body{font-size: 14px;}
.am-topbar {
    background-color: #F8FAFC;
    border-color: #E6EBF5;
}
.am-form-group ul{width: 100%;}
.header {text-align: center;}
.header h1 {font-size: 200%; color: #333; margin-top: 30px;}
.header p {font-size: 14px;}
.am-bottombar{margin-bottom: 30px;}
#register{width: 100%;}
#inviteBtn{width: 100%;}
#verifyCode{margin: 25px 0;}
.info-content{width: 360px;margin: 0 auto;}
.info-content #login{width: 100%;}
.info-content input, .info-content button{height: 42px;}
.header-button{margin-right: 15px;line-height: 66px;}
.header-button > .am-topbar-btn{margin-top: 0;}


.info-content2{width: 480px;margin: 0 auto;}
.info-content2 #login{width: 100%;}
.info-content2 input, .info-content2 button{height: 42px;}

header {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

header .icon-logo {
    vertical-align: middle
}

header a.logo {
    padding: 0;
    margin: 0;
    float: left
}

header .nav-link {
    float: right;
    margin: 0;
    line-height: 67px;
}

header .nav-link li {
    list-style:none;  
    float: left;
}

header .nav-link a {
    padding: 0 11px;
    margin: 0 15px;
    position: relative
}

header .nav-link a:focus::after,
header .nav-link a:hover::after {
    height: 3px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

header .nav-link a:after {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #26a9e1;
    content: '';
    opacity: 0;
    -webkit-transition: height .5s, opacity .5s, -webkit-transform .5s;
    transition: height .5s, opacity .5s, transform .5s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

header .nav-link a.active:after {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #26a9e1;
    content: '';
    opacity: 1;
}

@media (max-width:600px) {
    header .nav-link{
        display: none;
    }
}

.exp-banner {
    background: url(http://7xsvce.com2.z0.glb.clouddn.com/banner_bg.png);
    height: 500px;
    line-height: 500px;
    margin-top: 16px;
}
.exp-banner .download{
    position: relative;
    top: -460px;
}
.exp-banner .download a{padding: 8px 30px;}
.exp-banner .download a:first-child{margin-right: 20px;}
.exp-imgs h1{font-size: 48px;font-weight: 700;color: #333;}
.exp-imgs h3{font-size: 32px;font-weight: 400;color: #333;margin-top: -20px;}
.exp-imgs .imgs img{max-width: 100%;max-height: 100%;}
.exp-imgs .imgs li{height: 400px;border: 1px solid #D6D6D6;border-right: 0;}

.case-video {
    height: 800px;
    margin-top: 50px;
    padding-top: 100px;
    color: #fff
}

.video-mn{background: url(http://7xsvce.com2.z0.glb.clouddn.com/videoMn.jpg) top center;}
.video-gtx{background: url(http://7xsvce.com2.z0.glb.clouddn.com/videoGtx.jpg) top center;}

.case-video h1 {
    font-size: 48px;
    color: #fff;
    font-family: "Hiragino Sans GB";
    font-weight: 700
}

.case-video .product {
    font-size: 18px;
    font-family: "Hiragino Sans GB";
    line-height: 2em
}

.case-video .btn-video {
    margin-top: -300px;
    width: 200px;
    margin: -300px auto;
}

.case-video .btn-video a {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%
}

.case-video .btn-video a span {
    position: absolute;
    left: 26px;
    top: 18px;
    display: block;
    width: 0;
    height: 0;
    border-width: 24px 38px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, .5)
}

.case-video .btn-video a:hover {
    background: rgba(255, 255, 255, .5)
}

.case-video .btn-video a:hover span {
    border-color: transparent transparent transparent rgba(0, 0, 0, .6)
}

.case-video .btn-video p {
    font-size: 12px;
    margin-top: 10px
}
.case-video .container {
    max-width: 1170px;
    margin: 0 auto;
    top: 300px;
    position: relative;
}
.case-video .container div[class*=am-u-]+[class*=am-u-]:last-child{
    float: none;
}

.video-modal .am-modal-dialog{background: none;}
.am-dimmer{background-color: rgba(0,0,0,.9);}
.am-close{font-size: 40px;color: #FFF;opacity: 1;}

.feature-product {
    width: 100%;
}

.feature-product img{
    width: 100%;
}

.feature1{
    background: url(/assets/img/feature/p1.jpg);
}
.feature2{
    background: url(/assets/img/feature/p2.jpg);
}
.feature3{
    background: url(/assets/img/feature/p3.jpg);
}
.feature4{
    background: url(/assets/img/feature/p4.jpg);
}