/*reset */
html,body,div,span,label,h1,h2,h3,p,a,em,img,input,button,textarea,strong,b,i,ol,ul,li,form,header,footer,section,article,aside,nav,dl,dt,dd,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    text-rendering:optimizeLegibility;
    height:100%;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
body{
    font-family:'PingFangSC-Regular', 'PingFang SC','Microsoft Yahei','SimHei','宋体','Helvetica Neue',Helvetica,Arial,sans-serif;
    height: 100%;
    font-size:20px;
    line-height: normal;
    color:#000;
}
button,input,select,textarea {
    font-family:inherit;
    font-size: inherit;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    border: 0;
}
button:focus{
    outline: none;
}
select::-ms-expand {
  display:none;
}
ul,ol,li{
  list-style:none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,a:focus {
    color:#e90000;
    outline: none;
    text-decoration: none;
}
img {
  vertical-align: middle;
}
label{
    display: inline;
    font-weight: normal;
}
dt {
    font-weight: normal;
}
dd, dt {
    line-height: normal;
}
/* reset End */
input[type="radio"] {
    display: none;
}
.img{
    display:block;
    margin:0 auto;
} 
.word-break {
    word-break :break-all;
    word-wrap:break-word;
}
.noselect{
    -webkit-user-select:none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none;
}
.default-bgcolor{
    background-color: #e90000;
}
.bg-f{
    background-color: #fff;
}
.bg-fa{
    background-color:#f3f4f5;
}
.bg-f9{
    background-color:#f9f9f9;
}
.font0{
    font-size: 0;
}
.font44{
    font-size: 44px
}
.font36{
    font-size: 36px
}
.font32{
    font-size: 32px
}
.font30{
    font-size: 30px
}
.font26{
    font-size: 26px
}
.font24{
    font-size: 24px
}
.font22{
    font-size: 22px
}
.font20{
    font-size: 20px
}
.font18{
    font-size: 18px
}
.font16{
    font-size: 16px
}
.font14{
    font-size: 14px
}
.font12{
    font-size: 12px
}
.font14-9{
    font-size: 14px;
    color: #999
}
.font14-6{
    font-size: 14px;
    color: #666
}
.font14-r{
    font-size: 14px;
    color: #f66161
}
.font12-9{
    font-size: 12px;
    color: #999
}
.font12-6{
    font-size: 12px;
    color: #666
}
.default-color{
    color: #e90000;
}
.default-color-light{
    color:#f88888;
}
.color6{
    color: #666
}
.color9{
    color: #999
}
.colorf{
    color: #fff;
}
.colorf3{
    color: #f30000;
}
.text-blue{
    color: #3961f4;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
button:disabled{
    background: #d4d4d4;
    cursor: auto;
}
button:disabled:hover{
    background: #ccc
}
button.xdo-emptybtn:disabled{
    color: #ccc;
    border:solid 1px #ccc;
    background: transparent;
}
button.xdo-emptybtn:disabled:hover{
    background: #fff
}
.bold{
    font-weight:bold;
}
.flexbox{
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.flexbox-ct{
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexbox-r{
    display: flex;
    justify-content: flex-end;
  }
.flexbox-ver{
    display: flex;
    align-items: center;
}
.clearbox:after{
    display:block;
    clear:both;content:"";
    visibility:hidden;
    height:0
}
.cc {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}
.boxshadow{
    box-shadow:0 3px 8px rgba(0,0,0,0.08);
}
.boxshadow-new{
    box-shadow:0px 2px 9px 0px rgba(0, 0, 0, 0.19);
}
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.underline{
    text-decoration: line-through;
}
.vm{
    vertical-align:middle;
}
.vtb{
    vertical-align:text-bottom;
}
.vt{
    vertical-align:top;
}
.relative{
    position:relative;
}
.absolute{
    position:absolute;
}
.hide{
    display:none;
}
.block{
    display:block;
}
.inline-block{
    -moz-inline-stack:inline-block; 
    display:inline-block;
}
.inline{
    display:inline;
}
.cur{
    cursor:pointer
}
.overflow{
    overflow:hidden;
}
.vh{
    visibility:hidden;
}
.vv{
    visibility:visible;
}
.lh24{
    line-height:24px;
}
.lh26{
    line-height:26px;
}
.lh28{
    line-height:28px;
}
.lh38{
    line-height:38px;
}
.lh46{
    line-height:46px;
}
.mr-l10{
    margin-left: 10px;
}
.mr-l12{
    margin-left: 12px;
}
.mr-l30{
    margin-left: 30px;
}
.mr-r12{
    margin-right: 12px;
}
.mr-r16{
    margin-right: 16px;
}
.mr-r20{
    margin-right: 20px;
}
.mr-r24{
    margin-right: 24px;
}
.mr-r40{
    margin-right: 40px;
}
.mr-r60{
    margin-right: 60px;
}
.mr-r74{
    margin-right: 74px;
}
.mr-b1{
    margin-bottom: 1px;
}
.mr-b2{
    margin-bottom: 2px;
}
.mr-b3{
    margin-bottom: 3px;
}
.mr-b14{
    margin-bottom: 14px;
}
.mr-b17{
    margin-bottom: 17px;
}
.mr-b18{
    margin-bottom: 18px;
}
.mr-b20{
    margin-bottom: 20px;
}
.mr-b53{
    margin-bottom: 53px;
}
.mr-t14{
    margin-top: 14px;
}
.mr-t24{
    margin-top: 24px;
}
.mr-t32{
    margin-top: 32px;
}
.mr-t38{
    margin-top: 38px;
}
.mr-t40{
    margin-top: 40px;
}
.mr-t60{
    margin-top: 60px;
}
.mr-t64{
    margin-top: 64px;
}
.mr-t76{
    margin-top: 76px;
}
