/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: cover 99.5%
*/

.page-header-container {
    font-size: 0.252rem;
    text-align: center;
    position: fixed;
    /* height: 0.46rem; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000B3;
    /* color: #858ea1; */
    background-color: #000;
}
.header-nav {
    position: relative;
    display: inline-block;
    font-size: 0;
}
.header-nav .new:after {
    content: "NEW";
    border: 0.01rem solid #f14049;
    border-radius: 0.04rem;
    margin-left: 0.08rem;
    color: #f14049;
    font-size: 0.12rem;
    padding: 0.03rem 0.05rem;
    display: inline-block;
    line-height: 0.14rem;
    position: absolute;
    transform: scale(0.7) translateY(-72.5%);
    top: 50%;
}
.header-nav-wrapper {
    height: 0.64rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            z-index: 0;
            background-color: #fff;
}
.header-logo {
    display: inline-block;
    width: 0.73rem;
    height: 0.39rem;
    margin-right: 0.85rem;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.header-logo div {
    position: relative;
}
.top-item {
    display: inline-block;
    font-size: 0.18rem;
    padding: 0 0.28rem;
    position: relative;
}
.sucnav-wrapper, .widenav-wrapper{
    cursor: auto;
}
.top-item a:not(.nav-block) {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.top-item .nav-link {
    line-height: 0.64rem;
    font-size: 0.2rem;
    cursor: default !important;
}
.top-item .nav-link.single-nav {
    cursor: pointer !important;
}
.top-item:hover {
    color: #000000;
}
@keyframes show-top-item {
  from {width: 0;}
  to {width: calc(100% - 0.54rem);}
}
.top-item:hover::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% - 0.54rem);
    bottom: 0;
    height: 0.02rem;
    z-index: 11;
    background: #2966FF;
    left: 50%;
    transform: translateX(-50%);
    animation-name: show-top-item;
    animation-duration: 0.3s;  
}
.top-item:hover .widenav-wrapper,
.widenav-wrapper:hover,
.top-item:hover .narrownav-wrapper,
.narrownav-wrapper:hover,.top-item:hover .sucnav-wrapper,
.sucnav-wrapper:hover  {
    display: flex !important;
}

.header-login {
    margin-right: 0.14rem;
}
.top-item-register {
    display: inline-block;
    font-size: 0.18rem;
    margin-right: 0;
}
.header-register {
    display: inline-block;
    background: #ffffff;
    line-height: 0.35rem;
    text-align: center;
    -webkit-border-radius: 0.02rem;
       -moz-border-radius: 0.02rem;
            border-radius: 0.02rem;
    padding: 0rem 0.08rem;
}
.header-register:hover {
    color: #000;
}
.header-btn {
    display: none;
}
.advertising-wrapper {
    position: relative;
    transition: all 1s ease;
    background-color: #000;
}
.advertising-close {
    font-size: 0.48rem;
    line-height: 0.2rem;
    /* overflow: hidden; */
    position: absolute;
    top: 0.2rem;
    right: 0.23rem;
    z-index: 1000;
    cursor: pointer;
}
.advertising-close:hover {
    cursor: pointer;
}
.advertising-header-wrapper {
    /* height: 0.84rem; */
    flex-basis: 100%;
}
.advertising-header-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.advertising-content {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 0.54rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.advertising-content-btn {
    position: relative;
    top: -0.125rem;
    margin-top: -0.21rem;
    white-space: nowrap;
    padding: 0.12rem 0.22rem 0.13rem 0.22rem;
    color: #0078da;
    font-size: 0.18rem;
    margin-left: 0.3rem;
    background: #ffffff;
    -webkit-border-radius: 0.24rem;
       -moz-border-radius: 0.24rem;
            border-radius: 0.24rem;
    font-weight: bold;
    line-height: 0.17rem;
    letter-spacing: 0.002rem;
}
.widenav-wrapper {
    /* width: auto; */
    width:1000rem;
    background-color: #fff;
    padding: 0.38rem;
    padding-bottom: 0.3rem;
    box-sizing: content-box;
    text-align: left;
    white-space:nowrap;
    display: none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 0.05rem 0.05rem;
    box-shadow: 0 0.05rem 0.1rem  -0.05rem #000;
}
 /* {
    font-size:0.16rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:0.22rem;
} */
.widenav-hr {
    width:100%;
    height:0.01rem;
    background-color: #E1E1E1;
    margin: 0.09rem 0;
}
.widenav-h1 {
    padding-bottom: 0.16rem;
}
.widenav-wrapper li a, .narrownav-wrapper li a, .sucnav-wrapper li a{
    font-size:0.16rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:500;
    color:rgba(78,78,78,1);
    display: block;
    margin-bottom: 0.1rem;
}
.widenav-wrapper li a {
    font-weight: 400 !important;    
}
.widenav-wrapper ul {
    width: 1.8rem;
    margin-right: 0.1rem;
    text-align: center;
}

/* .widenav-wrapper ul li a{
    font-size:0.16rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(78,78,78,1);
    line-height: 0.22rem;
} */
.widenav-wrapper ul:nth-of-type(3) {
    width: auto;
    margin-right:0;
}
.widenav-wrapper li a:hover, .narrownav-wrapper li a:hover,.sucnav-wrapper li a:hover {
    color: #0C7EDC;
}

.narrownav-wrapper {
    /* width:1.48rem; */
    width:1000rem;
    position: absolute;
    background-color: #fff;
    padding: 0.09rem 0;
    box-sizing: content-box;
    text-align: center;
    white-space:nowrap;
    display: none !important;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 0 0 0.05rem 0.05rem;
    box-shadow: 0 0.05rem 0.1rem  -0.05rem #000;
}
.sucnav-wrapper {
    width:100vw;
    position: fixed;
    background-color: #fff;
    padding: 0.4rem 0;
    box-sizing: content-box;
    text-align: center;
    white-space:nowrap;
    display: none !important;
    left: 0;
    border-radius: 0 0 0.05rem 0.05rem;
    box-shadow: 0 0.05rem 0.1rem  -0.05rem #000;
}
.nav-right {
    width: 13.04rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}
.nav-center {
    width: 13.04rem;
    margin: 0 auto;
    padding-left: 1.4rem;
}
.sucnav-ul {
    width: 100%;
    position: relative;
}
.sucnav-imgs {
    top:0;
    margin-left:0.9rem;
    width:100%;
    height:100%;
    display:inline-flex;
    justify-content: flex-start;
    align-items: center;
    position:absolute;
}
.narrownav-wrapper li {
    margin: 0.09rem 0;
}

.nav-block {
    width: 1.8rem !important;
    height: 0.54rem !important;
    font-size: 0.16rem;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(78,78,78,1);
    line-height: 0.54rem;
    text-align: center;
    background:rgba(248,248,248,1);
    border-radius:0.04rem;
    display: inline-block !important;
    margin-right: 0.1rem;
    position: relative;
}
.nav-block:hover {
    color: rgba(15, 127, 220, 1);
}
.nav-block.partner-resources-account-login {
    width: 2.2rem !important;
}
#page-header-editorbg {
    width: 100%;
    height: 100%;
}
.advertising-content-container {
    width: calc(100% - 1rem);
    display: inline-block;
}
.advertising-content-text {
    cursor: pointer;
}
.advertising-content-text:hover {
    text-decoration: underline;
}

