﻿@charset "utf-8";
/*----------------------------css start----------------------------------*/
/***********reset start************/
*{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-webkit-overflow-scrolling:touch; }
body{font-family: "Microsoft YaHei","微软雅黑",Helvetica,"黑体",'SimSun',Arial,Tahoma;background:#f3f0ee;font-size:.26rem; }
input,textarea,input[type=checkbox]{outline:none;border:none;font-family:inherit;appearance:none;-webkit-appearance: none;-o-appearance:none;-moz-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
textarea{resize:none;}
img{display:block;border:0;width:100%;}
/*i,em{font-style:normal;font-weight:normal;}*/
a{ text-decoration:none;}
a:hover {text-decoration:none;-webkit-tap-highlight-color: transparent;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ul li,ol li{list-style-type:none;}
/*-------------------Public Css-----------------------------*/
.bg_white{background:#fff;}
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.hide{display: none;}
.clearfix:after{clear:both;}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}

