header {
    background: #fafafa;
    font-size: 15px;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0px;
}

.clear-headr {
    width: 100%;
}

.head-main {
    width: 1140px;
    margin: 0 auto;
}

.box-sd {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.head-logo {
    height: 70px;
    text-align: center;
    float: left;
}

.head-logo, .head-logo a {
    display: inline-block;
    line-height: 70px;
}

.tk-nav {
    list-style: none;
    display: inline-block;
    height: 70px;
}
.tk-nav .tk-nav-item .header-flag {
    display: inline-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: relative;
    top: -65px;
    right: -60px;
    box-shadow: rgba(203, 11, 181, 0.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%);
}
.menu-item .item-right.font-setting .header-flag {
    display: inline-block;
    text-align: center;
    line-height: 22px;
    height: 22px;
    border-radius: 12px 12px 12px 4px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    position: relative;
    top: -18px;
    right: 3px;
    box-shadow: rgba(203, 11, 181, 0.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%);
}
.tk-nav > li {
    display: inline-block;
    height: 70px;
    margin-right: 25px;
    float: left;
    position: relative;
}
.tk-nav .tk-nav-item a{
    display: block;
    font-size: 15px;
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
    color: #444;
    position: relative;
    /*border-bottom: 5px solid #fff;*/
    cursor: pointer;
}
/* 详情页头部导航 */
.tk-nav .detail {
    display: block;
    font-size: 15px;
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
    color: #444;
    position: relative;
    /* border-bottom: 5px solid #fff; */
    cursor: pointer
}
.tk-nav .detail-up-arrow {
    position: absolute;
    left: 50%;
    top: 44px;
    margin-left: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #fff;
    display: none;
    z-index: 101;
}
.tk-nav .detail-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;

}
/* 自己添加 */
.tk-main .detail-body {
    position: absolute;
    margin-right: -685px;
    top: 70px;
    left: 0;
    /*left: 20%;*/
    width: 1140px;
    font-size: 14px;
    display: block;
    z-index: 100;
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.08);
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    transform: scaleY(0);
    transition: transform 0.2s;
    transform-origin: top center;
}
.tk-main .detail-body .detail-ul {
    display: flex;
    flex-wrap: wrap;
}
.tk-main .detail-body .detail-li {
    text-align: center;
    margin:14px  7px 0 7px;
    line-height: 25px;
    list-style: none;
}
.tk-main .detail-body .detail-li a{
    display: inline-block;
    color: #3c3c3c;
    /*padding: 5px;*/
    width: 352px;
    /*height: 80px;*/
    padding: 10px 35px 20px;
    /*position: relative;*/
    background: #f7fafc;
    border-radius: 5px;
    transition: all .2s;
    position:relative;
}
.tk-main .detail-body .detail-li .xws-hover-btn{
  position: absolute;
  display: inline-block;
  top: 0;
  width: 40px;
  height: 100%;
  right: 0;
  line-height: 94px;
  background-color: #ff3900;
  border-radius: 0 5px 5px 0;
}

.tk-main .detail-body .detail-li .xws-hover-btn:hover{
    background-color: #ff0000;
}

.detail-to-use {
  color: #fff;
  font-size: 20px;
}
.tk-main .detail-body .detail-li.xws-statistics.xws-new {
  position: relative;
}
.tk-main .detail-body .detail-li.xws-statistics.xws-new .xws-new-item {
  display: inline-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: 9px;
    left: 135px;
    box-shadow: rgba(203, 11, 181, 0.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%);
}
.tk-main .detail-body .detail-li a:hover{
    color: #ff2a00;
    /*background-color: rgba(242, 242, 242, 1);*/
    background-color: #ffecec;
    box-shadow: 0 8px 12px 0 rgba(136,1336,136,0.08);
}

.tk-main .detail-body .detail-li a:hover .detail-des {
    color: #ff2a00;
}
.tk-main .detail-body .detail-i {
    color:#ff2a00;
    float: left;
    font-size: 35px;
    margin-top: 22px;
}
.tk-main .detail-body .detail-word {
    float: left;
    text-align: left;
    margin-top: 14px;
    margin-left: 14px;
}
.tk-main .detail-body.detail-word p {
    font-size: 16px;
}
.tk-mains .detail-body .detail-des {
    font-size: 14px;
    color: #8c8c8c;
}
.tk-mains {
    padding-right: 50px;
    width: 100%;
    height: 70px;
    float: left;
}

.tk-mains .detail-body {
    position: absolute;
    margin-right: -685px;
    top: 70px;
    left: 0;
    /*left: 20%;*/
    width: 1140px;
    font-size: 14px;
    display: block;
    z-index: 100;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    transform: scaleY(0);
    transition: transform 0.2s;
    transform-origin: top center;
}
.tk-mains .detail-body .detail-ul {
    display: flex;
    flex-wrap: wrap;
}

.tk-mains .detail-body .detail-li {
    text-align: center;
    margin: 14px 7px 0 7px;
    line-height: 25px;
    list-style: none;
}

.tk-mains .detail-body .detail-li a {
    display: inline-block;
    color: #3c3c3c;
    /*padding: 5px;*/
    width: 352px;
    /*height: 80px;*/
    padding: 10px 35px 20px;
    /*position: relative;*/
    background: #f7fafc;
    border-radius: 5px;
    transition: all .2s;
    position: relative;
}

.tk-mains .detail-body .detail-li .douyin-a svg{
    position: absolute;
    left: 35px;
    top: 30px;
}

.tk-mains .detail-body .detail-li .xws-hover-btn {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 40px;
    height: 100%;
    right: 0;
    line-height: 94px;
    background-color: #ff3900;
    border-radius: 0 5px 5px 0;
}

.tk-mains .detail-body .detail-li .xws-hover-btn:hover {
    background-color: #ff0000;
}

.detail-to-use {
    color: #fff;
    font-size: 20px;
}

.tk-mains .detail-body .detail-li.xws-statistics.xws-new {
    position: relative;
}

.tk-mains .detail-body .detail-li.xws-statistics.xws-new .xws-new-item {
    display: inline-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: 9px;
    left: 135px;
    box-shadow: rgba(203, 11, 181, 0.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%);
}

.tk-mains .detail-body .detail-li a:hover {
    color: #ff2a00;
    /*background-color: rgba(242, 242, 242, 1);*/
    background-color: #ffecec;
    box-shadow: 0 8px 12px 0 rgba(136, 1336, 136, 0.08);
}

.tk-mains .detail-body .detail-li a:hover .detail-des {
    color: #ff2a00;
}

.tk-mains .detail-body .detail-i {
    color: #ff2a00;
    float: left;
    font-size: 35px;
    margin-top: 22px;
}

.tk-mains .detail-body .detail-word {
    float: left;
    text-align: left;
    margin-top: 14px;
    margin-left: 14px;
}

.tk-mains .detail-body.detail-word p {
    font-size: 16px;
}

.tk-mains .detail-body .detail-des {
    font-size: 14px;
    color: #8c8c8c;
}
/* 以上是详情页弹窗部分 */
.tk-nav .tk-nav-item:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 3px;
    background: #ff2a00;
    transition: all .3s;
}
.tk-nav .tk-nav-item.in:before {
    width: 100%;
    left: 0;
    right: 0;
}
.tk-nav .tk-nav-item.in a{
    color: #ff2a00;
}
.tk-nav .tk-nav-item:hover a{
    color: #ff2a00;
}
.tk-nav .tk-nav-item:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}
.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(250, 28, 12);
    padding: 0;
    position: absolute;
    margin-left: -10px;
    top: 44%;
}
.user-name {
    color: #777;
}
.user-name .icon-font {
    color: #ff2a00;
}
.tk-nav-a .dropdown-menu {
    top: 56px;
    left: -59px;
    padding: 10px;
    border-radius: 3px;
    border-color: #ccc;
}
.tk-nav .tk-nav-a:hover .dropdown-menu{
    display: block;
}
li.tk-nav-a {
    margin-right: 0px;
    position: relative;
}
li.tk-nav-a .user-name {
    line-height: 70px;
}
.arrow-top {
    height: 29px;
    overflow: hidden;
    position: absolute;
    top: -29px;
    /*left: 105px;*/
    left: 75px;
    font-size: 30px;
    color: rgba(0, 0, 0, .2);
    line-height: 57px;
}
.arrow-bottom {
    height: 29px;
    overflow: hidden;
    position: absolute;
    top: -27px;
    /*left: 105px;*/
    left: 75px;
    font-size: 30px;
    color: #ffffff;
    line-height: 57px;
}
.tk-nav-a .dropdown-menu a {
    padding: 12px 30px;
    color: #777;
    font-size: 14px;
}
.tk-nav-a .dropdown-menu a:hover {
    color: #ff2a00;
}
.tk-nav-a li a .icon-font {
    margin-right: 12px;
    color:#ff2a00;
    font-size: 18px;
}
.head-login-btn {
    line-height: 70px;
}
.head-login-btn a {
    border: 1px solid #ff2a00;
    padding: 6px 35px;
    color: #ff2a00;
    cursor: pointer;
}
.head-login-btn a:first-child {
    background: linear-gradient(135deg, #ff8400 , #ff2a00);
    color: #fff;
}
.head-login-btn a:hover {
    background: #ff2a00;
    color: #fff;
}
/*.head-login-btn a:first-child:hover {*/
    /*background: #fff;*/
    /*color: #ff2a00;*/

/*}*/
.head-user-info {
    float: right;
    display: inline-block;
    padding: 18px 0px;
}

.head-user-info a {
    display: inline-block;
    padding: 6px 35px;
    border: 1px solid #ff6000;
    color: #ff6000;
}
/* 卖家百宝箱 */
.pro-list {
    margin: 0 10px;
}

.pro-list .mjbbx {
    padding: 5px;
    color: #444;
    border-radius: 5px;
    line-height: 70px;
}

.pro-list > .con {
    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;
}
.detail-li .detail-i:before{
    display: inline-block;
    height: 35px;
    vertical-align: text-bottom;
}
.xws-new-icon-before-v2{
    height: 22px;
}
.xws-new-icon-before-v2:before{
    vertical-align: inherit;
    height: 22px;
}
.tk-nav-a .menu {
    top: 67px;
    display: block;
    left: auto;
    right: -12px;
    width: 285px;
    padding: 10px 15px 0px;
    border-radius: 3px;
    border-color: #fff;
    transform: scaleY(0);
    transition: transform 0.2s;
    transform-origin: top center;
}
.tk-nav .tk-nav-a:hover .menu{
    transform: scaleY(1);
    transition: transform 0.2s;
    transform-origin: top center;
}
.tk-nav-a .menu a {
    color: #333;
    font-size: 14px;
}
.tk-nav-a .menu a:hover {
    color: #ff2a00;
}
.showdown {
    transform: rotate(180deg);
    transition: all 0.2s;
}

.showup {
    transform: rotate(0deg);
    transition: all 0.2s;
}
.menu{
    min-width: 272px;
    padding: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0,0,0,.08);
    box-shadow: 0 16px 32px 0 rgba(0,0,0,.08);
}
.menu .menu-item{
    display: flex;
    padding: 15px 0px;
}
.menu .item-left {
    flex-grow: 0;
    margin-right: 10px;
}
.menu .font-setting {
    line-height: 30px;
    height: 30px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
/*.menu .l-h-18{*/
/*     line-height: 18px;*/
/*}*/
.menu .item-right {
    text-align: left;
    display: flex;
}

.menu .flex-1 {
    flex: 1;
}

.menu .flex-auto {
    flex: auto;
}

.menu .item-right>div {
    cursor: pointer;
    flex: 1;
}

.menu .item-right>div:hover {
    color: #ff2a00;
}
.menu .pd-r-32{
    padding-right: 32px;
}
.menu .pd-r-20{
    padding-right: 20px;
}
.menu .pd-l-20{
    padding-left: 20px;
}
.menu .pd-l-10{
    padding-left: 10px;
}
.menu .has-line-top{
    border-top: 1px solid #f5f5f5;
}
.menu .mb-15{
    margin-bottom: 15px;
}
.menu .member-info{
    height: 62px;
    background: #fff2ef;
    border-radius: 4px;
}
.menu .align-items-center{
    align-items: center;
}
.menu .font-weight-600 {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}
.menu .item-right>a{
    color:#fff;
}
.menu .item-right>a:hover{
    color: #fff;
}
.menu .icon-color-red{
    color:#ff2a00;
    font-size: 32px;
    vertical-align: middle;
}
.menu .color-999999{
    color: #999999;
}
.menu .m-r-10{
   margin-right: 10px;
}
.menu .m-r-30{
   margin-right: 24px;
}
.menu .icon-color{
    color: #333333;
    font-size:14px;
}
.menu .btn-buy{
    width: 85px;
    height: 30px;
    /*background: #ff2a00;*/
    background: linear-gradient(135deg, #ff8400, #ff2a00);
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    /*    justify-content: center;*/
    align-items: center;
}
.item-right>a.logout-box{
    color: #999999;
}
.item-right>a.logout-box:hover{
    color: #5c5c5c;
}
.menu .btn-buy:hover{
   background: linear-gradient(135deg, #ff2a00,#ff8400);
}
.menu .menu-new-nick:hover{
    color: #ff2a00;
}
.face-box{
    display: inline-flex;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    align-items: center;
    justify-items: center;
}
.face-box img{
    width:100%;
    border-radius: 50%;

}
/* 通知栏 */
.tk-main .detail-list-notice-body{
    position: absolute;
    margin-right: -685px;
    top: 70px;
    left: -440px;
    /*left: 20%;*/
    width: 300px;
    font-size: 14px;
    display: none;
    z-index: 100;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 3px;
    padding: 20px;
}