@charset "utf-8";

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
em,
i,
span {
    margin: 0px;
    padding: 0px;

}

html {
    width: 100%;
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}

input,
select,
option,
textarea,
button {
    outline: none;
    border: 0 none;
}

ul,
li {
    list-style: none;
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
    color: #333333;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    margin: 0px;
    padding: 0px;
    display: block;
}

/*** ━━━━━━神兽出没━━━━━━
 * 　　　┏┓　　　┏┓
 * 　　┏┛┻━━━┛┻┓
 * 　　┃　　　　　　　┃
 * 　　┃　　　━　　　┃
 * 　　┃　┳┛　┗┳　┃
 * 　　┃　　　　　　　┃
 * 　　┃　　　┻　　　┃
 * 　　┃　　　　　　　┃
 * 　　┗━┓　　　┏━┛Code is far away from bug with the animal protecting
 * 　　　　┃　　　┃    神兽保佑,代码无bug
 * 　　　　┃　　　┃
 * 　　　　┃　　　┗━━━┓
 * 　　　　┃　　　　　　　┣┓
 * 　　　　┃　　　　　　　┏┛
 * 　　　　┗┓┓┏━┳┓┏┛
 * 　　　　　┃┫┫　┃┫┫
 * 　　　　　┗┻┛　┗┻┛
 **━━━━━━感觉么么哒━━━━━━*/
body {
    color: #333333;
    font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Helvetica, sans-serif;

}

em,
i,
cite,
address,
time,
wbr,
label {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.wrap {
    width: 100%;
    height: auto;
    text-align: left;
}

.w-1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.posi-relative {
    position: relative;
}

.ov-hidden {
    overflow: hidden;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.jce {
    justify-content: flex-end;
}

.aic {
    align-items: center;
}

.aie {
    align-items: flex-end;
}

.fl-left {
    float: left;
}

.fr-right {
    float: right;
}

.cl-both {
    clear: both;
}


.vertical-middle{
    vertical-align: middle;
}

.text-tc {
    text-align: center;
}

.text-tr {
    text-align: right;
}

.text-fw {
    font-weight: bold;
}

.text-line {
    text-decoration: line-through
}

.dis-block {
    display: block;
}

.dis-line {
    display: inline-block;
}

.hide {
    display: none;
}

.dis-dot {
    white-space: nowrap;
    /*内容超宽后禁止换行显示*/
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /*文字超出部分以省略号显示*/
}
/* // 超出 */
.one-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.two-ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hand {
    cursor: pointer;
}


.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fc-ff {
    color: #FFFFFF;
}

.fc-00 {
    color: #000000;
}

.fc-66 {
    color: #666666;
}

.fc-99 {
    color: #999999;
}

.fc-f4 {
    color: #F4421A;
}

.fc-33 {
    color: #333333;
}
.mar-right-30{margin-right:30px;}

.mar-top-5 {
    margin-top: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-25 {
    margin-top: 25px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-35 {
    margin-top: 35px;
}

.mar-top-40 {
    margin-top: 40px;
}

.mar-top-45 {
    margin-top: 45px;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-60 {
    margin-top: 60px;
}

.mar-left-5 {
    margin-left: 5px;
}

.mar-left-10 {
    margin-left: 10px;
}

.mar-left-15 {
    margin-left: 15px;
}

.mar-left-20 {
    margin-left: 20px;
}

.mar-left-25 {
    margin-left: 25px;
}

.mar-left-30 {
    margin-left: 30px;
}

.mar-left-35 {
    margin-left: 35px;
}

.mar-left-40 {
    margin-left: 40px;
}

.mar-left-45 {
    margin-left: 45px;
}

.mar-left-50 {
    margin-left: 50px;
}

.mar-left-55 {
    margin-left: 55px;
}

.mar-left-60 {
    margin-left: 60px;
}

.mar-left-65 {
    margin-left: 65px;
}
.mar-right-3 {
    margin-right: 3px;
}
.mar-right-5 {
    margin-right: 5px;
}

.mar-right-10 {
    margin-right: 10px;
}

.mar-right-15 {
    margin-right: 15px;
}

.mar-right-20 {
    margin-right: 20px;
}

.mar-right-25 {
    margin-right: 25px;
}

.mar-right-30 {
    margin-right: 30px;
}
.mar-bottom-16{
	margin-bottom: 16px;
}
.mar-bottom-21{
	margin-bottom: 21px;
}
.mar-bottom-30{
	margin-bottom:30px;
}
.mar-bottom-50 {
    margin-bottom: 50px;
}
.pad-left-30{
	padding-left: 30px;
}
.pad-right-30{
	padding-right: 30px;
}
.pad-top-30{
	padding-top: 30px;
}
.pad-top-20{
	padding-top: 20px;
}
.pad-top-40{
	padding-top: 40px;
}
.height-5 {
    width: 100%;
    height: 5px;
    line-height: 5px;
}

.height-10 {
    width: 100%;
    height: 10px;
    line-height: 10px;
}

.height-15 {
    width: 100%;
    height: 10px;
    line-height: 15px;
}


.height-20 {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.height-25 {
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.height-30 {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.height-35 {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.height-40 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.height-45 {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.height-50 {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.height-55 {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.height-60 {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.height-65 {
    width: 100%;
    height: 65px;
    line-height: 65px;
}

.height-70 {
    width: 100%;
    height: 70px;
    line-height: 70px;
}


.height-80 {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.height-90 {
    width: 100%;
    height: 90px;
    line-height: 90px;
}

.height-100 {
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.hot-button-bj {
    background: linear-gradient(-40deg, #ED3F25 0%, #F05931 100%);	
}

.hot-button-bj:hover {
    background: #F13B13;
    color: #fff !important;
}

.recruit-button-bj {
    background: linear-gradient(-10deg, rgba(254, 153, 41, 1), rgba(253, 193, 45, 1));
}

.recruit-button-bj:hover {
    background: #FEA92B;
    color: #fff !important;
}

.light-button-bj {
    background: #FFF6F4;
}

.light-button-bj:hover {
    background: #FFE5E1;
    color: #f4421a !important;
}
