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
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button {
    font-size  : 100%;
    font-weight: normal
}

ul,
ol {
    list-style-type : none;
    list-style-image: none
}

li {
    list-style: none
}

/* html,
body {
    -webkit-user-select: none;
    -moz-user-select      : none;
    user-select           : none 
}*/

a,
img {
    -webkit-touch-callout: none
}

a {
    text-decoration: none;
    color          : #666
}

a:active,
a:hover ,
a:focus{
    outline: 0 none
}

/* a:focus {
    outline: 1px dotted
} */

img {
    vertical-align: middle
}

sub,
sup {
    font-size     : 75%;
    line-height   : 0;
    position      : relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft YaHei';
}

button,
input,
select,
textarea {
    font-family   : inherit;
    font-size     : 100%;
    vertical-align: baseline
}

textarea {
    overflow      : auto;
    vertical-align: top;
    resize        : vertical
}

section,
article,
aside,
header,
footer,
nav,
figure,
menu {
    display: block;
    padding: 0;
    margin : 0
}

* {
    -webkit-tap-highlight-color: transparent
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none
}

input,
button,
select,
textarea {
    outline           : none;
    /*-webkit-appearance: none*/
}

input {
    border: none
}

input:focus::-webkit-input-placeholder {
    color: #efefef
}

*::after,
*::before {
    box-sizing: border-box!important;
}

* {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing   : border-box!important;
    box-sizing        : border-box!important;
}

html {
    -ms-text-size-adjust    : 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust        : 100%;
    font-size               : 62.5%
}

body {
    font-size  : 14px;
    line-height: 1.5
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

html,
body {
    width     : 100%;
    min-width : 320px;
    min-height: 100%
}

html {
    height: 100%
}

.ex-mode {
    height                 : 100%;
    overflow-y             : scroll;
    -webkit-touch-scrolling: touch
}

.os-mode {
    width   : 100%;
    height  : 100%;
    overflow: hidden
}

.size10 {
    font-size: 10px
}

.size12 {
    font-size: 12px
}

.size13 {
    font-size: 13px
}

.size14 {
    font-size: 14px
}

.size15 {
    font-size: 15px
}

.size16 {
    font-size: 16px
}

.size17 {
    font-size: 17px
}

.size18 {
    font-size: 18px
}

.size19 {
    font-size: 19px
}

.size20 {
    font-size: 20px
}

.size22 {
    font-size: 22px
}

.size24 {
    font-size: 24px
}

.size26 {
    font-size: 26px
}

.size28 {
    font-size: 28px
}

.size30 {
    font-size: 30px
}

.size32 {
    font-size: 32px
}

.size34 {
    font-size: 34px
}

.size36 {
    font-size: 36px
}

.size38 {
    font-size: 38px
}

.size40 {
    font-size: 40px
}

.font-bold {
    font-weight: bold
}

.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

.va-tb {
    vertical-align: text-bottom
}

.va-m {
    vertical-align: middle
}

.no-border {
    border: none !important;
}

.block {
    display: block
}

.blockA {
    display           : block;
    width             : 100%;
    height            : 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    -ms-box-sizing    : border-box;
    box-sizing        : border-box
}

.ellipsis {
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    display: inline-table;
    display: block;
    zoom   : 1
}

.clearfix:after {
    clear     : both;
    content   : ".";
    display   : block;
    height    : 0;
    visibility: hidden
}

.pr {
    position: relative
}

.abs-lt {
    position: absolute;
    left    : 0;
    top     : 0
}

.abs-lm {
    position         : absolute;
    left             : 0;
    top              : 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform   : translate3d(0, -50%, 0);
    -ms-transform    : translate3d(0, -50%, 0);
    transform        : translate3d(0, -50%, 0)
}

.abs-lb {
    position: absolute;
    left    : 0;
    bottom  : 0
}

.abs-mt {
    position         : absolute;
    left             : 50%;
    top              : 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform   : translate3d(-50%, 0, 0);
    -ms-transform    : translate3d(-50%, 0, 0);
    transform        : translate3d(-50%, 0, 0)
}

.abs-mm {
    position         : absolute;
    left             : 50%;
    top              : 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform   : translate3d(-50%, -50%, 0);
    -ms-transform    : translate3d(-50%, -50%, 0);
    transform        : translate3d(-50%, -50%, 0)
}

.abs-mb {
    position         : absolute;
    left             : 50%;
    bottom           : 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform   : translate3d(-50%, 0, 0);
    -ms-transform    : translate3d(-50%, 0, 0);
    transform        : translate3d(-50%, 0, 0)
}

.abs-rt {
    position: absolute;
    right   : 0;
    top     : 0
}

.abs-rm {
    position         : absolute;
    right            : 0;
    top              : 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform   : translate3d(0, -50%, 0);
    -ms-transform    : translate3d(0, -50%, 0);
    transform        : translate3d(0, -50%, 0)
}

.abs-rb {
    position: absolute;
    right   : 0;
    bottom  : 0
}

.fix-lt {
    position: fixed;
    left    : 0;
    top     : 0
}

.fix-lm {
    position         : fixed;
    left             : 0;
    top              : 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform   : translate3d(0, -50%, 0);
    -ms-transform    : translate3d(0, -50%, 0);
    transform        : translate3d(0, -50%, 0)
}

.fix-lb {
    position: fixed;
    left    : 0;
    bottom  : 0
}

.fix-mt {
    position         : fixed;
    left             : 50%;
    top              : 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform   : translate3d(-50%, 0, 0);
    -ms-transform    : translate3d(-50%, 0, 0);
    transform        : translate3d(-50%, 0, 0)
}

.fix-mm {
    position         : fixed;
    left             : 50%;
    top              : 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform   : translate3d(-50%, -50%, 0);
    -ms-transform    : translate3d(-50%, -50%, 0);
    transform        : translate3d(-50%, -50%, 0)
}

.fix-mb {
    position         : fixed;
    left             : 50%;
    bottom           : 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform   : translate3d(-50%, 0, 0);
    -ms-transform    : translate3d(-50%, 0, 0);
    transform        : translate3d(-50%, 0, 0)
}

.fix-rt {
    position: fixed;
    right   : 0;
    top     : 0
}

.fix-rm {
    position         : fixed;
    right            : 0;
    top              : 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform   : translate3d(0, -50%, 0);
    -ms-transform    : translate3d(0, -50%, 0);
    transform        : translate3d(0, -50%, 0)
}

.fix-rb {
    position: fixed;
    right   : 0;
    bottom  : 0
}

.center-box {
    font-size     : 0;
    height        : 100%;
    letter-spacing: -5px
}

.center-box .center-hack {
    display       : inline-block;
    font-size     : 0;
    width         : 0;
    height        : 100%;
    vertical-align: middle
}

.center-box .center-body {
    letter-spacing: normal;
    word-spacing  : normal;
    display       : inline-block;
    vertical-align: middle;
    padding       : 0 !important;
    margin        : 0 !important;
    width         : 100%;
    white-space   : normal;
    word-wrap     : break-word
}

.center-box .center-img {
    display       : inline-block;
    width         : 100%;
    text-align    : center;
    vertical-align: middle;
    padding       : 0 !important;
    margin        : 0 !important
}

.center-box img {
    vertical-align: middle
}

.auto {
    margin-left : auto;
    margin-right: auto
}

.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m20 {
    margin: 20px
}

.m25 {
    margin: 25px
}

.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
}

.mtb25 {
    margin-top   : 25px;
    margin-bottom: 25px
}

.mlr5 {
    margin-left : 5px;
    margin-right: 5px
}

.mlr10 {
    margin-left : 10px;
    margin-right: 10px
}

.mlr15 {
    margin-left : 15px;
    margin-right: 15px
}

.mlr20 {
    margin-left : 20px;
    margin-right: 20px
}

.mlr25 {
    margin-left : 25px;
    margin-right: 25px
}

.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
}

.p25 {
    padding: 25px
}

.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
}

.ptb25 {
    padding-top   : 25px;
    padding-bottom: 25px
}

.plr5 {
    padding-left : 5px;
    padding-right: 5px
}

.plr10 {
    padding-left : 10px;
    padding-right: 10px
}

.plr15 {
    padding-left : 15px;
    padding-right: 15px
}

.plr20 {
    padding-left : 20px;
    padding-right: 20px
}

.plr25 {
    padding-left : 25px;
    padding-right: 25px
}

.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 {
    width  : 100%;
    height : 5px;
    display: block
}

.placeBlock-10 {
    width  : 100%;
    height : 10px;
    display: block
}

.placeBlock-15 {
    width  : 100%;
    height : 15px;
    display: block
}

.placeBlock-20 {
    width  : 100%;
    height : 20px;
    display: block
}

.placeBlock-25 {
    width  : 100%;
    height : 25px;
    display: block
}

.placeBlock-30 {
    width  : 100%;
    height : 30px;
    display: block
}

.placeBlock-40 {
    width  : 100%;
    height : 40px;
    display: block
}

.placeBlock-50 {
    width  : 100%;
    height : 50px;
    display: block
}

.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%
}

.fullLayer {
    width : 100%;
    height: 100%
}

