* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft Yahei", Arial, tahoma, arial !important;
}

.paymentcenter {
    overflow: initial;
}

.paymentcenter {
    width: 1180px;
    background-color: #fff;
    margin: 50px auto;
}

.registertop {
    overflow: hidden;
    border-bottom: #f7f7f7 1px solid;
    padding: 20px 80px;
    margin-bottom: 50px;
}

ul,
ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.registerLeft {
    font-size: 24px;
    color: #fe3b00;
    font-weight: bold;
    float: left;
}

.registerRight {
    float: right;
    font-size: 14px;
    color: #666666;
    padding-top: 8px;
}

.registerbox {
    overflow: initial;
    min-height: 500px;
    padding-bottom: 65px;
}

.registercenter21 {
    width: 780px;
    float: left;
    border-right: #ececec 1px solid;
}

.registercenter21 .registerul {
    padding-left: 80px;
}

.registerul {
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.registercenter22 p {
    line-height: 24px;
}

.registerRTitle {
    padding-bottom: 22px;
    color: #fe3b00;
    line-height: 24px;
    text-align: left;
}

p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

.registercenter22 {
    width: 300px;
    margin-left: 60px;
    float: right;
    color: #666666;
    font-size: 13px;
    line-height: 24px;
}

.registerRBox {
    line-height: 24px;
    position: relative;
    text-align: left;
}

.registerbox ul li {
    float: left;
}

.registerli {
    float: left;
    margin-right: 10px;
}

.registercenter21 .inp-m {
    float: left;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}

.registercenter21 .inp-m .registertext.inp-o {
    width: 346px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    float: left;
}

.registercenter21 .inp-m .registertext {
    border: 0;
    text-indent: 8px;
    font-family: "Microsoft Yahei";
    width: 346px;
    font-size: 14px;
}

.registertext {
    width: 300px;
    height: 36px;
    border: #cbcbcb 1px solid;
    color: #666666;
    font-size: 16px;
    text-indent: 5px;
}

input {
    outline: none;
}

.registercenter21 .inp-m span {
    display: block;
    float: left;
    width: 30px;
    height: 23px;
    background-image: url('/static/image/signin8.gif');
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #cbcbcb;
    margin-top: 6.5px;
}

.registermsg.msg2 {
    background: url('/static/image/zc_t.gif') no-repeat left center;
    color: #666666;
}

.registermsg {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    padding-left: 20px;
}

.registerul p {
    color: #a3a3a3;
    font-size: 12px;
    text-align: left;
}

.registerLiPhone .registertext {
    width: 246px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    margin-right: 9px;
}

a:hover {
    color: #ff5a00;
    text-decoration: none;
}

.registerLiPhone a,
.registerLiPhone label {
    float: left;
    line-height: 36px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    color: #333;
    text-align: center;
    width: 120px;
    display: block;
    background: #f2f2f2;
}

.registercenter1buttom:hover {
    background-color: #6eac01;
    color: #fff;
}

.registercenter1buttom {
    margin-left: 80px;
    width: 379px;
    background: #73b400;
    float: left;
    margin-top: 0;
    box-shadow: none;
}

.registercenter1buttom {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}

.registercenter21 .inp-m span.sj-icon {
    background-image: url('/static/image/signin11.gif');
}

.sex {
    color: #666666;
    font-size: 12px;
    margin-right: 20px
}

.sex1 {
    color: #666666;
    font-size: 12px;
}

.mb10 {
    margin-bottom: 10px;
}


.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
    margin: 0 0 0 0;
}

input::placeholder {
    color: #666666;
}

.mobile {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .footer {
        display: none;
    }


}