* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
img,
button,
input,
textarea,
div,select {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
section,
div {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    box-sizing: border-box;
}

body {
    font-size: 0.56rem;
    background-color: #f6f6f6;
}

button,
input,
select {
    background-color: #fff;
    padding: 0px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
i,
strong {
    font-weight: normal;
    font-style: normal
}


/*--清除谷歌浏览器下的 search 叉号*/

input::-webkit-search-cancel-button {
    display: none;
}


/*--清除IE下的 search 叉号*/

input[type=search]::-ms-clear {
    display: none;
}

::-webkit-input-placeholder {
    text-align: left;
    font-size: 0.56rem;
    padding-right: 0.1rem;
}

::-moz-placeholder {
    text-align: left;
    font-size: 0.56rem;
    padding-right: 0.1rem;
}


/* firefox 19+ */

:-ms-input-placeholder {
    text-align: left;
    font-size: 0.56rem;
    padding-right: 0.1rem;
}


/* ie */

input:-moz-placeholder {
    text-align: left;
    font-size: 0.56rem;
    padding-right: 0.1rem;
}

textarea::-webkit-input-placeholder {
    text-align: left;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}

textarea:-ms-input-placeholder {
    text-align: left;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}


/* ie */

textarea:-moz-placeholder {
    text-align: left;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
}


/****************/

@font-face {
    font-family: 'iconfont';  /* project id 1100155 */
    src: url('fonts/font_1100155_29bkyuwadxw.eot');
    src: url('fonts/font_1100155_29bkyuwadxw.eot?#iefix') format('embedded-opentype'),
    url('fonts/font_1100155_29bkyuwadxw.woff2') format('woff2'),
    url('fonts/font_1100155_29bkyuwadxw.woff') format('woff'),
    url('fonts/font_1100155_29bkyuwadxw.ttf') format('truetype'),
    url('fonts/font_1100155_29bkyuwadxw.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 0.5rem;
    font-style: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/****************/

.fr {
    float: right;
}

.fl {
    float: left;
}

.color-w {
    color: white;
}


.h30 {
    height: 0.6rem;
}

.h50 {
    height: 2.4rem;
}

.f20 {
    font-size: 0.4rem;
}
.f22 {
    font-size: 0.44rem!important;
}

.f24 {
    font-size: 0.48rem!important;
}

.f26 {
    font-size: 0.52rem
}
.f28 {
    font-size: 0.56rem;
}
.f30 {
    font-size: 0.6rem;
}
.f32 {
    font-size: 0.64rem;
}
.f34 {
    font-size: 0.68rem;
}
.f36 {
    font-size: 0.72rem
}
.pl10{
    padding-left: 0.2rem;
}
.pb0{
    padding-bottom: 0!important;
}
.pl50{
    padding-left: 1rem!important;
}
.pb115{
    padding-bottom: 2.3rem!important;
}
.pt0{
    padding-top: 0!important;
}
.mt36{
    margin-top: 0.72rem!important;
}
.mt15 {
    margin-top: 0.3rem;
}

.mb15 {
    margin-bottom: 0.3rem;
}
.mb20{
    margin-bottom: 0.4rem!important;
}
.mb40{
    margin-bottom: 0.8rem!important;
}
.bg-white{
    background: #fff;
}
.bg-gray{
    background: #ececec;
}
.bg-bfc0c1{
    background: #bfc0c1;
}
.bg-f5{
    background: #f5f5f5;
}
.bg-d4072b{
    background: #d4072b;
}
.line-50{
    line-height:1rem;
}
.line-98{
    line-height:1.96rem;
}
.border-top{
    border-top: 0.02rem solid #ddd;
}
.wd100{
    width: 100% !important;
}
.wd108{
    width: 2.16rem;
}
.wd137{
    width: 2.74rem;
}
.wd167{
    width: 3.34rem;
}
.wd227{
    width: 4.54rem;
}
.wd500{
    width: 10rem;
}

.wd471{
    width: 9.42rem;
}
.wd450{
    width: 9rem;
}
.wd441{
    width:8.82rem;
}
.wd391 {
    width: 7.82rem!important;
}
.wd381 {
    width: 7.62rem!important;
}
.wd331 {
    width:6.62rem!important;
}
.clearfix:after{
    display: block;
    width: 0;
    height:0;
    content: '';
    clear: both;
}
