* {
    outline: none;
}

header .bk-nav li > .bk-nav-list.on.help-hover {
    color: #9b9ca8;
}

.help-con .helplist .more-list-content {
    padding-left: 19.32% !important;
}

.bk-footer .footer-content dd {
    margin-right: 20px;

}

header .bk-nav li > .bk-nav-list {
    display: inline-block;
    padding: 12px 15px;
    position: relative;
}

header {
    padding: 14px 5px 14px 60px
}

.link {
    color: rgb(102, 102, 102);
}

.link:hover {
    color: rgb(134, 166, 255);

}

.li_nav:hover .hover-list {
    display: flex;
    background: #fff;
}

.li_nav:hover .a_nav {
    color: rgb(230, 230, 230);
    cursor: pointer;
!important;

}

.li_nav .a_nav {
    display: inline-block;
    padding: 12px 15px;
    position: relative;
}

.hover-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    top: 13px;
    left: 16%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    text-align: center;
    padding: 15px;
    line-height: 32px;
    color: #666;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
    border-radius: 0 0 2px 2px;
}

ul.hover-list:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
}

/**/
.bk-search {
    width: 172px;
    height: 60px;
    transition: width .3s;
}

.bk-search .el-input__inner {
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    color: #fff;
}

.bk-search .el-input__inner::placeholder {
    color: #fafbfd;
}

.bk-search .el-input__suffix {
    top: 3px;
    font-size: 17px;
    color: #fff;
}

.bk-search:focus-within {
    width: 369px;
}

.second-nav-pop {
    z-index: 100005 !important;
    padding: 20px 20px 8px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.12);
    margin-left: -9px;
}

.second-nav-pop .child-list {
    display: flex;
}

.second-nav-pop .child-list .child-item:nth-child(2) {
    margin-left: 32px;
}

.second-nav-pop .second-title {
    width: 170px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #313238;
    line-height: 32px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dcdee5;
}

.second-nav-pop .second-title .is-link {
    cursor: pointer;
}

.second-nav-pop .second-title .is-link:hover {
    color: #3a84ff;
}

.second-nav-pop .second-list li {
    font-size: 12px;
    text-align: left;
    color: #63656e;
    line-height: 32px;
}

.second-nav-pop .second-list li span:hover {
    cursor: pointer;
    color: #5082fa;
}

.second-nav-pop .second-list li.active {
    color: #5082fa;
}

.second-nav-pop .second-list li.is-disable, .second-nav-pop .second-list li.is-disable span:hover {
    color: #c4c6cc;
    cursor: not-allowed;
}


.experience-pop {
    padding: 7px 0;
    z-index: 100005 !important;
    min-width: 100px !important;
}

.experience-pop .tippy-tooltip {
    box-shadow: none !important;
}

.experience-pop .more-item {
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #63656e;
    cursor: pointer;
}

.experience-pop .more-item:hover {
    color: #3a84ff;
}

.user-info-pop {
    /*padding: 0 0 12px;*/
    z-index: 100005 !important;
    /*    */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 6px;
}

.user-info-pop .whale {
    display: flex;
    align-items: center;
    color: #ccc;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    /*    */
    padding: 15px 0 9px;
    margin: 0 12px 6px;
    position: relative;
}

.user-info-pop .whale .whale_text {
    font-size: 12px;
}

.user-info-pop .whale .whale_count {
    color: #666;
    line-height: 32px;
    /*font-size: 16px;*/
    margin-left: 5px;
    /*    */
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
}

.user-info-pop .whale .whale_count:hover {
    /*color: #3a84ff;*/
}

.user-info-pop .whale:hover {
    /*background: #fafafa;*/
}

.user-info-pop .whale .grey {
    position: absolute;
    font-size: 16px;
    color: #313238;
    font-weight: 600;
    margin-right: 10px;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0;
}

.user-info-pop .menu-item {
    color: #63656e;
    /*margin: 13px 26px;  */
    height: 32px;
    width: 100%;
    cursor: pointer;
    padding-left: 20px;
    opacity: 1;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
}

.user-info-pop .menu-item:hover {
    opacity: 1;
    color: #5082fa;
    background: #e1ecff;
}

.bk-header:hover .bk-search .el-input__inner {
    background: rgba(255, 255, 255, 0.08);
}


.bk-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: PingFang SC, Microsoft YaHei, Helvetica, sans-serif;
    padding: 0 30px 0 24px;
    background: rgba(10, 10, 26, 0.1);
}

.bk-header .bk-logo {
    margin-right: 80px;
    cursor: pointer;
}

.bk-header .bk-nav {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.bk-header .bk-nav .nav-menu {
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #ffffff;
    opacity: 0.76;
    margin-right: 30px;
    cursor: pointer;
}

.bk-header .bk-nav .nav-menu .nav-title {
    position: relative;
    display: inline-block;
    line-height: 56px;
}

.bk-header .bk-nav .nav-menu .nav-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
    opacity: 0;
}

.bk-header .bk-nav .nav-menu:hover, .bk-header .bk-nav .nav-menu.active {
    opacity: 1;
}

.bk-header .bk-nav .nav-menu:hover .nav-title::after, .bk-header .bk-nav .nav-menu.active .nav-title::after {
    content: '';
    opacity: 1;
}

.bk-header .triangle {
    display: inline-block;
    position: relative;
    margin-left: -4px;
    top: 4px;
    vertical-align: baseline;
}

.bk-header .online-experience {
    margin-left: 35px;
    color: #fff;
    cursor: pointer;
    opacity: 0.76;
    line-height: 56px;
}

.bk-header .online-experience:hover {
    opacity: 1;
}

.bk-header .login-btn {
    display: inline-block;
    width: 80px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 30px;
}

.bk-header .login-btn:hover {
    color: #fff;
    background: #3a84ff;
    border-color: #3a84ff;
}

.bk-header .user-info {
    display: flex;
    align-items: center;
    margin-left: 30px;
    color: #fff;
    cursor: pointer;
    opacity: 0.76;
    height: 56px;
    line-height: 56px;
}

.bk-header .user-info .name {
    margin-right: 2px;
    line-height: 56px;
}

.bk-header .user-info:hover {
    opacity: 1;
}

.bk-header:hover {
    background: rgba(10, 10, 26, 0.86);
}

.fixed-wrapper {
    position: fixed;
    right: 20px;
    top: 400px;
    z-index: 9999;
}

.fixed-wrapper .operat-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 52px;
    height: 258px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 22px;
    padding-top: 18px;
}

.fixed-wrapper .operat-wrapper .operat-btn {
    font-size: 12px;
    margin-bottom: 24px;
    cursor: pointer;
    text-align: center;
    color: #979ba5;
}

.fixed-wrapper .operat-wrapper .operat-btn img {
    width: 16px;
    height: 15px;
    margin-bottom: 4px;
}

.fixed-wrapper .operat-wrapper .operat-btn .guanwang-icon {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 4px;
}

.fixed-wrapper .operat-wrapper .operat-btn .icon-comment-fill {
    font-size: 18px;
    margin-bottom: 2px;
}

.fixed-wrapper .operat-wrapper .operat-btn .icon-qq {
    font-size: 15px;
}

.fixed-wrapper .operat-wrapper .operat-btn .icon-qr-code {
    font-size: 16px;
}

.fixed-wrapper .operat-wrapper .operat-btn:hover {
    color: #3a84ff;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    background-image: url("/static/base_header/images/angle-up.png");
    background-size: 32px 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.scroll-top:hover {
    background-image: url("/static/base_header/images/hover-angle-up.png");
}

.user-info-pop .whale .whale_text img {
    width: 32px;
    height: 32px;
}
