body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,figure,dl,dt,dd,ul,ol,li,fieldset,lengend,button,input,textarea,th,td,pre {
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 16px
}

ul,ol,menu {
    padding: 0
}

ul,ol {
    list-style: none
}

address,cite,dfn,em,var {
    font-style: normal
}

a {
    text-decoration: none;
    color: #666
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn:hover {
    text-decoration: none;
    background-color:#B8967C!important;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-cj {
    color: #007bc7;
    background-color: #fff;
    border-color: #007bc7
}

.btn-login {
    color: #fff;
    background-color: #ac8562
}

.btn-cj:hover {
    color: #fff;
    background-color: #007bc7;
    border-color: #007bc7
}

i {
    font-style: normal
}

a {
    cursor: pointer
}

input,textarea,button {
    outline: none!important
}

.btn-cx {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #007bc7;
    color: #fff;
    margin-left: .5rem
}

.btn-cx:hover {
    color: #fff;
    background-color: #007bc7;
    text-decoration: none
}

.finished {
    background-color: #b5b5b7;
    color: #fff
}

.finished:hover {
    color: #fff
}

.cjcom {
    width: 5rem;
    box-sizing: border-box
}

.settled {
    color: #ff6d5e;
    border: 1px solid #ff6d5e;
    background-color: #fff
}

.settled:hover {
    background: #ffefef;
    color: #ff6d5e
}

.cleared {
    background: #fff;
    border: 1px solid #c9c9c9;
    color: #999
}

.cleared:hover {
    color: #999
}
html {
    height: 100%;
    font-size: 125%;
    color: #666
}
body {
    height: 100%;
}

.headerBox {
    width: 100%;
    margin: 0 auto;
}

.headerBox  .headerTop {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
}

.clearfloat {
    zoom: 1
}

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


.headerBox .headerTopC {
    font-weight: bold;
    float: left;
    text-align: center
}

.headerBox .headerTopR {
    float: right;
    text-align: right;
}
.headerBox .headerTopR i {
    /* color: #fff; */
    padding: 0 .5rem;
    font-style: normal
}


.headerNav .logo {
    width: 24rem;
    display: block;
    float: left
}

.headerNav .logo img {
    padding: 1.3rem 0
}

a {
    font-family: 微软雅黑;
    text-decoration: none
}

img {
    vertical-align: middle
}

.headerNav-ul {
    float: right
}

.headerNav-ul li {
    float: left;
    padding: 0 .9rem;
    line-height: 4rem
}

.header-nav ul .activeNav {
    background: #2a72a8;
}

.headerNav-ul li a {
    width: 100%;
    color: #858585;
    font-size: 15px;
    font-weight: normal
}

#main-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
}

a:hover {
    text-decoration: underline
}

.headerNav-ul li a {
    display: inline-block;
    text-align: center;
    text-decoration: none
}

.close {
    display: inline-block;
    box-sizing: border-box;
    height: 1.3rem;
    width: 1.3rem;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    border-radius: .65rem;
    font-size: 14px;
    text-align: center;
    line-height: 1.2rem;
    float: right;
    margin-right: .5rem;
    margin-top: .5rem;
    cursor: pointer
}
.page{
    /* margin-top: 10px; */
    padding: 25px;
}
.page li {
    font-size: 12px;
    color: #DBDBEA;
    font-weight: normal;
    margin-right: .25rem;
    padding: .35rem .6rem;
    border: 1px solid #dadada;
    border-radius: .2rem;
    cursor: pointer;
    line-height: 1rem;
}

.page .page_last,.loaninfo_bottom .page .page_next,.page .page_current {
    color: #B48E72;
    background-color: #fff
}


.page li:hover {
    color: #fff;
    background-color: #B8967C;
    border-color: #B8967C
}

.page li:last-child {
    border: 0;
    cursor: default;
    padding: 0 .6rem;
    line-height: 1.75rem
}

.page li:last-child:hover {
    color: #c1c7d8;
    background-color: #fff;
    border-color: #fff
}

.page ul {
    display: flex;
    justify-content: center;
}

.page li input[type=text] {
    box-sizing: border-box;
    border-radius: .2rem;
    border: 1px solid #dadada;
    width: 1.75rem;
    padding: .35rem .2rem;
    text-align: center;
    color: #007bc7
}

.agreementRegist {
    box-sizing: border-box;
    width: 50rem;
    margin: .5rem auto 0
}

#us {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0
}

#us .page-help {
    box-sizing: border-box;
    width: 54rem;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 0 1px #ccc
}

#us .help-top h2 {
    line-height: 2.25rem;
    padding-left: 1rem;
    font-size: 18px;
    border-top: 1px solid #007bc7
}

#us .help-content {
    padding: 2rem;
    border-top: 1px solid #dbdee1
}

#us .contact-way {
    padding: 0 2rem 1rem;
    border-bottom: 1px dashed #d7ebf5
}

#us .contact-way p {
    line-height: 1.6rem;
    color: #595757;
    font-size: 14px
}

#us .contact-address {
    overflow: hidden;
    padding: 1rem 2rem
}

#us .contact-address-txt {
    float: left;
    width: 16.5rem
}

#us .contact-address-txt .txt-title {
    line-height: 2.3rem;
    font-size: 15px;
    color: #48b1df
}

#us .contact-address-txt p {
    line-height: 1.6rem;
    color: #595757;
    font-size: 14px
}

#us .contact-address-map {
    float: left;
    position: absolute;
    right: 2rem;
    bottom: 2.5rem
}

#us .contact-address-map img {
    width: 28rem;
    vertical-align: middle
}

#forgot {
    box-sizing: border-box;
    width: 100%;
    height: 37rem;
    background: url(../img/login/bg.png) no-repeat;
    padding: 3rem 0
}

.forgotCon {
    box-sizing: border-box;
    width: 54rem;
    height: 30rem;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    color: #888;
    text-align: center
}

.forgotCon>img {
    margin-top: 2.5rem;
    margin-bottom: 5rem
}

.forgotCon .verify-content {
    width: 26rem;
    margin: auto
}

.forgotCon p span {
    box-sizing: border-box;
    display: inline-block;
    height: 2.2rem;
    line-height: 2.2rem;
    width: 5rem;
    text-align: right;
    font-size: 16px;
    color: #242424;
    margin-bottom: .5rem
}

.forgotCon .box-phone input {
    box-sizing: border-box;
    height: 2.2rem;
    width: 13.5rem;
    border: 1px solid #c5c5c5;
    border-radius: .2rem;
    color: #999;
    padding-left: .5rem
}

.forgotCon .box-yanzhengma input[type=text] {
    box-sizing: border-box;
    height: 2.2rem;
    width: 6.5rem;
    border: 1px solid #c5c5c5;
    border-radius: .2rem;
    color: #999;
    padding-left: .5rem;
    margin-right: .5rem
}

.forgotCon .box-yanzhengma button {
    box-sizing: border-box;
    height: 2.2rem;
    width: 6.5rem
}

.forgotCon .verify-content>button {
    box-sizing: border-box;
    width: 14rem;
    height: 2rem;
    margin-top: 1rem;
    margin-left: 4rem
}

.forgotCon .box-pwd span,.forgotCon .box-repwd span {
    box-sizing: border-box;
    width: 4rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: right;
    font-size: 16px;
    color: #242424;
    margin-bottom: .5rem
}

.forgotCon .box-pwd input,.forgotCon .box-repwd input {
    box-sizing: border-box;
    height: 2.2rem;
    width: 13.5rem;
    border: 1px solid #c5c5c5;
    border-radius: .2rem;
    color: #999;
    padding-left: .5rem
}

.forgotCon dt,.forgotCon dd {
    float: left;
    color: #888
}

.forgotCon .dd1 {
    font-size: 18px;
    margin-bottom: .5rem
}

.forgotCon .dd2 {
    font-size: 12px
}

.forgotCon dt {
    margin-left: 5rem;
    margin-right: 2rem
}

.forgotCon .dd2 i,.forgotCon .dd2 a {
    font-size: 14px;
    color: #007bc7
}

.forgotCon h1 {
    font-weight: normal;
    font-size: 14px;
    color: #f13d45;
    padding-left: 35%;
    text-align: left;
    height: 1rem
}

#help1 {
    min-height: 36.9rem
}

#help1 .help_info {
    width: 54rem;
    margin: 1.5rem auto;
    box-shadow: 0 0 0 1px #ccc
}

#help1 .helpActive a {
    color: #007bc7;
    line-height: 2rem
}

#help1 .helpActive {
    border-top: 2px solid #007bc7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc
}

#help1 .help_top {
    box-sizing: border-box;
    height: 2.25rem;
    font-size: 18px;
    line-height: 2.25rem;
    border-bottom: 1px solid #dbdee1;
    margin-bottom: .25rem
}

#help1 .help_top li {
    float: left;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    height: 2.25rem
}

#help1 .help_top a {
    text-align: center;
    padding: 0 1rem;
    box-sizing: border-box;
    height: 2.1rem;
    display: inline-block;
    text-decoration: none
}

#help1 .help_top li:nth-child(1) {
    border-left-color: #fff
}

#help1 .help_top a:hover {
    color: #007bc7
}

#help1 .help_right {
    padding-bottom: .75rem
}

#help1 .help_right .helpul li {
    line-height: 2rem;
    border-bottom: 1px dashed #f5f5f5
}

#help1 .help_right .helpul li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #595757
}

#help1 .help_right .helpul li a:hover {
    text-decoration: none;
    background-color: #f5f8fd
}

#help1 .help_right .helpul li a span {
    float: right;
    margin-right: 1.25rem;
    color: #b5b5b6
}

#help1 .help_right .helpul li a i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: 0 .75rem;
    background: url(../img/help/cicle.png) no-repeat center
}

.helpdetail .detail-top p {
    box-sizing: border-box;
    width: 54rem;
    margin: 0 auto;
    line-height: 1.75rem;
    color: #858585
}

.helpdetail .detail-top p a {
    color: #858585
}

.helpdetail .detail-top {
    border-bottom: 1px solid #e5e6ea
}

.helpdetail .detail-content {
    box-sizing: border-box;
    width: 54rem;
    margin: 35px auto;
    min-height: 36rem;
    padding: 2.75rem;
    color: #595757;
    background-color: #fff;
    box-shadow: 0 0 0 1px #ccc
}

.helpdetail .detail-content h2 {
    font-size: 18px;
    line-height: 1.8rem;
    text-align: center;
    color: #595757
}

.helpdetail .detail-content p {
    font-size: 14px;
    color: #595757;
    text-indent: 1.5rem;
    line-height: 1.5rem
}
.loginIpt .tipErr{
    line-height: 1rem;
}
.helpdetail .detail-content h2 {
    text-indent: 0
}

.login_box .login_sbox {
    width: 54rem;
    margin: 0 auto;
    position: relative
}

.login_box .loginMain {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 1rem;
    z-index: 2;
    background-color: rgba(68,68,68,0.5);
    min-height: 16rem;
    width: 16rem;
    color: rgba(255,255,255,0.6);
    margin-left: 6rem;
    padding: 1.25rem;
    padding-top: 2rem;
    border-radius: .5rem
}

.login_box .loginMain h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.2rem;
    padding-bottom: .75rem
}

.login_box .loginIpt {
    margin-top: 1.25rem;
    width: 100%;
    font-size: 14px;
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #d8d8d8;
    position: relative
}

.login_box .loginIpt a {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255,255,255,0.6)
}

.login_box .loginName,.login_box .password {
    border: 0;
    background: 0;
    width: 10rem;
    color: #fff
}

.login_box input:focus {
    outline: 0;
    background: 0
}

.login_box .tipErr {
    color: #f13d45;
    line-height: normal
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 10rem #fff inset
}

.loginIpt span {
    display: inline-block;
    width: 2.1rem
}

.login_box #chkRememberPwd {
    display: none
}

.login_box #chkRememberPwd+label {
    background-color: none;
    border-radius: .1rem;
    border: 1px solid #d3d3d3;
    width: .5rem;
    height: .5rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: .5rem;
    font-size: 12px
}

.login_box #chkRememberPwd:checked+label:after {
    content: "\2714"
}

.label1:after {
    content: "\2714"
}

.loginCbx {
    font-size: 12px;
    margin-top: .5rem
}

.loginCbx a {
    color: #a84d38;
    float: right
}

.login_box #login_button {
    font-size: 16px;
    line-height: 2rem;
    border: 0;
    border-radius: 3px;
    background: #007bc7;
    width: 53%;
    padding: 0 10px;
    margin: 1rem auto .5rem;
    color: #fff
}

#my-carousel {
    width: 100%;
    min-width: 54rem;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    min-height: 19.55rem
}

#my-carousel .banner div {
    height: 19.55rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.indexPage {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 10
}

.notice {
    position: fixed;
    top: 10%;
    z-index: 11;
    width: 50%;
    height: 22.5rem;
    margin-left: 25%;
    background: #fff
}

.notice h4 .close {
    color: #007bc7;
    border-color: #007bc7;
    margin-top: 0
}

.notice h4 {
    text-align: center;
    font-size: 17px;
    color: #0c0c0c;
    margin: .5rem 0
}

.notice .messageN {
    width: 100%;
    height: 16rem;
    margin-top: 1rem;
    overflow-y: scroll
}

.notice .messageN h5 {
    margin: 0 1.25rem;
    font-size: 15px;
    font-weight: normal;
    color: #000
}

.notice .messageN p {
    margin: 0 1.25rem;
    line-height: 1.25rem;
    text-indent: 2em;
    word-break: break-all
}

.notice .messageN .e4 {
    text-indent: 4em
}

.notice .messageN h2 {
    margin: .5rem 1.25rem;
    font-size: 15px;
    font-weight: normal;
    color: #000
}

.notice button {
    display: block;
    margin: 1rem auto 0;
    width: 10rem;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 5px
}

.nav {
    width: 54rem;
    height: 4rem;
    margin: .5rem auto;
    background: #f7f7f7
}

.nav li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    font-size: 16px;
    line-height: 2rem;
    text-align: center;
    margin: 1rem 0
}

.nav li:nth-child(1) {
    background: url(../img/index/icon_safe.png) no-repeat 2.5rem;
    border-right: 1px solid #dcdcdc
}

.nav li:nth-child(2) {
    background: url(../img/index/icon_zz.png) no-repeat 2.5rem;
    border-right: 1px solid #dcdcdc
}

.nav li:nth-child(3) {
    background: url(../img/index/icon_lcr.png) no-repeat 2.5rem;
    border-right: 1px solid #dcdcdc
}

.nav li:nth-child(4) {
    background: url(../img/index/icon_more.png) no-repeat 2.5rem
}

.line {
    width: 54rem;
    margin: 0 auto;
    height: 6px;
    background: url(../img/index/line.png) no-repeat;
    margin-bottom: 1.5rem
}

.loan {
    width: 54rem;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold
}

.more {
    display: inline-block;
    height: 1.5rem;
    float: right;
    font-weight: normal;
    font-size: 12px;
    margin-right: .25rem
}

.more_color {
    color:#917156;
}

.more1 {
    display: inline-block;
    border: 4px solid #2e2e2e;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent
}

.loan_fxjh p,.loan_sxjh p,.loan_lcrjh p,.loan_hdb>p {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: .25rem;
    height: 2.5rem;
    line-height: 3.7rem;
    padding-left: 6.25rem;
    background: url(../img/index/icon_loan.png) no-repeat 0 70%
}

.loan tr {
    height: 2.5rem;
    width: 54rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea
}

.loan tr th,.loan tr td {
    box-sizing: border-box;
    line-height: 2.5rem;
    font-weight: normal;
    font-size: 13px;
    text-align: left
}

.loan tr td>span {
    position: relative;
    display: inline-block;
    height: .75rem;
    width: .75rem;
    background: url(../img/index/icon_answer.png) no-repeat;
    background-size: 100% 100%
}

.loan tr td span em {
    position: absolute;
    width: 12rem;
    line-height: 1.25rem;
    height: 1.25rem;
    padding: .25rem .75rem;
    border: 2px solid #79b9ff;
    text-align: center;
    background: #fff;
    top: -2.3rem;
    left: -2.05rem;
    border-width: 3px;
    border-image: url(../img/index/tip_bg.png) 3 3;
    display: none
}

.loan tr td span em:before {
    content: "";
    position: absolute;
    top: 1.65rem;
    left: 1.95rem;
    width: .75rem;
    height: .45rem;
    background: url(../img/index/loan_bg.png) no-repeat;
    background-position: -12px -119px;
    z-index: 1
}

.loan tr td span:hover em {
    display: block
}

.loan tr td i {
    color: #007bc7;
    font-size: 12px;
    float: right;
    margin-right: .5rem
}

.loan table {
    margin-bottom: 1.5rem
}

.loan tr th,.loan tr td {
    width: 15%
}

.loan tr th:nth-child(1),.loan tr td:nth-child(1) {
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.loan tr th:nth-child(2),.loan tr td:nth-child(2) {
    margin-left: 1rem
}

.loan tr th:last-child,.loan tr td:last-child {
    text-align: right
}

.loan .going p {
    position: relative;
    display: inline-block;
    width: 70%;
    height: .24rem;
    background: #eaeaea;
    border-radius: .12rem;
    margin-right: .25rem;
    overflow: hidden
}

.loan .going p span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: .24rem;
    background-color: #007bc7;
    width: 70%
}

.indexColumn {
    width: 54rem;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.fxjy,.wdzs,.bzzx {
    float: left;
    width: 30%
}

.fxjy p {
    background: url(../img/index/icon_fxjy.png) no-repeat
}

.wdzs p {
    background: url(../img/index/icon_wdzs1.png) no-repeat
}

.bzzx p {
    background: url(../img/index/icon_help.png) no-repeat .25rem
}

.indexColumn p {
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    padding-left: 2rem
}

.indexColumn li a {
    margin-left: .25rem;
    display: inline-block;
    max-width: 11rem;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.indexColumn ul {
    background: #f7f7f7;
    padding: .5rem
}

.indexColumn li {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #eaeaea
}

.indexColumn li:last-child {
    border-bottom: 0
}

.indexColumn li span {
    float: right;
    display: inline-block;
    line-height: 2rem
}

.indexAbout {
    height: 12rem;
    background: url(../img/index/about.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 2.5rem;
    margin-bottom: 1.5rem
}

.indexAbout p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1.5rem
}

.indexAbout ul {
    display: flex;
    justify-content: space-between;
    width: 60rem;
    margin: 0 auto
}

.indexAbout img {
    margin-right: .5rem;
    height: 2rem
}

.indexAbout ul li {
    width: 23%;
    height: 2rem;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-top: 4rem;
    background: rgba(255,255,255,0.2);
    background-repeat: no-repeat;
    background-position: 50% 30%
}

.indexAbout ul li:nth-child(1) {
    background-image: url(../img/index/icon_star.png)
}

.indexAbout ul li:nth-child(2) {
    background-image: url(../img/index/icon_start.png)
}

.indexAbout ul li:nth-child(3) {
    background-image: url(../img/index/icon_attr.png)
}

.indexAbout ul li:nth-child(4) {
    background-image: url(../img/index/icon_company.png)
}

.cooperate {
    width: 54rem;
    margin: 0 auto
}

.cooperate img {
    width: 7.5rem;
    height: 2.25rem;
    float: left;
    margin: 1rem 2.5rem 1rem .75rem
}

.rightTip {
    position: fixed;
    right: 0;
    top: 50%;
    border: 1px solid #fff;
    z-index: 10;
    /* background: #fff; */
}
/* 
.rightTip li {
    box-sizing: border-box;
    width: 2.5rem;
    height: 2.5rem;
    border-bottom: 1px solid #ff4343;
    cursor: pointer;
} */

.rightTip li:last-child {
    border-bottom: 0
}

.rightTip .tipTop {
    background: url(../img/index/rightTip.png) no-repeat;
    transition: all .25s ease 0s;
    background-position: right 0
}

.rightTip .tipTop:hover {
    background-position: left 0
}

.rightTip .tipfxjy {
    background: url(../img/index/rightTip.png) no-repeat;
    transition: all .25s ease 0s;
    background-position: right -52px
}

.rightTip .tipfxjy:hover {
    background-position: left -50px
}

.rightTip .tipbzzx {
    background: url(../img/index/rightTip.png) no-repeat;
    transition: all .25s ease 0s;
    background-position: right -100px
}

.rightTip .tipbzzx:hover {
    background-position: left -100px
}

.rightTip li a {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem
}

#invest {
    width: 54rem;
    margin: 1.5rem auto;
    margin-top: 3rem;
    font-size: 15px;
    min-height: 35.4rem
}

.investList h2 {
    border-bottom: 1px solid #eaeaea;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 15px;
    background: url(../img/index/icon_loan.png) no-repeat;
    padding-left: 6rem;
    margin-top: 2.5rem;
    font-weight: bold
}

.investList table {
    width: 100%
}

.investList th,.investList td {
    font-weight: normal;
    width: 8rem;
    height: 3rem;
    line-height: 3rem;
    text-align: left
}

.investList tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea
}

#banner .leakage_banner {
    height: 12rem;
    background: url(../img/leakage/leakage.png) no-repeat;
    background-position: center
}

#leakage .leakage_info {
    width: 1080px;
    margin: -30px auto auto;
    font-size: 15px;
    border: 1px solid #b1b1b1;
    background: #fff;
}

#leakage ul {
    box-sizing: border-box;
    float: left;
    /* padding-left: 1.1rem; */
    /* border: 1px solid #d2d2d2; */
    width: 179px;
}

#leakage .leakage_info li {
    padding-left: 30px;
    line-height: 40px;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    margin-top: -1px;
}
#leakage .leakage_info li:nth-last-child(1){
    margin-bottom: -1px;
}
.leakage_right {
    float: left;
    width: 900px;
    min-height: 24.9rem;
    border-left: 1px solid #b1b1b1;
}

.activeLeakage {
    background: #917156;
    width: 139.5px !important;
    margin-left: 20px;
    padding: 0 !important;
}
.activeLeakage a {
    color: #fff;
    padding-left: 10px;
}
.activeLeakage a:hover {
    color: #fff;
    padding-left: 10px;
}

#leakage .basic>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px
}

#leakage .basic .leakage-title {
    line-height: 1.5rem!important
}

#leakage .basic>div {
    padding: .75rem 1rem;
    line-height: 1.5rem
}

#leakage .survey>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px
}

#leakage .survey>div {
    padding: .75rem 1rem;
    line-height: 1.5rem
}

#leakage .govern>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px
}

#leakage .govern>div {
    padding: .75rem 1rem;
    line-height: 1.5rem
}

#leakage .platform>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px
}

#leakage .platform>div {
    padding: .75rem 1rem;
    line-height: 1.5rem
}

strong {
    font-weight: bold;
    color: #000
}

#leakage .lawlea>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    font-size: 17px
}

#leakage .lawlea>div {
    padding: .75rem 1rem;
    line-height: 1.5rem
}

#leakage .diploma>div>p {
    box-sizing: border-box;
    /* height: 2.5rem; */
    line-height: 60px;
    border-bottom: 1px solid #b1b1b1;
    font-size: 17px;
    padding-left: 20px;
}

#leakage .diploma a {
    display: inline-block;
    box-sizing: border-box;
    height: 2rem;
    width: 5.5rem;
    margin-right: 3rem
}

#leakage .operation .diploma p {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: .5rem;
    font-size: 17px
}

#leakage .operation .diploma .aqlm {
    background: url(../img/leakage/aqlm.png) no-repeat;
    background-size: 5.5rem 2rem
}

#leakage .operation .diploma .rzlm {
    background: url(../img/leakage/rzlm.jpg) no-repeat;
    background-size: 5.5rem 2rem
}

.operation .leakageCon h2 {
    font-size: 17px;
    line-height: 2.5rem
}

.lIcon {
    border-radius: 30px;
    display: inline-block;
    height: 16px;
    border: 2px solid #414664;
    width: 16px;
    vertical-align: middle;
    margin-right: .5rem;
}

.operation .leakageCon .lineDiv {
    border-top: 1px solid #eaeaea;
    overflow: hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem
}

.operation .leakageCon .lineDiv p {
    float: left;
    width: 10rem;
    font-size: 14px
}

.operation .lineDiv span {
    margin-left: .5rem
}

#holding .holdingTab,#inhand .inhandTab,#cleared .clearedTab {
    width: 54rem;
    margin: 1rem auto;
    font-size: 14px
}

#holding table,#inhand table,#cleared table {
    border-collapse: collapse;
    color: #888;
    width: 100%;
    margin-bottom: 1rem
}

#holding tr,#inhand tr,#cleared tr {
    width: 100%
}

#holding .holdingTop,#inhand .inhandTop,#cleared .clearedTop {
    box-sizing: border-box;
    height: 12rem;
    background: url(../img/newAccount/investNew-banner.png) no-repeat center
}

#holding td,#holding th,#inhand td,#inhand th,#cleared td,#cleared th {
    line-height: 2.5rem;
    text-align: center
}

#holding tr,#inhand tr,#cleared tr {
    border-bottom: 1px solid #eaeaea
}

#holding thead,#inhand thead,#cleared thead {
    border-top: 1px solid #eaeaea
}

#holding .chakan,#inhand .chakan {
    padding-left: 1.5rem;
    background: url(../img/newAccount/chakan.png) no-repeat 0 50%
}

#holding th {
    width: 16.66%
}

#inhand th {
    width: 20%
}

#cleared th {
    width: 25%
}

.chakan:hover {
    color: #333
}

#loanList {
    background: url(../img/loan/loan_bg.png) no-repeat;
    background-position-x: 50%;
    background-size: 56.2rem 18.5rem;
    min-height: 36.9rem
}

.loaninfo {
    width: 54rem;
    margin: 1.5rem auto
}

.loaninfo_top {
    box-sizing: border-box;
    width: 100%;
    height: 17rem;
    padding: 1.5rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.loaninfo_left {
    width: 57%
}

.loaninfo_right {
    box-sizing: border-box;
    width: 43%;
    padding-left: 1.25rem;
    font-size: 14px
}

.loaninfo_left ul {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #007bc7;
    font-weight: bold;
    height: .8rem;
    margin-top: 1rem
}

.loaninfo_left ul li:first-child {
    box-sizing: border-box;
    display: inline-block;
    width: 85%;
    background: #ececec;
    border-radius: .3rem;
    margin-right: 1rem;
    height: .6rem;
    overflow: hidden
}

.loaninfo_left ul li {
    display: inline-block
}

.loaninfo_left ul .barIn {
    display: inline-block;
    width: 50%;
    height: .6rem;
    background: #007bc7
}

.loaninfo_left ol {
    float: left;
    font-size: 12px;
    color: #999;
    width: 85%;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem
}

.loaninfo_left h2 {
    box-sizing: border-box;
    width: 95%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea
}

.loaninfo_left .loaninfo_rate {
    box-sizing: border-box;
    width: 95%;
    height: 9rem;
    border-bottom: 1px solid #eaeaea;
    padding: 1.5rem 0 0 .5rem
}

.loaninfo_left .loaninfo_rate dl {
    font-size: 12px;
    color: #999;
    float: left;
    box-sizing: border-box;
    width: 30%;
    height: 3rem;
    text-align: center
}

.loaninfo_left .loaninfo_rate dt {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    height: 2rem;
    line-height: 2rem
}

.loaninfo_left .loaninfo_rate dt span {
    color: #ff7d00;
    font-size: 30px
}

.loaninfo_left .loaninfo_rate dt em {
    font-size: 26px
}

.loaninfo_left .loaninfo_intro {
    box-sizing: border-box;
    width: 95%;
    font-size: 12px;
    font-weight: normal
}

.loaninfo_left .loaninfo_intro h3 {
    font-size: 12px;
    line-height: 1.5rem;
    font-weight: normal
}

.loaninfo_right>p {
    color: #cdcdcd;
    font-size: 12px;
    text-align: right;
    margin-bottom: .5rem
}

.loaninfo_right>i {
    box-sizing: border-box;
    display: block;
    padding-right: .1rem;
    min-height: 1rem;
    line-height: 1rem;
    color: red
}

.loaninfo_right>h4 {
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-bottom: .5rem
}

.loaninfo_right input[type=text] {
    box-sizing: border-box;
    width: 16rem;
    height: 2.5rem;
    padding: 0 .6rem;
    color: #000;
    font-size: 14px;
    line-height: 1.75rem;
    border: 1px solid #e5e6ea;
    border-radius: 5px;
    margin-right: .5rem;
    background: #f7f7f7
}

.loaninfo_right dd {
    font-size: 12px
}

.loaninfo_right dl {
    display: flex;
    justify-content: space-between;
    margin: .5rem 0
}

.loaninfo_right dt input[type=checkbox] {
    vertical-align: middle
}

.loaninfo_right dl a {
    color: #a3b7e6
}

.loaninfo_right h3 {
    box-sizing: border-box;
    color: #00bcee;
    font-size: 14px;
    font-weight: normal;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 16rem;
    background-image: url(../img/loan/jisuanqi.png);
    background-repeat: no-repeat;
    background-position: .75rem 50%;
    padding-left: 2.5rem
}

.loaninfo_right .yjsy {
    background: linear-gradient(to right,#ecf2ff,white);
    margin-bottom: 1rem
}

.loaninfo_right .cjbtn button:first-child {
    margin-right: 2rem
}

.loaninfo_right .cjbtn button {
    width: 4.25rem
}

.loaninfo_right .dlbtn {
    box-sizing: border-box;
    width: 16rem;
    text-align: center
}

.loaninfo_right .dlbtn a.settled:hover {
    background-color: #fff;
    color: #ff6d5e
}

.loaninfo_right .dlbtn a {
    width: 10rem
}

.loaninfo_bottom .loaninfo_active {
    color: #666
}

.loaninfo_bottom h3 {
    margin-bottom: 1.5rem
}

.loaninfo_bottom a {
    color: #c3c3c3
}

.loaninfo_bottom table {
    background: #f7f7f7;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    width: 54rem
}

.loaninfo_bottom tr {
    width: 54rem;
    height: 2.5rem;
    border-bottom: 1px solid #eaeaea
}

.loaninfo_bottom tr:first-child {
    border-top: 1px solid #eaeaea
}

.loaninfo_bottom tbody tr {
    cursor: pointer
}

.loaninfo_bottom tbody tr:hover {
    background: #bbb
}

.loaninfo_bottom th,.loaninfo_bottom td {
    font-size: 14px;
    font-weight: normal;
    width: 16.6%;
    text-align: center
}

.loaninfo_bottom .page li {
    font-size: 12px;
    color: #c1c7d8;
    font-weight: normal;
    margin-right: .25rem;
    padding: .35rem .6rem;
    border: 1px solid #dadada;
    border-radius: .2rem;
    cursor: pointer
}

.loaninfo_bottom .page .page_last,.loaninfo_bottom .page .page_next,.loaninfo_bottom .page .page_current {
    color: #007bc7;
    background-color: #fff
}

.loaninfo_bottom .rzxx .page li:hover {
    color: #fff;
    background-color: #007bc7;
    border-color: #007bc7
}

.loaninfo_bottom .rzxx table a {
    color: #666
}

.loaninfo_bottom .rzxx .page li:last-child {
    border: 0;
    cursor: none;
    padding: 0 .6rem;
    line-height: 1.75rem
}

.loaninfo_bottom .rzxx .page li:last-child:hover {
    color: #c1c7d8;
    background-color: #fff;
    border-color: #fff
}

.loaninfo_bottom .rzxx .page ul {
    display: flex;
    justify-content: center
}

.loaninfo_bottom .rzxx .page li input[type=text] {
    box-sizing: border-box;
    border-radius: .2rem;
    border: 1px solid #dadada;
    width: 1.75rem;
    padding: .35rem .2rem;
    text-align: center;
    color: #007bc7
}

.loaninfo_bottom .fwxx {
    padding: 1rem .75rem 2rem;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    background: #f7f7f7
}

.loaninfo_bottom .fwxx ul {
    box-sizing: border-box;
    font-size: 14px;
    color: #888
}

.loaninfo_bottom .fwxx ul li {
    box-sizing: border-box
}

.loaninfo_bottom .fwxx ul li p {
    line-height: 2.5rem;
    background: url(../img/loan/bg04.png) repeat-x 0 bottom;
    padding-left: 1.5rem
}

.loaninfo_bottom .fwxx ul li span {
    color: #000
}

.loaninfo_bottom .fwxx ul li a {
    color: #000
}

.loaninfo_bottom .fwxx ul li:last-child a {
    color: #a3b7e6
}

.loaninfo_bottom .fwxx ul li em {
    float: left;
    display: inline-block;
    width: 4.25rem;
    min-height: 2.5rem;
    margin-right: 2rem
}

.loaninfo_bottom dl {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1rem
}

.loaninfo_bottom dl span {
    margin-left: .4rem;
    color: #222
}

.loaninfo_bottom dt {
    font-size: 16px;
    color: #545454;
    font-weight: bold;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    padding-left: 2.5rem
}

.loaninfo_bottom dd {
    box-sizing: border-box;
    font-size: 13px;
    float: left;
    line-height: 3rem;
    color: #888;
    padding-left: .3rem
}

.loaninfo_bottom .width25 dd {
    width: 25%
}

.loaninfo_bottom .width20 dd {
    width: 20%
}

.loaninfo_bottom .width20 span {
    color: #007bc7;
    font-weight: bold
}

.loaninfo_bottom .width100 dd {
    width: 100%;
    color: #222
}

.loaninfo_bottom dl:nth-child(1) dt {
    background: url(../img/loan/icon_hd1.png) no-repeat;
    background-position: .5rem 50%
}

.loaninfo_bottom dl:nth-child(2) dt {
    background: url(../img/loan/icon_hd2.png) no-repeat;
    background-position: .5rem 50%
}

.loaninfo_bottom dl:nth-child(3) dt {
    background: url(../img/loan/icon_hd3.png) no-repeat;
    background-position: .5rem 50%
}

.loaninfo_bottom dl:nth-child(4) dt {
    background: url(../img/loan/icon_hd4.png) no-repeat;
    background-position: .5rem 50%
}

.loaninfo_bottom dl:last-child dt {
    background: url(../img/loan/icon_hd5.png) no-repeat;
    background-position: .5rem 50%
}

.popupBg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.4);
    display: none
}

.agreement {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 40rem;
    height: 25rem;
    margin-left: -20rem;
    margin-top: -12.5rem;
    background: #fff
}
.newAgreement {
    width: 50rem !important;
    height: 560px !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}
.newClose {
    position: absolute;
    right: 0;
}
.newAgreementM {
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 30px 0 30px;
}

.agreement h2 {
    /* margin-top: 2rem; */
    text-align: center;
    font-size: 16px;
    color: #000
}

/* .agreement .agreementM {
    width: 100%;
    height: 16rem;
    margin-top: 1rem;
    overflow-y: scroll
} */

/* .agreementM>p {
    text-align: left!important;
    margin: 0 1.5rem!important;
    line-height: 1.25rem;
    font-size: 14px!important
} */

/* .agreement p {
    text-align: left!important;
    margin: 0 1.5rem!important;
    line-height: 1.25rem;
    font-size: 14px!important;
} */

.agreement p input[type=checkbox] {
    vertical-align: middle
}

.popupBg button {
    width: 7.5rem;
    background: #ac8562;
    color: #fff
}

.popupBg button.btn-dis {
    background: #b4b4b4
}

.popupBg button:hover {
    background: #007bc7
}

.popupBg button.btn-dis:hover {
    background: #b4b4b4
}

.infoSure {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 40rem;
    height: 15rem;
    margin-left: -20rem;
    margin-top: -7.5rem;
    background: #fff
}

.infoSure h2,.fxxq h2,.sxxq h2 {
    margin-top: 2rem;
    text-align: center;
    font-size: 16px;
    color: #000
}

.infoSure ul {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 2.5rem 1.25rem 1.5rem;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    height: 3rem;
    line-height: 3rem;
    color: #919191
}

.infoSure ul span {
    color: #393939;
    margin-left: 1rem
}

.infoSure p,.infoSure h3 {
    text-align: center
}

.infoSure h3 {
    font-size: 13px;
    font-weight: normal;
    color: #6e6e6e;
    margin-bottom: .5rem
}

.infoTip {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 40rem;
    height: 14rem;
    margin-left: -20rem;
    margin-top: -7rem;
    background: #fff
}

.infoTip h2 {
    box-sizing: border-box;
    height: 3rem;
    background: url(../img/loan/icon_ok.png) no-repeat;
    background-size: 2.25rem;
    background-position: 50%;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.infoTip a {
    width: 7.5rem;
    background: #219cf2;
    color: #fff
}

.infoTip a:hover {
    background: #007bc7;
    text-decoration: none;
    color: #fff
}

.infoTip h3,.infoTip p {
    text-align: center
}

.infoTip h3 {
    font-size: 14px;
    font-weight: normal;
    color: #515151;
    margin-bottom: .75rem
}

.fxxq {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 40rem;
    height: 14rem;
    margin-left: -20rem;
    margin-top: -7rem;
    background: #fff;
    font-size: 12px
}

.fxxq h2,.sxxq h2 {
    margin-bottom: .75rem
}

.fxxq p {
    border-top: 1px solid #eaeaea;
    margin: 0 1.25rem;
    line-height: 2.5rem;
    color: #888
}

.fxxq p:last-child {
    text-align: center;
    margin-top: 1.25rem;
    border: 0
}

.fxxq p span {
    display: inline-block
}

.fxxq p span:nth-child(1),.fxxq p span:nth-child(2),.fxxq p span:nth-child(4) {
    width: 22%
}

.fxxq p span:nth-child(3) {
    width: 34%
}

.sxxq {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 40rem;
    height: 17rem;
    margin-left: -20rem;
    margin-top: -8.5rem;
    background: #fff;
    font-size: 12px
}

.sxxq h3 {
    font-size: 12px;
    font-weight: normal;
    margin: .6rem 1.25rem
}

.sxxq ul {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin: 0 1.25rem;
    display: flex;
    justify-content: space-between;
    line-height: 2.5rem
}

.sxxq ul span,.sxxq ul em {
    color: #393939;
    margin-left: .5rem
}

.sxxq ul em {
    color: #007bc7;
    font-weight: bold
}

.sxxq p {
    text-align: center;
    margin-top: 2.5rem
}

.wait {
    box-sizing: border-box;
    width: 8rem;
    height: 6rem;
    background: url(../img/loan/wait.gif) no-repeat 50% 0;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin-left: -4rem;
    margin-top: -3rem;
    color: #fff;
    padding-top: 4rem;
    text-align: center;
    font-size: 16px
}

.loginBox {
    box-sizing: border-box;
    width: 100%;
    height: 37rem;
    background: url(../img/login/bg.png) no-repeat;
    padding: 6rem 0
}

.loginCon {
    box-sizing: border-box;
    width: 27.5rem;
    height: 25rem;
    margin: 0 auto;
    padding: 1.25rem;
    background: #fff;
    font-size: 13px
}

.loginCon>span {
    color: #aaa9a9;
    float: right
}

.loginCon>span>a {
    color: #007bc7
}

.loginCon>h2 {
    font-size: 18px;
    margin-top: 1.5rem;
    color: #242424
}

.loginCon>h3 {
    font-size: 15px;
    font-weight: normal;
    color: #007bc7;
    border: 1px dashed #007bc7;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem
}

.loginCon>h3>span {
    padding-left: 2rem;
    background: url(../img/login/tip.png) no-repeat;
    background-position-y: .05rem;
    display: inline-block;
    background-position: 0 50%
}

.loginCon>form {
    padding: 3rem
}

.loginCon .loginIpt {
    line-height: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 2rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    height: 2.05rem;
}

.loginCon .loginIpt:first-child {
    background: url(../img/login/phone.png) no-repeat 0 50%
}

.loginCon .loginIpt:nth-child(2) {
    background: url(../img/login/pwd.png) no-repeat 0 50%
}

.loginCon .loginCbx {
    margin-top: .5rem;
    margin-bottom: 3rem
}

.loginCon .loginCbx input {
    vertical-align: middle
}

.loginCon .loginCbx a {
    color: #007bc7
}

.loginCon .loginCbx span {
    color: #888
}

.loginCon form>#login_button {
    box-sizing: border-box;
    line-height: 1.3rem;
    width: 60%;
    margin: 0 20%;
    height: 2rem
}

.loginBox .tipErr {
    box-sizing: border-box;
    height: 1rem;
    color: red
}

.homeTop {
    /* box-sizing: border-box;
    height: 12rem;
    background: url(../img/image/me.png) no-repeat center top */
}

.homeTop .tx {
    box-sizing: border-box;
    width: 54rem;
    height: 12rem;
    line-height: 12rem;
    color: #fff;
    margin: 0 auto;
    font-weight: bold
}

.homeTop .tx span {
    display: inline-block;
    box-sizing: border-box;
    height: 12rem;
    padding-left: 12rem;
    font-size: 18px
}

.homeTop .tx .tx-male {
    background: url(../img/newAccount/icon_male.png) no-repeat 2rem 50%
}

.homeTop .tx .tx-male-no {
    background: url(../img/newAccount/icon_female.png) no-repeat 2rem 50%
}

.tx ul {
    box-sizing: border-box;
    height: 4.9rem;
    display: flex;
    justify-content: space-around;
    float: right;
    margin-top: 3.5rem
}

.tx ul li {
    box-sizing: border-box;
    height: 4.9rem;
    width: 4.9rem
}

.tx .info {
    background: url(../img/newAccount/info.png) no-repeat
}

.tx .ID {
    background: url(../img/newAccount/ID.png) no-repeat
}

.tx .bank {
    background: url(../img/newAccount/bank.png) no-repeat
}

.tx .email {
    background: url(../img/newAccount/email.png) no-repeat
}

.tx .info-active {
    background: url(../img/newAccount/info_active.png) no-repeat
}

.tx .ID-active {
    background: url(../img/newAccount/ID_active.png) no-repeat
}

.tx .bank-active {
    background: url(../img/newAccount/bank_active.png) no-repeat
}

.tx .email-active {
    background: url(../img/newAccount/email_active.png) no-repeat
}
/*====================================个人信息=======================================================*/
.newAccountBottom {
    /* box-sizing: border-box; */
    width: 60rem;
    margin: 35px auto 35px;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 5px #ccc;
    font-size: 12px;
    /* height: 530px; */
    background: #fff;
}
.headp{
    width: 182px;
    height: 189px;
    background: url(../img/image/touxiang.png) center center no-repeat;
}
.personal{
    padding: .5rem .5rem;
}
.shu{
    display: inline-block;
    margin-right: 1rem;
    width: 4px;
    height: 18px;
    border-radius: 2px;
    background: #B8967C;
    vertical-align: middle;
}
.newAccountBottom .account-nav {
    box-sizing: border-box;
    width: 182px;
    float: left;
    border-right: 1px solid #d2d2d2;
    /* border-bottom: 1px solid #d2d2d2; */
    min-height: 550px;
}
.meleft{
    float: left;
}
.meright{
    border-left: 1px solid #d2d2d2;
    margin-left: -1px; 
}
.newAccountBottom .account-content {
    box-sizing: border-box;
    float: left;
    width: 50rem;
    height: 100%;
    position: relative;
}
.account-nav li {
    /*border-top: 1px solid #cccccc;*/
    box-sizing: border-box;
    line-height: 40px;
    padding-left: 20px;
    /* width: 187px */
}
.account-nav li:nth-child(6) {
    /* border-bottom: 1px solid #cccccc; */
}

.account-nav .nav-li-name {
    font-size: 15px
}
.account-nav .nav-li-name img{
    margin-left: 15px
}
.account-nav .nav-li-name span{
    margin-left: 5px
}
.account-nav .nav-li a {
    padding-left: 44px;
    font-size: 13px;
}

.activeAccount a:hover {
    /* background: #414664; */
    color: #fff;
}
.widthli{
    width: 130px;
    height: 40px;
}
/* .account-nav ul a {
    display: inline-block;
    box-sizing: border-box;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    background-position: .75rem 50%;
    background-repeat: no-repeat
} */

/*.account-nav .icon-home {*/
/*    background-image: url(../img/newAccount/icon-home.png)*/
/*}*/

/*.account-nav .icon-fund {*/
/*    background-image: url(../img/newAccount/icon-fund.png)*/
/*}*/

/*.account-nav .icon-deposit {*/
/*    background-image: url(../img/newAccount/icon-deposit.png)*/
/*}*/

/*.account-nav .icon-withdraw {*/
/*    background-image: url(../img/newAccount/icon-withdraw.png)*/
/*}*/

/*.account-nav .icon-invest {*/
/*    background-image: url(../img/newAccount/icon-invest.png)*/
/*}*/
/*.account-nav .icon-myOrder {*/
/*    background-image: url(../img/newAccount/icon-lishi.png)*/
/*}*/

/*.account-nav .icon-geren {*/
/*    background-image: url(../img/newAccount/icon-geren.png)*/
/*}*/

/*.account-nav .icon-shiming {*/
/*    background-image: url(../img/newAccount/icon-shiming.png)*/
/*}*/

/*.account-nav .icon-bank {*/
/*    background-image: url(../img/newAccount/icon-bank.png)*/
/*}*/

/*.account-nav .icon-pwd {*/
/*    background-image: url(../img/newAccount/icon-pwd.png)*/
/*}*/

/*.account-nav .icon-fxpc {*/
/*    background-image: url(../img/newAccount/icon-fxpc.png)*/
/*}*/

.activeAccount {
    background-color: #414664;
    color: #fff;
}
.activeAccount a{
    color: #fff;
}
/*=========================账户总览======================*/
#home {
    /* position: relative;
    margin: 140px 0 0  120px; */
    /* padding: 100px; */
}

#home h1,#home h2,#home h3 {
    color: #545454;
    font-size: 16px;
}

#home h1 {
    background: url(../img/newAccount/icon-zhzl.png) no-repeat 0 50%
}

#home h2 {
    background: url(../img/newAccount/icon-dongjie.png) no-repeat 0 50%
}


#home h1 span,#home h2 span {
    color: #007bc7;
    float: right
}

#home .nh1 {
    display: flex;
    justify-content: space-between;
    line-height: 2.5rem;
    margin-left: 1.2rem;
    border-bottom: 1px solid #eaeaea;
}

#home .nh2 {
    margin-bottom: 2rem;
    display: block
}

#home .nh2 li {
    float: left
}

#home .nh1 li {
    color: #909090;
    width: 34%
}

#home .nh1 li span {
    color: #363636;
    margin-left: .2rem
}
#home .nh1 li span b{
    font-size: 16px;
    color: #414664;
}
#home .home-btn {
    margin-top: .5rem;
    text-align: right;
    margin-bottom: 2rem
}

#home .home-btn button {
    width: 7rem
}

#home .home-btn .home-chongzhi {
    margin-right: 1rem
}

#home p {
    box-sizing: border-box;
    /* height: 1.5rem; */
    /* color: #d8d8d8; */
    /* margin-left: 1.2rem; */
}

#home p a {
    color: #414141;
    font-size: 14px
}

#home p a:hover {
    color:#414664;
    font-weight:910;
    text-decoration: none
}

#home p a:first-child {
    margin-right: .5rem
}

#home p a:last-child {
    margin-left: .5rem
}

#home p a.activeHome {
    display: inline-block;
    box-sizing: border-box;
    height: 1.8rem;
    line-height: 1.8rem;
    color:#414664;
    font-weight:bold;
    border-bottom: 2px solid;
    margin-bottom: 10px;
}

#home table {
    width: 100%;
}

#home tr {
    width: 100%;
    border-bottom: 1px solid #eaeaea
}

#home th,#home td {
    line-height: 30px;
}

#home .homeBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.4)
}

#home .homeBtn {
    margin: 0 auto;
    position: absolute;
    z-index: 11;
    top: -10.3rem;
    right: .7rem;
    float: right;
    width: 12.75rem;
    height: 12.5rem;
    background: url(../img/newAccount/bankcard.png) no-repeat;
    cursor: pointer
}

#home .ljbd {
    position: absolute;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    background: url(../img/newAccount/rightnow.png) no-repeat;
    bottom: -2rem;
    right: -5rem
}
/*===============================================================================================*/
#financialDetail {
    margin-top: 1rem
}

#financialDetail>.div1 {
    box-sizing: border-box;
    height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    color: #e6e6e6
}

#financialDetail>.div1>a {
    box-sizing: border-box;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem
}

#financialDetail>.div1>a:hover {
    color: #007bc7;
    text-decoration: none
}

#financialDetail>.div1>span {
    float: right;
    color: #414141;
    margin-top: .25rem
}

#financialDetail .finActive {
    border-bottom: 2px solid #007bc7;
    color: #007bc7
}

#financialDetail table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem
}

#financialDetail tr {
    border-bottom: 1px solid #eaeaea
}

#financialDetail th,#financialDetail td {
    color: #888;
    line-height: 2.5rem;
    text-align: center;
    font-weight: normal
}

#financialDetail tr td:last-child {
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#financialDetail .width12 {
    width: 12%
}

#financialDetail .width20 {
    width: 20%
}

#recharge {
    margin-top: 1rem
}

#recharge>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    color: #e6e6e6;
    margin-bottom: .5rem
}

#recharge>p>a {
    box-sizing: border-box;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #414141
}

#recharge>p>a:hover {
    color: #007bc7;
    text-decoration: none
}

#recharge .rechActive {
    border-bottom: 2px solid #007bc7;
    color: #007bc7
}

#recharge>div {
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 0 1px #e8f4fd;
    padding: .5rem;
    font-size: 13px;
    color: #888
}

#recharge>div>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: .5rem
}

#recharge>div>p>input {
    box-sizing: border-box;
    height: 1.8rem;
    width: 10.5rem;
    background: #f7f7f7;
    border: 1px solid #d9d9dd;
    padding-left: .5rem
}

#recharge section {
    border-bottom: 1px solid #eaeaea
}

#recharge section ul {
    float: left;
    width: 68%
}

#recharge section ul li {
    box-sizing: border-box;
    width: 4.5rem;
    height: 2.1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 1.3rem;
    margin-bottom: 1rem
}

#recharge section ul li:nth-child(5),#recharge section ul li:nth-child(10),#recharge section ul li:nth-child(15),#recharge section ul li:nth-child(20) {
    margin-right: 0
}

#recharge section p {
    float: left;
    box-sizing: border-box;
    min-height: 5.2rem;
    width: 32%;
    border-left: 1px solid #eaeaea;
    text-align: center;
    color: #222
}

#recharge section .xiane1 {
    line-height: 5.2rem
}

#recharge section p b {
    float: left;
    margin: .5rem .25rem;
    display: inline-block;
    width: 100%;
    text-align: left
}

#recharge section .xiane {
    font-size: 12px;
    float: left;
    margin-left: .25rem;
    text-align: left;
    line-height: 1rem
}

#recharge section .xiane em {
    color: #ff4343;
    font-size: 20px;
    font-weight: bold;
    margin-right: .25rem
}

#recharge section .xiane i {
    color: #222;
    font-weight: bold
}

#recharge section>.xiane {
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-bottom: 2rem;
    margin-top: 0
}

#recharge section>.xiane em {
    margin-right: 1rem
}

#recharge section h2 {
    color: #222;
    line-height: 4rem;
    font-size: 16px
}

#recharge button {
    width: 10rem;
    height: 2rem;
    margin-bottom: 1rem
}

#recharge .onlineRecharge>ul {
    margin-bottom: .5rem
}

.bankBorder {
    border: 1px solid #007bc7
}

#recharge .rechargeErr {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    color: red
}

#recharge .rechargeBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.4)
}

#recharge .rechargeMeg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    text-align: center
}

#recharge .rechargeMeg h2 {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 .5rem;
    padding-top: .5rem;
    background: #f9f9f9;
    height: 2.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    text-align: left
}

#recharge .rechargeMeg p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.2rem
}

#recharge .rechargeMeg button {
    width: 5rem;
    height: 1.7rem;
    margin-top: .75rem;
    margin-bottom: 0
}

#recharge .rechargeMeg span {
    border: 0
}

#withdraw {
    margin-top: 1rem
}

#withdraw>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: .5rem;
    color: #414141
}

#withdraw .withdraw {
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 0 1px #e8f4fd;
    padding: .5rem;
    font-size: 13px;
    color: #888
}

#withdraw>.withdraw>p {
    box-sizing: border-box;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #eaeaea
}

#withdraw>.withdraw>p>input {
    box-sizing: border-box;
    height: 1.8rem;
    width: 10.5rem;
    border: 1px solid #d9d9dd;
    padding-left: .5rem
}

#withdraw .withdrawBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.4)
}

#withdraw .withdrawMeg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    text-align: center
}

#withdraw .withdrawMeg h2 {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 .5rem;
    padding-top: .5rem;
    background: #f9f9f9;
    height: 2.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    text-align: left
}

#withdraw .withdrawMeg p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.2rem
}

#withdraw .withdrawMeg button {
    width: 5rem;
    height: 1.7rem;
    margin-top: .75rem;
    margin-bottom: 0
}

#withdraw button {
    width: 10rem;
    height: 2rem;
    margin-bottom: 1.5rem
}

#withdraw .withdrawErr {
    padding-left: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: red
}

#withdraw .withdrawMeg span {
    border: 0
}
/*====================================================我的预约*/

#investNew {
    /* padding: 130px 0 0 130px ; */
}
#investNew .p1 {
    /* box-sizing: border-box; */
    height: 2.5rem;
    /* border-bottom: 1px solid #eaeaea; */
    color: #e6e6e6
}

#investNew .p1 a {
    box-sizing: border-box;
    display: inline-block;
    height: 1.8rem;
    line-height: 2.5rem;
    color: #B8967C;
   font-size: 14px;
}

#investNew .p1 a:hover {
    color: #B8967C;
    font-weight: 910;
}

#investNew .p1 span {
    float: right;
    color: #222;
    margin-top: .25rem
}

#investNew .investActive {
    color: #B8967C;
    font-weight: bold;
    border-bottom: 2px solid;
}

#investNew .p2 {
    padding-left: 1rem;
    float: right;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #414141;
}
#investNew .p2 span {
    font-size: 13px;
    padding-left: 1rem;
    margin-right: 2rem
}
#investNew table {
    width: 100%;
    border-collapse: collapse;
    color: #888;
}
jxtable{
    padding-top: 10px;
}
#investNew tr {
    border-bottom: 1px solid #eaeaea;
}
#investNew th{
    font-size: 15px;
    font-weight: 600;
    background: #ccc;
}
#investNew th,#investNew td {
    text-align: center;
    line-height: 30px;
}

#investNew td a:hover {
    color: #333
}

#investNew .contart {
    padding-left: 1rem;
    background: url(../img/newAccount/contart.png) no-repeat 0 50%
}

#investNew .chakan {
    padding-left: 1.25rem;
    background: url(../img/newAccount/chakan.png) no-repeat 0 50%;
    margin-left: .5rem
}
/*==============================================================================*/
#userInfo {
    margin-top: 1rem
}

#userInfo h1 {
    height: 2rem;
    line-height: 2rem;
    padding-left: 2rem;
    border-bottom: 1px solid #eaeaea;
    color: #545454;
    margin-bottom: .5rem;
    background: url(../img/newAccount/userInfo.png) no-repeat 0 50%
}

#userInfo>.authOk {
    padding: 2.5rem 0;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between
}

#userInfo>.authOk ul {
    box-sizing: border-box;
    height: 5rem;
    width: 33.3%
}

#userInfo>.authOk ul li,#userInfo>.authOk ul li input,#userInfo>.authOk ul li button {
    text-align: center;
    font-size: 12px
}

#userInfo>.authOk ul li {
    margin-bottom: .5rem
}

#userInfo .mobilerz .newMobile {
    box-sizing: border-box;
    width: 7.5rem;
    height: 1.5rem;
    text-align: left;
    padding-left: .5rem
}

#userInfo .mobilerz .newMcap {
    box-sizing: border-box;
    height: 1.5rem;
    width: 3rem;
    margin-right: .25rem
}

#userInfo .namerz {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea
}

#userInfo .userInfoBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.4)
}

#userInfo .emailMeg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    text-align: center
}

#userInfo .emailMeg span {
    border: 0
}

#userInfo .emailMeg h2 {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 .5rem;
    padding-top: .5rem;
    background: #f9f9f9;
    height: 2.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    text-align: left
}

#userInfo .emailMeg p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.2rem
}

#userInfo .emailMeg button {
    width: 5rem;
    margin-top: .75rem
}
/*====================================密码管理===*/
#authentication,#bankCards,#risk {
    margin-top: 1rem
}
#passwordAccount input{
    background: #eee;
}
.affirmbtn{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #414664;
    color: #fff;
}
.btnse{
    background: #B8967C;
    color: #fff;
}
.passwordbtn{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #B8967C;
    color: #fff;
}
.passwordbtn:hover{
    background-color: #B8967C!important;
}
#authentication h1 {
    height: 2rem;
    line-height: 2rem;
    padding-left: 2rem;
    border-bottom: 1px solid #eaeaea;
    color: #545454;
    margin-bottom: .5rem;
    background: url(../img/newAccount/shiming.png) no-repeat 0 50%
}

#authentication .auth {
    padding: .5rem;
    border: 1px solid #eaeaea
}

#authentication .auth p {
    line-height: 2.2rem;
    border-bottom: 1px solid #eaeaea
}

#authentication .auth .tip {
    padding-left: 1.5rem;
    background: url(../img/newAccount/tip.png) no-repeat 0 50%
}

#authentication .auth .info,#authentication .auth .info1 {
    line-height: 3rem;
    color: #888
}

#authentication .auth .info1 i {
    color: red
}

#authentication .auth .info span {
    color: #393939;
    margin-right: 5rem
}

#authentication .auth .info1 span {
    color: #393939
}

#authentication .auth .info1 input {
    box-sizing: border-box;
    margin-left: 1rem;
    margin-right: 3rem;
    height: 1.5rem
}

#authentication .auth input[type=button] {
    margin-top: 1rem;
    width: 9rem
}

#authentication .auth ul {
    color: #888;
    font-size: 13px;
    margin-top: 1rem
}

#bankCards h1 {
    height: 2rem;
    line-height: 2rem;
    padding-left: 2rem;
    border-bottom: 1px solid #eaeaea;
    color: #545454;
    margin-bottom: .5rem;
    background: url(../img/newAccount/bankCards.png) no-repeat 0 50%
}

#bankCards .havecards {
    padding: .5rem;
    border: 1px solid #eaeaea
}

#bankCards .havecards .tip {
    border-bottom: 1px solid #eaeaea;
    padding: .5rem 0 .5rem 1.5rem;
    background: url(../img/newAccount/tip.png) no-repeat 0 .75rem
}

#bankCards .havecards .bangCard {
    line-height: 2.7rem;
    border-bottom: 1px solid #eaeaea
}

#bankCards .havecards .bangCard span {
    display: inline-block;
    width: 4rem;
    text-align: right;
    margin-left: 3rem
}

#bankCards .havecards .bangCard i {
    color: red;
    line-height: 1rem;
    float: left;
    display: inline-block;
    text-align: center;
    width: 7rem;
    margin: 0 40%
}

#bankCards .havecards>button {
    width: 7rem;
    margin: 0 40%;
    margin-top: 1rem
}

#bankCards .havecards .bangCard input[type=text] {
    box-sizing: border-box;
    height: 1.7rem;
    width: 10rem;
    margin-left: .25rem;
    margin-right: 1rem;
    padding-left: .25rem
}

#bankCards .havecards .bangCard input[type=text].yzm {
    margin-right: .5rem;
    width: 4.5rem
}

#bankCards .havecards ul {
    color: #888;
    font-size: 13px;
    margin-top: 1rem
}

#bankCards .havecards div {
    height: 7rem;
    border-bottom: 1px solid #eaeaea;
    text-align: center
}

#bankCards .havecards div h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem
}

#bankCards .havecards div a {
    width: 7rem
}

#bankCards .cards {
    padding: 1rem 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between
}

#bankCards .cards dt {
    box-sizing: border-box;
    width: 15rem;
    height: 6rem;
    background-repeat: no-repeat;
    background-size: 100%
}

#bankCards .cards dd {
    box-sizing: border-box;
    height: 6rem;
    width: 60%;
    border-left: 1px solid #eaeaea;
    padding-left: 1.5rem
}

#bankCards .cards dd p {
    font-size: 15px;
    color: #3e3e3e;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#bankCards .cards dd button {
    font-size: 12px;
    height: 1.7rem;
    width: 7rem;
    margin-right: 1rem
}
#passwordAccount{
    /* padding: 130px 0 0 130px ; */
}
#passwordAccount .h1 {
    height: 2rem;
    line-height: 2rem;
    padding-left: 2rem;
    border-bottom: 1px solid #eaeaea;
    color: #545454;
    margin-bottom: .5rem;
}
.mmgl{
    font-size: 14px;
    text-align: center;
    border: 1px solid #B8967C;
    border-radius: 20px;
    color: #000;
    width: 90px;
    margin: 20px auto;
}
#passwordAccount ul li {
    box-sizing: border-box;
    width: 20rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

#passwordAccount ul li span {
    display: inline-block;
    width: 4rem;
    text-align: right;
    margin-right: 1rem
}

#passwordAccount ul li input{
    width: 10rem
}

#passwordAccount ul li input{
    box-sizing: border-box;
    padding: 0 .5rem;
    border: 1px solid #cccccc;
    border-radius: 25px;
}

#passwordAccount ul li:last-child {
    text-align: center
}

#passwordAccount ul li button {
    width: 7rem
}

#pwd_container {
    display: inline-block;
    width: 6rem;
    height: 2rem;
    float: right
}

#passwordAccount ul .yzm input {
    box-sizing: border-box;
    height: 1.5rem;
    padding: 0 .5rem
}

#pwd_container {
    margin-top: .25rem;
    margin-right: 5rem
}

#passwordAccount p {
    color: red;
    text-align: center
}

#passwordAccount .pwdBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.4)
}

#passwordAccount .pwdMeg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    text-align: center
}

#passwordAccount .pwdMeg span {
    border: 0
}

#passwordAccount .pwdMeg h2 {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 .5rem;
    padding-top: .5rem;
    background: #f9f9f9;
    height: 2.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    text-align: left
}

#passwordAccount .pwdMeg p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.2rem
}

#passwordAccount .pwdMeg button {
    width: 5rem;
    margin-top: .75rem
}
.pilou:hover{
    text-decoration: underline;
}
#risk h1 {
    height: 2rem;
    line-height: 2rem;
    padding-left: 7rem;
    padding-top: 6rem;
    color: #545454;
    margin-bottom: .5rem;
}


#risk h2 {
    font-weight: normal;
    font-size: 14px
}

#risk h3 {
    font-size: 18px;
}

#risk p {
    line-height: 1rem;
    font-size: 13px
}

#risk .pcbtn {
    width: 5rem;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #B8967C;
    color: #fff;
    float: right;
    margin: 20px 0 0 30px;
}
#risk .pcbtn:hover{
    background-color: #B8967C;
}
#risk{
    /* padding: 130px 0 0 130px; */
}
#risk .pcbtn:hover {
    color: #fff
}

.registerBox {
    box-sizing: border-box;
    width: 100%;
    height: 37rem;
    background: url(../img/login/bg.png) no-repeat;
    padding: 3rem 0
}

.registerCon {
    box-sizing: border-box;
    width: 27.5rem;
    height: 30rem;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 0;
    background: #fff;
    font-size: 14px;
    color: #888
}

.registerCon>span {
    float: right
}

.registerCon>span>a {
    color: #a84d38
}

.registerCon>h2 {
    font-size: 18px;
    margin-top: 1.5rem;
    color: #242424
}

.registerCon>div {
    padding: 4rem 2rem
}

.registerCon .registerIpt {
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 2rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    height: 40px
}

.registerCon .registerIpt input {
    width: 100%;
    color: #888;
    border: 0;
    font-size: 14px
}

.registerCon .registerIpt:nth-child(5) {
    padding-left: 0
}

.registerCon button.get-message {
    /* padding: 6px 7px; */
    /* width: 4.2rem; */
    /* float: right; */
    /* margin-right: .25rem */
    background: #ac8562;
    color: #fff;
}
.registerCon button.get-message:hover{
    background-color: #ac8562!important;
}
.registerCon .registerIpt img {
    width: 4.2rem;
    float: right;
    margin-right: .25rem
}

.registerCon .registerCbx input {
    vertical-align: middle;
    margin-right: .25rem
}

.registerCon .registerCbx a {
    color: #a84d38
}

.registerCon .registerCbx {
    margin-bottom: 2rem
}

.registerCon .registerIpt:nth-child(2) {
    background: url(../img/login/phone.png) no-repeat 0 50%
}

.registerCon .registerIpt:nth-child(3) {
    background: url(../img/login/pwd.png) no-repeat 0 50%
}

.registerCon .registerIpt:nth-child(4) {
    background: url(../img/login/pwd.png) no-repeat 3px 50%
}

.registerCon .registerIpt:nth-child(1) {
    background: url(../img/login/emp.png) no-repeat 0 50%
}
.registerCon .registerIpt:nth-child(6) {
    /* background: url(../img/login/pwd.png) no-repeat 3px 50% */
}
.registerCon div>button {
    width: 60%;
    margin: 0 20%;
    height: 2rem
}

.registerCon .registerIpt .get-message {
    color: #fff;
    background: #007bc7
}

.registerCon .tipErr {
    color: red;
    box-sizing: border-box;
    height: 1rem;
    line-height: 1rem;
    text-align: left;
}

#register_container {
    display: inline-block;
    width: 6rem;
    height: 2rem;
    float: right
}

.registerBox .registerBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.4)
}

.registerBox .zcMeg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    text-align: center
}

.registerBox .zcMeg span {
    border: 0
}

.registerBox .zcMeg h2 {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 .5rem;
    padding-top: .5rem;
    background: #f9f9f9;
    height: 2.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    text-align: left
}

.registerBox .zcMeg p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.2rem
}

.registerBox .zcMeg button {
    width: 5rem;
    margin-top: .75rem
}

#riskDir {
    width: 54rem;
    margin: 1rem auto;
    font-size: 14px
}

#riskDir .tip {
    padding: .5rem .5rem .5rem 1.5rem;
    background-color: #f5f5f5;
    background-image: url(../img/newAccount/tip.png);
    background-repeat: no-repeat;
    background-position: .5rem 50%;
    margin-bottom: 1rem
}

#riskDir .fxpc {
    padding: 2.5rem;
    border: 1px solid #d8d8d8
}

#riskDir .fxpc h2 {
    text-align: center;
    font-size: 17px
}

#riskDir .fxpc-text {
    text-indent: 2em;
    line-height: 28px
}

#riskDir .fxpc dl {
    margin-left: 3.5rem;
    margin-top: 1.5rem
}

#riskDir .fxpc dt {
    margin-bottom: 1rem
}

#riskDir .fxpc dd {
    margin-bottom: .75rem;
    margin-left: 1rem;
    width: 28.5rem;
    cursor: pointer
}

#riskDir .btn {
    width: 14rem
}

#riskDir .fxpc-btn {
    text-align: center
}

#riskDir .fxpc-result-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,.4);
    display: none
}

.fxpc-result-box .fxpc-result {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 29rem;
    margin-left: -14.5rem;
    background-color: #fff;
    border-top: 1px solid #ff6d5e;
    border-bottom: 1px solid #fff
}

.fxpc-result-box h2 {
    line-height: 2.25rem;
    color: #ff6d5e;
    background-color: #f5f8fd;
    text-align: center;
    font-size: 20px;
    position: relative
}

.fxpc-result-box h3 {
    font-size: 16px;
    color: #57afe0;
    font-weight: normal;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    text-align: center
}

.fxpc-result-box p {
    margin: 0 1.5rem 1.5rem;
    text-indent: 2em;
    line-height: 1.5rem
}

#riskDir .riskBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.4)
}

#riskDir .tipMeg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    text-align: center
}

#riskDir .tipMeg span {
    border: 0
}

#riskDir .tipMeg h2 {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 .5rem;
    padding-top: .5rem;
    background: #f9f9f9;
    height: 2.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    text-align: left
}

#riskDir .tipMeg p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.2rem
}

#riskDir .tipMeg button {
    width: 5rem;
    margin-top: .75rem
}

.safetyBgBox {
    background-image: url(../img/safety/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 38.35rem;
    padding-top: 5.5rem;
    box-sizing: border-box
}

.safetyBgBox .safetyBox {
    width: 54rem;
    margin: 0 auto;
    overflow: hidden
}

.safetyBgBox .safetyBox .contentDiv {
    text-align: center;
    margin-top: 5rem;
    color: #fff
}

.safetyBgBox .safetyBox .contentDiv h3 {
    font-size: 50px;
    font-weight: 100
}

.safetyBgBox .safetyBox .contentDiv p {
    font-size: 26px;
    letter-spacing: 8px;
    margin-top: .5rem;
    padding-left: .5rem;
    opacity: .8
}

.safetyBgBox .safetyBox .safetyUl {
    width: 100%;
    overflow: hidden;
    margin-top: 3rem
}

.safetyBgBox .safetyBox .safetyUl li {
    float: left;
    margin-left: 1.4rem
}

.safetyBgBox .safetyBox .safetyUl li a {
    display: block;
    width: 100%
}

.salarydepositoryBox .imgDiv .img1 {
    width: 100%
}

.salarydepositoryBox .imgDiv .img2 {
    width: 100%
}

.salarydepositoryBox .imgDiv .img3 {
    width: 100%
}

.salarydepositoryBox .conDiv {
    width: 54rem;
    margin: 0 auto;
    margin-top: 3rem
}

.salarydepositoryBox .conDiv .contentDiv1 {
    overflow: hidden;
    text-align: center
}

.salarydepositoryBox .conDiv .contentDiv1 h3 {
    font-size: 25px
}

.salarydepositoryBox .conDiv .contentDiv1 p {
    font-size: 16px;
    margin-top: .5rem
}

.salarydepositoryBox .conDiv ul {
    overflow: hidden;
    margin: 2rem 0rem;
    display: flex;
    justify-content: space-between
}

.salarydepositoryBox .conDiv ul li {
    float: left;
    width: 29%
}

.salarydepositoryBox .conDiv ul li a {
    float: left;
    width: 29%
}

.salarydepositoryBox .conDiv ul li a.a1 {
    display: block;
    width: 100%;
    height: 17rem;
    background-image: url(../img/safety/1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition-duration: 1s
}

.salarydepositoryBox .conDiv ul li a.a2 {
    display: block;
    width: 100%;
    height: 17rem;
    background-image: url(../img/safety/2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition-duration: 1s
}

.salarydepositoryBox .conDiv ul li a.a3 {
    display: block;
    width: 100%;
    height: 17rem;
    background-image: url(../img/safety/3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition-duration: 1s
}

.salarydepositoryBox .conDiv ul li a.a1:hover {
    display: block;
    width: 100%;
    height: 17rem;
    background-image: url(../img/safety/4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition-duration: 1s
}

.salarydepositoryBox .conDiv ul li a.a2:hover {
    display: block;
    width: 100%;
    height: 17rem;
    background-image: url(../img/safety/5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition-duration: 1s
}

.salarydepositoryBox .conDiv ul li a.a3:hover {
    display: block;
    width: 100%;
    height: 17rem;
    background-image: url(../img/safety/6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition-duration: 1s
}

.dzContact {
    font-size: 14px
}

.dzContact .dzBg {
    box-sizing: border-box;
    height: 24.5rem;
    background: url(../img/safety/dianzi1.png) no-repeat;
    background-position: center
}

.dzContact .gray1 {
    color: #888
}

.dzContact .black1 {
    color: #565656
}

.dzContact .zsx {
    box-sizing: border-box;
    height: 16rem;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 2rem
}

.dzContact .zsx dl,.dzContact .zj dl {
    width: 54rem;
    margin: 0 auto;
    padding-top: .05rem
}

.dzContact .zsx dl dt {
    box-sizing: border-box;
    float: left;
    height: 8rem;
    background: url(../img/safety/zsx.png) no-repeat 50% 0;
    width: 6.5rem;
    text-align: center;
    padding-top: 7rem;
    color: #545454;
    font-weight: bold;
    font-size: 26px;
    margin-right: 2rem
}

.dzContact .zsx .gray1 {
    margin-top: 3rem;
    margin-bottom: 1rem
}

.dzContact .zj {
    box-sizing: border-box;
    height: 16rem;
    padding-top: 3rem
}

.dzContact .zj dl dt {
    box-sizing: border-box;
    float: left;
    height: 8rem;
    background: url(../img/safety/zj.png) no-repeat;
    width: 8rem;
    text-align: center;
    padding-top: 7rem;
    color: #545454;
    font-weight: bold;
    font-size: 26px;
    margin-right: .5rem;
    text-indent: -1rem
}

.dzContact .zj .gray1 {
    margin-top: 1rem;
    margin-bottom: .5rem
}

.dzContact .zj ul li {
    list-style-type: disc;
    color: #007bc7;
    list-style-position: inside;
    margin-top: .25rem;
    text-indent: .25rem
}

input:disabled {
    background-color: transparent
}
/* ipad样式 */
@media screen and (max-width:1200px) {
    /* .header-nav {
        width: 60rem !important;
    } */
    .w1200 {
        width: 60rem !important;
    }
    .w1080 {
        width: 54rem !important;
    }
    .headerBox .headerTop {
        width: 60rem !important;
    }
    /* .header-nav {
        margin-left: 5rem !important;
    } */
    .navLogo {
        /* width: 15rem !important; */
    }
    .gg-left {
        width: 40rem !important;
    }
 
    .gg-left-ulBox {
        width: 34rem !important;
    }
    /* .ss-shareholders .new-bd > a {
        float: left;
        width: 10rem !important;
        height: 6rem !important;
        margin: 8px !important;
    } */
    #newfooterMain {
        /* height: 8.5rem !important; */
    }
    #newfooterMain .newfooter ul {
        width: 25rem !important;
        margin: 0 auto;
        display: flex;
    }
    .imgsize {
        /* width: 5rem !important; */
    }
    .clickmore {
        font-size: 1rem !important;
        line-height: 1.25rem !important;
    }
    /* .newAccountBottom {
        width: 63rem !important;
    }
    .newAccountBottom .account-nav {
        width: 9rem !important;
    }
    .newAccountBottom .account-content {
        width: 53rem !important;
    } */
    .account-nav li {
        padding-left: 1rem !important;
        width: auto !important;
    }
    .page-zcjy-list .list-content > ul > li.col-1 {
        width: 16rem !important;
        padding-left: 2rem !important;
    }
    .page-zcjy-list .list-content > ul > li.col-2 {
        width: 9rem !important;
    }
    .page-zcjy-list .list-content > ul > li.col-3 {
        width: 8rem !important;
    }
    .page-zcjy-list .list-content > ul > li.col-4 {
        width: 8rem !important;
    }
    .page-zcjy-list .list-content > ul > li.col-5 {
        width: 8rem !important;
    }
    .page-zcjy-list .list-content > ul > li.col-6 {
        padding-left: 1.5rem !important;
    }
    .zcjy-b-d .left {
        width: 45rem !important;
    }
    .zcjy-b-d .right {
        /* width: 14.75rem !important; */
    }
    .zcjy-b-d .left .r-text .u-1 {
        padding: 1rem !important;
    }
    .zcjy-b-d .left .r-text .u-1 > li.li-1 {
        width: 6.5rem !important;
    }
    .zcjy-b-d .left .r-text .u-1 > li.li-3 {
        width: 8rem !important;
    }
    .zcjy-b-d .left .r-text .u-1 > li.li-4 {
        width: 7.5rem !important;
    }
    .u-1+.p1 {
        width: 12.5rem !important;
        margin-left: 3rem !important;
        margin-top: 2rem !important;
    }
    .ss-gonggao-body {
        width: 60rem !important;  
    }
    /* .ss-shareholders .new-bd > a {
        width: 10rem !important;
        margin: 0.4rem !important;
    } */
    html {
        font-size: 110%
    }

    .indexAbout ul {
        display: flex;
        justify-content: space-between;
        width: 54rem;
        margin: 0 auto
    }

    .indexAbout p {
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 1.5rem
    }

    .indexAbout {
        padding-top: 1.5rem
    }

    .loginIpt span {
        width: 2.5rem
    }

    .loaninfo_bottom .fwxx ul li em {
        width: 5rem
    }

    .loan_fxjh p,.loan_sxjh p,.loan_lcrjh p,.loan_hdb>p {
        padding-left: 6.8rem
    }

    .xjs {
        width: 18%!important
    }

    .jkqx {
        width: 12%!important
    }

    .investList h2 {
        padding-left: 6.8rem
    }

    .tx ul li {
        height: 5.2rem;
        width: 5.2rem
    }

    .safetyBgBox .safetyBox .safetyUl li a img {
        width: 9.3rem;
        height: 10.6rem
    }

    .dzContact .zj dl dt {
        height: 9rem
    }

    .dzContact .dzBg {
        background-size: cover;
        background-position-x: -15rem
    }

    .leakage_right img {
        max-width: 792px
    }

    .homeTop {
        background-size: 130% 100%
    }

    /* .rightTip li {
        height: 2.85rem;
        width: 2.85rem
    } */

    .layui-input {
        width: 180px!important
    }


    .nav li {
        line-height: 2.4rem
    }

    .loaninfo_right .cjbtn button {
        width: 5rem
    }
}






loading{
     display: inline-block;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     border: 2px solid #BEBEBE;
     border-left: 2px solid #498aca;
     animation: load 1s linear infinite;
     -moz-animation:load 1s linear infinite;
     -webkit-animation: load 1s linear infinite;
     -o-animation:load 1s linear infinite;
    }
@-webkit-keyframes load
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes load
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-o-keyframes load
{
    from{-o-transform:rotate(0deg);}
    to{-o-transform:rotate(360deg);}
}
/*预约*/
/*公用*/
.orderBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .4);
}
@media screen and (max-width: 1200px) {
    .newAgreement {
        width: 40rem !important;
    }
    .orderBg .tipMeg {
        width: 44rem !important;
    }
    .tipMegAll tr td:nth-child(2) ul {
        width: 20rem !important;
    }
}
.orderBg .tipMeg {
    width: 60rem;
    background: none !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    height: 448px;
    bottom: 0 !important;
    margin: auto !important;
    overflow: hidden !important;
    box-shadow: 5px 4px 8px #000;
    border-radius: 10px;
}
.orderBg .tipMeg .tipL
{
    width: 50%;
    height:100%;
    float: left;
}
.orderBg .tipMeg .tipR
{
    width: 50%;
    height:100%;
    float: right;
}
.orderBg .tipMeg .tipL img{
    width:100%;
    height: 100%;
}
.orderForm .orderTitle{
    margin: 2.5rem 0 1.5rem 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #004097;
}
.orderForm .loginIpt lable{
    display: inline-block;
    width: 6rem;
    font-size: 20px;
    color:#484849;
    text-align: right;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
}
.orderForm .loginIpt {
    width: 10.5rem;
    position: relative;
    height: 20px;
    padding: 5px 5px 5px 15px;
    border: 1px solid #7b7373;
    font-size: 14px;
    color: #666;
    border-radius: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 2rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    height: 2.05rem;
}
.orderForm .loginIpt .tipErr{
    /*width:6rem;*/
    height: 1rem;
    /* background: red; */
    margin-left: 7.9rem;
    color: red;
}
.orderForm .loginIpt .rdiv{
    width: 12rem;
    /*transition: .3s;*/
    display: inline-block;
}
.orderForm .loginIpt .rdiv select{
    padding: 7px 5px 8px 15px;
    width: 5.7rem;
    display: inline-block;
    overflow: auto;
    border-radius: 5px;
}
.orderSubBtn{
    display: block;
    background: #424866;
    margin: 0 auto;
    width: 10.5rem;
    margin-left: 7.2rem;
    margin-top: 0.5rem;
    height: 1rem;
    color: #ffffff;
    line-height: 1rem;
    font-size: 15px;
}
.orderSubBtn:hover {
    /*background: #a27b59;*/
    opacity: 0.8;
    font-size: 15px;
}
.registerBg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .4);
    /*display: none;*/
}

.zcMeg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 20rem;
    height: 10rem;
    margin-left: -10rem;
    margin-top: -5rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    text-align: center;
}

.zcMeg span {
    border: none;
}
.zcMeg h2 {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 0.5rem;
    padding-top: 0.5rem;
    background: #f9f9f9;
    height: 2.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}
.zcMeg p {
    font-size: 14px;
    color: #666;
    text-align: left;
    padding: 0 10px;
    margin: 0.5rem;
    /* line-height: 1.2rem; */
}
.zcMeg button {
    width: 5rem;
    /*margin-top: 0.75rem;*/
    margin:0.3rem 0.5rem 0rem 0.5rem;
}
.fl{
    float: left;
    /*margin: 3rem 0;*/
}
.fl ul{
    margin: 2rem 0;
}
.zh{
    font-size: 14px;
}
.wzli{
    /* padding: 10px 0; */
    color: #fff;
    /* margin-left: 1.2rem; */
}
.mname{
    padding: 12px 0;
    color: #0C0C0C;
    /* margin-left: 0.4rem;*/
   font-size: 20px;
   /* overflow: hidden;
   text-overflow: ellipsis;
    */
    white-space: nowrap;
}
.indexnav{
    height:74px;
}
.indexnav a{
    color: #fff;
}
.indexnav h4{
    float: left;
    width: 170px;
    padding-left: 8px;
}
.indexnav .logo{
    float: left;
    width: 153px;
    height: 30px;
}
.indexnav ul{
    float: right;
}
.indexnav ul li{
    float: left;
}
.nav-center{
    padding-top:30px;
    width: 1090px;
    margin: 0 auto;
}
.logo-center{
    height:74px;
    width: 1090px;
    margin: 0 auto;
}
.logo-img{
    padding: 23px 0;
}
.logo-img img{
    float: left;
}
.logo-img h4{
    float: left;
    width: 170px;
    padding-left: 8px;
}
.ca{
    z-index: 999;
    /* background-color: #0D0A22; */
    background: rgba(255,255,255,0.2)
}
.ca{
    position: sticky;
    top: 0;
}
/* .new-nav1 {
    top: 61px;
    width: 100%;
    position: absolute;
    height: 74px;
} */
.new-nav2 {
    top: 61px;
    left: 50%;
    margin-left: -545px;
    position: absolute;
}
.new-navAll {
    width: 100%;
    height: 135px;
    position: absolute;
}
.change-nav {
    /* background: #257cd1 !important; */
    background: rgba(0,0,0,0.8) !important;
}
.navAhover {
    margin: 0 10px;
    font-size: 15px;
}
.navAhover:hover {
    color: #ffc600;
}