@import '../css/sprite.css';

body {
    position: relative;
    height: 3866px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-y;
    overflow-x: hidden;
}

.u-btn {
    cursor: pointer;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

@-webkit-keyframes moveFishUp {
    0% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%);
    }

    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
    }
}

@-webkit-keyframes cloudUp {
    0% {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }
}

@keyframes breath {
    from {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0.1;
    }
}

.logo {
    position: absolute;
    top: 60px;
    left: 2%;
    width: 122px;
    height: 96px;
    background-image: url(../images/logo.png);
    z-index: 3;
    color: transparent;
    font-size: 0;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.i-md {
    position: absolute;
    left: 50%;
    top: 830px;
    width: 84px;
    height: 111px;
    margin-left: -42px;
    background-image: url(../images/icon-md.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: moveUp 1.8s infinite alternate linear;
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
    }
}

/* view */
.m-viewport {
    position: relative;
    height: 2731px;
    padding-top: 935px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-image: url(../images/body.jpg);
    background-position: top center;
    z-index: 6;
}

.m-viewport>.skin-item {
    position: relative;
    width: 1000px;
    margin: 0 auto 90px;
}

.m-viewport>.skin-item.m-skill-view {
    width: 1200px;
}

.skin-title {
    background-image: url(../images/sprite-title.png);
    margin: 0 auto 10px;
}

.title-3 {
    background-position: -0px -0px;
    height: 81px;
    width: 585px;
}

.title-1 {
    background-position: -0px -81px;
    height: 67px;
    width: 585px;
}

.title-2 {
    background-position: -0px -148px;
    height: 66px;
    width: 585px;
}

.tab-item {
    position: relative;
    height: 600px;
    margin-top: 50px;
}

.char-img-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1383px;
    height: 709px;
    margin-left: -729.5px;
    margin-top: -319.5px;
    background-image: url(../images/char-img-1.png);
    pointer-events: none;
}


.char-img-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1449px;
    height: 739px;
    margin-left: -724.5px;
    margin-top: -369.5px;
    background-image: url(../images/char-img-2.png);
    pointer-events: none;
}

.skin-detail {
    position: relative;
    z-index: 5;
    width: 450px;
}

.skin-detail .skill-tab{
    position: relative;
}

.skin-detail .skill-tab.tab-1 {
    width: 442px;
    height: 353px;
    background-image: url(../images/skill-bg-1.png);
}

.skin-detail .skill-tab.tab-2 {
    width: 442px;
    height: 353px;
    background-image: url(../images/skill-bg-2.png);
}

.char-info .char-name.char-1 {
    position: absolute;
    top: 0;
    right: 15px;
    width: 362px;
    height: 169px;
    background-image: url(../images/char-name-1.png);
}


.char-info .char-get.char-1 {
    position: absolute;
    top: 270px;
    right: 15px;
    width: 270px;
    height: 73px;
    background-image: url(../images/char-get-1.png);
}


.char-info .char-get.char-2 {
    position: absolute;
    top: 200px;
    right: -90px;
    width: 281px;
    height: 60px;
    background-image: url(../images/char-get-2.png);
}

.char-info .char-name.char-2 {
    position: absolute;
    top: 0;
    right: 15px;
    width: 362px;
    height: 169px;
    background-image: url(../images/char-name-2.png);
}

.hero-tab>.tab-hd {
    position: relative;
    width: 308px;
    height: 46px;
    margin: 100px auto 0;
    background-image: url(../images/tab-1.png);
    z-index: 6;
}

.hero-tab>.tab-hd.active {
    background-image: url(../images/tab-2.png);
}

.hero-tab>.tab-hd .u-btn {
    float: left;
    width: 50%;
    height: 100%;
}

.skill-ctrl {
    position: absolute;
    bottom: 7px;
    left: 5px;
}

.skill-ctrl .u-btn {
    float: left;
    width: 108px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;

}

.tab-1 .skill-ctrl .u-btn {
    background-image: url(../images/tab-btn-1.png);
}

.tab-2 .skill-ctrl .u-btn {
    background-image: url(../images/tab-btn-2.png);
}

.tab-1 .skill-ctrl .u-btn.active {
    width: 106px;
    height: 47px;
    background-image: url(../images/tab-btn-1a.png);
}

.tab-2 .skill-ctrl .u-btn.active {
    width: 106px;
    height: 47px;
    background-image: url(../images/tab-btn-2a.png);
}

.pet-img {
    width: 606px;
    height: 566px;
    margin-left: -30px;
    background-image: url(../images/img-pet.png);
}

.pet-detail {
    width: 400px;
    height: 597px;
    background-image: url(../images/bg-pet.png);
}

.pet-detail .container {
    padding: 105px 43px;
}

.pet-detail .item-list li {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px;
    margin: 0 15px 30px;
    background-image: url(../images/bg-item.png);
    vertical-align: middle;
}

.pet-detail .item-list .pic {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -23px;
}

.pic {
    background-image: url(../images/sprite-item.png);
}

.pet-detail .status-list {
    margin-bottom: 50px;
    line-height: 2;
    font-size: 14px;
    color: #154680;
}

.pet-detail .notice {
    font-size: 14px;
    color: #154680;
}

.skill-text {
    margin-bottom: 15px;
}

.skill-text h6 {
    margin-bottom: 15px;
    font-size: 28px;
    background: -webkit-linear-gradient(top, #93d2db, #1e69bd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.skill-text p {
    line-height: 2;
    font-size: 14px;
    color: #154680;
}

.m-main-map {
    position: relative;
    width: 1000px;
    height: 470px;
    margin-bottom: 20px;
    background-image: url(../images/bg-map-1.png);
}

.m-main-map .map-detail {
    position: absolute;
    width: 332px;
    top: 105px;
    right: 30px;
}

.map-time {
    margin-bottom: 25px;
    font-size: 14px;
    color: #3481d1;
    text-align: center;
}

.map-info {
    padding: 0 10px;
    font-size: 14px;
    color: #245281;
}

.m-main-map .map-reward-view {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.m-map-2 {
    position: relative;
    width: 490px;
    height: 440px;
    background-image: url(../images/bg-map-2.png);
}

.m-story {
    position: relative;
    width: 490px;
    height: 440px;
    background-image: url(../images/bg-story-1.png);
}

.evt-detail .item-list {
    background-image: url(../images/sprite-list-bg.png);
}

.evt-detail .item-list li {
    display: inline-block;
    vertical-align: middle;
}

.evt-detail .item-list.list-1 {
    padding-top: 35px;
    background-image: url(../images/list-1.png);
    height: 65px;
    width: 320px;
    margin-bottom: 10px;
}

.list-2 {
    padding-top: 35px;
    background-position: -0px -100px;
    height: 65px;
    width: 320px;
}

.list-3 {
    position: absolute;
    left: 42px;
    bottom: 18px;
    padding-top: 10px;
    padding-left: 100px;
    background-position: -0px -200px;
    height: 57px;
    width: 320px;
}

.list-4 {
    position: absolute;
    left: 42px;
    bottom: 18px;
    padding-top: 10px;
    padding-left: 100px;
    background-position: -0px -267px;
    height: 57px;
    width: 320px;
}

.skill-view{
    position: absolute;
    left: 5px;
    top: 6px;
}

.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;
}

.evt-info {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #245281;
    text-align: center;
}