
/* 自媒体需要占时不删 */
.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;
    max-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('/images/icons_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('/images/icons_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('/images/icons_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;
}
.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: #3eb5f6;
}
.main-search-con li.active span,
.main-search-con li.active a {
	background: #3eb5f6;
	color: #fff;
}
.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('/images/icons_web_new.png') -74px -211px no-repeat;
	cursor: pointer;
}
.table .icon-checkbox.checked {
	background: url('/images/icons_web_new.png') -92px -214px no-repeat;
}
.table .icon-radio {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-bottom: -3px;
	background: url('/images/icons_web_new.png') -228px -28px no-repeat;
	cursor: pointer;
}
.table .icon-radio.checked {
	background: url('/images/icons_web_new.png') -249px -30px no-repeat;
}

.detail_box{
	width: 1200px;
	position: relative;
	left: -17px;
	display: block;
	top:-20px;
}


.check_link a{color:#61a6d6!important;}
.check_link a:before{
	content: '';
	background: url("/images/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 #3eb5f6;
	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: #3eb5f6;
}
.item-title-text.active:after {
	content: '\200B';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #3eb5f6;
}
.item-title-line {
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	color: #ccc;
}
.item-btn {
	float: right;
	margin-bottom: 20px;
	padding-right: 0;
	color: #3eb5f6;
	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: #3eb5f6;
}

.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 #3eb5f6;
	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: #3eb5f6;
}
.main-search-bar .icon-down {
	display: inline-block;
	width: 11px;
	height: 15px;
	margin-bottom: -3px;
	background: url('/images/icons_web_new.png') -24px -212px no-repeat;
}
.main-search-bar .active .icon-down {
	background: url('/images/icons_web_new.png') -59px -212px no-repeat;
}
.main-search-bar .icon-up {
	display: inline-block;
	width: 11px;
	height: 15px;
	margin-bottom: -3px;
	background: url('/images/icons_web_new.png') -6px -212px no-repeat;
}
.main-search-bar .active .icon-up {
	background: url('/images/icons_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}
.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("/images/icon/black-down.png") no-repeat;width: 10px;height: 6px;display: inline-block;margin-left: 5px}
.shop_card .up{background: url("/images/icon/black-up.png") no-repeat;}
.shop_cards{
	width: 1200px;
	min-height: 163px;
	background: #fff;
	box-shadow: 0px 3px 8px rgba(28, 175, 255, 0.3);
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 9;
}
.shop_cards .icon_down{position: absolute; top: -11px; right: 150px; display: inline-block;background: url("/images/new/icon_red.png") no-repeat;;width: 24px;height: 12px;transform: rotate(180deg);}
.shop_cards ul{
	/* width: 1197px; */
	max-height: 260px;
	background: #fff;
	overflow: auto;
	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("/images/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("/images/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("/images/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: #61a6d6;
	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: #3eb5f6;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
	border:none;
}

.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
}
/*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: #3EB5F6 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(../images/icons.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(../images/icons.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}
.order_list_pdtop{padding-top: 40px;}

/* 新版购物车 start*/
.cart_head{width:1200px;background-color: #f6f6f6;color:#808080;border-bottom: 3px solid #3eb5f6;padding: 10px 0;position: fixed;top: 110px;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;padding-top: 170px;}
.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('/images/icons_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:#1097eb;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:#1097eb;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: #0babfe;border-radius: 3px;cursor: pointer;}
/* .cart_item_box .item_hd .open_btn i{display: inline-block;width: 15px;height: 10px;background: url('/images/icon_web.png') -93px -8px no-repeat;margin-top: 5px;}
.cart_item_box .item_hd .open_btn .close{background: url('/images/icon_web.png') -123px -9px no-repeat;} */
.cart_item_box .item_bd {margin-bottom: 0;}
.cart_item_box .item_bd>li{border: 1px solid #e6e6e6;padding-left: 14px;box-sizing: border-box;margin-bottom: -1px;}
.cart_item_box .item_bd>li>div{height: 115px;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:#6ea6e8;border: 1px solid #cce0f1;background-color: #f0f7ff;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: #f1f6fa;}
.cart_item_box .item_bd>li:hover .setlink{border: 1px dashed #b4c8d8;}
.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;white-space: nowrap;text-overflow: ellipsis;}
.cart_item_box .setlink p{padding-left: 15px;margin-bottom:5px;color: #999;font-size: 14px;}
.cart_item_box .reurl p{margin-bottom: 5px;}
.cart_item_box .setlink i{position: absolute;right: 0;top: 0;background-color: #b4c8d8;color:#f1f6fa;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: #0babfe !important;}
.cart_item_box .setlink:hover i{background-color: #0babfe;}
.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(../images/icon/has_remove.png) no-repeat 95% 50%;}
.opacity-hide{opacity: 0;}
.cart_box .pay_head{padding: 0;background-color: #fff;}
.cart_box .pay_head>div{padding: 10px 0;background-color: #f6f6f6;}
.cart_box .pay_head h1{font-size: 20px;color:#333;margin: 13px 0 !important;}
.cart_box .pay_head h1 span{color:#ff3939;float: none;padding-left: 8px;}
.order-info .order-info-top{width: 311px;font-size: 14px;margin-left: 25px;}
.order-info p{margin-bottom: 16px;}
.order-info .order-info-top>p>span:nth-child(1){color:#808080;}
.order-info .order-price{font-weight: bold;color: #ff3939 !important;float: right;}
.order-info p a{font-weight: bold;color: #ff3939}
.order-info .order-pay-type{border-top: 1px solid #dfdfdf;padding-top: 20px;}
.order-info .pay-type{font-size: 16px;color:#555;font-weight: bold;margin-bottom: 20px;margin-left: 18px;}
.order-info .pay-type i{display: inline-block;width: 20px;height: 20px;border-radius: 50%;border: 1px solid #a0a0a0;vertical-align: text-top;}
.order-info .pay-type .active i{background: url(../images/icons.png) no-repeat -7px -103px;border: none;}
.order-info .pay-type p{color: #ff3939;font-size: 14px;font-weight: normal;margin:15px 0 0 23px;}
.order-info .pay-type p a{display: inline-block;width: 66px;line-height: 22px;border-radius: 11px;text-align: center;color:#fff;background-color: #ff9400;font-weight: normal;margin-left: 10px;}
.order-info .coupon{display: inline-block;border: 1px solid #dfdfdf;padding: 0 25px 0 6px;font-size: 12px;color:#ff3939;background: url(../images/flowad/icons_down.png) 93% center no-repeat;cursor: pointer;}
.real-order-price{font-size: 16px;font-weight: bold;color:#555;line-height: 68px;}
.real-order-price span{font-size: 24px;color:#ff3939;vertical-align:sub;}
/* 套餐 */
.cart_item_box .package_num{color:#61a6d6 !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;vertical-align: middle;}
.cart_item_box .autochain{background: url(../images/icons_web_new.png) -109px -128.5px no-repeat;}
.cart_item_box .mgc{background: url(../images/icons_web_new.png) -142px -128.5px no-repeat;width: 16px;height: 16px;vertical-align: top;}
.cart_item_box .no-mgc{background: url(../images/icons_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(../images/icons_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(../images/icon/app.png) no-repeat;background-size: 100% 100%;}
.cart_item_box .android_icon{background: url(../images/icon/az.png) no-repeat;background-size: 100% 100%;}
.cart_item_box .ios_icon{background: url(../images/icon/ios.png) no-repeat;background-size: 100% 100%;}
.cart_item_box .app_icon{background: url(../images/icon/app.png) no-repeat;background-size: 100% 100%;}
.cart_item_box .applet_icon{background: url(../images/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(../images/icons_web_new.png)-109px -154px no-repeat;display: inline-block;margin-top: 1px;width: 16px;height: 16px;position: relative;}
.cart_item_box .wx_code img{position: absolute;bottom: 19px;width: 120px;height: 120px;border-radius: 3px;display: none;z-index: 99;}
.cart_item_box .wx_code:hover img{display: block;}
.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(../images/icons_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('../images/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: #44b5df;background-color: #44b5df;color: #fff;}
.select ul li:hover {border-color: #44b5df;background-color: #44b5df;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('../images/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('../images/icon/add_link.png') no-repeat center;cursor: pointer;width: 267px;height: 67px;}
.list-link ul li.active{background: url('../images/icon/licai.png') no-repeat center;}
.pd835{width: 100px;height: 35px;font-size: 18px;line-height: 20px;}
.default_link{color: #3EB5F6;}
.addlink_box{width: 626px;height: 212px;background: url('../images/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: #3EB5F6;border:1px solid #3EB5F6;}
.btn-cancel:hover{color: #3EB5F6;}
.btn-save{width: 70px;height: 30px;line-height: 17px;text-align: center;background: #3EB5F6;color: #ffffff;border:1px solid #3EB5F6;}
.btn-save:hover{color: #ffffff;}
.adv_box ul li{width: 823px;height: 93px;background: url('../images/icon/gray_adv_link.png') no-repeat center;padding: 15px;cursor: pointer;}
.adv_box ul li.active{background: url('../images/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('../images/icon/add_adv_link.png') no-repeat center;cursor: pointer;width: 823px;height: 93px;}

.add_advlink_box{width: 822px;height: 307px;background: url('../images/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: #F0F7FF;border: 1px solid #6EA6E8;color: #6EA6E8;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('../images/icon/friendlink.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.fontimg{background: url('../images/icon/fontimg.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.rw_icon_title{background: url('../images/icon/icon_rw_title.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.jin{background: url('../images/icon/jin.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.icon-rw{background: url('../images/icon/icon_rw.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.icon_weibo,.icon_wx{background: url('../images/icon/icon_weibo.png') no-repeat 0px;font-size: 16px;color: #303030;padding-left: 25px;margin-left: 10px;}
.icon_wx{background: url('../images/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(/images/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;
}

/* 软文套餐 */
.main-search-softmeal{width: 100%;height: 50px;line-height: 50px;background-color: #fff;margin: 20px 0 15px;padding: 0;overflow: hidden;}
.main-search-softmeal-con{margin-bottom: 0;width: 1200px;}
.main-search-softmeal li{float: left;margin: 0 13px;font-size: 14px;color:#555;cursor: pointer;}
.main-search-softmeal .search-count{float: right;cursor: auto;}
.main-search-softmeal .active{color:#1097eb;font-weight: bold;}
.main-search-open{height: auto !important;}
.main-search-open .showMore img{transform: rotate(180deg);}
.softmeal-wrap li{width: 285px;height: 330px;border-radius: 3px;overflow: hidden;float: left;background-color: #fff;margin: 0 20px 20px 0;position: relative;}
.softmeal-wrap a{position: absolute;width: 96px;height: 30px;line-height: 30px;text-align: center;color:#fff;background-color: #ff8600;border-radius: 15px;top: 55%;left: 50%;margin-left: -48px;display: none;}
.softmeal-wrap li:hover{box-shadow:  0px 2px 6px 0px rgba(62, 181, 246, 0.3);}
.softmeal-wrap li:hover a{display: block;}
.tj_package li{margin-right: 12px;}
.softmeal-wrap li:nth-child(4n){margin-right: 0;}
.softmeal-wrap li>img{display: block;width: 100%;height: 174px;}
.softmeal-wrap li h3 img{margin-top: -2px;}
.softmeal-wrap .softmeal-info{padding: 18px;}
.softmeal-wrap .tag{position: absolute;right: 0;top: 0;border-radius: 0 0 0 12px;background-color: #3EB5F6;color:#fff;padding: 1px 5px 1px 10px;font-size: 12px;}
.softmeal-wrap .tag.bggree{background-color: #53C68C;}
.softmeal-wrap .tag.bgyellow{background-color: #FF9519;}
.softmeal-wrap .tag.bgred{background-color: #fe1f25 !important;}



.softmeal-wrap h3{margin-top:0;font-size: 16px;color:#333;margin-bottom: 8px;}
.softmeal-wrap .website-num{color:#999;margin-left: 10px;}
.softmeal-wrap .price-info{padding-top: 8px;border-top: 1px solid #ebebeb;margin-bottom: 5px;}
.softmeal-wrap .price{color:#ff6633;font-size: 14px;font-weight: bold;}
.softmeal-wrap .price i{font-size: 20px;font-family: 'Arial';}
.softmeal-wrap .discount,.softmeal-wrap .softdiscount{border:1px solid #ff6633;line-height: 14px;font-size: 12px;color:#ff6633;border-radius: 7px;display: inline-block;padding: 0 6px;vertical-align: text-top;}
.softmeal-wrap .price-old{color:#b3b3b3;font-size: 14px	;text-decoration:line-through;margin-left: 5px;}
.softmeal-wrap .des-info{color:#999;font-size: 14px;}
.softmeal-wrap .showMore{width: 60px;height: auto;text-align: center;}

.softmeal-wrap .cue-text{padding-bottom: 25px;}
.softmeal-wrap .cue-text p{padding-left: 29px;}
.softmeal-wrap .cue-text p:first-child{padding-left: 0px;}
.tj_package .softmeal-wrap{margin-bottom: 20px;background: #fff;padding: 0 10px;}
.tj_package li{border: 1px solid #ededed;}

.none{display: none;}
.check input[type=checkbox]+b{display: inline-block;width: 20px;height: 20px;background: url(../images/icons.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(../images/icons.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: #3EB5F6;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}
/* 微信 */
.wx_list .qr_code{margin-right: 5px;position: relative; display: inline-block;width: 15px;height:15px;background: url(../images/media/qr_code_icon.png)no-repeat center;background-size: cover;cursor: pointer;transform: translateY(2px)}
.wx_list .wx_name{float: left;width: 65px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wx_list .tew{margin-top: 20px !important;}
.wx_list .big_qr_code{display:none;width: 120px;height: 120px; padding: 8px;background: #fff;z-index: 100;position: absolute;left: 35px;top: 50%;transform: translateY(-50%);border: 1px solid #dfdfdf}
.wx_list .big_qr_code::after{content: '';position: absolute;left: -16px;top: 42%;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right: 17px solid #fff;border-left: none;}
.wx_list .big_qr_code::before{content: '';position: absolute;left: -18px;top: 42%;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right: 17px solid #dfdfdf;border-left: none;}
.wx_list .big_qr_code img{width: 100%;height:100%;border-radius: 0 !important}
.wx_list .qr_code:hover .big_qr_code{display: block;}

.price_down{background: url("/images/icon/price_down.png") no-repeat;position: absolute;top:0px;right: 8px;width: 46px;height: 20px;background-size: 100%}

/*兑换页面*/
.goods_address,.goods_index{background: #Fff; padding: 18px 20px; margin-bottom: 19px;}
.goods_address h3,.goods_index h3{font-size: 18px;margin: 0}
.goods_address h3:before,.goods_index h3:before{content: '';width:4px;  height:20px; background:rgba(62,181,246,1);float: left;display: inline-block;margin-right: 10px}
.goods_address .detail ul{height: 160px;overflow: hidden;display: inline-block}
.goods_address .detail .auto_height{height: auto;overflow:none}
.goods_address .detail ul li{ width:373px; height:126px; background:rgba(109,179,213,0); border:1px solid rgba(235, 235, 235, 1); float: left; margin:20px  13px 0 0; padding: 0 8px; position: relative;cursor: pointer; }
.goods_address .detail ul li .address_msg{height: 40px;}
.goods_address .detail .cur,.goods_address .detail .cur:hover{ border: 2px solid #3EB5F6;}
.goods_address .detail .cur i{ position: absolute; bottom: 0px; right: 0px; width: 19px; height: 19px; background: url(/images/blue-gou.png) no-repeat center; }
.goods_address .detail ul li:nth-child(3n+3){margin-right: 0}
.goods_address .detail ul li:hover{ background:rgba(109,179,213,0); border:1px solid rgba(233, 242, 247, 1); box-shadow:0px 2px 6px 0px rgba(62,181,246,0.3); }
.goods_address .detail ul li:hover a{opacity: 1}
.goods_address .detail .title{height: 36px;line-height: 36px;border-bottom: 1px solid #EBEBEB}
.goods_address .bottom .default:before{content: '';background: url("/images/jf/default.png") no-repeat center;width: 10px;height: 19px;background-size: 100%;float: left;display: inline-block;margin-right: 6px}
.goods_address .bottom a{color:#61a6d6;opacity: 0;margin-left: 8px}
.goods_address .bottom a:last-child{margin-left:16px}
.goods_address .add_btn span{padding: 4px 18px; border: 1px solid rgba(235, 235, 235, 1); margin-right: 10px; cursor: pointer;}
.goods_address .add_btn span:first-child:after,.goods_address .btns span:last-child:after{content: '';background: url("/images/jf/down.png") no-repeat center;margin-left:6px;display: inline-block;width: 10px;height: 10px}
.goods_address .add_btn span:last-child:after{background: url("/images/jf/add.png") no-repeat center;}

.goods_index .index{margin-top: 23px;border:1px solid #eee;}
.goods_index thead{ border-top:1px solid #eee; height:30px; line-height: 30px; }
.goods_index th{ background:rgba(242,242,242,1); padding-left: 20px; text-align: left; }
.goods_index table td{padding: 20px}
.goods_index table .img{ margin-right: 20px; float: left; display: inline-block; }
.goods_index img{ width:109px; height:85px; border:1px solid rgba(235, 235, 235, 1); }
.goods_index .detail p{ line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.goods_index .detail ss{color: #B3B3B3}

.footer-btn { text-align: center; border: 0px; padding: 0px 15px 26px; }
.footer-btn button.return-btn { background: #fff; border-color: #68cafc; color: #68cafc; }
.footer-btn .cancel { background: #E8ECEF; color: #999999; border-color: #E8ECEF; margin-right: 15px; }
.headerbar_address span { display: block; width: 20px; height: 20px; background: url(/images/jf/close_white.png); }
.btns { display: inline-block; padding: 6px 23px; margin-bottom: 0; font-size: 16px; font-weight: 400; line-height: 1.42857143;  text-align: center;  white-space: nowrap;  vertical-align: middle;
	cursor: pointer;  border: 1px solid transparent;  border-radius: 4px;  color: #fff;  background-color: #3eb5f6;  border-color: #3eb5f6;}
.headerbar_address {background: red;  color: #Fff;; font-size: 18px; border-bottom: 1px solid #dfdfdf; padding: 5px 15px; }
.headerbar_address .close-btn{margin-top: 10px!important;}
.forward textarea { width: 360px; height: 60px; border: #DFDFDF solid 1px; border-radius: 4px; resize: none; padding: 15px;}

.close{opacity: 1}

/*兑换详情页面*/

.jf_detail{background: #Fff;margin-bottom: 100px;padding: 52px 70px 59px 70px;}
.jf_detail .top{height:218px;}
.jf_detail .top_left{ width:280px;height: 218px; border:1px solid rgba(235, 235, 235, 1); text-align: center;float: left}
.jf_detail .top_left img{ width: 80%; padding: 15px 0; max-height: 100%;}
/*优惠券图片、卡券图片  */
.jf_detail .coupon{background: url(../images/jf/coupon.png) center no-repeat; background-size: 85% auto;position: relative;color:#CF2F15;font-weight: bold;}
.jf_detail .coupon span{font-size: 20px;position: absolute;top: 45px;left: 40px;}
.jf_detail .coupon span b{font-size: 45px;}
.jf_detail .coupon div{position: absolute;left: 40px;top:105px;font-size: 20px;}
.jf_detail .card_coupon{background: url(/images/jf/cards.png) center no-repeat;background-size: 85% auto;color: rgba(53,71,146,1);}

.jf_detail .top_right{margin-left: 30px;width: 750px;float: left}
.jf_detail .top_right h3{font-size: 26px;margin: 0}
.jf_detail .top_right ss{color: #808080;}
.jf_detail .free{margin-bottom: 20px}
.jf_detail .num ss{line-height: 30px;float: left}
.jf_detail .price{color: #FE6F19;font-size: 20px;font-weight: bold;margin: 30px 0}
.jf_detail .price span.oldprice{ font-size:16px; font-weight:400; text-decoration:line-through; color:rgba(179,179,179,1); margin-left: 17px; }
.jf_detail .price b{font-size: 34px}
.jf_detail .input{ width:112px; height:30px; border:1px solid rgba(204, 204, 204, 1);float: left;margin-right: 10px}
.jf_detail .input input{ width: 50px; border: none; border-left: 1px solid #EFeded; border-right: 1px solid #efeded; height: 28px; display: inline-block; text-align: center; float: left; }
.jf_detail .input a{ width: 30px; text-align: center; display: inline-block; cursor: pointer; float: left; font-size: 20px; font-weight: bold; line-height:27px;}
.jf_detail .disable{color: #aaa;}
.jf_detail .num .btn{ width:160px; height:50px; background:rgba(11,171,254,1); border-radius:25px; margin-top: -20px; font-size: 23px; float: right; color: #fff; }
.jf_detail .num .btn-gray{color: #999 !important;background: #eee !important;}
.jf_detail .num2 .btn{margin-top: 0;float: none;}
.jf_detail .middle h4{width:100%; height:50px; background:rgba(241,246,250,1);color: #61A6D6;font-size: 20px;text-align: center;line-height: 50px;margin-top: 59px}
.jf_detail .detail{padding: 38px 35px 0 35px}
.jf_detail .detail img{width: 70%;margin-left: 15%;}
.rec_time{background: #f1f6fa;  padding: 5px; display: inline-block;margin-bottom: 10px}
.rec_time:before{content: ''; background: url(/images/icon/icon_clock_blue.png) no-repeat center 3px; width: 15px; height: 19px; background-size: 100%; display: inline-block; float: left; margin-right: 5px;}
.mt15{margin: 15px 0;display: inline-block}
/* 关闭箭头 */
.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);}


/*新版本友链套餐*/
.float_left{float: left}
.float_right{float:right}
.icon-home{ display: inline-block; width: 18px; height: 36px; margin-right: 2px; margin-bottom: -3px; background: url(../images/rankclass/icon_home_gray.png) center no-repeat; }
.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: #ff9519;display: inline-block;margin-left: 20px}

.package_list ul{margin-top: 20px}
.package_list .pack_index{ width:376px;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 rgba(62,181,246,0.3); }
.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: rgba(241,246,250,1); color: #61a6d6; margin-top: 17px; }
.package_list ul li .bottom i:after{content: ''; background: url(/images/rankclass/down.png) no-repeat center; width: 15px; height: 10px; display: inline-block;}
.package_list ul li .bottom a{ width: 80px; height: 26px; background: rgba(62,181,246,1); 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 #fff; border-right: 10px solid #fff; border-bottom: 10px solid #b4c8d8; position: absolute; top: 26px; left: 0; }

.table_height{max-height: 500px;overflow-y: scroll}
/*  app交易*/
.app-main-search {margin-top: 0;}
.exchange_tabbar{line-height: 52px;background-color:#fff;border-bottom: 1px solid #eee;margin-top: 15px;padding: 0;}
.exchange_tabbar a{padding:0 20px;}
.exchange_tabbar a:nth-child(2){border-left: 2px solid #eee;border-right: 2px solid #eee;}
.exchange_tabbar .active{color:#1097eb;position: relative;font-weight: bold;font-size: 16px;}
.exchange_tabbar .active::after{content: '';width: 40px;height: 6px;background-color: #1097eb;border-radius: 3px;position: absolute;bottom: -18px;left: 50%;transform: translateX(-50%);}
/* app交易首页 */
.list-group-app{background-color:#fff ;padding: 15px 10px;border-top: 2px solid #3eb5f6;margin-bottom: 70px;}
.list-group-hd{padding-bottom: 15px;}
.list-group-hd span{display: inline-block;color:#666;}
.list-group-hd span:nth-child(1){width: 62%;box-sizing: border-box;padding-left: 150px;}
.list-group-hd span:nth-child(2),.list-group-hd span:nth-child(3){width: 18%;text-align: center;}
.list-group-hd span:nth-child(3){padding-left: 45px;}
.list-group-app li{padding: 16px 10px;border-top: 1px solid #efefef;}
.list-group-app .introduction{color: #333; font-size: 16px; height: 59px; line-height: 52px; margin: 0; white-space: nowrap;}
.list-group-app .introduction a{color: #333}
.list-group-app .program_title{height: 32px;line-height: 32px;}
.list-group-app .cover{width: 136px;height: 102px;overflow: hidden}
.list-group-app .cover img{width: 136px}
.list-group-app .app-msg{padding-left: 10px;font-size: 16px;width: 200px;}
.list-group-app .goods_title span:nth-child(1){max-width: 120px;float: left;margin-right: 5px;}
.list-group-app .goods_title a{color: #333}
.text-overflow{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.star i{display: inline-block;width: 12px;height: 12px;background: url(../images/icon/star2.jpg) no-repeat;background-size: 100% 100%;}
.star .full{background: url(../images/icon/star.jpg) no-repeat;background-size: 100% 100%;}
.list-group-app p{margin-bottom: 0;}
.app-msg-text{color:#666;font-size: 14px;}
.list-group-app .msg-info{width: 140px;padding-top: 28px;text-align: center;line-height: 1.8;color:#b2b2b2;font-size: 12px;}
.list-group-app .msg-price{color:#ff6633;font-size: 14px;font-weight: bold;padding-top: 35px;width: 160px;text-align: center;}
.list-group-app .price{font-size: 22px;}
.list-group-app .buy-btns{width: 160px;padding-top:10px;box-sizing: border-box;}
.list-group-app .buy-btns a{display:block ;margin: 8px auto;padding: 8px 15px;border-radius: 3px;text-align: center;width:110px;}
.list-group-app .buy-btns a:nth-child(1),.app_module .goods_btn a:nth-child(1){background-color: #0babfe;color: #fff;}
.app_module .goods_btn a:nth-child(1){width: 220px;}
.list-group-app .buy-btns a:nth-child(2),.app_module .goods_btn a:nth-child(2){border:1px solid #0babfe;color: #0babfe;}
.appPic{width: 558px!important;}
.appPic .bg{position: fixed;top:0;left: 0;right: 0;bottom: 0;z-index:200;background:#333;opacity: 0.6}
.appPic .swiper_wrap{ position: fixed!important; width: 400px!important; height: 782px!important; top: calc(50% - 391px); left: calc(50% - 279px); z-index: 201;}
.code-img-box{position: relative;}
.code-img-box .code-img{position: absolute;border: 1px solid #a9d2ec;top: 30px;left: -20px;background-color: #fff;white-space: nowrap;z-index: 2;display: none;}
.code-img-box .code-img::before{content: '';position: absolute;border-bottom: 8px solid #a9d2ec;border-left: 6px solid transparent;border-right: 6px solid transparent;top: -8px;left: 20px;}
.code-img-box .code-img::after{content: '';position: absolute;border-bottom: 8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;top: -6px;left: 20px;}
.code-img-box .code-img img{width: 100%;height: 110px;margin-bottom: 15px;}
.code-img-box .code-img div{text-align: center;width: 110px;display: inline-block;white-space: normal;margin: 15px;}
.code-img-box .qr_code:hover + .code-img{display: block;}

/* app交易详情页 */
.app_module{width: 100%;box-sizing: border-box;background-color: #fff;margin-bottom: 15px;padding: 20px;}
.app_module .title{font-size: 18px;color:#333;margin-bottom: 20px;}
.app_module .module_title{border-left: 3px solid #53bcfb;font-size: 18px;color:#333;padding-left: 15px;line-height: 1.1;}
.app_module .cover,.app_module .cover img{width: 342px;height: 261px;}
.app_top{border-top: 2px solid #0babfe;margin-bottom: 15px;padding: 0;}
.app_module .app_msg{width:77%;box-sizing: border-box;padding:20px;border-right: 1px solid #efefef;}
.app_module .app_intorduct{width: 23%;box-sizing: border-box;padding: 20px 20px 0 20px;height: 100%;}
.app_module .detail{width: 540px;box-sizing: border-box;padding-left:20px;}
.app_module .goods_title{padding:8px 15px;background-color: #f9f8f8;color:#333333;font-size: 16px;margin-bottom:12px;}
.app_module .goods_title p{margin-bottom: 0px;line-height: 1.7;}
.app_module .goods_title .price{color:#ff5507;font-size: 16px;font-weight: bold;}
.app_module .goods_title .price span{font-size: 26px;}
.app_module .detail_text{font-size: 14px;color:#666;}
.app_module .goods_detial{padding: 5px 5px 5px 0;flex-wrap: wrap;display: inline-block}
.app_module .goods_detial div{float: left;font-size: 12px;color:#888;margin: 0 15px 15px 0}
.app_module .goods_detial div:nth-child(4n+4){float: right; text-align: right;  margin-right: 20px;}
.app_module .goods_detial div:first-child,.app_module .goods_detial div:nth-child(5n+5){width: 188px;margin: 0}
.app_module .goods_detial div:nth-last-child(1){flex: 0 0 100%;text-align: left;float: left}
.app_module .goods_detial .app_type{  float: right;  text-align: left;  margin-right: 0;  width: 95px;  }
.program div{flex:0 0 20% !important;white-space: nowrap;}
.app_module .goods_btn a{display: inline-block;padding: 8px 25px;border-radius: 3px;text-align: center;font-size: 18px;margin-right: 10px;}
.app_intorduct p{ margin-top: 30px; color: #666; word-wrap: break-word; line-height: 21px;}
.app_module .swiper_wrap{position: relative;width: 870px;height:497px;margin: 20px auto;}
.app_module .swiper1 img{width: 279px;height: 496px;border: 1px solid #e5e5e5;}
.app_module .left_btn,.question_swiper .left_btn{position: absolute;top: 50%;transform: translateY(-50%);left: -80px;cursor: pointer;z-index: 2}
.app_module .right_btn,.question_swiper .right_btn{position: absolute;top: 50%;transform: translateY(-50%) rotate(180deg);right: -80px;cursor: pointer;z-index: 2}
.app_module .flow_list{display: flex;justify-content: space-around;margin-top: 10px;}
.app_module .flow_list div{flex: 0 0 166px;height:166px;border-radius: 50%;background:#fbfbfb url(../images/icon/app_buy1.png) center 30px no-repeat;box-sizing: border-box;text-align: center;padding-top: 115px;color:#666;font-size: 16px;position: relative;}
.app_module .flow_list div:nth-child(1){background:#fbfbfb url(../images/icon/app_buy5.png) center 30px no-repeat;}
.app_module .flow_list div:nth-child(2){background:#fbfbfb url(../images/icon/app_buy2.png) center 30px no-repeat;}
.app_module .flow_list div:nth-child(4){background:#fbfbfb url(../images/icon/app_buy3.png) center 30px no-repeat;}
.app_module .flow_list div:nth-child(5){background:#fbfbfb url(../images/icon/app_buy4.png) center 30px no-repeat;}
.program_buy{background:#fbfbfb url(../images/icon/program_buy.png) center 30px no-repeat !important;}
.app_module .flow_list div::after{content:'';position: absolute;width: 35px;height:20px;background: url(../images/icon/gray_arrow.jpg) no-repeat;top: 50%;margin-top: -10px;right: -52px;}
.app_module .flow_list div:nth-last-child(1)::after{display: none;}
.buy_question{background-color: #fff;margin-bottom: 15px;}
.buy_question>img{width: 240px;height: 280px;float: left;}
.buy_question .question_swiper{width: 960px;height: 280px;float: left;position: relative;}
.buy_question .left_btn{left: 0;}
.buy_question .right_btn{right: 0;}
.swiper2 .swiper-slide{padding:0 20px;margin-top:  25px;border-right: 1px solid #efefef;}
.buy_question .question_title{box-sizing: border-box;padding: 0 5px 20px 25px;color:#333;font-size: 14px;background: url(../images/icon/app_question.png) 0 0 no-repeat;border-bottom: 1px dashed #efefef;}
.buy_question .question_content{padding: 5px 5px 5px 25px;color:#666;font-size: 14px;background: url(../images/icon/answer.png) 0 5px no-repeat;line-height: 23px}
.app_module .isserver_icon{position: relative;display: inline-block;width: 14px;height: 14px;background: url(../images/icon/message_icon.png)no-repeat;background-size: 100% 100%;top: 2px;cursor: pointer;}
.app_module .isserver_icon i{position: absolute;width:300px;border: 2px solid #b3d7ef;border-radius: 3px;top: 25px;left: -30px;background-color: #f0f7fd;padding: 10px;color:#6aabd8;display: none;}
.app_module .isserver_icon i::before,.app_module .isserver_icon i::after{border-bottom: 8px solid #b3d7ef;border-left: 6px solid transparent;border-right: 6px solid transparent;bottom: none;content: '';position: absolute;top:-8px ;left: 29px;}
.app_module .isserver_icon i::after{top: -5px;border-bottom-color:#f0f7fd ;}
.app_module .isserver_icon:hover i{display: block;}

/* 新版商品页公用样式 */
.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: inline-block;padding:0 7px;border-radius: 3px;}
.main-filter-box li.active a{background-color: #d7edff;color: #1097eb;}
.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;width: 66px;}
.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 #daf1fd;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:#1097eb}
.select-box span.active::after{border-top-color:#0babfe !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 #0babfe;width: auto;white-space: nowrap;min-width:90px;background-color: #fff;box-shadow: 0px 6px 10px -2px #daf1fd;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:#0babfe}
.select-box li::before{content:'';position: absolute;top:-20px;left: 50%;margin-left: -10px;border: 10px solid transparent;border-bottom-color:#0babfe ;}
.main-filter-box .reset-filter{color: #9aabb8;padding-left: 15px;background: url(../images/icon/reset_icon.png) left center no-repeat;font-size: 12px;cursor: pointer;}
.main-filter-box .reset-filter:hover{background: url(../images/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:#1097eb;font-size: 16px;position: relative;}
.main-order-title span::after,.main-order-title span::before{content:'';position: absolute;width: 5px;height: 5px;background-color: #1097eb;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(/images/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:#ff6633}
.main-list-time{color: #b2b2b2;font-size: 12px;}
.main-order-bar{width: 100%;color:#555;background-color: #fff;border-bottom: 1px solid #cde6f6;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:#1097eb;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('/images/flowad/icon_gray.png')center no-repeat;}
.main-order-bar .active .icon-down {background: url('/images/flowad/icon_down.png')center no-repeat;}
.main-order-bar .icon-up {transform: rotate(180deg);}
.main-order-bar .active .icon-up {background: url('/images/flowad/icon_down.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: 100px;}
.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 rgba(62,181,246,0.3); }
.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: 21.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: 12.5%;position: relative;}
.goods-friend .select-box ul{top: 60px;}
.goods-friend .buy-item{width: 17%;}
.goods-friend .buy-item .btn{background-color: #ff9400;padding: 6px 20px;border-color: #ff9400;}
.addfavorite{color:#b5b5b5;cursor: pointer;width: 56px;display: inline-block;}

.goods-friend .buy-item a{color:#61a6d6;margin-right: 20px;}
.goods-friend .buy-item a:hover{color:#1097eb;}
.goods-friend .select-box li:hover{color:#ff6633}
/* 图文 */
.btn-sell{background-color: #ff9400;border-color:#ff9400;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 0 12px 15px;width: 100%;}
.goods-font .imagetext-detail .detail-item{text-align: center;float: left;}
.goods-font .buy-btn span{display: inline-block;vertical-align: middle;padding: 0 11px;color:#61a6d6;border-radius: 3px;font-size: 14px;cursor: pointer;}
.goods-font .buy-btn span:nth-child(3):hover,.goods-font .open-detail .buy-btn span:nth-child(3){background-color: #3eb5f6;color:#fff;}
.goods-font .buy-btn span:nth-child(-n+2):hover{color:#3eb5f7;}
.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(../images/icon/web_icon2.png) 35px center no-repeat;}
.main-filter-box .tabbar span:nth-child(2){background: url(../images/icon/applet2.png) 32px center no-repeat;}
.main-filter-box .tabbar span:nth-child(3){background: url(../images/icon/Appicon2.png) 35px center no-repeat;}
.main-filter-box .tabbar span:nth-child(1).active{background: url(../images/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(../images/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(../images/icon/Appicon1.png) 35px center no-repeat;color:#0babfe;border-top: 2px solid #0babfe;}
.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: 80px;height: 30px;bottom: 36px;left: 45px;}
.main-web-banner a:nth-child(2){left: 132px;}
.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: 147px;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: #0babfe;color: #fff;}
.goods-web .buy-btns span:nth-child(2){border:1px solid #0babfe;color: #0babfe;}
.goods-web .buy-btns .addcart,.goods-web .buy-btns .yj-btn:hover{background-color: #0babfe;color: #fff;}
.goods-web .buy-btns .yj-btn{border:1px solid #0babfe;color: #0babfe;}
.exchanged-icon{position: relative;overflow: hidden;}
.exchanged-icon::before{content:'';position:absolute;top:-2px;right: -2px;background: url(../images/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(../images/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(../images/icon/remark_icon.png)2px center no-repeat;}
.goods-softtext .goods-remark a{background: url(../images/icon/case_icon.png)2px center no-repeat;}
.goods-softtext .goods-remark .tip_box{white-space: normal;width: 180px;}
.goods-softtext .website-msg{width: 33%;}
.goods-softtext .res-title{max-width: 300px;}
.goods-softtext .sell-msg-item{float: left;padding-top: 10px;width: 25%;}
.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: 80px;}
.goods-softtext .sell-msg-item p:nth-child(3) span{max-width: 230px;}
.goods-softtext .sell-msg-item .left-box{left: 20%;}
.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: 100px;}
.goods-softtext .buy-item .btn{background-color: #ff9400;border-color: #ff9400;margin-left: 18px;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 rgba(62,181,246,0.3); }
.free_list .seeAd .flowad_list .adList{padding: 0;color: #333}
.free_list .seeAd .con_ad{ background: url(/images/flowad/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:#3eb5f6;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; }

/*网站求购*/
.border_none{border-right: none!important;}
.modal-main input { width: 300px; height: 40px; line-height: 40px; padding: 8px; border: 1px solid #DFDFDF; border-radius: 3px; }
.buy_web .website-msg{padding-left: 20px}
.buy_web .website-msg .res-title,.buy_web .website-msg .res-titles{max-width: 230px;display: inline-block}
.buy_web .detail-item { line-height: 60px; width: 15%; }
.buy_web .detail-item .see{color: #61A6D6}
.buy_web .detail-item .see:hover{color: #1097EB}
.buy_web .text-orange{color: #FF6633;font-size: 18px}
.buy_web .bd_value{line-height: 22px;width: 20%;color: #999}
.buy_web .detail span{text-align: left;width: 49%;display: inline-block}
.buy_web .detail ss{color: #555}

.web_indexs li { padding: 20px 5px 10px 5px;}
.web_cate ul{width: 92%!important;}
.web_cate ul li{margin-right: 19px}
.web_cate ul li:nth-of-type(8n+1) {margin-right: 19px!important;}
.web_cate ul li:nth-of-type(12n+1) {margin-right: 0; }

/* 收藏夹 */
.favorite-wrap-head{width: 1200px;position: fixed;z-index: 2;top: 100px;background-color: #fff;padding-top: 20px;}
.favorite-tabbar{width: 1200px;line-height: 60px;border-bottom: 2px solid #dfdfdf;}
.favorite-tabbar li{float: left;font-size: 18px;position: relative;box-sizing: border-box;width: 125px;text-align: center;cursor: pointer;}
.favorite-tabbar li::after{content:'';position:absolute;border-right: 1px solid #dfdfdf;height: 12px;width: 1px;top: 50%;right: 0;margin-top: -6px;}
.favorite-tabbar li:hover span{color:#3eb5f6;}
.favorite-tabbar li:nth-last-child(1)::after{display: none;}
.favorite-tabbar li span{display: block;}
.favorite-tabbar li.active span{color:#3eb5f6;font-weight: bold;letter-spacing: 2px;}
.favorite-tabbar li.active span::after{content: '';display: block;position: absolute;width: 100px;height: 4px;background-color: #3eb5f6;margin-left: -50px;left: 50%;bottom: -3px;}

.favorite-wrap .btnbar{padding:5px 0px 5px 8px;margin-bottom: 15px;}
.favorite-wrap .btnbar span{margin:0 7px;vertical-align: middle;cursor: pointer;}
.favorite-wrap-head .btnbar span:nth-last-of-type(1){color:#808080;}
.favorite-wrap-head .btnbar span:nth-last-of-type(2){color:#808080;margin-right: 0;}
/* .footer-btnbar{background-color:#f6f6f6 ;} */

.favorite-header{background-color: #f6f6f6;line-height: 38px;}
.favorite-header span{float: left;;text-align: center;color:#869cac;}
.favorite-header span:nth-child(1){padding-left: 30px;text-align: left;}
.favorite-list .webgoods>div:nth-child(2){width: 240px;height: 100%;padding-right: 10px;}
.favorite-list .webgoods>div:nth-child(3){width: 152px;height: 100%;}
.favorite-list .webgoods>div:nth-child(4){width: 227px;height: 100%;}
.favorite-list .webgoods>div:nth-child(5),.favorite-list .webgoods>div:nth-child(6){width: 118px;height: 100%;}
.favorite-list .webgoods>div:nth-child(7){width: 123px;height: 100%;}
.favorite-list .webgoods>div:nth-child(8){width: 75px;height: 100%;}
.favorite-list .webgoods>div:nth-child(9){width: 105px;text-align: right;padding-right: 20px;height: 100%;}
.favorite-list .edit_btn{color:#999 !important;}
.favorite-list p{margin-bottom: 2px;}
.favorite-list .price-tips{color:#fe5d69;font-size: 12px;line-height: 18px;}
