body{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color:#333;
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 {
    font-family: Microsoft YaHei, '宋体', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover, a:focus, a:active{
    text-decoration: none;
}
a:link, a:visited{
    text-decoration: none;
}
.header{
    width: 100%;
    min-width: 1200px;
}
.mc{
    position: relative;
    height: 560px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
    /*background: -moz-linear-gradient(45deg,#139687 0,#1264ba 100%);*/
    /*background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#139687),color-stop(100%,#1264ba));*/
    /*background: -webkit-linear-gradient(45deg,#139687 0,#1264ba 100%);*/
    /*background: -o-linear-gradient(45deg,#139687 0,#1264ba 100%);*/
    /*background: -ms-linear-gradient(45deg,#139687 0,#1264ba 100%);*/
    /*background: linear-gradient(45deg,#139687 0,#1264ba 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#139687', endColorstr='#1264ba', GradientType=1);*/
    background-size: 100%;
    background-color: #110323;
    background-image: url("https://static.actneed.com/static/image/banner.jpg");
}
.header-content{
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
.logo{
    margin: 10px 0;
    width: 250px;
    height: 60px;
    float: left;
}
.logo img{
    width: 100%;
    height: 100%;
}
#header-menu{
    font-size: 16px;
    margin-top: 35px;
}
.nav-menu{
    float: right;
    margin: 0;
}
.nav-menu ul{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.nav-menu li{
    float: left;
    list-style: none;
}
.nav-menu .item{
    opacity: 0.6;
}
.nav-menu .item a{
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
}
.nav-menu .item.selected{
    opacity: 1;
}
.nav-menu .item:hover{
    opacity: 1;
}
.fn-arrow:after{
    content: "";
    background: url("https://static.actneed.com/static/image/down.png") no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 5px;
    width: 8px;
    height: 4px;
    display: inline-block;
}
.banner{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.slogan-area{
    margin-top: 20px;
    margin-right: 400px;
}
.slogan-area h1{
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 50px;
}
.slogan-area p.one-line{
    font-size: 18px;
    letter-spacing: 2px;
    color: #e0e0e0;
}
.slogan-area p.multi-line{
    font-size: 20px;
    letter-spacing: 2px;
    color: #e0e0e0;
    margin-top: 20px;
}
.plat-area{
    margin-top: 100px;
    margin-right: 400px;
    text-align: center;
}
.plat-area .plat{
    color: #fff;
    line-height: 30px;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
}
.roll-bar{
    position: absolute;
    top: 300px;
    left: 382px;
    text-align: center;
}
.roll-bar .point{
    float: left;
    display: block;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.roll-bar .point.solid{
    background: #fff;
    border: 1px solid transparent;
}
.roll-bar .point.hollow{
    background: transparent;
    border: 1px solid #fff;
}
.auth-area{
    position: absolute;
    top: 20px;
    right: 30px;
    height: 290px;
    width: 300px;
    color: #333;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px #222;
    border-radius: 5px;
    text-shadow: none;
    overflow: hidden;
}
.auth-content{
    position: absolute;
    top: 0;
    left: -100%;
    width: 900px;
    height: 290px;
}
.auth-apart{
    width: 33.3333%;
    height: 100%;
    float: left;
}
.auth-header h3{
    font-size: 16px;
    font-weight: 700;
    color: #787878;
    line-height: 30px;
    margin-bottom: 0;
}
.auth-header p{
    font-size: 14px;
    margin-bottom: 20px;
    color: #898989;
}
.input-frame{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.input-frame input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    letter-spacing: 1px;
    color: #787878;
    outline: none;
    border: none;
}
.line{
    border-bottom: 1px solid #e0e0e0;
}
.op-frame{
    width: 90%;
    margin: 20px auto;
}
.login-btn{
    width: 100%;
    letter-spacing: 4px;
}
.regist-btn{
    width: 100%;
    letter-spacing: 4px;
}
.retrieve-btn{
    width: 100%;
    letter-spacing: 4px;
}
.unit-a-l{
    float: left;
    line-height: 40px;
}
.unit-a-r{
    float: right;
    line-height: 40px;
}
.input-comp{
    position: relative;
}
.input-comp input{
    padding-right: 100px;
}
.verify-area{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    background: #f0f0f0;
    border-left: 1px solid #e0e0e0;
}
.verify-area a{
    display: block;
    line-height: 50px;
}
.new-inform{
    position: absolute;
    bottom: 0;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
    padding: 0 20px;
}
.new-inform .content{
    margin: 0 auto;
    width: 1200px;
    text-align: left;
}
.new-inform .more{
    padding-right: 30px;
}
.new-inform .more a{
    color: #84c1ff;
    opacity: 0.9;
}
.new-inform .more a:hover, .new-inform .more a:focus, .new-inform .more a:active{
    opacity: 1;
}
.section{
    width: 100%;
    min-width: 1200px;
}
.section.gray{
    background: #d7d7d8;
}
.section.white{
    background: #fff;
}
.lead-word{
    line-height: 120px;
    font-size: 40px;
    letter-spacing: 10px;
    background: #fff;
    text-align: center;
}
.fn-box{
    float: left;
    height: 120px;
    width: 300px;
    padding: 0 20px;
}
.fn-box.even{
    background: #f0f0f0;
}
.fn-box.odd{
    background: #e0e0e0;
}
.fn-box h2{
    font-size: 18px;
    margin-bottom: 20px;
}
.fn-box p{
    line-height: 20px;
    margin-bottom: 0;
    font-size: 16px;
}
.part1{
    height: 120px;
}
.part2{
    height: 700px;
    /*margin-top: -30px;*/
    background: url("https://static.actneed.com/static/image/screen.png") no-repeat center;
    background-size: 100%;
}
.screen{
    position: absolute;
    left: 50%;
    margin-left: -405px;
    top: 74px;
    /*background: #399;*/
    background: url("https://static.actneed.com/static/image/example-1.png");
    background-size: 100% 100%;
    width: 810px;
    height: 508px;
    /*padding: 54px 185px;*/
    overflow: hidden;
}
.screen img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.screen #img1{
    left: 0;
    opacity: 1;
}
.screen #img2{
    left: 0;
    /*left: 100px;*/
    opacity: 0;
}
.screen #img3{
    left: 0;
    /*left: 200px;*/
    opacity: 0;
}
/*.fn-box{*/
    /*width: 200px;*/
    /*height: 180px;*/
    /*margin: 10px;*/
    /*float: left;*/
    /*background: rgba(0, 0, 0, 0.6);*/
    /*border-radius: 4px;*/
    /*padding: 20px;*/
    /*color: #fff;*/
/*}*/
/*.fn-box h2{*/
    /*font-size: 24px;*/
    /*margin: 20px 0;*/
/*}*/
/*.fn-box p{*/
    /*line-height: 20px;*/
    /*margin-bottom: 5px;*/
    /*font-size: 16px;*/
/*}*/
.section.bg1{
    height: 800px;
    background: url("https://static.actneed.com/static/image/specific.jpg") no-repeat;
    background-position: center;
}
.part6{
    overflow: auto;
}
.spec-box{
    width: 400px;
    float: left;
    height: 700px;
    margin-top: 50px;
    color: #fff;
    padding: 0 50px;
    font-size: 16px;
}
.spec-box h1{
    font-size: 24px;
    margin-bottom: 20px;
}
.spec-box p{
    line-height: 30px;
}
.spec-box.p1{
    padding-top: 100px;
    /*background: rgba(0,0,0, 0.3);*/
    color: #fff;
}
.spec-box.p2{
    padding-top: 150px;
    /*background: rgba(255, 255, 255, 0.5);*/
    color: #000;
}
.spec-box.p3{
    padding-top: 200px;
    /*background: rgba(0,0,0, 0.2);*/
    color: #fff;
}
.listing-word{
    background: #f0f0f0;
    height: 120px;
    text-align: center;
}
.listing-word h2{
    line-height: 40px;
    font-size: 18px;
    padding-top: 40px;
}
.listing-word p{
    color: #878787;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.color-red{
    color: #eb3c00;
}
.listing-word .color-red{
    font-weight: bold;
    padding: 0 10px;
}
.over-up{
    position: relative;
}
.over-up .lead-word{
    position: absolute;
    width: 100%;
    top: -100px;
    background: transparent;
}
.part3{
    overflow: hidden;
}
.brand-arrow{
    position: absolute;
    top: 70px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
    z-index: 99;
    /*display: none;*/
    cursor: pointer;
}
.brand-arrow-left{
    left: 0;
}
.brand-arrow-right{
    right: 0;
}
.brand-arrow .glyphicon{
    color: rgba(255,255,255,.7);
    font-size: 19px;
    top: 18%;
    left: 20%;
}
.brand-container{
    padding-top: 40px;
    width: 2100px;
    border-top: 1px solid #e0e0e0;
}
.brand{
    height: 100px;
    width: 300px;
    float: left;
    color: #fff;
}
.brand img{
    width: 100%;
    height: auto;
}
.section.bg2{
    background: url("https://static.actneed.com/static/image/partner.jpg") no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.part4{
    height: 340px;
    margin-top: 40px;
}
.join-us h1{
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    letter-spacing: 4px;
    padding: 80px 0 0 0;
}
.join-us p{
    margin: 0;
    text-align: center;
}
.join-us-btn{
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    outline: none;
    padding: 5px 20px;
}
.w-btn:hover,.w-btn:focus,.w-btn:active{
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.s-btn:hover,.s-btn:focus,.s-btn:active{
    color: #399;
    background: rgba(51,153,153,0.2);
}
.start-now-btn{
    border: 2px solid #399;
    border-radius: 4px;
    color: #399;
    font-size: 16px;
    outline: none;
    line-height: 40px;
    padding: 10px 20px;
}
.footer{
    background: #242735;
    padding-top: 50px;
}
.part5{
    overflow: hidden;
}
.footer-menu{
    width: 500px;
    float: left;
}
.footer-menu h2{
    font-size: 18px;
    color: #f0f0f0;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer-menu ul{
    padding: 0;
}
.footer-menu li{
    list-style: none;
    padding: 2px 0;
    color: #e0e0e0;
}
.footer-menu a{
    color: #e0e0e0 !important;
}
.footer-menu.first{
    margin-left: 30px;
}
.footer-menu.last{
    width: auto;
}
.qr-code img{
    width: 129px;
    height: 129px;
}
.footer-sum{
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: solid 1px rgba(255,255,255,.1);
    line-height: 60px;
    color: #f0f0f0;
    text-align: center;
}
.input-box{
    position: relative;
}
.error-label{
    z-index: 99;
    position: absolute;
    color: #d9534f;
    min-width: 85px;
    font-weight: 400;
    text-align: right;
    right: 15px;
    top: 15px;
    background-color: #fff;
}
.input-comp .error-label{
    right: 110px !important;
}
.btn-layer{
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    cursor: not-allowed;
    z-index: 99;
}
.right-fix{
    position: fixed;
    right: 20px;
    bottom: 106px;
    width: 40px !important;
}
.right-fix .fix-area{
    width: 40px;
    height: 40px;
    background: #399;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    position: relative;
}
.right-fix .fix-btn{
    display: block;
    color: #fff;
    font-size: 20px;
}
.fix-btn:hover, .fix-btn:focus, .fix-btn:active{
    opacity: 0.8;
}
#fix-top{
    display: none;
}
#fix-phone{
    overflow: hidden;
    cursor: pointer;
}
#fix-phone a{
    position: absolute;
    width: 40px;
}
#fix-phone .phone-num{
    color: #fff;
    float: left;
    margin-left: 40px;
}
#fix-qr-code .qr-code{
    position: absolute;
    top: -89px;
    left: -140px;
    display: none;
}