body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
p,
input,
button,
textarea,
article,
aside,
footer,
header,
nav,
section,
menu {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: 'PingFang SC', 'Myriad Pro', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

table {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
}

ul,
li {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: middle;
}

input,
textarea {
    outline: 0;
    resize: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: #fff;
    background-image: none;
}

a {
    color: #333;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

em {
    font-style: normal;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

body {
    background: #fff;
}

body::-webkit-scrollbar {
    display: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 4810007 */
    src: url('//at.alicdn.com/t/c/font_4810007_2wj7qh0bx3y.woff2?t=1737431037719') format('woff2'),
    url('//at.alicdn.com/t/c/font_4810007_2wj7qh0bx3y.woff?t=1737431037719') format('woff'),
    url('//at.alicdn.com/t/c/font_4810007_2wj7qh0bx3y.ttf?t=1737431037719') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_call:before{
    content: '\e6ba';
}
.icon_location:before{
    content: '\e6bb';
}
.icon_sms:before{
    content: '\e6bc';
}
.icon_shouqi:before{
    content: '\e6bd';
}
.icon_zhankai:before{
    content: '\e6be';
}
.icon_bofang:before{
    content: '\e6bf';
}
.icon_guanbi:before{
    content: '\e6c0';
}
.icon_menu:before{
    content: '\e6c1';
}
.flex{
    display: flex;
}
.page .wrap{
    width: 1400px;
    margin: 0 auto;
}
.page .title{
    color: #151617;
    font-size: 48px;
}
.page .second_title{
    color: #202124;
    font-size: 36px;
}
.page .third_title{
    color: #202124;
    font-size: 20px;
}
.page .fourth-title{
    color: #202124;
    font-size: 28px;
}
.page .sub_title{
    color: #9FA4B0;
    font-size: 20px;
    font-weight: 300;
}

.page .desc{
    color: rgba(63, 62, 69, 0.70);
    font-size: 18px;
    line-height: 34px;
}
.page .tip{
    color: rgba(63, 62, 69, 0.70);
    font-size: 18px;
    line-height: 28px;
    margin-left: 16px;
}
.m_page .wrap{
    margin: 0 .16rem;
    overflow: hidden;
}
.m_page .title{
    font-size: .24rem;
    color: #151617;
    font-weight: bolder;
}
.m_page .sub_title{
    font-size: .12rem;
    color: #9FA4B0;
}
.m_page .desc{
    font-size: .16rem;
    line-height: .28rem;
    color: rgba(63, 62, 69, 0.70);
}
.m_page .third_title{
    color: #202124;
    font-size: .18rem;
}
.m_page .fourth-title{
    color: #202124;
    font-size: .16rem;
}
.m_page .tip{
    font-size: .12rem;
    line-height: .14rem;
    color: rgba(63, 62, 69, 0.70);
}
.m_page .time-box{
    margin-top: .28rem;
    position: relative;
}
#content{min-height: 100vh}