html{overflow-y: auto;/*如果有溢出自动形成滚动条*/-webkit-text-size-adjust: 100%;/*不想让iPhone横坚屏切换的时候调节文字*/-ms-text-size-adjust: 100%;/* 解决IOS默认滑动很卡的情况*/-webkit-overflow-scrolling : touch;}
html *{/*所有元素*/outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*去除移动端开发点击事件灰色背景如a标签*/}
img{max-width: 100%;}
body{width: 100%;height: 100%;font-family: 'Microsoft YaHei','宋体', Helvetiva, Tahoma, Arial, sans-serif;color: #666;background-color: #fff;margin: 0 auto;font-size:14px}
body{/* background: #000;*/}
p,div{}
article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,nav,p,pre,section,textarea,th,ul{margin: 0;padding: 0;}
ol,
ul,li{list-style: none;list-style-type: none;}
a{text-decoration: none;outline: none;color: #333;}
a:hover{text-decoration: none;}
em, i{font-style: normal;}
input{outline: none;}
button{border: none;}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']{-webkit-appearance: button;/*渲染成button的风格*/text-transform: none;outline: none;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #999;/*输入框提示语的字体样式*/}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #999;/*输入框提示语的字体样式*/}
input::-webkit-inner-spin-button{/*解决input的type="number"在部分手机端会出现一个小按钮*/-webkit-appearance: none;/*去除系统默认appearance的样式,常用于IOS下移除原生样式*/}
input::-webkit-outer-spin-button{/*解决input的type="number"在部分手机端会出现一个小按钮*/-webkit-appearance: none;}
textarea{vertical-align: top;}
select{margin: 0;outline: 0;}
*,
*:before,
*:after{box-sizing: border-box;}
select{/*很关键：将默认的select选择框样式清除*/appearance: none;-moz-appearance: none;-webkit-appearance: none;/*加padding防止文字覆盖*/padding-right: 0.3rem;background: rgba(248,248,248,1);border: 1px solid rgba(229,229,229,1);border-radius: 0.05rem;font-size: 0.28rem;font-weight: 500;color: rgba(53,53,53,1);background-image: url(../img/ts5.png);background-size: 0.16rem 0.08rem;background-repeat: no-repeat;}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/select::-ms-expand{display: none;}
/**/li img{transition:all 1s ease-out;}
li img:hover{transform:scale(1.05);}
button{margin: 0;padding: 0;border: 0px solid transparent;outline: none;}
/*利用伪类清除check默认样式，并添加新样式-图片的样式*/.check{cursor: pointer;position: relative;width: 16px;height: 16px;font-size: 14px;visibility: hidden;}
.check::after{position: absolute;top: 0;background-image: url('../images/check2.png');color: #fff;width: 16px;height: 16px;display: inline-block;visibility: visible;padding-left: 0px;text-align: center;content: ' ';border-radius: 50%;}
.check:checked::after{background-image: url('../images/check1.png');}
.checkall::after{top: 2px;}
.oh{overflow: hidden;}
input[type="radio"]{appearance: none;-webkit-appearance: none;outline: none;margin: 0;vertical-align: text-bottom;margin-right: 0.05rem;border-radius: 50%;}
input[type="radio"]:after{display: block;content: "";width: 0.2rem;height: 0.2rem;border: 0.02rem solid #C7C7C7;border-radius: 50%;margin-bottom: 0.05rem;}
input[type="radio"]:checked:after{border: 0.07rem solid #E64340;/*background-image: url(../img/seri.png);*/background-position: center;display: block;content: "";width: 0.2rem;height: 0.2rem;box-sizing: border-box;}
input[type="checkbox"]{appearance: none;-webkit-appearance: none;outline: none;margin: 0;vertical-align: text-bottom;margin-right: 0.05rem;border-radius: 50%;}
input[type="checkbox"]:after{display: block;content: "";width: 0.2rem;height: 0.2rem;border: 0.02rem solid #C7C7C7;border-radius: 50%;margin-bottom: 0.05rem;}
input[type="checkbox"]:checked:after{border: 0.07rem solid #E64340;/*background-image: url(../img/seri.png);*/background-position: center;display: block;content: "";width: 0.2rem;height: 0.2rem;box-sizing: border-box;}
.clearfix:after,
.clearfix:before{/*清除浮动*/content: " ";display: table;}
.clearfix:after{clear: both;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.w1200{width: 1200px;margin: 0 auto;/* background: #ccc;*/}
.w1{width: 100%;}
.mt30{margin-top: 30px;}
.h30{height: 30px;}
.mb20{margin-bottom: 20px;}
.mt35{margin-top: 35px;}

