@import '../css/rem.css';
@import '../css/sprite.css';

* {
    background-size: contain;
    background-repeat: no-repeat;
}

.u-utils{
    background-image: url(../images/sprite-utils.png);
    background-size: 8.7rem auto;
}

body {
    position: relative;
    background-color: #000;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a76b2b;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a76b2b;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a76b2b;
    font-size: 16px;
}

input:focus,
textarea:focus {
    outline: none;
}

button {
    display: block;
    font-size: 0;
    color: transparent;
    text-align: center;
    border: none;
    outline: none;
    background-color: transparent;
}

.dismiss,
.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.u-header{
    position: fixed;
    left: 0;
    top: 0;    
    width: 100%;
    padding: .15rem 0 .25rem;
    background-color: rgba(9,9,9,.9);
    z-index: 10;
}

.u-header>.wrapper{
    display: flex;    
    width: 7.2rem;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.logo-header{
    width: 2.31rem;
    height: .8rem;
    background-image: url(../images/logo-head.png);
}

.btn-header{
    display: flex;
}

.btn-header a{
    display: block;
    width: 1.82rem;
    height: .71rem;
}

.btn-header .btn-dl{
    background-image: url(../images/btn-dl.png);
}

.btn-header .btn-web{
    background-image: url(../images/btn-web.png);
}

.logo {
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: 3;
    color: transparent;
    font-size: 0;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.m-viewport {
    position: relative;
    width: 7.5rem;
    min-height: 35rem;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 9.65rem;
    font-size: .24rem;
    background-color: #2f1505;
    background-image: url(../images/body.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow-x: hidden;
}

.m-viewport>.wrapper{
    /* width: 7.1rem; */
    margin: 0 auto;
}

.skin-title{
    margin: 0 auto .3rem;
}

.skin-detail{
    position: relative;
    width: 7.23rem;
    height: 10.25rem;
    padding-top: 4rem;
    margin-top: -3.4rem;
    margin-bottom: .3rem;
    box-sizing: border-box;
    background-image: url(../images/bg-char.png);
}

.skin-detail .text{
    color: #b6c7eb;
}

.skill-text{
    position: relative;
    width: 7.19rem;
    height: 1.38rem;
    margin: 0 auto;
    padding: .2rem .1rem 0 .1rem;
    box-sizing: border-box;
    color: #b6c7eb;
    background-color: #253455;
}

.skill-text::after{
    position: absolute;
    display: block;
    content: '';
    top: -20px;
    left: 10%;
    width:0;
    height:0;
    margin-left: 2px;
    overflow:hidden;
    font-size: 0;     
    line-height: 0; 
    border-width:10px;
    border-style:solid dashed dashed dashed;
    border-color: transparent transparent #253455 transparent;    
}

.m-skin-tab .tab-hd{
    display: flex;
    margin-bottom: .6rem;
    padding: 0 .3rem;
    justify-content: space-between;
}

.tab-btn{
    position: relative;
    height: 1.57rem;
    width: 1.59rem;    
}

.i-skill{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);        
}

.skill-circle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
}

.title-skill{
    margin-bottom: .12rem;
    background-image: url(../images/sprite-skill.png);
    background-size: 6.69rem auto;
}

.m-skin-tab .tab-bd{
    position: relative;
    width: 7.19rem;
    height: 3.61rem;
    margin: .35rem auto 1.5rem; 
    background-image: url(../images/bg-tab-view.png);
}

.m-skin-tab .img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 7rem;
    height: 3.4rem;
}

.m-skin-tab .img img{
    width: 100%;
    height: 100%;
}

.evt-info{
    width: 7.19rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.evt-item{
    width: 3.28rem;
    height: 3.44rem;
    background-image: url(../images/bg-evt.png);
}

.evt-title{
    margin: .1rem auto .3rem;
}

.evt-item .text{
    margin-bottom: .2rem;
    padding: 0 .2rem;
    color: #b6c7eb;
}

.reward-list{
    display: flex;
    padding: 0 .3rem;
    justify-content: space-between;
}

.reward-item{
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    background-image: url(../images/bg-item.png);
}

.reward-item .pic{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}