*{
    font-family: "微软雅黑", PingFang SC;
    box-sizing: border-box;
}

::-webkit-scrollbar{
    width:0px;
    height:12px;
}

::-webkit-scrollbar-track {
    background: #aaa9a9;
}
/*滚动条滑块样式*/
::-webkit-scrollbar-thumb {
    background: #888;
}

.systemCommonLinkA{
    color: inherit; /* 继承父元素的文本颜色 */
    text-decoration: none; /* 去掉下划线 */
    background-color: transparent; /* 去掉背景色 */
}

/* 引入自定义字体 */
@font-face {
    font-family: Alimama DongFangDaKai;
    src: url('Alimama_DongFangDaKai_Regular.woff2') format('woff2'), /* 先提供 WOFF 2.0 格式 */
    url('Alimama_DongFangDaKai_Regular.woff') format('woff'); /* 然后提供 WOFF 格式，以确保兼容性 */
}

html,body{
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}

.systemMenu{
    float:left;
    height:52px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height:53px;
    border-bottom:4px solid transparent;
    padding:0 20px;
}
.systemMenuLink{
    transition: all 0.3s ease;
    position: relative;
    color: #FFFFFF80;
    text-decoration: none;
    padding-bottom: 8px;
}
.systemMenuLink:before{
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 2px;
    background: #FFFFFF;
    border-radius: 6px;
}
.systemMenu:hover .systemMenuLink,
.systemMenu.active .systemMenuLink {
    color: #FFFFFF;
}
.systemMenu:hover .systemMenuLink:before,
.systemMenu.active .systemMenuLink:before {
    width: 55%;
}

.systemMenuBtn{
    float:left;
    width:84px;
    height:31px;
    border-radius: 4px 4px 4px 4px;
    background-repeat: no-repeat !important;
    background-position: 13px 6px !important;
    background-size: 20px !important;
    margin-top:25px;
    padding-left:40px;
    line-height:29px;
    cursor:pointer;
}

.linkComboFooter{
    position:relative;
    padding:0 15px;
    color:#ffffff;
    flex: 0 0 auto;
}
.linkComboFooter>label{
    position: relative;
    padding: 0 30px 0 0;
    font-family: 'OPPOSans';
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
}
.linkComboFooter>label:before{
    content: "";
    position: absolute;
    right:0px;
    height: 80%;
    top: 10%;
    border-right: 2px solid #FFFFFF;
    border-radius: 6px;
}
.linkComboFooter:last-child>label:before{
    display: none;
}
.linkComboDropFooter{
    position:relative;
    padding: 20px 0 0 0;
}
.linkComboItemFooter{
    font-family: 'OPPOSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 21.1px;
    letter-spacing: 0.04em;
    text-align: left;
    cursor:pointer;
    margin-bottom: 10px;
}

.contentContainer{
    flex:0 0 auto;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.titleSplterLeft{
    height:5px;
    width:285px;
    float:left;
    margin-top:24px;
    background:linear-gradient( -90deg, #0059FF 0%, rgba(0,89,255,0) 100%);
}

.titleSplterRight{
    height:5px;
    width:285px;
    float:left;
    margin-top:24px;
    background: linear-gradient( 90deg, #0059FF 0%, rgba(0,89,255,0) 100%);
}

.titleSplterText{
    float:left;
    font-weight: 400;
    font-size: 40px;
    color: #444444;
    line-height: 50px;
    height:50px;
    width:calc(100% - 570px);
    text-align:center;
}

.newsGroupTitle{
    float:left;
    height:45px;
    width:calc(100% - 130px);
    font-weight: 400;
    font-size: 20px;
    color: #444444;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsGroupMore{
    float:left;
    text-align:right;
    height:45px;
    font-weight: 400;
    font-size: 12px;
    line-height: 42px;
    width:calc(100% - 40px);
}

.newsGroupMore:hover{
    color: #1D7BB9;
}

.newsGroupSpilter{
    height:3px;
    width:100%;
    background: linear-gradient( 90deg, rgba(0,89,255,0.6) 0%, rgba(0,89,255,0) 100%);
}
.areaContentTitle {
    position: absolute;
    top: calc(50% - 60px);
    left:0px;
    right:0px;
    margin: 0 auto;
    text-align: center;
}

.areaContentTitleEN{
    position: relative;
    padding-bottom:10px;
    margin-bottom: 10px;
    color:#ffffff;
    font-family: 'OPPOSans';
    font-size: 18px;
    font-weight: 400;
}
.areaContentTitleUnderline {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 88px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 6px;
}

.areaContentTitleCN{
    color:#ffffff;
    font-family: 'DingTalk JinBuTi';
    font-size: 60px;
    font-style: italic;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 0.04em;
}

.areaContentMoreBtn{
    position:absolute;
    right:0px;
    top:30px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    background-image: url(../images/content_more_grey.png);
    background-repeat: no-repeat;
    background-position: 60px 7px;
    background-size: 15px 15px;
    height:30px;
    line-height:30px;
    width:80px;
    padding:0 20px 0 0px;
    text-align:center;
    cursor:pointer;
}