

.main-search {
	/*overflow: hidden;*/
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0 15px;
	background: #fff;
	width: 900px;
}
#ad_preview .img-box{
	border: 1px solid #eee;
    height: 396px;
    overflow: auto;
}
#ad_preview .img-box a{
	display: block;
    width: 100%;
    height: 100%;
}
#ad_preview .img-box img{
	display: block;
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
}
.img-upload {
	height: 115px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.img-upload img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.modal .icon-fly {
	margin: 10px auto 30px;
	width: 58px;
	height: 54px;
	display: block;
	background: url('../../img/icon/s_web_new.png') -5px -259px no-repeat;
}
.modal .icon-fly-text {
	color: #fe6f19;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 36px;
}

.modal-tab-title {
	color: #000;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 15px;
}
.modal-tab {
	margin-bottom: 15px;
	padding-top: 15px;
	background: #f5f5f5;
}
.modal-tab-name {
	float: left;
	margin-bottom: 15px;
	color: #333;
	font-size: 14px;
	line-height: 1;
}
.modal-tab-value {
	float: left;
	height: 15px;
	margin-bottom: 15px;
	color: #555;
	font-size: 14px;
	line-height: 1;
}
.table-img {
	display: block;
	width: 100px;
	height: 28px;
	margin: 0;
}
.table-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.table-nofix.table-border.table {
	position: relative;top:0;left:0;width:100%
}
.table-black.table-border.table td, .table-black.table-border.table th {
	border-color: #cecbce;
}
.table-black.table-border.table th {
	background: #fff;
	color: #333;
}

.icon-gogo {
	display: block;
	width: 75px;
	height: 73px;
	margin: 97px auto 18px;
	background: url('../../img/icon/s_web_new.png') -145px -255px no-repeat;
}
.icon-gogo-text {
	color: #ff6600;
	font-size: 26px;
	text-align: center;
	line-height: 1;
	margin: 0 auto 77px;
}
.icon-gofail {
	display: block;
	width: 46px;
	height: 46px;
	margin: 97px auto 18px;
	background: url('../../img/icon/s_web_new.png') -8px -158px no-repeat;
}
.icon-gofail-text {
	color: #d8271c;
	font-size: 26px;
	text-align: center;
	line-height: 1;
	margin: 0 auto 77px;
}

.yellowtext p{font-size: 16px;color: #ff6600;}
.bgf4{background: #f4f6f8;padding: 20px 10px;display: inline-block;width: 100%;}
.main-search-item {
	bottom: -1px;
	position: relative;
	/*height: 50px;*/
	padding: 0 70px;
	padding-right: 60px;
	border-bottom: 1px solid #eee;
	padding: 0;border-bottom: 2px solid var(--main-color);height: 50px;
}
.main-search-title {
	position: absolute;
	top: 14px;
	left: 0;
	color: #333;
	font-size: 14px;
}

.main-search-con {
	margin-bottom: -1px;
	transition: all 0.4s;
}
.main-search-con.fix-height {
	max-height: 120px;
	padding: 3px 0;
	overflow: hidden;
}
.main-search-con.auto-height {
	height: 120px;
	padding: 3px 0;
	overflow: hidden;
}
.main-search-con.fix-height.open {
	overflow: auto;
}
.main-search-con li {
	float: left;
	height: 50px;
	padding-top: 11px;
}
.main-search-con.fix-height li,.main-search-con.auto-height li {
	height: 38px;
}
.btn.btn-list0 {
	width:60px;
	height:27px;
	padding:0;
	border: 1px solid #bbb;
	line-height:25px;
	color:#797878;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.btn.btn-list0:hover {
	border: 1px solid #999;
	color:#333;
}
.btn.btn-list1 {
	width:60px;
	height:27px;
	padding:0;
	border: 1px solid #25acf6;
	line-height:25px;
	color:#25acf6;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.btn.btn-list1:hover {
	background: #25acf6;
	color: #fff;
}
.main-search-con.li-sm li {
	width: 58px;
}
.main-search-con li span,
.main-search-con li a {
	display: inline-block;
	margin-right: 8px;
	padding: 0 8px;
	border-radius: 3px;
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	cursor: pointer;
}
.main-search-con li span:hover,
.main-search-con li a:hover {
	color: var(--hover-color);
}
.main-search-con li.active span,
.main-search-con li.active a {
	background: #000;
	color: var(--hover-color);
}
.main-search-con .main-search-input {
	width: 200px;
}
.main-search-input input {
	float: left;
	width: 60px;
	height: 25px;
	padding: 3px 6px;
}
.main-search-input span {
	float: left;
}

.main-search-bar {
	margin-bottom: 15px;
	padding: 5px;
	background: #fff;
}
.main-search-bar .search-count {
	float: right;
	margin-top: 7px;
	margin-bottom: 4px;
	color: #666;
	font-size: 14px;
}
.main-search-bar .search-item {
	float: left;
	margin-top: 9px;
	margin-bottom: 4px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #eee;
	color: #666;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.table {
	background: #fff;
}
.table .icon-checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
	background: url('../../img/icon/s_web_new.png') -74px -211px no-repeat;
	cursor: pointer;
}
.table .icon-checkbox.checked {
	background: url('../../img/icon/s_web_new.png') -92px -214px no-repeat;
}
.table .icon-radio {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-bottom: -3px;
	background: url('../../img/icon/s_web_new.png') -228px -28px no-repeat;
	cursor: pointer;
}
.table .icon-radio.checked {
	background: url('../../img/icon/s_web_new.png') -249px -30px no-repeat;
}

.detail_box{
	/*width: 1200px;*/
	position: relative;
	left: -17px;
	display: block;
	top:-20px;
}


.check_link a{color:var(--main-color)!important;}
.check_link a:before{
	content: '';
	background: url("../../img/icon/search_icon.png") no-repeat;
	width: 13px;
	height: 11px;
	display: inline-block;
	margin-right: 3px;
}
.table-sm {
	display:inline-block;position:relative;width:180px;
}

.item-title {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 3px solid #ef5350;
	color: #333;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
.item-title-text {
	float: left;
	cursor: pointer;
	padding: 0 3px;
}
.item-title-text:hover,
.item-title-text.active {
	position: relative;
	color: #ef5350;
}
.item-title-text.active:after {
	content: '\200B';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ef5350;
}
.item-title-line {
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	color: #ccc;
}
.item-btn {
	float: right;
	margin-bottom: 20px;
	padding-right: 0;
	color: #ef5350;
	font-size: 16px;
	line-height: 1;
	text-align: right;
	cursor: pointer;
}
.item-btn a {
	display: inline-block;
	float: right;
	text-align: center;
	color: #fff;
	width: 90px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	background: #6ec4f2;
	font-size: 16px;
	cursor: pointer;
}
.item-btn a:hover {
	background: #ef5350;
}

.main-block.bg-white {
	background: #fff;
}


.main-meal {
	margin-bottom: 20px;
	background: #fff;
}

.main-meal-top {
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	border-top: 2px solid #ef5350;
	background: #fff;
	text-align: center;
	line-height: 1;
} 
.main-search-bar {
	margin-bottom: 15px;
	padding: 5px;
	background: #fff;
}
.main-search-bar .search-item {
	float: left;
	margin-top: 9px;
	margin-bottom: 4px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #eee;
	color: #666;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}
.main-search-bar .search-item:hover,
.main-search-bar .search-item.active,.main-search-item .active,.main-search-item:hover {
	color: var(--hover-color);
}
.main-search-bar .icon-down {
	display: inline-block;
	width: 11px;
	height: 15px;
	margin-bottom: -3px;
	background: url('../../img/icon/s_web_new.png') -24px -212px no-repeat;
}
.main-search-bar .active .icon-down {
	background: url('../../img/icon/s_web_new.png') -59px -212px no-repeat;
}
.main-search-bar .icon-up {
	display: inline-block;
	width: 11px;
	height: 15px;
	margin-bottom: -3px;
	background: url('../../img/icon/s_web_new.png') -6px -212px no-repeat;
}
.main-search-bar .active .icon-up {
	background: url('../../img/icon/s_web_new.png') -41px -212px no-repeat;
}
/* 自媒体需要暂时不删 */

/* 购物车 */

.order-bar-wrap {
	width: 100%;
}
.order-bar-wrap .left{
	width: 500px;
	float: left;
	padding-top: 12px;
}
.order-bar-wrap.fix {
	position: fixed;
	bottom: -44px;
	left: 0;
	z-index: 2;
}
.order-bar {
	margin-bottom: 44px;
	padding-left: 14px;
	border: 1px solid #f0f0f0;
	background: #fff;
	box-shadow: 0 2px 2px 0 #eee;
	color: #333;
	line-height: 1;
}
.order_btn{float: right;line-height: 70px }
.order_btn span{margin-right: 35px;color:#999;font-size: 16px;}
.order_btn b{color: #333;font-size: 14px;margin-right: 35px}
.order_btn ss{color: #FE6F19;font-weight: bold}
.order-bar-wrap .icon_down{position: absolute; bottom: -11px; left: 100px; display: inline-block;background: url("../images/new/icon_red.png") no-repeat;width: 24px;height: 12px}
.shop_card span{font-weight: bold;cursor: pointer}
.shop_card .mr20{margin-right: 20px}
.shop_card span:first-child+span{color: #555;margin: 0 42px 0 30px}
.shop_card a{color: #fb6363}
.shop_card i{background: url("../../img/icon/black-down.png") no-repeat;width: 10px;height: 6px;display: inline-block;margin-left: 5px}
.shop_card .up{background: url("../../img/icon/black-up.png") no-repeat;}
.shop_cards{
	width: 1200px;
	min-height: 163px;
	background: #fff;
	box-shadow: 0px 3px 8px var(--main-color);
	position: absolute;
	bottom: 74px;
}
.shop_cards ul{
	width: 1197px;
	max-height: 260px;
	background: #fff;
	overflow: scroll;
	padding-top: 20px;
}
.shop_cards ul li{
	width: 203px;
	height: 102px;
	float: left;
	margin: 0 0 24px 30px;
	color: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.shop_cards .cur i{
	background: url("../../img/icon/border-red.png") no-repeat;
	position: absolute;
	left: 0;
	top:0;
	height: 102px;
	width: 203px;
}
.shop_cards ss{
	background: rgba(230,249,255,1);
	color: #FE4D55;
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 12px;
	padding: 0.1rem 0.2rem;
	display: none;
}
.shop_cards .cur:hover ss{
	top:2px;
	cursor: pointer;
	display: block;
}
.shop_cards ul li .top{
	background: url("../../img/icon/blue_card.png") no-repeat;
	width:203px;
	height:71px;
	padding: 12px 0 0 12px;
	font-size: 12px;
}
.shop_cards .null{
	color: #808080;text-align: center;
	padding-top: 120px;
}
.shop_cards .un_use .top{
	background: url("../../img/icon/gray_card.png") no-repeat;
}
.shop_cards .un_use p:first-child+p{color: #b3b3b3}
.shop_cards .top b{
	font-size:24px;
}
.shop_cards .bottom{
	width:203px;
	height:31px;
	line-height: 31px;
	border:1px solid rgba(110, 196, 242, 1);
	display: inline-block;
	color: var(--main-color);
	padding-left: 12px;
}
.shop_cards .un_use .bottom{
	border:1px solid rgba(212, 212, 212, 1);
	color: #b3b3b3;
}

.order-bar .text-left {
	float: left;
	margin:0 10px 10px 0;
	padding-top: 22px;
	font-size: 14px;
}
.order-bar .order-tips{
	width: 60%;
	text-align: right;
	color: #ff9800;
}
.order-bar .text-right {
	float: right;
	padding-top: 17px;
	font-size: 14px;
}
.order-bar .text-yellow {
	font-weight: bold;
}
.order-bar .text-bold {
	font-size: 16px;
	font-weight: bold;
}
.order-bar .order-btn {
	float: right;
	width: 180px;
	/*height: 100%;*/
	margin: -1px;
	margin-left: 60px;
	background: #ef5350;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}

.order-bar .order-btns {
	float: right;
	width: 180px;
	margin: -1px;
	margin-left: 60px;
	background: rgb(184, 193, 200) !important;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	cursor: not-allowed;
}
.card_type{
	color: #555;
	font-weight: normal;
	margin-right: 30px
}

/*购物车页面补充*/

.content .cart_head {
    width: 1200px;
    background-color: #f6f6f6;
    color: #808080;
    border-bottom: 3px solid #ef5350;
    padding: 10px 0;
    position: fixed;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
   
}
.content .cart_head ul li{
	display:inline-block;
}

.content .icon-checkbox {
    background: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
}


.cart_head span:nth-child(1) {
    padding-left: 14px;
    text-align: left;
}
.cart_head span {
    float: left;
    text-align: center;
}

.index_top .w235 {
    width: 235px;
}

.index_top .w290 {
    width: 290px;
}

.index_top .w155 {
    width: 155px;
}
.index_top .w195 {
    width: 195px;
}
.index_top .w60 {
    width: 60px;
}
.index_top .w90 {
    width: 90px;
}
.tag_box{
    text-align: left;
}
.tag_box i {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
	font-style:normal;
}
.tag_box .no-mgc {
    background: url('../../img/icon/s_web_new.png') -142px -153.5px no-repeat;

}
.tag_box .mgc {
    background: url('../../img/icon/s_web_new.png') -142px -128.5px no-repeat;
    width: 16px;
    height: 16px;

}
.tag_box .autochain {
    background: url('../../img/icon/s_web_new.png') -109px -128.5px no-repeat;
}
.index_top .cate {
    padding: 0 2px;
    text-align: center;
    font-size: 12px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    line-height: 14px;
    border-radius: 3px;
    width: auto !important;
}
.h_margin-top{
    padding: 50px 0 0 0;
   
}
.cart_header {
	padding:10px 0;
	 text-align: left;
}
.cart_header .title{
font-size: 18px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    width: 766px;
  

}
.content .item_bd {
    margin-bottom: 0;
}
.item_bd>li {
    border: 1px solid #e6e6e6;
    padding-left: 14px;
    box-sizing: border-box;
    margin-bottom: -1px;
}
.item_bd>li>div {
    height: 105px;
    padding: 18px 0;
}
.item_bd .goods_name {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
	text-align: left;
}
.item_bd .goods_url {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
	text-align: left;
}
.item_bd .goods_url a{
 
    color: #999;
 
}

.common_list_tab{
    padding: 20px 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;

}
/*v3.2*/
:focus,*{outline:none !important;}
.btn-red{border: 1px solid #FF5959;color: #FF5959;margin-left: 5px;}
.btn-red:hover{background: #FF5959;color: #FFFFFF;}
.modal-bargaining .infoweb{font-weight: bold;font-size: 16px;color: #666666;border-left: #ef5350 solid 3px;padding-left: 10px;}
.newversion label{color: #808080;font-weight: normal;text-align: right;}
.newversion em{font-style: normal;padding-left: 8px;font-size: 16px;color: #808080;}
.newversion span{font-size: 24px;color: #FB6363;}
.btn_red{width: 134px; height: 38px; background: #ff5959; border: 1px solid #ff5959; font-size: 16px; border-radius: 5px;color: #FFFFFF;outline: none;}
.btn_red:hover{background: #ff5959;border-color: #FF5959 ;color: #FFFFFF;}
.mb80{margin-bottom: 80px;}
.fp80{ font-size: 18px; color: #808080; width: 433px; margin: 0 auto; line-height: 2;margin-bottom: 70px}
.w134{width: 134px;height: 38px;font-size: 16px;}
.mtb53{margin: 53px 0 43px 0;}

.modal-main label{width: 100px;line-height: 40px;color: #808080}
.dropdown .btn.dropdown-toggle { text-align: left; height: 40px; }
.list_price{width: 80%;padding-right: 10px}
.list_price .checkplace{float: left;margin-right: 30px;margin-top: 10px;line-height: 20px !important;width: auto !important;}
.list_contact .checkplace{margin-top: 0;}
.checkplace input{ width: 23px; height: 40px; line-height: 40px; padding: 8px; border: 1px solid #DFDFDF; border-radius: 3px; position: absolute; opacity: 0;}
.checkplace input[type=radio]+b{ display: inline-block; width: 20px; height: 20px; background: url('../../img/icon/s.png') no-repeat -70px -77px; vertical-align: bottom; margin-right: 10px; }
.checkplace input[type=radio]:checked+b { display: inline-block; width: 20px; height: 20px; background: url('../../img/icon/s.png') no-repeat -70px -103px; vertical-align: bottom; margin-right: 10px;}

/*确认订单*/
.order_index{margin-bottom: 92px}
.order_title{height: 38px;line-height: 38px;background: #f7f7f7;}
.order_title li{width: 14%;float: left;text-align: center;}
.item-border.pl_20{padding-left: 20px}
.bei_box{text-align: center;padding-top: 20px}
.bei_box p{height: 40px;line-height: 40px;}
.bei_box input{width: 200px;height: 30px;}
.modal .bei_modal{z-index: 999}

/* 新版购物车 start*/
.cart_head{width:1200px;background-color: #f6f6f6;color:#808080;border-bottom: 3px solid #ef5350;padding: 10px 0;position: fixed;left: 50%;transform: translateX(-50%);z-index: 2;border-top: 30px solid #fff;}
.cart_head span{float: left;;text-align: center;}
.cart_head span:nth-child(1){padding-left: 14px;text-align: left;}
.cart_box{background-color: #fff;}
.cart_box .w235{width: 235px;}
.cart_box .w290{width: 290px;}
.cart_box .w240{width: 240px;}
.cart_box .w155{width: 155px;}
.cart_box .w90{width: 90px;}
.cart_box .w125{width: 125px;}
.cart_box .w60{width: 60px;}
.cart_box .w530{width: 530px;}
.cart_box .w25{width: 25px;}
.cart_box .w195{width: 195px;}
.cart_box .w189{width: 189px;}
.cart_box .w300{width: 300px;}
.cart_box .icon-checkbox{background: none;border: 1px solid #ddd;border-radius: 3px;margin-right: 5px;}
.cart_box .icon-checkbox.checked{background: url('../../img/icon/s_web_new.png') -79px -128.5px no-repeat !important;border: none; }
.cart_title{font-size: 20px;color:#414141;margin-top: 17px;}
.cart_item_box .item_hd{padding: 20px 0 10px;}
.cart_item_box .item_hd .item_title{font-size: 18px;color:#fff;font-family: 'Microsoft YaHei';font-weight: bold;width: 766px;display: inline-block;}
.cart_item_box .item_hd .item_num{text-align: right;width: 240px;display: inline-block;color:#fff;position: relative;z-index:1;}
.media_box .item_num{width: 425px !important;}
.cart_item_box .item_hd .item_num .select{transform: translateY(8px);}
.cart_item_box .item_hd .open_btn{display: inline-block;width:179px;text-align: right;color:#808080}
.media_box .open_btn{width: 50px !important;}
.cart_item_box .pl_set_time{padding: 1px 5px;color:#fff;background-color: #f44336;border-radius: 3px;cursor: pointer;}
/* .cart_item_box .item_hd .open_btn i{display: inline-block;width: 15px;height: 10px;background: url(../../img/icon/_web.png') -93px -8px no-repeat;margin-top: 5px;}
.cart_item_box .item_hd .open_btn .close{background: url(../../img/icon/_web.png') -123px -9px no-repeat;} */
.cart_item_box .item_bd {border: 1px solid #e6e6e6;margin-bottom: 0;}
.cart_item_box .item_bd>li{border-top: 1px solid #e6e6e6;padding-left: 14px;box-sizing: border-box;}
.cart_item_box .item_bd>li:nth-child(1){border-top: none;}
.cart_item_box .item_bd>li>div{height: 120px;padding: 18px 0;}
.cart_pay .cart_item_box .item_bd>li{padding-left: 39px;}
.cart_item_box .cate{padding: 0 2px;text-align: center;font-size: 12px;color:var(--main-color);border: 1px solid var(--main-color);background-color: var(--main-color);line-height: 14px;border-radius: 3px;width: auto !important;}
.cart_item_box .goods_name{font-size: 16px;color: #333;margin-bottom: 0;}
.cart_item_box .goods_url{font-size: 14px;color:#999;margin-bottom: 5px;max-width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 100%;}
.cart_item_box .item_bd>li:hover{background-color: #fffafa;}
.cart_item_box .item_bd>li:hover .setlink{border: 1px dashed var(--main-color);}
.cart_item_box .item_bd>li:hover .setlink i{display: block;}
.cart_item_box .setlink{position: relative;cursor: pointer;background-color: #fff;border: 1px dashed transparent;overflow: hidden;}
.cart_item_box .setlink p span:nth-child(2){display: inline-block;vertical-align: top;max-width:75%;overflow: hidden;}
.cart_item_box .setlink p{padding-left: 15px;margin-bottom:5px;color: #999;font-size: 14px;}
.cart_item_box .setlink i{position: absolute;right: 0;top: 0;background-color: var(--main-color);color:#fff;font-size: 12px;padding: 0 2px;display: none;}
.cart_item_box .setlink .set_material{right: 60px;}
.cart_item_box .setlink img,.cart_item_box .imgtext img{width: auto;height: 40px;margin-left: 5px;max-width: 140px;}
.cart_item_box .setlink:hover{border-color: #f44336 !important;}
.cart_item_box .setlink:hover i{background-color: #f44336;}
.cart_item_box .goods_down .setlink:hover,.goods_down .icon-checkbox:hover,.goods_down .select:hover{cursor:no-drop !important;}

.cart_item_box .adver_msg{text-align: center;}
.cart_item_box .adver_msg div{display: inline-block;text-align: left;min-width: 115px;}
.cart_item_box .adver_msg p{margin-bottom: 5px;color: #555;}
.cart_item_box .web_msg p{padding-left: 80px;}
.cart_item_box .cover_img{width: 50px;height: 50px;position: relative;margin-right: 10px;}
.cart_item_box .cover_img img{width: 100%;height: 100%;border-radius: 50%;}
.cart_item_box .wx_msg span{display: inline-block;vertical-align: top;}
.cart_order_balance{padding-top: 8px;font-size: 16px;}
.cart_box .edit_btn{cursor: pointer;}
.relative{position: relative;}
.goods_down{background: url('../../img/icon/has_remove.png') no-repeat 95% 50%;}
/* 套餐 */
.cart_item_box .package_num{color:var(--main-color) !important;}
.cart_item_box .item_package_title{color:#333333;font-size: 19px;font-weight: bold;width: 766px;display: inline-block;}
.cart_item_box .discount{text-align: center;}
.cart_item_box .discount_tag{display: inline-block;line-height: 17px;background-color: #fe8901;padding: 0 5px;border-radius: 9px;color:#fff;font-weight: bold;font-size: 12px;height: 18px;}
/* 图标辅助类 */
.cart_item_box .tag_box i{display: inline-block;width: 16px;height: 16px;}
.cart_item_box .autochain{background: url('../../img/icon/s_web_new.png') -109px -128.5px no-repeat;}
.cart_item_box .mgc{background: url('../../img/icon/s_web_new.png') -142px -128.5px no-repeat;width: 16px;height: 16px;vertical-align: top;}
.cart_item_box .no-mgc{background: url('../../img/icon/s_web_new.png') -142px -153.5px no-repeat;vertical-align: top;}
.cart_item_box .tag_box .bd_weight{width: 33px;height: 16px;text-align: right;padding: 0 5px 0 2px;border: 1px solid #dfdfdf;border-radius: 2px;background: url('../../img/icon/s_web_new.png') -79px -156px no-repeat;box-sizing: border-box;line-height: 14px;font-size: 12px;color:#666;}
.cart_item_box .text_center{text-align: center;color:#555;}
.cart_item_box .color_gray{color: #999;}
.cart_item_box .color_block{color: #555;word-wrap: break-word;}
.cart_item_box .app_icon{background: url('../../img/icon/app.png') no-repeat;background-size: 100% 100%;}
.cart_item_box .android_icon{background: url('../../img/icon/az.png') no-repeat;background-size: 100% 100%;}
.cart_item_box .ios_icon{background: url('../../img/icon/ios.png') no-repeat;background-size: 100% 100%;}
.cart_item_box .app_icon{background: url('../../img/icon/app.png') no-repeat;background-size: 100% 100%;}
.cart_item_box .applet_icon{background: url('../../img/icon/applet.png') no-repeat;background-size: 100% 100%;}
.cart_item_box .tag_box .star{color:#ff7800;border-color: #ff7800;background-color: #fdede8;}
.cart_item_box a{color: inherit;}
.cart_item_box .wx_code{background: url('../../img/icon/s_web_new.png')-109px -154px no-repeat;display: inline-block;margin-top: 1px;}
.order-bar-wrap .text-red{color:#fe1f25;}
.cart_item_box .price,.order-bar-wrap .price{color:#ff6633 !important;font-weight: bold ;}
.cart_item_box .old_price{font-size:16px;color:#c9c9c9;text-decoration: line-through;font-weight: bold;margin-bottom: 5px;}
.order-bar-wrap .bg_gray{background-color: #b3b3b3 !important;}
.cart_item_box .friendpackage_icon{width: 20px;height: 20px;background: url('../../img/icon/s_web_new.png')-142px -100px no-repeat;display: inline-block;margin-bottom: -3px;}

/* 下拉选项 */
.select {display: inline-block;position: relative; text-align: center;cursor: pointer;}
.select-menu {overflow: hidden;border-radius: 3px;}
.select-con {float: left;width: 65px;height: 26px;padding-left: 4px;border: 1px solid #dcdcdc;border-right: 0px;line-height: 22px;background: #FFFFFF;}
.select-btn {float: right;width: 25px;height: 26px;border: 1px solid #CCCCCC;background: #f1f1f1 url('../../img/icon/updown.png') center no-repeat;}
.select ul {position: absolute;top: 26px;left: 1px;display: none;width: 98%;border-bottom: 1px solid #dcdcdc;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;background-color: #fff;z-index: 99;}
.select ul li {height: 26px;padding-left: 4px;border-left: 1px solid #dcdcdc;border-right: 1px solid #dcdcdc;line-height: 26px;cursor: pointer;}
.select ul li.hover {border-color: #f44336;background-color: #f44336;color: #fff;}
.select ul li:hover {border-color: #f44336;background-color: #f44336;color: #fff;}
.select-up.select-up ul {bottom: 28px;top: auto;border-top: 1px solid #dcdcdc;border-bottom: 0px;border-radius: 0px;border-top-left-radius: 3px;border-top-right-radius: 3px;}
/*素材弹窗  */
.list-link ul{float: left;}
.list-link ul li{float: left;width: 267px;height: 67px;background: url('../../img/icon/gray_link.png') no-repeat center;padding: 10px;margin-right: 10px;margin-bottom: 22px;cursor: pointer;position: relative;}
.list-link ul li span.default_link{position: absolute;top: 0px;right: 0px;color: #fff;background: #f75f5f;}
.list-link ul li p{margin-bottom: 5px;}
.list-link ul li p ss{display: inline-block;width: 170px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: bottom;}
.list-link ul li .title{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; width: 65%; float: left;}
.list-link ul li .weCart img{width: 73px;height:52px;float: right;margin-right: 10px}
.list-link ul li .weCart{margin-top: 10px}
.last_li{background: url('../../img/icon/add_link.png') no-repeat center;cursor: pointer;width: 267px;height: 67px;}
.list-link ul li.active{background: url('../../img/icon/licai.png') no-repeat center;}
.pd835{width: 100px;height: 35px;font-size: 18px;line-height: 20px;}
.default_link{color: #ef5350;}
.addlink_box{width: 626px;height: 212px;background: url('../../img/icon/addlink.png') no-repeat center;padding: 30px 13px;background-size: 100% 100%;}
.addlink_box input{width: 247px;height: 34px;line-height: 34px;border-radius: 3px;border: 1px solid #D2D2D2;}
.ml45{margin-left: 45px;margin-bottom: 0px;}
.mb10{margin-bottom: 10px;}
.pl_20{padding-left: 20px;}
.btn-cancel{width: 70px;height: 30px;line-height: 17px;text-align: center;background: #FFFFFF;color: #ef5350;border:1px solid #ef5350;}
.btn-cancel:hover{color: #ef5350;}
.btn-save{width: 70px;height: 30px;line-height: 17px;text-align: center;background: #ef5350;color: #ffffff;border:1px solid #ef5350;}
.btn-save:hover{color: #ffffff;}
.adv_box ul li{width: 823px;height: 93px;background: url('../../img/icon/gray_adv_link.png') no-repeat center;padding: 15px;cursor: pointer;}
.adv_box ul li.active{background: url('../../img/icon/cai_adv_link.png') no-repeat center;}
.adv_box ul li div:first-child{text-align: left;}
.adv_box ul li div:first-child+div{margin-top: 18px;}
.adv_box ul li div{float: left;width: 220px;text-align: center;}
.adv_box ul li div img{width: 304px;height: 62px;}
.adv_box ul li div p{width: 200px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.adv_box ul li p{color: #333333;}
.adv_box ul li span{color: #808080;}
.adv_box ul li i{font-style: normal;color: #333333;}
.adv_box ul li img{width: 304px;height: 62px;margin: 0px auto;}
.last_advli{background: url('../../img/icon/add_adv_link.png') no-repeat center;cursor: pointer;width: 823px;height: 93px;}

.add_advlink_box{width: 822px;height: 307px;background: url('../../img/icon/add_advlink.png') no-repeat center;padding: 30px 13px;}
.add_advlink_box input{width: 247px;height: 34px;line-height: 34px;border-radius: 3px;border: 1px solid #D2D2D2;}
.H24{height: 24px;line-height: 9px;}
.ce{border: 1px solid #EEEEEE;border-bottom: none;}
.textwidth{ padding: 3px 10px;line-height: 27px;float: right;margin-right: 25px;margin-top: 5px;}
.w138{width: 138px;margin: 0px auto;}
.w148{width: 148px;margin: 0px auto;}
.pl15 thead tr th{text-align: left;padding-left: 15px;}
.text-red{color: #ee0c1c !important;}
.Wdate { height: 40px !important; line-height: 40px !important; width: 104px; text-align: center;cursor: pointer;padding-left: 3px; border: 1px solid #dcdcdc !important; border-radius: 3px; background: none !important; }
.start_time{margin:0 0 25px 30px;font-weight: normal!important;}
.tips-gray{margin-bottom: 5px;}
.bgimg{
	display: inline-block;
	width: 230px;
	height: 120px;
	background: #f2f2f2 url('../images/upimg.png') no-repeat center;
	border-radius: 3px;
	outline: none;
	border: 1px solid #DFDFDF;
}
.vatop{vertical-align: top}
.toolong{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;}
.list-link.rw ul li{
	width: 267px;
	height: 98px;
	margin-right: 10px;
	background-image: url('../images/rw-bor.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
}
.list-link.rw .last_li{
	background-image: url('../images/rw-add-bor.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 267px;
	height: 98px;
}
.list-link.rw ul li.active{
	background-image: url('../images/rw-bor-y.png');
}
.friendbox .left-cons{margin-right: 14px;margin-left: 4px;}
.friendbox .left-cons,.friendbox .right-cons{float: left;}
.friendbox .left-cons img{width: 111px;height: 96px;margin-left: 10px;}
.friendbox .user_head img{width: 90px;height: 90px;border-radius: 50%;}
.friendbox .right-cons{text-align: left;}
.friendbox .right-cons span.lbs{display: inline-block;width: auto;height: 15px;line-height: 12px;background: var(--main-color);border: 1px solid var(--main-color);color: var(--main-color);border-radius: 3px;font-size: 12px;padding: 1px;vertical-align: top;}
.friendbox .right-cons span.tew{max-width:70px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;}
.friendbox .right-cons .pull-left:nth-child(1){margin-right: 5px;}
.friendbox .right-cons p{margin-top: 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 180px;}
.shoptable thead{border: none;}
.shoptable thead tr th{background: #ffffff;font-size: 16px;color: #1B1B1B;}
.tleft{text-align: left !important}
.yqlj{background: url('../../img/icon/friendlink.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.fontimg{background: url('../../img/icon/fontimg.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.rw_icon_title{background: url('../../img/icon/icon_rw_title.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.jin{background: url('../../img/icon/jin.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.icon-rw{background: url('../../img/icon/icon_rw.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.icon_weibo,.icon_wx{background: url('../../img/icon/icon_weibo.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.icon_wx{background: url('../../img/icon/icon_wx.png') no-repeat 0px;}
/* .item-border{border: 1px solid #D2D2D2;border-radius: 3px;} */
.item-border td{padding: 12px !important;}
.item-border td p{color: #555555;}
.item-border td p.old-price{text-decoration:line-through;color: #808080;}
.bg-qianblue{margin: 0px 15px;background: #f4f9fd;height: 46px;line-height: 46px;padding-left: 27px;}
.bg-qblue td{border: 1px solid #EEEEEE;}
.bg-qblue td{text-align: left !important;}
.bg-qblue td span:first-child{margin-right: 0px;}
.bg-qblue td span{margin-right: 80px;vertical-align: top;}
.bg-qblue td span.text50{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: inline-block;width: 30%;}
.text-ellipsis-200{white-space: nowrap;text-overflow: ellipsis;display: inline-block;width: 350px;overflow: hidden;}
.text-white{color: #FFFFFF !important}
.H15{height: 15px;}
.bg-qblue td span img{width: 265px;height: 38px;margin: 0 0 3px 10px;}
.mtb20{margin-top: 20px;padding: 17px;background: #FFFFFF;}
/* 新版购物车end */

.mr10{margin-right: 10px;}

/* 软文套餐-购买套餐 */
.buymeal_box{
	font-weight:400;
}
.buymeal_box .box_card{
	min-height: 180px;
	border-top: 2px solid rgba(83,198,140,1);
	padding:0 20px 20px;
	background-color: #fff;
	position: relative;
}
.buymeal_box .icon-meal-text{
	height:23px;
	background:rgba(83,198,140,1);
	border-radius:0px 0px 6px 6px;
	display: inline-block;
	padding: 0 7px;
	line-height: 23px;
	color: #fff;
}
.buymeal_box .meal_title{
	font-size:18px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:20px;
}
.buymeal_box .discount{
	width:50px;
	height:24px;
	background:rgba(254,137,1,1);
	border-radius:12px;
	display: inline-block;
	text-align: center;
	font-size:14px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:24px;
}
.buymeal_box .meal_price{
	color:rgba(254,111,25,1);
	padding-left: 4px;
	vertical-align: middle;
}
.buymeal_box .meal_price small{
	font-size: 14px;
}
.buymeal_box .meal_price b{
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}
.buymeal_box .original_price{
	font-size:14px;
	text-decoration:line-through;
	color:rgba(153,153,153,1);
}
.buymeal_box .meal_color{
	color: rgba(254,111,25,1)!important;
}
.buymeal_box .box_card .web_count{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(128,128,128,1);
}
.buymeal_box .box_card .meal_desc{
	font-size:14px;
	color:rgba(128,128,128,1);
	line-height:20px;
	margin-top: 15px;
}
.buymeal_box .meal_table{
	margin-top: 10px;
	background-color: #fff;
}
.meal_table table{
	width: 100%;
}
.meal_table table thead >tr{
	background-color: #fff;
	height: 44px;
	border-bottom: 1px solid rgba(56,182,255,1);

}
.meal_table table thead >tr th{
	text-align: center;
	font-size: 16px;
	color:rgba(27,27,27,1);
}
.meal_table table tbody >tr{
	height: 120px;
	border-bottom:1px solid rgba(238,238,238,1);
}
.meal_table table tbody >tr:last-child{
	border-bottom: 1px solid rgba(56,182,255,1);
}
.meal_table table tbody >tr td{
	text-align: center;
}
.meal_table table tbody tr td .title{
	font-size: 16px;
	color:rgba(85,85,85,1);
	text-align: center;
}
.buymeal_box .meal_table{
	padding-bottom: 22px;
}
.buymeal_box .meal_table .cate{
	height:15px;
	background:rgba(226,239,255,0.5);
	border:1px solid rgba(110,166,232,1);
	border-radius:3px;
	line-height: 15px;
	padding: 0 5px;
	color:rgba(110,166,232,1);
}
.buymeal_box .meal_table .text_group{
	font-size: 14px;
	margin: 0;
}
.buymeal_box .meal_table .text_group label{
	color:#808080;
	font-weight: normal;
}
.buymeal_box .meal_table .text_group span{
	color:#555555;
}
.icon-meal-example{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(37,172,246,1);
}
.icon-meal-example::before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 15px;
	background-image: url('../../img/icon/icon-example.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 4px;
}
.mrlt15{
	margin-left: 15px;
}
.buymeal_box .buy_meal_btn{
	width:120px;
	height:36px;
	background:rgba(255,149,25,1);
	border-radius:5px;
	line-height: 36px;
	text-align: center;
	font-size:18px;
	color:rgba(255,255,255,1);
	display: block;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: calc(50% - 18px);
}
.buymeal_box .tj_package{
	margin-top: 26px;
	background-color: #fff;
}
.buymeal_box .tj_package .title{
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid rgba(238,238,238,1);
	font-size:16px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	padding: 0 10px;
}

/*软文套餐*/
.soft_nums{float: right;display: inline-block;margin-top: 15px;}
.softtext-meal{margin-bottom: 20px;background: #fff;padding: 0 10px;}
.softtext-meal li{width: 380px;height: 275px;border:1px solid #E7EBED;text-align: center;margin-bottom:20px;float: left;margin-right: 20px;}
.softtext-meal li:nth-child(3n){margin-right: 0px;}
.softtext-meal li .t_border{text-align: center;}
.softtext-meal li .t_border span{padding: 2px 7px;border-radius: 0px  0px  6px  6px;color: #FFFFFF;}
.#f0ad4e_border{border-top: 1px solid #53C68C;}
.#f0ad4e_border span{background: #53C68C;}
.blue_border{border-top: 1px solid #ef5350;}
.blue_border span{background: #ef5350;}
.yellow_border{border-top: 1px solid #FF9519;}
.yellow_border span{background: #FF9519;}
.softtext-meal li .meal_name{font-family: "microsoft yahei";font-size: 18px;color: #333333;margin-bottom: 20px;}
.softtext-meal li .webnum{font-size: 16px;color: #808080;}
.softtext-meal li .webnum span{background: var(--main-color);font-size: 12px;color: var(--main-color);border: 1px solid var(--main-color);border-radius: 4px;padding: 2px 8px;}
.softtext-meal i,.softtext-meal cite{font-style: normal;}
.softtext-meal li .money{margin-top: 22px;margin-bottom: 17px;}
.softtext-meal li .money span{font-size: 24px;color: #FE8901;}
.softtext-meal li .money span i{font-size: 36px;color: #FE8901;}
.softtext-meal li .money .new{display: inline-block;width: 46px;height: 18px;background: #FE8901;border-radius: 9px;color: #FFFFFF;font-size: 12px;}
.softtext-meal li .money .old{color: #999999;font-weight: 400;text-decoration: line-through;}
.softtext-meal li .money dl dt{float: left;width: 60%;text-align: right;}
.softtext-meal li .money dl dd{float: left;padding-left: 10px;margin-top: 6px;}
.softtext-meal li .foot{background: #F6F6F6;color: #999999;height: 60px;padding: 10px 37px;}
.softtext-meal .cue-text{padding-bottom: 25px;}
.softtext-meal .cue-text p{padding-left: 29px;}
.softtext-meal .cue-text p:first-child{padding-left: 0px;}


.none{display: none;}
.check input[type=checkbox]+b{display: inline-block;width: 20px;height: 20px;background: url('../../img/icon/s.png') no-repeat -7px -77px;vertical-align: bottom;margin-right: 10px;}
.check input[type=checkbox]:checked+b{display: inline-block;width: 20px;height: 20px;background: url('../../img/icon/s.png') no-repeat -7px -103px;vertical-align: bottom;margin-right: 10px;}
.mlck{margin-bottom: 0;vertical-align: bottom;margin-left: 0px;}
.subsidies{display: inline-block;padding: 0 10px;height: 25px;line-height: 25px;text-align: center;background: #FF4F1D;color: #fffcac;font-size: 14px;cursor: pointer;position: relative;}
.subsidies:before{content: "";width: 4px;height: 25px;background: url('../images/newyear/z.png') no-repeat center;position: absolute;top: 0;left: -4px;}
.subsidies:after{content: "";width: 4px;height: 25px;background: url('../images/newyear/y.png') no-repeat center;position: absolute;top: 0;right: -4px;}
i{font-style: normal;}
.f14{font-size: 14px;}
.subsidies span{margin-right: 5px;}
.subsidies i{margin-left: 5px;}
.subsidies cite{display: inline-block;width: 9px;height: 10px;background: url('../images/newyear/double-up.png') no-repeat center;margin-left: 10px;}
.preferential{display: inline-block;width: 20px;height: 20px;line-height: 20px;text-align: center;background: #e9401a;color: #fff954;font-size: 12px;border-radius: 5px;}
.new_preferential{background: #e9401a; color: #fff954; font-size: 12px; border-radius: 3px; padding: 2px 5px; vertical-align: top;}
.special_link{background: #ff4f1d; color: #fff954; font-size: 14px; border-radius: 6px; padding: 2px 10px; vertical-align: top; display: inline-block; margin-top: 12px;cursor: pointer;}
.special_link:hover{background: #ff2221;}
.position_relative{position: relative;}
.cardBox{width: 630px;height: 400px;background: url("../images/newyear/card_list2.png") no-repeat center;position: absolute;bottom: 40px;left: -220px;}
.cardBox .title{height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #333333;margin-top: 8px;}
.cardBox .cardList{padding: 12px 15px 0;overflow-x: hidden;overflow-y: auto;width: 630px;height: 100%;}
.cardBox .cardList .card-info{margin-bottom: 20px;float: left;margin-right: 20px;}
.cardBox .cardList .card-info .sb_bg{width: 229px;height: 51px;background: url("../images/newyear/sb_bg.png") no-repeat center;margin: 0 auto;position: relative;}
.cardBox .cardList .card-info .sb_bg span{font-size: 20px;color: #FF4F1D; display: inline-block;margin-top: 13px;margin-left: 20px;float: left;}
.cardBox .cardList .card-info .sb_bg span i{font-size: 14px;}
.cardBox .cardList .card-info .sb_bg cite{font-size: 16px;color: #FF4F1D;font-style: normal;float: right;margin-right: 25px;margin-top: 16px;}
.mtp15{margin-top: 15px;}
.cardBox  .sb_foot{padding: 7px 20px;text-align: left;}
.cardBox  .sb_foot .yx{color:#999999;font-size: 16px;margin: 0 15px;}
.cardBox  .sb_foot .yx i{color: #FE6F19;font-size: 18px;font-style: normal;}
.cardBox  .sb_foot .yx ss{font-size: 14px;color: #FE6F19;}
.cardBox  .sb_foot .numprice{color: #FE6F19;}
.cardBox  .sb_foot .sure{display: inline-block;width: 54px;height: 28px;line-height: 28px;text-align: center;background: #ef5350;color: #FFFFFF;font-size: 16px;border-radius: 4px;margin-left: 45px;cursor: pointer;}
.cardBox .gundong{overflow: hidden;width: 600px;height: 288px;border-bottom: 1px solid #EEEEEE;border-top: 1px solid #EEEEEE;}
.color333{color: #333333;font-size: 14px;font-weight: normal;}
.mt30{margin-top: 30px;}
.mtb10{margin-top: 10px !important;margin-bottom: 10px !important;}
.ml15{margin-left: 15px}

.price_down{background: url("../../img/icon/price_down.png") no-repeat;position: absolute;top:0px;right: 8px;width: 46px;height: 20px;background-size: 100%}


/* 关闭箭头 */
.shutdown::after{content: '';background: url('../images/jf/down.png') no-repeat center;margin-left: 6px;display: inline-block;width: 10px;height: 10px;transform-origin: center;transform: rotate(180deg);}


/*新版本友链套餐*/

.btn_right{float: right;text-align: right;padding: 9px 0 0 0}
.btn_right b{font-size: 16px;color: #ff9519;font-style: oblique}
.btn_right a{width: 76px;height: 30px;text-align: center;line-height: 30px;color: #fff;border-radius: 5px;background: #000;display: inline-block;margin-left: 20px}

.package_list ul{margin-top: 20px}
.package_list .pack_index{ width:32%;background:rgba(255,255,255,1);cursor: pointer; border:1px solid rgba(231, 235, 237, 1); float: left; margin: 0 20px 20px 0; padding-top: 20px;}
.package_list .pack_index:hover{ box-shadow:0px 2px 6px 0px var(--main-color); }
.package_list .pack_index:nth-child(3n+3){margin-right: 0}
.package_list .pack_index h4{font-size: 18px;font-weight: bold;height: 19px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 20px}

.package_list ul li .text{padding-left: 20px}
.package_list ul li .text span:first-child{ width:45px; height:18px; background:rgba(254,137,1,1); border-radius:9px; color: #Fff; font-size: 12px; text-align: center; font-weight: bold; display: inline-block; }
.package_list ul li .text span:last-child{ text-decoration: line-through;color: #b3b3b3;font-size: 14px;font-weight: inherit;margin-left: 14px; }
.package_list ul li .text span{ font-size: 16px; color: #fe8901; font-weight: bold; }
.package_list ul li p{ height: 40px; margin-bottom: 10px; color: #999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;padding: 0 20px}

.package_list ul li .bottom{ width: 100%; padding-left: 20px; height: 50px; line-height: 50px; background: var(--hover-color); color: #000; margin-top: 17px; }
.package_list ul li .bottom i:after{content: "\f107"; background: url("../../img/icon/down.png") no-repeat center; width: 15px; height: 10px; display: inline-block;}
.package_list ul li .bottom a{ width: 80px; height: 26px; background: #ef5350; border-radius: 13px; float: right; margin: 13px 14px 0 0; line-height: 26px; color: #fff; text-align: center; }

.package_list .bottom .top{ border-left: 10px solid var(--main-color); border-right: 10px solid var(--main-color); border-bottom: 10px solid #fe8901; position: absolute; top: 26px; left: 0; }

.table_height{max-height: 500px;overflow-y: scroll}


/* 新版商品页公用样式 */
.main-filter-wrap{width: 1200px;margin-bottom: 10px;}
.main-filter-box{width:930px;background-color: #fff;}
.main-filter-box .row-box{padding: 0 18px;}
.main-filter-box .row-box>div{padding: 12px 0;border-bottom: 1px solid #ebebeb;height:44px;position: relative;}
.main-filter-box .row-box:nth-last-child(1)>div{border-bottom: none;}
.main-filter-box .row-box>div>span{font-size: 13px;color:#999;width:82px;}
.main-filter-box ul{width:86%;margin: 0;}
.main-filter-box li{margin-right:23px ;float:left;font-size: 13px;color:#666;overflow: hidden;}
.main-filter-box li a{display: block;padding:0 7px;border-radius: 3px;}
.main-filter-box li.active a{background-color: var(--bg-color);color: #fff;}
.main-filter-box .cate-box ul{height: 55px;box-sizing: border-box;padding-left: 60px;overflow: hidden;position: relative;}
.main-filter-box .cate-box ul li:nth-child(1){position: absolute;left: 0;}
.main-filter-box .cate-box li{margin-bottom: 10px;}
.main-filter-box .cate-box li:nth-of-type(8n+1){margin-right: 0;}
.main-filter-box .main-more-btn{color:#9aabb8;position: absolute;right: 0;cursor: pointer;font-size: 12px;}
.main-filter-box .open_cate_box{box-shadow:0px 6px 10px -5px var(--main-color);position: absolute;width: 930px;background-color: #fff;z-index: 1; }
.main-filter-box .open_cate_box>div{border-bottom: none !important;}
.main-filter-box .main-more-btn .open{transform: rotate(180deg);}
.main-filter-box .open_cate{height: auto !important;}
.main-filter-box .main-search-input{margin-top: -4px;line-height: 1.7;margin-right: 0 !important;}
.select-box-wrap{float: left;color:#808080;width: 100%;font-size: 14px;}
.scroll-select-box{max-height: 200px;overflow-y: scroll;scrollbar-width: none;-ms-overflow-style: none;}
.scroll-select-box::-webkit-scrollbar{display: none;}
.select-box{position: relative;margin-right: 45px;height: 30px;}
.select-box .value-box{color:#555;position: relative;margin-left: 5px;cursor: pointer;}
.select-box span.active{color:var(--hover-color)}
.select-box span.active::after{border-top-color:var(--hover-color)!important;}
.select-box .value-box::after{content:'';position: absolute;top: 50%;right: -15px;border: 5px solid transparent;border-top-color:#555 ;margin-top: -2.5px;}
.select-box ul{display: none;position: absolute;padding: 12px;left:34px;top:30px;border-top: 3px solid var(--main-color);width: auto;white-space: nowrap;min-width:90px;background-color: #fff;box-shadow: 0px 6px 10px -2px var(--main-color);z-index: 11;	}
.select-box li{text-align: center;width: 100%;margin:0;line-height: 2;font-size: 14px;cursor: pointer;}
.select-box li.active,.main-filter-box .select-box li:hover{color:var(--hover-color)}
.select-box li::before{content:'';position: absolute;top:-20px;left: 50%;margin-left: -10px;border: 10px solid transparent;border-bottom-color:var(--main-color);}
.main-filter-box .reset-filter{color: #9aabb8;padding-left: 15px;background: url("../../img/icon/reset_icon.png") left center no-repeat;font-size: 12px;cursor: pointer;}
.main-filter-box .reset-filter:hover{background: url("../../img/icon/reset_active_icon.png") left center no-repeat; color:#88b9df;}
.mt80{margin-top: 80px;}
/* 筛选结束 */
	/* 右侧交易动态 */
.main-order-list{width: 260px;background-color: #fff;margin-left: 10px;}	
.main-order-banner img{width: 260px;height: 151px;margin-bottom: 15px;}
.main-order-title{text-align: center;margin-bottom: 15px;}
.main-order-title span{color:var(--main-color);font-size: 16px;position: relative;}
.main-order-title span::after,.main-order-title span::before{content:'';position: absolute;width: 5px;height: 5px;background-color: var(--main-color);border-radius: 50%;left: -20px;top: 50%;margin-top: -2.5px;}
.main-order-title span::before{left: auto;right: -20px;}
.main-list-box{font-size: 13px;color:#666;padding:0 20px;overflow: hidden;}
.main-list-box .icon-exchange { float: left; width: 22px; height: 18px; margin-top: 9px; background: url("../../img/icon/icon_exchange.png") no-repeat center; background-size: 10px 8px; }
.main-list-box .list-exchange { float: left; max-width: 97px; color: #333; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.main-list-box li{line-height: 2.7;}
.main-list-mark{color:var(--main-color)}
.main-list-time{color: #b2b2b2;font-size: 12px;}
.main-order-bar{width: 100%;color:#555;background-color: #fff;border-bottom: 1px solid var(--main-color);margin-bottom: 10px;}
.main-order-bar>span{line-height:1;font-size: 14px;float: left;cursor: pointer;}
.main-order-bar .order-item{border-right: 1px solid #d1d1d1;padding: 0 22px;margin: 15px 0;}
.main-order-bar .last-item{border-right: none !important;}
.main-order-bar .active{color:var(--hover-color);font-weight: bold;}
.main-order-bar .icon-down,.main-order-bar .icon-up{display: inline-block;transform-origin: center;width: 8px;height: 12px;margin-bottom: -1px;background: url('../../img/icon/icon_filter.png')center no-repeat;}
.main-order-bar .active .icon-down {background: url('../../img/icon/icon_filter.png')center no-repeat;}
.main-order-bar .icon-up {transform: rotate(180deg);}
.main-order-bar .active .icon-up {background: url('../../img/icon/icon_filter.png')center no-repeat;}
.main-order-bar .search-check,.main-order-bar .search-count{margin: 14px 0 16px 0;}
.main-order-bar .flyall{margin: 7px 18px ;}
.main-order-bar .flyall:hover{color: #fff;}
.text-price-color{color:#ff6633}
.oblique{font-style: oblique;}

/* 列表 */
.main-goods-list{background-color: #fff;width: 100%;margin-bottom: 50px;}
.head{color:#9aabb8;font-size: 14px;border-bottom: 1px solid #ebebeb;width: 100%;background-color: #fff;padding: 15px 5px}
.head>span{float: left;;text-align: center;position: relative;}
.question_tip::after{content: '?';position: absolute;width:15px;line-height: 15px;border-radius: 50%;text-align: center;background-color: #9aabb8;color:#fff;font-size: 12px;right: -20px;top: 50%;margin-top: -7.5px;}
.main-goods-res .res-title{color:#333;font-size: 16px;vertical-align: middle;display: inline-block;}
.main-goods-res>li{border-bottom: 1px solid #ebebeb;padding: 20px 5px;}
.main-goods-res>li:hover{  box-shadow: 0px 2px 6px 0px var(--main-color); }
.main-goods-res .checkbox-wrap{margin-left: 15px;}
.main-goods-res .res-url{color: #999;font-size: 14px;margin-bottom: 0;}
.main-goods-res  .qz-price span{position: relative;padding-right: 15px;cursor: pointer;}
.main-goods-res  .qz-price span::after{content:'';position: absolute;border: 5px solid transparent;border-top-color: #ff6633;right: -3px;top:50%;margin-top: -2.5px;}
.main-goods-res .res-title a,.main-filter-wrap a,.main-order-bar a{color: inherit;}
.main-goods-res .detail-pic{width: 120px;height: 90px;margin:0 16px 0 20px;float: left;}
.main-goods-res .detail-pic img{width: 100%;height: 100%;}
.main-goods-res .detail-price span{color: #ff6633 !important;}
/* 公用部分结束 */
/* 友链 */
.goods-friend .website-msg{width: 23.6%;}
.goods-friend .res-title{max-width: 178px;}
.goods-friend .detail-item,.goods-softtext .detail-item{width: 7.5%;float: left;text-align: center;line-height: 82px;height: auto !important;margin: 0 !important;}
.goods-friend .detail-price{width: 14.5%;position: relative;}
.goods-friend .select-box ul{top: 60px;}
.goods-friend .buy-item{width: 13%;}
.goods-friend .buy-item .btn{background-color: #000;padding: 6px 20px;}
.goods-friend .buy-item a{color:var(--main-color);margin-right: 20px;}
.goods-friend .buy-item a:hover{color:#fff;}
.goods-friend .select-box li:hover{color:#ff6633}
.addfavorite{color:#b5b5b5;cursor: pointer;width: 56px;display: inline-block;}
/* 图文 */
.btn-sell{background-color: #000;border-color:#000;color:#fff}
.goods-font .website-msg{width: 22%;}
.goods-font .website-msg p{margin-bottom: 3px;}
.goods-font .res-title{max-width: 180px;}
.goods-font .imagetext-detail{position: relative;width: 63.5%;float: left;height: 93px;}
.goods-font .imagetext-detail .detail-content-box{width: 100%;background-color: #f5f7fa;height: 93px;padding:12px 15px;width: 100%;}
.goods-font .imagetext-detail .detail-item{text-align: center;vertical-align:middle;font-size:14px;float: left;}
.goods-font .buy-btn span{display: inline-block;padding: 0 11px;color:var(--main-color);border-radius: 3px;margin-left: 5px;cursor: pointer;}
/*.goods-font .buy-btn span:hover,.goods-font .open-detail .buy-btn span:nth-child(2){color:var(--hover-color);font-weight: bold;}*/
.goods-font .buy-btn{text-align: right !important;}
.goods-font .imagetext-detail ul{height: 55px;overflow: hidden;}
.goods-font .imagetext-detail li{margin-bottom: 7px;}
.goods-font .text_icon{color:#9aabb8;position: absolute;left: 50%;transform: translateX(-50%);bottom: 3px;font-size: 12px;cursor: pointer;}
.goods-font .text_icon img{margin-left: 3px;width: 7px;height: auto;}
.goods-font .text_blue img{transform: rotate(180deg);}
.goods-font .open-detail{height: auto !important;z-index: 2;box-shadow: 0px 1px 5px 0px rgba(62,181,246,0.2);position: absolute;}
.goods-font .open-detail ul{height: auto !important;}
/* 网站交易 */
.main-filter-box .tabbar{padding: 0;line-height: 42px;border-bottom: 1px solid #ebebeb;}
.main-filter-box .tabbar span{text-align: center;width: 172px;font-size: 16px;color:#9aabb8;float: left;border-right: 1px solid #ebebeb;font-weight: bold;padding-left: 20px;}
.main-filter-box .tabbar span:nth-last-child(1){border-right: none;}
.main-filter-box .tabbar span:nth-child(1){background: url('../../img/icon/web_icon2.png') 35px center no-repeat;}
.main-filter-box .tabbar span:nth-child(2){background: url('../../img/icon/applet2.png') 32px center no-repeat;}
.main-filter-box .tabbar span:nth-child(3){background: url('../../img/icon/Appicon2.png') 35px center no-repeat;}
.main-filter-box .tabbar span:nth-child(1).active{background: url('../../img/icon/web_icon1.png') 35px center no-repeat;color:#ff666a;border-top: 2px solid #ff666a;}
.main-filter-box .tabbar span:nth-child(2).active{background: url('../../img/icon/applet1.png') 35px center no-repeat;color:#00b9aa;border-top: 2px solid #00b9aa;}
.main-filter-box .tabbar span:nth-child(3).active{background: url('../../img/icon/Appicon1.png') 35px center no-repeat;color:#f44336;border-top: 2px solid #f44336;}
.main-filter-box .tabbar .active{margin-bottom: -1px;border-bottom: 1px solid #fff;}
.main-web-banner{position: relative;}
.main-web-banner img{height: 160px;}
.main-web-banner a{position: absolute;width: 128px;height: 30px;bottom: 45px;left: 45px;}
.main-web-banner a:nth-child(2){left: 69px;}
.main-web-list li{line-height: 1.5;overflow: hidden ;display: -webkit-box;-webkit-line-clamp: 2 ;-webkit-box-orient: vertical;word-break: break-all ;margin-bottom:30px;max-height: 37px;}
.goods-web .website-msg{width: 660px;}
.goods-web .website-msg>p{margin-bottom: 15px;}
.goods-web .res-title{font-size: 18px;}
.goods-web .website-detail{width: 100%;margin-left: -13px;}
.goods-web .website-detail>div{float: left;text-align: center;}
.goods-web .website-detail>div:nth-child(-n+4){width: 83px;}
.goods-web .website-detail>div:nth-child(n+4){width:130px;}
.goods-web .website-detail div>span:nth-child(1){display:block;color:#b3b3b3;margin-bottom: 10px;}
.goods-web .detail-item{width: 187px;float: left;text-align: center;height: 93px;}
.goods-web .detail-price{line-height: 93px;font-size: 18px;color:#ff6633;font-weight: bold;}
.goods-web .buy-btns{display: flex;flex-direction: column;justify-content: center;}
.goods-web .buy-btns span{display:block ;margin: 5px auto;padding: 6px 15px;border-radius: 3px;text-align: center;width:110px;cursor: pointer;}
.goods-web .buy-btns span:nth-child(1),.goods-web .buy-btns a:nth-child(2):hover{background-color: #f44336;color: #fff;}
.goods-web .buy-btns span:nth-child(2){border:1px solid #f44336;color: #f44336;}
.goods-web .buy-btns .addcart,.goods-web .buy-btns .yj-btn:hover{background-color: #f44336;color: #fff;}
.goods-web .buy-btns .yj-btn{border:1px solid #f44336;color: #f44336;}
.exchanged-icon{position: relative;overflow: hidden;}
.exchanged-icon::before{content:'';position:absolute;top:-2px;right: -2px;background: url('../../img/icon/exchanged_icon.png') no-repeat;width: 80px;height: 82px;z-index: 11;}
.exchanged-icon .buy-btns .addcart{background-color: #dde3e8 !important;border-color: #dde3e8 !important;color: #fff !important;}
.exchanged-icon .buy-btns .yk-btn{color: #dde3e8;border-color: #dde3e8;}
.exchanging-icon::before{background: url('../../img/icon/exchanging_icon.png') no-repeat;}
/* 软文 */
.goods-softtext .checkbox-wrap{margin-top: 35px;}
.goods-softtext .detail-pic{margin-left: 0;}
.goods-softtext .website-msg p{margin-bottom: 5px;}
.goods-softtext .goods-remark{font-size: 12px;padding-top: 3px;}
.goods-softtext .goods-remark span,.goods-softtext .goods-remark a{position: relative;padding-left: 15px;margin-right: 5px;color:#9aabb8;}
.goods-softtext .goods-remark span{background: url('../../img/icon/remark_icon.png')2px center no-repeat;}
.goods-softtext .goods-remark a{background: url('../../img/icon/case_icon.png')2px center no-repeat;}
.goods-softtext .goods-remark .tip_box{white-space: normal;width: 180px;}
.goods-softtext .website-msg{width: 30%;}
.goods-softtext .res-title{max-width: 300px;}
.goods-softtext .sell-msg-item{float: left;padding-top: 10px;width: 28%;}
.goods-softtext .sell-msg-item p{color: #999;font-size: 14px;position: relative;}
.goods-softtext .sell-msg-item span{color: #555;margin-right: 15px;display: inline-block;vertical-align: middle;position: relative;}
.goods-softtext .sell-msg-item p:nth-child(-n+2) span{max-width: 70px;}
.goods-softtext .sell-msg-item p:nth-child(3) span{max-width: 230px;}
.goods-softtext .sell-msg-item .left-box{left: 60%;}
.goods-softtext .sell-msg-item .tip_box{top: -35px;width: auto;}
.goods-softtext .sell-msg-item .tip_box::after{top: auto;bottom: -4px;transform:translateX(-50%) rotate(315deg);}
.goods-softtext .detail-item{line-height: 103px;}
.goods-softtext .buy-item .btn{background-color: #000;border-color: #fff;padding:5px 16px;}
/*免费换链*/
.pr20{padding-right: 20px}
.free_list{padding: 15px 20px 5px 20px!important;}
.free_list .detail-item{line-height: 60px;width: 8%}
.free_list .seeAd{ position: relative; }
.free_list .seeAd .flowad_list{ position: absolute; right: 5px; top: 50px; z-index:10; width:510px; background:rgba(255,255,255,1);
	border:1px solid rgba(189, 225, 249, 1); box-shadow:0px 2px 6px 0px var(--main-color); }
.free_list .seeAd .flowad_list .adList{padding: 0;color: #333}
.free_list .seeAd .con_ad{ background: url('../../img/icon/triangle.png') no-repeat center; width: 17px; height: 9px; background-size: 15px; position: absolute; top: -8px; right: 42px; z-index: 13; }
.free_list .seeAd .more_btn{ cursor: pointer; background: none; float: left; height: auto; width: 350px; text-align: left; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.free_list .seeAd table{ max-height: 400px; overflow-y: scroll; width: 100%;line-height: 20px;text-align: left; }
.free_list .seeAd table th{height:24px;background:rgba(228,245,255,1); padding: 0 20px; font-weight: normal }
.free_list .seeAd table .flowad_hd th{text-align: center;}
.free_list .seeAd table tr td{ padding: 10px 20px;}
.free_list .seeAd a{color:#ef5350;margin-left: 10px}

.quick_match{ width:210px; height:22px; text-align: center; line-height: 22px; background:rgba(255,255,255,1); border:1px solid rgba(5,203,183,1); border-radius:11px; font-size: 14px; }
.quick_match ul{ width: 135px; float: left; text-align: center; display: inline-block; border-top: 3px solid #06CBB7; left: 71px; }
.quick_match span:first-child{ width:73px; height:22px; background:rgba(6,203,183,1); border-radius:11px 0px 0px 11px; color: #fff; float: left; }
.quick_match .text::after { content: ''; position: absolute; top: 50%; right: 12px; border: 5px solid transparent; border-top-color: #06CBB7; margin-top: -2.5px; }
.quick_match li::before { border-bottom-color: #06CBB7;}
.quick_match li a:hover{color: #06CBB7}

.modal-tab-title { color: #000; font-size: 16px; line-height: 1; margin-bottom: 15px; }
.modal-tab { margin-bottom: 15px; padding-top: 15px; background: #f5f5f5; }
.modal-tab-name { float: left; margin-bottom: 15px; color: #333; font-size: 14px; line-height: 1; }
.modal-tab-value { float: left; height: 15px; margin-bottom: 15px; color: #555; font-size: 14px; line-height: 1; }

.table-img { display: block; width: 100px; height: 28px; margin: 0; }
.table-img img { display: block; max-width: 100%; max-height: 100%; margin: 0 auto; }
.table.table-border, .main-meal .table.table-border { left: 0px; position: absolute; top: 100%; width: auto; z-index: 999; }
.table.table-border thead, .main-meal .table.table-border thead { border-top: 1px solid #d1eaf6; }
.table.table-border thead th,
.main-meal .table.table-border thead th { background: none repeat scroll 0 0 #ecf7ff; border-bottom: medium none; height: 28px; line-height: 28px; }
.table.table-border th, .table.table-border td, .main-meal .table.table-border th, .main-meal .table.table-border td {
	border: 1px solid #d1eaf6; height: 32px; line-height: 32px; padding: 0 10px; white-space: nowrap; background: #FFFFFF; }


