@import "../base.css";

.container{
    width: 100%;
    background: #fff;
    padding-top: 50px;
}
.container .white-small{
    background: #fff;
    padding-top: 80px;
    padding-bottom: 0;
}
.container .container-full{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.container .text-center{
    text-align: center;
}
.container .section-one .top-logo{
    position: relative;
    width: 84px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
}
.container .section-one .logo-icon{
    display: block;
    width: 100%;
    height: 100%;
}
.container .section-one .emoji{
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 40px;
    height: 40px;
}
.container .section-one .app-name{
    font-size: 36px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #111;
    padding-top: 24px;
}
.container .section-one .app-info{
    font-size: 20px;
    line-height: 1.0625;
    font-weight: 400;
    letter-spacing: -.025em;
    color: #333;
    padding-top: 12px;
}
.container .section-one .app-score{
    width: 150px;
    height: 20px;
    padding-top: 22px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}
.container .section-one .app-score .star{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 20px;
    background: url("../../img/home-v2/score.png") center center no-repeat;
    background-size: 80%;
}
.container .section-one .app-download-link{
    display: block;
    width: 178px;
    height: 54px;
    margin: 24px auto 0;
}
.container .section-one .app-download-link img{
    display: block;
    width: 100%;
}
.container .section-one .app-banner{
    padding-top: 75px;
}
.container .section-one .app-banner .app-image{
    width: 1282px;
    height: 665px;
    /*background-size: 1282px 665px;*/
    /*background-repeat: no-repeat;*/
    left: 50%;
    margin-left: -641px;
    position: relative;
}
/*.container .section-one .app-banner .app-image.android{*/
/*    background-image: url("../../img/download/app-banner-android.png");*/
/*}*/
/*.container .section-one .app-banner .app-image.iphone{*/
/*    background-image: url("../../img/download/app-banner-iOS.png");*/
/*}*/
.container .section-one .app-banner .app-image img{
    display: block;
    width: 100%;
}

.container .gary{
    padding-top: 76px;
    padding-bottom: 80px;
    background: #f4f6f9;
}
.container .section-two .info-message{
    position: relative;
    padding-left: 208px;
    padding-right: 208px;
    padding-bottom: 80px;
    color: #333;
    font-size: 20px;
    line-height: 1.38105;
    font-weight: 400;
    letter-spacing: 0em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.container .section-two .info-message:before{
    content: '';
    position: absolute;
    width: 88px;
    height: 1px;
    background: #bcbcbc;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 0 ,0);
}
.container .section-two .book-wrap{
    padding-top: 90px;
    padding-left: 190px;
    padding-right: 190px;
}
.container .section-two .wrap-title{
    font-size: 48px;
    line-height: 1.38462;
    font-weight: 600;
    letter-spacing: 0em;
    color: #111;
}
.container .section-two .wrap-msg{
    font-size: 24px;
    line-height: 1.38462;
    font-weight: 300;
    letter-spacing: 0em;
    color: #333;
    padding-top: 30px;
}
.container .section-two .wrap-link{
    display: block;
    width: 178px;
    height: 54px;
    margin: 70px auto 0;
}
.container .section-two .wrap-link img{
    display: block;
    width: 100%;
}
.container .section-two .show-book-content{
    position: relative;
    padding: 98px 45px 70px;
    font-size: 0;
}
.container .section-two .show-book-content:before{
    content: '';
    position: absolute;
    width: 88px;
    height: 1px;
    background: #bcbcbc;
    left: 50%;
    bottom: 0;
    transform: translate3d(-50%, 0 ,0);
}
.container .section-two .book-item{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 370px;
    padding-left: 28px;
    padding-right: 28px;
}
.container .section-two .book-item .item-img{
    display: block;
    width: 100%;
}
.container .section-two .book-item .item-title{
    padding-top: 70px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 34px;
    color: #333;
}
.container .section-two .book-item .item-info{
    font-size: 18px;
    line-height: 1.38462;
    font-weight: 300;
    letter-spacing: 0em;
    padding-top: 30px;
    color: #666;
}
.container .section-two .more-message{
    padding-top: 66px;
    padding-left: 114px;
    padding-right: 114px;
    font-size: 0;
}
.container .section-two .more-message .message-list{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 294px;
    height: 220px;
    padding: 15px 15px 10px;
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 8px;
}
.container .section-two .more-message .message-title{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.0235;
    color: #333;
    text-align: left;
}
.container .section-two .more-message .message-star{
    width: 100px;
    height: 20px;
    padding-top: 12px;
    font-size: 0;
    margin-left: -5px;
}
.container .section-two .more-message .star{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: url("../../img/home-v2/score.png") center center no-repeat;
    background-size: 80%;
}
.container .section-two .more-message .star.light{
    background: url("../../img/home-v2/score-light.png") center center no-repeat;
    background-size: 80%;
}
.container .section-two .more-message .message-des{
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.38462;
    font-weight: 300;
    letter-spacing: 0em;
    color: #333;
    text-align: left;
    max-height: 104px;
    overflow-y: auto;
}
.container .section-two .more-message .message-author{
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
}
.container .section-two .more-info{
    padding-top: 62px;
    font-size: 26px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #333;
}
.container .section-two .more-link-button{
    display: block;
    width: 178px;
    height: 54px;
    margin: 24px auto 0;
}
.container .section-two .more-link-button img{
    display: block;
    width: 100%;
}

.container .white{
    padding-top: 86px;
    padding-bottom: 90px;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.container .section-three{
    box-sizing: border-box;
    padding-left: 135px;
    padding-right: 135px;
}
.container .section-three .device-title{
    font-size: 48px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #111;
}
.container .section-three .device-info{
    padding-top: 40px;
    font-size: 24px;
    line-height: 1.38462;
    font-weight: 300;
    letter-spacing: 0em;
    color: #333;
}
.container .section-three .device-box{
    padding-top: 80px;
    font-size: 0;
}
.container .section-three .device-box .box-item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 132px;
    background: #f2f2f2;
    margin-right: 42px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 18px 30px;
    border: 2px solid transparent;
}
.container .section-three .device-box .box-item:last-child{
    margin-right: 0;
}
.container .section-three .device-box .box-item:hover{
    border-color: #2196F3;
}
.container .section-three .device-box .box-item:nth-last-of-type(1) img{
    width: auto;
    height: 73%;
}
.container .section-three .device-box .box-item:nth-last-of-type(2) img{
    width: 44%;
    height: 73%;
}
.container .section-three .device-box .device-icon{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.container .section-three .device-box .device-name{
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3252;
    color: #666;
}
.container .section-three .device-banner{
    padding-top: 160px;
}
.container .section-three .device-image{
    width: 1161px;
    height: 666px;
    /*background-size: 1161px 666px;*/
    /*background-repeat: no-repeat;*/
    margin-left: -115px;
}
/*.container .section-three .device-image.android{*/
/*    background-image: url("../../img/download/device-android.png");*/
/*}*/
/*.container .section-three .device-image.iphone{*/
/*    background-image: url("../../img/download/device-iOS.png");*/
/*}*/
.container .section-three .device-image img{
    display: block;
    width: 100%;
}

.container .gary-big{
    padding-top: 110px;
    padding-bottom: 190px;
    background: #f5f6f6;
}
.container .section-four{
    padding-left: 88px;
    padding-right: 50px;
    font-size: 0;
    box-sizing: border-box;
}
.container .section-four .left-img{
    display: inline-block;
    vertical-align: top;
    width: 458px;
    text-align: center;
}
.container .section-four .left-img img{
    display: block;
    width: 100%;
}
.container .section-four .right-msg{
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 510px;
    box-sizing: border-box;
}
.container .section-four .right-title{
    position: relative;
    font-size: 48px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #111;
    padding-top: 56px;
}
.container .section-four .right-title:before{
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 52px;
    height: 52px;
    background: url("../../img/home-v2/reading-vip.png") center center no-repeat;
    background-size: cover;
}
.container .section-four .right-info{
    font-size: 24px;
    line-height: 1.38462;
    font-weight: 300;
    letter-spacing: 0em;
    color: #333;
    padding-top: 36px;
}
.container .section-four .right-link{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #0099fa;
    letter-spacing: 0em;
    padding-top: 16px;
}


.container .white-big{
    padding-top: 114px;
    padding-bottom: 102px;
    background: #fff;
}
.container .section-five{
    padding-left: 130px;
    padding-right: 130px;
    box-sizing: border-box;
}
.container .section-five .five-box-one{
    padding-bottom: 158px;
    font-size: 0;
}
.container .section-five .five-box-one > div{
    display: inline-block;
    vertical-align: top;
}
.container .section-five .five-left-one{
    padding-top: 116px;
    width: 424px;
}
.container .section-five .five-title{
    position: relative;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 48px;
    color: #111;
    padding-top: 48px;
}
.container .section-five .five-title:before{
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 52px;
    height: 52px;
    background: url("../../img/home-v2/reading-vip.png") center center no-repeat;
    background-size: cover;
}
.container .section-five .five-info{
    font-size: 24px;
    line-height: 1.38462;
    font-weight: 300;
    letter-spacing: 0em;
    color: #333;
    padding-top: 24px;
}
.container .section-five .five-link{
    display: block;
    width: 178px;
    height: 54px;
    margin-top: 50px;
}
.container .section-five .five-link img{
    display: block;
    width: 100%;
}
.container .section-five .five-right-one{
    margin-left: 200px;
    width: 310px;
}
.container .section-five .five-right-one img{
    display: block;
    width: 100%;
}
.container .section-five .five-box-two{
    padding-bottom: 208px;
}
.container .section-five .five-box-two > div{
    display: inline-block;
    vertical-align: top;
}
.container .section-five .five-left-two{
    width: 310px;
}
.container .section-five .five-left-two img{
    display: block;
    width: 100%;
}
.container .section-five .five-right-two{
    float: right;
    width: 400px;
    padding-top: 144px;
}
.container .section-five .five-download-wrap{
    text-align: center;
}
.container .section-five .download-title{
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #111;
}
.container .section-five .download-info{
    font-size: 24px;
    line-height: 1.38462;
    font-weight: 300;
    letter-spacing: 0em;
    padding-top: 24px;
}
.container .section-five .download-box{
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
    width: 676px;
    height: 296px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 32px 44px;
}
.container .section-five .left-download{
    float: left;
    border-right: 1px solid #d7d7d7;
    padding-right: 68px;
}
.container .section-five .left-download .top-wrap{
    height: 84px;
}
.container .section-five .left-download .top-logo{
    float: left;
    width: 84px;
    height: 84px;
}
.container .section-five .left-download .app-name{
    font-size: 28px;
    font-weight: 300;
    color: #333;
    line-height: 1.38462;
    letter-spacing: 0em;
    padding-left: 114px;
}
.container .section-five .left-download .app-score{
    width: 150px;
    height: 20px;
    margin-left: 108px;
    padding-top: 22px;
    font-size: 0;
}
.container .section-five .left-download .star{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    background: url("../../img/home-v2/score.png") center center no-repeat;
    background-size: 80%;
}
.container .section-five .left-download .bottom-wrap{
    padding-top: 62px;
}
.container .section-five .left-download .download-link{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 218px;
    height: 66px;
}
.container .section-five .left-download .google-btn{
    display: block;
    width: 100%;
}
.container .section-five .left-download .emoji{
    position: absolute;
    right: -18px;
    top: -24px;
    width: 50px;
    height: 50px;
}
.container .section-five .right-download{
    float: left;
    padding-left: 76px;
}
.container .section-five .right-download .qr-code{
    width: 148px;
    height: 148px;
    margin-top: 20px;
}
.container .section-five .right-download img{
    display: block;
    width: 100%;
}
.container .section-five .right-download .qr-msg{
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.375;
    text-align: center;
    padding-top: 6px;
    letter-spacing: 0em;
}

.container .gary-small{
    padding-top: 40px;
    padding-bottom: 50px;
    background: #f2f2f2;
}
.container .section-sex{
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
}
.container .section-sex .info{
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    padding-bottom: 0.8em;
    color: #888;
}

@media (max-width: 1200px) {
    .container .scroll{
        display: none;
    }
}

.container .scroll .qr-code-wrap{
    position: fixed;
    top: 70px;
    right: 10px;
    width: 138px;
    height: 178px;
    background: #fff;
    box-sizing: border-box;
    padding: 8px;
    z-index: 100;
    border: 1px solid #d7d7d7;
}
.container .scroll .qr-code-wrap .qr-img{
    display: block;
    width: 100%;
}
.container .scroll .qr-code-wrap .qr-title{
    font-size: 14px;
    color: #999;
    font-weight: 300;
    line-height: 1.523;
    letter-spacing: 0.026em;
    padding-top: 10px;
}