* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}
.wrap {
    background: url(../images/role.png) no-repeat center top;
    background-size: contain;
    min-height: 15rem;
    width: 100%;
    position: relative;
    /* padding-top: 0.98rem; */
}
body {
    width: 100%;
    height: 1095px;
    z-index: -10;
    zoom: 1;
}
.content {
    position: relative;
    width: 100%;
    height: 15rem;
}
/* .wrap {
    width: 1920px;
    height: 1095px;
    position: relative;
    background: url(../images/role.jpg) no-repeat center top;
    background-size: cover;
} */
.top_nav {
    width: 100%;
    height: 59px;
    background: url(../images/top_nav_bg.png) repeat center top;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.top_nav ul {
    width: 100%;
    height: 59px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.top_nav ul li {
    /* width: 200px; */
    padding: 0 45px 0 70px;
    line-height: 59px;
    font-size: 24px;
    color: #c9ad93;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.top_nav ul li .voice {
    width: 39px;
    height: 39px;
    display: block;
    margin: 9px 0 0 0;
    /* line-height: 59px; */
    /* background: url(../images/voice.png) no-repeat center right; */
    cursor: pointer;
    padding: 0 0 0 0px;
}

.top_nav ul li .off {
    background: url(../images/voice.png) no-repeat center right;
    background-size: contain;
    width: 39px;
    height: 39px;
}

.top_nav ul li .on {
    -webkit-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
    background: url(../images/voice.png) no-repeat center right;
    background-size: contain;
    width: 39px;
    height: 39px;
    display: block;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* .top_nav ul li::after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/top_nav_icon.png) no-repeat center;
    position: absolute;
    top: 17px;
    left: 0;
} */
.top_nav ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/top_nav_icon.png) no-repeat center;
    position: absolute;
    top: 17px;
    left: 0;
}

/* .top_nav ul li:last-child:before {
    width: 0;
} */

.top_nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #c9ad93;
    text-decoration: none;
}

.top_nav ul li a.active,
.top_nav ul li a:hover {
    background: url("../images/top_nav__hover.png") no-repeat center bottom;
    color: #906b49;
}
.top_nav ul li.voice a.active,
.top_nav ul li.voice a:hover {
    background: none;
}

/* .wrap .pendant-1 {
    z-index: -9;
    position: absolute;
    top: 65px;
    left: 0;
    width: 426px;
    height: 267px;
    background: url(../images/hero/pendant_1.png) no-repeat;
    background-size: 100% 100%;
}

.wrap .pendant-2 {
    z-index: -9;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1261px;
    height: 473px;
    background: url(../images/hero/pendant_2.png) no-repeat;
    background-size: 100% 100%;
} */

.wrap .content {
    width: 100%;
    margin: 0 auto;
    /* padding-top: 125px; */
    display: flex;
    position: relative;
}

.wrap .content .tab-type {
    position: absolute;
    top: 653px;
    left: 280px;
    z-index: 105;
    width: 6.54rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 12.3rem;
    margin: auto;
    overflow: hidden;
    padding: 0 0.05rem;
}

.wrap .content .tab-type ul {
    /* width: 100%;
    height: 41px;
    line-height: 41px;
     */
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 5px; */
}

.wrap .content .tab-type ul li {
    cursor: pointer;
    width: 2.18rem;
    height: 0.3rem;
    font-size: 0.16rem;
    color: #978254;
    text-align: center;
}

.wrap .content .tab-type ul li.current {
    width: 2.18rem;
    height: 0.3rem;
    background: url(../images/hero/role-page-act.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

.wrap .content .tab-con {
    width: 100%;
    height: 15rem;
    position: relative;
}

.wrap .content .tab-con li.tab-li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    opacity: 0;
}

.wrap .content .tab-con li.tab-li:first-child {
    opacity: 1;
}

.wrap .content .tab-con li.tab-li.current {
    opacity: 1;
}

.wrap .content .box-1 {
    width: 6.64rem;
    height: 1.83rem;
    position: absolute;
    right: 0;
    top: 12.3rem;
    left: 0;
    margin: auto;
    z-index: 10;
    background: red;
    background: url(../images/hero/role-page-bg.png) no-repeat;
    background-size: 100% 100%;
}

/* .wrap .content .hero-title {
    width: 207px;
    height: 294px;
    background: url(../images/hero/title.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 50px;
} */

.wrap .content .hero-zl {
    /* background: url(../images/hero/role-page-bg.png) no-repeat; */
    /* background-size: 100% 100%; */
    position: relative;
    /* width: 6.54rem; */
    /* height: 262px; */
    /* position: absolute; */
    /* left: 0; */
}

.wrap .content .hero-zl .type {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
}

.wrap .content .hero-zl .hero-zl-content {
    /* width: 4.61rem; */
    height: 1.4rem;
    margin: 0 auto;
    overflow: auto;
    /* background: url(../images/hero/hero_bg_2.png) no-repeat; */
    background-size: 100% 100%;
    padding: 0.1rem 0.1rem 0.1rem 0.6rem;
    box-sizing: border-box;
    overflow: auto;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    /* text-align: center; */
}

.hero-zl .hero-zl-content::-webkit-scrollbar {
    width: 3px;
    background: none;
}
.hero-zl .hero-zl-content::-webkit-scrollbar-thumb {
    background-color: #fdefca;
    border-radius: 0.1reminherit;
}

.wrap .content .hero-zl .hero-zl-content img.on {
    border: 2px solid #ff9900;
}

.wrap .content .hero-zl .hero-zl-content img {
    /* margin-left: 0.09rem; */
    /* margin-top: 0.09rem; */
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid #d0a720;
    border-radius: 100%;
    padding: 0.02rem;
    background: #8b949b;
    margin: 0.09rem 0.05rem;
}

.wrap .content .hero-zl .hero-zl-content .smallImgBox {
    width: 90%;
    height: auto;
    max-height: 450px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 10px;
    margin: 0 auto;
}

.wrap .content .hero-zl .hero-zl-content .smallImgBox .swiper-slide {
    width: 80px;
    height: 80px;
    /* line-height: 90px; */
    text-align: center;
}

.wrap .content .hero-zl .hero-zl-content .smallImgBox .swiper-wrapper {
    flex-wrap: wrap;
}

.wrap .content .hero-zl .hero-zl-content .smallImgBox .swiper-slide img {
    width: 63px;
    height: 62px;
}

.wrap .content .hero-zl .hero-zl-content ul {
    width: 90%;
    height: auto;
    max-height: 450px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 10px;
    margin: 0 auto;
    /* flex-direction: */
}

.wrap .content .hero-zl .hero-zl-content ul li {
    width: 80px;
    height: 80px;
    /* line-height: 90px; */
    text-align: center;
}

.wrap .content .hero-zl .hero-zl-content ul li img {
    width: 63px;
    height: 62px;
}

.wrap .content .box-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.wrap .content .box-2 .round {
    width: 100%;
    height: 100%;
    /* background: url(../images/hero/round.png) no-repeat left top; */
    /* background-size: 796px 796px; */
}

.round .swiper-slide .hero {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    transform: translateX(100px);
}
.round .swiper-slide-active .hero {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/* .wrap .content .box-2 .round .view-attributes {
    width: 50px;
    height: 315px;
    background: url(../images/hero/view_attributes.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 140px;
    left: 70px;
    z-index: 100;
    cursor: pointer;
    animation: mymove 3.5s infinite;
    -webkit-animation: mymove 3.5s infinite;
}

@keyframes mymove {
    25% {
        transform: scale(0.95, 0.95);
    }
    50% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(0.95, 0.95);
    }
    100% {
        transform: scale(1, 1);
    }
} */

.wrap .content .box-2 .round .swiper-btn-left {
    width: 0.25rem;
    height: 0.38rem;
    background: url(../images/hero/R-l2.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    top: 13.1rem;
    /* bottom: 0; */
    margin: auto;
    left: 0.7rem;
    z-index: 130;
    cursor: pointer;
    outline: none;
}

.wrap .content .box-2 .round .swiper-btn-right {
    width: 0.28rem;
    height: 0.38rem;
    background: url(../images/hero/R-r2.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    top: 13.1rem;
    /* bottom: 0; */
    margin: auto;
    right: 0.7rem;
    z-index: 130;
    cursor: pointer;
    outline: none;
}

/* .wrap .content .box-3 { 
     width: 140px;
     height: 800;
     z-index: 103;
 } */

.wrap .content .title {
    width: 127px;
    height: 583px;
    margin-left: -78px;
    margin-top: 10px;
    z-index: 101;
    position: absolute;
    top: 0;
    right: 100px;
}

.wrap .content .box-2 .title img {
    width: 100%;
    height: 100%;
}

#tFocus-leftbtn,
#tFocus-rightbtn {
    height: 46px;
    width: 44px;
    float: left;
    text-indent: -9999px;
    display: none;
}

.fix-hero {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200000000;
    display: none;
}

/* .videoHero {
    width: 67px;
    height: 230px;
    position: absolute;
    top: 219px;
    right: 46px;
    z-index: 110;
    background: url(../images/hero/play_btn.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
} */

.sw-left {
    position: absolute;
    left: 0;
    top: 8.5rem;
    z-index: 3;
    width: 7.5rem;
    /* margin-left: 0.24rem; */
    height: 3.79rem;
}

.sw-left img {
    /* width: 100%; */
    /* height: 100%; */
    /* display: block; */
    /* height: 3.79rem; */
}

.sw-left img {
    /* height: 100%; */
    /* width: 100%; */
    background-size: cover;
    width: 100%;
}
.sw-right {
    width: 7.5rem;
    height: 7.65rem;
    position: absolute;
    left: 0;
    top: 0.9rem;
    z-index: 2;
}

.bigImgBox {
    height: 100%;
    width: 100%;
}
.round .swiper-slide .sw-left {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
}
.round .swiper-slide-active .sw-left {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.round .swiper-slide .sw-right {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    transform: translateX(200px);
}
.round .swiper-slide-active .sw-right {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.music {
    width: 0.4rem;
    height: 0.45rem;
    position: absolute;
    left: 0.4rem;
    top: 0.3rem;
    z-index: 2;
    background: url(../images/music-btn2.png) no-repeat center top;
    background-size: contain;
    cursor: pointer;
}
.round .active {
    background: url(../images/music-btn.png) no-repeat top center;
    background-size: 100% 100%;
}
