/*
* @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;
    text-decoration: none;
}

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;
}

html {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: "Hiragino Sans GB", "PingFang SC", "STHeiti", "Microsoft Yahei";
    color: #404040;
    position: relative;
    min-height: 100%;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/* a:hover {
    color: rgba(238, 58, 50, 1)
} */

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;
}


/*公共类*/

.w {
    /*版心 提取 */
    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;
}

a:hover {
    text-decoration: none;
}

.bgf {
    background-color: #fff;
    color: #808080;
}

.bgblue {
    background: #0964CB;
    color: #fff;
}

.hidden {
    display: none;
}

.s-els {
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 5px;
}


/* 溢出隐藏 */

.t-els {
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.f-els {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.img {
    width: 100%;
    height: 100%;
}

.c666 {
    color: #666;
}

.ca9 {
    color: #A9A9A9;
}

.c999 {
    color: #999999;
}

.c333 {
    color: #333;
}

.ccc {
    color: #ccc;
}

.cfff {
    color: #fff;
}

.cd8 {
    color: #d8d8d8;
}

.crb2b2 {
    color: #B2B2B2;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.pt0 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt40 {
    padding-top: 40px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb60 {
    padding-bottom: 60px;
}

.mll0 {
    margin-left: 0;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr12.mr12 {
    margin-right: 12px;
}

.mr6.mr6 {
    margin-right: 6px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt4 {
    margin-top: 4px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.bold {
    font-weight: bold;
}

.lin20 {
    line-height: 20px;
}

.wi {
    width: 374px;
}

.ml00 {
    margin-left: 0;
}

.block {
    display: block
}

.fi {
    float: inherit;
}

.w100 {
    width: 100%;
}

.tind {
    text-indent: 0;
}