body {
    margin: 0;
    padding: 0;
    background-image: url(../images/bg1.jpg);
    background-repeat: repeat-y;
    background-position: center 900px;
}

.tnc-bg {
    background: #e3e3e3;
    width: 100%;
    height: 75px;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}

.fixedWindow {
    padding: 41px 0px 0px 31px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-items: start;
    align-items: start;
    position: fixed;
    height: 550px;
    width: 218px;
    top: 50%;
    transform: translateY(-40%);
    border-radius: 3px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.fixedWindow h1 {
    user-select: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 28px; */
    letter-spacing: 0px;
    color: #999999;
}

.fixedWindow img {
    width: 26px;
    height: 22px;
    margin-right: 22px;
}

.fixedWindow .Layer {
    margin-bottom: 53px;
}

h1 {
    margin: 0;
    /* color: rgb(121, 204, 20); */
    padding: 0;
}

h2 {
    margin: 0;
    /* color: rgb(121, 204, 20); */
    padding: 0;
}

h3 {
    margin: 0;
    /* color: rgb(121, 204, 20); */
    padding: 0;
}

.login-container {
    margin-top: 520px;
    margin-left: 180px;
    width: 100%;
    height: 50px;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tranx {
    margin-left: 50%;
    transform: translateX(-50%);
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7d098;
    margin-bottom: 5px;
    /* Adjust the space between the triangle and the heading */
}

.container {
    background: url(../images/bg.jpg) no-repeat center top;

    width: 100%;
    margin: 0 auto;
    /*height: 5800px;*/
}

.main-nav {
    margin: auto;
    overflow: hidden;
    margin-top: 0;
    text-align: center;
    font-size: 0;
    width: 1337px;
    height: 140px;
    background-position: left;
    background-repeat: no-repeat
}

.main-nav a {
    display: inline-block;
    margin: 0 40px;
    background: url(../images/btn.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 64px;
    color: #81775c;
    font-size: 34px;
    width: 262px;
    height: 70px;
    font-weight: bold;
    margin-top: 13px
}

.main-nav a.active {
    background: url(../images/btnkb.png) no-repeat center center;
    background-size: 100% 100%;
    color: #6d482f
}

.main-nav a:hover {
    color: #fff;
    font-weight: bold
}

#app {
    position: relative;
    height: auto;
    justify-content: center;
    display: flex;
    width: 100%;
    background: url();
}

#app .centerContainer {
    min-width: 1200px;
    /* background-color: pink; */
    height: 100%;
}

.logo {
    top: 115px;
    left: 400px;
    position: absolute;
    left: 50%;
    margin-left: -574px;
}

.login {
    margin-top: 475px;
    margin-left: 180px;
    width: 412px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.login h1 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.login h2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ebc15d;
}

.login h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #6cc860;
}

.login .changeServe {
    margin: 0px 10px;
    width: 79px;
    height: 32px;
    /* background-color: #e63d2e; */
    border-radius: 4px;
    color: #ebc15d;
    border: solid 1px #ebc15d;
}

.login .logout {
    width: 52px;
    height: 32px;
    /* background-color: #e63d2e; */
    border-radius: 4px;
    color: #ebc15d;
    border: solid 1px #ebc15d;
}

.topBar {
    position: relative;
    /* background-color: green; */
    margin-top: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
}

.topBar .btn {
    display: block;
    width: 275px;
    height: 78px;
    background: url(../images/btn.png) no-repeat center;
    background-size: 100%;
    margin: 0 90px;
    font-size: 30px;
    text-align: center;
    line-height: 74px;
    color: #1e1723;
    text-decoration: none;
}

.topBar .btn.active {
    background-image: url(../images/btnkb.png);
}

.tittle {
    margin: auto;
    margin-top: 128px;
    margin-bottom: 30px;
    height: 94px;
    text-align: center;
    line-height: 94px;
    font-size: 30px;
    color: #f4d39a;
    font-weight: bold;
}

.text {
    margin-top: 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    /* background-color: #6097c8; */
    width: 991px;
    height: 144px;
    font-family: MicrosoftYaHei;
}

.text h1 {
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f4d39a;
    text-align: center;
}

.mapImg {
    margin-top: 61px;
    width: 1250px;
    height: 270px;
    text-align: center;
}

.mapImg .item {
    display: inline-block;
    background: url(../images/booked.png) center center;
    background-size: 103% 105%;
    width: 384px;
    height: 276px;
    position: relative;
    margin: 0 10px;
}

.mapImg .item img {
        width: 351px;
    height: 251px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.showBoss {
    position: relative;
    background: url(../images/booked.png) center center;
    background-size: 103% 105%;
    width: 783px;
    height: 465px;
    position: relative;
}

.showBoss img {
    width: 740px;
    height: 418px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    margin: auto;
}

.bossExplain {
    width: 706px;
    flex-direction: column;
}

.bossExplain h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bossExplain h2 {
    font-size: 18px;
    line-height: 25px;
    color: #f4d39a;
}

.bossHead {
    margin-right: 26px;
    height: 60px;
    width: 59px;
    background-size: 100% 100%;
    background: url(../images/bossykm.png);
    background-size: 100% 100%;
}

.bossHead img {
    height: 49px;
    width: 49px;
    border-radius: 28px;
}

.bossHead.active {
    height: 86px;
    width: 86px;
}

.bossHead.active img {
    width: 73px;
    height: 73px;
}

.skill {
    margin-top: 20px;
    margin-right: 42px;
    flex-direction: column;
}

.skill h1 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}

.Dungeons {
    width: 380px;
    height: 656px;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 3px;
}

.Dungeons img {
    width: 380px;
    height: 435px;
}

.Dungeons h1 {
    margin: 15px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.Dungeons h2 {
    margin: 0 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #aaaaaa;
}

.suit {
    flex-direction: column;
    justify-content: start;
    padding-top: 40px;
    box-sizing: border-box;
    margin-bottom: 100px;
    height: 428px;
    width: 300px;
    background-size: 100% 100%;
    background-image: url(../images/tp15.png);
}

.tz_top {
    font-family: SourceHanSerifCN-Bold;
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #ffd592;
}

.showSuit {
    width: 775px;
    /* background-color: #6cc860; */
    flex-direction: column;
}

.showSuit .showBoss {
    width: 100%;
}

.suitSkill {
    width: 100px;
    /* background-color: #6cc860; */
    /* background-color: #6cc860; */
}

.suitSkill img {
    height: 64px;
    width: 64px;
}

.suitSkill h1 {
    width: 60px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 95px;
}

.floatWindow {
    /* padding: 17px 14px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: 120px;
    left: -150px;
    width: 270px;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px rgba(242, 194, 120, 0.7);
}

.floatWindow h1 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.floatWindow h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #a17be6;
}

.foot {
    padding: 13px 18px;
    box-sizing: border-box;
    position: relative;
    margin-top: 40px;
    width: 1034px;
    height: 199px;
    background-image: url(../images/tp11.png);
    background-size: 100% 100%;
}

.foot .buy {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 175px;
    height: 65px;
    background-image: url(../images/tp17.png);
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 0px;
    color: #371616;
    display: block;
    text-align: center;
}

.foot h1 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.foot h2 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
}


.skillmainout {
    width: 1337px;
}

.skillText {
    height: 240px;
    width: 190px;
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-48%);
}





.skillText h1 {
    margin: 0;
    padding: 0;
    line-height: 19px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #f8f9f9;
}

.skillText4 h1 {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #f8f9f9;
}

.skillText5 h1 {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #f8f9f9;
}

.yscq-fixed-out {
    width: 208px;
    z-index: 2;
    position: fixed;
    left: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    margin: auto;
    /* padding: 20px 0; */
}

.yscq-fixed-out .yscq-fixed-con {
    padding: 20px 0;
    background-color: #0000009c;
}

.yscq-fixed-out .yscq-fixed-con .Layer {
    background: url(../images/yiwei.png);
    width: 100%;
    background-position: 10%;
    background-repeat: no-repeat;
    height: 52px;
    color: #999999;
    transition: all ease .2s;
    padding-left: 80px;
    box-sizing: border-box;
    padding-right: 15px;
    display: block;
    margin: 0;
    cursor: pointer;
    line-height: 52px;
    font-size: 18px;
    margin-top: 10px;
}

.yscq-fixed-out .yscq-fixed-con .Layer.active,
.yscq-fixed-out .yscq-fixed-con .Layer:hover {
    font-size: 18px;
    font-weight: bold;
    color: #ffedd2;
    background-image: url(../images/yixuan.png);
}

.yscq-fixed-out .to-top {
    width: 208px;
    margin-top: 1px;
    cursor: pointer;
    background-color: #0000009c;
    height: 55px;
    line-height: 30px;
    text-align: center;
    color: #e7d098;
    font-size: 14px;
    padding-top: 10px;
    box-sizing: border-box;
}

.tedianbox {
    position: relative;
    width: 1070px;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.tedianbox .tediantit {
    background-image: url(../images/bga5.png);
    width: 417px;
    height: 126px;
    line-height: 126px;
    color: #211b18;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    text-align: center;
    text-indent: 88px;
}

.tedianbox .tedianmain {
    position: relative;
    /* border: 2px solid #cb9a35; */
    box-sizing: border-box;
    padding: 5px;
    /* height: 1000px; */
}

.tedianbox .tedianmain .tddes {
    color: #f4d39a;
    font-size: 18px;
    line-height: 25px;
    width: 900px;
    text-align: center;
    margin: auto;
    /* margin-top: 65px; */
}

.tedianbox .tedianmain .mapImg {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tedianbox .threebox {
    width: 966px;
    margin: auto;
}

.tedianbox .threebox .item {
    background-image: url(../images/bga6.png);
    width: 966px;
    box-sizing: border-box;
    padding-top: 30px;
    background-position: center top;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.tedianbox .tedianmain .mapImg.act {
    text-align: center;
    height: 276px;
    margin-top: 70px;
}

.tedianbox .tedianmain .mapImg.act .item {
    display: inline-block;
    width: 455px;
    height: 276px;
    margin: 0 20px;
}

.tedianbox .tedianmain .mapImg.act .item img {
    width: 427px;
    height: 248px;
}

.tedianbox .threebox .item .smitemtit {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.tedianbox .threebox .item .smitemtit.col1 {
    color: #42ff00;
}

.tedianbox .threebox .item .smitemtit.col2 {
    color: #ff9600;
}

.tedianbox .threebox .item .smitemtit.col3 {
    color: #ff00f6;
}

.tedianbox .threebox .item p {
    color: #f4d39a;
    font-size: 18px;
    text-align: center;
}

.tedianbox .buy {
    /* position: absolute; */
    display: block;
    width: 172px;
    height: 60px;
    background: url(../images/btnb.png);
    background-size: 100% 100%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* bottom: -26px; */
    font-size: 24px;
    color: #fffcd5;
    text-align: center;
    line-height: 60px;
    margin: 50px auto 0px;
}




.skill_box {
    height: 417px;
    position: relative;
    padding-top: 20px;
}

.skill_img {
    height: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.skies {
    width: 224px;
    height: 450px;
}



.tz_cktips {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 84px;
    letter-spacing: 0px;
    color: #b3b3b3;
}

.tz_l_t {
    display: flex;
    width: 200px;
    margin-top: 40px;
    margin-left: 30px;
    height: 100%;
}

.tz_l_b {
    display: flex;
    width: 200px;
    margin-left: 30px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.tz_main_img {
    height: 87%;
    width: 90%;
    position: absolute;
    top: 30px;
    left: 40px;
}

.buysed {
    width: 1034px;
    height: 199px;
    background: url(../images/tdnrk.png);
    background-size: 100% 100%;
    margin: 10px auto 0;
    position: relative;
}

.buysed .buysd {
    position: absolute;
    display: block;
    width: 172px;
    height: 60px;
    background: url(../images/btnb.png);
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
    font-size: 24px;
    color: #fffcd5;
    text-align: center;
    line-height: 60px;

}