﻿
@media only screen and (min-width: 500px) and (max-width: 1650px) {
    .abouts-describe .abouts-title{margin-top: 5%;}
    .abouts-describe .abouts-summary{font-size:14px;line-height: 25px;}
    .case-content .text-details{padding: 12% 10%;}
    .case-summary{line-height: 32px;margin-top:32px;}
}
@media only screen and (min-width: 1651px) {
    .abouts-describe .abouts-title{margin-top: 8%;}
    .abouts-describe .abouts-summary{font-size:16px;line-height: 30px;}
    .case-content .text-details{padding: 15% 10%;} 
    .case-summary{line-height: 35px;margin-top: 35px;}
}

body{
    margin:0;
    font-family: '微软雅黑', 'Arial','PingFang SC', sans-serif;
}
.eft-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    min-width: 1366px;
}
/* header */
.eft-main .header {
    display: flex;
    height: 60px;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    min-width: 1366px;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}


.header .header-content{
    width: 1366px;
    margin: 0 auto;
    text-align: center;
}


.eft-main .header .header-logo{
    width: 30%;
    height: 60px;
    float: left;
}
.eft-main .header .header-logo .eft-logo {
    margin-top: 10px;
}
.eft-main .header .navigation-bar {
    border-bottom: none;
    line-height: 60px;
    text-align: right;
    padding-right: 60px;
}
.eft-main .header .navigation-bar .item{
    margin-right: 75px;
    color: #333333;
}
.eft-main .header .navigation-bar .active{
     color: #0033A0;
    border: 3px solid #0030a0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 3px;
    text-decoration: none;
}
.eft-main .header .navigation-bar a{
    text-decoration: none;
}
.eft-main .header .navigation-bar a:hover{
    border: 3px solid #0030a0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 3px;
    color:  #0030a0;
}
.header-Layer{
    display: none;
    background-color: #333333;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    height: 60px;
    width: 100%;
}
/* middle */
.eft-main .middle {
    margin: 0;
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border: none;
    margin-top: 60px;
    width: 100%;
}
.eft-main .middle .page{
    position: relative;
    width: 100%;
}

.eft-main .middle .page-img {
    width: 100%;
    height: 100%;
    min-width: 1366px;
}
.eft-main .middle .page-content {
    position: absolute;
    width: 1366px;
    z-index:2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

.eft-main .middle .home .home-content{
    color:#fff;
}
.eft-main .middle .home .home-content .content-top{
    position: absolute;
    top: 15%;
    width: 100%;
    height: 200px;
    display: flex;
    line-height: 200px;
}
.home-content .content-top .content-text{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 65px;
}
.home-content .content-top .content-text .content-text1{
    color: #fff;
    line-height: 100%;
    text-align: center;
    margin-top: 30px;
}
.eft-main .middle .home .home-content .content-bottom{
    position: absolute;
    top: 27%;
    width: 100%;
    height: 200px;
    display: flex;
    line-height: 200px;
}
.home-content .content-bottom .content1,.home-content .content-bottom .content2,.home-content .content-bottom .content3{
    height: 150px;
    display: flex;
    flex: 1;
    align-content: center;
    line-height: 150px;
    align-self: flex-end;
    margin-bottom: 10px;
}
.home-content .content-bottom .content1{
    justify-content: flex-end;
}
.home-content .content-bottom .content2{
    justify-content: center;
}
.home-content .content-bottom .content3{
    justify-content: flex-start;
}
.home-content .content-bottom .content-text{
    width: 200px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: flex-end;
}
.home-content .content-bottom .content-text .content-text-top {
    display: flex;
    height: 60%;
    line-height: 100%;
}
.home-content .content-bottom .content-text .content-text1{
    font-size: 60px;
    line-height: 100%;
}
.home-content .content-bottom .content-text .content-text2{
    font-size: 30px;
    margin-top: 30px;
    margin-left: 20px;
    line-height: 100%
}
.home-content .content-bottom .content-text .content-text3{
    font-size: 30px;
    margin-top: 10px;
    margin-left: 5px;
    line-height: 100%;
}
.home-content .content-bottom .content-text .content-text-bottom{
    font-size: 20px;
    height: 40%;
    margin-top: -15px;
    margin-left: 10px;
    line-height: 100%;
}

.home-content .content-bottom .content-separator1{
    position:absolute;
    float: left;
    width: 1px;
    height: 80px;
    background: #fff;
    left: 35%;
    top:50px;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
.home-content .content-bottom .content-separator2{
    position:absolute;
    float: left;
    width: 1px;
    height: 80px;
    background: #fff;
    left: 62%;
    top:50px;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}

.eft-main .middle .home .home-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../image/home_bg.png);
}

/* aboutus */
.abouts-content .content-top{
    text-align: center;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 35px;
}
.abouts-content .content-top .content-top-text1{
    color: #333333;
    font-size: 25px;
}
.abouts-content .content-top .content-top-text2{
    color: #9ca1ad;
}
.abouts-content .content-bottom {
    width: 90%;
    height: 70%;
    margin: 0 auto;
    position: relative;
}
.aboutus .aboutus-img{
    width: 80%;
    height: 100%;
    position: absolute;
}
.aboutus .aboutus-left-img{
    width: 60%;
    height: 100%;
}
.aboutus .aboutus-right-img{
    width: 40%;
    height: 100%;
    float: right;
}
.aboutus .aboutus-right-img .right-top-img{
    height: 20%;
}
.aboutus .aboutus-right-img .right-img{
    width: 100%;
    height: 80%;
    float: right;
}
.abouts-content .content-describe{
    background-color: #fff;
    position: absolute;
    z-index: 2;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
    top: 8%;
    left: 55%;
    height: 85%;
    padding: 0 50px;
}
.abouts-content .content-describe-text1{
    color: #0033A0;
    font-weight: bold;
    line-height: 90px;
    font-size: 22px;
    height: 20%;
    margin-bottom: 3%;
}
.abouts-content .content-describe-text1 span{
    border: 4px solid #0030a0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 10px;
}
.abouts-content .content-describe-text2{
    color: #333333;
    height: 60%;
    text-align: justify;/* 文字左右对齐 */
}
.abouts-content .content-describe-text2 span{
    font-size: 18px;
    font-weight: bold;
}

/* professionalservices */
.service-content .content-top{
    height: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-content .content-top .content-top-text1{
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #fff;
}
.service-content .content-mold{
    width: 100%;
    height: 75%;
}
.service-content .content-mold .content-mold-row1{
    width: 100%;
    display: flex;
    justify-content: center;
}
.service-content .content-mold .content-mold-row2{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.text-img{
    height: 60px;
}
.service-content .content-mold .service-summary{
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-top: 10px;
}
.service-content .content-mold .content-mold-text1,.service-content .content-mold .content-mold-text2,.service-content .content-mold .content-mold-text3{
    margin-bottom: 15px;
    width: 350px;
    height: 130px;
    padding: 2%;
    background-color: #fff;
}
.service-content .content-mold .content-mold-text2,.service-content .content-mold .content-mold-text3{
    margin-left: 30px;
}
.service-content .text-details{
    float: right;
    width: 280px;
}
.service-content .content-mold .text-details .text-details-title{
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
}

/* case */
.case-content .content-top{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-content .content-top .content-top-text1{
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #333333;
}
.case-content .content-module{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
}
.case-content .content-module .content-module-text1,.case-content .content-module .content-module-text2,.case-content .content-module .content-module-text3{
    width: 25%;
    height: 95%;
    color: #fff;
}
.case-content .content-module .text-details{
    text-align: center;
} 
.case-content .content-module .text-details-title{
    font-weight: bold;
    font-size: 22px;
}
.case-content .content-module .text-details-index{
    font-size: 26px;
    font-weight: bold;
    line-height: 15px;
}
.case-content .content-module .content-module-text2,.case-content .content-module .content-module-text3{
    margin-left: 45px;
}
.case-content .content-module .text-details .text-details-describe{
    font-size: 14px;
}
/* experience */
.experience .experience-background-img .experience-img{
    width: 100%;
    height: 55%;
}
.experience .experience-background-img .experience-bottom{
    background-color: #f9faff;
    width: 100%;
    height: 45%;
}
.experience .experience-content{
    display: flex;
    justify-content: center;
}
.experience .experience-content .experience-content-img{
    width: 100%;
    height: 50%;
    align-self: flex-end;
    margin-bottom: 8%;

}
.experience .experience-content .content-text{
    text-align: center;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.experience-content .content-text .content-text-top{
    font-size: 30px;
    color: #9e9e9e;
    margin-top: 40px;
}
.experience-content .content-text .content-text-describe{
    color: #333333;
}
.experience-content .content-text .content-button{
    width: 18%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background-color: #1b6fc7;
    border-style: none;
    border-radius: 4px;
    cursor: pointer;
}
.experience-content .content-text .content-button:hover{
    opacity:0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
.experience-content .content-text .content-text-top span{
    border: 4px solid #1b6fc7;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 10px;
}

/*背景层*/
.msgbox-Layer {
    display: none;
    background-color: #333333;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
/*弹出层*/
.msgbox-main{
    display: none;
    background-color: #FFFFFF;
    z-index: 11;
    width: 550px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    border-style: none;
    border-radius: 4px;
    height: 80%;
    margin: 5% auto 0;
}
.msgbox-main .msgbox-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.msgbox-main .msgbox-header{
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border-bottom: 1px solid #dadde0;
    padding: 0 10px;
    display: flex;
}
.msgbox-main .msgbox-header-title{
    color: #333333;
    font-size: 16px;
    flex: 1;
}
.msgbox-main .msgbox-header-close{
    text-align: right;
    margin-top: 5px;
}
.msgbox-main .msgbox-header-close .experience-close{
    cursor: pointer;
}
.msgbox-main .msgbox-body{
    width: 100%;
    overflow-y: auto;
    padding: 20px 0;
    flex: 1;
}
.msgbox-main .msgbox-footer{
    text-align: center;
    border-top: 1px solid #dadde0;
    height: 100px;
}
.msgbox-main .msgbox-footer .meg{
    color: #9e9e9e;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
}
.msgbox-main .msgbox-footer #btnSubmit{
    width: 120px;
    height: 35px;
    color: #fff;
    background-color: #1b6fc7;
    border-style: none;
    border-radius: 4px;
    cursor: pointer;
}
.msgbox-main .msgbox-footer #btnSubmit:hover{
    opacity:0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}
.msgbox-main .msgbox-body .msgbox-body-label{
    float: left;
    text-align: right;
    width: 90px;
    font-size: 14px;
    vertical-align: middle;

    height: 40px;
    line-height:40px;
}
.msgbox-main .msgbox-body .msgbox-body-input input{
    height: 40px;
    width: 380px;
    padding-left: 5px;
    margin-left: 15px;
    font-size: 14px;
    border-radius: 4px;
    border-style: none;
    border: 1px solid #d1d2d3;
    color: #333333;
}
.msgbox-main .msgbox-body .msgbox-body-input input:focus{
    border: 1px solid #1b6fc7;
}
.msgbox-main .msgbox-body input::-webkit-input-placeholder{
    color: #666666;
}
.msgbox-main .msgbox-body .msgbox-body-item{
    margin-bottom: 18px;
}
.msgbox-main .msgbox-body .msgbox-body-input .msg{
    color: red;
    display: block;
    margin-left: 115px;
    font-size: 12px;
    margin-top: 3px;
}
.msgbox-main .msgbox-body .msgbox-body-upload{
    position: relative;
}
.msgbox-main .msgbox-body .msgbox-body-upload #businesslicense,.msgbox-body .msgbox-body-upload #shopphotos{
    position: absolute;
    left: 115px;
    opacity: 0;
    width: 180px;
    height: 40px;
    cursor: pointer;
}
.msgbox-main .msgbox-body .msgbox-body-upload .btn-businesslicense,.msgbox-body .msgbox-body-upload .btn-shopphotos{
    margin-left: 13px;
    height: 40px;
    width: 180px;
    background-color: #fff;
    border-style: none;
    border: 1px solid #d1d2d3;
    border-radius: 4px;
    color: #666666;
    cursor: pointer;
}
.msgbox-main .msgbox-body .msgbox-body-upload .txtBusinessLicense,.msgbox-main .msgbox-body .msgbox-body-upload .txtShopPhotos{
    display: block;
    margin-left: 110px;
    margin-top: 5px;
    color: #666666;
    font-size: 13px;
}
.msgbox-main .msgbox-body .msgbox-body-upload .filename{
    height: 40px;
    width: 390px;
    background-color: #f8f8f8;
    border-radius: 4px;
    display: none;
    margin-left: 110px;
}
.msgbox-main .msgbox-body .msgbox-body-upload .filename>a{
    text-align: right;
    display: block;
    padding-top: 10px;
    padding-right: 5px;
    float: right;
    color: #1b6fc7;
    cursor: pointer;
    font-size: 13px;
}
.msgbox-main .msgbox-body .msgbox-body-upload .filename>span{
    float: left;
    padding-top: 10px;
    font-size: 13px;
    margin-left: 5px;
}
.msgbox-main .msgbox-body .msgbox-body-upload .msgBusinessLicense{
    color:red;
    display:none;
    margin-left:115px;
    font-size:13px;
    margin-top: 3px;
}
.msgbox-main .msgbox-body .msgbox-body-upload .msgShopPhotos{
    color:red;
    display:none;
    margin-left:115px;
    font-size:13px;
    margin-top: 3px;
}

.msgbox-main .msgbox-body .msgbox-body-item .stars{
    color: red;
    float: left;
    margin-top: 12px;
}
.msgbox-main .msgbox-body .msgbox-body-item .bl-upload-stars{
    color: red;
    margin-left: 3px;
    float: left;
    margin-top: 12px;
}
.msgbox-main .msgbox-body .msgbox-body-item .sp-upload-stars{
    color: red;
    margin-left: 3px;
    float: left;
    margin-top: 12px;
}
.msgbox-main .msgbox-body .msgbox-body-item .product{
    margin-left: 23px;
    background-color: #fff;
    cursor:not-allowed;
}
.msgbox-main .msgbox-body .msgbox-body-item .position{
    margin-left: 23px;
}
/* 回调弹出框 */
.experience .callback-Layer{
    display: none;
    width: 200px;
    height: 60px;
    background-color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 11;
    margin: 20% auto;
    border-style: none;
    border-radius: 4px;
    opacity: 0.8;
}
.experience .callback-Layer .callback-info{
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
}

/* merchant */
.merchant{
    background-color: #f4f6f7;
    min-width: 1366px;
}
.merchant .merchant-content{
    background-color: #f4f6f7;
    width: 1366px;
    height: 100%;
    margin: 0 auto;
}
.merchant .merchant-content .content-top{
    text-align: center;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px;
}
.merchant-content .content-top .text-title{
    font-size: 25px;
    color: #333333;
}
.merchant-content .content-top .text-subhead{
    color: #9ca1ad;
}
.merchant-content .content-module{
    text-align: center;
    height: 80%;
}
.merchant-content .content-module .content-module-row{
    width: 100%;
    height: 17%;
    margin-bottom: 16px;
}
.merchant-content .content-module .content-module-row .row-img{
    height: 100%;
    display: flex;
    justify-content: center;
}
.merchant-content .content-module .merchant-img{
    background-color: #fff;
    height: 100%;
    margin: 0 8px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.merchant-content .content-module .merchant-img>img{
    /*height: 80%;*/
    /* margin: 11px auto;
    width: 80%; */
    max-width:100%;
}

/* footer底部内容样式 -- start */
.footer{
    /*height:930px;*/
    height: 300px;
    width: 100%;
}
/* 教程下载样式 -- start */
.footer .footer-course{
    height: 630px;
    display: flex;
    justify-content: center;
}
.footer .footer-course .course-box{
    width: 1366px;
}
.footer-course .course-box .box-title{
    height: 100px;
    font-size: 25px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.footer-course .course-box .box-content{
    padding: 20px 0;
}
.footer-course .course-box .box-content .content-row{
    display: flex;
    justify-content: space-around;
    margin: 0 80px;
}
.footer-course .course-box .box-content .content-row .row-item{
    display: flex;
    width: 42%;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    color: #333;
    padding: 30px 0 10px;
    border-bottom: 1px solid #ebeef5;
}
.footer-course .course-box .box-content .content-row .row-item .item-left{
    display: flex;
    flex-direction: column;
}
.footer-course .course-box .box-content .row-item .item-left .left-txt{
    color: #666;
    font-size: 14px;
    margin-top: 12px;
}
.footer-course .course-box .box-content .row-item .item-left .left-time{
    color: #6d747e;
    font-size: 13px;
    margin-top: 6px;
}

.footer-course .course-box .box-content .row-item .item-right>a{
    padding: 6px 12px;
    margin: 0;
    background: #0fadea;
    color: #fff;
    border: none;
    line-height: 36px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
}
/* 教程下载样式 -- end */
.footer .content-top{
    height: 240px;
    background-color: #0A1633;
    color: #fff;
    line-height: 50px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.footer .content-top .content-top-box{
    width: 1366px;
    margin-left: 12%;
}
.footer .content-top .content-top-text{
    line-height: 100%;
    display: flex;
    margin-bottom: 20px;
}
.footer .content-top .content-top-text>span{
    line-height: 100%;
    margin: 12px 0;
    margin-left: 10px;
}
.footer .content-bottom{
    height: 40px;
    background-color: #071025;
    color: #9ca1ad;
    /* padding-top: 10px; */
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .content-bottom>span{
    width: 1366px;
    margin-left: 12%;
}
/* footer底部内容样式 -- end */

::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #ffff;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #B3B3B3;
}