/* 新版商城头部样式 */
.shopCommonHeader{
    width: 100%;
    height: 90px;
    padding: 5px 0;
    background-color: #fff;
    /* border-top: 4px solid #FAFAFA; */
    border-top: 2px solid #00A0E8;
}
.wrap_shopping{
    width: 1500px;
    margin: 0 auto;
}
.shopCommonHeader .shop_detail_photo{
    float: left;
    width:90px;
    height:90px;
    margin-right:25px;
    border-radius: 10px;
    object-fit: contain;
}
.shopCommonHeader .shop_detail_box{
    display: inline-flex;
    justify-content: flex-start;
    padding-top: 20px;
}
.shopCommonHeader .shop_introduce_name{
    display: inline-block;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shopCommonHeader .shop_detail_more{
    margin-right:15px;
    position: relative;
}
.shopCommonHeader .shop_detail_more .shop_more_title {
    font-size: 12px;
    color: #888888;
    line-height: 23px;
    cursor: pointer;
}
.shopCommonHeader .shop_detail_more .floatingBoxContainer{
    top: 30px !important;
    z-index: 100;
}
.shopCommonHeader .shop_detail_more .Information_Floating_Box{
    border: 1px solid #dddddd;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
}
.shopCommonHeader .shop_more_title .detail_more_pull{
    display: inline-block;
    margin-left: 5px;
    line-height: 1em;
    vertical-align: middle;
    color: #D4D9DE !important;
    transform: scale(0.7);
}
.shopCommonHeader .shop_detail_more:hover .detail_more_pull{
    transform: scale(0.7) rotate(180deg);
}
.shopCommonHeader .shop_detail_more:hover .shop_more_container{
    display: block;
}
.shopCommonHeader .shop_detail_more .shop_more_container{
    display: none;
    width: 280px;
    padding: 20px 25px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 33px;
    left: -25px;
    z-index: 1000;
}

/* 店铺资质-start */
.shopCertificationContainer {
    font-size:12px;
    color:#333333;
}
.shopCertificationContainer .certification_name_text{
    display: inline-block;
    max-width: 170px;
    font-size:14px;
}
.shopCertificationContainer .shop_certification_title{
    font-size:12px;
    color:#999999;
}
.shopCertificationContainer .shop_certification_enter{
    margin-top:17px;
}
.shopCertificationContainer .shop_certification_rz{
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    color: #666;
}
.shopCertificationContainer .shop_certification_rz .rz_icon{
    display: inline-block;
    width:14px;
    height:17px;
    margin-right:3px;
    background:url('../../css/images/shop_yrz_icon.png') no-repeat center/cover;
}
.shopCertificationContainer .shop_certification_grade{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.shopCertificationContainer .shop_certification_grade .certification_grade_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #666666;
}
.shopCertificationContainer .shop_certification_grade .certification_grade_number{
    margin-top:5px;
    font-size:14px;
    color:#333333;
}
.shopCertificationContainer .shop_certification_im{
    display: inline-block;
    width: 90px;
    height: 24px;
    margin-top:20px;
    box-sizing: border-box;
    border: 1px solid #FFA722;
    border-radius: 24px;
    position: relative;
    font-size: 12px;
    line-height:22px;
    text-align: center;
    color:#C20000;
    background: linear-gradient(to bottom, #FFE9B4, #FFF3E6, #FFE9B4);
    cursor: pointer;
}
.shopCertificationContainer .shop_certification_im img{
    width: 23px;
    height: 23px;
    position: absolute;
    left: -6px;
    top: -1px;
}
.shopCertificationContainer .shop_certification_text{
    color: #666;
}
/* 店铺资质-end */

/* 经营品牌/品类占比样式-start */
.shopProportionContainer .shop_proportion_title{
    margin-bottom:10px;
    font-size:13px;
    color:#333333;
}
.shopProportionContainer .shop_manage_proportion{
    font-size:12px;
    color:#666666;
}
.shopProportionContainer .shop_manage_proportion:not(:first-child){
    margin-top:5px;
}
.shopProportionContainer .shop_manage_proportion .manage_proportion_bg{
    width: 183px;
    height: 8px;
    margin-right: 5px;
    background-color: #D9D9D9;
    border-radius: 8px;
    position: relative;
}
.shopProportionContainer .manage_proportion_bg .proportion_bg_border{
    position: absolute;
    left: 0;
    top: 0;
    height: 7px;
    border-radius: 8px;
}
.shopProportionContainer .manage_proportion_bg .proportion_bg_border.red{
    background:#FF2A00;
}
.shopProportionContainer .manage_proportion_bg .proportion_bg_border.orange{
    background:#FF7900;
}
.shopProportionContainer .manage_proportion_bg .proportion_bg_border.green{
    background:#73C500;
}
.shopProportionContainer .manage_proportion_bg .proportion_bg_border.cyan{
    background:#3BD0B8;
}
.shopProportionContainer .manage_proportion_bg .proportion_bg_border.blue{
    background:#1B6CF1;
}
.shopProportionContainer .manage_proportion_bg .proportion_bg_border.red{
    background:#FF2A00;
}
.shopProportionContainer .manage_proportion_text.red{
    color:#FF2A00;
}
.shopProportionContainer .manage_proportion_text.orange{
    color:#FF7900;
}
.shopProportionContainer .manage_proportion_text.green{
    color:#73C500;
}
.shopProportionContainer .manage_proportion_text.cyan{
    color:#3BD0B8;
}
.shopProportionContainer .manage_proportion_text.blue{
    color:#1B6CF1;
}

/* 经营品牌/品类占比样式-end */

.shopCommonHeader .shop_operation_con{
    display: flex;
    padding-top: 15px;
}
.shopCommonHeader .shop_operation_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 32px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}
.shop_operation_btn .shop_operation_img{
    width:23px;
    height:23px;
}

/* 新版商城导航样式 */
.shopCommonNav{
    height:40px;
    background:#E9EAEB;
    position: relative;
}
.shop_common_tab .nav_tab_item{
    height:39px;
    display: inline-flex;
    font-size:14px;
    line-height:39px;
    color:#444444;
    cursor: pointer;
    align-items: center;
}
.shop_common_tab .nav_tab_item .icon-bar-pull{
    transform: scale(0.7);
    display: inline-block;
    color: #999;
    margin-left: 4px;
}

.shop_common_tab .tab_pull:hover, .navaed, .navaed .tab_a, .shop_common_tab .tab_pull:hover .tab_a{
    color: #0070BC !important;
    border-bottom: 1px solid #0070BC;
}
.shop_common_tab .tab_pull:hover .icon-bar-pull, .navaed .tab_a .icon-bar-pull, .tab_a:hover {
    color: #0070BC;
}
.shop_common_tab .tab_pull:hover .tab_pull_box {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99;
}
#jishuNav.tab_pull:hover .tab_pull_box.jishuPostion {
    display: none;
}
.tab_pull_box {
    display: none;
    width: 100%;
    height: 370px;
    background-color: #F7F9FC;
    color: #333;
    border-radius: 0 0 100px 100px;
    box-shadow: 0 0px 20px 10px rgba(106, 106, 106, 0.15);
    overflow: hidden;
}
.tab_pull_box .ulBox {
    margin: 0 0 0 83px;
}
.defaultshopCommonNav .tab_pull_box .ulBox {
    padding-top: 20px;
}
.tab_pull_box .cp_firstLevel {
    width: 328px;
    height: 38px;
    line-height: 38px;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.cp_firstLevel .icon-rightArrow {
    font-size: 10px;
}
.cp_firstLevel:hover{
    background-color: #fff;
    color: #0070BC;
}
.dis_block {
    display: block !important;
}
.cp_firstLevel:hover .cp_secondAndThirdBox {
    display: block;
}
.cp_secondAndThirdBox {
    position: absolute;
    left: 328px;
    top: 0px;
    background-color: #fff;
    display: none;
    padding-top: 20px;
    padding-left: 10px;
    color: #333;
    height: 348px;
    width: 100%;
}
.defaultshopCommonNav .dis_block.cp_secondAndThirdBox {
    left: 0;
}
.pinpaiBox {
    width: 1077px !important;
}
.pinpaiBox .cp_secondLevelBox {
    width: 100% !important;
    text-align: left;
}
.pinpaiBox .cp_secondLevel {
    display: inline-block !important;
    width: auto !important;
}
.cp_secondLevelBox {
    color: #333;
    height: 343px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 378px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.redshopCommonNav .cp_secondLevelBox::-webkit-scrollbar-track {
    background-color: rgba(28, 43, 60, 0.88);
}
.redshopCommonNav .cp_secondLevelBox::-webkit-scrollbar-thumb {
    background-color: #6C7580;
}
.cp_secondLevelBox::-webkit-scrollbar-track {
    background-color: #fff;
}
.cp_secondLevelBox::-webkit-scrollbar-thumb {
    background-color: #AEB3C0;
    border-radius: 3px;
}
.cp_secondLevelBox::-webkit-scrollbar {
    width: 3px;
}
.cp_secondLevel {
    width: 328px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 10px;
}
.cp_thirdLevelBox {
    display: none;
    padding: 20px 0 0 50px;
    color: #333;
    height: 368px;
    box-sizing: border-box;
}
.flex_column_warp{
    display: flex;
    flex-wrap: wrap;
}
.cp_secondLevel:hover {
    background-color: #F0F2F7;
    color: #0070BC;
}
.cp_secondLevel:hover .cp_thirdLevelBox {
    display: block;
    position: absolute;
    left: 368px;
    top: 0px;
}
.cp_thirdLevel {
    width: 205px;
    height: 38px;
    display: block;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.fanganPostion .ulBox {
    margin: 0px 0 0 204px !important;
}
.jishuPostion {
    height: 207px !important;
}

.jishuPostion .ulBox {
    border: none !important;
}

.shop_common_tab .nav_tab_item:not(:last-child){
    margin-right:55px;
}
.max_w95 {
    display: inline-block;
    max-width: 95px;
}

.shop_nav_search{
    display: inline-flex;
    align-items: center;
    width:334px;
    height:31px;
    overflow: hidden;
    box-sizing: border-box;
}
.shop_nav_search input{
    height:31px;
    flex:1;
    text-indent: 10px;
    background:#fff;
    border-radius: 5px 0 0 5px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}
.shop_nav_search .nav_search_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 31px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    background: #22A7FF;
    cursor: pointer;
}

.sellershop_samples_inputBox .shop_nav_search .nav_search_btn{
    background: #FF8C00; 
}
.red_template_set .shop_nav_search .nav_search_btn {
    background: #FF872D;
}
.blue_template_set .shop_nav_search .nav_search_btn {
    background: #19BAA7;
}
.black_template_set .shop_nav_search .nav_search_btn {
    background: rgba(50, 83, 220, 0.66);
}
.fanganNavhover:hover {
    position: relative;
}
.fanganNavhover:hover .fanganNavhover_box {
    display: block;
}
.fanganNavhover_box {
    display: none;
    position: absolute;
    top: 39px;
    min-width: 156px;
    z-index: 9;
}
.fanganNavhover_item {
    display: block;
    height: 34px;
    padding-left: 27px;
    color: #666 !important;
    line-height: 34px;
    position: relative;
    background-color: #E9EAEB;
    text-align: left;
}
.fanganNavhover_item::before {
    position: absolute;
    left: 14px;
    top: 16px;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #0070BC;
}

.sellershop_bg {
	width: '100%';
	background-color: '#fff';
}

.sellershop_main {
	width: 1300px !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.emptyBox2{
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
    width: 100%;
}
.emptyBox3 {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 110px 0;
    color: #999;
}

/* banner start */
.sellershop_banner {
	min-width: 1500px;
	height: 570px;
	margin: 0px auto;
	overflow: hidden;
}

.sellershop_banner_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.sellershop_banner_item {
	height: 100%;
	position: relative;
    width: 1920px;
    margin: 0 auto;
}

.sellershop_banner_item li {
	position: absolute;
	height: 570px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 1s;
}

.sellershop_banner_item li img {
	width: 100%;
	height: 100%;
}

.sellershop_banner_dotbox {
	height: 22px;
	padding: 0 10px;
	position: absolute;
	text-align: right;
	right: 48%;
	bottom: 6px;
	z-index: 1;
}

.sellershop_banner_dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
	background: #fff;
	-webkit-transition: width .5s;
	transition: width .5s;
	-webkit-box-shadow: 0 0 3px #000;
	box-shadow: 0 0 3px #000;
}

.dotOn {
	width: 26px;
	background: #ffffff;
	border-radius: 10px;
}

.sellershop_banner_item li.active {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 2s;
	z-index: 1;
}

/* banner end */



/* 店铺关注 */
.productAttention{
	color:#FF303A;
}


/* 店铺导航 */
/* 红色导航 */
.redshopCommonNav {
    background: #FFE6C4 !important;
}
.redshopCommonNav .pinpaiBox {
    width: 1192px !important;
}
.redshopCommonNav .nav_tab_item, .redshopCommonNav .nav_tab_item a {
    width: 120px;
    box-sizing: border-box;
    margin-right: 0px !important;
    text-align: center;
    display: inline-block;
    height: 40px;
}
.redshopCommonNav .navaed {
    background-color: #FF872D !important;
    color: #fff !important;
    border: none;
}
.redshopCommonNav .nav_tab_item:hover {
    background-color: #FF872D !important;
    color: #fff !important;
    border: none;
}
.redshopCommonNav .nav_tab_item:hover .icon-bar-pull {
    color: #fff !important;
}
.redshopCommonNav .tab_pull:hover, .redshopCommonNav .navaed .tab_a, .redshopCommonNav .shop_common_tab .tab_pull:hover .tab_a{
    background-color: #FF872D !important;
    color: #fff !important;
    border: none;
}
.redshopCommonNav .tab_pull:hover .icon-bar-pull, .redshopCommonNav .navaed .tab_a .icon-bar-pull, .redshopCommonNav .tab_a:hover {
    color: #fff;
}

.redshopCommonNav .shop_nav_search {
    display: none;
}
.redshopCommonNav .fanganNavhover_box {
    top: 40px;
    padding-top: 0px;
    left: 0;
    border-width: 2px 0 0;
    border-style: solid;
    border-color: #FFA50D;
}
.redshopCommonNav .fanganNavhover_item {
    background-color: #fff;
    min-width: 156px;
}
.redshopCommonNav .fanganNavhover_item::before {
    background-color: #FFA50D;
}
.redshopCommonNav .tab_pull_box {
    background: transparent;
    box-shadow: none;
    height: 310px;
    border-radius: 0;
    left: auto !important;
}
.redshopCommonNav .ulBox {
    margin: 0 0 0 123px;
    padding: 12px;
    width: 224px;
    background: rgba(28, 43, 60, 0.88);
    height: 310px;
    box-sizing: border-box;
}
.redshopCommonNav .jishuPostion .ulBox {
    margin: 0 0 0 215px;
    height: auto;
}
.redshopCommonNav .tab_pull_box.jishuPostion .cp_firstLevel {
    height: 40px;
    text-align: left;
}
.redshopCommonNav .tab_pull_box .cp_firstLevel {
    width: 200px;
    color: #FFFFFF;
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
}
.redshopCommonNav .cp_firstLevel:hover {
    color: #FF872D !important;
    background-color: #fff;
}
.redshopCommonNav .cp_secondAndThirdBox {
    left: 208px;
    top: 0;
    height: 300px;
    box-sizing: border-box;
    padding: 0 10px 0 17px;
    background: transparent;
}
.redshopCommonNav .cp_secondLevelBox {
    width: 229px;
    height: 310px;
    border-left: 1px solid #fff;
    background: rgba(28, 43, 60, 0.88);
    padding: 12px;
    box-sizing: border-box;
}
.redshopCommonNav .cp_secondLevel {
    width: 200px !important;
    border-radius: 4px;
    color: #FFFFFF;
    box-sizing: border-box;
    font-size: 12px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    height: 32px !important;
    line-height: 32px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.redshopCommonNav .pinpaiBox .cp_secondLevel {
    display: inline-block !important;
}

.redshopCommonNav .cp_secondLevel:hover {
    background-color: #fff;
    color: #FF872D !important;
}
.redshopCommonNav .dis_block .cp_secondLevelBox {
    border-left: none;
}
.redshopCommonNav  .dis_block.cp_secondAndThirdBox {
    left: -17px !important;
}
.redshopCommonNav .dis_block .cp_thirdLevelBox {
    width: 1166px !important;
    height: 309px !important;
    left: 227px !important;
}
.redshopCommonNav .cp_thirdLevelBox {
    padding: 0px 0 0 19px;
    width: 943px;
    height: 310px;
    left: 227px !important;
    top: 0px;
}
.redshopCommonNav .cp_thirdLevel {
    height: auto;
    width: auto;
    color: #FFFFFF;
    margin-right: 40px;
    word-break: keep-all;
    font-size: 12px;
}
.redshopCommonNav .flex_column_warp {
    flex-direction: row;
    height: auto;
    width: 100%;
    height: 100%;
    background: rgba(28, 43, 60, 0.88);
    padding: 10px 0 0 30px;
    gap: 40px;
    box-sizing: border-box;
}
.redshopCommonNav .cp_thirdLevel:hover {
    color: #FF872D;
}
.redshopCommonNav .fanganPostion.tab_pull_box {
    left: auto !important;
    width: 1263px;
    border-radius: 0;
}
.redshopCommonNav .fanganPostion .wrap-container {
    width: 1263px !important;
}
.redshopCommonNav .jishuPostion.tab_pull_box {
    left: auto !important;
    width: auto;
    border-radius: 0;
}
.redshopCommonNav  .wrap-container {
    width: auto !important;
    border-radius: 0;
}
.redshopCommonNav .ulBox {
    margin: 0px !important;
}

/* 蓝色导航 */
.blueshopCommonNav {
    background: #fff !important;
}
.blueshopCommonNav .pinpaiBox {
    width: 1275px !important;
}

.blueshopCommonNav .fanganNavhover_box {
    top: 37px;
    padding-top: 0px;
    left: 0;
    border-width: 2px 0 0;
    border-style: solid;
    border-image: linear-gradient(45deg, #41DAF5, #0051FF) 1;
}
.blueshopCommonNav .nav_tab_item:hover .icon-bar-pull{
    color: #fff;
}
.blueshopCommonNav .nav_tab_item {
    padding: 0 20px;
    margin-right: 0 !important;
    height: 40px;
}
.blueshopCommonNav .navaed, .blueshopCommonNav .nav_tab_item:hover {
    background: linear-gradient(to right, #327DFA 0%, #63CEC2 100%) !important;
    color: #fff !important;
    border: none;
    height: 36px;
    border-radius: 4px;
}
.blueshopCommonNav  .navaed .tab_a, .blueshopCommonNav .shop_common_tab .tab_pull:hover .tab_a,
.blueshopCommonNav .tab_a:hover {
    border: none;
    color: #fff !important;
}
.blueshopCommonNav .shop_common_tab .tab_pull:hover .icon-bar-pull, .blueshopCommonNav .navaed .tab_a .icon-bar-pull {
    color: #fff;
}
.blueshopCommonNav .tab_pull_box {
    background: #fff;
    box-shadow: 0 12px 6px -2px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #EEEEEE;
    height: 310px;
}
.blueshopCommonNav .tab_pull_box::after {
    content: '';
    width: 100%;
    position: absolute;
    top: -1px;
    height: 1px;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.08);
}
.blueshopCommonNav .jishuPostion .ulBox {
    padding-left: 0 !important;
}
.blueshopCommonNav .ulBox {
    margin: 0;
    padding-top: 12px;
    padding-left: 12px;
    width: 240px;
    background: #fff;
    height: 310px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.blueshopCommonNav .tab_pull_box .cp_firstLevel {
    width: 216px;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 12px;
    height: 32px;
}
.blueshopCommonNav .jishuPostion.tab_pull_box .cp_firstLevel {
    width: 240px;
    height: 40px;
}
.blueshopCommonNav .cp_secondAndThirdBox {
    left: 225px;
    top: 0;
    height: 293px;
    padding: 12px 4px 0 25px;
    width: 255px;
    border-right: 1px solid #EEEEEE;
    box-sizing: border-box;
    height: 310px;
    background: transparent;
}
.blueshopCommonNav .dis_block.cp_secondAndThirdBox {
    border-left: 1px solid #eee;
    left: 0px;
}
.blueshopCommonNav .dis_block .cp_thirdLevelBox {
    width: 1298px !important;
}
.blueshopCommonNav .cp_secondLevelBox {
    color: #333;
    height: 274px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 223px;
}
.blueshopCommonNav .cp_secondLevel {
    width: 200px;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
    height: 32px;
    line-height: 30px;
    display: inline-block;
}
.blueshopCommonNav .cp_secondLevel:hover, .blueshopCommonNav .cp_firstLevel:hover {
    background-color: #F6F7F8;
    color: #19BAA7 !important;
}

.blueshopCommonNav .cp_secondLevel:hover .cp_thirdLevelBox {
    left: 203px;
    top: 10;
}
.blueshopCommonNav .cp_thirdLevelBox {
    padding: 19px 0 0 80px;
    width: 1068px;
}
.blueshopCommonNav .cp_thirdLevel {
    height: auto;
    width: auto;
    margin-right: 40px;
    word-break: keep-all;
    color: #333333;
    font-size: 12px;
}
.blueshopCommonNav .flex_column_warp {
    flex-direction: row;
    height: auto;
}
.blueshopCommonNav .cp_thirdLevel:hover {
    color: #19BAA7;
}
.blueshopCommonNav .fanganPostion .ulBox {
    margin: 0px 0 0 192px !important;
    height: 310px;
}

/* 黑色导航 */
.blackShopCommonNav {
    background: #3759E6;
}
.blackShopCommonNav .pinpaiBox {
    width: 1275px !important;
}
.blackShopCommonNav .shop_common_tab .nav_tab_item {
    width: 120px;
    box-sizing: border-box;
    margin-right: 0px !important;
    text-align: center;
    display: inline-block;
    height: 40px;
    color: #fff !important;
}

.blackShopCommonNav .navaed, .blackShopCommonNav .nav_tab_item:hover {
    background: linear-gradient(to bottom, rgba(39, 228, 217, 1) 0%, rgba(39, 228, 217, 0) 100%) !important;
    color: #fff !important;
    border: none;
}
.blackShopCommonNav .navaed .tab_a, .blackShopCommonNav .shop_common_tab .tab_pull:hover .tab_a, .blackShopCommonNav .tab_a:hover{
    border: none;
    color: #fff !important;
}
.blackShopCommonNav .shop_common_tab .tab_pull:hover .icon-bar-pull, .blackShopCommonNav .navaed .tab_a .icon-bar-pull,
.blackShopCommonNav .tab_a, .blackShopCommonNav .tab_a .icon-bar-pull  {
    color: #fff;
}
.blackShopCommonNav .fanganNavhover_box {
    top: 40px;
    padding-top: 0px;
    left: 0;
    border-width: 2px 0 0;
    border-style: solid;
    border-image: linear-gradient(45deg, #41DAF5, #0051FF) 1;
}
.blackShopCommonNav .fanganNavhover_item {
    background-color: #fff;
}
.blackShopCommonNav .fanganNavhover_item::before {
    background-color: linear-gradient(45deg, #41DAF5, #0051FF) 1;
}
.blackShopCommonNav .tab_pull_box {
    background: #fff;
    border-radius: 0;
    height: 330px;
}
.blackShopCommonNav .ulBox {
    margin: 0;
    width: 224px;
    padding: 12px;
    background: #fff;
    height: 330px;
    box-sizing: border-box;
}
.blackShopCommonNav .cp_secondLevelBox {
    width: 230px;
    border-left: 1px solid #EEEEEE;
    padding: 12px;
    box-sizing: border-box;
    height: 330px;
    background: #fff;
}
.blackShopCommonNav .cp_secondLevel {
    width: 200px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 12px;
}
.blackShopCommonNav .tab_pull_box .cp_firstLevel {
    width: 200px;
    font-size: 12px;
}
.blackShopCommonNav .tab_pull_box.jishuPostion .cp_firstLevel {
    height: 40px;
}
.blackShopCommonNav .cp_firstLevel:hover ,.blackShopCommonNav .cp_secondLevel:hover {
    background-color: #F1F0F6;
    color: #3759E6 !important;
}

.blackShopCommonNav .cp_secondAndThirdBox {
    left: 195px;
    top: -13px;
    padding: 12px 4px 0 28px;
    height: 330px;
    width: 231px;
    background: transparent;
}
.blackShopCommonNav .cp_secondLevel:hover .cp_thirdLevelBox {
    left: 228px;
    top: 13px;
}
.blackShopCommonNav .cp_thirdLevelBox {
    height: 330px;
    padding: 11px 0 0 50px;
}
.blackShopCommonNav .cp_thirdLevel {
    height: auto;
    width: auto;
    margin-right: 40px;
    word-break: keep-all;
    color: #333333;
    font-size: 12px;
}
.blackShopCommonNav .flex_column_warp {
    flex-direction: row;
    height: auto;
    width: 1000px;
}
.blackShopCommonNav .cp_thirdLevel:hover {
    color: #3759E6;
}
.blackShopCommonNav .fanganPostion .ulBox {
    margin: 0px 0 0 248px !important;
}
.blackShopCommonNav .dis_block.cp_secondAndThirdBox {
    left: 95px !important;
}
.blackShopCommonNav .dis_block .cp_thirdLevelBox {
    width: 1177px;
}

/* 方案店铺-薄荷绿导航 */
.MintGreenShopCommonNav {
    background: #9EDEDE;
}
.MintGreenShopCommonNav .shop_common_tab .nav_tab_item {
    box-sizing: border-box;
    margin-right: 50px !important;
    text-align: center;
    display: inline-block;
    height: 40px;
    padding: 0 23px;
    color: #02798F !important;
}

.MintGreenShopCommonNav .navaed, .MintGreenShopCommonNav .nav_tab_item:hover {
    background: #FFC81E !important;
    color: #02798F !important;
    border: none;
}
.MintGreenShopCommonNav .navaed .tab_a, .MintGreenShopCommonNav .shop_common_tab .tab_pull:hover .tab_a{
    border: none;
    color: #02798F !important;
}
.MintGreenShopCommonNav .shop_common_tab .tab_pull:hover .icon-bar-pull, .MintGreenShopCommonNav .navaed .tab_a .icon-bar-pull,
.MintGreenShopCommonNav .tab_a, .MintGreenShopCommonNav .tab_a .icon-bar-pull  {
    color: #02798F;
}

.MintGreenShopCommonNav .fanganNavhover_box {
    top: 40px;
    padding-top: 0px;
    left: 0;
}
.MintGreenShopCommonNav .fanganNavhover_item {
    background-color: #9EDEDE;
    color: #1F8B9F !important;
}
.MintGreenShopCommonNav .fanganNavhover_item::before {
    background-color: #2A8EA1;
}
.MintGreenShopCommonNav .fanganNavhover_item:hover {
    background-color: #2A8EA1 !important;
    color: #FFC81E !important;
}
.MintGreenShopCommonNav .fanganNavhover_item:hover::before {
    background-color: #FFC81E !important;
}