header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1240px;
    margin: 0 auto;
    height: 70px;
    /* background: linear-gradient(to right , #385acc, #9a53b5); */
    background: linear-gradient(to right , #5864ff, #523cad);
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); */
    font-size: 15px;
    z-index: 999;
}
header .nav-inner{
    width: 1240px;
    margin: 0 auto;
}
header .nav-inner .logo{
    position: relative;
    display: block;
    float: left;
    width: 137px;
    height: 40px;
}
header .nav-inner .logo>img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin: 15px auto;
}
header .nav-inner .switch-project{
    position: relative;
    display: inline-block;
    line-height: 31px;
    padding-left: 10px;
    vertical-align: middle;
    width: 105px;
    height: 31px;
    background: rgb(127, 127, 248);
    color: #FFFFFF;
    border-radius: 6px;
    border: none;
    margin: 20px 0 20px 25px;
    font-size: 16px;
    font-weight: 500;
}
header .nav-inner .switch-project:hover{
    cursor: pointer;
}
header .nav-inner .switch-project .icon-arrow{
    position: absolute;
    right: 8px;
    top: 4px;
}
header .nav-inner .select-list{
    display: none;
    position: relative;
}
header .nav-inner .select-list ul{
    position: absolute;
    width: 210px;
    height: 90px;
    left: -20px;
    top: 8px;
    background: rgb(255, 255, 255);
    /* 蓝色卡片投影 */
    box-shadow: 0 2px 14px rgba(94, 99, 154, 0.4);
    border-radius: 4px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
}
header .nav-inner .select-list ul>li{
    flex: 1;
    color: rgb(0, 0, 0);
    position: relative;
}
header .nav-inner .select-list ul>li:hover{
    background: rgba(2, 116, 239, 0.1);
    cursor: pointer;
}
header .nav-inner .select-list .svg-pos{
    position: absolute;
    top: 12px;
    left: 16px;
}
header .nav-inner .select-list .wcm-pos{
    position: absolute;
    top: 9px;
    left: 90px;
}
header .nav-inner .select-list .cur-checked{
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(255, 106, 77, 0.1);
    border-radius: 2px;
    /*padding: 4px 8px;*/
    color: rgb(255, 106, 77);
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 16px;
    top: 14px;
}
header .nav-inner .navbar{
    float: right;
    /*margin-left: 370px;*/
}
header .nav-inner .navbar>li{
    list-style: none;
    position: relative;
    float: left;
    text-align: center;
}
header .nav-inner .navbar>li:hover>a>span{
    background-color: rgba(0,0,0,0.1);
}

header .nav-inner .navbar>.h-item:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 4px;
    background: #ad75c4;
    transition: all .3s;
}
header .nav-inner .navbar>.h-item .in:before {
    width: 100%;
    left: 0;
    right: 0;
}
header .nav-inner .navbar>.h-item .in a{
    color: #ad75c4;
}
header .nav-inner .navbar>.h-item:hover a{
    color: #ad75c4;
}
header .nav-inner .navbar>.h-item:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}

header .nav-inner .navbar>li> a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    color: #ffffff;
    text-decoration: none;
}

header .nav-inner .navbar>li> a> span{
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    color: #ffffff;
    vertical-align: middle;
}
header .nav-inner .navbar>li> a> p {
    display: block;
    text-align: center;
    line-height: 22px;
    height: 22px;
    margin-left: 8px;
    border-radius: 12px 12px 12px 4px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    position: absolute;
    top: 4px;
    right: -13px;
    box-shadow: rgb(203 11 181 / 52%) 0px 5px 5px -4px;
    background-image: linear-gradient( 135deg, rgb(255, 138, 68) 0px, rgb(255, 0, 56) 100%, rgb(255, 138, 68) 130%);
}

header .nav-inner .navbar .wcm-user-lg a, header .nav-inner .navbar .wcm-user-reg a{
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
}
header .nav-inner .navbar .wcm-user-lg .wcm-login-btn, header .nav-inner .navbar .wcm-user-reg .wcm-reg-btn{
    display: block;
    width: 102px;
    height: 31px;
    line-height: 31px;
    margin: 0 5px;
    padding: 0 15px;
    background-color: #ffffff;
    color: #7454c8;
}
header .nav-inner .navbar .wcm-user-lg .wcm-login-btn:hover, header .nav-inner .navbar .wcm-user-reg .wcm-reg-btn:hover{
    background: linear-gradient(to left , #385acc, #9a53b5);
    border: 1px solid #ffffff;
    color: #ffffff;
}

/* 卖家百宝箱 */
.pro-list{
    margin: 0;
    height: 70px;
}
.pro-list>a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    color: #ffffff;
    text-decoration: none;
}

.pro-list .mjbbx {
    padding: 0;
    border: 0;
}

.pro-list > .con {
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -675px;
    width: 1350px;
    font-size: 14px;
    display: none;
    z-index: 100;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
    /*position: absolute;*/
    /*top: 86%;*/
    /*right: -240px;*/
    /*width: 1350px;*/
    /*font-size: 14px;*/
    /*display: none;*/
    /*z-index: 100;*/
    /*box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);*/
}

.pro-list .up-arrow {
    position: absolute;
    left: 50%;
    top: 44px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*border-bottom: 16px solid #ccc;*/
    display: none;
    z-index: 101;
}

.pro-list .up-arrow:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #fff;

}

.pro-list .pros {
    min-height: 100px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.pro-list .title {
    text-align: center;
    margin-top: 22px;
}

.pro-list .line {
    display: inline-block;
    border-top: 1px solid #ccc;
    width: 380px;
    vertical-align: middle;
}

.pro-list .dsy-logo {
    display: inline-block;
    margin: 0 55px;
}

.pro-list .dsy-logo a {
    display: inline-block;
    width: 160px;
    height: 45px;
}

.pro-list h3 {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 0 15px;
    vertical-align: middle;
    font-size: 20px;
}

.pro-list table {
    line-height: 20px;
    text-align: left;
    margin: 30px 34px;
}

.pro-list .media:hover {
    background-color: rgba(242, 242, 242, 1);
}

.pro-list .media {
    width: 300px;
    padding: 6px;
    margin: 10px;
    overflow: hidden;
}

.pro-list .media-left {
    padding-top: 6px;
}

.pro-list .media-object {
    max-width: 50px;
}

.pro-list .media-heading {
    color: initial;
    margin-bottom: 0;
}

.pro-list .media-heading .name {
    display: inline-block;
    max-width: 190px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-list .media .desc {
    height: 40px;
    color: #999;
    overflow: hidden;
}

.pro-list .media-heading img {
    margin-top: -16px;
    vertical-align: middle;
}

.tk-nav-a .dropdown-menu {
    top: 56px;
}
.tk-nav .tk-nav-a:hover .dropdown-menu{
    display: block;
}
li.tk-nav-a {
    position: relative;
}
li.tk-nav-a .user-name {

}
.arrow-top {
    height: 29px;
    overflow: hidden;
    position: absolute;
    top: -29px;
    left: 53px;
    font-size: 30px;
    color: rgba(0, 0, 0, .2);
    line-height: 57px;
}
.arrow-bottom {
    height: 29px;
    overflow: hidden;
    position: absolute;
    top: -27px;
    left: 53px;
    font-size: 30px;
    color: #ffffff;
    line-height: 57px;
}
.tk-nav-a .dropdown-menu a {
    padding: 7px 30px;
    color: #777;
}
.tk-nav-a .dropdown-menu a:hover {
    color: #7358b8;
}
.tk-nav-a li a .icon-font {
    margin-right: 10px;
    color: #7358b8;
    font-size: 18px;
}