
.menu {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 66px;
    background: transparent;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.06);
}

.menu .mer_menu {
    width: 1440px;
    margin: 0 auto;
}

.menu .mer_menu .top_nav {
    height: 66px;
}

.menu .mer_menu .market-logo {
    /* width: 98px; */
    height: 46px;
    margin-right: 48px;
}

.menu .mer_menu .nav_lf .nav_text {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 66px;
    margin-right: 30px;
}

.menu .mer_menu .nav_lf .nav_text.nav_active {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.menu .mer_menu .nav_lf .nav_search {
    width: 400px;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255, 0.39);
    border-radius: 23px;
    margin-left: 35px;
    padding: 0 22px 0;
    color: #eee;
    font-size: 14px;
}

.menu .mer_menu .nav_lf .nav_search .iconfont {
    cursor: pointer;
}

.menu .mer_menu .nav_lf .nav_search input {
    height: 32px;
    background: transparent;
    color: #fff;
    width: 340px;
    outline: none;
    border: none;
}

.menu .mer_menu .nav_lf .nav_search input::-webkit-input-placeholder {
    color: #eee !important;
}

.menu .mer_menu .nav_lf .nav_search input::-moz-placeholder {
    color: #eee !important;
}

.menu .mer_menu .nav_lf .nav_search input::-ms-input-placeholder {
    color: #eee !important;
}

.white_menu .mer_menu .nav_lf .nav_search input::-ms-input-placeholder {
    color: #ccc !important;
}

.white_menu .mer_menu .nav_lf .nav_search input::-webkit-input-placeholder {
    color: #ccc !important;
}

.white_menu .mer_menu .nav_lf .nav_search input::-moz-placeholder {
    color: #ccc !important;
}

.menu .mer_menu .nav_rt {
    align-items: center;
}

.menu .mer_menu .nav_rt .nav_text {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 66px;
    margin-right: 15px;
}

.menu .mer_menu .nav_rt .nav_avatar {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.menu .mer_menu .nav_rt .nav_avatar .avatar {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.menu .mer_menu .nav_rt .nav_text .guanwang {
    display: inline-block;
    width: 20px;
    height: 15px;
    position: relative;
    top: 2px;
    background-image: url("/static/images/guanwang.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotateZ(55deg);
}

.white_menu .nav_text:hover .guanwang {
    background-image: url("/static/images/guanwang1.png") !important;
}

.notice {
    position: relative;
    cursor: pointer;
    background: transparent;
}

.notice .icontixing {
    font-size: 18px;
}

.notice .notice-num {
    background-color: #f56c6c;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
}

.notice .item {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.news-box {
    width: 320px;
    padding: 10px 24px;
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    top: 50px;
    right: 10px;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    z-index: 100;
}

.news-box .arrow {
    position: absolute;
    top: -12px;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: solid;
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}

.news-box .title-box {
    position: relative;
    font-size: 16px;
    text-align: left;
    color: #282828;
}

.news-box .title-box::after {
    content: ' ';
    position: absolute;
    left: 10px;
    bottom: -2px;
    width: 14px;
    height: 1px;
    background: #2A8AEF;
}

.news-box .news-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #EEEEEE;
    color: #666666;
    cursor: pointer;
}

.news-box .news-item .txt {
    color: #666666;
    flex: 1;
}

.news-box .news-item .time {
    margin-left: 22px;
    color: #999999;
    font-size: 12px;
    width: 50px;
}

.news-box .news-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.news-box .news-foot .iconfont-crmeb {
    margin-top: 1px;
    font-size: 12px;
}

.small {
    margin-left: 15px;
    padding-right: 30px;
}

.small .icontixing {
    font-size: 16px;
    color: #fff;
}

.menu.white_menu {
    background-color: #fff;
}

.white_menu .nav_text {
    color: #333 !important;
}

.white_menu .nav_text:hover {
    color: #2469F6 !important;
}

.white_menu .nav_active {
    color: #2469F6 !important;
    border-bottom: 2px solid #2469F6 !important;
}

.white_menu .nav_search {
    background-color: #f5f5f5 !important;
    color: #ccc !important;
}

.white_menu .nav_search input {
    background: transparent !important;
    color: #333 !important;
}

.white_menu .nav_text .notice .item .icontixing {
    color: #333 !important;
}

.white_menu .guanwang {
    background-image: url("/static/images/guanwang2.png") !important;
}

.white_menu .mer_menu .login_text {
    color: #333 !important;
}

.menu .mer_menu .login_text {
    display: inline-block;
    height: 66px;
    font-size: 16px;
    cursor: pointer;
    line-height: 66px;
    color: #ffffff;

}


.user-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}


.user-center {
    width: 360px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("/static/images/materials.png");
    background-repeat: no-repeat;
    background-size: 100% 76px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    padding: 0 20px 50px;
}

.user-center::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.user-center::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #CCCCCC;
}

.user-center::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.user-center .header {
    padding: 16px 0;
}

.user-center .header .head-title {
    color: #303133;
    font-weight: bold;
    font-size: 15px;
}

.user-center .header .iconfont {
    color: #999999;
    font-size: 12px;
    cursor: pointer;
}

.drawer-container {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;

}

.drawer-container .drawer-item {
    border-bottom: 1px dashed #EBEEF5;
    position: relative;
}

.drawer-container .drawer-item .icon-jinru2 {
    font-size: 10px;
    color: #bbbbbb;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 5px;*/
}

.drawer-container .drawer-item .head {
    align-items: center;
    cursor: pointer;
}

.drawer-container .drawer-item .gengduo {
    font-size: 10px;
    color: #bbbbbb;
    position: absolute;
    right: 0;
    top: 5px;
}

.drawer-container .drawer-item .head .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.drawer-container .drawer-item .head .head-text {
    margin-left: 10px;
}

.drawer-container .drawer-item .head .head-text .text {
    align-items: center;
}

.drawer-container .drawer-item .head .head-text .level {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.drawer-container .drawer-item .head .head-text .name {
    color: #333333;
    font-size: 14px;
}

.drawer-container .drawer-item .head .head-text .count {
    color: #666666;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
}

.drawer-container .drawer-item .head .head-text .head-pro {
    margin-top: 5px;
    max-width: 255px;
}

.drawer-container .drawer-item .head .head-text .pro-icon {
    width: 18px;
    height: 18px;
}

.drawer-container .drawer-ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.drawer-container .drawer-ul .item {
    font-size: 13px;
    color: #666666;
    text-align: left;
}

.drawer-container .drawer-ul .item.item3 {
    display: flex;
    align-items: center;
    margin-right: 26px;
}

.drawer-container .drawer-ul .item.item3:last-child {
    margin-right: 0;
}

.drawer-container .drawer-ul .item.item-message {
    margin-right: 60px;
}

.drawer-container .drawer-ul .item .text-blue {
    display: block;
    margin-top: 9px;
    font-weight: bold;
    color: #1890FF;
    font-size: 16px;
}

.drawer-container .drawer-ul .item .text-count {
    color: #333333;
    font-weight: bold;
    margin-left: 2px;
}

.drawer-container .drawer-ul .item.item4 {
    width: 25%;
}

.drawer-container .drawer-ul .item.item100 {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}

.drawer-container .drawer-ul .item.item100 .text-blue {
    margin: 0 0 0 5px;
}

.drawer-container .text-link {
    color: #1890FF;
    font-size: 12px;
    width: 80px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1890FF;
    border-radius: 2px;
    margin-left: 5px;
    background: none;
    line-height: 16px;
}

.drawer-container .text-link.copy {
    cursor: pointer;
}

.drawer-container .item-head {
    margin-top: 26px;
    align-items: center;
    /*cursor: pointer;*/
}

.drawer-container .item-head .title-icon {
    width: 15px;
    height: 15px;
}

.drawer-container .item-head .title {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.drawer-container .service {
    margin-top: 24px;
    align-items: center;
}

.drawer-container .service .service-name {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    margin-right: 5px;
}

.drawer-container .service .label {
    width: 70px;
    height: 15px;
}

.drawer-container .ul-head {
    margin: 20px 0;
}

.drawer-container .ul-message {
    margin: 25px 0 20px;
}

.drawer-container .ul-items {
    margin: 24px 0 20px;
}

.drawer-container .ul-text {
    margin: 5px 0 20px;
}

.el-drawer__body .foot {
    display: flex;
    justify-content: center;
    bottom: 0;
    position: fixed;
    background: #fff;
    /*border-top: 1px solid #e1e1e1;*/
    padding-top: 4px;
    height: 50px;
    width: 360px;
}

.el-drawer__body .foot .loginout {
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    background: none;
}
