/* 重置浏览器默认样式 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling : touch;
    font-size: 100px;
}
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0); /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
    border: 0;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button,
form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden;
    font-size:14px;
    font-family:-apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
}

em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}

table{
    border-collapse:collapse;
    border-spacing:0
}
textarea {
    resize:none;
}
p {
    word-wrap:break-word;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;font-weight: normal;
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}
a{
    color: #525252;
}
a:link,a:active,a:visited,a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.overflow {overflow:hidden; }
.w80,.w78,.w1230,.w1200{
    height:auto;
    margin: 0 auto;
}
.w70,.w1300{height:auto;margin: 0 auto;}
.w70{width: 70%;}
.w1300{width:1300px;}
.w1200{
    width: 1200px;
}
.w1230{
    width: 1230px;
}
.w78{
    width: 78%;
}
.w80{
    width: 80%;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w33{
    width: 33.333333%;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.db{
    display: block !important;
}
.fz0{
    font-size: 0;
}
.after{
    text-align: justify;
}
.after:after {
    content:'';
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 0;
}
.f16{
    font-size:0.16rem !important;
}
.f18{
    font-size: 0.18rem !important;
}
.formControl{
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9d2d3;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formControl:focus{
    border-color: #e9d2d3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 210, 211, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 210, 211, 0.6);
}
.tac{
    text-align: center;
}
button{
    cursor: pointer;
    outline: none;
    border: 0;
    background: none;
}
input,textarea{
    border: 0;
    outline: none;
    background: none;
}



