/* public */

* {
    background-position: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "microsoft yahei";
    color: #000;
    position: relative;
}


/* .container {
    width: 1560px;
} */

p {
    line-height: 26px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

i {
    font-style: normal;
}

input,
button {
    outline: none;
    border: none;
}

header {
    position: relative;
}

select {
    cursor: pointer;
    position: relative;
}

select:focus {
    outline: none;
}

.clear {
    clear: both
}

hr {
    margin: 0;
}

.font12 {
    font-size: 12px;
    line-height: 26px;
}

.font14 {
    font-size: 14px;
}


/* width */

.main_wid {
    width: 1280px;
    margin: 0 auto;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.wid25 {
    width: 25%;
}

.wid33 {
    width: 33%;
}

.wid50 {
    width: 50%;
}

.wid24em {
    width: 24em;
}

.wid20em {
    width: 20em;
}


/* overflow:hiddle */

.over {
    overflow: hidden;
}

.overOne {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overTwo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.overThree {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.overX {
    overflow-x: hidden;
}


/* display:flex */

.disF {
    display: flex;
}

.disF_Jsb {
    display: flex;
    justify-content: space-between;
}

.disF_JsbAc {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.disF_JsbAfe {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.disF_Jfs {
    display: flex;
    justify-content: flex-start;
}

.disF_Jfe {
    display: flex;
    justify-content: flex-end;
}

.disF_AcJc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.disF_FrAc {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.disF_Fr {
    display: flex;
    flex-direction: row;
}

.disF_Frw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.disF_Fc {
    display: flex;
    flex-direction: column;
}

.disF_FcAc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.disF_FcAfs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.disF_FcAfe {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.disF_JcAc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disIB {
    display: inline-block;
}

.disB {
    display: block;
}

.flex1 {
    flex: 1;
}


/* input beautify */

[type="button"] {
    cursor: pointer;
}


/* padding/margin */

.pad0 {
    padding: 0 !important;
}

.padB30 {
    padding-bottom: 30px;
}

.padTB60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padTB100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.marT5 {
    margin-top: 5px;
}

.marT15 {
    margin-top: 15px;
}

.marT20 {
    margin-top: 20px;
}

.marT30 {
    margin-top: 30px;
}

.marT60 {
    margin-top: 60px;
}

.marT80 {
    margin-top: 80px;
}

.marT100 {
    margin-top: 100px;
}

.marT150 {
    margin-top: 150px;
}

.marT240 {
    margin-top: 240px;
}

.marL24 {
    margin-left: 24px;
}

.marR24 {
    margin-right: 24px;
}

.marL100 {
    margin-left: 100px;
}

.marLR10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marLR15 {
    margin-left: 15px;
    margin-right: 15px;
}


/* position */

.posRel {
    position: relative;
}

.posAbs {
    position: absolute;
}

.posFT0 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.textC {
    text-align: center;
}

.textL {
    text-align: left;
}

.textR {
    text-align: right;
}


/* input placeholder */

input[type="text"]::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #9fa0a0;
    font-size: 14px;
}

input[type="text"]:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #9fa0a0;
    font-size: 14px;
}

input[type="text"]::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #9fa0a0;
    font-size: 14px;
}

input[type="text"]:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #9fa0a0;
    font-size: 14px;
}


/* float */

.fL {
    float: left;
}

.fR {
    float: right;
}


/* reset css */


/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: normal;
    font-size: 100%;
}


/*设置默认字体*/

:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
}


/*重置列表*/

fieldset,
img {
    border: 0 none;
    vertical-align: top;
}


/*重置图片元素*/

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}


/*@purpose To enable resizing for IE */


/*@branch For IE6-Win, IE7-Win */

input,
button,
textarea,
select {
    font-size: 100%;
    outline: none;
}


/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}


/*--清除浮动
-------------------------------------------*/

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}


/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/

.c-fff {
    color: #fff;
}

.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}


/* 字号 */

.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}


/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}


/*文字隐藏,省略号*/

.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}

[v-cloak] {
    display: none;
}

.c_p {
    cursor: pointer;
}