@charset "UTF-8";
/* 首页 */
body{
    overflow-x: hidden;
}
div > .timeline > .swiper-container{
    height: 100vh;
    width: 100%;
    position: relative;
}
div > .timeline > .swiper-container > .swiper-wrapper{
    transition: 1s cubic-bezier(1, 0.72, 0.72, 1) 0.1s;
}

div > .timeline > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
div > .timeline > .swiper-container > .swiper-wrapper > .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .swiper-slide > .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 18rem;
    height: 80%;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home{
    background-image: url("/assets/img/home-bg.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-video{
    margin: 18% auto 0 auto;
    width: 1.2rem;
    height: 1.2rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-video > a{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-image: url("/assets/img/home-video-btn.png");
    background-size: 1.2rem;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns{
    height: 2.52rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn{
    min-width: 3.52rem;
    margin-left: 0.55rem;
    height: 1.16rem;
    margin-bottom: 0.2rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-btn-download{
    width: 2.12rem;
    height: 100%;
    background-image: url("/assets/img/home-btn-download.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: background-image 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-btn-download:hover{
    background-image: url("/assets/img/home-btn-download-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-btn-download > a{
    display: block;
    width: 100%;
    height: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-news-index{
    width: 2.12rem;
    height: 100%;
    background-image: url("/assets/img/home-news-index.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: background-image 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-news-index:hover{
    background-image: url("/assets/img/home-news-index-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-news-index > a{
    display: block;
    width: 100%;
    height: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-btn-pop{
    width: 1.2rem;
    height: 100%;
    background-image: url("/assets/img/home-btn-pop.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    transition: background-image 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-btn > .home-btn-pop:hover{
    background-image: url("/assets/img/home-btn-pop-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-number{
    height: 1.16rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-number > .home-number-left{
    width: 0.21rem;
    height: 100%;
    background-image: url("/assets/img/home-number-left-bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-number > .home-number-content{
    min-width: 3.2rem;
    height: 100%;
    background-image: url("/assets/img/home-number-content-bg.png");
    background-size: auto 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-number > .home-number-content > .number-content-left{
    width: 1.1rem;
    height: 100%;
    background-image: url("/assets/img/number-content-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.7rem 0.7rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-number > .home-number-content > .number-content-right{
    min-width: 2rem;
    margin: auto 0;
    text-align: right;
    padding-left: 0.4rem;
    font-size: 0.6rem;
    color: #be192a;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .btns > .main-home-number > .home-number-right{
    width: 0.21rem;
    height: 100%;
    background-image: url("/assets/img/home-number-right-bg.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-btns > .age{
    margin-top: auto;
    min-width: 2rem;
    text-align: right;
}
div > .timeline > .swiper-container > .swiper-wrapper > .home > .swiper-slide-content > .main-home-video > a:hover{
    background-image: url("/assets/img/home-video-btn-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .news{
    background-image: url("/assets/img/main-news-bg.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-title{
    height: 16%;
    background-image: url("/assets/img/main-news-title.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 2%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content{
    width: 12rem;
    height: 3.93rem;
    margin: 0 auto;
    background-image: url("/assets/img/main-news-content.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .carousel{
    padding: 2%;
    width: 52.7%;
    height: 96%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .carousel > .carousel-inner{
    background-color: rgba(78, 85, 91, 0.56);
    width: 100%;
    height: 90%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .carousel > .carousel-inner > .carousel-item > a,
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .carousel > .carousel-inner > .carousel-item > a > img{
    width: 100%;
    height: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content{
    width: 47.3%;
    height: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .carousel > .carousel-indicators > li{
    height: 0.08rem;
    width: 0.4rem;
    margin: 0 0.06rem;
    background-color: #111111;
    opacity: 1;
    transition: background-color 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .carousel > .carousel-indicators > .active{
    background-color: #721c24;
    opacity: 1;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > ul{
    height: 10%;
    margin-bottom: 1.5%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > ul > li{
    padding: 0 2%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > ul > li > button{
    width: 100%;
    height: 100%;
    font-size: 0.18rem;
    color: white;
    letter-spacing: 0.08rem;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url("/assets/img/news-content-btn.png");
    transition: background-image 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > ul > li > .active,
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > ul > li > button:hover{
    background-image: url("/assets/img/news-content-btn-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content{
    width: 100%;
    height: 86%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div{
    width: 100%;
    height: 100%;
    padding: 5%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div > ul{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div > ul > li{
    width: 100%;
    height: 18%;
    margin: 0.05rem 0;
    background-image: url("/assets/img/tab-content-li.png");
    background-size: 100% auto;
    transition: background-image 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div > ul > li:hover{
    background-image: url("/assets/img/tab-content-li-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div > ul > li > a{
    height: 100%;
    width: 100%;
    line-height: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div > ul > li > a > span{
    height: 100%;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color: white;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div > ul > li > a > span:first-child{
    width: 22.7%;
    font-size: 0.22rem;
    background-image: url("/assets/img/tab-content-time.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-content > .news-content > .tab-content > div > ul > li > a > span:last-child{
    width: 77%;
    max-width: 77%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 2%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-more{
    width: 13.5rem;
    margin: 4% auto 0 auto;
    height: 2%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-more > a{
    height: 100%;
    width: 5.5%;
    background-image: url("/assets/img/main-news-more.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: opacity 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .news > .swiper-slide-content > .main-news-more > a:hover{
    opacity: 1;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role{
    background-image: url("/assets/img/main-role-bg.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content{

}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-title{
    height: 16%;
    background-image: url("/assets/img/main-role-title.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 2%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content{
    width: 100%;
    height: 80%;
    margin: 0 auto;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content{
    height: 100%;
    position: relative;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial{
    width: 28%;
    min-width: 4.85rem;
    height: 35%;
    min-height: 1.803rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span{
    width: 28%;
    height: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > .occActive{
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url("/assets/img/occupation-initial-occActive.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span > div{
    height: 58%;
    width: 100%;
    margin: auto 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: background-image 0.3s;
    cursor: pointer;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span >.occupation-levelOne-rl{
    background-image: url("/assets/img/occupation-levelOne-rl.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span > .occupation-levelOne-jx{
    background-image: url("/assets/img/occupation-levelOne-jx.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span > .occupation-levelOne-jl{
    background-image: url("/assets/img/occupation-levelOne-jl.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span > .occupation-levelOne-rl:hover,
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > .occActive > .occupation-levelOne-rl{
    background-image: url("/assets/img/occupation-levelOne-rl-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span > .occupation-levelOne-jx:hover,
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > .occActive > .occupation-levelOne-jx{
    background-image: url("/assets/img/occupation-levelOne-jx-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > span > .occupation-levelOne-jl:hover,
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-initial > .occActive > .occupation-levelOne-jl{
    background-image: url("/assets/img/occupation-levelOne-jl-active.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav{
    width: 5.04rem;
    height: 4.01rem;
    padding: 0.6015rem 0.756rem;
    border: none;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > li{
    height: 0.70175rem;
    flex: 1;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > .tab-pane{
    display: none;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > .fade{
    opacity: 1;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > .fade:not(.occShow){
    opacity: 0;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > .occActive{
    display: flex;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > li > button{
    padding: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 5%;
    border: none;
    background-color: transparent;
    background-image: url("/assets/img/occupation-content-btn.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 0;
    color: #1b1e21;
    transition: background-image 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > li > .classifyNo{
    background-image: none;
    cursor: initial;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > li > .classifyNo:hover{
    background-image: none;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > li > button:hover,
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > li > .active{
    background-image: url("/assets/img/occupation-content-btn-active.png");
    color: #1b1e21;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .nav > li > button > .ico-bg{
    width: 70%;
    height: 0.489rem;
    line-height: 0.489rem;
    font-size: 0.18rem;
    letter-spacing: 0.05rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content{
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 122%;
    margin-top: -8.7%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > div{
    width: 100%;
    height: 100%;
    padding: 6% 0 0 67.6%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .rzs{
    background-image: url("/assets/img/rzs.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .rxcd{
    background-image: url("/assets/img/rxcd.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .rgcs{
    background-image: url("/assets/img/rgcs.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .rjlss{
    background-image: url("/assets/img/rjlss.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .jxzs{
    background-image: url("/assets/img/jxzs.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .jxxcd{
    background-image: url("/assets/img/jxxcd.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .jxgcs{
    background-image: url("/assets/img/jxgcs.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .jlzs{
    background-image: url("/assets/img/jlzs.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .jlxcd{
    background-image: url("/assets/img/jlxcd.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .jlgcs{
    background-image: url("/assets/img/jlgcs.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > .jlslsz{
    background-image: url("/assets/img/jlslsz.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > div > .role-describe{
    width: 2.8rem;
    height: 4.2rem;
    font-size: 0.13rem;
    padding: 0.8rem 0.35rem 0.35rem 0.82rem;
    background-image: url("/assets/img/role-describe-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-align: left;
    text-indent:0.26rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-content > .occupation-content > .occupation-list-content > div > .role-describe > div:first-child{
    margin-bottom: 0.1rem;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-more{
    width: 13.5rem;
    margin: -4% auto 0 auto;
    height: 2%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-more > a{
    height: 100%;
    width: 5.5%;
    background-image: url("/assets/img/main-news-more.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: opacity 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .role > .swiper-slide-content > .main-role-more > a:hover{
    opacity: 1;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic{
    background-image: url("/assets/img/main-characteristic-bg.png");
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content{
    width: 18rem;
    height: 80%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-title{
    height: 16%;
    background-image: url("/assets/img/main-characteristic-title.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 2%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content{
    width: 100%;
    height: 80%;
    margin: 0 auto;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container-thumbs{
    width: 23%;
    height: 100%;
    overflow: hidden;
    margin-right: 2%;
    padding-left: 10%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container-thumbs > .swiper-wrapper  > div{
    width: 2.2rem;
    height: 1.24rem!important;
    margin-bottom: 0.275rem!important;
    padding: 0.001rem;
    background-color: #ffffff;
    cursor: pointer;
    transition: box-shadow 0.3s,opacity 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container-thumbs > .swiper-wrapper > .swiper-slide-thumb-active{
    color: #1b1e21;
    box-shadow: 0 0 0.02rem 0.02rem #721c24;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container-thumbs > .swiper-wrapper > div > img{
    width: 2.2rem;
    height: 1.24rem;
    opacity: 0.6;
    background-color: #1b1e21;
    transition: opacity 0.3s;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container-thumbs > .swiper-wrapper > .swiper-slide-thumb-active > img{
    opacity: 1;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container{
    width: 75%;
    height: 100%;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container > .swiper-wrapper > .swiper-slide{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0!important;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container > .swiper-wrapper > .swiper-slide-active{
    opacity: 1!important;
    z-index: 2;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container > .swiper-wrapper > .swiper-slide > .characteristic-frame{
    height: 100%;
    min-height: 5.814rem;
    width: 85%;
    min-width: 11.015rem;
    padding: 0.99rem 1.5rem 0.72rem;
    background-image: url("/assets/img/swiper-characteristic-slide-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container > .swiper-wrapper > .swiper-slide > .characteristic-frame > .characteristic-frame-limit{
    width: 100%;
    height: 4.1rem;
    overflow: hidden;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container > .swiper-wrapper > .swiper-slide > .characteristic-frame > .characteristic-frame-limit > div{
    width: 100%;
    height: 174%;
    transform: translate(0,-21.3%);
    border-radius: 50%;
    overflow: hidden;
}
div > .timeline > .swiper-container > .swiper-wrapper > .characteristic > .swiper-slide-content > .main-characteristic-content > .swiper-container > .swiper-wrapper > .swiper-slide > .characteristic-frame > .characteristic-frame-limit > div > img{
    width: 100%;
}
@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
    }

    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
    }
}
@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
    }
    .timeline .swiper-slide-content {
        right: 25%;
    }
}