* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    min-width: 1230px;
    background-color: #ececec;
    overflow-x: hidden;
    font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

ul,
li {
    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
}

::-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
}
.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
}
.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;
}
.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;
}

.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;
}
.text-center{
    text-align: center
}
.line-h-2{
    line-height: 2
}
.line-h-1-7{
    line-height: 1.7
}
.w30{
    width: 30%
}

.w40{
    width: 40%
}
.w-33{
    width: 33.33%
}
i{
    font-style: normal;
}

.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;
}