/*banner*/
.banner{
    height: 620px;
    margin-top: 50px;
    position: relative;
}
.banner .banner-shadow{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 2;
}
.banner .banner-main-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/index/index-banner.jpg') no-repeat center center;
    background-size: cover;
}
.banner .banner-main-text{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.banner .banner-info{
    width: 420px;
    height: 400px;
    float: right;
    margin: 122px 20px 0 0;
}
.banner .banner-info-title{
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
}
.banner .banner-info-tag{
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .6);
}
.banner .banner-info-line{
    width: 320px;
    height: 1px;
    background: #fff;
    margin-bottom: 20px;
}
.banner .banner-info-msg{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
}
.banner .user-register-btn{
    display: block;
    width: 260px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #42A5F5;
    text-align: center;
    margin: 60px 0 20px 0;
    padding: 0;
    transition: all .3s;
}
.banner .user-register-btn:hover{
    background: #4096e4;
}
.banner .jump-register-btn{
    display: block;
    width: 260px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all .3s;
}
.banner .jump-register-btn:hover{
    background: rgba(255, 255, 255, .8);
    color: #42A5F5;
}
.banner .banner-user-title{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-top: 12px;
}
.banner .banner-user-title .ico{
    margin-right: 10px;
    font-size: 18px;
}

/* 留言 */
.user-message{
    height: 84px;
    background: #1c1313;
}
.user-message .message-container{
    width: 1200px;
    height: 84px;
    margin: 0 auto;
}
.user-message .punctuation{
    float: left;
    width: 927px;
    height: 50px;
    font-size: 18px;
    color: #a7a0a2;
    background: url("../img/index/punctuation.png") no-repeat;
    line-height: 50px;
    text-align: center;
    margin: 22px 50px 0 43px;
}
.user-message .punctuation-username{
    float: left;
    line-height: 24px;
    font-size: 14px;
    color: #a7a0a2;
    margin-top: 42px;
}

/* 产品亮点介绍 */
.product-info{
    height: 118px;
    background-image: linear-gradient(to right, #64b5f6, #60b5ea, #5eb5e2, #5bb6d9, #58b5d1, #53b6c0, #51b6b9, #4db6ac);
}
.product-info .product-box{
    padding: 0;
    width: 1200px;
    height: 118px;
    list-style: none;
    margin: 0 auto;
}
.product-info .item-list{
    float: left;
    width: 25%;
    height: 118px;
    line-height: 118px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

/* 产品介绍 */
.product-introduce{
    height: 1462px;
    background: #fff;
}
.product-introduce .introduce-container{
    width: 1200px;
    margin: 0 auto;
}
.product-introduce .introduce-top{
    margin-top: 90px;
    padding: 0 150px;
    text-align: center;
}
.product-introduce .introduce-title{
    font-size: 36px;
    line-height: 56px;
    color: #333;
}
.product-introduce .introduce-msg{
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-top: 40px;
}
.product-introduce .introduce-center{
    height: 650px;
    margin: 40px 0 78px;
    position: relative;
    perspective: 800px;
    transform-origin: center center;
}
.product-introduce .introduce-center > div{
    position: absolute;
    width: 1000px;
    height: 611px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2), -2px -2px 8px rgba(0, 0, 0, .2);
    transition: all 1.5s;
}
.product-introduce .introduce-center-left{
    left: 0;
    top: 50px;
    background: url('../img/index/introduce-center-2.jpg') center center no-repeat;
    background-size: cover;
    transform: translateX(0px);
}
.product-introduce .introduce-center-right{
    right: -220px;
    top: 0;
    background: url('../img/index/introduce-center-1.jpg') center center no-repeat;
    background-size: cover;
    transform: translateX(-220px);
}
.product-introduce .introduce-center-in{
    transform: translateX(0px) rotateY(5deg);
}
.product-introduce .introduce-bottom {
    margin-left: 130px;
}
.product-introduce .introduce-bottom-item{
    float: left;
    width: 350px;
}
.product-introduce .introduce-item-icon{
    width: 86px;
    height: 86px;
    border-radius: 43px;
    overflow: hidden;
}
.product-introduce .introduce-item-icon img{
    display: block;
    width: 100%;
    vertical-align: middle;
}
.product-introduce .introduce-item-title{
    font-size: 18px;
    line-height: 38px;
    color: #333;
    margin-top: 10px;
}
.product-introduce .introduce-item-msg{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 26px;
    padding-right: 104px;
}
.product-introduce .introduce-item-btn{
    display: block;
    width: 204px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #42A5F5;
    margin-top: 56px;
    margin-left: 20px;
    padding: 0;
}
.product-introduce .introduce-item-btn:hover{
    background: #4096e4;
}

/* 用户评价 */
.user-assess{
    height: 408px;
    background: #f5f5f5;
}
.user-assess.v2{
    background: #fff;
}
.user-assess .assess-container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    border: 1px solid transparent;
}
.user-assess .assess-box{
    width: 982px;
    height: 250px;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    margin: 74px auto 20px;
    position: relative;
}
.user-assess .assess-item{
    width: 100%;
    height: 250px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}
.user-assess .assess-box-active{
    opacity: 1;
    z-index: 5;
    transition: all 1s;
}
.user-assess .assess-information-parent{
    padding: 40px 0 0;
}
.user-assess .assess-information{
    width: 784px;
    height: 126px;
    background: url('../img/index/assess-information.png') center center no-repeat;
    padding: 26px 60px 0 70px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
.user-assess .assess-information-text{
    font-size: 26px;
    padding-top: 46px;
    line-height: 48px;
}
.user-assess .assess-username{
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 24px;
    margin: 24px auto 0;
}
.user-assess .assess-list{
    list-style: none;
    padding: 0;
    width: 240px;
    height: 20px;
    margin: 0 auto;
}
.user-assess .assess-btn{
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #787878;
    background: #fff;
    margin: 0 20px;
    cursor: pointer;
    border-radius: 50%;
}
.user-assess .assess-btn-active{
    border-color: #a5a5a5;
    background: #989898;
}

/* 会员购买提示信息 */
.membership-price-suggest{
    height: 600px;
    position: relative;
}
.membership-price-suggest .price-suggest-shadow{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}
.membership-price-suggest .price-suggest-main{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/index/price-suggest-main.jpg') center center no-repeat;
    background-size: cover;
}
.membership-price-suggest .price-suggest-text{
    position: absolute;
    width: 1200px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 3;
}
.membership-price-suggest .suggest-text-content{
    padding: 126px 0 0 0px;
    width: 460px;
    margin-left: 96px;
}
.membership-price-suggest .price-suggest-title{
    font-size: 48px;
    font-weight: bold;
    line-height: 68px;
    color: #fff;
    margin-bottom: 10px;
}
.membership-price-suggest .price-suggest-tips{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    padding-right: 40px;
    margin-top: 72px;
}
.membership-price-suggest .price-suggest-btn{
    display: block;
    width: 244px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ff6600;
    margin-top: 40px;
    padding: 0;
}

/* 浏览器检测提示 */
.browser-check{
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 580px;
    min-height: 210px;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    padding: 22px;
    z-index: 9999;
    transition: all .5s;
    transform: translateX(-620px);
}
.browser-check.slide-in{
    transform: translateX(0);
}
.browser-check.slide-out{
    transform: translateX(-620px);
}
.browser-check .browser-tips-left{
    float: left;
}
.browser-check .browser-tips-left .tips-icon{
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    color: #d3d3d3;
    margin: 6px 28px 0 6px;
}
.browser-check .browser-tips-right{
    margin-left: 88px;
    border-left: 1px solid #f2f2f2;
    padding-left: 40px;
    padding-right: 20px;
}
.browser-check .browser-tips-right .tips-text{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 10px;
}
.browser-check .browser-tips-right .tips-text:nth-of-type(2){
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px;
}
.browser-check .browser-tips-right .tips-btn{
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #00bcd4;
}
.browser-check .close-btn{
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

/*新版*/
.product-introduce .introduce-center-v2{
    height: 660px;
    margin: 30px 0 80px;
    position: relative;
}
.product-introduce .introduce-center-desk{
    position: absolute;
    width: 1030px;
    height: 555px;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    background: url("../img/index/introduce-desk.jpg") center center no-repeat;
}
.product-introduce .introduce-center-mobile{
    position: absolute;
    right: 226px;
    bottom: -14px;
    width: 234px;
    height: 438px;
    background: url("../img/index/introduce-mobile.png") center center no-repeat;
    background-size: 100% 100%;
}
.product-introduce .introduce-center-v2 .introduce-device{
    position: absolute;
}
.product-introduce .introduce-center-v2 .introduce-notebook{
    left: 54px;
    top: 290px;
    width: 648px;
    height: 372px;
    background: url("../img/index/v2/introduce-device-1.png") center center no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.product-introduce .introduce-center-v2 .introduce-desktop{
    left: 406px;
    top: 80px;
    width: 654px;
    height: 534px;
    background: url("../img/index/v2/introduce-device-2.png") center center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.product-introduce .introduce-center-v2 .introduce-mobile{
    right: 276px;
    bottom: -50px;
    width: 164px;
    height: 320px;
    background: url("../img/index/v2/introduce-device-3.png") center center no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap > p{
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    padding-left: 24px;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap > p:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #42a5f5;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap .notebook-tips{
    left: 80px;
    top: 250px;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap .desktop-tips{
    left: 410px;
    top: 40px;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap .mobile-tips{
    right: 110px;
    bottom: 30px;
    padding-left: 0;
    padding-top: 24px;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap > p:after{
    content: '';
    animation: warn 1.2s ease-in infinite;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: .8;
    background: #42a5f5;
}
.product-introduce .introduce-center-v2 .introduce-info-wrap > p > a{
    color: #333;
    text-decoration: underline;
}

@keyframes warn {
    0%{
        transform: scale(1);
        transform-origin: center center;
        opacity: .8;
    }
    25%{
        transform: scale(1.5);
        transform-origin: center center;
        opacity: .6;
    }
    50%{
        transform: scale(2);
        transform-origin: center center;
        opacity: .4;
    }
    75%{
        transform: scale(2.5);
        transform-origin: center center;
        opacity: .2;
    }
    100%{
        transform: scale(3);
        transform-origin: center center;
        opacity: 0;
    }
}

.platform-cover{
    background-color: #f2f2f2;
}
.platform-container{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 86px 60px;
}
.platform-container .platform-title{
    font-size: 36px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    color: #333;
}
.platform-container .platform-info{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #666;
    padding: 20px 96px 0;
    text-align: center;
}
.platform-container .platform-center{
    width: 100%;
    font-size: 0;
    margin-top: 40px;
}
.platform-container .platform-type{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 228px;
    margin-right: 45px;
    box-sizing: border-box;
    padding: 32px 36px;
    text-align: center;
    overflow: hidden;
    transition: all .3s;
}
.platform-container .platform-type:hover{
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    border-radius: 2px;
}
.platform-container .platform-type:last-child{
    margin-right: 0;
}
.platform-container .platform-type .type-img{
    display: block;
    width: 100%;
    margin: 8px auto 0;
}
.platform-container .platform-type .type-title{
    position: absolute;
    left: 50%;
    bottom: 36px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    transform: translateX(-50%);
}
.platform-container .platform-type:nth-of-type(4) .type-img,
.platform-container .platform-type:nth-of-type(5) .type-img{
    text-align: center;
    height: 100px;
    width: auto;
    margin-top: 0;
}
.platform-container .link-download{
    display: block;
    width: 204px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #42A5F5;
    color: #fff;
    font-size: 18px;
    margin: 30px auto 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
    border-radius: 2px;
}
.platform-container .link-download:hover{
    background: #4096e4;
}
