
*{
    padding: 0;
    margin: 0 auto;
}
body{
    padding: 0;
    height: 100%;
}
.first-page{
    height: 36rem;
    position: relative;
}
.first-page .layui-carousel .homepage-bg-img{
    width: 100%;
    height: 100%;
}
.slogn{
    font-size: 1.5rem;
    color: #ffffff;
}
.page-info{
    text-align: center;
    position: absolute;
    bottom: 1rem;
    /*left: 49%;*/
    width: 100%;
    /*transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);*/
}
/*@media screen and (max-width:1366px){
    .page-info{
        top: 50%;
    }
}*/
.register-btn{
    width: 14.4rem;
    line-height: 2.5rem!important;
    height: 2.5rem!important;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    border-radius: 0.4rem;
    border: 3px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
}
.free-register-btn{
    border-right: 1px solid #ffffff;
}
.login-btn-body{
    margin-bottom: 1.5rem;
}
.login-btn,.free-register-btn{
    width: 14.4rem;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-block;
    border-radius: 0.4rem;
    border: 3px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
}
.free-register-btn{
    margin-left: 2rem;
}
.introduce-page{
    padding-top: 7rem;
    background-color: #ffffff;
}
.introduce-page-info-title-first{
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.introduce-page-info-title-second{
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-top: 1.5rem;
}
.introduce-page-info-title-second span{
    display: block;
}
.introduce-page-details{
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.introduce-page-details > div{
    text-align: center;
    font-size: 0.9rem;
    color: #999;
    font-weight: bold;
}
.introduce-page-details .custom-cel img{
    margin-bottom: 1rem;
}
.more-detail{
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #999;
    text-align: center;
}
.introduce-page-img{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.module-details{
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.module-name{
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
}
.module-line{
    height: 5px;
    width: 2rem;
    background-color: #56d2d4;
    border-radius: 2.5px;
    margin-bottom: 1.5rem;
    margin: 0 auto;
}
.module-item{
    width: 15rem;
    background-color: #EBF1F9;
    border-radius: 0.5rem;
    padding-top: 1.8rem;
    height: 20.5rem;
    margin-left: 4rem;
    margin-right: 4rem;
}
.enhance-func-name{
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
}
.enhance-func-details{
    font-size: 0.7rem;
    color: #ffffff;
}
.introduce-page-info-title-three{
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.touming{
    margin-right: 6.5rem;
    margin-left: 6.5rem;
    vertical-align: top;
}

.activity-body {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
}
.activity-body img:nth-of-type(1) {
    width: 100%;
}
.close-activity-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.down-app-body{
    display: none;
}
.mobile-top-body{
    display: none;
}
.oper-body{
    margin-top: 2.5rem;
}
.login-btn-body a:hover{
    color: #FFE59E;
    border: 3px solid #FFE59E;
}
.oper-body .register-btn:hover{
    color: #FFE59E;
    border-bottom: 3px solid #FFE59E;
}
.fzg-media{
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    align-items: flex-start;
    -webkit-align-items:flex-start;
    background-color: #ffffff;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 8rem;
    padding-right: 8rem;
}
.video-big-title,.article-big-title{
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
}
.main-video-body{
    border-radius: 1rem;
    margin-top: 2rem;
}
.video-title{
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0.8rem;
}
.other-video-body{
    margin-top: 2.1rem;
}
.other-video-title{
    font-size: 1rem;
    color: #666;
    line-height: 1rem;
    height: 1rem;
    border-left: 4px solid #56d2d4;
    padding-left: 0.5rem;
}
.main-other-video-body{
    display: -webkit-flex; display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.main-other-video-body .other-video-item:not(:nth-last-of-type(1)){
    margin-right: 2rem;
}
.article-item{
    font-size: 1.2rem;
    color: #333;
    width: 100%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    cursor: pointer;
    margin-bottom: 1.8rem;
}
.article-item:hover{
    color: #56d2d4;
}
.article-body{
    width: 29rem;
}
.main-article-body{
    margin-top: 4rem;
}
.article-time{
    font-size: 1.2rem;
    color: #999;
}
.index-point{
    padding-right: 0.5rem;
    margin: 0;
}
.index-point + span{
    margin: 0;
}
.other-video-name{
    font-size: 1rem;
    color: #666;
    margin-top: 0.8rem;
    text-align: center;
}
/*视频空间*/
.main-video-body .video-js .vjs-tech{
    border-radius: 1rem;
}
.main-video-body .vjs-control-bar{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.other-video-item .video-js .vjs-tech{
    border-radius: 0.5rem;
}
.other-video-item .vjs-control-bar{
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.other-video-item .video-js .vjs-big-play-button{
    width: 3.5rem;
    height: 2rem;
    line-height: 2rem;
}
.main-video-body .video-js{
    margin-left: 0px;
    width: 40rem;
    height: 22.5rem;
    border-radius: 1rem;
}
.main-video-body .vjs-poster{
    background-size: 100%;
    border-radius: 1.01rem;
}
.other-video-item .video-js{
    margin-left: 0px;
    width: 12rem;
    height: 6.75rem;
    border-radius: 0.5rem;
}
.other-video-item .vjs-poster{
    background-size: 100%;
    border-radius: 0.51rem;
}
.float-body{
    display: none;
    position: fixed;
    right: 1.5rem;
    bottom: 19rem;
    z-index: 10000;
}
.already-login-btn{
    width: 14.4rem;
    line-height: 2.9rem;
    height: 2.9rem;
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
    border-radius: 0.4rem;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
}

/*================================================================*/
.finance-page{
    background: url("../img/finance-page-bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.zeng-qiang{
    background: url("../img/zengqiang.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.siyouhua{
    background: url("../img/siyouhua-bg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
/*================================================================*/
.main-body{
    padding-top: 3.8rem;
}
#text{
    color: #333333;
}
.fzg-logo{
    color: #ffffff;
}
.index-filed-body{
    /*background: url("../img/index-filed-newImgLong.png?v=1") no-repeat left top;
    background-size: 100% 100%;*/
    position: fixed;
    bottom:2rem;
    right: 1.5rem;
    width: 2.8rem;
    text-align: center;
    z-index: 10000;
    display: none;
    border:1px solid #E6E6E6;
    border-radius:0.6rem;
}
.index-filed-body > div{
    font-size: 0.7rem;
    color: #333333;
    font-weight: 400;
    width: 100%;
    padding: 0.6rem 0;
    position: relative;
    cursor: pointer;
}
.index-filed-body > div:not(:last-of-type):not(.sel-index-filed-item):after{
    content: '';
    width: 1.2rem;
    height: 1px;
    background-color: #DCDCDC;
    position: absolute;
    bottom: 0rem;
    left: 0.8rem;
}
.index-filed-body > div:hover,.index-filed-body > div.sel-index-filed-item{
    background:linear-gradient(45deg,#3A9DCB 0%,#3ACBC6 100%);
    color: #ffffff;
}
.index-filed-body > div:nth-of-type(1){
    border-radius: 0.6rem 0.6rem 0px 0px;
}
.index-filed-body > div:nth-last-of-type(1){
    border-radius: 0px 0px 0.6rem 0.6rem;
}
#telephone-consultation-btn img{
    display: none;
    position: absolute;
    left: -10.8rem;
    top: -0.6rem;
}
#customer-service-wechat-btn img{
    display: none;
    position: absolute;
    left: -10.8rem;
    top: -2.6rem;
    width: 10rem;
}
#telephone-consultation-btn:hover img,#customer-service-wechat-btn:hover img{
    display: initial;
}
.recommend-courtesy-id-item{
    color: #333333;
    margin-right: 1rem;
    cursor: pointer;
}
.recommend-courtesy-id-item span{
    vertical-align: middle;
}
.save-info-btn{
    background-color: #3ACBC6;
    font-size: 0.7rem;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 0.55rem 2.75rem;
    cursor: pointer;
    font-weight:400;
}
.recommend-courtesy-problem{
    font-size: 0.7rem;
    color: #666666;
    font-weight:400;
}
.recommend-courtesy-problem{
    margin-bottom: 1.4rem;
}
.recommend-courtesy-problem-title{
    margin-bottom: 0.45rem;
    position: relative;
}
.recommend-courtesy-problem-title:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #3ACBC6;
    left: -10px;
    top: 7px;
    border-radius: 3px;
}

.login-form{
    width: 16rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    background-color: #4F5757;
    padding: 2rem 1.5rem 1rem;
}
.login-form .login-title{
    text-align: center;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.3rem;
}
#login-form .phone-input-body{
    background: url("../../v6/img/register/input-name.png") no-repeat  0.8rem 0.6rem;
    background-color: #ffffff;
    padding-left: 2.4rem;
    border-radius: 4px;
    box-shadow: 0px 0px 0.4rem 0px rgba(97,155,171,0.4);
    margin-bottom: 0.5rem;
}
#login-form .password-body{
    background: url("../../v6/img/register/input-phone.png") no-repeat  0.8rem 0.6rem;
    background-color: #ffffff;
    padding-left: 2.4rem;
    border-radius: 4px;
    box-shadow: 0px 0px 0.4rem 0px rgba(97,155,171,0.4);
    margin-bottom: 0.5rem;
}
.verification-code-body .obtain-code{
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1rem;
    width: 4rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0.7rem;
    right: 0;
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.send-code-btn{
    border: 1px solid #ffffff;
    border-radius: 0.2rem;
}
.submit-free-btn{
    width: 100%;
    line-height: 2.25rem;
    height: 2.25rem;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    border-radius: 0.2rem;
    cursor: pointer;
    background: -webkit-linear-gradient(left,#448aca, #3acbc6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#448aca, #3acbc6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#448aca, #3acbc6); /* Firefox 3.6 - 15 */
    background: linear-gradient(right,#448aca, #3acbc6); /* 标准的语法 */
    margin-bottom: 0.8rem;
}

#login-form input{
    border: none;
    border-radius: 0 0.2rem 0.2rem 0;
    height: 2.4rem;
    width: 13.6rem;
    outline:none;
}
#login-form input:focus{
    outline: none !important;
    border-radius: 0 0.2rem 0.2rem 0;
}
.verification-code-input{
    width: 7rem !important;
}
.verification-code-body{
    background: url("../../v6/img/register/input-vercode.png") no-repeat  0.8rem 0.6rem;
    padding-left: 2.4rem;
    box-shadow: 0px 0px 0.4rem 0px rgba(97,155,171,0.4);
    background-color: #ffffff;
    border-radius: 4px;
    display: inline-block;
}
.obtain-code{
    color: #ffffff;
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0.7rem;
    right: 0;
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.send-code-btn{
    border: 1px solid #ffffff;
    border-radius: 0.2rem;
    width: 4.5rem;
}
.verification-code-body-1{
    border-radius: 4px;
    position: relative;
    margin-bottom: 2rem;
}
.free-tip{
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}
.up-distance{
    padding-top: 1rem;
}
/*.fzg-logo-img{
    width: 8.9rem!important;
    height: 2.5rem!important;
    vertical-align: middle!important;
}*/
.homepage-up-info{
    position: absolute;
    text-align: right;
    top: 7.5rem;
    right: 19rem;
    color: #ffffff;
}
.homepage-up-info-big{
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "微软雅黑";
}
.homepage-up-info-small{
    font-size: 1.4rem;
    margin-top: 2rem;
    padding-right: 1rem;
    font-weight: 500;
    font-family: "微软雅黑";
}
.online-trial-btn{
    width: 5.7rem;
    height: 2.5rem;
    text-align: center;
    display: inline-block;
    line-height: 2.5rem;
    background-color: #F09902;
    font-size: 0.9rem;
    color: #FFFFFF;
    border-radius: 0.2rem;
    margin-top: 1rem;
    margin-right: 1rem;
    font-weight: 500;
}
.banner-block{
    margin-top: 3rem;
    padding-right: 1rem;
}
.banner-block .banner-block-item{
    float: right;
}
.banner-block .banner-block-item:nth-of-type(1){
    margin-left: 1rem;
}
.banner-block-item img{
    width: 7rem;
    height: 7rem;
}
.down-tip{
    font-size: 0.6rem;
    color: #ffffff;
    text-align: center;
    font-weight:400;
    margin-top: 1rem;
    background-color: rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 5px;
}
.price-btn{
    margin-top: 1rem;
}
.price-btn a{
    display: inline-block;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight:400;
    padding: 0.7rem 1.9rem;
    cursor: pointer;
    border-radius: 4px;
    background-color: #F09902;
}
