* {
    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;
}

/* 使用webkit内核的浏览器 */
:-moz-placeholder {
    color: #8b8b8b;
    font-size: 0.18rem;
}

/* firefox版本4-18 */
::-moz-placeholder {
    color: #8b8b8b;
    font-size: 0.18rem;
}

/* firefox版本19  */
:-ms-input-placeholder {
    color: #8b8b8b;
    font-size: 0.18rem;
}

/* ie浏览器 */
::-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 {
    /* background-color:cyan; */
    display: none;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    /* background:khaki; */
}

.flex {
    display: -webkit-box;
    /* 老版本语法: safari, ios, android browser, older webkit browsers. */
    display: -moz-box;
    /* 老版本语法: firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: ie 10 */
    display: -webkit-flex;
    /* 新版本语法: chrome 21  */
    display: flex;
    /* 新版本语法: opera 12.1, firefox 22  */
}

.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;
    /* background: rgba(2, 5, 10, 0.5); */
}
.slection-wrap i {
    position: absolute;
    top: 0;
    right: 0;
    width: .3rem;
    height: .3rem;
    background: url(/uploads/image/ciqvpyuyue/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;
}
/* 下拉框样式----------------结束 */