#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333}
.inner{overflow: hidden;width: 1200px; margin: 0 auto;}
img{ overflow:hidden;display:block;border: none;}
.e-header .header{
    background: none;
}
.web-banner{
    //overflow: hidden;
    position: relative;
    margin-top: -74px;
    width: 100%;
    height: 350px;
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/banner.jpg") no-repeat center;
    padding-top: 200px;
}
.web-banner span{
    overflow: hidden;
    display: block;
    font-size: 24px;
    color: #fff;
}
.web-banner span.size{
    font-size: 36px;
    margin-bottom: 12px;
}
.web-content{
    overflow: hidden;
    width: 100%;
}
.web-content .con-nav{
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #ccc;
    margin-top: 45px;
}
.web-content .con-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.web-content .con-nav ul li{
    overflow: hidden;
    list-style: none;
    margin-right: 60px;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: solid 3px #fff;
    cursor: pointer;
    color: #666;
}
.web-content .con-nav ul li.on{
    color: #035b83;
    border-bottom: solid 3px #035b83;
}
.web-content .con-page{
    overflow: hidden;
    display: none;
}
.web-content .con-page .page-list{
    overflow: hidden;
    padding: 50px 0;
}
.web-content .con-page .page-list.bg-color{background: #f9f9f9;}
.web-content .con-page .page-list .list-title{
    overflow: hidden;
}
.web-content .con-page .page-list .list-title span{
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.web-content .con-page .page-list .list-title span.size{
    font-size: 22px;
    color: #035b83;
    margin-bottom: 8px;
}
.web-content .con-page .page-list .list-con{
    overflow: hidden;
    width: 900px;
    height: 230px;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin: 30px auto 20px auto;
    box-shadow: 0 0 9px #eee;
}
.web-content .con-page .page-list .list-con .left-con{
    overflow: hidden;
    width: 574px;
}
.web-content .con-page .page-list .list-con .left-con img{
    margin: 30px auto 15px auto;
}
.web-content .con-page .page-list .list-con .left-con span{
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.web-content .con-page .page-list .list-con .right-con{
    overflow: hidden;
    width: 326px;
    background: #f7f7f7;
}
.web-content .con-page .page-list .list-con .right-con span{
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin: 70px 0 40px 0;
}
.web-content .con-page .page-list .list-con .right-con a{
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #0096dc;
    margin: 0 auto;
}
.web-content .con-page .page-list .list-nav{
    overflow: hidden;
}
.web-content .con-page .page-list .list-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.web-content .con-page .page-list .list-nav ul li{
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding: 5px 0;
    border: solid 1px #ddd;
    cursor: pointer;
}
.web-content .con-page .page-list .list-nav ul li.on{
    color: #0096bc;
    border: solid 1px #0096bc;
    background: #fff;
}
.web-content .con-page .page-list .list-nav ul li .pc{
    width: 27px;
    height: 25px;
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/icon-pc.png") no-repeat;
    margin-right: 15px;
}
.web-content .con-page .page-list .list-nav ul li.on .pc{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/icon-pc-on.png") no-repeat;
}
.web-content .con-page .page-list .list-nav ul li .app{
    width: 19px;
    height: 33px;
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/icon-app.png") no-repeat;
    margin-right: 15px;
}
.web-content .con-page .page-list .list-nav ul li.on .app{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/icon-app-on.png") no-repeat;
}
.web-content .con-page .page-list .list-layout{
    overflow: hidden;
    //display: none;
}
.web-content .con-page .page-list .list-layout .con-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.web-content .con-page .page-list .list-layout .arrow{
    overflow: hidden;
    position:absolute;
    margin-top:20%;
    z-index:1;
    width:68px;
    height:72px;
    display:none;
    cursor: pointer;
}
.web-content .con-page .page-list .list-layout .arrow-l {
    left:.5%;
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/arrow-left.png") no-repeat;
}
.web-content .con-page .page-list .list-layout  .arrow-r {
    left:auto;
    right:1.5%;
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/arrow-right.png") no-repeat;
}
.web-content .con-page .page-list .list-layout .prevStop {display:none;}
.web-content .con-page .page-list .list-layout .nextStop {display:none;}
.web-content .con-page .page-list .list {
    overflow: hidden;
    margin-top: 35px;
}
.web-content .con-page .page-list .list ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web-content .con-page .page-list .list ul li {
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    color: #666;
    display: flex;
    align-items: baseline;
}
.web-content .con-page .page-list .list ul li span{
    overflow: hidden;
    display: inline-block;
}
.web-content .con-page .page-list .list ul li.cur span.fir{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/01.png") no-repeat;
    width: 28px;
    height: 17px;
    color: transparent;
}
.web-content .con-page .page-list .list ul li.cur span.sec{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/02.png") no-repeat;
    width: 28px;
    height: 17px;
    color: transparent;
}
.web-content .con-page .page-list .list ul li.cur span.tir{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/03.png") no-repeat;
    width: 28px;
    height: 17px;
    color: transparent;
}
.web-content .con-page .page-list .list ul li.cur span:nth-child(2){
    color: #0096bc;
    font-weight: bold;
}
.web-content .con-page .page-list .list ul li span:last-child{
    margin: 0 10px;
}
.web-content .con-page .page-list .list-layout .con-slider .bd{
    overflow: hidden;
}
.web-content .con-page .page-list .list-layout .con-slider .bd .margintop{
    padding-top: 70px;
}
.web-content .con-page .page-list .list-layout .con-slider .bd .page{
    overflow: hidden;
    background: #f9f9f9;
    display: none;
}
.web-content .con-page .page-list .list-layout .con-slider .bd .page img{
    margin: 0 auto;
}
.web-content .con-page .page-list .list-layout .con-slider .bd .page span{
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 12px 0 30px 0;
}
.web-content .con-page .page-list .list-layout .con-slider .bd .page a{
    overflow: hidden;
    display: inline;
    text-decoration: none;
    color: #0096bc;
}
.web-content .con-page .page-list .list-layout .con-slider .bd .page0{display: block}
.web-content .con-page .page-list .hide-con{
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
}
.web-content .con-page .page-list .hide-con .click-on{
    overflow: hidden;
    color: #0096bc;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-content .con-page .page-list .hide-con .click-on .arrow-b{
    overflow: hidden;
    width: 13px;
    height: 7px;
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/arrow-bottom.png") no-repeat;
    margin-left: 10px;
}
.web-content .con-page .page-list .hide-con .click-on .arrow-b.arrow-t{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/arrow-top.png") no-repeat;
}
.web-content .con-page .page-list .hide-con .hide-list{
    overflow: hidden;
    margin-top: 20px;
    display: none;
}
.web-content .con-page .page-list .hide-con .hide-list p{
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.web-content  .con-list{
    overflow: hidden;
    margin: 74px 0;
}
.web-content .con-list ul{
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.web-content .con-list ul li{
    overflow: hidden;
    list-style: none;
    width: 276px;
    height: 420px;
    display: flex;
    flex-direction: column;
    margin-right: 34px;
}
.web-content .con-list ul li.firs{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/img-1.png") no-repeat center;
}
.web-content .con-list ul li.sec{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/img-2.png") no-repeat center;
}
.web-content .con-list ul li.tir{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/img-3.png") no-repeat center;
}
.web-content .con-list ul li.fou{
    background: url("//dl.cfxz123.com/source/www/acc/account-guide/img-4.png") no-repeat center;
    margin-right: 0;
}
.web-content .con-list ul li span{
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding-left: 30px;
}
.web-content .con-list ul li span:first-child{
    font-size: 22px;
    font-weight: bold;
    margin-top: 295px;
    margin-bottom: 10px;
}
.web-content .con-page .page-list .item-list{
    overflow: hidden;
    margin: 20px 0 35px 0;
}
.web-content .con-page .page-list .item-list ul{
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.web-content .con-page .page-list .item-list ul li{
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 35px;
}
.web-content .con-page .page-list .item-list ul li:last-child{margin-right: 0}
.web-content .con-page .page-list .item-list ul li span{
    overflow: hidden;
    font-size: 16px;
    line-height: 48px;
    color: #000016;
    margin-left: 14px;
}
.web-content .con-page .page-list .down-list{
    overflow: hidden;
    width: 410px;
    height: 160px;
    box-shadow: 0 0 9px #eeee;
    margin: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web-content .con-page .page-list .down-list span{
    overflow: hidden;
    font-size: 16px;
}
.web-content .con-page .page-list .down-list img{cursor: pointer;margin: 0 14px}
.hover-code{
    overflow: hidden;
    position: absolute;
    z-index: 9;
    margin-top: -50px;
    margin-left: 145px;
}
.hover-code .code{
    overflow: hidden;
    width: 100px;
    display: block;
}
.hover-code .code img{
    width: 100px;
}
.hover-code .code span{
    overflow: hidden;
    display: block;
    width:0;
    height:0;
    border-top:8px solid #fff;
    border-right:6px solid rgba(0,0,0,0);
    border-bottom:8px solid rgba(0,0,0,0);
    border-left:6px solid rgba(0,0,0,0);
    margin-left: 88px;
}
.hover-code .code.ios{
    display: none;
    margin-left: 0;
    margin-right: 140px;
}
.hover-code .code.android{
    display: none;
    margin-left: 70px;
    margin-right: 77px;
}
.web-content .con-page .page-list .tel-list{
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    position: relative;
    height: 180px;
}
.web-content .con-page .page-list .tel-list .item{
    overflow: hidden;
    width: 410px;
    height: 160px;
    box-shadow: 0 0 9px #eeee;
    margin: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.web-content .con-page .page-list .tel-list .item span{
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.web-content .con-page .page-list .tel-list .item span.size{
    font-size: 32px;
    line-height: normal;
    font-weight: bold;
    color: #0096dc;
}
.web-content .con-page .page-list .tel-list .item-01{
    overflow: hidden;
    position: absolute;
    left: 460px;
    bottom: 9px;
}
.web-content .con-page .page-list .tel-list .item-01 span{
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.web-content .con-page .page-list .tel-list .item-01 span.color{
    display: inline;
    color: #f00;
}








