﻿@charset "utf-8";
html, body, div, span,object, iframe,h1, h2, h3, h4, h5, h6, p, 
a,em, img, strong, sub, sup, tt,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details,
figure, figcaption, footer, header,menu, nav, output, ruby, section, summary,
time, audio, video, menu, nav, section {margin: 0;padding: 0;border: 0;font-size: 100%;font-weight: normal;vertical-align: baseline;}
strong {font-weight:bold;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
li {
    list-style: none;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,*:before,*:after{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);
}
a{text-decoration: none;}
a:focus,input:focus,p:focus,span:focus,div:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body,html{font-family:Microsoft YaHei,PingFang SC,STHeitiSC-Light,Helvetica-Light,arial,sans-serif;}
html{
   -webkit-text-size-adjust:100%;/*禁止手机横屏竖屏切换自动缩放字体大小*/
    text-size-adjust:100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*清除tap时背景颜色高亮*/
    -tap-highlight-color: rgba(0, 0, 0, 0);*
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling:touch;
    -webkit-font-smoothing:antialiased;/*字体平滑清晰*/
    -webkit-overflow-scrolling:touch;
    min-height: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"]{
    -webkit-appearance:none;/*去掉默认样式*/
    outline:none;
}
input[type="radio"],input[type="checkbox"] {
    cursor: pointer;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
    height:auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
}


@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5){
    .border-1px:after{-webkit-transform:scaleY(.7);transform:scaleY(.7)}

}
@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){
    .border-1px:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}
    
}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{zoom:1}
.clear{clear:both;height:0px;font-size:0px;visibility:hidden;line-height:0px}
.left{float:left;}
.right{float:right;}
.center{text-align: center;}
.dis{display: none;}
.border-none:after{display: none;}
.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}
.mt25{margin-top:25px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}