* {
    margin: 0;
    padding: 0
}img {
    border: 0;
    width: 100%;
    vertical-align: top;
    height: auto;
}ul,
li {
    list-style: none
}h1,
div,
ul,
li,
em,
form,
h1 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    -webkit-tap-highlight-color: transparent;
    font-style: normal
}em,
i {
    font-style: normal
}html {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
}body,
html {
    position: relative;
    overflow-x: auto;
    overflow: auto;
    height: auto;
    font-style: italic;
    line-height: 2;
}body {
    font-family: "Microsoft YaHei","Palatino Linotype, microsoft yahei", Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
    width: 100%;
    height: 100%;
    font-style: italic;
    font-size: .14rem;
    font-weight: 400;
}a {
    text-decoration: none;
    color: #FFF;
    outline: none
}div,
p,
nav,
ul,
li,
input {
    box-sizing: border-box;
}input {
    border: none;
    outline-style: none;
    outline: none;
    background: transparent;
    vertical-align: top;
}::-webkit-input-placeholder {
    color: #8B8B8B;
    font-size: 0.18rem;
}:-moz-placeholder {
    color: #8B8B8B;
    font-size: 0.18rem;
}::-moz-placeholder {
    color: #8B8B8B;
    font-size: 0.18rem;
}:-ms-input-placeholder {
    color: #8B8B8B;
    font-size: 0.18rem;
}::-webkit-scrollbar {
    width: 10px;
    
    height: 10px;
    
}::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.1);
    border-radius: 6px;
}::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: rgba(0,0,0,.2);
}::-webkit-scrollbar-button {
    
    display: none;
}::-webkit-scrollbar-corner {
    
}.flex {
    display: -webkit-box;
    
    display: -moz-box;
    
    display: -ms-flexbox;
    
    display: -webkit-flex;
    
    display: flex;
    
}.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}.flex-justify-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}.flex-space-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}.flex-end-justify {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}.swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
}.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
}.slection-wrap {
    width: 2rem;
    height: .3rem;
    border: 1px solid rgba(248,234,185,.3);
    display: inline-block;
    vertical-align: top;
    padding: 0 .3rem 0 .1rem;
    position: relative;
    line-height: .3rem;
    z-index: 10;
    cursor: pointer;
    
}.slection-wrap i {
    position: absolute;
    top: 0;
    right: 0;
    width: .3rem;
    height: .3rem;
    background: url(//content.game-bean.com/image/qmqj/vietnam/pc/yuyue/nav_jian.png) center no-repeat;
    background-size: .08rem auto;
    -ms-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}.slection-wrap.active i {
    -ms-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}.slection-wrap .current-slection {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}.slection-wrap .slection-list-wrap {
    width: 2rem;
    border: 1px solid rgba(248,234,185,.3);
    border-top: none;
    position: absolute;
    top: .28rem;
    left: -1px;
    background: rgba(2, 5, 10, 0.5);
    display: none;
}.slection-wrap .slection-list-wrap ul {
    padding: .1rem .3rem .1rem .1rem;
    width: 100%;
}.slection-wrap ul li {
    color: #A19D96;
    cursor: pointer;
}.slection-wrap ul li:hover,
.slection-wrap ul li.current {
    color: #EDBC6B;
}.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}