/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
acronym,
address,
cite,
code,
del,
dfn,
em,
font,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
textarea,
input,
button,
legend,
table,
caption,
tbody,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    word-break: break-all;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family:  "Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
/*清除浮动*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
    border-radius: 2px;
    background-color: transparent;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: transparent;
}
/*去除点击高亮效果*/
a,
button,
input,
textarea,
select,
img,
label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: medium none;
}
input::-moz-focus-inner {
    border: none;
    padding: 0;
}
select,
input {
    vertical-align: middle;
}
/*去掉苹果的默认UI来渲染按钮*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
}
/*placeholder文本颜色*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

.text-c{text-align: center;}
.text-r{text-align: right;}

.padding_1{padding: .1rem;}
.padding_3{padding: .3rem;}

.color_orange{color: #FF5100;}
.color_9{color: #999;}
.color_6{color: #666;}
.color_3{color: #333;}
.color_green{color: #26BE2A;}
.color_red{color: #F94A44;}

.size_26{font-size: .26rem;}
.size_32{font-size: .32rem;}
.size_24{font-size: .24rem;}
.size_28{font-size: .28rem;}

.width_4{width: 25%;}
.width_3{width: 33.33%;}
.width_2{width: 50%;}
.width_690{width: 6.9rem;margin: 0 auto;}

.bg_f{background: #fff;}

.pointer{cursor: pointer;}

/*加载中*/
.loadingOpa{width: 100vw;height: 100vh;background: #fff;font-size: .3rem;color: #fff;text-align: center;position: fixed;top:0;left: 0;z-index: 99;padding-top: 30vh;line-height: 1rem;}
.loadingIconOpa{width: 3rem;background: rgba(0,0,0,.7);margin: 0 auto;padding: .3rem .3rem 0;}
.loadingIcon{display: block;width: 1rem;height: 1rem;margin: 0 auto;}