[v-cloak]{display:none}

*{
    margin: 0;
    padding: 0; 
}
.w1208{
    width: 1208px;
}
.flex{
    display: flex;
}
.space-between{
    justify-content: space-between;
}
.text-orange{
    color: #FF773C;
}
#container{
    position:relative;
    /* width: 865px; */
    /* margin: 0 auto; */
    min-height:100vh;
    color: #000;
    padding: 0 0 80px 0;
}
#container .top{
    width: 100%;
    height: 360px;
    background-color: #3450B4;
    background-image: url('https://r.tourboxtech.com/cdn-images/download/top_bg@2x.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px 360px;
}
#container .top .w1208{
    margin: 0 auto;
}
#container .top .tb-logo{
    /* padding: 50px 0 0 0; */
    padding: 30px 0 0 0;
    margin: 0 0 15px 0;
}
#container .top .desc{
    
}
#container .top .desc p{
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    color: #fff;
}
#container .top .desc p:not(:last-child){
    margin: 0 0 16px 0;
}
#container .top .desc p a{
    color: #00FFE0;
}

#container .w1208{
    margin: 0 auto;
}
#container .middle{
    /* height: 490px; */
    padding: 60px 172px 60px 172px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    margin: -62px auto 0 auto;
}
.container-index{
    width:100%;
    height:100%;
    /* padding-top: 156px; */
    position: relative;
}
.container-index .index-detail{
    text-align: center;
    width: 386px;
}
.container-index .index-detail .logo{
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.container-index .index-detail .logo .img{
    width: 100%;
    height: 100%;
}
.container-index .index-detail .title{
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    /* text-align: left; */
    margin: 20px 0 20px 0;
    text-align: center;
}
.container-index .index-detail .desc{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    /* height: 96px; */
    overflow: hidden;
}
/* .container-index .index-detail .version{
    font-weight:normal;
    font-size: 32px;
    color: #4d4d4d;
}
.container-index .index-detail .date{
    font-weight:normal;
    font-size: 12px;
    margin: 15px 0 45px 0;
}
.container-index .index-detail .language{
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 45px 0;
}
.container-index .index-detail .language span{
    font-weight: normal;
    padding-top: 5px;
} */
.container-index .index-detail .detail-btn{
    width:100%;
}
/* .container-index .index-detail .detail-btn div{
    display: inline-block;
}
.container-index .index-detail .detail-btn div:first-child{
    margin-right: 30px;
} */
.container-index .index-detail .detail-btn div a{
    box-shadow: 0px 4px 10px 0px #0000001A;
    padding: 8px 24px 8px 12px;
    border: 1px solid #044BFF;
    border-radius: 50px;
    background: #044BFF;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}
.container-index .index-detail .detail-btn div .orange{
    box-shadow: 0px 4px 10px 0px #0000001A;
    background: #fff;
    border: 1px solid #FF773C;
    color: #FF773C;
}
.container-index .index-detail .detail-btn div a svg{
    margin: 0 6px 0 0;
}
/* .container-index .index-detail .detail-btn div a span{
    font-size: 16px;
} */
/* .container-index .index-detail .detail-btn div a i{
    font-size: 16px;
    margin-right: 10px;
} */
/* .container-index .index-detail .detail-btn div .system{
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
} */
.container-index .index-detail .btn-desk{
    margin: 20px 0 0 0;
}
/* .other-mac{
    display: block;
    width: 615px;
    text-align: left;
    margin: 10px auto 0 auto;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}
.other-mac:hover{
    color: #2a80d2;
} */
.container-index .index-detail .btn-mobile{display:none}
/* .container-index .index-detail .mac-bg{
    width: 865px;
    margin-top: 35px;
} */
/* .container-interate{
    width:100%;
} */
#container .bottom{
    margin: 24px auto 0 auto;
    background: #01004608;
    border-radius: 18px;
    height: 640px;
}
#container .bottom .scrollbar{
    width: 1202px;
    height: 640px;
    overflow: auto;
}
#container .bottom .scrollbar::-webkit-scrollbar{
    width: 12px;
    height: 216px;
    background-color: transparent;
    background-clip: padding-box;
}
#container .bottom .scrollbar::-webkit-scrollbar-thumb{
    background: #00000033;
    backdrop-filter: blur(10px);
	border-radius: 11px;
    /* padding: 0 6px 0 0; */
}
#container .bottom .scrollbar::-webkit-scrollbar-thumb {
    height: 216px;
}
/* #container .bottom::-webkit-scrollbar-track{
    margin-right: 6px;
} */
.interate-content{
    position:relative;
    width:100%;
    padding: 50px 0 30px 0;
}
.interate-content::after{
    position:absolute;
    left:30%;
    top:0;
    z-index:9;
    content:"";
    display:block;
    width:2px;
    height:100%;
    background-color:#DADAE4;
}
.interate-content .content-item{
    display:flex;
    display:-webkit-flex;
    justify-content:flex-start;
    width:100%;
    /* padding-top: 50px; */
}
.interate-content .content-item:not(:last-child){
    margin: 0 0 26px 0;
}
.interate-content .content-item .item-edition{
    position:relative;
    width: 30%;
    height:100%;
    text-align: right;
    padding: 0 17px 0 0;
}
/* .interate-content .content-item .item-edition .border{
    position:absolute;
    top: 11px;
    left: 100px;
    width: 430px;
    height:2px;
    background: #ccc;
} */
.interate-content .content-item .item-edition .dot{
    position:absolute;
    top: 32px;
    right: -4px;
    width: 8px;
    height:8px;
    z-index: 99;
    border-radius: 50%;
    /* background: #FF773C; */
    background: #005AFF;
    transform: translateX(1px);
}
.interate-content .content-item .item-edition .bg-orange{
    background: #FF773C;
}
/* .interate-content .content-item .item-edition .des-summary{
    display: inline-block;
    background: -webkit-linear-gradient(to right,#2a80d2, #02f7fc);
    background: -o-linear-gradient(to right,#2a80d2, #02f7fc);
    background: -moz-linear-gradient(to right,#2a80d2, #02f7fc);
    background: linear-gradient(to right,#2a80d2, #02f7fc);
    font-size: 12px;
    padding: 4px 8px;
    color:#fff;
    border-radius: 5px;
    margin-bottom: 25px;
} */
.interate-content .content-item .item-edition p:first-of-type{
    font-size: 46px;
    font-weight: 600;
    line-height: 58px;
    margin: 0 0 14px 0;
    color: #000;
}
.interate-content .content-item .item-edition .text-orange:first-of-type{
    color: #FF773C;
}
/* p:last-of-type{
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #00000080;
} */
.interate-content .content-item .item-des{
    width: 640px;
    height: 100%;
    margin: 0 0 0 45px;
    padding: 24px 24px;
    background: #fff;
    border-radius: 11px;
    position: relative;
}
.interate-content .content-item .item-des::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #fff;
    position: absolute;
    top: 20px;
    left: -15px;
}
.item-des .des-title{
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #444;
}
.item-des .des-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #444;
}
.item-des .des-text .text-title{
    margin-bottom:5px;
    font-size:16px;
}
.item-des .des-text .text-detail{
    line-height: 20px;
    font-size: 14px;
}
.list-type{list-style-type:square}

@media only screen and (max-width:979px){#container{width:100%;position:relative}
    #container{
        position:relative;
        width: 100%;
        margin: 0 auto;
        color: #000;
        padding: 0 0 .5rem 0;
    }
    .container-index{
        width:100%;
        height:100%;
        padding-top: 1rem;
    }
    .container-index .index-detail{
        text-align: center;
    }
    /* .container-index .index-detail .tb-logo{
        width: .72rem;
        height: .72rem;
    } */
    .container-index .index-detail .title{
        font-weight:400;
        font-size: .4rem;
        margin: .24rem 0 .26rem 0;
    }
    .container-index .index-detail .version{
        font-weight:normal;
        font-size: .24rem;
        color: #4d4d4d;
    }
    .container-index .index-detail .date{
        font-weight:normal;
        font-size: .12rem;
        margin: .15rem 0 .5rem 0;
    }
    .container-index .index-detail .language{
        font-weight: 600;
        font-size: .12rem;
        margin: .15rem 0 .32rem 0;
    }
    .container-index .index-detail .language span{
        font-weight: normal;
        padding-top: .05rem;
        width: 80%;
        display: inline-block;
        line-height: 1.4;
    }
    .container-index .index-detail .detail-btn{
        width:100%;
    }
    .container-index .index-detail .detail-btn div{
        display: inline-block;
    }
    .container-index .index-detail .detail-btn div:first-child{
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .container-index .index-detail .detail-btn div a{
        display: inline-block;
        width: 2.9rem;
        height: .45rem;
        text-align: center;
        color: #fff;
        line-height: .45rem;
        background-color: #000;
        border-radius: .05rem;
    }
    .container-index .index-detail .detail-btn div a span{
        font-size: .16rem;
    }
    .container-index .index-detail .detail-btn div a i{
        font-size: .16rem;
        margin-right: .1rem;
    }
    .container-index .index-detail .detail-btn div .system{
        font-size: .14rem;
        display: inline-block;
        margin-top: .1rem;
    }
    .container-index .index-detail .btn-desk{

    }
    .container-index .index-detail .btn-mobile{display:none}
    /* .container-index .index-detail .mac-bg{
        width: 90%;
        margin-top: .48rem;
    } */
    .container-interate{
        width:90%;
        margin: 0 auto;
    }
    .interate-content{
        position:relative;
        width:100%;
        padding-bottom: 0;
        margin-top: 0;
    }
    .interate-content::after{
        position:absolute;
        left:50%;
        top:0;
        z-index:9;
        content:"";
        display:block;
        width:.0;
        height:0;
        background-color:#ccc;
    }
    .interate-content .content-item{
        display:flex;
        display: block;
        justify-content: unset;
        width:100%;
        padding-top: 0;
    }
    .interate-content .content-item:not(:last-child){
        margin-bottom: 1rem;
    }
    .interate-content .content-item .item-edition{
        position:relative;
        width: 100%;
        height:100%;
    }
    /* .interate-content .content-item .item-edition .border{
        position:absolute;
        top: .11rem;
        left: 1rem;
        width: 4.3rem;
        height:.02rem;
        background: #ccc;
        display: none;
    }
    .interate-content .content-item .item-edition .border .dot{
        position:absolute;
        top: -.03rem;
        right: 9.3rem;
        width: .08rem;
        height:.08rem;
        z-index: 99;
        border-radius: 50%;
        background: -webkit-linear-gradient(to right,#2a80d2, #02f7fc);
        background: -o-linear-gradient(to right,#2a80d2, #02f7fc);
        background: -moz-linear-gradient(to right,#2a80d2, #02f7fc);
        background: linear-gradient(to right,#2a80d2, #02f7fc);
        display: none;
    } */

    /* .interate-content .content-item .item-edition .des-summary{
        display: inline-block;
        background: -webkit-linear-gradient(to right,#2a80d2, #02f7fc);
        background: -o-linear-gradient(to right,#2a80d2, #02f7fc);
        background: -moz-linear-gradient(to right,#2a80d2, #02f7fc);
        background: linear-gradient(to right,#2a80d2, #02f7fc);
        font-size: .12rem;
        padding: .04rem .08rem;
        color:#fff;
        border-radius: .05rem;
        margin-bottom: .15rem;
    } */
    .interate-content .content-item .item-edition p:first-of-type{
        width:100%;
        margin-bottom:.25rem;
        font-size: .45rem;
    }
    .interate-content .content-item .item-edition p:last-of-type{
        width:100%;
        font-size: .14rem;
        color: #999;
        position: absolute;
        top: .64rem;
        right: 0;
        text-align: right;
    }
    .interate-content .content-item .item-des{
        width:100%;
        height:100%;
        padding-left: 0;
    }
    .item-des .des-title{
        margin-bottom: .2rem;
        font-size: .22rem;
        color: #000;
        line-height: 1;
    }
    .item-des .des-text{
        padding-left: .16rem;
        margin-bottom: 0;
        font-size: .14rem;
        color:#000;
    }
    .item-des .des-text .text-title{
        margin-bottom:.05rem;
        font-size:.16rem;
    }
    .item-des .des-text .text-detail{
        line-height: .22rem;
        font-size: .14rem;
    }
    .list-type{list-style-type:square}
}