@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

A {
    blr: expression(this.onFocus=this.blur())
}

A:focus,
button,
input,
select,
textarea {
    outline: 0
}

textarea {
    font-size: 13px;
    resize: none
}

img {
    border: none
}

html,
body {
    height: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 1) inset !important;
}

body {
    margin: 0;
    padding: 0;
    color: #5d626f;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.body-home {
    background: url(../images/bg-body.jpg) top center no-repeat #121631;
}

body.body-secPage {
    background: url(../images/bg-body-sec.jpg) top center no-repeat #121631;
}

body.body-thirdPage {
    background: url(../images/bg-body-third.png);
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

a {
    transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
    -webkit-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
    -moz-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
    -ms-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s;
    -o-transition: background-color .5s ease 0s, color .5s ease 0s, width .5s ease 0s, border-width .5s ease 0s, border-color .5s ease 0s
}

.nav {
    background: #333969;
    display: block;
    border-bottom: 1px solid #2a2f4d;
    box-shadow: 0 1px 0 #3d4474;
    padding: 14px 0 9px;
    zoom: 1
}

.main-nav {
    width: 1110px;
    margin: 0 auto;
    display: block
}

.main-nav span {
    display: block;
    float: left
}

.main-nav .content-menu {
    float: right;
    padding: 3px 0
}

.main-nav .content-menu ul {
    float: left;
    margin: 0;
    padding: 12px 0;
    zoom: 1
}

.main-nav .content-menu ul li {
    list-style: none;
    float: left;
    position: relative;
    z-index: 30
}

.main-nav .content-menu ul li a {
    color: #788ac6;
    padding: 6px 20px;
    text-decoration: none
}

.main-nav .content-menu ul li font {
    position: absolute;
    left: 44px;
    top: 30px;
    display: none
}

.main-nav .content-menu ul li.on-choose font {
    display: block
}

.main-nav .content-menu ul li a:hover,
.main-nav .content-menu ul li.on-choose a {
    color: #fff
}

.main-nav .content-menu .language {
    float: left;
    padding-top: 10px
}

.main-nav .content-menu .language a {
    font-size: 10px;
    display: block;
    float: left;
    text-decoration: none;
    margin: 0 5px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%
}

.main-nav .content-menu .language a.chinese {
    color: #3085d5;
    border: 1px solid #3085d5
}

.main-nav .content-menu .language a.english {
    color: #fff;
    border: 1px solid #fff
}

.main-nav .content-menu .user-message {
    float: left;
    color: #fff;
    background: #3085d5;
    padding: 10px;
    margin: 3px 0 0 12px;
    width: 116px
}

.main-nav .content-menu .user-message a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px
}

.main-nav .content-menu .user-message a.login {
    margin-left: 10px
}

.main-nav .content-menu .user-message font {
    float: left;
    font-size: 12px;
    padding: 1px 0 2px;
    width: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-nav .content-menu .user-message a.log-out {
    float: right;
    font-size: 12px;
    padding: 1px 0 2px
}

.sec-nav {
    background: #333969;
    height: 40px;
    display: block;
    margin: 1px auto 0;
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #2b2e5a
}

.content-sec-nav {
    display: block;
    width: 700px;
    margin: 0 auto;
    padding-top: 12px;
    overflow: hidden
}

.content-sec-nav a {
    margin: 0 1px;
    padding: 0 18px 10px;
    float: left;
    font-size: 12px;
    color: #788ac6;
    text-decoration: none
}

.content-sec-nav a.on-choose,
.content-sec-nav a:hover {
    border-bottom: 2px solid #46a5ff;
    color: #46a5ff
}

.content-sec-nav span {
    display: none
}

.content-sec-nav span.mobile {
    padding-left: 180px
}

.content-sec-nav span.produce {
    padding-left: 160px
}

.content-sec-nav span.about-us {
    padding-left: 350px
}

.bottom {
    background: #22263e;
    width: 100%;
    border-top: 8px solid #282c4c;
    padding: 30px 0 100px
}

.content-bottom {
    display: block;
    width: 1259px;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden
}

.content-bottom ul {
    float: left;
    margin: 0;
    padding: 0;
    zoom: 1
}

.content-bottom ul li {
    list-style: none;
    display: block;
    clear: both;
    padding: 3px 0;
    color: #3085d5
}

.content-bottom ul li img {
    margin-bottom: 16px
}

.bottom-right ul li a,
.content-bottom ul li a {
    color: #3085d5;
    text-decoration: none
}

.bottom-right ul li.phone-number span,
.content-bottom ul li.phone-number span {
    margin-right: 10px;
    background: url(../images/icon-contact.png) no-repeat;
    width: 19px;
    height: 19px;
    float: left;
    text-indent: -9999px
}

.bottom-right ul li.e-mail span,
.content-bottom ul li.e-mail span {
    margin-right: 10px;
    background: url(../images/icon-contact.png) -19px 0 no-repeat;
    width: 19px;
    height: 19px;
    float: left;
    text-indent: -9999px
}

.social {
    float: right;
    text-align: right
}

.social font,
.social span {
    display: block;
    clear: both;
    color: #3c4683;
    font-size: 12px
}

.social span a {
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    margin: 0 0 10px 14px;
    text-decoration: none;
    text-indent: 1000px;
    color: #fff
}

.social span a.facebook {
    background: url(../images/icon-social.png) left top no-repeat
}

.social span a.qq {
    background: url(../images/icon-social.png) -44px top no-repeat
}

.social span a.sina {
    background: url(../images/icon-social.png) -88px top no-repeat
}

.social span a.blog {
    background: url(../images/icon-social.png) -132px top no-repeat
}

.social font {
    padding-bottom: 6px
}

.main-bottom {
    background: #22263e;
    padding: 40px 0 60px;
    overflow: hidden;
    display: block;
    color: #41519f
}

.content-homeBottom {
    width: 80%;
    margin: 0 auto;
    min-width: 1003px
}

.content-homeBottom .bottom-left {
    float: left;
    display: block
}

.bottom-left ul {
    float: left;
    margin: 0;
    zoom: 1;
    padding: 0 26px
}

.bottom-left ul h4 {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 26px
}

.bottom-left ul li {
    list-style: none;
    display: block;
    clear: both;
    line-height: 30px;
    font-size: 12px
}

.bottom-left ul h4 a {
    color: #fff;
    text-decoration: none
}

.bottom-left ul li a {
    color: #5363ae;
    text-decoration: none
}

.bottom-left ul li a:hover {
    color: #fff
}

.bottom-left ul.no-leftBorder {
    border-left: 0
}

.bottom-left ul.no-rightBorder {
    border-right: 0
}

.bottom-right {
    display: block;
    float: right
}

.bottom-right ul {
    float: left;
    margin: 0;
    padding: 0;
    zoom: 1;
    display: block
}

.bottom-right ul li {
    float: right;
    clear: both;
    display: block;
    padding: 3px 0;
    color: #3085d5
}

.bottom-right img {
    float: right
}

.bottom-right .social {
    clear: both;
    display: block;
    float: right;
    padding-top: 30px
}

.bottom-right .social span {
    padding-bottom: 20px;
    display: block;
    overflow: hidden
}

.copyright-bottom {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #41519f;
    padding-top: 20px
}

.copyright-bottom font {
    clear: both;
    display: block
}

.copyright-bottom font a {
    color: #5363ae;
    text-decoration: none;
    cursor: pointer;
    margin: 6px 5px;
    display: inline-block
}

.copyright-bottom font a:hover {
    color: #fff
}

@font-face {
    font-family: futura_mdcn_btmedium;
    src: url(../font/futura_medium_condensed_bt-webfont.eot);
    src: url(../font/futura_medium_condensed_bt-webfont.eot?#iefix) format('embedded-opentype'), url(../font/futura_medium_condensed_bt-webfont.woff) format('woff'), url(../font/futura_medium_condensed_bt-webfont.ttf) format('truetype'), url(../font/futura_medium_condensed_bt-webfont.svg#futura_mdcn_btmedium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: futura_hv_btheavy;
    src: url(../font/futuhv__-webfont.eot);
    src: url(../font/futuhv__-webfont.eot?#iefix) format('embedded-opentype'), url(../font/futuhv__-webfont.woff) format('woff'), url(../font/futuhv__-webfont.ttf) format('truetype'), url(../font/futuhv__-webfont.svg#futura_hv_btheavy) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: kefa_presssregular;
    src: url(../font/kefa-webfont.eot);
    src: url(../font/kefa-webfont.eot?#iefix) format('embedded-opentype'), url(../font/kefa-webfont.woff) format('woff'), url(../font/kefa-webfont.ttf) format('truetype'), url(../font/kefa-webfont.svg#kefa_presssregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: titilliumsemibold_upright;
    src: url(../font/titillium-semiboldupright-webfont.eot);
    src: url(../font/titillium-semiboldupright-webfont.eot?#iefix) format('embedded-opentype'), url(../font/titillium-semiboldupright-webfont.woff) format('woff'), url(../font/titillium-semiboldupright-webfont.ttf) format('truetype'), url(../font/titillium-semiboldupright-webfont.svg#titilliumsemibold_upright) format('svg');
    font-weight: 400;
    font-style: normal
}

body.regist {
    background-image: -webkit-linear-gradient(47deg, #007FF0 0%, #006EDF 28%, #0044BC 76%, #003DAC 100%);
    background-image: -o-linear-gradient(47deg, #007FF0 0%, #006EDF 28%, #0044BC 76%, #003DAC 100%);
    background: -moz-linear-gradient(43deg, #007FF0 0%, #006EDF 28%, #0044BC 76%, #003DAC 100%);
    background-image: linear-gradient(43deg, #007FF0 0%, #006EDF 28%, #0044BC 76%, #003DAC 100%);
}

.bg-main {
    background: url(../images/bg-regist.png) top center no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 80px;
}

h3,
h4,
h5 {
    display: block;
    font-weight: 400
}

.regist-container {
    width: 440px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.regist-animation {
    width: 200%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.regist-animation.toLeft {
    margin-left: -440px;
}

.content-regist {
    width: 440px;
    padding: 60px;
    display: block;
    background: #fff;
    float: left;
}

.content-regist.login {
    float: initial;
    margin: 0 auto;
}

.content-regist p img {
    width: 130px;
    height: 32px;
}

.login-title {
    border-bottom: 1px solid #edeeef;
    display: flex;
    padding-top: 24px;
    margin-bottom: 6px;
}

.content-regist h3 {
    font-size: 16px;
    color: rgba(29, 36, 54, .8);
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.content-regist h3.regist-title {
    margin-top: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default;
}

.content-regist h3.regist-title .to-regist {
    top: 0;
}

.content-regist h3.active {
    font-weight: bold;
    border-bottom: 2px solid #1d2436;
    color: rgba(29, 36, 54, 1);
}

.content-regist h3 a.back {
    position: absolute;
    width: 20px;
    height: 17px;
    background: url(../images/icons.png) -526px -392px no-repeat;
    text-indent: -9999px;
    left: 0;
    top: 60px
}

.content-regist ol,
.content-regist ul {
    margin: 0;
    width: 100%;
}

.content-regist ul>li {
    list-style: none;
    clear: both;
    padding-top: 16px;
    position: relative;
    display: block;
}

.content-regist ul>li.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
}

.content-regist ul>li b {
    font-size: 16px;
    display: block;
}

.content-regist ul>li.title strong {
    font-weight: normal;
    font-size: 12px;
    color: #59ba73;
    width: 142px;
}

#forget_pwd {
    display: flex;
    flex-direction: column;
}

#forget_pwd .btn-login {
    width: 100%
}

.content-regist ol {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 2, 50, .24);
    padding: 7px 0;
    border-radius: 2px;
    position: absolute;
    z-index: 20;
    top: 62px;
}

.content-regist ol>li {
    height: 44px;
    line-height: 44px;
    padding: 0 28px;
    cursor: pointer;
}

.content-regist ol>li:hover {
    background: #2d8cf0;
    color: #fff;
}

.content-regist ul li .input-regist,
.content-regist ul li .choose-function {
    background: none;
    border: 1px solid #dbdcdf;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 14px;
    width: 100%;
}
.eye-img{
    float: right;
    position: relative;
    top: -28px;
    right: 12px;
}
#password-re{
    margin-top: 4px;
}

.content-regist ul li .input-regist.QR-code {
    width: 200px;
}

.QR-code-container {
    position: absolute;
    z-index: 10;
    width: 116px;
    height: 44px;
    right: 0;
    top: 16px;
    border-radius: 4px;
    overflow: hidden;
}

.content-regist ul li .choose-function {
    cursor: pointer;
    position: relative;
}

.content-regist ul li .choose-function:before {
    position: absolute;
    content: "";
    z-index: 10;
    border-top: 6px solid #80848e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 14px;
    top: 19px;
}

.content-regist ul li .input-regist.tel {
    padding-left: 65px;
}

.content-regist ul li .input-regist:focus {
    border-color: #2d8cf0;
    box-shadow: 0 0 6px rgba(45, 140, 240, 0.4), 0 0 6px rgba(45, 140, 240, 0.4) inset;
    color: #1d2436;
}

.content-regist ul li font,
.content-regist ul li span {
    display: block;
    color: #db4e2b;
    font-size: 12px;
    padding-top: 2px;
}

.content-regist ul li font a {
    color: #2d8cf0;
    text-decoration: none;
}

.content-regist ul li label {
    position: absolute;
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    color: #1d2436;
}

.content-regist ul li label b {
    position: absolute;
    width: 1px;
    background: #bbbdc2;
    height: 16px;
    left: 50px;
    top: 14px;
}

.layer-verify {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(52, 58, 102, .97);
}

.content-regist.verify-container {
    position: relative;
    float: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 488px;
}

.content-regist.verify-container>p {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    cursor: pointer;
}

.content-regist.verify-container>p img {
    width: 16px;
    height: 16px;
}

.content-regist.verify-container>p:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.content-regist.verify-container h3 {
    padding: 14px 0 12px 0;
    height: initial;
    line-height: initial;
}

.content-regist.verify-container h3 b:nth-child(2) {
    display: block;
    font-weight: normal;
    font-size: 14px;
    padding-top: 10px;
}

.content-regist.verify-container h3 b i {
    font-size: 18px;
    position: relative;
    top: -5px;
    padding: 0 4px;
    font-style: normal;
    color: #63666f;
}

.content-regist.verify-container h3 label {
    float: right;
    font-size: 12px;
    color: #59ba73;
    /*padding-top: 3px;                  */
}

.content-regist ul>li em {
    position: absolute;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    width: 100px;
    right: 0;
    top: 16px;
    background: #fff;
    border: 1px solid #dbdcdf;
    border-left: 1px solid transparent;
    text-align: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 12px;
}

.content-regist ul>li em:hover {
    border: 1px solid #2d8cf0;
    color: #2d8cf0;
}

.content-regist.verify-container ul li .input-regist {
    width: 268px;
    border-radius: 4px 0 0 4px;
}

.content-regist .sms-login li .input-regist {
    width: 220px;
    border-radius: 4px 0 0 4px;
}

.content-regist .sms-login li .input-regist.input-pwd {
    width: 100%;
    border-radius: 4px;
}

.content-regist.verify-container ul li .input-regist.tel,
.content-regist .sms-login li .input-regist.tel {
    width: 100%;
    border-radius: 4px;
}

.remember {
    position: relative;
    display: block;
    font-size: 12px;
    color: #5368a2;
    padding-top: 6px;
}

.login-operate #graph_verify_area {
    padding-top: 10px;
}

.login-operate .QR-code-container {
    top: 10px;
}

.resolve {
    position: relative;
    display: none;
    font-size: 12px;
    padding: 16px 0
}

.agree {
    position: relative;
    font-size: 12px;
    color: #5368a2;
    padding: 16px 0
}

.content-regist ol .agree {
    margin: 20px 0
}

.agree a {
    color: #5368a2
}

.remember span {
    display: block;
    float: left;
    width: 120px;
    color: #5368a2;
    font-size: 12px;
    padding-top: 3px;
}

.remember strong {
    float: right;
    font-weight: 400;
    text-align: right;
    color: #5368a2;
    font-size: 12px
}

.remember a {
    color: #2d8cf0;
    text-decoration: none;
    line-height: 20px
}

.operate-submit {
    position: relative
}

.operate-submit.finish {
    padding-top: 16px;
}

.operate-submit.finish font {
    color: #db4e2b
}

.operate-submit span {
    position: absolute;
    color: #db4e2b;
    top: 13px;
    font-size: 12px;
    left: 150px;
    display: block;
    width: 200px
}

.operate-submit span.green {
    color: #59ba73;
    text-align: right;
}

.operate-submit.finish span {
    top: 40px;
}

a.btn-login {
    cursor: pointer;
    display: block;
    text-align: center;
    color: #fff;
    background: #2d8cf0;
    height: 44px;
    line-height: 44px;
    width: 140px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
}

a.btn-login.btn-regist {
    width: 100%;
    margin-top: 24px;
}

a.btn-login.fail {
    background: #2d8cf0;
}

.green-word {
    color: #59ba73;
}

.ga-checkbox {
    font-size: 9px;
    letter-spacing: -1px;
    line-height: 15px;
    margin-right: 10px;
    float: left;
    width: 15px;
    height: 15px;
    position: relative;
}

.ga-checkbox input {
    cursor: pointer;
    height: inherit;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: inherit;
    z-index: 1
}

.ga-checkbox input+b {
    border: 1px solid #dddee1;
    width: 14px;
    line-height: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    height: inherit;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 2px;
    z-index: 2
}

.ga-checkbox input:checked+b:after {
    content: "\2713";
    position: absolute;
    top: -1px;
    font-size: 14px;
    color: #59ba73
}

.to-regist {
    float: right;
    font-size: 12px;
    position: relative;
    top: 4px;
    font-weight: normal;
}

.to-regist.from-login {
    float: left;
    padding-top: 12px;
}

.to-regist a {
    color: #2d8cf0;
    text-decoration: none;
}

.content-regist ul li.findtips {
    color: #3489e1;
    padding-bottom: 20px;
    display: block;
    overflow: hidden
}

.copyright {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 16px;
    color: #7980b2;
    font-size: 13px;
}

.probation-box {
    width: 428px;
    height: 260px;
    margin: -130px 0 0 -214px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px #535457;
    overflow: hidden;
    z-index: 100
}

.probation-box .operate {
    display: block;
    height: 56px;
    border-bottom: 1px solid #c7ccd3;
    padding: 12px 14px 0;
    float: left;
    width: 400px
}

.probation-box .operate ul font {
    display: block;
    text-align: center;
    font-size: 20px;
    width: 400px;
    padding-top: 10px
}

.bg-grey {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), color-stop(70%, #f2f3f6));
    background: -ms-linear-gradient(top, #fcfcfc 0, #f2f3f6 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0, #f2f3f6 100%);
    background: -moz-linear-gradient(top, rgba(252, 252, 252, .8), rgba(242, 243, 246, 1));
    background: -o-linear-gradient(rgba(252, 252, 252, .8), rgba(242, 243, 246, 1))
}

.message-list-box {
    height: 200px;
    overflow: auto;
    display: block;
    clear: both
}

.message-list-box span {
    padding: 40px 20px 20px;
    display: block;
    overflow: hidden;
    text-align: center
}

.operate-try {
    clear: both;
    display: block;
    padding-top: 30px;
    overflow: hidden;
    text-align: center
}

.operate-try a {
    width: 130px;
    border: 1px solid #31ac7f;
    color: #31ac7f;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    padding: 8px 0;
    text-decoration: none
}

.operate-try a:hover {
    color: #fff;
    background: #31ac7f
}

.content-agreement {
    width: 540px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    margin: -240px 0 0 -270px;
    z-index: 1000;
    font-size: 14px
}

.content-agreement h4 {
    background: #5f93e1;
    color: #fff;
    padding: 30px;
    display: block;
    position: relative
}

.content-agreement h4 b {
    width: 28px;
    height: 28px;
    background: url(../images/icons.png) -452px -596px no-repeat;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 20px;
    top: 26px;
    cursor: pointer
}

.content-agreement span {
    display: block;
    line-height: 26px;
    padding: 20px 30px;
    height: 340px;
    overflow: auto
}

.content-agreement span p {
    padding-bottom: 10px
}

.content-agreement span h5 {
    display: block;
    font-size: 14px
}

.content-agreement span font {
    padding: 0 0 10px 16px;
    display: block
}

.content-agreement span h2 {
    clear: both;
    display: block;
    text-align: center;
    padding: 16px 0
}

.content-regist em img {
    width: 130px;
    height: 32px;
}

.verification-success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.verification-success span {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    background: #5ab36d;
    overflow: hidden;
    background: -ms-linear-gradient(top, #70e784 0%, #55ab68 100%);
    background: -webkit-linear-gradient(top, #70e784 0%, #55ab68 100%);
    background: -moz-linear-gradient(top, rgba(112, 231, 132, 1), rgba(85, 171, 104, 1));
    background: -o-linear-gradient(rgba(112, 231, 132, 1), rgba(85, 171, 104, 1));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 231, 132, 1)), to(rgba(85, 171, 104, 1)));
}

.verification-success b {
    color: #1d2436;
    font-size: 20px;
    display: inline-block;
    padding: 24px 0 8px;
}

.verification-success p {
    font-size: 16px;
    padding-bottom: 16px;
}

.verification-success p em {
    font-style: normal;
    padding: 0 5px;
    color: #2d8cf0;
}

/********** xiao neng customer service css ********/

.xiao-neng-kf {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.xiao-neng-kf a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    background: #4475c4;
}

.xiao-neng-kf a img {
    width: 100%;
}

.xiao-neng-kf a label {
    display: none;
    color: #fff;
    font-size: 12px;
    width: 24px;
    margin: 0 auto 0;
    padding-top: 8px;
    line-height: 16px;
}

.xiao-neng-kf:hover a img {
    display: none;
}

.xiao-neng-kf:hover a label {
    display: block;
}

.ntalk-window-containter input {
    -webkit-appearance: normal;
}

/***************** 小能选择产品线弹出 start ******************/
.xiao-neng-kf .xiao-neng-btn .service-panel {
    position: absolute;
    right: 49px;
    bottom: 0px;
    width: 320px;
    padding: 24px 16px 32px 24px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(23, 35, 61, 0.35);
    display: none;
    z-index: 999999;
}

.xiao-neng-kf .xiao-neng-btn .service-panel h3 {
    font-family: PingFangSC-Light;
    font-size: 24px;
    color: rgba(23, 35, 61, 0.55);
}

.xiao-neng-kf .xiao-neng-btn .service-panel .items {
    width: 100%;
    margin-top: 16px;
}

.xiao-neng-kf .xiao-neng-btn .service-panel .item {
    font-family: PingFangSC-Medium;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: rgba(23, 35, 61, 0.80);
}

.xiao-neng-kf .xiao-neng-btn .service-panel .close-talking {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    opacity: 0.8;
    background: url(../images/icons.png) no-repeat;
    background-position: -493px -532px;
    cursor: pointer;
}

/***************** 小能选择产品线弹出 end ******************/

/*************************440px 下登录注册适配 *****************************/
@media screen and (max-width:440px ){
    body.regist{
        background-image:none;
    }
    .bg-main{
        background-image:none;
    }
    .regist-container {
        width: 100%;
    }
    .regist-animation.toLeft {
        margin-left:-100%;
    }
    .content-regist {
        width: 50%;
    }
}
/*************************440px 下登录注册适配 *****************************/