﻿@CHARSET "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside {
    margin:0;
    padding: 0;
    font-family: '微软雅黑'
}
ul{list-style: none}
input[type='number'] {  -moz-appearance:textfield;  }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;  margin: 0;
}input{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
textarea{  outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}
select{outline: none;background: rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)  }
/*input,textarea{-webkit-appearance:none;}*/
a{text-decoration:none}
img{
    border:none; /*去除ie浏览器border边框*/
    outline:none;
}
/*宽度*/
.absolutely{width: 100%;}
.absolutely:after{display: block;clear: both;content:'';}
.box-content{width: 1080px;  margin: 0 auto;}
.box-content:after{display: block;clear: both;content:'';}
