@charset "UTF-8";



blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
    margin: 0;

padding: 0;

vertical-align: baseline

}

html,
body {
    -webkit-user-select: none;

-moz-user-select: none;

user-select: none

}
ul,
ol {
    list-style-type: none;

list-style-image: none

}

li,
ul {
    list-style: none
}

article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    /*此元素将显示为块级元素，此元素前后会带有换行符。*/
    display: block
}

/*去除图片a标签下划线*/
a {
text-decoration: none
;

    color: #000;
;
    }
/*去除图片a标签边框*/
a {
  outline:none;
}
a:active,
a:hover {
    outline: 0 none
}

img {
vertical-align: top
;

    border: 0 none;
;
    }
/*去除em和i的默认样式*/

em,
i {
    font-style: normal
}
/*去除ul,ol的列表样式*/
ol,
ul {
    list-style: none
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select {
    font-size: 100%;

-webkit-appearance: none;

}
table {
border-spacing: 0
;

    border-collapse: collapse;
;
    }

a,
img {
    -webkit-touch-callout: none
}
body{
    /*不想应用小于最小手机尺寸*/
    min-width: 320px;

color: #666;

line-height: 1.5;

/*不想让iPhone横坚屏切换的时候调节文字防止放大;*/

    -webkit-text-size-adjust: 100%!important

}

/*解决IE6，IE7中的虚线框。*/
a:active {
  noOutline:expression(this.onFocus=this.blur());
}


body {
    width: 100%;

min-width: 320px;

font-family: Helvetica Neue,Helvetica,Roboto,Segoe UI,Arial,sans-serif;

line-height: normal;

-webkit-text-size-adjust: none;

}

img {
    vertical-align: middle
}
button,
input,
select,
textarea {
vertical-align: baseline
;

    font-size: 100%;
;
    }

textarea {
    overflow: auto;

resize: vertical
;
vertical-align: top;

;
    }

section,
article,
aside,
header,
footer,
nav,
figure,
menu {
    display: block;

margin: 0
;
padding: 0;

;
    }

* {
    -webkit-tap-highlight-color: transparent
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none
}


input:focus::-webkit-input-placeholder {
    color: #efefef
}

html {
    -ms-text-size-adjust: 100%;

-webkit-text-size-adjust: 100%;

text-size-adjust: 100%;

}



html {
    height: 100%
}



.fl {
    float: left
}

.fr {
    float: right
}

/*清除浮动*/
.clearfix {
    display: inline-table;

display: block;

zoom: 1

}

.clearfix:after {
display: block;

visibility: hidden
;
    clear: both;

height: 0;

content: ".";

;

}
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}
.pr {
    position: relative
}

.abs-lt {
    position: absolute;

top: 0
;
left: 1;

;
    }
.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m20 {
    margin: 20px
}

.mtb5 {
    margin-top: 5px;

margin-bottom: 5px

}

.mtb10 {
    margin-top: 10px;

margin-bottom: 10px

}

.mtb15 {
    margin-top: 15px;

margin-bottom: 15px

}

.mtb20 {
    margin-top: 20px;

margin-bottom: 20px

}

.mlr5 {
margin-right: 5px
;
    margin-left: 5px;
;
    }

.mlr10 {
margin-right: 10px
;
    margin-left: 10px;
;
    }

.mlr15 {
margin-right: 15px
;
    margin-left: 15px;
;
    }

.mlr20 {
margin-right: 20px
;
    margin-left: 20px;
;
    }

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.ptb5 {
    padding-top: 5px;

padding-bottom: 5px

}

.ptb10 {
    padding-top: 10px;

padding-bottom: 10px

}

.ptb15 {
    padding-top: 15px;

padding-bottom: 15px

}

.ptb20 {
    padding-top: 20px;

padding-bottom: 20px

}

.plr5 {
padding-right: 5px
;
    padding-left: 5px;
;
    }

.plr10 {
padding-right: 10px
;
    padding-left: 10px;
;
    }

.plr15 {
padding-right: 15px
;
    padding-left: 15px;
;
    }

.plr20 {
padding-right: 20px
;
    padding-left: 20px;
;
    }

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.placeBlock-5 {
display: block
;

    width: 100%;

height: 5px;
;

}

.placeBlock-10 {
display: block
;

    width: 100%;

height: 10px;
;

}

.placeBlock-15 {
display: block
;

    width: 100%;

height: 15px;
;

}

.placeBlock-20 {
display: block
;

    width: 100%;

height: 20px;
;

}

.placeBlock-25 {
display: block
;

    width: 100%;

height: 25px;
;

}

.placeBlock-30 {
display: block
;

    width: 100%;

height: 30px;
;

}

.placeBlock-40 {
display: block
;

    width: 100%;

height: 40px;
;

}

.placeBlock-50 {
display: block
;

    width: 100%;

height: 50px;
;

}

.pct5 {
    width: 5%
}

.pct10 {
    width: 10%
}

.pct15 {
    width: 15%
}

.pct20 {
    width: 20%
}

.pct25 {
    width: 25%
}

.pct30 {
    width: 30%
}

.pct33 {
    width: 33.3%
}

.pct40 {
    width: 40%
}

.pct50 {
    width: 50%
}

.pct60 {
    width: 60%
}

.pct66 {
    width: 66.6%
}

.pct70 {
    width: 70%
}

.pct75 {
    width: 75%
}

.pct80 {
    width: 80%
}

.pct90 {
    width: 90%
}

.pct100 {
    width: 100%
}

.h10 {
    height: 10%
}

.h20 {
    height: 20%
}

.h30 {
    height: 30%
}

.h40 {
    height: 40%
}

.h50 {
    height: 50%
}

.h55 {
    height: 55%
}

.h60 {
    height: 60%
}

.h65 {
    height: 65%
}

.h70 {
    height: 70%
}

.h75 {
    height: 75%
}

.h80 {
    height: 80%
}

.h85 {
    height: 85%
}

.h90 {
    height: 90%
}

.h95 {
    height: 95%
}

.h100 {
    height: 100%
}
.cr{
    color: red !important;
}
.cy{
    color: #fec329 !important;
}
.cb{
    color: #000 !important;
}

.cw{
    color: #fff;
}
.cg{
    color: #eee !important;
}
.c9{
    color: #999 !important;
}
.bgc-yellow{
    background-color: #fec329 !important;
}
.fullLayer {
    width: 100%;

height: 100%

}
.font16{
    font-size: 16px !important;
}
.font14{
    font-size: 14px !important;
}
.font15{
    font-size: 15px !important;
}
.font13{
    font-size: 13px !important;
}
.font12{
    font-size: 12px !important;
}
.font11{
    font-size: 11px !important;
}
.weui-cell_select-after{
    padding: 8px 15px;

font-size: 14px;

}
.hide{
    display: none;
}
.text-center{
    text-align: center
}