/*@font-face {*/
/*    font-family: SourceHanSansSC-Bold;*/
/*    src: url('../font/SourceHanSansSC-Bold.otf')*/
/*}*/

/*@font-face {*/
/*    font-family: SourceHanSansSC;*/
/*    src: url('../font/SourceHanSansSC-Normal.otf')*/
/*}*/

/*@font-face {*/
/*    font-family: SourceHanSansSC-Regular;*/
/*    src: url('../font/SourceHanSansSC-Regular.otf')*/
/*}*/

/*@font-face {*/
/*    font-family: SourceHanSansSC-Medium;*/
/*    src: url('../font/SourceHanSansSC-Medium.otf')*/
/*}*/

.font-bold {
    /*font-family: SourceHanSansSC-Bold;*/
    font-family: system-ui;
    font-weight: bold;
}

.font-normal {
    font-family: SourceHanSansSC;
}

html {
    font-size: 5vw;
    color: #333;
}

.color-primary {
    color: #3A9AF0 !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/*通用父子盒子嵌套浮动问题解决，开始*/
.clear {
    margin: 0px auto;
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
    background: none;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*通用父子盒子嵌套浮动问题解决，结束*/
/*间隙层开始*/
.space_hx { /*横向间隙*/
    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;
}

.space_zx { /*纵向间隙*/
    float: left;
    width: 10px;
    font-size: 1px;
    overflow: hidden;
}

#zhichiBtnBox {
    position: fixed;
    z-index: 2147483583;
    width: 0.7291666666666666rem;
    height: 1.9791666666666667rem;
    background-image: url(../img/leaveMsg/psqoaugvm3yk17e4p3dkovx7prfe8jzoqte166b3eb-f1f0-45c7-9376-1769f158e51a.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 0.3125rem;
    bottom: 1.6666666666666667rem;
    overflow: visible;
}

#zhichiBtn {
    position: relative;
    text-decoration: none;
    outline: none;
    font-family: Microsoft Yahei, Arial, Helvetica;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 43px;
    float: none;
    width: 100%;
    height: 100%;
}

#ZCChatFrame {
    box-shadow: rgba(15, 66, 76, 0.25) 0px 0px 24px 0px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    height: 540px;
    overflow: hidden;
    z-index: 2147483647;
    border: none;
    bottom: 15px;
    right: 130px;
    width: 460px;
    display: none;
}

/*间隙层结束*/
