﻿
/*@font-face {
    font-family: 'Siyuan';
    src: url('../../Content/font/Siyuan/SOURCEHANSANSCN-REGULAR_0.OTF') format('opentype');
}*/
@font-face {
    font-family: 'Siyuan';
    src: url('../../Content/font/Siyuan/NotoSansCJK-Regular.otf') format('opentype');
}
body {
    margin: 0;
    height: 0;
    color: #3e3a39;
    font-size: 14px;
    font-family: 'Siyuan' !important;
}
ul{margin:0;padding:0;}
ul li{list-style:none;}
a{text-decoration:none;color:#333;}
p {
    margin: 0;
    text-indent: 2em;
}
.maxW {
    max-width: 1212px;
    margin: 0 auto;
}
.maxW1420{max-width:1420px;}
.maxW1010 {
    width: 1010px;
}
.maxW1500{width:1500px;}
.indent2 {
    text-indent: 2em;
}
.letter05 {
    letter-spacing: 0.5px;
}
.lineH15 {
    line-height: 15px;
}
.lineH18 {
    line-height: 18px;
}
.lineH25{
    line-height: 25px;
}
.lineH32{line-height:32px;}
.lineH35 {
    line-height: 35px;
}
.lineH50{line-height:50px;}
.bold {
    font-weight: bold;
}
.pointer{cursor:pointer;}
.border {
    border-bottom: 1px solid #ddd;
}
/*布局*/
.tl{text-align:left;}
.tc {
    text-align: center;
}
.auto{margin:0 auto;}
.nowrap {
    white-space: nowrap;
}

.flex {
    display: flex!important;
}
.f-0-c {
    display: flex;
    align-items: center;
}
.f-c-0 {
    display: flex;
    justify-content: center;
}
.f-b-c {
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.f-b-0{display:flex;justify-content:space-between;}
.f-wrap{
    flex-wrap: wrap;
}
/*宽度*/
.wb50{width:50%;}
.wb75 {
    width: 75%;
}
.wb80{width:80%;}
    .wb83{width:83%;}
    .wb100 {
        width: 100%;
    }
/*文字大小*/
.ft12{font-size:12px;}
.ft13{font-size:13px;}
.ft14{font-size:14px;}
.ft18 {font-size: 18px;}
.ft19 {font-size: 19px;}
.ft20{font-size:20px;}
.ft24{font-size:24px;}
.ft25{font-size:25px;}
.ft28 {font-size: 28px;}
.ft30{font-size:30px;}
.ft40{font-size:40px;}
/*文字颜色*/
.c_000{color:#000;}
.c_fff {
    color: #fff;
}
.c_98 {color: #989898;}
.c_51{color:#515151;}
.c_orange {
    color: #ff5f00;
}
/*背景颜色*/
.bg_f6 {
    background: #f6f6f6;
}
.bg_fff{background:#fff;}
.bg_d2 {background: #d2d2d2;}
.bg_orange{background:#ff5f00;}
/*内边距*/
.pt13{padding-top:13px;}
.pt23 {
    padding-top: 23px;
}
.pt25{padding-top:25px;}
.pb17{padding-bottom:17px;}
.pb20 {
    padding-bottom: 20px;
}
.pb35{padding-bottom:35px;}
.pb77 {
    padding-bottom: 77px;
}
.p80{padding:80px;}
.pb111{
    padding-bottom: 111px;
}
.pb140{padding-bottom:140px;}
.ptb15 {
    padding: 15px 0;
}
/*外边距*/
.mt16 {
    margin-top: 16px;
}
.mt20 {
    margin-top: 20px;
}
.mt24{margin-top:24px;}
.mt45 {margin-top:45px;}
.mt50{margin-top:50px;}
.mt62 {
    margin-top: 62px;
}
.mt84{margin-top:84px;}
.mt90 {
    margin-top: 90px;
}
.mt99 {
    margin-top: 99px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb32{margin-bottom:32px;}
.mb40{margin-bottom:40px;}
.mb50 {
    margin-bottom: 50px;
}
.mb64{margin-bottom:64px;}
.mb80 {
    margin-bottom: 80px;
}
.mb124{margin-bottom:124px;}
.ml46{margin-left:46px;}
.mr20{margin-right:20px;}
.mr40 {
    margin-right: 40px;
}
.mr46 {
    margin-right: 46px;
}
.mr70{margin-right:70px;}
