.header{
	height: 240px;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	font-size: 0;
	background-color: #fff;z-index: 99;
	transform: translateX(0);
	/* transition: .5s; */
}
.header_top{
	text-align: center;
	height: 45px;
	line-height: 45px;
	background-color:#655f5f;
}
.media_btn{
	display: none;
}
.header_top p{
	font-size: 16px;
	color: #fff;
}
.media_swiper{
	display: none;
}
.header_wrap{
	max-width: 1400px;
	margin: 0 auto;
	font-size: 0;
	padding: 10px 0;
}
.header_left{
	display: inline-block;
	vertical-align: middle;
    align-items: center;
    margin-right: 10px;
    min-width: 110px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.header_left .select1{
	padding: 6.5px 5px;
}
.header_left .select1 img{
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.header_left .select1 span{
	font-size: 13.33333px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
.header_left .select1 .fa-play{
	font-size: 12px;
	transform: rotate(90deg);
	display: inline-block;
	vertical-align: middle;
}
.select1 li{
	display: none;
}
.select1 .active{
	display: block;
}
.xiala{
	position: absolute;left: 0;top: 40px;
	width: 260px;
	background-color: #fff;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	font-size: 0;
	max-height: 260px;
	overflow-y: auto;
	display: none;
	z-index: 111;
}
.xiala li{
	box-sizing: border-box;
	padding:5px 0 5px 20px;
}
.xiala li img{
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.xiala li span{
	font-size: 13px;
	color: #403F3F;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.select1 .fa-angle-up{
	transform: rotate(180deg);
	transition: .5s;
}
.header_left_wrap{
	width: 23.333%;
	display: inline-block;
	vertical-align: middle;
}
.logo{
	width: 45.333%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.logo img{
	max-width: 180px;
}
.header_right{
	width: 31.333%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	position: relative;
}
.header_right .header_right_li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	position: relative;
}
.header_right .header_right_li .my_sub{
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 20px;
	text-align: left;
	width: auto;
	min-width: 100%;
	padding: 0 20px;
	padding-left: 10px;
	display: none;
	z-index: 99;
	overflow-y: auto;
}
.header_right .header_right_li .my_sub li{
	display: block;
	white-space: nowrap;
	cursor: pointer;
}
.header_right .header_right_li .my_sub li a{
	display: block;
	font-size: 16px;
	color: #000;
	padding: 15px 0;
}
.header_right .header_right_li .my_sub li:hover{
	color: #655f5f;
}
.header_right .header_right_li .my_sub li:hover span{
	color: #655f5f;
}
.header_right .header_right_li i{
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
	color: #655f5f;
	transition: .3s;
}
.header_right .header_right_li span{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #655f5f;
	transition: .3s;
	margin-left: 10px;
}
.header_right .header_right_li:hover i{
	color: #000;
}
.header_right .header_right_li:hover span{
	color: #000;
}
.header_right_li b{
	min-width: 20px;
	height: 20px;
	font-size: 12px;
	background-color: #e30057;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	margin-left: 5px;
}
.header_nav{
	/* max-width: 1400px; */
	text-align: center;
	margin: 0 auto;
	z-index: 99;
}
.header_nav .header_nav_ul_li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.header_nav .header_nav_ul{
	background-color: #655f5f;
}
.header_nav .header_nav_ul_li .header_nav_ul_li_a{
	display: block;
	padding: 15px 0;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	padding-right: 25px;
}
/* .header_nav .header_nav_ul_li .header_nav_ul_li_a:after{
	content: "\f0dd";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
} */
.nomedia{
	display: inline-block;
	vertical-align: top;
	margin-top: -3px;
}
.header_nav .header_nav_ul_li .header_nav_ul_li_a:hover{
	color: #ffcc32;
}
.sub{
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 40px;
	text-align: left;
	width: auto;
	min-width: 100%;
	padding:0 20px;
	display: none;
	z-index: 99;
	max-height: 71vh;
	overflow-y: auto;
}
/*滚动条整体样式*/
.sub::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}
/*滚动条滑块*/
.sub::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}
/*滚动条轨道*/
.sub::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	border-radius: 10px;
	background: #ccc;
}
.sub li{
	display: block;
	
}
.sub li+li{
	border-top: 1px solid #655f5f;
}
.sub li a{
	display: block;
	font-size: 16px;
	color: #000;
	padding: 15px 0;
	white-space: nowrap;
}
.sub li a:hover{
	color: #ffcc32;
}
.sub li dl{
	display: none;
}
.sub li dl dd a{
	padding: 5px 0;
	padding-left: 5px;
}
.header_bottom{
	width: 100%;
	margin: 5px 0;
}
.header_bottom .header_b_li{
	width: 50%;
	text-align: center;
	color: #fff;
	float: left;
}
.header_bottom .header_b_li p{
	background-color: #fce8d9;
	padding: 10px 0;
	font-size: 16px;
}
.header_bottom .header_b_li a{
	color: #000;
}
.header_bottom .header_b_li:nth-child(1){
	padding-right: 15px;
	box-sizing: border-box;
}
.header_bottom .header_b_li:nth-child(2){
	padding-left: 15px;
	box-sizing: border-box;
}


.footer{
	width: 100%;
	background-color: #655f5f;
}
.footer .footer_wrap{
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 0;
}
.footer .footer_wrap .footer_wrap_li{
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.footer .footer_wrap .footer_wrap_li .footer_title{
	margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
	font-size: 16px;
}
.footer .footer_wrap .footer_wrap_li li{
	margin-bottom: 10px;
}
.footer .footer_wrap .footer_wrap_li a{
	display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: border 500ms ease;
    -moz-transition: border 500ms ease;
    -ms-transition: border 500ms ease;
    -o-transition: border 500ms ease;
    transition: border 500ms ease;
    border-bottom: 1px solid rgba(192,192,192,0);
}
.footer .footer_wrap .footer_wrap_li a:hover{
	color: #ffcc32;
}
.footer .footer_wrap_li .text{
	width: 92%;
	height: 45px;
	border: none;
	padding:0 10px;
	font-size: 16px;
}
.footer .footer_wrap_li .submit{
	/* height: 10%; */
	padding: 13px 20px;
	font-size: 13px;
	color: #fff;
	border: 2px solid #fff;
	cursor: pointer;
	background-color: transparent;
	transition: .5s;
	box-sizing: border-box;
	text-transform:Uppercase;
	letter-spacing: 0.1em;
}
.footer .footer_wrap_li .submit:hover{
	background-color: #3a3c3c;
	border-color: #3a3c3c;
}
.footer .footer_wrap_li div{
	display: table-cell;
	vertical-align: middle;
}
.header240{
	width: 100%;
	display: block;
	height: 240px;
}
.form {
	padding: 40px 0 50px;
	text-align: center;
	width: 100%;
	margin:0 auto;
	max-width: 460px;
}
.form_title h1{
	font-size: 26px;
	/* color: #655f5f; */
	color: #1a1a1a;
	font-weight: bold;
}
.form_title .border{
	display: block;
	width: 50px;
	height: 3px;
	margin: 20px auto 15px;
	background-color: #000;
}
.form .input{
	width: 100%;
	margin-bottom: 10px;
}
.form .input .text{
	width: 100%;
	border:1px solid transparent;
	transition: .5s;
	background-color: #f6f6f6;
	font-size: 18px;
	padding: 10px 10px;
	box-sizing: border-box;
}
.form .input .text:focus{
	outline: -webkit-focus-ring-color auto 5px;
}
.form .submit{
	width: 100%;
	font-size: 13px;
	color: #fff;
	border: none;
	background-color: #655f5f;
	height: 44px;
	line-height: 44px;
	transition: background-color 0.15s ease-out;
	cursor: pointer;
	letter-spacing: 3px;
}
.form .submit:hover{
	background-color: #3a3c3c;
	color: #fff;
}
.form a{
	color: #655f5f;
	display: block;
}
.form a+a{
	margin-top: 15px;
}
.form a:hover{
	color: #000;
}
.footer_copy{
	text-align: center;
	border-top: 1px solid #607D8B;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: 400;
    color: #999;
    font-size: 12px;
    text-align: center;
	padding-bottom: 25px;
}
.footer_copy p{
	margin-bottom: 15px;
}
.footer_copy .f_img img{
	width: 38px;
	height: 24px;
}
.footer_copy .f_img .f_img_li{
	display: inline-block;
	vertical-align: middle;
}
.footer_copy .f_img .f_img_li+.f_img_li{
	margin-left: 5px;
}
.shopcar{
	width: 400px;
	position: absolute;
	right: 0;
	border-left:1px solid #ddd;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 100;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 60px;
}
.shopcar_title{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	position: relative;
	font-size: 0;
}
.shopcar_title .title_left{
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	width: 95%;
}
.shopcar_title .tclose{
	font-size: 22px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	width: 5%;
	cursor: pointer;
	text-align: right;
}
.tijiao{
	width: 60%;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	font-size: 13px;
    color: #fff;
    border: none;
    background-color: #655f5f;
    height: 44px;
    line-height: 44px;
    transition: background-color 0.15s ease-out;
    cursor: pointer;
    letter-spacing: 3px;
	text-transform: capitalize;
}
.tijiao:nth-last-child(2){
	bottom: 10%;
}

.tijiao:hover{
	background-color: #3a3c3c;
	color: #fff;
}
.shopcar_wrap_li{
	padding: 15px 0;
}
.shopcar_wrap_li .img{
	width: 25%;
	display:inline-block;
	vertical-align: middle;
}
.shopcar_wrap_li .img img{
	max-width: 100%;
}
.shopcar_wrap_li .text{
	width: 70%;
	display:inline-block;
	vertical-align: middle;
}
.sl4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.sl3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.sl2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.shopcar_wrap_li .name{
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.shopcar_wrap_li .type{
	line-height: 1.5;
	padding-top: 3px;
	font-size: 16px;
	color: #000;
	padding-bottom: 3px;
}
.shopcar_wrap_li .text_f .num input{
	width: 95px;
	height: 25px;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.shopcar_wrap_li .text_f .num{
	width: 95px;
	position: relative;
	font-size: 0;
	height: 25px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.shopcar_wrap_li .text_f .num span{
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 0 6px;
	position: absolute;
	top: 1px;
	cursor: pointer;
	font-size: 12px;
	background-color: #fff;
}
.shopcar_wrap_li .text_f .num .jia{
	right: 0;
}
.shopcar_wrap_li .text_f .num .jian{
	left: 0;
}
.shopcar_wrap_li .text_f .price{
	display: inline-block;
	vertical-align: middle;
	width: 56%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}
.shopcar_wrap{
	height: 83%;
	overflow-y: auto;
	
}
.shopcar{
	transform: translateX(400px);
	transition: .5s;
}
body{
	overflow-x: hidden;
}
/*滚动条整体样式*/
.shopcar_wrap::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}
/*滚动条滑块*/
.shopcar_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}
/*滚动条轨道*/
.shopcar_wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	border-radius: 10px;
	background: #ccc;
}
.search{
	position: absolute;
	width: 50%;
	top: 25px;
	right: 10%;
	/* border-bottom: 1px solid #ddd; */
	padding-bottom: 10px;
	font-size: 0;
	display: none;
}
.search .search_input{
	background-color: #fff;
	height: 40px;
	border: none;
	width: 80%;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 15px;
}
.search .search_sub{
	border: none;
	background-color: transparent;
	text-align: center;
	width: 20%;
	font-size: 14px;
	cursor: pointer;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.help_top{
	max-width: 1308px;
	margin:31px auto 0;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 30px;
	z-index: 1;
}
.help_top .title{
	font-size: 26px;
	color: #655f5f;
	margin-bottom: 0.5em;
	padding-left: 50px;
}
.help_top .help_search{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 30px 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.help_top .help_search input{
	width: 100%;
	background: #fff;
	-webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    padding: 10px;
}
.help_wrap{
	max-width: 1308px;
	margin:0 auto;
	padding-bottom: 80px;
}
.help_wrap .title{
	color: #655f5f;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 36px;
}
.help_wrap_li .l_title{
	box-sizing: border-box;
	padding: 20px 0;
	padding-left: 50px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.help_wrap_li .l_title .fa{
	font-size: 26px;
	color: #655f5f;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.help_wrap_li .l_title h1{
	font-size: 26px;
	color: #655f5f;
	font-style: normal;
    letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;
}
.help_sub .help_sub_li{
	padding: 15px 0;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: 50px;
}
.help_sub .help_sub_li .fa{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #ffcc32;
	margin-right: 4px;
}
.help_sub .help_sub_li .text{
	display: inline-block;
	vertical-align: middle;
	color: #ffcc32;
	font-size: 16px;
    font-weight: normal;
}
.help_sub .help_sub_li .sub_li_text{
	padding-left: 23px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 15px;
	display: none;
}
.help_sub .help_sub_li .sub_li_text p{
	font-size: 16px;
	color: rgb(41, 43, 44);
	line-height: 1.563;
}
.help_sub{
	display: none;
}
.help_sub .help_sub_li .sub_li_text p a{
	color: #ffcc32;
}
.about{
	width: 83.33333%;
	display: block;
	margin: 35px auto 0;
	max-width: 1111px;
}
.about .form_title{
	text-align: center;
}
.about .about_wrap{
	width: 80%;
	display:block;
	margin: 0 auto;
	padding-bottom: 80px;
}
.about_wrap h2{
	color: #655f5f;font-weight: bold;font-size: 16px;margin-bottom: 25px;
}
.about_wrap p{
	/* color: #655f5f;
	line-height: 1.536;
	font-size: 16px; */
}
.about_wrap h3{
	font-size: 20px;
	font-weight: bold;
	color: #655f5f;
	margin-top: 2.5em;
	margin-bottom: 2em;
}
.my{
	width: 100%;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}
.my .my_title{
	text-align: center;
}
.my .my_title h1{
	font-size: 1.625em;
	color: #655f5f;
	padding-bottom: 0.5em;
	font-weight: bold;
}
.my .my_title a{
	font-size: 16px;
	color: #000;
}
.my .my_title .border{
	display: block;
	width: 50px;
	height: 3px;
	margin: 25px auto 30px;
	background-color: #000;
}
.my_wrap{
	width: 100%;
	
}
.my_wrap .my_wrap_left{
	float: left;
	min-height: 290px;
}
.w66{
	width: 66.666666%;
	box-sizing: border-box;
	padding-right: 30px;
}
.w33{
	width: 33.33333333%;
}
.my_wrap .my_wrap_left .my_wrap_title{
	font-size: 20px;
	color: #655f5f;
	margin-bottom: 10px;
	font-weight: bold;
}
.no_wrap p{
	font-size: 16px;
	color: #000;
}
.yes_wrap a{
	font-size: 16px;
	color: #000;
}
.yes_wrap a:hover{
	font-size: 16px;
	color: #655f5f;
}
.member_table_title{
	width: 100%;
	font-size: 0;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background-color: #655f5f;
	margin-top: 14px;
	margin-bottom: 10px;
}
.member_table_title .member_table_title_li{
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.w290{width:30%;box-sizing: border-box;padding-left: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w110{width:14%;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w78{width:7%;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w138{width:15%;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w110{width:15%;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w134{width:13%;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.right_warp_table .right_warp_table_li{
	width: 100%;
	margin-top: 10px;
	border: 1px solid #EEEEEE;
}
.right_warp_table .right_warp_table_li .right_warp_table_li_title{
	background-color: #F7F7F7;
	padding: 10px 18px;
}
.right_warp_table .right_warp_table_li .right_warp_table_li_title p{
	font-size: 12px;
	color: #999999;
}
.right_warp_table .right_warp_table_li .right_warp_table_li_title p span+span{
	margin-left: 22px;
}
.right_warp_table_li_table_tr{
	width: 100%;
	font-size: 0;
	box-sizing: border-box;
	overflow: hidden;
}
.right_warp_table_li_table_tr .w290{
	width: 30%;
	border-right: 1px solid #E5E5E5;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	float: left;
	box-sizing: border-box;
	clear: both;
	border-top: 1px solid #eee;
}
.right_warp_table_li_table_tr .w290 .img{
	width: 82px;
	height: 82px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.right_warp_table_li_table_tr .w290 .img img{
	max-width: 100%;
	height: auto;
}
.right_warp_table_li_table_tr .w290 .text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.right_warp_table_li_table_tr .w290 .text .p1{
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 145px;
}
.right_warp_table_li_table_tr .w290 .text .p2{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 145px;
	font-size: 12px;
	color: #aaaaaa;
	margin-top: 10px;
}
.right_warp_table_li_table_tr .w110{
	width: 15%;
	height: 113px;
	padding-top: 53px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	border-right: 1px solid #E5E5E5;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}
.right_warp_table_li_table_tr .w78{
	width: 8%;
	height: 113px;
	padding-top: 53px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	border-right: 1px solid #E5E5E5;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}
.right_warp_table_li_table_tr .w138{
	width: 16%;
	height: 113px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	border-right: 1px solid #E5E5E5;
	font-weight: bold;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}
.right_warp_table_li_table_tr .w111{
	display: inline-block;
	width: 13%;
	height: 113px;
	font-size: 16px;
	color: #666666;
	vertical-align: top;
	border-right: 1px solid #E5E5E5;
	text-align: right;
	padding-top: 20px;
	box-sizing: border-box;
	padding-right: 20px;
	border-top: 1px solid #eee;
}
.right_warp_table_li_table_tr .w134{
	display: inline-block;
	width: 17%;
	min-height: 113px;
	font-size: 16px;
	color: #666666;
	vertical-align: top;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}
.right_warp_table_li_table_tr .w111 p{
	font-size: 12px;
	color: #655f5f;
}
.right_warp_table_li_table_tr .w111 p a{
	color: #655f5f;
}
.right_warp_table_li_table_tr .w111 a{
	font-size: 12px;
	color: #666666;
	margin-top: 6px;
	display: block;
}
.right_warp_table_li_table_tr .w111 a:hover{
	color: #eb9c0b;
}
.right_warp_table_li_table_tr .w134 .fk{
	font-size: 12px;
	color: #000;
	display: block;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #655f5f;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}
.right_warp_table_li_table_tr .w134 .fk:hover{
	background-color: #655f5f;
	color: #fff;
}
.right_warp_table_li_table_tr .w134 .qx{
	font-size: 12px;
	color: #666666;
	display: block;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #BFBFBF;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}
.my_wrap_left .add{
	color: #000;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.my_wrap_left .add:hover{
	color: #655f5f;
}
.ress p{
	margin-bottom: 15px;
	font-size: 16px;
	color: #000;
	line-height: 1.563;
}
.ress p+p{
	border-top: 2px dashed #ddd;
	padding-top: 10px;
}
.form_title h1{
	text-align: center;
}
.ress_left{
	float: left;
}
.ress_left .addbtn{
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	background-color: #655f5f;
	padding: 12px 20px;
	transition: .5s;
	display: inline-block;
	margin-bottom: 50px;
}
.ress_left .addbtn:hover{
	background-color: #3a3c3c;
}
.ress_left .fanhui{
	color: #000;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.875em;
	display: block;
	transition: .5s;
}
.ress_left .fanhui:hover{
	color: #655f5f;
}
.ress_right{
	float: right;
}
.ress_right .my_wrap_title{
	color: #655f5f;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}
.moren{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.563;
	margin-bottom: 15px;
}
.f_btn a{
	color: #000;
	font-size: 16px;
}
.f_btn a:hover{
	color: #655f5f;
}
.w50{
	width: 50%;
}
.w100{
	width: 100%;
}
.w50+.w50{
	box-sizing: border-box;
	padding-left: 10px;
}
.addform{
	font-size: 0;
}
.addform .addform_li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.addform .addform_li input{
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 16px;
	border: 1px solid #dddddd;
}
.addform .addform_li p{
	font-size: 16px;
	color: #655f5f;
	margin-bottom: 4px;
}
.addform .addform_li input:focus{
    outline: -webkit-focus-ring-color auto 5px;
}
.addform .addform_li select{
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 16px;
	border: 1px solid #dddddd;
}
.addform .addform_li select:focus{
	 outline: -webkit-focus-ring-color auto 5px;
}
.swmr{
	margin-bottom: 20px;
}
.swmr input{
	margin-right: 10px;
}
.swmr span{
	display: inline-block;
	font-size: 16px;
	color: #222323;
	margin-right: 10px;
}
.addr{
	display: none;
}
.addr .submit{
	display: block;
	border: none;
	background-color: #655f5f;
	color: #fff;
	font-size: 16px;
	line-height: 1.42;
	padding: 12px 20px;
	cursor: pointer;
	letter-spacing: 1px;
	transition: .5s;
}
.addr .submit:hover{
	background-color: #3a3c3c;
}
.quxiao{
	display: inline-block;
	font-size: 16px;
	color: #222323;
	margin-top: 25px;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}
.quxiao:hover{
	color: #655f5f;
}

/*dingdan*/
.main{
	width: 100%;
}
.main .main_right,.main .main_left{
	float: left;
}
.main .main_right{
	background-color: #fff;
	border-left: 1px solid #ddd;
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
}
.main .main_left{
	background-color: #FAFAFA;
	height: 100%;
	position: absolute;
	right: 0;
	width: 50%;
}
.main_warp{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1290px;
	box-sizing: border-box;
	min-height: 100vh;
	z-index: 10;
	position: relative;
}
/*dingdan end*/
.main_wrap_left{
	width: 50%;
	float: left;
	min-height: 100vh;
	position: relative;
	padding-bottom: 5em;
	box-sizing: border-box;
}
.main_wrap_left .logo1{
	display: block;
	margin: 0 auto 1em;
	padding-top: 3.5em;
	text-align: center;
}
.main_nav{
	text-align: center;
	padding-bottom: 1.75em;
}
.main_nav a{
	font-size: 12px;
	color: #0089ff;
	display: inline-block;
	vertical-align: middle;
}
.main_nav span{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	margin-top: 2px;
}
.main_nav a:hover{
	color: #000;
}
.main_nav a.active{
	color: #000;
	cursor: no-drop;
}
.main_my h2{
	color: #333;
	font-size: 14px;
	margin-bottom: 1.25em;
}
.main_my .img{
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.main_my .img img{
	max-width: 100%;
}
.main_my .text{
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}
.main_my .text .name{
	font-size: 14px;
	color: #545454;
}
.main_my .text a{
	font-size: 14px;
	color: #0089ff;
}
.xinxi{
	margin-top: 1.25em;
}
.xinxi input{
	display: inline-block;
	vertical-align: middle;
}
.xinxi span{
	font-size: 14px;
	color: #545454;
	margin-left: 4px;
}
.main_form{
	padding-top: 2.75em;
	box-sizing: border-box;
	padding-right: 6%;
	font-size: 0;
}
.main_form .title{
	font-size: 18px;
	color: #333;
	padding-top: 3em;
	line-height: 1em;
	padding-bottom: 1.25em;
}
.main_form_li{
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
/* .main_form_li span{
	position: absolute;
	top: 4px;
	left: 25px;
	font-size: 12px;color: #737373;
	display: none;
}
.main_form_li.nr span{
	display: block;
} */
.main_form_li select{
	background-color: #fff;
	width: 100%;
	padding: 15px 0 15px 20px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #ddd;
	transition: .5s;
}
.main_form_li select:focus{
	outline: none;
	border-color: #0089ff;
	-webkit-box-shadow: 0 0 0 1px #0089ff;
	box-shadow: 0 0 0 1px #0089ff;
}
.main_form_li input{
	background-color: #fff;
	width: 100%;
	padding: 15px 0 15px 20px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #ddd;
	transition: .5s;
}
.main_form_li input:focus{
	outline: none;
	border-color: #0089ff;
	-webkit-box-shadow: 0 0 0 1px #0089ff;
	box-shadow: 0 0 0 1px #0089ff;
}
.tishi{
	position: absolute;
	right: 20px;top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	font-size: 12px;
	background-color: #000;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
}

.tishi {
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tishi .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: rgba(51,51,51,0.9);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* 定位 */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -90px;
	padding: 10px;
	box-sizing: border-box;
}
.ts{
	margin-top: 0 !important;
}
.tishi:hover .tooltiptext {
    visibility: visible;
}
.main_form_ft{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
}
.main_form_ft span{
	font-size: 14px;
	color: #0089ff;
	display: inline-block;
	vertical-align: middle;
}
.main_form_ft .fa{
	font-weight: bold;
	margin-right: 4px;
}
.main_form_ft a{
	display: inline-block;
	vertical-align: middle;
	width: 68%;
}
.main_form_ft .submit{
	cursor: pointer;
    display: inline-block;
    background-color: #0089ff;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 1.4em 1.7em;
    text-align: center;
    position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;	
	font-size: 14px;
}
.main_form_ft .submit:hover{
	background-color: #747474;
}
.main_copy{
	box-sizing: border-box;
	padding-right: 6%;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.main_copy p{
	border-top: 1px solid #ddd;
	padding: 1em 0;
	font-size: 12px;
	color: #737373;
	/* margin-top: 4em; */
}
.main_wrap_right{
	width: 40%;
	float: left;
	box-sizing: border-box;
	padding-top: 3.5em;
	padding-left: 4%;
}
.main_wrap_right .main_wrap_right_li{
	padding: 12px 0;
}
.main_wrap_right .main_wrap_right_li .img{
	width: 15%;
	height: 4.6em;
	border-radius: 6px;
	background: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.main_wrap_right .main_wrap_right_li .img img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}
.main_wrap_right .main_wrap_right_li .img .number{
	font-size: 0.85714em;
	font-weight: 500;
	line-height: 1.75em;
	white-space: nowrap;
	text-align: center;
	border-radius: 1.75em;
	background-color: rgba(114,114,114,0.9);
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 1.75em;
	height: 1.75em;
	padding: 0 0.58333em;
	position: absolute;
	right: -0.75em;
	top: -0.75em;
	z-index: 3;
}
.main_wrap_right .main_wrap_right_li .text{
	box-sizing: border-box;
	padding-left: 1em;
	width: 62%;
	display: inline-block;
	vertical-align: middle;
}
.main_wrap_right .main_wrap_right_li .text h1{
	font-size: 14px;
	color: #323232;
	line-height: 1.563;
	font-weight: 500;

}
.main_wrap_right .main_wrap_right_li .text h2{
	font-size: 12px;
	color: #717171;
	line-height: 1.563;
	font-weight: 500;
}
.main_wrap_right .main_wrap_right_li .price{
	box-sizing: border-box;
	width: 20%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	color: #323232;
	font-weight: 500;
}
.apply{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 0.8em;
	position: relative;
}
.apply .text{
	border: 1px transparent solid;
	background-clip: padding-box;
	border-radius: 5px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	padding: 0.92857em 0.78571em;
	word-break: normal;
	border: 1px solid #ddd;
	font-size: 14px;
}
.apply .submit{
	width: 26%;
	font-size: 14px;
	cursor: pointer;
    display: inline-block;
    background-color: #c8c8c8;
    background-clip: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px transparent solid;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 0.92857em 0.78571em;
    text-align: center;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.apply .submit:hover{
	background-color: #006ecc;
}
.liebiao{
	padding: 1.5em 0;
	border-bottom: 1px solid #ddd;
}
.liebiao .liebiao_li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.liebiao .liebiao_li .liebiao_l{
	font-size: 14px;
	color: #535353;
}
.liebiao .liebiao_li .liebiao_r{
	font-size: 14px;
	color: #323232;
}
.liebiao .liebiao_li+.liebiao_li{
	margin-top: 0.75em;
}
.main_wrap_r_f{
	padding-top: 1em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_wrap_r_f .f_l{
	font-size: 14px;
	color: #323232;
}
.main_wrap_r_f .f_r span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #717171;
}
.main_wrap_r_f .f_r h1{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #323232;
	font-weight: 500;
	margin-left: 5px;
}
.main_contact{
	max-width: 570px;
	border-radius: 6px;
	border: 1px solid #ddd;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 1.14286em;
	padding-top: 0.85714em;
	padding-bottom: 0.85714em;
}
.main_contact .main_contact_li{
	width: 100%;
}
.main_contact .main_contact_li .sp1{
	color: #737373;
    /* padding-right: 1.14286em; */
	width: 12%;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.main_contact .main_contact_li .sp2{
	color: #333333;
	padding-right: 1.14286em;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.main_contact .main_contact_li a{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 10%;font-size: 12px;
	color: #0089ff;
}
.main_contact .main_contact_li+.main_contact_li{
	margin-top: 0.85714em;
    padding-top: 0.85714em;
	border-top: 1px solid #ddd;
}
.main_method{
	max-width: 570px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.main_method .title{
	font-size: 18px;
	color: #333;
	padding-top: 2.5em;
	line-height: 1em;
	padding-bottom: 1.25em;
}
.radio_input_wrap{
	border: 1px solid #ddd;
	border-radius: 6px;
	/* overflow: hidden; */
	box-sizing: border-box;
}
.radio_input_wrap span{
	font-size: 14px;
	color: #545454;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.radio_input_wrap span:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-top: -3px;
	margin-right: 0.75em;
}
.radio_input_wrap input:checked+span:before{
	background-color: #0089ff;
	background-clip: content-box;
	padding: 5px;
}
.radio_input_wrap b{
	text-align: right;
	width: 18%;
	display: inline-block;
	vertical-align: middle;
}
.radio_input_wrap_li{
	width: 100%;
	box-sizing: border-box;
}
.radio_input_wrap_li+.radio_input_wrap_li{
	border-top: 1px solid #ddd;
}
.radio_input_wrap_li label{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 1.14286em;
}
.main_method .title1{
	font-size: 18px;
	color: #333;
	margin-top: 3em;
	margin-bottom: 0.25em;
	line-height: 1.563;
}
.main_method .title2{
	font-size: 14px;
	color: #545454;
	margin-bottom: 1.4em;
	line-height: 1.563;
}
.radio_input_wrap_li{
	/* position: absolute; */
}
.pp{
	display: inline-block;vertical-align: middle;width: 46%;
}
.pp img{
	display: inline-block;
	vertical-align: middle;
}
.pp i{
	font-size: 12px;
	color: #737373;
}
.move{
	text-align: center;
	box-sizing: border-box;
	padding: 1.14286em;
	border-top: 1px solid #ddd;
	display: none;
}
.move p{
	max-width: 412px;
	margin: 0 auto;
	margin-top: 1.14286em;
	color: #545454;
	line-height: 1.5em;
}
.shop_title{
	display: block;
	margin: 30px auto 0;
	max-width: 1340px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.shop_title .shop_title_l span a{
	font-size: 16px;
	color: #655f5f;
}
.shop_title .shop_title_l span +span:before{
	content: "\f105";
	margin: 0 4px;
	font: normal normal normal 14px/1 FontAwesome;
}
.shop_title .shop_title_l span:hover a{
	color: #000;
}
.shop_title .shop_title_l span.active a{
	color: #000;
}
.shop_title .shop_title_l{
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.shop_title_r{
	width: 69%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.shop_title_r select{
	display: inline-block;
    margin: 5px 5px 5px 0;
    width: 170px;
    border: 1px solid #dddddd;
	padding: 10px;
	background-color: transparent;
}
.shop_wrap{
	max-width: 1340px;
	display: block;
	margin: 0 auto;
	font-size: 0;
}
.shop_wrap_li{
	width: 25%;
	padding-left: 30px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box
}
.fml30{
	margin-left: -30px;
}
.shop_wrap_li .img{
	width: 100%;
	max-height: 356px;
	overflow: hidden;
}
.shop_wrap_li .img img{
	max-width: 100%;
	width: 100%;
	height: 356px;
	display: none;
}
.shop_wrap_li .img img.active{
	display: block;
}
.shop_wrap_li .text{
	text-align: center;
	padding-top: 20px;
}
.shop_wrap_li .text h1{
	font-size: 14px;
	margin-bottom: 4px;
    line-height: 20px;
    height: 20px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #655f5f;
	line-height: 1.563;
}
.shop_wrap_li .text h2{
	line-height: 1.563;
}
.shop_wrap_li .text h2 b{
	color: #d83c3d;
	font-size: 14px;
}
.shop_wrap_li .text h2 span{
	font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	font-size: 14px;
    text-decoration: line-through;
    color: #9ba5a7;
	text-decoration: line-through;
}
.suoluetu{
	margin-top: 4px;
}
.suoluetu img{
	outline: solid 1px #9C9999;
	outline-style: dotted;
	width: 30px;
	height: 30px;
	margin: 3px;
	cursor: pointer;
	border: solid 2px white;
	display: inline-block;
	vertical-align: middle;
}
.shop_wrap{
	padding-bottom: 30px;
}
.page{
	text-align: center;
	padding: 30px 0;
}
.page a{
	font-size: 12px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 30px;
	line-height: 30px;
}
.page a.active{
	background: url(../images/active.png) no-repeat left center;
	background-size: 100%;
	color: #fff;
}
.page a:hover{
	background: url(../images/active.png) no-repeat left center;
	background-size: 100%;
	color: #fff;
}
.page a+a{
	margin-left: 6px;
}
.spxq_left{
	height: 721px;
	width: 16%;
	float: left;
	position: relative;
}
.spxq_left img{
	max-width: 100%;
	cursor: pointer;
}
.spxq_left .swiper-container{
	height: 100%;
}
.spxq{
	max-width: 1430px;
	padding: 30px 0;
	position: relative;
	display: block;
	margin: 0 auto;
}
.spxq_left .swiper-container .swiper-slide{
	box-sizing: border-box;
	padding: 2px;
	overflow: hidden;
	border: 2px solid transparent;
}
.spxq_left .swiper-container .swiper-slide.active{
	border: 2px solid #000;
}
.spxq_center{
	float: left;
	margin-left: 30px;
	width: 79%;
	height: 721px;
}
.cpxq_left{width: 50%;float: left;}
.cpxq_right{
	width: 50%;
	float: left;
}
.spxq_center .l_img,.c_img{
	max-width: 100%;
	max-height: 100%;
	display: none;
}
.spxq_center .l_active{
	display: block;
}
.spxq_center .spxq_center_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
.spxq_center .spxq_center_img.active{
	display: block;
}
.spxq_left .top{
	position: absolute;
	border: none;
	background-color: transparent;
	top: -28px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	cursor: pointer;
	font-size: 28px;
	font-weight: lighter;
}
.spxq_left .bottom{
	position: absolute;
	border: none;
	background-color: transparent;
	bottom: -28px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	cursor: pointer;
	font-size: 28px;
}
.media_search{
	display: none;
}
.cpxq_right .name{
	color: #000;
	font-size: 30px;
	margin-bottom: 0;
	word-wrap: break-word;
	display: block;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
	font-weight: bold;
}
.cpxq_right .small{
	color: #f7f7f7;
	font-size: 12px;
	margin-bottom: 10px;
}
.cpxq_right .price .sp1{
	text-decoration: line-through;
	letter-spacing: 0.1em;
	font-style: normal;
	text-transform: uppercase;
    color: #000;
	font-size: 18px;
	
}
.cpxq_right .price .sp2{
	color: #f30240;
	font-size: 18px;
	margin-left: 5px;
	letter-spacing: 0.1em;
	font-style: normal;
	text-transform: uppercase;
}
.cpxq_right .xq_title{
	display: block;
	margin-bottom: 10px;
	cursor: default;
	font-style: normal;
	font-weight: 400;
	color: #655f5f;
	font-size: 16px;
}
.cpxq_right .radio{
	margin: 20px 0;
	min-height: 71px;
}
.cpxq_right .radio .radio_li{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.cpxq_right .radio .radio_li img{
	width: 54px;
	height: 54px;
	cursor: pointer;
	border: 2px solid transparent;
	box-sizing: border-box;
	transition: .3s;
}
.cpxq_right .radio .radio_li label{
	display: block;
	cursor: pointer;
}
.cpxq_right .radio .radio_li  input:checked+img{
	border: 2px solid #f30240;
}
.cpxq_right .radio .radio_li span{
	font-size: 13px;
	color: #000;
	padding: 9px 11px;
	margin: 3px 4px 7px 3px;
	border: 1px solid #ddd;
	display: block;
}
.cpxq_right .radio .radio_li input:checked+span{
	border: 2px solid #F30240;
	background: url(../images/ac.png) no-repeat right bottom;
    background-size: 10px 10px;
	color: #F30240;
}
.cpxq_right h5{
	margin-top: 6px;
}
.cpxq_right h5 span{
	font-size: 24px;
	color: #1a1a1a;
}
.cpxq_right h5 b{
	font-size: 24px;
	color: #f30240;
	font-weight: 400;
}
.cpxq_right h6{
	margin-top: 14px;
	width: 162px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 66px;
	background-color: #F30240;
	color: #fff;
}
.cpxq_right .h7{
	font-size: 14px;
	color: #1a1a1a;
	margin-top: 10px;
}
.radio .num{
	display: flex;
	align-items: center;
}
.radio .num button{
	background-color: transparent;
	border: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	width: 36px;font-size: 16px;cursor: pointer;
}
.radio .num_text{
	width: 60px;
	height: 28px;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.cpxq_right .submit{
	width: 100%;
	margin-top: 10px;
}
.cpxq_right .submit .submit_btn{
	width: 100%;
	border: none;
	height: 44px;
	line-height: 44px;
	background-color: #655f5f;color: #fff;
	font-size: 13px;
	cursor: pointer;
	transition: background-color 0.15s ease-out;
}
.cpxq_right .submit .submit_btn:hover{
	background-color: #3a3c3c;
	color: #fff;
}
.right_wrap{
	margin-top: 15px;
}
.right_wrap h1{
	font-size: 16px;
    background-image: url(../images/jia.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
    cursor: pointer;
    margin: 0;
}
.right_wrap .text{
	display: none;
}
.right_wrap p{
	font-size: 16px;
	color: #ffcc32;
	margin-bottom: 15px;
}
.right_wrap p span{
	font-size: 13px;
	color: #655f5f;
}
.right_wrap .open{
	 background-image: url(../images/jian.webp);
	background-repeat: no-repeat;
	background-position: right center;
}
.share{
	margin-top: 8px;
}
.share a{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #000;
	padding: 0 5px 0 10px;
}
.share a span{
	display: inline-block;
	vertical-align: middle;
}
.share a:hover{
	color: #655f5f;
}
.share a span+span{
	margin-left: 5px;
}
.pinglun{
	max-width: 1430px;
	margin: 60px auto 7px;
	padding-bottom: 30px;
}
.pinglun_title{
	border-bottom: 1px solid #DEDEDE;
	padding: 0 7px 7px;
}
.pinglun_title .xing .fa{
	font-size: 18px;
	color:#fec960;
	display: inline-block;
	vertical-align: middle;
}
.pinglun_title .xing .sum{
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
	color: #282828;
}
.pinglun_title .xing {
	float: left;
}
.pinglun_title .pinglun_r{
	float: right;
}
.pinglun_title .pinglun_r button{
	border: 1px solid #ddd;
	padding: 4px 12px;
	font-size: 16px;
	margin: 0;
	height: 33px;
	border: solid 1px #282828;
    color: #282828;
	background: transparent;
	cursor: pointer;
	transition: .5s;
}
.pinglun_title .pinglun_r button:hover{
	background-color: #282828;
	color: #fff;
}
.pinglun_wrap {
	width: 100%;
	font-size: 0;
	box-sizing: border-box;
	padding-right: 1%;
}
.pinglun_wrap .piglun_wrap_li{
	width: 19%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	background-color: #F0F0F0;
	padding: 10px 5px;
	margin-top: 20px;
	margin-left: 1%;
}
.pinglun_wrap .piglun_wrap_li:hover{
	background-color: #E8E8E8;
}
.pinglun_wrap .piglun_wrap_li h1{
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px 0;
}
.pinglun_wrap .piglun_wrap_li h2{
	color: #a3a3a3;
	font-size: 11px;
	padding: 5px 10px 0;
	height: 20px;
}
.pinglun_wrap .piglun_wrap_li h3{
	padding-left: 10px;
}
.pinglun_wrap .piglun_wrap_li h3 span{
	color: #fec960;
	font-size: 14px;
}
.pinglun_wrap .piglun_wrap_li p{
	padding: 10px;
	font-size: 14px;
    line-height: 19px;
}
.xihuan .shop_wrap{
	max-width: 1430px;
}
.xihuan_title h1{
	font-size: 20px;
	color: #655f5f;
	margin-bottom: 10px;
}
.back{
	text-align: center;
	font-size: 14px;
	color: #000;
	display: block;
	margin-top: 50px;
}
.back:hover{
	color: #655f5f;
}
.media_dd_nav{
	width: 100%;
	background-color: #FAFAFA;
	display: none;
}
.dd_top{
	width: 100%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #E6E6E6;
}
.dd_top_wrap{
	padding: 17.5px 0;
	max-width: 560px;
	margin: 0 auto;
}
.media_dd_nav .dd_top .nav_l{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}
.media_dd_nav .dd_top .nav_r{
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.media_dd_nav .dd_top .fa{
	font-size: 24px;
	color: #0089ff;
	display: inline-block;
	vertical-align: middle;
}
.media_dd_nav .dd_top .open2{
	font-size: 14px;
	color: #0089ff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.dd_top .fa-angle-up{
	font-size: 16px !important;
}
.dd_top .fa.fa-angle-down{
	font-size: 16px !important;
	display: none;
}
.media_dd_nav .dd_top .nav_r h1{
	font-size: 18px;
	color: #333;
}
.search_block{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}
.block{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}
.pinglun_modal{
	width: 1000px;
	height: 600px;
	border-radius: 8px;
	background-color: #fff;
	position: fixed;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
	z-index: 999;
	box-sizing: border-box;
	padding:54px 73px;
	display: none;
}
.pinglun_modal_close{
	cursor: pointer;
	position: absolute;
	right: -50px;
	top: 0;
}
.pinglun_modal .pinglun_title{
	text-align: center;
	font-size: 24px;
	color: #1a1a1a;
	padding-bottom: 30px;
	font-weight: bold;
}
.pinglun_xing1_li{
	max-width: 400px;
	margin: 0 auto;
	display: block;
	border:1px solid #000;
	border-radius: 6px;
	margin-top: 20px;
	box-sizing: border-box;
	padding-left: 40px;
}
.pinglun_xing1_li label{
	display: block;
	padding: 10px;
	cursor: pointer;
}
.pinglun_xing1_li .text{
	font-size: 18px;
	color: #282828;
}
.pinglun_xing1_li:hover{
	background-color: #000;
}
.pinglun_xing1_li:hover span{
	color: #fff;
}
.pinglun_xing1_li:hover .text{
	color: #fff;
}
.pinglun_xing1_li.active{
	background-color: #000;
}
.pinglun_xing1_li.active span{
	color: #fff;
}
.pinglun_xing1_li.active .text{
	color: #fff;
}
.pinglun_xing1{
	transition: .5s;
	height: 96%;
}
.pinglun_tupian{
	text-align: center;
	height: 95%;
	position: relative;
	display: none;
}
.pinglun_tupian h1{
	margin-bottom: 10px;
	font-size: 24px;
	color: #1C1C1C;
	font-weight: bold;
	margin-top: 10px;
}
.pinglun_tupian h2{
	color: #888;
	font-size: 20px;
}
.pinglun_tupian .shangchuan{
	border: solid 1px #282828;
    color: #282828;
    background: #fff;
    border-radius: 2px;
    transition-property: background, color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
	    max-width: 400px;
    margin: 45px auto 0;
    display: block;
    text-align: center;
    width: 100%;
	cursor: pointer;
	    padding: 6px 0;
    font-size: 22px;
	box-sizing: border-box;
}
.pinglun_tupian .shangchuan:hover{
	background-color: #282828;
	color: #fff;
}
.pinglun_tupian .sp{
	position: absolute;
	bottom: 8px;
    font-size: 18px;
    cursor: pointer;
}
.pinglun_tupian .back1{
	left: 0;
}
.pinglun_tupian .skip1{
	right: 0;
}

.pinglun_text{
	height: 95%;
	position: relative;
	display: none;
}
.pinglun_text h1{
	margin-bottom: 10px;
	font-size: 24px;
	color: #1C1C1C;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.pinglun_text textarea{
	width: 100%;
	margin: 0 auto;
	height: 80%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #000;
}

.pinglun_text .sp{
	position: absolute;
	bottom: 8px;
    font-size: 18px;
    cursor: pointer;
}
.pinglun_text .back2{
	left: 0;
}
.pinglun_text .skip2{
	right: 0;
}

.pinglun_f{
	height: 95%;
	position: relative;
}
.pinglun_f h1{
	margin-bottom: 10px;
	font-size: 24px;
	color: #1C1C1C;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.pinglun_ff{
	margin: 0 auto;
	font-size: 0;
	max-width: 500px;
}
.pinglun_ff input{
	padding: 10px 15px;
    font-size: 20px;
    width: 100%;
    display: block;
    border: solid 1px #c1c1c1;
	box-sizing: border-box;
}
.input50{
	width: 48.5%;
	display: inline-block;vertical-align: middle;
	position: relative;
	margin-top: 20px;
}
.input50+.input50{
	margin-left: 3%;
}
.input100{
	margin-top: 40px;
	position: relative;
}
.pinglun_ff  .span{
	font-size: 16px;
	position: absolute;
	bottom: -25px;
	width: 100%;
}
.pinglun_ff .p{
	font-size: 13px;
	color: #999;
	margin-top: 40px;
}
.pinglun_ff .submit{
	border: 1px solid #232323;
	background-color: transparent;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 20px;
	transition: .4s;
}
.pinglun_ff .submit:hover{
	background-color: #232323;
	color: #fff;
}
.pinglun_f .sp{
	position: absolute;
	bottom: 8px;
    font-size: 18px;
    cursor: pointer;
}
.pinglun_f .back3{
	left: 0;
}
.changpin_modal{
	width: 100%;overflow: hidden;height: 97%;
}
.remo{
	text-align: center;
	font-size: 24px;
	display: block;
	color: #000;
}
.remo:hover{
	color: #655f5f;
}
.index_title{
	text-align: center;
	color: #222323;
	font-size: 23px;
	padding: 10px 0;
	margin-top: 30px;
}
.my_tuangou{
	max-width: 1365px;
	margin: 45px auto 80px;
}
.gouwuche_title .title_li{
	float: left;
	padding: 20px 0 0;
}
.gouwuche_title .clear_title{
	float: right;
	padding: 20px 0;
}
.gouwuche_title{
	border-bottom: 2px solid #E6E6E6;
}
.gouwuche_title .clear_title a{
	font-size: 16px;
	color: #808080;
}
.gouwuche_title .title_li a{
	font-size: 18px;
	color: #1a1a1a;
	padding-bottom: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid transparent;
}
.gouwuche_title .title_li.active a{
	border-bottom: 2px solid #f30240;
}
.gouwuche_title .title_li+.title_li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	height: 16px;
	margin: 0 20px;
	margin-top: -20px;
	background-color: #808080;
}
.gouwuche_title .title_li span{
	color: #f30240;
	display: inline-block;
	vertical-align: top;
}
.gouwuche_title .clear_title .fa{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.gouwuche_title .clear_title .text{
	display: inline-block;
	vertical-align: middle;
}
.gouwuche_title .clear_title:hover .text{
	color: #F30240;
}
.gouwuche_title .clear_title:hover .fa{
	color: #F30240;
}
.gouwuche_title .title_li a:hover{
	color: #f30240;
}
.gouwuche_title .title_li{

	margin-bottom: -2px;
}
.gouwuche_title .title_li.active{
	/* border-bottom: 2px solid #f30240; */
}
.gouwuche_title .title_li.active a{
	color: #F30240;
}
.tuangou_title{
	background-color: #655f5f;
	font-size: 0;
	margin: 30px 0;
}
.tuangou_title .wrap{
	width: 100%;
}
.tuangou_title .wrap div{
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
}
.w350{
	width: 24.64%
}
.w182{
	width: 13.33%;
}
.w111{
	width: 8.131%;
}
.w245{
	width: 17.94%;
}
.w246{
	width: 18.02%;
}
.w234{
	width: 17.142%;
}
.car_title{
	display: block;
	margin-bottom: 35px;
}
.car_title_left{
	float: left;
}
.car_title_right{
	float: right;
}
.car_title_left label{
	cursor: pointer;
}
.car_title_left .btn{
	color: #1a1a1a;
	padding: 8px 16px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 14px;
	transition: .5s;
	margin-left: 48px;
}
.car_title_left .btn:hover{
	background-color: #232323;
	color: #fff;
}
.checkbox{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox span:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #BFBFBF;
	margin-top: -4px;
	margin-left: 20px;
	margin-right: 14px;
	
}
.checkbox input:checked+span:before{
	background: url(../images/dui.png) no-repeat center center #EEEEEE;
	background-size: 17px;
}
.car_title_right a{
	padding:8px 23px;
	border: 1px solid #4D4D4D;
	border-radius: 5px;color: #4c4c4c;
	font-size: 16px;
	transition: .5s;
	display: inline-block;
	vertical-align: middle;
}
.car_title_right .nopage{
	color: #cccccc;
	border-color: #cccccc;
	cursor: no-drop;
}
.car_title_right a:hover{
	background-color: #4D4D4D;color: #fff;
}
.car_title_right .nopage:hover{
	background-color: #fff;
	color: #cccccc;
	border-color: #cccccc;
}
.car_title_right a+a{
	margin-left: 6px;
}
.table_title{
	background-color: #F7F7F7;
	padding: 10px 0;
}
.table_title .sp4{
	font-size: 14px;
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
}
.table_title .sp4+.sp4{
	margin-left: 57px;
}
.table_wrap .table{
	width: 100%;
}
.table_wrap .table .xiangqing{
	padding: 2%;
	padding-right: 0;
	box-sizing: border-box;
	width: 24.5%;
}
.table_wrap .table .xiangqing .img{
	width: 33%;
	height: 100px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.table_wrap .table .xiangqing .img img{
	max-width: 100%;
}
.table_wrap .table .xiangqing .text{
	width: 63%;
	margin-left: 2%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.table_wrap .table .xiangqing .text h1{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 1.6;
}
.table_wrap .table .xiangqing .text p{
	background-color: #F30240;
	font-size: 14px;
	color: #ffffff;
	padding: 9px 17px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 8px;
}
.table_wrap .table .price1{
	text-align: center;
	width: 13.33%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.table_wrap .table .price1 .p1{
	font-size: 14px;
	color: #808080;
	text-decoration: line-through;
}
.table_wrap .table .price1 .p2{
	font-size: 14px;
	font-weight: bold;
	color: #1a1a1a;
	margin-top: 7px;
}
.table_wrap .table .num{
	font-size: 14px;
	color: #4c4c4c;
	width: 8.131%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.table_wrap .table .total{
	text-align: center;
	width: 17.94%;
	position: relative;
}
.table_wrap .table .total .p1{
	font-size: 14px;
	color: #1a1a1a;
	font-weight: bold;
}
.table_wrap .table .total .p2{
	font-size: 14px;
	color: #808080;
	margin-top: 7px;
}
.f30240{
	color: #F30240
}
.c4c4c4c{
	color: #4c4c4c;
}
.table_wrap .table .status{
	text-align: center;
	width: 18.02%;
}
.table_wrap .table .status .p1{
	font-size: 14px;
}
.table_wrap .table .status .p2{
	font-size: 14px;
	margin-top: 7px;
	cursor: pointer;
}
.table_wrap .table .status .p2:hover{
	color: #F30240;
}
.table_wrap .table .status .p1:hover{
	color: #F30240;
	cursor: pointer;
}
.table_title .type{
	font-size: 16px;
	padding-right: 20px;
	float: right;
}
.table_wrap .table .td_btn a{
	display: block;
	border-radius: 5px;
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 14px 0;
	color: #4c4c4c;
	width: 180px;
	/* margin-top: 10px; */
	box-sizing: border-box;
	margin: 10px auto 0;
	transition: .5s;
}
.table_wrap .table .td_btn a:hover{
	border: 1px solid #F30240;
	color: #F30240;
}
.table .xiangqing,.table .price1,.table .num{
	float: left;
	height: 156px;
	box-sizing: border-box;
}
.table .xiangqing{
	clear: both;
}
.table .total,.table .status,.table .td_btn{
	display: inline-block;
	vertical-align: middle;
}

.table .td_btn{
	width: 17.142%;
	text-align: center;
}
.dif{
	width: 100%;
	position: absolute;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
}
.dif p{
	width: 100%;
}
.table_wrap .table .tr{
	border: 1px solid #E6E6E6;
	border-top: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.modal{
	width:1000px;
	height:600px;

	background:rgba(255,255,255,1);
	border-radius:10px;
	position: fixed;
	top: 0;bottom: 0;right: 0;left: 0;
	margin: auto;
	z-index: 999;
	box-sizing: border-box;
	padding: 30px 0px;
}
.modal .modal_close{position: absolute;    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 0;
}
.modal .modal_close1{position: absolute;    cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.modal .modal_title{
	text-align: center;
	color: #1a1a1a;
	padding-bottom: 30px;
	/*border-bottom: 1px solid #EDEDED;*/
}
.modal .modal_title h1{
	font-size: 24px;
}
.modal_body{
	box-sizing: border-box;
	width: 100%;
}
.modal_body .img{
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.modal_body .text{
	width: 590px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 23px;
}
.modal_body .btn{
	width: 140px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.modal_body .modal_body_section1{
	padding: 30px 0;
}
.modal_body .modal_body_section1 .text h1{
	font-size: 16px;
	color: #1a1a1a;
	padding-bottom: 15px;
}
.modal_body .modal_body_section1 .text h2{
	font-size: 14px;
	color: #808080;
	text-decoration: line-through;
}
.modal_body .modal_body_section1 .text h3{
	font-size: 14px;
	color: #1a1a1a;
	font-weight: bold;
	padding-top: 14px;
}
.modal_body .btn a{
	text-align: center;
	background-color: #F30240;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
}
.modal_body .modal_body_section1{
	border-bottom: 1px solid #EDEDED;
}
.modal_body_section2{
	text-align: center;
	padding: 38px 0;
	border-bottom: 1px solid #EDEDED;
}
.modal_body_section2 .section2_li{
	display: inline-block;
	vertical-align: middle;
}
.modal_body_section2 .section2_li+.section2_li{
	margin-left: 26px;
}
.modal_body_section2 .p{
	font-size: 16px;
	color: #4c4c4c;
	margin-top: 8px;
}
.modal_footer{
	padding-top: 44px;
	position: relative;
}
.modal_footer p{
	font-size: 16px;
	color: #4c4c4c;
}
.modal_footer .p2{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #f30240;
}
.modal{
	display: none;
}
.quxiao_modal{
	z-index: 999;
	position: fixed;
	width:516px;
	height:460px;
	background:rgba(255,255,255,1);
	border:4px solid rgba(195,195,195,1);
	border-radius:5px;
	box-sizing: border-box;
	left: 0;right: 0;top: 0;bottom: 0;
	margin: auto;
	display: none;
}
.quxiao_modal .quxiao_title{
	height: 44px;
	line-height: 44px;
	background:rgba(243,243,243,1);
	padding-left: 26px;
	box-sizing: border-box;
}
.quxiao_modal .quxiao_jg{
	background: #FFFBDB;
	padding: 12px 0;
	padding-left: 22px;
}
.quxiao_modal .quxiao_jg img{
	display: inline-block;
	vertical-align: middle;
}
.quxiao_modal .quxiao_jg span{
	font-size: 16px;
	color: #808080;
	margin-left: 5px;
}
.quxiao_label{
	font-size: 0;
	padding-top: 18px;
	padding-left: 8px;
	box-sizing: border-box;
}
.quxiao_label .quxiao_li{
	display: inline-block;
	width: 225px;
	height: 40px;
	/* border:1px solid rgba(230,230,230,1); */
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	margin-left: 14px;
	margin-top: 20px;
	cursor: pointer;
	transition: .5s;
}
.quxiao_label .quxiao_li span{
	font-size: 14px;
	color: #808080;
	width: 100%;
	border:1px solid rgba(230,230,230,1);
	display: block;
	transition:border .5s;
}
.quxiao_label .quxiao_li:hover span{
	border: 1px solid #F30240;
	color: #F30240;
}
.quxiao_label .quxiao_li input:checked+span{
	border: 1px solid #F30240;
	color: #F30240;
	background: url(../images/sanjiao.png) no-repeat right bottom;
}
.quxiao_btn{
	box-sizing: border-box;
	text-align: center;
	padding-top: 40px;
}
.quxiao_btn .btn1,.quxiao_btn .btn2{
	min-width: 111px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
}
.quxiao_btn .btn1{
	color: #808080;
	border: 1px solid #C3C3C3;
	background-color: #F2F2F2;
}
.quxiao_btn .btn2{
	color: #ffffff;
	border: 1px solid #F30240;
	background-color: #F30240;
	margin-left: 16px;
}

.tuangoulb{
	max-width: 1365px;
	margin: 40px auto 100px;
	font-size: 0;
}
.tuangoulb .tuangoulb_li{
	width: 326px;
	display: inline-block;
	vertical-align: top;
	background-color: #F7F7F7;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.tuangoulb .tuangoulb_li .img{
	width: 100%;
	max-height: 326px;
	overflow: hidden;
}
.tuangoulb .tuangoulb_li .img img{
	transition: .5s;
}
.tuangoulb .tuangoulb_li h1{
	font-size: 14px;
	color: #1a1a1a;
	font-weight: bold;
	margin-top: 26px;
}
.tuangoulb .tuangoulb_li h2{
	font-size: 18px;
	margin-top: 20px;
}
.tuangoulb .tuangoulb_li h2 .sp1{
	color: #ff2556;
	margin-right: 28px;
}
.tuangoulb .tuangoulb_li h2 .sp2{
	color: #1a1a1a;
	text-decoration: line-through;
}
.tuangoulb .tuangoulb_li .text{
	padding-bottom: 28px;
}
.tuangoulb .tuangoulb_li h3{
	width: 242px;
	border-radius: 66px;
	border: 1px solid #FF2556;
	display: block;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #ff2556;
	margin-top: 18px;
	transition: .5s;
}
.tuangoulb .tuangoulb_li:nth-child(4n+1){
	margin-left: 0;
}
.tuangoulb .tuangoulb_li:hover img{
	transform: scale(1.05);
}
.tuangoulb .tuangoulb_li:hover h3{
	background-color: #F30240;
	color: #fff;
}
.tuangou_lb{
	max-width: 1430px;
	margin: 0 auto 88px;
}
.tuangou_lb .tuangou_lb_title{
	background-color: #655f5f;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 24px;
}
.tuangou_lb .tuangou_lb_title .tuangou_lb_title_left{
	float: left;
	font-size: 18px;
	color: #fff;
}
.tuangou_lb .tuangou_lb_title .tuangou_lb_title_right{
	float: right;
	font-size: 18px;
	color: #ffffff;
}
.tuangou_lb .tuangou_lb_title .tuangou_lb_title_right span{
	display: inline-block;
	vertical-align: middle;
}
.tuangou_lb .tuangou_lb_title .tuangou_lb_title_right img{
	display: inline-block;
	vertical-align: middle;
}
.tuangou_li{
	display: flex;
	align-items: center;
	height: 120px;
	box-sizing: border-box;
	padding-left: 19px;
	padding-right: 19px;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #EDEDED;
}
.tuangou_li .div1{
	width: 337px;
	display: flex;
	align-items: center;
}
.tuangou_li .div2{
	width: 226px;
}
.tuangou_li .div3{
	width: 400px;
}
.tuangou_li img{
	width: 60px;
	height: 60px;
	margin-right: 18px;
}
.c4cfz18{
	font-size: 18px;
	color: #4c4c4c;
}
.f30fz18{
	font-size: 18px;
	color: #f30240;
}
.div4 a{
	display: block;
	text-align: center;
	width: 150px;
	height: 58px;
	line-height: 58px;
	border-radius: 6px;
	border: 1px solid #E60012;
	color: #f30240;
	font-size: 20px;
	box-sizing: border-box;
	transition: .5s;
}
.div4 a:hover{
	background-color: #E60012;
	color: #fff;
}
.morept_title{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 45px;
}
.morept_warp{
	width: 101%;
	/* box-sizing: border-box; */
	font-size: 0;
	max-height: 94%;
	overflow-y: auto;
}
.morept_warp::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}
/*滚动条滑块*/
.morept_warp::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}
/*滚动条轨道*/
.morept_warp::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
	border-radius: 10px;
	background: #ccc;
}
.morept_warp .more_pt_wrap_li{
	width: 417px;
	height: 120px;
	background-color: #F7F7F7;
	border-radius: 6px;
	padding: 26px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	margin-left: 19px;
}
.morept_warp .more_pt_wrap_li:nth-child(2n+1){
	margin-left: 0;
}
.morept_warp .more_pt_wrap_li .img{
	width: 60px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.morept_warp .more_pt_wrap_li .text{
	width: 222px;
	box-sizing: border-box;
	padding-left: 17px;
	display: inline-block;
	vertical-align: middle;
}
.morept_warp .more_pt_wrap_li .text h1{
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 8px;
}
.morept_warp .more_pt_wrap_li .text h2{
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 5px;
}
.morept_warp .more_pt_wrap_li .text h3{
	font-size: 14px;
	color: #4c4c4c;
}
.morept_warp .more_pt_wrap_li .text h3 span{
	color: #F30240;
}
.morept_warp .more_pt_wrap_li .morebtn{
	width: 75px;
	height: 40px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
.morept_warp .more_pt_wrap_li .morebtn a{
	display: block;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #F30240;
	border-radius: 5px;
	text-align: center;
	color: #f30240;
	font-size: 18px;
	transition: .5s;
}
.morept_warp .more_pt_wrap_li .morebtn a:hover{
	background-color: #F30240;
	color: #fff;
}
.search form{
	display: block;
	width: 50%;
	margin: 0 auto;
	z-index: 999;
	position: fixed;
	left: 0;right: 0;
}
.search .search_sub:hover{
	background-color: #fff;
}
.right_banner,.left_banner{
	max-width: 180px;
	height: 77px;
}
.right_banner{padding-left: 1%;box-sizing: border-box;overflow: hidden;font-size: 0;}
.left_banner{padding-right: 1%;box-sizing: border-box;overflow: hidden;font-size: 0;}
.right_banner img{display: block;margin: 0 auto;}
.logo a{
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	text-align: center;
	height: auto;
}
.yes_wrap button{
	border: none;
	display: block;
	width: 140px;
	line-height: 48px;
	background-color: #655f5f;
	border-radius: 4px;
	font-size: 24px;
	color: #ffffff;
	font-family: Arial;
	margin-top: 15px;
	cursor: pointer;
}
.myteam{
	max-width: 1365px;
	margin: 43px auto 0;
}
.myteam .myteam_table_title .sp1{
	font-size: 24px;
	color: #1a1a1a;
	line-height: 24px;
}
.myteam .myteam_table_title .sp2{
	font-size: 24px;
	color: #e30057;
	line-height: 24px;
}
.myteam .myteam_table_deata{
	width: 100%;
	line-height: 60px;
	background-color: #FAFAFA;
	font-size: 24px;
	color: #4c4c4c;
	box-sizing: border-box;
	padding-left: 24px;
	margin-top: 30px;
}
.myteam_table_wrap{
	max-width: 1305px;
	margin: 0 auto 59px;
	padding-bottom: 40px;
}
.myteam_table_wrap .myteam_table_wrap_item{font-size: 0;border-bottom: 1px solid #F2F2F2;padding-top: 20px;padding-bottom: 20px;}
.myteam_table_wrap .item_left .p1{
	font-size: 18px;color: #1a1a1a;
	line-height: 18px;
}
.myteam_table_wrap .item_left .p2{
	font-size: 16px;color: #808080;
	line-height: 16px;
	margin-top: 16px;
}
.myteam_table_wrap .item_left{
	width: 90%;
	display: inline-block;
	vertical-align: middle;
}
.myteam_table_wrap .item_right{
	width: 10%;
	display: inline-block;
	vertical-align: middle;
}
.myteam_table_wrap .item_right h1{
	font-size: 30px;
	color: #1a1a1a;
	line-height: 30px;
}
.box_show{
	box-shadow:0px 0px 26px 0px rgba(230,230,230,0.53);
}
.myteam_table_page{
	text-align: center;
	margin-top: 90px;
}
.myteam_table_page span,.myteam_table_page a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	box-sizing: border-box;
}
.myteam_table_page a{
	min-width: 58px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	font-size: 18px;
	color: #4c4c4c;
	text-align: center;
	line-height: 42px;
}
.myteam_table_page span{
	line-height: 42px;
	background-color: #E6E6E6;
	font-size: 18px;
	color: #4c4c4c;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 4px;
}
.myteam_table_page .page_btn{
	background-color: #655f5f;
	color: #fff;
	border-color: #655f5f;
	padding-left: 12px;
	padding-right: 12px;
}
.myteam_table_page a.active{
	background-color: #655f5f;
	color: #fff;
	border-color: #655f5f;
}
.myteam_table_wrap_item .item_center .p1{
	font-size: 18px;
	color: #808080;
	line-height: 18px;
	margin-bottom: 24px;
}
.myteam_table_wrap_item .item_center .p2 span{
	display: inline-block;
	vertical-align: middle;
	min-width: 288px;
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 18px;
	color: #1a1a1a;
	line-height: 18px;
}
.media11{display: none;}
@media all and (max-width: 767px) { 
	.myteam .myteam_table_title .sp1,.myteam .myteam_table_title .sp2{
		font-size: 18px;
	}
	.myteam_table{
		box-sizing: border-box;
		padding-left: 12px;
		padding-right: 12px;
	}
	.media11{
		display: block;
	}
	.myteam .myteam_table_deata{
		font-size: 15px;
		line-height: 40px;
		background-color: #F2F2F2;
	}
	.myteam_table_wrap .item_left .p1{font-size: 14px;}
	.myteam_table_wrap .item_left .p2{font-size: 12px;margin-top: 6px;}
	.myteam_table_wrap .item_right h1{
		font-size: 15px;
		line-height: 15px;
	}
	.myteam_table_wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
	.myteam_table_wrap .myteam_table_wrap_item{padding-top: 10px;padding-bottom: 10px;}
	.myteam_table_page span{font-size: 12px;line-height: 34px;}
	.myteam_table_page a{font-size: 12px;min-width: 34px;line-height: 34px;}
	.myteam_table_page span, .myteam_table_page a{
		margin: 0 3px;
	}
	.myteam_table_page{
		margin-top: 40px;
	}
	.myteam_table_title{
		padding-top: 15px;
	}
	.myteam{
		margin-top: 0;
	}
	.myteam .myteam_table_deata{margin-top: 15px;}
	.myteam_table_wrap_item .item_center .p1{
		font-size: 12px;
		margin-bottom: 12px;
	}
	.myteam_table_wrap_item .item_center .p2 span{
		font-size: 15px;
	}
	.myteam_table_wrap_item .item_center .p2 span+span{
		margin-top: 10px;
	}
}