* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition-timing-function: linear !important;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}

.pcBckground {
    background-color: #F3F5F9;
}

.fff {
    background-color: #fff;
}

a {
    display: inline-block;
}

body {
    position: relative;
    z-index: 0;
    width: 1920px;
}

.box-w {
    width: 1200px;
    height: 100%;
}

/* 吸顶样式 */
.sticky {
    box-shadow: 0px 4px 10px 0px rgba(56, 119, 246, 0.1);
    border-radius: 0px 0px 0px 0px;
    background: #fff !important;
    z-index: 9;
}

.box-border {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.header {
    overflow-y: overlay;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    top: 0;
}

.header .headerBox {
    overflow-y: overlay;
    height: 100%;
}

.header .image {
    width: 266px;
    height: 34px;
    cursor: pointer;
}

.header .headerBox .tabs .span,
.header .headerBox .tabsTwo .span {
    font-size: 16px;
    position: relative;
}

.header .headerBox .tabsTwo .span {
    margin-left: 40px;
}

.header .headerBox .tabs>.active,
.header .headerBox .tabsTwo>.active {
    font-weight: 700;
}

.header .headerBox .tabs>.active::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
}

.header .headerBox .tabsTwo>.active::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    bottom: -20px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
}

.box {
    margin-top: 80px;
    box-sizing: border-box;
}


.box .top {
    padding-bottom: 70px;
}

.box .top .menu {
    padding: 24px 0;
    font-size: 14px;
    color: #828897;
    line-height: 14px;
}

.box .content .html {
    width: 829px;
    padding: 24px;
    border-radius: 8px;
}

.box .content .html .tabs {
    width: 100%;
}

.box .content .html .tabs .item {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.box .content .html .tabs .item:last-child {
    margin: 0;
}

.box .content .html .tabs .item .frItem {
    width: 580px;

}

.box .content .html .tabs .item .frItem .desc {
    font-weight: 400;
    font-size: 14px;
    color: #4D5260;
    line-height: 21px;
    margin: 16px 0 11px;
    height: 42px;
}

.box .content .html .tabs .item .frItem .timer {
    font-size: 12px;
    color: #828897;
    line-height: 21px;
}

.box .content .html .tabs .item img {
    width: 180px;
    height: 120px;
    border-radius: 8px;
}

.box .content .html .tabs .item .text {
    font-weight: 700;
    font-size: 16px;
    width: 580px;
    color: #181C29;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 1;
    text-overflow: ellipsis;
}

.box .content .html .tabs .item:hover .text {
    color: #0b7aff;
}

.box .content .more {
    width: 355px;
    border-radius: 8px;
    /* padding: 24px 22px; */
}

.box .content .more .titleBox {
    padding: 24px 28px 0 22px;
    height: 56px;
    box-sizing: border-box;
    border: 1px solid #F0F2F6;
}

.box .content .more .titleBox .text {
    font-weight: 400;
    font-size: 16px;
    color: #181C29;
    line-height: 21px;
    position: relative;
    width: 64px;
}

.box .content .more .titleBox .text::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 4px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
    left: 34px;
    bottom: -12px;
    transform: translate(-50%, 0);
}

.box .content .more .titleBox .gd {
    font-weight: 400;
    font-size: 16px;
    color: #181C29;
    line-height: 21px;
    position: relative;
    /* width: 64px; */
}

.box .content .more .titleBox .gd {
    font-size: 14px;
    color: #828897;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    display: flex;
}

.box .content .more .titleBox .gd:hover {
    color: #0b7aff;
}


.box .content .more .titleBox .gd img {
    width: 12px;
    height: 12px;
    margin-left: 7px;
}



.box .content .more .ul a:hover {
    color: #0b7aff;
}

.box .content .more .ul li {
    list-style-type: disc;
    padding: 24px;
    border-bottom: 1px solid #F0F2F6;
    font-weight: 400;
    font-size: 14px;
    color: #4D5260;
    line-height: 21px;
    width: 328px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box .content .more .ul li:hover {
    color: #0b7aff;
}

.box .content .more .ul li::marker {
    color: #BEC4D3;
}


.footer {
    height: 205px;
    color: #fff;
    padding-top: 0 !important;
}

.footerBox .top {
    padding: 44px 27px 35px;
    border-bottom: 1px solid #999;
}

.footerBox .top .item img {
    width: 44px;
    height: 44px;
    margin-right: 16px;
}

.footerBox .top .itemContent .text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
}

.footerBox .top .itemContent .desc {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-top: 8px;
}

.footerBox .btTips {
    height: 81.2px;
    line-height: 81.2px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}