
.cms-site-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.cms-site-overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 50vh;
    z-index: 9999;
    transform: translate(0, -50%);
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    min-width: 1000px;
    width: 52%;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.cms-site-overlay-title{
    background: #fff;
    text-align: center;
    z-index: 5;
    padding: 30px 0;
}
.cms-site-overlay-title h2{
    font-size: 22px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    z-index: 1;
    padding:10px 30px;
    max-height: 60vh;
    overflow-y: auto;
    line-height: 1.5em;
}
.cms-site-overlay-msg::-webkit-scrollbar{
    width: 7px;
}
.cms-site-overlay-msg::-webkit-scrollbar-track {
    background: none;
}
.cms-site-overlay-msg::-webkit-scrollbar-button{
    display: none;
}
.cms-site-overlay-msg::-webkit-scrollbar-thumb{
    width: 7px;
    background: #f4f4f4;
    border-radius: 4px;
}

.cms-site-overlay-msg p{
    margin-bottom: 15px;
    color: #333232;
}

.cms-site-overlay-bottom{
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 30px 10px;
    background: #797979;
    line-height: 1;
    padding: 15px 25px;
    color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #797979;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #00508F;
    border: 1px solid #00508F;
}


.wrapper-v{
    width: 100%;
    height: 100vh;
    position: relative;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.vh-top{
    width: 100%;
    box-sizing: border-box;
    height: 100vh;
    padding-top: 90px;
}
.vh-middle{
    height: 100%;
    display: flex;
    align-items: center;
}
.vh-top-hidden{
    overflow: hidden;
}

.index-slide{
    height: 100vh;
    position: relative;
    z-index: 0;
}
.index-slide .swiper-slide-v{
    height:100%;
}

.header-all{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.header-main, .head-postion{
    position: relative;
    height: 90px;
}
.head-postion{
    height: 0;
}

.header-main{

}

.head-sticked .header-main{
    background: rgba(248, 246, 238, 0);
    box-shadow: 0 0 10px rgba(79, 79, 64, 0);
}

.logo-postion{
    margin-left: 6.25%;
}

.logo-postion, .logo-postion img{
    height: 44px;
    width: auto;
}
.logo-postion{
    padding-top: 5px;
}

.header-nav{
    margin-right: 3.8%;
}

.nav-lv1{
    display: flex;
    align-items: flex-end;
    padding-top: 10px;
}
.nav-lv1-child{
    line-height: 80px;
}
.nav-lv1-child.active .nav-lv1-item{
    color: rgba(225, 138, 59);
    font-weight: bold;
}
.nav-lv1-item{
    display: inline-block;
    font-size: 16px;
    color: #492C1D;
    padding: 0 clamp(10px, 1.1453vw, 24px);
}

.selected-menu-vip{
    background: url(../images/icon_vip.svg) .25em center no-repeat;
    background-size: 1em;
}

.selected-menu-language .nav-lv1-item{
    padding: 0;   
    width: 30px;
    height: 28px;
    line-height: 28px;
    background: rgba(225, 138, 59);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    margin-top: -8px;
}
.selected-menu-language .nav-lv1-p{
    padding-left: clamp(15px, 1.718vw, 36px);
}

.banner-v{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.banner, .banner-all{
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}

.banner-text{
    position: absolute;
    z-index: 10;
}
.banner-slide-01{
    top: 0;
}
.banner-slide-01 .banner-text{
    top: 38vh;
    left: 8vw;
}
.banner-slide-01 .content{
    text-align: center;
}
.banner-slide-01 .content h3{
    font-size: 2.6vw;
    font-weight: normal;
    color: #492C1D;
    line-height: 1.2em;
    margin-bottom: 1vw;
    letter-spacing: .1em;
}
.banner-slide-01 .content h4{
    color: rgba(225, 138, 59);
    font-size: 1.155vw;
    line-height: 1.2em;
    font-weight: normal;
    letter-spacing: .8em;
}
.banner-slide-01 .img-outline{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
}
.banner-slide-01 img{
    transform: translate(0, -40%);
}


.title-h1 h4{
    line-height: 1.2em;
    font-size: 1vw;
    color: rgba(225, 138, 59);
    font-weight: normal;
    margin-bottom: 10px;
}
.title-h1 h3{
    font-size: 2vw;
    line-height: 1.2em;
    color: #492C1D;
    font-weight: normal;
}

.honor-and-history{
    overflow: hidden;
}

.honor-and-history .block-content{
    width: 78%;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.honor-and-history .vh-middle{
    width: 30%;
    min-width: 400px;
    position: relative;
    z-index: 10;
}

.index-honor{
    width: 100%;
}
.index-honor-wrapper{
   width: 100%;
}
.index-honor-slide{
    width: 100%;
    overflow: hidden;
    background: url(../images/honor_slide_bg.png) center bottom no-repeat  #fff;
    background-size: 100%;
    position: relative;
    padding-bottom: 20px;
}
.index-honor-slide .swiper-wrapper{
    position: relative;
    z-index: 0;
}
.honor-slide-controll, .honor-slide-controll button{
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 35%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.honor-slide-controll button{
    width: 3vw;
    height: 3vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    opacity: 0;
}
.honor-slide-controll .index-honor-prev{
    background-image: url(../images/left-open.svg);
    left: 0px;
}
.honor-slide-controll .index-honor-next{
    background-image: url(../images/right-open.svg);
    right: 0px;
}

.index-honor-slide:hover  button{
    opacity: 1;
}

.index-honor .title-h1 h3{
    margin-bottom: 1.5em;
}
.index-honor-content{
    padding: 0 10%;
    margin-bottom: 2.9vw;
}


.index-honor-item, .img-outline{
    position: relative;
    z-index: 0;
}
.index-honor-item h3{
    padding-top: 10px;
    position: absolute;
    width: 80%;
    text-align: center;
    color: #492C1D;
    font-size: 15px;
    z-index: 2;
    left: 0;
    top: 91%;
    font-weight: normal;
    padding: 0 10%;
    line-height: 1.5em;
}
.index-honor-controll{
    height: 1.667vw;
}
.index-honor-controll .index-honor-button{
    width: 1.667vw;
    height: 1.667vw;
}
.index-honor-controll .index-honor-prev{
    background: url(../images/angle_left_mini.svg) center center no-repeat;
    background-size: 20%;
}
.index-honor-controll .index-honor-next{
    background: url(../images/angle_right_mini.svg) center center no-repeat;
    background-size: 20%;
}
.index-honor-bar{
    height: 1px;
    margin: 0 .5vw;
    padding: 0;
}
.index-honor-bar .swiper-pagination-bullet{
    height: 1px;
    border-radius: 0;
    width: auto;
    margin: 0 !important;
    padding: 0;
    flex-grow: 1;
    flex: 1;
    background: #C5C5C5;
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.index-honor-bar .swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 3px;
    background: rgba(225, 138, 59);
}


.index-view{
    background: #fff7f2;
}

.index-view .block-content{
    width: 70%;
    padding: 0 50px;
    margin: 0 auto;
    padding-bottom: 5vh;
}
.index-view .title-h1{
    text-align: right;
}
.index-view .title-h1 h3{
    margin-bottom: 1em;
}
.index-view-content{
    margin-bottom: max(8vh, 30px);
} 
.index-view-content li{
    flex: 1;
    position: relative;
    margin: 0 10px;
    overflow: hidden;

    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.index-view-content li:nth-child(4n){
    margin-right: 0;
}
.view-item-title{
    padding-left: 5%;
    width: 95%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}
.view-item-title h3{
    font-size: 2.004vw;
    font-weight: normal;
    color: rgba(225, 138, 59);
    letter-spacing: .2em;
    line-height: 1.3em;
    margin-bottom: .2727em;
}
.view-item-title h4{
    font-size: 0.781vw;
    font-weight: normal;
    color: rgba(225, 138, 59);
    line-height: 1em;
}
.index-view-more{
    text-align: center;
}
.index-view-more a{
    width: 10.416vw;
    display: inline-block;
    text-align: center;
    font-size: 1.25vw;
    color: #492C1D;
    line-height: 2.2em;
    border: 1px solid #492C1D;
    background: #fff;
    border-radius: 1.1em;

    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.index-view-more a:hover{
    transform: translate(0 , -10%);
    background: rgba(225, 138, 59);
    color: #FFF;
    border: 0;
}

.index-view-postion{
    position: relative;
    z-index: 0;
    opacity: 0;
}

.index-view-content .index-view-card{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.index-view-content .face{
    z-index: 2;
}

.index-view-content .back{
    top: 100%;
    z-index: 5;
    background: #fff;
}


.index-view-content li:hover{
    transform: translate(0, -20px);
}
.index-view-content li:hover .face{
    opacity: 0;
}

.index-view-content li:hover .back{
    top: 0%;

}
.index-view-content .back-text{
    position: relative;
}
.index-view-content .back-text p{
    width: 90%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 5%;
    z-index: 5;
    top: 55%;
    font-size: 1vw;
    line-height: 2em;

    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.index-view-content li:hover .back-text p{
    top: 40%;
}


.index-line{
    
}
.index-line .block-content{
    width: 60%;
    max-width: 1058px;
    margin: 0 auto;
    text-align: center;
}
.index-line .title-h1{
    text-align: center;
}
.index-line .title-h1 h4{
    margin-bottom: 1.8em;
}
.index-line .title-h1 h3{
    margin-bottom: .5em;
}
.index-line .title-h1 p{
    color: #492c1d;
    font-size: 1.467vw;
    margin-bottom: 1em;
}

.line-bg{
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}
.line-bg .img-outline{
    position: relative;
    z-index: 0;
}
.line-bg .line-items{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
}
.line-dot{
    display: none;
}
.line-bg .line-line{
    overflow: hidden;
    width: 0;
}

.index-value{
    background: #fff7f2;
    background: url(../images/banner01_6.png) no-repeat center bottom;
    background-size: 100%;
}
.index-value-content, .index-value-content .img-outline{
    position: relative;
    z-index: 0;
}

.index-value .block-content{
    padding-top: 5vh;
    width: 100%;
}

.index-value .title-h1{
    text-align: center;
}
.index-value .title-h1 h4{
    margin-bottom: 1.8em;
}
.index-value .title-h1 h3{
    margin-bottom: .5em;
}
.index-value .title-h1 p{
    color: #492c1d;
    font-size: 1.667vw;
    margin-bottom: 1em;
}

/**
.index-value .block-content p{
    font-size: 2.23vw;
    line-height: 1em;
    margin-bottom: 1em;
    color: #492c1d;
    letter-spacing: .5em;
}
.index-value .block-content p:nth-child(1){
    padding-left: 38%;
}
.index-value .block-content p:nth-child(2){
    padding-left: 25.5%;
}
.index-value .block-content p:nth-child(3){
    padding-left: 13%;
    padding-bottom: 5vh;
}
**/

.index-news .title-h1 h3{
    margin-bottom: 1em;
}
.index-news .block-content{
    width: 100%;
}
.index-news-content{
    padding-top: 5vh;
    width: 65%;
    margin: 0 auto;
}
.index-news-slide{
    overflow: hidden;
}

.index-news-item .img{
    border-radius: .75vw;
    overflow: hidden;
}
.index-news-item:hover img{
    transform: scale(1.1);
}
.index-news-item .title{
    padding: 1.5em 0 2em 0;
    font-size: 18px;
    line-height: 1.1em;
}
.index-news-item .title h3{
    margin-bottom: 1em;
    color: #3F3025;
    font-weight: normal;
    text-align: left;
}
.index-news-item .title p{
    color: #8d837a;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}
.index-news-item .title p span{
    font-size: 18px;
    line-height: 1em;
}
.index-news-item .title span:nth-child(2){
    font-size: 14px;
    padding: 0 .5em;
    line-height: 14px;
}


.index-news-controll{
    height: 3.9vw;
}
.index-news-bar{
    height: 1px;
    margin: 0 .5vw;
    padding: 0;
}
.index-news-bar .swiper-pagination-bullet{
    height: 1px;
    border-radius: 0;
    width: auto;
    margin: 0 !important;
    padding: 0;
    flex-grow: 1;
    flex: 1;
    background: #C5C5C5;
    opacity: 1;
}
.index-news-bar .swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 3px;
    background: rgba(225, 138, 59);
}

.index-news-button{
    justify-content: space-between;
    margin: 0 1.5vw;
}

.index-news-button button{
    width: 50px;
    height: 50px;
    background-size: 100%;
    margin: 0 1.1vw;
}
.index-news-button button .img-outline{
    opacity: 0;
}
.index-news-button .index-news-prev{
    background: url(../images/button-left-c.svg) center center no-repeat;
}
.index-news-button .index-news-next{
    background: url(../images/button-right-c.svg) center center no-repeat;
}
.index-news-button button:hover .img-outline{
    opacity: 1;
}


.index-news-more {
    flex-shrink: 0;
}
.index-news-more a{
    display: inline-block;
    box-sizing: content-box;
    line-height: 46px;
    padding: 0 2em;
    text-align: center;
    border:1px solid #492C1D;
    border-radius: 1.95vw;
    font-size: 18px;
    color: #492C1D;

    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.index-news-more a:hover{
    color: #fff;
    background: rgba(225, 138, 59);
    border: 1px solid rgba(225, 138, 59);
}

.index-team-title{
    width: 82.44%;
    margin: 0 auto;
    margin-bottom: 5vh;
}
.index-team .block-content{
    box-sizing: border-box;

    position: relative;
    width: 100%;
}
.index-team, .index-team .vh-middle{
    width: 100%;
}
.index-team-all{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    position: relative;
    padding-top: 1vh;
}
.index-team-box{
    display: flex;
}
.index-team-box .img, .index-team-box .detail{
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}
.index-team-box .detail{
    width: 40%;
    padding: 0 5%;
}
.index-team-box .img{
    background: linear-gradient(58deg, #d5d5d5, #aeaeae);
}
.index-team-box .detail{
    background: linear-gradient(#fbfbfb, #e9e9e9);
}
.index-team-box:nth-child(2n-1) .detail{
    background: none;
    background-color: #e9e9e9;
    background-image: url(../images/team_detail_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 150%;
}
.index-team-box:nth-child(2n){
    flex-direction: row-reverse;
}
.index-team-box:nth-child(2n) .img{
    background: linear-gradient(90deg, #a5a5a5, #c2c2c2);
}
.index-team-box .detail h3{
    font-size: 1.5625vw;
    line-height: 1em;
    font-weight: normal;
    color: #3f3f3f;
    margin-bottom: .9em;
}
.index-team-box .detail h3 span{
    margin-left: 1em;
    font-size: .9375vw;
    line-height: 1em;
    vertical-align: bottom;
}
.index-team-box .detail .content{
    margin-right: 10%;
}
.index-team-box .detail .smmary{
    color: #3f3f3f;
    opacity: .6;
    font-size: .9375vw;
    line-height: 1.8em;
}
.index-team-box .book{
    width: 18%;
}

.index-bottom{
    width: 100%;
}

.index-bottom, .index-bottom-bg{
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
}
.index-bottom .block-content{
    width: 100%;
    position: relative;
    z-index: 5;
    height: 100vh;
}
.index-bottom p{
    font-size: 1.8vw;
    line-height: 2em;
    color: rgba(225, 138, 59);
    text-align: center;
    letter-spacing: 2px;
    padding-top: 37vh;
}
/**
.index-bottom p:nth-child(1){
    padding-top: 30vh;
}
.index-bottom p:nth-child(2){
    text-indent: 4em;
}
**/

.wrapper-v-bottom{
    height: auto !important;
}

.footer{
    background: #261411;
    margin: -2px 0;
}
.footer-main{
    display: flex;
    width: 87.5%;
    margin: 0 auto;
    padding: 5.2% 30px;
    justify-content: space-between;
}
.foot-icons, .bottom-qrcode{
    display: flex;
}
.foot-logo img{
    width: max(8.07vw, 130px);
    height: auto;
}
.foot-icons li{
    text-align: center;
    padding: 0 2.458vw;
}.foot-icons li:nth-child(1){
    flex-shrink: 0;
}
.foot-icons li .icon{
    display: inline-block;
    width:2.91vw;
    margin-bottom: 1.667vw;
}
.foot-icons li h3{
    color: #fff;
    opacity: .63;
    font-size: 1.1vw;
    margin-bottom: .8em;
    font-weight: normal;
}
.foot-icons li p{
    color: #fff;
    font-size: 1vw;
    line-height: 1.5em;
}
.foot-icons li:nth-child(2n){
    padding: 0;
    width: 1px;
    display: flex;
    align-items: flex-end;
}
.foot-icons li:nth-child(2n) span{
    width: 1px;
    height: 26px;
    background: #fff;
    margin-bottom: 20px;
}

.bottom-qrcode-box{
    text-align: center;
    margin: 0 15px;
    width: 6.25vw;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.bottom-qrcode-box:hover{
    transform: scale(1.2);
}
.bottom-qrcode-box .img-outline{
    margin-bottom: 15px;
}
.bottom-qrcode-box h3{
    box-sizing: content-box;
    text-align: center;
    width: 100%;
    border: 1px solid rgba(225, 138, 59);
    font-size: 1vw;
    line-height: 1.57em;
    border-radius: 5px;
    color: #b1a9a6;
    font-weight: normal;
    display: flex;
    height: 63px;
}
.bottom-qrcode-box h3 p{
    width: 100%;
    align-self: center;
}


.footer .copyright{
    background: #492C1D;
    text-align: center;
}
.footer .copyright p{
    font-size: 16px;
    color: #B8C0C5;
    opacity: .5;
    line-height: 84px;
}
.footer .copyright a{
    color: #B8C0C5;
}


.clines{
    position: absolute;
}
.clines img{
    width: 100%;
    height: auto;
}

.clines-01{
    width: 14.53125vw;
    z-index: 20;
    right: 0;
    bottom: 0;
}

.clines-02{
    width: 34.479vw;
    z-index:0;
    right: 0;
    top: 0;
}

.clines-03{
    width: 21.1458vw;
    z-index:0;
    left: 0;
    top: 20%;
}

.clines-03{
    width: 21.1458vw;
    z-index:0;
    left: 0;
    top: 20%;
}

.clines-04{
    width: 28.75vw;
    z-index:0;
    right: 0;
    top: 0;
}

.clines-05{
    z-index:0;
    right: 0;
    top: -27vw;
}

.cline-05, .cline-05-bg{
    width: 100%;
    position: relative;
    z-index: 0;
}
.cline-05-content{
    position: absolute;
    left: 21.9%;
    top: 21.9%;
    width: 56.2%;
    height: 56.2%;
}
.cline-05-round{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.cline-05-items{
    height: 1px;
    margin-bottom: 6%;
}
.cline-05-items:first-child{
    padding-top:28.5%;
    margin-bottom: 7%;
}
.cline-05-round::before{
    content: '';
    float: left; 
    width: 50%; 
    height: 100%; 
    shape-outside: radial-gradient(farthest-side ellipse at right, transparent 100%, red);
}
.cline-05-postion{
    width: 1px;
    height: 1px;
    position: relative;
    display: inline-block;
}
.cline-05-text{
    position: absolute;
    left: 0;
    top: -14px;
    text-wrap: nowrap;
    /* width: 600px; */
}

.index-history-title h3{
    font-size: 2vw;
    font-weight: normal;
    padding-left: 40px;
    white-space: nowrap;
}

.index-history-item{
    cursor: default;
    transition: all  1s;
    -moz-transition: all  1s;
    -webkit-transition: all  1s;
    -o-transition: all  1s;
}
.index-history-item p{
    height: 28px;
    color: #3f3f3f;
}
.index-history-item time{
    font-size: 24px;
    line-height: 24px;
    margin-right: .5em;
    white-space: nowrap;
}
.index-history-item p span{
    font-size: 14px;
    line-height: 18px;

    transition: all  1s;
    -moz-transition: all  1s;
    -webkit-transition: all  1s;
    -o-transition: all  1s;
    display: inline-block;
    white-space: wrap;
}


.index-history-item i{
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid rgba(225, 138, 59);
    border-radius: 50%;
    margin-right: 30px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    position: relative;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
    margin-left: -8px;
    margin-right: 10%;
}
.index-history-item i::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    background: rgba(225, 138, 59);
}
.index-history-item:hover i{
    width: 28px;
    height: 28px;
    margin-top: 0;
    margin-left: -15px;
}
.index-history-item:hover i::before{
    width: 13px;
    height: 13px;
}
.cline-05-opacity-9{
    opacity: 1;
}
.cline-05-opacity-8{
    opacity: 1;
}
.cline-05-opacity-7{
    opacity: 1;
}
.cline-05-opacity-6{
    opacity: 1;
}
.cline-05-opacity-5{
    opacity: 1;
}
.cline-05-opacity-4{
    opacity: 1;
}
.cline-05-opacity-33{
    opacity: 1;
}
.cline-05-opacity-2{
    opacity: 1;
}
.cline-05-opacity-1{
    opacity: 1;
}
.cline-05-opacity-0{
    opacity: 1;
}
.cline-05-opacity:hover{
    opacity: 1;
}
.index-history-item:hover .index-history-item p{
    color: rgba(225, 138, 59);
}
.index-history-item:hover .index-history-item p span{
    font-size: 18px;
}

.index-history-postion{
    width: 100vw;
    position: absolute;
    left: 20%;
    top: 50vh;
}
.cline-05{
    transform: translate(0, -56%);
}

.go-top{
    position: fixed;
    bottom: 10vh;
    right: 80px;
    z-index: 999;
    display: none;
}
.go-top button{
    width:30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(225, 138, 59, .65);
    padding: 10px;
}

.cline-05-items button{
    width: 2.9vw;
    height: 2.9vw;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    display: none;
}
.cline-05-items:first-child button{
    background-image: url(../images/index_history_prev.svg);
    transform: translate(-58%, -45%);
}
.cline-05-items:last-child button{
    background-image: url(../images/index_history_next.svg);
    transform: translate(90%, 38%);
}