@charset "utf-8";

html {
    font-size: 100px;
}

body {
    color: #333;
    font-size: 0.22rem;
}

* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

fieldset,
img {
    border: 0;
}

ul,
ol,
li {
    list-style: none;
    font-family: 'Microsoft YaHei';
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: #fff;
    border: none;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a:link {
    text-decoration: none; 
}
a:visited {
    text-decoration: none; 
}
a:active {
    text-decoration: none; 
}
a:focus {
    text-decoration: none; 
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
    *font-size: 100%;
}

ol,
ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/**Common Css**/
.fr {
    float: right;
    *display: inline;
}

.fl {
    float: left;
    *display: inline;
}

/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*清除浮动*/
.clearfix {
    clear: both;
    *zoom: 1;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
}

.flex-wrap {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 标题 */

.common-title .title {
    margin: 0 0.3rem;
    text-align: center;
    position: relative;
}

.common-title .title strong {
    position: relative;
    z-index: 9;
    padding: 0 .3rem;
    background-color: #fff;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.45rem;
}

.common-title .title::before {
    content: '';
    width: 1.87rem;
    height: 1px;
    background: #E9E9E9;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.common-title .title::after {
    content: '';
    width: 1.87rem;
    height: 1px;
    background: #E9E9E9;
    position: absolute;
    right: 0;
    top: 0.2rem;
}

/* 模仿下拉 */
.select-imitation {
    color: #999;
    width: 100%;
    background: #fff;
    border-radius: 0.04rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: left;
    padding-left: 0.2rem;
    position: relative;
    box-sizing: border-box;
}

.select-imitation::after {
    content: '';
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.08rem 0.06rem 0 0.06rem;
    border-color: #191919 transparent transparent transparent;
}

.select-imitation-list,
.select-imitation-listcon {
    background: #fff;
    width: 100%;
    margin-top: 0.1rem;
    border-radius: 0.04rem;
    padding: 0.1rem 0;
    position: absolute;
    display: none;
    text-align: center;
    z-index: 99;
}

.select-imitation-list ul li,
.select-imitation-listcon ul li {
    padding: 0.2rem 0;
    font-size: 0.26rem;
}

.selected {
    color: #333;
}

/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
}

.clearp {
    clear: both;
}

/*行内块 清除间距*/
.w-inline-block {
    display: inline-table;
    word-spacing: -8px;
    letter-spacing: -8px;
}

.w-inline-block>* {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
}

/* 一像素边框 */

.bor-1px,
.bor-1px-t,
.bor-1px-b,
.bor-1px-tb,
.bor-1px-l,
.bor-1px-r {
    position: relative;
}

.bor-1px:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 200%;
    height: 200%;
    border: 1px solid #ededed;
    color: #ededed;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.bor-1px-t:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    height: 1px;
    border-top: 1px solid #ededed;
    color: #ededed;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.bor-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    height: 1px;
    border-bottom: 1px solid #ededed;
    color: #ededed;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.bor-1px-tb:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    height: 1px;
    border-top: 1px solid #ededed;
    color: #ededed;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.bor-1px-tb:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    height: 1px;
    border-bottom: 1px solid #ededed;
    color: #ededed;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.bor-1px-l:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #ededed;
    color: #ededed;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.bor-1px-r:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    z-index: 9;
    border-right: 1px solid #ededed;
    color: #ededed;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

/*图片自适应*/
.w-fill-img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.w-fill-img>img[mode="aspectFit"] {
    object-fit: contain;
}

.w-fill-img>img[mode="aspectFill"] {
    object-fit: cover;
}

.w-fill-img>img[mode="scaleToFill"] {
    object-fit: fill;
}

/*弹性盒子布局*/
.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
}

.flex-wrap-w {
    flex-wrap: wrap;
}

.flex-con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.j-center {
    justify-content: center;
}

.j-start {
    justify-content: start;
}

.j-between {
    justify-content: space-between;
}

.j-around {
    justify-content: space-around;
}

.a-center {
    align-items: center;
}


/* css 禁止事件*/
.w-event-none {
    pointer-events: none !important;
}

/* 多行省略 */
.w-elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w-elli-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-elli-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-elli-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-elli-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* div模拟table */
.w-table {
    position: relative;
}

.w-tr {
    display: table;
}

.w-td {
    display: table-cell;
    vertical-align: middle;
}
