/* headerNav css */
.headContainer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.headContainerTop {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    width: 100%;
}

.header {
    width: 100%;
    height: 164px;
    background: #fff;
    background-image: url("https://bbdaseo.oss-cn-shenzhen.aliyuncs.com/static/img/header_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.header-bg {
    background: rgba(34, 36, 116, .8) !important;
}

.header-bg a {
    color: #FFFFFF !important;
}

.header a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.header-layout {
    width: 1200px;
    margin: 0 auto;
}

.headLine {
    width: 100%;
    height: 6px;
    background: #2583FF;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 35px; */
}

.header-left-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left-container h1 {
    font-size: 24px;
    color: white;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 48px;
    margin-right: 24px;
}

.header-logo {
    width: 200px;
    height: 33px;
}

.logo-img {
    width: 100%;
    height: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    /* margin-top: 29px; */
}

.header-search {
    width: 444px;
    height: 48px;
    display: flex;
    margin-right: 126px;
}

.header-search .search-input {
    width: 340px;
    height: 48px;
    background: #fff;
    border: 2px solid #2583FF;
    border-right: transparent;
    border-radius: 4px 0 0 4px;
    color: #666666;
    line-height: 48px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
}

.header-search .search-input::placeholder {
    font-size: 16px;
    color: #666666;
}

.header-search .search-button {
    width: 104px;
    height: 48px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 4px 4px 0;
    border-left: transparent;
    padding: 0 12px;
    cursor: pointer;
    background: linear-gradient(271deg, #40B3D9 0%, #4284FB 53%, #9054F0 100%);
}

.search-button .icon-search {
    color: #fff;
    font-size: 18px;
    transition: color .5s;
}

.header-center .el-menu {
    height: 46px;
    line-height: 46px;
    display: flex;
    align-items: center;
}

/* 导航栏改版更新 */
.topNavItem {
    font-size: 16px;
    font-family: PingFang SC-Heavy, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    float: left;
    position: relative;
    z-index: 101;
}

.topNavItem .titleBox {
    height: 46px;
    line-height: 46px;
    padding: 0 24px;
    cursor: pointer;
    display: flex;
}

.topNavItem .titleBox_active {
    background: #2583FF;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* aside css */
.nav_main{
    text-align: center;
    position: fixed;
    right: 17px;
    bottom: 92px;
    z-index: 999;
}
.nav_kefu_box {
    position: relative;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    border-radius: 50%;
    margin-bottom: 16px;
    cursor: pointer;
}
.nav_kefu{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.nav_kefu img{
    width: 24px;
    height: 24px;
}
.nav_kefu_showPop{
    position: absolute;
    top: -6px;
    right: 60px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 8px 12px;
}
.kefu_showPop_content{
    text-align: center;
}
.showPop_content_pA{
    color:#666666;
    font-size: 14px;
    white-space: nowrap;
}
.showPop_content_pA img{
    width: 13px;
    height: 16px;
    vertical-align: -2px;
    margin: 0;
}
.showPop_content_pB{
    color:#333333;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.nav_APP_showPop{
    position: absolute;
    top: -35px;
    right: 60px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 4px;
}
.showPop_arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 25%;
    right: -24px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #fff;
    border-width: 12px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.nav_top_hide {
    display: none !important;
}
/*指引弹窗*/
.hide-feedback {
    display: none;
}
.feedback-dialog {
    position: fixed;
    width: 480px;
    background: #FFFFFF;
    border-radius: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1011;
}
.feedback-dialog .dialog-title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
    color:#2C5DFF;
    font-size: 18px;
}
.feedback-dialog .dialog-main {
    width: 100%;
    padding: 16px 24px 24px;
}
.dialog-main .item-text {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 8px;
}
.dialog-main .item-radio {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.dialog-main .item-radio .radio-season {
    margin-right: 30px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.dialog-main .item-radio .checked-active {
    color: #0075ff !important;
}
.dialog-main .item-radio .radio-season .radio-inner {
    margin: 2px 10px 0 0;
}
.dialog-main .item-input {
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    margin-bottom: 24px;
    padding: 0 15px;
}
.item-input .feedback-phone {
    width: 100%;
    height: 40px;
    border: none;
    font-size: 15px;
    color: #606266;
}
.item-input .feedback-phone::placeholder {
    font-size: 15px;
    color: #c0c4cc;
}
.dialog-main .item-textarea {
    background: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #EFEFEF;
    margin-bottom: 16px;
    padding: 5px 15px 10px;
    position: relative;
}
.item-textarea .textarea-inner {
    width: 100%;
    line-height: 1.5;
    color: #606266;
    font-size: 15px;
    outline: none;
    border: 0;
    background: transparent;
}
.item-textarea .textarea-inner::placeholder {
    font-size: 15px;
    color: #c0c4cc;
}
.textarea-count {
    display: flex;
    align-items: center;
    color: #909399;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px;
}
.dialog-main .item-btn {
    width: 200px;
    height: 48px;
    background: #2C5DFF;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.feedback-dialog .dialog-close {
    position: absolute;
    top: -56px;
    right: 0;
    cursor: pointer;
}
.over {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    filter: alpha(opacity=70);
    top: 0;
    left: 0;
    z-index: 1010;
    background-color: #111111;
}

/* footer css */
.footer {
    box-sizing: border-box;
    width: 100%;
    height: 326px;
    padding-top: 30px;
    background-color: #2b303d;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: auto;
}
.footer a{
    text-decoration: none; /* 去除默认的下划线 */
    outline: none;	/* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;	/* 去除默认的颜色和点击后变化的颜色 */
}
.footer-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.sidebar_a {
    display: flex;
    flex-flow: column;
}
.sidebar_a_guild_box {
    display: flex;
    color: #fff;
    margin-bottom: 36px;
}
.sidebar_a_guild {
    margin-right: 50px;
    display: flex;
    flex-flow: column;
}
.sidebar_a_title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}
.sidebar_a_guild a {
    font-size: 12px;
    color: #fff!important;
    opacity: 0.65;
    margin-bottom: 10px;
    cursor: pointer;
}
.sidebar_a_logo {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.sidebar_a_tell {
    display: flex;
    align-items: center;
}
.sidebar_a_tell img{
    width: 32px;
    margin-left: 33px;
    margin-right: 14px
}
.sidebar_a_tell span{
    font-size: 20px;
    color: #fff;
}
.sidebar_b {
    display: flex;
}
.siteinfo {
    width: 100%;
    background-color: #262b36;
    text-align: center;
}
.siteinfo_box {
    width: 1200px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 20px auto 10px;
}
.appinfo_box {
    width: 1200px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin: 10px auto 20px;
}
.net_sec_img {
    height: 14px;
}
.w25 {
    width: 25%;
}
.w50 {
    width: 50%;
}
.mb8 {
    margin-bottom: 8px;
}