* {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-family: PingFangSC-Semibold,PingFang SC;
}

input[type="button"] {
    cursor: pointer;
}

.round {
    border-radius: 5000px;
}

.radius {
    border-radius: 10px !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.cf {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*文本*/
.text-xs {
    font-size: 8px;
}

.text-sm {
    font-size: 10px;
}

.text-df {
    font-size: 14px;
}

.text-lg {
    font-size: 16px;
}

.text-xl {
    font-size: 18px;
}

.text-xxl {
    font-size: 20px;
}

.text-xxxl {
    font-size: 22px;
}

.text-xxxxl {
    font-size: 24px;
}

.text-sl {
    font-size: 30px;
}

.text-xsl {
    font-size: 40px;
}

.text-xxsl {
    font-size: 50px;
}

/* 细滚动条样式 */
::-webkit-scrollbar {
    width: 2px; /* 垂直滚动条宽度 */
    height: 2px; /* 水平滚动条高度 */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道颜色 */
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块颜色 */
    border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555; /* 鼠标悬停时滑块颜色 */
    }

/*页面的CSS挪到公共样式里*/
/*头部：Logo+菜单+登录*/
.Body {
    width: 1920px;
    margin: 0 auto;
    background-color: #fafafa;
    cursor: pointer;
}

.LayoutBody {
    position: relative;
}

.LayoutHeader {
    width: 100%;
    position: absolute;
    z-index: 999;
}

/*.LayoutContainer {
    position: absolute;
}*/

.Nav {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
}

.LogoIco {
    width: 130px;
}

.LogoImg {
    height: 50px;
}

.SysName {
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
}

.Menu {
    width: 860px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
}

.NavMenu {
    list-style-type: none;
}

    .NavMenu li {
        float: left;
        width: 14.2%;
    }

.LoginUserName {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin-left: 40px;
    color: #FFFFFF;
}

.LogOut {
    font-weight: 400;
    color: rgba(32, 145, 249, 1);
}

.Login {
    width: 80px;
    height: 26px;
    line-height: 26px;
    margin: 14px 0 0 100px;
    background-color: rgba(255, 255, 255, 0.53);
    color: rgba(32, 145, 249, 1);
}

/*底部*/
.Bottom {
    background-color: rgba(196, 196, 196, 0.2);
    overflow: hidden;
}

.BottomBody {
    width: 72%;
    height: 130px;
    margin: 60px auto;
    color: rgba(115, 115, 115, 1);
}

.CmpLogo {
    height: 35px;
}

.Filing {
    height: 70px;
    line-height: 70px;
}

.ContactUs {
    width: 18%;
}

.FriendlyLink {
    width: 80%;
}

/*关注公众号*/
.QrCode {
    width: 150px;
    height: 220px;
    background-color: rgba(196, 196, 196, 0.2);
    position: fixed;
    bottom: 100px;
    right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.QrCodeImg {
    width: 115px;
    height: 115px;
    margin: 16px auto;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 5px 12px rgba(44, 40, 40, 0.1);
}

.QrCodeTip {
    line-height: 20px;
}

.TelIcon {
    width: 120px;
    line-height: 40px;
    margin: 5px auto;
}

.TelIconLeft {
    width: 30px;
}

.TelIconImg {
    height: 34px;
    margin: 3px 0;
}

.TelNo {
    width: 70px;
    color: rgba(32, 145, 249, 1);
}