/*
* @Author: X
* @Date:   2017-09-13 13:57:37
* @Last Modified by:   X
* @Last Modified time: 2017-11-22 16:09:29
*/

@charset "UTF-8";
/*设置默认编码集*/

/*css 初始化 start */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

/*各浏览器显示不同，去掉边框等默认样式*/

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "PingFangSC";
    text-indent: 8px;
}

select,
input,
textarea {
    line-height: normal;
    margin: 0;
    font-family: "PingFangSC";
}

/*防止拖动 影响布局*/

textarea {
    resize: none;
}

textarea:focus {
    outline: none;
}

/*去掉行内替换元素空白缝隙*/

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*word-break: break-all*/
}

body {
    font-size: 16px;
    font-family: "Hiragino Sans GB", "STHeiti", "Microsoft Yahei";
    color: #404040;
    background: #fff;
}

/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a {
    color: #404040;
    text-decoration: none;
}

/*a:hover {
    color: #C81623;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
b,
i,
em {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/* edge的x */

::-ms-clear {
    display: none;
}

/*公共类*/

.winfo {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.aj {
    text-align: justify;
}

.hide {
    display: none;
}

.cursor {
    cursor: pointer;
}

body {
    min-width: 1200px;
    /*height: 10000px;*/
}

a:hover {
    text-decoration: none;
}

.bg_white {
    background-color: #fff;
}

.s-els {
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t-els {
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.f-els {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cancel:valid+.search-cancel {
    display: block;
}

/* .search-cancel {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/cancel.png) no-repeat;
    display: none;
} */

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
}

.icon:before {
    content: '\3000';
}

.img {
    width: 100%;
    height: 100%;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999999;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.pt20 {
    padding-top: 20px;
}

.pt40 {
    padding-top: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.fz14 {
    font-size: 14px;
}

.fz20 {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}