/* 搜索 */
.mainBox{}
.mainBox.on{background: url(../img/sub_banner.png?v=240707) no-repeat center 0px}
.mainBox .search-item{ height: 26px; margin-top:40px; margin-left:155px;}
.mainBox .search-item li{height: 26px;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: rgba(255,255,255,0.75);line-height: 26px; float:left; margin-right:20px;cursor: pointer;}
.mainBox .search-item li:hover{font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #FFFFFF;}
.mainBox .search-item li.on{
	font-weight: 500;
	color: #FFFFFF;
}
.mainBox .search-model{padding: 0 5px; border-radius: 4px;border: 1px solid rgba(255,255,255,0.3); }
.mainBox .search-model select{background: none;color: rgba(255,255,255,0.75);}
.mainBox .search-model select option{background: none;color: #333;padding-top: 5px;}
.mainBox .search-model .selectvalue{display:none}
.mainBox .search-input{
	width: 712px;
	height: 54px;
	line-height:54px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-left:155px;
	margin-top:15px;
}
.mainBox .search-input .search-input-icon{
	float:left;
	width:25px;
	height:24px;
	margin:15px ;
	display:inline-block;
	background:url(../img/search-input-icon.png) no-repeat center;;
}
.mainBox .search-input .search-input-text{
	float:left;
	display:inline-block;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #C6C6C6;
	width:508px;
}
.mainBox .search-input .search-input-text .search-content{
	float:left;
	display:inline-block;
	color: #000;
	width:100%;
}
.mainBox .search-input .search-input-button{
	float:left;
	display:inline-block;
	margin-top: 5px;
}
.mainBox .search-input .search-input-button .search-button{
	width:142px;
	height:44px;
	line-height:44px;
	color:#fff;
	border-radius: 4px;
	background-color: #ff7925;
}
.mainBox .search-input .search-input-button .search-button:hover{
	cursor:pointer;
}
.mainBox .search-input .search-input-button .search-button:active{
	cursor:pointer;
	background-color: #ff7925;
}
.mainBox .search-help{float:left;display:inline-block;width: 325px;height: 54px;line-height:54px;margin-top:15px;}
.mainBox .search-help .search-help-button{
	width: 168px;
	background-color: rgba(210, 176, 128, 1);
	border-radius: 4px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
.mainBox .search-help .search-help-button:hover{
	cursor:pointer;
}
.mainBox .search-help .search-help-button:active{
	cursor:pointer;
	background-color: rgba(210, 176, 128, 0.8)
}

/* 筛选 */
.mainBox .choose-box{
	width: 1200px;
	margin-top:20px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
	padding-left:25px;
	padding-top:25px;
	padding-bottom:44px;
}
.mainBox .choose-box div{
	clear:both;
	float:none;
}
.mainBox .choose-box .choose-price .no_h #self-price-btn{
	background: #ff7925;
	color: #FFF;
	font-size: 14px;
	padding-left: unset;
	text-align: center;
}
.mainBox .choose-box .choose-price .no_h #self-price-btn:hover{
	cursor: pointer;
}
.mainBox .choose-box .choose-price .no_h #self-price-btn:active{
	opacity: 0.5;
}
.mainBox .choose-box div label, .mainBox .choose-box div ul li{
	float:left;
	display:block;
	margin-top:10px;
	font-size: 14px;
	font-weight: 400;
	font-family: PingFangSC-Regular, PingFang SC;
}
.mainBox .choose-box div label.unlimit:hover, .mainBox .choose-box div ul li:hover{
	cursor:pointer;
	background-color: #ff7925;
	color:#FFFFFF;
}
.mainBox .choose-box div ul li.no_h:hover{
	background: none;
}
.mainBox .choose-box div label.name{
	color: #999999;
	text-align:right;
	width:100px;
	height:26px;
	line-height:35px;
}
.mainBox .choose-box div label.unlimit{
	font-size: 16px;
	margin-left:10px;
	margin-top:12px;
	margin-right: 5px;
	border-radius: 4px;
	padding:5px 12px 5px 12px;
}
.mainBox .choose-box div label.clean-all{
	font-size: 16px;
	margin-left:15px;
	margin-top:22px;
	border-radius: 4px;
	padding:5px 12px 5px 12px;
	background-color: rgba(248, 241, 234, 1);
	color:rgba(206, 166, 109, 1);
}
.mainBox .choose-box div label.cur{
	background-color: rgba(36, 104, 242, 0.08);
	color: #ff7925;
}
.mainBox .choose-box div ul{
	float:left;
	width:1000px;
}
.mainBox .choose-box div ul li{
	color: #333333;
	font-size: 16px;
	margin-left:5px;
	margin-top:12px;
	border-radius: 4px;
	padding:5px 8px 5px 8px;
}

.mainBox .choose-box div ul li a{
	color: #333333;
}

.mainBox .choose-box div ul li.i2{
	width: 115px;
}

.mainBox .choose-box div ul li.cur{
	background-color: rgba(36, 104, 242, 0.08);
	color: #ff7925;
}

.mainBox .choose-box div ul li.cur a{
	color: #ff7925;
}

.mainBox .choose-box div ul li input{
	width: 80px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #CACACA;
	line-height:32px;
	padding-left:5px;
	margin-top: -5px;
}

.mainBox .choose-box div ul li.selected{
	background-color: rgba(36, 104, 242, 0.08);
	color: #ff7925;
}
.mainBox .choose-box div ul li.selected span{
	display:inline-block;
	float:left;
}
.mainBox .choose-box div ul li.selected span img{
	margin-left:5px;
}
.mainBox .choose-box .choose-show{
	display: none;
}
.mainBox .choose-box .choose-hide,.mainBox .choose-box .choose-show{
	height:50px;
	margin-left:-25px;
	background-image: linear-gradient(to right, #000 35%, rgba(215, 215, 215, 1) 0%); /* 35%设置虚线点x轴上的长度 */
	background-position: bottom; /* top配置上边框位置的虚线 */
	background-size: 10px 1px; /* 第一个参数设置虚线点的间距；第二个参数设置虚线点y轴上的长度 */
	background-repeat: repeat-x;
	text-align:center;	
}

.mainBox .choose-box .choose-hide img, .mainBox .choose-box .choose-show img{
	position:relative;
	/*top:3px;*/
	width:16px;
	height:16px;
}

.mainBox .choose-box .choose-hide .hide-button, .mainBox .choose-box .choose-show .show-button{
	width: 120px;
	height: 34px;
	color: #999999;
	margin-top:30px;
	font-size: 14px;
	line-height:34px;
	font-weight: 400;
	text-align:center;
	background: #FFFFFF;
	border-radius: 4px;
	display:inline-block;
	font-family: PingFangSC-Regular, PingFang SC;
	border: 1px solid #D7D7D7;
}

.mainBox .choose-box .choose-hide .hide-button:hover, .mainBox .choose-box .choose-show .show-button:hover{
	cursor:pointer;
}

/*商品排序*/
.order-box{
	width: 1200px;
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.order-box .common-order-button, .order-box .price-order-button{
	height:25px;
	line-height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	display:inline-block;
	margin-right:30px;
}

.order-box .selected{
	color: #ff7925;
}

.order-box .common-order-button img, .order-box .price-order-button img{
	position:relative;
	top:3px;
	width:16px;
	height:16px;
}

.order-box .show-only-button{
	margin-left: 760px;
}
.order-box .show-only-button input{
	width:16px;
	height:16px;
	position:relative;
	top:3px;
	margin-right:5px;
}

/*商品列表*/
.goods-box{
	width: 1200px;
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.goods-box .goods{
	width: 228px;
	height: 268px;
	padding-left:12px;
	padding-right:12px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.08);
	border-radius: 4px;
	border: 1px solid #DEDEDE;
	float:left;
	margin-left:15px;
	margin-top:15px;
	overflow: hidden;
	position: relative;
}

.goods-box .goods:hover{
	cursor:pointer
}

.goods-box .goods:nth-child(5n+1){
	margin-left:0px;
}

.goods-box .goods .goods-image-box{
	overflow: hidden;
	height: 133px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goods-box .goods .goods-image{
	max-width: 130px;
	max-height: 110px;
	/*height: 133px;*/
	background: rgba(255,134,134,0);
	overflow: hidden;
	vertical-align: middle;
}

.goods-box .goods .goods-image:hover{
	transition: all 0.6s;
	transform: scale(1.5);
}

.goods-box .goods  p{
	margin-top:5px;
}
.goods-box .goods .goods-title{
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #222222;
	line-height: 25px;
	margin-top: 30px;
	overflow: hidden;
}

.goods-box .goods .goods-cate{
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.goods-box .goods .goods-price{
	width:100px;
	height: 22px;
	overflow:hidden;
	color: #F77717;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	display:inline-block;
	font-family: Arial-BoldMT, Arial;
}
.goods-box .goods .goods-num{
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	display:inline-block;
	overflow:hidden;
}
.goods-box .goods:hover .online-service{
	cursor:pointer;
	display: block;
}
.goods-box .goods:hover .goods-title{
	margin-top: 5px;
}
.goods-box .goods .online-service{
	width: 228px;
	height: 42px;
	background: #D2B080;
	color:#fff;
	font-size: 16px;
	position:relative;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	text-align:center;
	line-height:42px;
	color: #FFFFFF;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

/**分页**/
.page-box{
	text-align:center;
	margin:0 auto;
}
.page-box .page-index,.page-box .page-first, .page-box .page-end{
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height:30px;
	text-align:center;
	border-radius: 3px;
	display:inline-block;
	margin-right:13px;
	font-family: PingFangSC-Regular, PingFang SC;
}
.page-box .page-first, .page-box .page-end{
	background:#fff
}
.page-box .page-index:hover, .page-box .page-first:hover, .page-box .page-end:hover{
	background: #ff7925;
	color: #FFFFFF;
	cursor:pointer;
}

.page-box .cur{
	background: #ff7925;
	color: #FFFFFF;
}

.page-box .page-total{
	height: 30px;
	line-height:30px;
	text-align:center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	opacity:0.5;
	margin-right:23px;
	margin-left:15px;
}
.page-box .data-total{
	height: 30px;
	line-height:30px;
	text-align:center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	opacity:0.5;
}
.celan{
	height: 312px;
	width: 48px;
	position: fixed;
	right: 10px;
	top: 300px;
	z-index: 10;
}
.celan .zixun{
	width: 48px;
	height: 126px;
	background: #ff7925;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	z-index: 1;
}
.celan .zixun .z_count{
	background: #E72626;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: -5px;
	top: -5px;
}
.celan .zixun p:first-child{
	margin-top: 19px;
}
.celan .zixun p{
	margin-top: 2px;
}
.celan .z_list{
	width: 48px;
	height: 152px;
	background: #fff;
	position: absolute;
	bottom: 34px;
	right: 0;
	overflow: hidden;
}
.celan .z_list li:first-child{
	margin-top: 20px;
}
.celan .z_list li{
	width: 20px;
	height: 20px;
	margin-top:25px;
	margin-left: 14px;
	cursor: pointer;
}
.celan .z_list li img{
	width: 100%;
	height: 100%;
	display: block;
}
.celan .tel{
	width: 158px;
	height: 221px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: none;
	border: 2px solid #F2F2F2;
	box-shadow:0px 5px 20px 0px rgb(0 0 0 / 50%) ;
}
.celan .tel .p1{
	font-size: 14px;
	color: #333333;
	margin: 21px 0 0 16px;
	font-weight: 500;
}
.celan .tel .p2{
	font-size: 14px;
	color: #999999;
	margin: 0 0 0 16px;
	font-weight: 500;
}
.celan .tel .p3{
	font-size: 18px;
	color: #D2B080;
	margin: 3px 0 0 16px;
	font-weight: 600;
}
.celan .tel .p4{
	font-size: 14px;
	color: #333333;
	margin: 12px 0 0 16px;
	font-weight: 500;
}
.celan .tel .p5{
	width: 126px;
	height: 30px;
	background: #F2F2F2;
	margin: 5px 0 0 16px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
}
.celan .tel .p6{
	background: #ff7925;
	text-align: center;
	width: 126px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 16px;
	margin-left: 16px;
	border-radius: 2px;
}
/* 详情页 */
.main_detail,.d_info{
	width: 1200px;
	margin-top:20px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
	padding-left:25px;
	padding-top:25px;
	/* padding-bottom:44px; */
}
.main_detail .d_s_img{
	width: 290px;
	height: 345px;
	/*background: #FAFAFA;*/
	overflow: hidden;
	float: left;
}
.main_detail .d_s_img img{
	/*margin: 68px auto 0;*/
}
.main_detail .d_s_info{
	width: 830px;
	/*height: 370px;*/
	float: left;
	margin-left: 22px;
	text-align: left;
}
.main_detail .d_s_info .d_tit{
	font-size: 26px;
	color: #000000;
	font-weight: 500;
	height: 37px;
}
.main_detail .d_s_info .d_price{
	width: 100%;
	height: 46px;
	background: #F9FAFC;
	margin-top: 6px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
	padding-left: 48px;
}
.main_detail .d_s_info .d_price1{
	width: 100%;
	height: 20px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
}
.main_detail .d_s_info .d_p{
	margin-top: 12px;
	float: left;
}
.main_detail .d_s_info .p_l{
	width: 76px;
	height: 20px;
	font-size: 14px;
	color: #999999;
	float: left;
	text-align: right;
}
.main_detail .d_s_info .p_r{
	width: 754px;
	font-size: 14px;
	color: #333333;
	float: left;
	text-align: left;
	padding-left: 16px;
}
.main_detail .d_s_btn{
	width: 100%;
	height: 114px;
	margin-top: 0;
	float: left;
	overflow: hidden;
}
.main_detail .d_s_btn .btn1{
	width: 150px;
	height: 42px;
	border: 1px solid #E8D7BF;
	line-height: 42px;
	text-align: center;
	color: #E8D7BF;
	font-size: 16px;
	font-weight: 500;
	border-radius: 35px;
	cursor: pointer;
	margin-top: 21px;
	margin-left: 60px;
	float: left;
}
.main_detail .d_s_btn .btn2{
	width: 218px;
	height: 50px;
	line-height: 50px;
	background: #F77717;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-radius: 35px;
	cursor: pointer;
	margin-top: 22px;
	margin-left: 140px;
	float: left;
}
.d_info .d_info1{
	width: 1180px;
}
.d_info .d_info1 .d_tit{
	width: 100%;
	height: 33px;
	overflow: hidden;
}
.d_info .d_info1 .d_tit img{
	width: 4px;
	height: 25px;
	display: block;
	float: left;
	margin-top: 4px;
}
.d_info .d_info1 .d_tit p{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-left: 11px;
}
.d_info .d_table{
	margin-top: 24px;
	margin-left: 8px;
	width: 1134px;
}
.d_info .d_table li{
	width: 100%;
	height: 42px;
	border-top: 2px solid #E6E9EC;
	border-left: 2px solid #E6E9EC;
	border-right: 2px solid #E6E9EC;
	font-size: 14px;
	line-height: 46px;
}
.d_info .d_table li .p1{
	float: left;
	width: 185px;
	height: 100%;
	color: #666666;
	background: #F7F8FC;
	float: left;
	padding-left: 34px;
}
.d_info .d_table li .p2{
	float: left;
	width: 380px;
	height: 100%;
	color: #333333;
	float: left;
	padding-left: 34px;
}
.d_info .d_table li .p3{
	float: left;
	width: 920px;
	height: 100%;
	color: #333333;
	float: left;
	padding-left: 34px;
}
.d_info .buy{
	width: 1130px;
	height: 327px;
	margin: 20px 0 0 10px;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #E6E9EC;
	border-top: none;
}
.d_info .buy .buy_tit{
	width: 100%;
	height: 42px;
	background: #F7F8FC;
	line-height: 42px;
	border-top: 1px solid #E6E9EC;
}
.d_info .buy .buy_tit.on{
	height: 284px;
	border-top: none;
	background: none;
}
.d_info .buy .buy_tit li{
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	overflow: hidden;
}
.d_info .buy .buy_tit li .i1{
	width: 331px;
	height: 218px;
	display: block;
	margin: 35px auto 0;
}
.d_info .buy .buy_tit li .i2{
	width: 380px;
	height: 218px;
	display: block;
	margin: 35px auto 0;
}
.d_info .d_tree{
	width: 1074px;
	height: 124px;
	margin: 20px auto 0;
	display: block;
}
.d_info .d_tree_desc{
	width: 1082px;
	height: 100px;
	margin: 0 auto;
}
.d_info .d_tree_desc li:first-child{
	margin-left: 0;
}
.d_info .d_tree_desc li{
	width: 200px;
	height: 100%;
	float: left;
	margin-left: 94px;
}
.d_info .d_tree_desc li .d_t1{
	text-align: center;
	width: 200px;
	height: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
.d_info .d_tree_desc li .d_t2{
	width: 200px;
	text-align: left;
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
}
.d_info .d_advantage{
	width: 1130px;
	height: 298px;
	background: url(../img/5.png) no-repeat center;
	background-size: 100% 100%;
	margin: 24px auto 50px;
	overflow: hidden;
}
.d_info .d_advantage .d_a_txt{
	width: 896px;
	height: 681px;
	margin: 32px auto 0;
}
.d_info .d_advantage .d_a_txt li{
	width: 295px;
	height: 80px;
	margin-top: 55px;
	margin-left: 306px;
	float: left;
	overflow: hidden;
}
.d_info .d_advantage .d_a_txt li:first-child,.d_info .d_advantage .d_a_txt li:nth-child(3){
	margin-left: 0;
}
.d_info .d_advantage .d_a_txt li:first-child,.d_info .d_advantage .d_a_txt li:nth-child(2){
	margin-top: 0;
}
.d_info .d_advantage .d_a_txt li img{
	width: 66px;
	height: 66px;
	display: block;
	float: left;
}
.d_info .d_advantage .d_a_txt li .d_t{
	width: 215px;
	float: left;
	height: 100%;
	margin-left: 14px;
}
.d_info .d_advantage .d_a_txt li .d_t p{
	margin-top: 6px;
	text-align: left;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
}
.popul{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}
.popul .but_tc{
	width: 662px;
	height: 512px;
	background: #FFFFFF;
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.15);
	border-radius: 8px;
	border: 1px solid #D2B080;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
.popul .but_tc .buy1{
	width: 390px;
	height: 511px;
	float: left;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}
.popul .but_tc .buy1 .d_tit{
	width: 364px;
	height: 33px;
	margin-top: 20px;
	overflow: hidden;
	margin-left: 26px;
}
.popul .but_tc .buy1 .d_tit img{
	width: 4px;
	height: 25px;
	display: block;
	float: left;
	margin-top: 4px;
}
.popul .but_tc .buy1 .d_tit p{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-left: 11px;
}
.popul .but_tc .buy1 .b_1{
	margin-top: 22px;
	padding-left: 42px;
	font-size: 16px;
	color: #666666;
}
.popul .but_tc .buy1 .b_2{
	width: 304px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #DDDEE8;
	line-height: 40px;
	margin: 8px 0 0 42px;
}
.popul .but_tc .buy1 .b_2 input::placeholder {
	color: #999999;
}
.popul .but_tc .buy1 .info_pro{
	text-align: center;
	font-size: 12px;
	margin-top: 38px;
	color: #D2B080;
}
.popul .but_tc .buy1 .b_next{
	width: 306px;
	height: 50px;
	background: #D2B080;
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 7px auto 0;
	cursor: pointer;
}
.popul .but_tc .buy2{
	width: 270px;
	height: 511px;
	background: #F5F5FA;
	float: left;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: relative;
	overflow: hidden;
}
.popul .but_tc .buy2 .b_head{
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 50%;
	margin: 56px auto 0;
}
.popul .but_tc .buy2 .b_head img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
}
.popul .but_tc .buy2 .b_name{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-top: 17px;
}
.popul .but_tc .buy2 .b_tel{
	text-align: center;
	font-size: 20px;
	font-family: Arial-BoldMT, Arial;
	font-weight: normal;
	color: #D2B080;
	margin-top: 18px;
}
.popul .but_tc .buy2 .ewm{
	width: 160px;
	height: 160px;
	margin: 15px auto 0;
	display: block;
}
.popul .but_tc .buy2 .b_tip{
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 6px;
}
.popul .but_tc .buy2  .b_close{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.popul .big_img{
	width: 800px;
	height: 600px;
	max-height: 800px;
	position: absolute;
	border-radius: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	display: none;
}
.popul .big_img .big_close{
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 16px;
}
.popul .big_img .big{
	width: 100%;
	height: 100%;
	display: block;
}
.my_p{
	width: 1200px;
	margin-top:20px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
	padding-left:25px;
	padding-top:25px;
}
.my_p .m_p1{
	width: 640px;
	height: 24px;
	margin-left: 280px;
	text-align: left;
	margin-top: 56px;
	font-size: 16px;
	font-weight: 500;
	color: #2F2E3F;
}
.my_p .m_p2{
	width: 640px;
	height: 42px;
	line-height: 42px;
	color: #666;
	font-size: 14px;
	margin-left: 280px;
	position: relative;
}
.my_p .line{
	width: 640px;
	height: 1px;
	background: #E3E3E8;
	margin: 4px 0 0 280px;
}
.my_p .bangding{
	width: 78px;
	height: 34px;
	border-radius: 4px;
	border: 1px solid #3F56E0;
	text-align: center;
	font-size: 14px;
	color: #3F56E0;
	line-height: 34px;
	position: absolute;
	right: 0;
	top: -15px;
	cursor: pointer;
}
.my_p .renzheng{
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #999999;
}
.my_p .exit{
	width: 132px;
	height: 42px;
	background: #3F56E0;
	border-radius: 4px;
	border: 1px solid #3F56E0;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin: 40px 0 108px 280px;
	cursor: pointer;
}
.my_mengceng{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}
.my_mengceng .shuru{
	width: 480px;
	height: 321px;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px 0px rgba(34,45,83,0.15);
	border-radius: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: relative;
	overflow: hidden;
}
.my_mengceng .shuru .my_close{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 24px;
	right: 23px;
	cursor: pointer;
}
.my_mengceng .shuru .my_p1{
	margin-top: 18px;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0,0,0,0.85);
	height: 22px;
	padding-left: 24px;
}
.my_mengceng .shuru .my_p2{
	margin-top: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	height: 22px;
	padding-left: 24px;
}
.my_mengceng .shuru .m_p3{
	width: 432px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #DDDEE8;
	margin: 8px auto 0;
	line-height: 42px;
	color: #999999;
	position: relative;
}
.my_mengceng .shuru .xian{
	width: 1px;
	height: 22px;
	background: #D8D8D8;
	position: absolute;
	top: 10px;
	left: 321px;
}
.my_mengceng .shuru .huoqu{
	width: 110px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #F77717;
	cursor: pointer;
}
.my_mengceng .shuru .my_btn{
	width: 196px;
	height: 42px;
	position: absolute;
	right: 24px;
	bottom: 23px;
}
.my_mengceng .shuru .my_btn li{
	float: left;
	width: 94px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	margin-left: 8px;
	background: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: rgba(0,0,0,0.85);
	cursor: pointer;
}
.my_mengceng .shuru .my_btn li.on{
	border: 1px solid #3F56E0;
	background: #3F56E0;
	color: #FFFFFF;
}
.my_mengceng .shuru .my_btn li:first-child{
	margin-left: 0;
}

.index_tc{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}
.index_tc .but_tc{
	width: 662px;
	height: 512px;
	background: #FFFFFF;
	box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.15);
	border-radius: 8px;
	border: 1px solid #D2B080;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
.index_tc .but_tc .buy1{
	width: 390px;
	height: 511px;
	float: left;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}
.index_tc .but_tc .buy1 .d_tit{
	width: 364px;
	height: 33px;
	margin-top: 20px;
	overflow: hidden;
	margin-left: 26px;
}
.index_tc .but_tc .buy1 .d_tit img{
	width: 4px;
	height: 25px;
	display: block;
	float: left;
	margin-top: 4px;
}
.index_tc .but_tc .buy1 .d_tit p{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-left: 11px;
}
.index_tc .but_tc .buy1 .b_1{
	margin-top: 22px;
	padding-left: 42px;
	font-size: 16px;
	color: #666666;
}
.index_tc .but_tc .buy1 .b_2{
	width: 304px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #DDDEE8;
	line-height: 40px;
	margin: 8px 0 0 42px;
}
.index_tc .but_tc .buy1 .b_2 input::placeholder {
	color: #999999;
}
.index_tc .but_tc .buy1 .info_pro{
	text-align: center;
	font-size: 12px;
	margin-top: 38px;
	color: #D2B080;
}
.index_tc .but_tc .buy1 .b_next{
	width: 306px;
	height: 50px;
	background: #D2B080;
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 7px auto 0;
	cursor: pointer;
}
.index_tc .but_tc .buy2{
	width: 270px;
	height: 511px;
	background: #F5F5FA;
	float: left;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	position: relative;
	overflow: hidden;
}
.index_tc .but_tc .buy2 .b_head{
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 50%;
	margin: 56px auto 0;
}
.index_tc .but_tc .buy2 .b_head img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
}
.index_tc .but_tc .buy2 .b_name{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	margin-top: 17px;
}
.index_tc .but_tc .buy2 .b_tel{
	text-align: center;
	font-size: 20px;
	font-family: Arial-BoldMT, Arial;
	font-weight: normal;
	color: #D2B080;
	margin-top: 18px;
}
.index_tc .but_tc .buy2 .ewm{
	width: 160px;
	height: 160px;
	margin: 15px auto 0;
	display: block;
}
.index_tc .but_tc .buy2 .b_tip{
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 6px;
}
.index_tc .but_tc .buy2  .b_close{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}