* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    min-width: 1230px;
    background-color: #ececec;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

ul,
li,
ol,
dl {
    list-style: none
}

b {
    font-weight: normal;
}

input {
    font-family: "Microsoft Yahei"
}

::-webkit-input-placeholder {
    font-family: 'Microsoft Yahei'
}

:-moz-placeholder {
    font-family: 'Microsoft Yahei'
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #fff
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d9d9d9
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #bbb
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.center {
    width: 100%;
    max-width: 1230px;
    height: auto;
    margin: 0 auto
}

.mar20 {
    margin: 20px 0
}

.boxsh {
    border-radius: 4px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .1)
}

.main-color {
    color: #e52f22
}

.dominant-color {
    color: #e52f22
}

.dominant-bg-color {
    background: #e52f22
}

.dominant-hover:hover {
    color: #e52f22
}

video {
    outline: none
}

img {
    max-width: 100%
}

.fs-12 {
    font-size: 12px;
}

.text-left {
    text-align: left;
}

.danger-color {
    color: #e53025
}

.mt40 {
    margin-top: 40px !important
}

.mt100 {
    margin-top: 100px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt15 {
    margin-top: 15px !important
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mt70 {
    margin-top: 70px !important
}

.mb20 {
    margin-bottom: 20px !important;
}

.mr20 {
    margin-right: 20px !important
}

.mr60 {
    margin-right: 60px !important
}

.ml10 {
    margin-left: 10px !important
}

.pl20 {
    padding-left: 20px !important;
}

.mt30 {
    margin-top: 30px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-20 {
    font-size: 20px !important
}

.c999 {
    color: #999
}

.c888 {
    color: #888
}

.pd30 {
    padding: 30px !important
}

.pd20 {
    padding: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mt5 {
    margin-top: 5px;
}

.mt45 {
    margin-top: 45px !important;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.border-bottom {
    border-bottom: 1px solid #ececec;
}

.over-hidden {
    overflow: hidden;
}

.show {
    display: block;
}

.text-center {
    text-align: center;
}

.position-relative {
    position: relative;
}

.fc {
    flex-direction: column;
}

.fcr {
    flex-direction: column-reverse;
}

.df {
    display: flex;
}

.jf {
    justify-content: flex-end;
}

.jc {
    justify-content: center;
}

.js {
    justify-content: space-between;
}

.fw {
    flex-wrap: wrap;
}

.row {
    flex-direction: row
}

.ac {
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.border-1 {
    border: 1px solid #ececec;
}

.c666 {
    color: #666
}

.border-bottom {
    border-bottom: 1px solid #ececec
}

.border-top {
    border-top: 1px solid #ececec
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.line-h-2 {
    line-height: 2
}

.line-h-1-7 {
    line-height: 1.7
}

.line-h-1 {
    line-height: 1
}

.w30 {
    width: 30%
}

.w40 {
    width: 40%
}

.w-33 {
    width: 33.33%
}

i {
    font-style: normal;
}

.bold {
    font-weight: bold;
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.text-right {
    text-align: right
}

.fs-18 {
    font-size: 18px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d-table {
    display: table-cell;
    vertical-align: middle;
}

.seat20 {
    width: 20px;
    height: 20px;
}

.main-color {
    color: #e12f23
}

.c888 {
    color: #888;
}

.mt24 {
    margin-top: 24px;
}

.fs-13 {
    font-size: 13px;
}

h3 {
    color: #444;
}

.c52 {
    color: #525252;
}

.mt8 {
    margin-top: 8px;
}

.l-s-1 {
    letter-spacing: 1px;
}

font {
    color: inherit !important;
}


:root{
    --hover:#E52F22;
    --main-color:#E52F22;
    --color:#E52F22;
    --h-color:#E52F22;
    --linear-gradient: linear-gradient(to top right,#E52F22,#db8a84);
    --linear-gradient-g: linear-gradient(135deg,#E52F22,#e98a83);
    --main:#E52F22;
    --fz30:2.1rem;
    --fz25:1.6rem;
    --fz20:1.45rem;
    --fz18:1.35rem;
    --fz16:1.15rem;
    --fz15:1.15rem;
    --fz14:1.05rem;
    --lh25:1.6rem;
    --lh40:2.9rem;
    --lh30:2.2rem;
    --lh20:1.45rem;
}
a:hover{
    color: var(--h-color) !important;
}
.imgblock{display: block;}
.w100{width: 100%;}
.flex{display: flex;}
.flex-jcsb{justify-content: space-between;}
.jc-right{justify-content: flex-end;}
.jc-center{justify-content: center;}
.ai-center{align-items: center;}
.f-left{float: left;}
.f-right{float: right;}
.fz-16{font-size: var(--fz16);}
.c-5b5b5b{color: #5b5b5b;}
.h30{height: 30px;}
.h20{height: 20px;}
.GdTime05{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.wline1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wline2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wline3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wline4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.wline6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.flex-wrap{flex-wrap: wrap;}
.mtop8{margin-top: 8%;}
.mt20{
    margin-top: 20px;
}
.none{display: none;}
.fixed{position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.flex1{
    flex: 1;
}
.radius4{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
.radius20{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}
.radius10{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
.coverImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
a{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.dw_relative{
    position: relative;
}
.alert {
    position: fixed;
    padding: 15px 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    display: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    z-index: 3000;
}
.error-msg {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: block;
    font-size: 12px;
    color: red;
}
.code-b .error-msg{
    right: 160px;
}
input.input_focus {
    border: 1px solid red !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}    
.flex1{flex: 1}

.fixedBot {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 60px;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #e1e1e1;
    display: none;
}
.footer{margin-bottom: 0;}
.foot_nn{height: 60px;}
.fixed-link {
    float: left;
    width: 25%;
}

.fixed-link img{
    display: block;
    margin: auto;
    height: 30px;
    margin-top: 5px;
}

.fixed-title {
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 25px;
}

.fixed-link:hover .fa,
.fixed-link:hover .fixed-title {
    color: #999;
}

#form_page_bj .error-msg {
    position: absolute;
    top: unset;
    bottom: -50%;
    right: 25px;
    transform: none;
    display: block;
    font-size: 12px;
    color: red;
}