* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
button {
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #2380e7;
}
a:focus {
    outline: none;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: block;
    clear: both;
    content: "";
}
input {

    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
img {
    vertical-align: middle;
}
input,button {
    outline: none;
}
img {
    border: 0;
}
.icoBg {
    background: url("http://withdrawmanage.oss-cn-shenzhen.aliyuncs.com/statics/resources/images/login/icoBg.png") no-repeat;
    display: inline-block;
}
@font-face {
    font-family: 'icomoon';
    src:  url('http://withdrawmanage.oss-cn-shenzhen.aliyuncs.com/statics/resources/fonts/icomoon.eot?lv7b3p');
    src:  url('http://withdrawmanage.oss-cn-shenzhen.aliyuncs.com/statics/resources/fonts/icomoon.eot?lv7b3p#iefix') format('embedded-opentype'),
    url('http://withdrawmanage.oss-cn-shenzhen.aliyuncs.com/statics/resources/fonts/icomoon.ttf?lv7b3p') format('truetype'),
    url('http://withdrawmanage.oss-cn-shenzhen.aliyuncs.com/statics/resources/fonts/icomoon.woff?lv7b3p') format('woff'),
    url('http://withdrawmanage.oss-cn-shenzhen.aliyuncs.com/statics/resources/fonts/icomoon.svg?lv7b3p#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-uniE606:before {
    content: "\e606";
}
.icon-uniE618:before {
    content: "\e618";
}
.icon-uniE6CE:before {
    content: "\e6ce";
}
.icon-duigou:before {
    content: "\e900";
}
.icon-spin5:before {
    content:"\e85d";
}
.animate-spin{
    color: #ecf2fb;
    margin-right: 8px;
    -moz-animation:spin 5s infinite linear;
    -o-animation:spin 5s infinite linear;
    -webkit-animation:spin 5s infinite linear;
    animation:spin 5s infinite linear;
    display:inline-block;
}
@-moz-keyframes spin{
    0%{-moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)}
    100%{-moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-webkit-keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-o-keyframes spin{
    0%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@-ms-keyframes spin{
    0%{-moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{-moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes spin{
    0%{-moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(359deg);
        -o-transform:rotate(359deg);
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.logo_title {
    padding: 60px 0 30px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
}
.logo_title img {
    margin-right: 6px;
    width:89px;
    height:33px;
}

.content-wrap {
    margin: 145px auto 0;
    text-align: center;

}

.wrap-login {
    position: relative;
    padding: 8px 60px 52px;
    width: 360px;
    margin: 0 auto;
    /* border: 1px solid #e7e7e7;
    box-shadow: 0 2px 4px #d7d7d7;
    -webkit-box-shadow: 0 2px 4px #d7d7d7;
    -moz-box-shadow: 0 2px 4px #d7d7d7; */
}
.input-group {
    position: relative;
    padding-top: 30px;
}
.user {
    width: 14px;
    height: 16px;
    background-position: 0 0;
    top: 14px;
}
.pass {
    width: 14px;
    height: 18px;
    background-position: 0 -16px;
    top: 13px;
}
.code {
    width: 18px;
    height: 18px;
    background-position: 0 -80px;
    top: 14px;
}
.input-wrap {
    position: relative;
    margin-bottom: 20px;
}
.input-wrap input {
    width: 290px;
    line-height: 24px;
    font-size: 14px;
    padding: 10px 20px 10px 46px;
    color: #333;
    border: 1px solid #dddee3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.input-wrap input:focus {
    -webkit-box-shadow: 0 0 3px #a4ccfc;
    -moz-box-shadow: 0 0 3px #a4ccfc;
    box-shadow: 0 0 3px #a4ccfc;
    border: 1px solid #cce3ff;
}
.input-wrap span {
    position: absolute;
    left: 15px;
}
.code_img {
    width: 118px;
    height: 44px;
    position: absolute;
    top: 1px;
    right: 2px;
}
.move-check {
    margin: 14px 0;
}
.btnL-wrap {

}
.btnL-wrap .Btn-land,.btnL-wrap .BtnM-log,.btnL-wrap .BtnD-log,.btnL-wrap .BtnC-log {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    background: #2f82ff;
    border: 1px solid #2f82ff;
    color: #ecf2fb;
    font-size: 18px;
    padding: 12px 0;
    margin-top: 16px;
    line-height: 24px;
    cursor: pointer;
}
.btnL-wrap .Btn-land:link,.btnL-wrap .BtnM-log:link,.btnL-wrap .BtnD-log:link,.btnL-wrap .BtnC-log:link {
    background: #2f82ff;
    border: 1px solid #2f82ff;
}
.btnL-wrap .Btn-land:visited,.btnL-wrap .BtnM-log:visited,.btnL-wrap .BtnD-log:visited,.btnL-wrap .BtnC-log:visited {
    background: #1c76ff;
    border: 1px solid #1c76ff;
}
.btnL-wrap .Btn-land:hover,.btnL-wrap .BtnM-log:hover,.btnL-wrap .BtnD-log:hover,.btnL-wrap .BtnC-log:hover {
    background: #4a9bff;
    border: 1px solid #4a9bff;
}
.btnL-wrap .Btn-land:active,.btnL-wrap .BtnM-log:active,,.btnL-wrap .BtnD-log:active.btnL-wrap .BtnC-log:active {
    background: #1c76ff;
    border: 1px solid #1c76ff;
}

.btnL-wrap .disAble,.btnL-wrap .disAble:hover {
    cursor: inherit;
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
}

.password_nav {
    margin-top: 14px;
    float: left;
}
.password_nav i {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    color: #59aef2;
}
.password_nav .icon-uniE618 {
    color: #2f8cff;
}
.password_nav a {
    font-size: 12px;
    color: #666;
}
.password_nav a:hover {
    text-decoration: underline;
    color: #050505;
}
.password_nav li {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    padding:10px 0 10px 50px;
    float: left;
}
.password_nav span {
    color: #bfbfbf;
    margin: 0 8px;
}
.other-logo {
    margin-top: 12px;
    padding-bottom: 2px;
    text-align: left;
}
.other-logo p {
    font-size: 14px;
    line-height: 22px;
    color: #8c8c8c;
}
.other-logo .qq {
    font-size: 32px;
    color: #5199c5;
}

.biref {
    z-index: 98;
    display: none;
    text-align: left;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 1px;
    padding: 2px 0 2px 36px;
    background: #fceee8;
    border: 1px solid #ffaf9c;
}
.biref p,.biref-b p {
    font-size: 12px;
    line-height: 20px;
    color: #323232;
}
.biref-b p {
    color: #ee8d1a;
}
.biref-x {
    width: 16px;
    height: 16px;
    background-position: 0 -34px;
    position: absolute;
    top: 4px;
    left: 10px;
}
.biref-b {
    text-align: left;
    width: 320px;
    position: absolute;
    top: -30px;
    left: 1px;
    padding: 2px 0 2px 36px;
    background: #fffff0;

    border: 1px solid #ffcc66;
}
.biref-b .biref-x {
    background-position: 0 -98px;
}

.moblie_check {
    position: relative;
}

.moblie_check .monlie_text {
    display: none;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: -38px;
    left: 96px;
}
/*.moblie_check .get_moblie {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}*/
.moblie_check .title_code,.moblie_check .get_moblie {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 40px 0 48px;
}
.moblie_check p span {
    font-family: Arial;
}
.moblie_check .input-wrap {
    margin-bottom: 20px;
}
.moblie_check .btn_moblieC,.moblie_check .btn_moblieCG,.moblie_check .btn_moblieA {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 110px;
    padding: 4px 0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #dddee3;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #fff;
    color: #2f8cff;
    cursor: pointer;
}
.moblie_check .on {
    cursor: inherit;
    color: #808080;
    background: #f6f6f6;
}
.input-wrap .denger{
    border:1px solid #ffaf9c;
}
.moblie {
    width: 14px;
    height: 18px;
    background-position: 0 -80px;
    top: 14px;
}
/* end 鎵嬫満楠岃瘉  */
#overlay {
    background: #000;
    filter: alpha(opacity=45); /* IE鐨勯€忔槑搴� */
    opacity: 0.45;  /* 閫忔槑搴� */
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 998;
}
#popup {
    position: fixed;
    top: 272px;
    left: 50%;
    margin-left: -245px;
    padding-bottom: 52px;
    box-shadow: 0 0 4px #767676;
    -moz-box-shadow: 0 0 4px #767676;
    -webkit-box-shadow: 0 0 4px #767676;
    background: #fff;
    z-index: 999;
}
#popup h2 {
    color: #333;
    font-size: 14px;
    line-height: 45px;
    padding-left: 30px;
    background: #f0f4f7;
    border-bottom: 1px solid #e3e3e3;
}
.trendCode {
    padding: 24px 116px;
}
.trendCode p {
    color: #333;
    text-align: center;
    font-size: 14px;
    margin: 12px 0;
    line-height: 22px;
    font-weight: bold;
}
.trendCode div {
    padding: 14px 0;
}
.trendCode label {
    color: #666;
    font-size: 14px;
}
.trendCode input {
    width: 123px;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 10px;
    border: 1px solid #b7e5ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-going {
    width: 100px;
    border: 1px solid #2f82ff;
    background: #2f82ff;
    color: #fff;
    margin: 4px 0 0 75px;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.close-x {
    width: 12px;
    height: 12px;
    background-position: 0 -50px;
    position: absolute;
    top: 17px;
    right: 20px;
}

.footer-logo {
    /*margin-left: -128px;
    left: 50%;
    bottom: 0;
    position: absolute;*/
    padding: 20px 0 20px;
}
.footerFixed {
    margin-left: -190px;
    left: 50%;
    bottom: 0;
    position: fixed;
}
.footer-logo a {
    text-align: center;
    color: #9d9d9d;
    font-size: 16px;
    line-height: 32px;
}
/* .footer-logo a:hover {
    text-decoration: underline;
    color: #000;
} */
/*  bind   */
.wrap {
    margin: 0 auto;
}
.register-header {
    padding: 14px 0;
    border-bottom: 1px solid #d1d5de;
}
.left-logo {
    float: left;
    margin-left: 12px;
}
.left-logo li {
    float: left;
    line-height: 42px;
}
.point {
    position: absolute;
    top: 18px;
    left: -16px;
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.left-logo .welcome-reg {
    position: relative;
    font-size: 18px;
    color: #666;
    margin-left: 34px;
}


#form-container {
    padding-top: 100px;
    background: #fff;
}

.r-bg {
    background: #fcfcfc;
}
.register-content {
    min-width: 538px;
    padding: 70px 0 52px;
    border-top: 1px solid #d1d5de;
    border-bottom: 1px solid #d1d5de;
}
.input-groups {
    position: relative;
    width: 462px;
    padding-right: 12px;
    padding-bottom: 28px;
    margin: 0 auto;
}
.label-groups {

}
.label-groups .left-name {
    padding-right: 12px;
    text-align: right;
    width: 85px;
    display: inline-block;
    font-size: 14px;
    color: #010101;
}
.label-groups .input-right {

}
.label-groups .input-right input {
    width: 348px;
    padding-left: 10px;
    height: 38px;
    border: 1px solid #d9dee0;
    color: #010101;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.label-groups .input-right input.red_border {
    border: 1px solid #ffaf9c;
}
.label-groups .input-right input:focus {
    /*border: 1px solid #439ce8;*/
    -webkit-box-shadow: 0 0 3px #a4ccfc;
    -moz-box-shadow: 0 0 3px #a4ccfc;
    box-shadow: 0 0 3px #a4ccfc;
    border: 1px solid #cce3ff;
}

.input-groups .text {
    margin-left: 110px;
    color: #bebebe;
    font-size: 14px;
    line-height: 28px;
}
.input-groups .brief {
    display: none;
    position: absolute;
    top: 45px;
    left: 102px;
    font-size: 12px;
    color: #ffaf9c;
}
.label-groups .input-right .code {
    width: 195px;
}
.label-groups .btn-time {
    margin-left: 10px;
}
.label-groups .btn-time button {
    padding: 10px 10px 11px;
    width: 138px;
    color: #fff;
    background: #2f82ff;
    border: 1px solid #2f82ff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.label-groups .btn-time .active {
    color: #777;
    background: #ececec;
    border: 1px solid #e3e7e8;
}
.icon-yes-color {
    position: absolute;
    right: -13px;
    top: 14px;
    color: #6bc827;
    font-size: 14px;
    display: none;
}
.register-btn {
    padding:0 13px 0 102px;
    width: 359px;
    margin: 0 auto;
}
.register-btn button {
    padding: 10px 0 11px;
    width: 100%;
    background: #2f82ff;
    color: #fff;
    border: 1px solid #2f82ff;
}
.register-btn p {
    margin: 7px 0;
    color: #bebebe;
    font-size: 12px;
    line-height: 25px;
}
.register-btn p a {
    color: #2f82ff;
}
.register-btn p a:hover {
    text-decoration: underline;
}
.register-footer {
    min-width: 538px;
    text-align: center;
    padding: 32px 0;
}
.login-footer {
    min-width: 1120px;
}
.register-footer p {
    color: #87888d;
    font-size: 12px;
    line-height: 30px;
}
.register-footer p span {
    margin: 0 10px;
}


.ing {

}

.aff {
    padding:180px 0 200px;
}
.aff-left {
    float: left;
    width: 66px;
    margin:0 30px 0 44px;
}
.aff-left span {
    color: #4ebd23;
    font-size: 66px;
}
.aff-left .icon-uniE8A3 {
    color: #f62524;
}
.aff-right {
    float: left;
}
.aff-right h2 {
    font-family: "microsoft yahei", simhei, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #333;
}
.aff-right p {
    margin-top: 12px;
    font-size: 14px;
    color: #439ce8;
    line-height: 24px;
}
.bind-btnY {
    width: 462px;
    margin: 0 auto;

}
.bind-btnY .btn-y {
    width: 320px;
    margin-left: 96px;
    font-size: 16px;
    border: 1px solid #2f82ff;
    background: #2f82ff;
    line-height: 24px;
    padding: 8px 0;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bind-btnY .btn-y:link {
    background: #2f82ff;
    border: 1px solid #2f82ff;
}
.bind-btnY .btn-y:visited {
    background: #1c76ff;
    border: 1px solid #1c76ff;
}
.bind-btnY .btn-y:hover {
    background: #4a9bff;
    border: 1px solid #4a9bff;
}
.bind-btnY .btn-y:active {
    background: #1c76ff;
    border: 1px solid #1c76ff;
}
.bind-btnY .disAble,.bind-btnY .disAble:hover {
    cursor: inherit;
    background: #bfbfbf;
    border: 1px solid #bfbfbf;
}
/*   end   */

/*  safaty  */
.safa_content {
    padding: 220px 0 80px;
    text-align: center;
    margin: 0 auto;
}
.safe_wrap {
    display: inline-block;
    width: 1000px;
}
.safa_left {
    padding: 0 40px;
    float: left;
}
.safa_left img {
    width: 106px;
}
.safa_right {
    float: left;
    margin: 0 18px;
}
.safa_right h2 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    line-height: 36px;
}
.safa_right h2 span {
    font-family: Arial, Helvetica, sans-serif;
}
.safa_right p {
    text-align: left;
    font-size: 15px;
    color: #777;
    line-height: 32px;
}
.safe_btn {
    padding:20px 0 0 20px;
    text-align: left;
}
.safe_btn a {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 90px;
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px;
    background: #f7f7f7;
    color: #707070;
    border: 1px solid #cecece;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.safe_btn a.red {
    background: #ee2223;
    color: #fff;
    margin-right: 18px;
    border: 1px solid #ee2223;
}
.input-wrap .danger {
    border: 1px solid rgb(255, 175, 156);
}
/*   end   */
@media screen and (min-width: 1203px) {
    .wrap {
        width: 1186px;
    }
}
@media screen and (max-width: 482px) {
    .content-wrap {
        margin: 45px auto 0;
    }
    .wrap-login {
        width: 90%;
        padding: 8px 2% 48px;
    }
    .input-wrap input {
        width: 100%;
        padding: 10px 0;
        text-indent: 46px;
    }
    .biref,.biref-b {
        width: 100%;
        padding: 2px 0;
        text-indent: 36px;
    }
}