﻿@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../iconfont.eot?#iefix') format('embedded-opentype'),
  url('../iconfont.woff') format('woff'),
  url('../iconfont.ttf') format('truetype'),
  url('../iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

img{
    max-width: 100%;
}
.text-right{
  text-align:right !important;
}
.clamp{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stretch{
    margin-left: -15px;
    margin-right: -15px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,section,article,aside,header,footer,nav,dialog,figure,hgroup{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0}
fieldset,img {border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500;}
ul,ol,li{list-style:none}
em,i{font-style:normal}
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:500;}
a{color:#000;text-decoration:none;cursor: pointer;}
/* a:hover, a:visited, a:link, a:active {color: #fff;text-decoration: none;} */
a:hover{text-decoration: none;}
*{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-box-sizing:border-box;box-sizing: border-box;}
body {color: #333333;font-family:"宋体";font-size: 100%;}
input[type=text], textarea {-webkit-appearance: none;}
input{border: none;}
input[type=button],input[type=submit]{cursor: pointer;border: none;}
input[type=text],input[type=number],input[type=password],textarea{text-indent: 10px;}
.clear{clear:both;}
*,*:after,*:before{
    box-sizing: border-box;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
div{box-sizing: border-box;}
