@import "../css/swiper.min.css";
@import "../css/anime.css";

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #222229;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
}

.logo {
    position: absolute;
    left: 30px;
    top: 60px;
    width: 131px;
    height: 107px;
    background-image: url(../images/logo.png);
    z-index: 10;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

/* public */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.u-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.m-viewport {
    width: 100%;
    height: 5070px;
    background-position: center top;
    background-image: url(../images/body.jpg);
    font-size: 14px;
    color: #453519;
}

.m-viewport>.wrapper {
    position: relative;
    width: 1000px;
    padding-top: 990px;
    margin: 0 auto;
}

.video-play.top{
    position: absolute;
    top: 580px;
    left: 190px;
    width: 116px;
    height: 116px;
    background-image: url(../images/icon-top-play.png);
    cursor: pointer;
}

.m-item{
    margin-bottom: 128px;
}

.m-item h6.title {
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.m-item h6.t-1 {
    background-image: url(../images/title-1.png);
}

.m-item h6.t-2 {
    background-image: url(../images/title-2.png);
}

.m-item h6.t-3 {
    background-image: url(../images/title-3.png);
}

.m-item h6.t-4 {
    background-image: url(../images/title-4.png);
}

.m-item h6.t-5 {
    background-image: url(../images/title-5.png);
}

.s-title {
    color: transparent;
    font-size: 0;
    margin: 0 auto 10px;
    background-image: url(../images/sprite-sub.png);
}

.s-title.t-6 {
    background-position: -0px -0px;
    height: 24px;
    width: 233px;
}

.s-title.t-1 {
    background-position: -0px -24px;
    height: 24px;
    width: 253px;
}

.s-title.t-7 {
    background-position: -0px -48px;
    height: 24px;
    width: 273px;
}

.s-title.t-8 {
    background-position: -0px -72px;
    height: 24px;
    width: 273px;
}

.s-title.t-2 {
    background-position: -0px -96px;
    height: 24px;
    width: 333px;
}

.s-title.t-5 {
    background-position: -0px -120px;
    height: 20px;
    width: 243px;
}

.s-title.t-3 {
    background-position: -0px -140px;
    height: 18px;
    width: 129px;
}

.s-title.t-4 {
    background-position: -0px -158px;
    height: 18px;
    width: 130px;
}

.s-title.t-9 {
    background-image: url(../images/s-title-9.png);
    height: 24px;
    width: 183px;
}

/* m-item-1 */
.figma-info {
    width: 300px;
}

.figma-info .text{
    margin-top: 30px;
}

.figma-info table{
    width: 100%;
    margin-top: 15px;
    border: 1px solid #ceb279;
    background-color: rgba(206, 178, 121, .2);
}

.figma-info td{
    height: 45px;
    border-left: 1px solid #ceb279;
    border-bottom: 1px solid #ceb279;
    text-align: center;
}

.figma-info .m-price{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 14px;
    border: 1px solid #ceb279;
    background-color: rgba(206, 178, 121, .2);
    text-align: center;  
}

.figma-info .img{
    margin: 12px auto;
}

.m-tab .tab-hd{
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
}

.m-tab .tab-btn{
    display: inline-block;
    width: 209px;
    height: 55px;
    margin: 0 10px;   
}

.m-tab .tab-btn.tab-1{
    background-image: url(../images/tab-1.png);
}

.m-tab .tab-btn.tab-1.active{
    background-image: url(../images/tab-1a.png);
}

.m-tab .tab-btn.tab-2{
    background-image: url(../images/tab-2.png);
}

.m-tab .tab-btn.tab-2.active{
    background-image: url(../images/tab-2a.png);
}

.pic-slider{
    position: relative;
    width: 561px;
    height: 561px;
    background-image: url(../images/bg-slide.png);
}

.swiper-container.pic-slider-container{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 537px;
    height: 537px;
    padding: 0;
    transform: translate(-50%,-50%);
}

.swiper-button-prev,.swiper-button-next{
    width: 33px;
    height: 33px;
    margin-top: -16.5px;
    background-position: 0 0;
    background-size: contain;
}

.swiper-button-prev{
    background-image: url(../images/btn-prev.png);
}

.swiper-button-next{
    background-image: url(../images/btn-next.png);
}
/* m-item video */
.video-view {
    position: relative;
    padding: 30px 50px;
    width: 900px;
    height: 452px;
    border: 1px solid #ceb279;
    background-color: #fdfdf5;
    border-radius: 25px;
}

.video-view .video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 452px;
    transform: translate(-50%,-50%);
}

.video:hover .cover::before {
    opacity: 0;
}

.video .cover {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/cover.jpg);
}

/* .video .cover::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s;
} */

/* figma-reward */
.figma-gift{
    width: 560px;
    padding: 25px 0 40px;
    border: 1px solid #ceb279;
    border-radius: 25px;
}

.figma-gift .f-r{
    width: 210px;
}

.figma-gift p{
    margin-bottom: 6px;
}

.figma-gift .reward-list{
    margin: 10px auto 20px;
}

.reward-list li{
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    background-color: #ceb279;
}

.reward-list li .icon{
    width: 46px;
    height: 46px;   
}

.reward-list li .icon.i-1{
    background-image: url(../images/icon-1.png);
}

.reward-list li .icon.i-2{
    background-image: url(../images/icon-2.png);
}

.reward-list li .icon.i-3{
    background-image: url(../images/icon-3.png);
}

.figma-card{
    width: 300px;
    padding: 25px 50px 40px;
    border: 1px solid #ceb279;
    background-color: #fdfdf5;
    border-radius: 25px;    
}

.gift-detail{
    margin-top: 30px;
    padding: 0 40px;
}

/* slider 2 */
.figma-img-view{
    position: relative;
}

.u-slider-btn{
    position: absolute;
    top: 50%;
    width: 33px;
    height: 33px;
    margin-top: -16.5px;
}

.u-slider-btn.u-btn-prev{
    left: -80px;
    background-image: url(../images/btn-slider-prev.png);
}

.u-slider-btn.u-btn-next{
    right: -80px;
    background-image: url(../images/btn-slider-next.png);
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 660px;
    height: 332px;

  }

/* rule */
.m-rule{
    margin-left: -30px;
}

.m-rule .col{
    width: 22em;
    margin-left: 30px;
}

.m-rule .s-title{
    margin-bottom: 20px;
}

.m-rule h4{
    position: relative;
    display: inline-block;
    padding-right: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #88470e;
    background-image: url(../images/icon-tag.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.rule-item{
    margin-bottom: 20px;
    line-height: 1.8;
}

/* vid */
.u-vid-player {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.u-vid-player .u-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 20;
}

.u-vid-player .container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.u-btn.close {
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    z-index: 20;
    float: left;
}

.ui-topic {
    /* background: #333;
    background: rgba(0, 0, 0, 0.8); */
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 100px;
    left: 200px;
}

.ui-topic .inner_html {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-family: arial;
}

.ui-topic .inner_html a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted #990000;
}

.ui-topic .inner_html a:hover {
    border-bottom: 2px solid #990000;
}

.ui-topic {
    color: #00ff00;
}

.ui-topic .itemDesc {
    width: 300px;
    margin-top: 10px;
    color: #a1e5ff;
}

.ui-topic .type2 {
    color: #fff;
}

.ui-topic .type3 {
    margin-bottom: 10px;
}

.ui-topic .green,
.ui-topic .strength,
.ui-topic .agility,
.ui-topic .mentality,
.ui-topic .iniMovementSpeed,
.ui-topic .healthPoint,
.ui-topic .manaPerSecond,
.ui-topic .skillStats,
.ui-integralAddition,
.ui-topic .smPerSecond,
.fightingCapAdd {
    color: #00ff00;
}

.ui-topic .skillAdd1 {
    margin-top: 10px;
}

.ui-topic .skillAdd1,
.ui-topic .skillAdd2 {
    width: 260px;
}

.ui-topic .skillAdd1,
.ui-topic .skillAdd2 {
    color: #0088ff;
}

.ui-topic .purple {
    color: #9205EA;
}

.ui-topic .gold,
.ui-topic .type3 {
    color: #FFCC11;
}

.ui-topic .dGold {
    color: #dd9955;
}

.ui-topic .orange,
.ui-topic .magicValue {
    color: #FF8800;
}

.ui-topic .blue {
    color: #0088ff;
}

.ui-topic .desc {
    max-width: 300px;
    word-break: break-all;
}

.u-top{
    position: fixed;
    right: 0;
    top: 20%;
    width: 175px;
    height: 281px;
    background-image: url(../images/bg-float-shop.png);
}

.u-top .img{
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}