@charset "utf-8";
/* CSS Document */
/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;}

body {
    font-family: "Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","sans-serif";
    font-size: 16px;
    color: #1a1a1a;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;font-family:"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","sans-serif";}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}
div,a,li,input,span{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
a {
    text-decoration:none;
    color: #232323;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    background:none;

}

button,input :focus {
    outline: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none;}
a:hover{-webkit-tap-highlight-color: transparent;text-decoration:none;}

table {
    /*border-collapse: collapse;
    table-layout: fixed;*/
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}
.clear{
    clear:both;
}
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}
.wap-flex{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.wap-flex2{
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -moz-box-pack:space-around;
    -webkit--moz-box-pack:space-around;
    box-pack:space-around;
}
.ban_h1 {
    height: 0!important;
    position: relative!important;
    left: -10000px!important;
    margin: 0!important;
}