* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
}
a {
	color: #333;
}
/* 色阶 */
/* -webkit-filter: grayscale(1);
filter: gray;
opacity:0.5; */
/* 还原 */
/* filter:none;
-webkit-filter: grayscale(0) */
.layui-btn, .layui-edge, .layui-inline, img{
	vertical-align: initial;
}
/* 登录注册 */
.logo_top {
	width: 1200px;
	height: 114px;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.logo_top .fanhui {
	font-size: 14px;
}

.logo_top .logo {
	margin-top: 16px;
}

.fanhui:hover {
	color: #c3121a;
}

.loginMain {
	position: relative;
	overflow: hidden;
	height: 730px;
	width: 100%;
	/* background: #ddd; */
	background: url(../images/loginbg.jpg) no-repeat center;
	background-size: auto 100%;
}

.loginMainBox {
	width: 1200px;
	margin: 0 auto;
}

.loginForm {
	width: 465px;
	height: 595px;
	background: #fff;
	border-radius: 8px;
	float: right;
	margin-top: 70px;
	margin-right: 70px;
}

.formTop {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.formTop span {
	font-size: 22px;
	font-weight: 800;
	width: 40%;
	text-align: center;
	cursor: pointer;
}

.formTop span.active {
	color: #C3121A;
}

.formTop span:hover {
	color: #C3121A;
}

.formMain {
	padding: 0 38px;
}

.formMain li {
	margin-bottom: 30px;
	position: relative;
	font-size: 14px;
}

.formMain li input {
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 58px;
	width: calc(100% - 60px);
	padding-left: 40px;
	padding-right: 20px;
	font-size: 15px;
	outline: none;
}

.formMain li input#yzm {}

.click-yzm {
	position: absolute;
	right: 0px;
	top: 13px;
	/* border-left: 1px solid #ddd; */
	display: inline-block;
	width: 140px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	color: #C3121A;
	font-weight: 600;
	font-size: 15px;
}

/* .click-yzm:hover {
	color: #C3121A;
} */

.formMain li img.label {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 19px;
}

.formMain li.go_zhuce {
	font-weight: 600;
}

.formMain li.go_zhuce .zhuce {
	color: #C3121A;
}

.formMain li.go_zhuce .wangji_pwd {
	float: right;
}

.formMain li button {
	width: 100%;
	height: 58px;
	background: #C3121A;
	color: #fff;
	font-size: 20px;
	border: none;
	border-radius: 4px;
	letter-spacing: 2px;
	cursor: pointer;
}

.formMain li.go_xieyi {
	position: relative;
	top: -10px;
}

.formMain li.go_xieyi a {
	color: #C3121A;
}

.formMain li.go_qita {
	text-align: center;
	font-size: 15px;
	color: #999;
	font-weight: 600;
}

.formMain li.go_qita img {
	width: 47px;
	height: 47px;
	margin-top: 10px;
}

.myForm {
	display: none;
}

.myForm.showForm {
	display: block;
}

.registerMain{
	width: 788px;
	margin: 80px auto;
}

.register_top{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.register_top p{
	font-size: 14px;
	font-weight: 600;
	color: #666;
	letter-spacing: 1px;
}
.register_top p a{
	color: #C3121A;
}

.register_main{
	box-shadow: 0 0 10px #ddd;
	margin-top: 20px;
	padding-bottom: 40px;
}
.register_main h3{
	text-align: center;
	line-height: 120px;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 19px;
}
.register_main ul{
	width: 50%;
	margin: 0 auto;
}
.register_main ul li{
	margin-bottom: 28px;
	position: relative;
	font-size: 14px;
}
.register_main ul li input{
	width: calc(100% - 40px);
	height: 58px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	outline: none;
}

.register_main li button {
	width: 100%;
	height: 58px;
	background: #C3121A;
	color: #fff;
	font-size: 20px;
	border: none;
	border-radius: 4px;
	letter-spacing: 2px;
	cursor: pointer;
}
.register_main li.go_xieyi {
	position: relative;
	top: -10px;
}

.register_main li.go_xieyi a {
	color: #C3121A;
}


input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #ccc; 
} 

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #ccc; 
} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #ccc; 
} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #ccc; 
}

/* 首页 */
.top{
	width: 100%;
	height: 40px;
	background: #C3121A;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}
.top a{
	color: #fff;
	margin-left: 20px;
}
.top span{
	margin-left: 20px;
	margin-right: 0px;
	font-weight: 500;
}
.top_txt{
	width: 1200px;
	margin: 0 auto;
}

.main{
	width: 1200px;
	margin: 0 auto;
}
.main_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_top input{
	width: 340px;
	padding-left: 14px;
	padding-right: 10px;
	font-size: 15px;
	height: 38px;
	border: 1px solid #C3121A;
	outline-color: #C3121A;
	outline-width: unset;
}
.main_top button{
	width: 115px;
	height: 40px;
	background: #C3121A;
	color: #fff;
	font-weight: 600;
	border: 1px solid #C3121A;
	position: relative;
	left: -7px;
	/* top: -1px; */
	font-size: 15px;
	letter-spacing: 2px;
}
.hot-p{
	margin-top: 10px;
}
.hot-p a{
	color: #888;
	font-size: 14px;
}
.hot-p span{
	margin: 0 10px;
	color: #ddd;
}
.search-div{
	margin-top: 30px;
	margin-right: 6%;
}
.wx-div{
	text-align: center;
	cursor: pointer;
	position: relative;
}
.wx-div img{
	width: 34px;
	height: 34px;
	margin-top: 12px;
}
.wx-div p{
	font-size: 15px;
}
.wx-div .ewmImg{
	position: absolute;
	right: 70px;
	top: 0;
	width: 120px;
	height: 120px;
	background: #e9e9e9;
	display: none;
}
.wx-div .ewmImg img{
	width: 110px;
	height: 110px;
	margin-top: 5px;
}
.wx-div:hover .ewmImg{
	display: block;
}


/* 导航 */
.nav{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.left-nav{
	width: 230px;
	/* height: 470px; */
	/* height: auto; */
	height: 46px;
	overflow: hidden;
	position: relative;
	border: 1px solid #C3121A;
	/* transition: all 1s; */
}
.left-nav .nav-top{
	height: 46px;
	line-height: 44px;
	background: #C3121A;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.left-nav .nav-top img{
	position: absolute;
	top: 15px;
	left: 20px;
}
.left-nav li.first-li{
	line-height: 45px;
	border-bottom: 1px solid #ddd;
}
.left-nav li.first-li:last-child{
	border-bottom: none;
}
.left-nav li.first-li a:first-child{
	font-size: 14px;
	color: #000;
	display: inline-block;
	width: calc(100% - 30px);
	height: 100%;
	padding: 0 15px;
}
.left-nav li.first-li a:first-child img{
	float: right;
	margin-top: 15px;
}
.left-nav li.first-li a:first-child:hover{
	color: #C3121A;
	background: #eee;
}
.left-nav li.first-li.click-li a:first-child{
	color: #C3121A;
	background: #eee;
}
.left-nav li ul{
	position: absolute;
	width: 480px;
	height: calc(100% - 46px);
	top: 47px;
	left: 231px;
	box-shadow: 0px 0 10px #ddd;
	display: none;
	padding:0 20px;
	background: #fff;
	z-index: 99;
}
.left-nav li ul li{
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.left-nav li ul li h3{
	font-size: 15px;
	font-weight: 600;
}
.left-nav li ul li a{
	font-size: 14px;
	padding: 0 6px;
	color: #666;
}
.left-nav li ul li a:hover{
	color: #C3121A;
}

.left-nav.in{
	height: auto;
	overflow: visible;
}
.left-nav.in .first-ul{
	position: absolute;
	top: 46px;
	left: -1px;
	width: 100%;
	background: #fff;
	border: 1px solid #C3121A;
	z-index: 99;
}
.left-nav.in li ul{
	height: 100%;
	top: 0px;
}
.listNav{
	box-shadow: 0 5px 5px #f5f5f5;
}
.listNav .nav{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.listNav.orderNav{
	box-shadow: 0 5px 8px #eee;
	position: relative;
	z-index: 9;
}


.right-nav{
	width: calc(100% - 250px);
}
.nav-top ul{
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 6%;
	margin-bottom: 14px;
}
.nav-top ul li a{
	font-size: 16px;
	font-weight: 600;
	padding: 4px 15px;
}
.nav-top ul li a:hover{
	color: #C3121A;
}
.swiper-banner{
	height: 422px;
}
.swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 10px;
}
.swiper-pagination-bullet-active{
	background: #fff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/swiper_right.png);
	background-size: 100% 100%;
	width: 44px;
	height: 44px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/swiper_left.png);
	background-size: 100% 100%;
	width: 44px;
	height: 44px;
}

.title{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	padding: 20px 0;
}
.title h3{
	border-left: 1px solid #C3121A;
	padding-left: 10px;
	font-size: 19px;
}
.title a{
	font-size: 15px;
	color: #000;
}
.title a:hover{
	color: #C3121A;
}
.title a b{
	font-size: 22px;
	font-weight: 400;
}


.hot-product ul{
	display: flex;
	justify-content: space-between;
}
.hot-product ul li .productImg{
	width: 224px;
	height: 224px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
}
.hot-product ul li{
	width: calc(25% - 74px);
}
.hot-product ul li h3{
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
	margin-top: 10px;
}
.hot-product ul li p{
	text-align: center;
	font-weight: 600;
	color: #C3121A;
}
.kong-banner{
	margin-top: 34px;
}

.home-list{
	display: flex;
	height: 610px;
	overflow: hidden;
}

.list-left{
	width: 224px;
	height: 606px;
	overflow: hidden;
}
.list-right{
	width: calc(100% - 224px);
}
.list-right ul{
	width: 100%;
}
.list-right ul li{
	float: left;
}
.list-right ul li .productImg{
	width: 222px;
	height: 222px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
}
.list-right ul li{
	width: 23%;
	margin-left: 2%;
	margin-bottom: 3%;
}
.list-right ul li h3{
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
	margin-top: 10px;
}
.list-right ul li p{
	text-align: center;
	font-weight: 600;
	color: #C3121A;
}



/* 底部 */
.footer{
	background: #313131;
}
.foot-main{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}
.foot-main ul{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-left: 5%;
}
.foot-main ul li h3{
	color: #c1c1c1;
	font-size: 20px;
	margin-bottom: 16px;
}
.foot-main ul li p a{
	color: #7d7d7d;
	font-size: 16px;
	line-height: 34px;
}
.foot-main ul li{
	position: relative;
}
.foot-main ul li .xian{
	width: 1px;
	height: 120px;
	background: #C1C1C1;
	position: absolute;
	top: 53px;
	left: -30px;
}
.foot-main h2{
	font-size: 20px;
	color: #c1c1c1;
	text-align: center;
	margin-top: 50px;
}
.foot-main h5{
	font-size: 14px;
	font-weight: 500;
	color: #7d7d7d;
	text-align: center;
	margin-top: 40px;
	border-top: 1px solid #7d7d7d;
	height: 50px;
	line-height: 50px;
}
.foot-main h5 a{
	color: #7d7d7d;
	margin-left: 30px;
}



/* 商品列表 */
.homeTitle{
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.homeTitle span{
	margin: 0 6px;
}
.homeTitle a:last-child{
	color: #999;
}
.shopList{
	background: #f8f8f8;
	padding: 14px 16px;
	display: flex;
	font-size: 15px;
	margin-bottom: 10px;
}
.shopList span{
	color: #999;
	display: inline-block;
	width: 50px;
	line-height: 2;
}
.shopList div{
	width: calc(100% - 50px);
	line-height: 2;
}
.shopList div a{
	margin:0 10px;
	padding: 3px 0;
	color: #000000;
}
.shopList div a.active{
	color: #C3121A;
}
.shopList div a:hover{
	color: #C3121A;
}

.shop-list{
	margin-bottom: 80px;
}
.shop-list ul{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin-top: 40px;
}
.shop-list ul li .productImg{
	width: 224px;
	height: 224px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
}
.shop-list ul li{
	width: calc(25% - 74px);
	margin-bottom: 40px;
	margin-right: 17px;
}
.shop-list ul li:nth-child(5n+5){
	margin-right: 0;
}
.shop-list ul li h3{
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
	margin-top: 10px;
}
.shop-list ul li p{
	text-align: center;
	font-weight: 600;
	color: #C3121A;
}


.pageList{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}

.shopMain{
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
}
.right-pro{
	width: calc(100% - 450px);
}
.right-pro h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.right-pro p{
	font-size: 14px;
	color: #999;
}
.right-pro .shop-maney{
	height: 88px;
	line-height: 88px;
	background: #FAFAFA;
	margin-top: 30px;
	margin-bottom: 40px;
}
.right-pro .shop-maney label{
	font-size: 16px;
	margin-left: 16px;
}
.right-pro .shop-maney span{
	font-size: 16px;
	margin-left: 20px;
	color: #C3121A;
	font-weight: 600;
}
.right-pro .shop-maney span b{
	font-size: 28px;
}
.guige{
	margin-top: 30px;
}
.guige,.guige1,.guige2{
	display: flex;
	font-size: 15px;
}
.guige1,.guige2{
	width: 60%;
	flex-wrap: wrap;
}
.guige label{
	line-height: 38px;
	display: inline-block;
	width: 65px;
}
.guige1 div,.guige2 div{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	height: 36px;
	position: relative;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 12px;
}
.guige1 div.active{
	border: 1px solid #C3121A;
}
.guige2 div.active{
	border: 1px solid #C3121A;
}
.guige1 div{
	min-width: 110px;
	padding-right: 10px;
	-moz-user-select:none; /*火狐*/
	-webkit-user-select:none; /*webkit浏览器*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
}
.guige1 div img{
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0;
	left: 0;
}
.guige1 div span{
	margin-left: 30px;
}
.guige2 div{
	min-width: 180px;
	-moz-user-select:none; /*火狐*/
	-webkit-user-select:none; /*webkit浏览器*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
}


.number{
	display: flex;
	font-size: 15px;
	margin-top: 30px;
}
.number label{
	line-height: 38px;
	display: inline-block;
	width: 65px;
}
.numclick{
	border: 1px solid #ddd;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.numclick button{
	border: none;
	background: none;
	font-size: 26px;
	width: 34px;
	height: 34px;
	line-height: 20px;
	cursor: pointer;
}
.numclick button:hover{
	background: #f5f5f5;
}
.numclick button:first-child{
	border-right: 1px solid #ddd;
}
.numclick button:last-child{
	border-left: 1px solid #ddd;
	color: #C3121A;
}
.numclick input{
	border: none;
	background: none;
	outline: none;
	text-align: center;
	width: 60px;
	font-size: 15px;
	font-weight: 600;
}
.submitBtn{
	width: 220px;
	height: 68px;
	background: #C4121A;
	border-radius: 4px;
	font-size: 24px;
	color: #fff;
	border: none;
}
.payBox{
	display: flex;
	margin-top: 50px;
}
.shoucang{
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 68px;
	width: 68px;
	margin-left: 40px;
	text-align: center;
	cursor: pointer;
	-moz-user-select:none; /*火狐*/
	-webkit-user-select:none; /*webkit浏览器*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
}
.shoucang img{
	margin-top: 10px;
	width: 29px;
	height: 29px;
}
.shoucang.in{
	border: 1px solid #C3121A;
	background: #C3121A;
}
.shoucang.in p{
	color: #fff;
}

.detailMain{
	display: flex;
	justify-content: space-between;
}
.detail_left{
	width: 224px;
}
.detail_left h2{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 45px;
}

.detail_left ul li{
	margin-bottom: 30px;
}
.detail_left ul li .productImg{
	width: 224px;
	height: 224px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
}
.detail_left li h3{
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
	margin-top: 10px;
}
.detail_left ul li p{
	text-align: center;
	font-weight: 600;
	color: #C3121A;
}

.detail_right{
	width: calc(100% - 300px);
}
.detail_rightTop{
	height: 57px;
	background: #E7E7E7;
}
.detail_rightTop span{
	display: flex;
	width: 168px;
	height: 57px;
	background: #C4121A;
	font-size: 16px;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	letter-spacing: 2px;
}
.detail_rightMain{
	margin-top: 40px;
	margin-bottom: 50px;
}
.detail_rightMain img{
	max-width: 100%;
}

/* 下单选择地址 */
.order h3{
	margin-top: 30px;
	font-size: 20px;
	margin-bottom: 24px;
}
.address{
	display: flex;
	flex-wrap: wrap;
}
.address .xuanze_add{
	width: 290px;
	height: 210px;
	border: 1px solid #eee;
	position: relative;
	margin-right: 10px;
}
.address .xuanze_add.active{
	border: 1px solid #C3121A;
}
.isactive{
	position: absolute;
	top: 4px;
	left: 4px;
	background: #C3121A;
	color: #fff;
	font-size: 13px;
	padding: 3px 8px;
}
.add_info{
	margin-top: 46px;
	margin-left: 40px;
	font-size: 15px;
}
.add_info h4{
	margin-bottom: 12px;
}
.add_info .add_txt{
	margin-top: 4px;
	color: #666;
}
.add_operate{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 15px;
	color: #666;
}
.add_operate span{
	cursor: pointer;
	margin-left: 12px;
}
.add_operate span:hover{
	color: #C3121A;
}

.address .xinzeng_add{
	width: 290px;
	height: 210px;
	text-align: center;
	border: 1px solid #eee;
	color: #999;
	cursor: pointer;
}
.address .xinzeng_add img{
	margin-top: 60px;
	margin-bottom: 10px;
}


.info h4{
	font-size: 15px;
	font-weight: 500;
	margin-top: 50px;
}
.shop_info{
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	height: 180px;
	justify-content: space-between;
	margin-top: 20px;
}

.shop_info img{
	height: 140px;
	width: 140px;
	border: 1px solid #eee;
	margin-left: 20px;
}

.shop_info .shop_title{
	margin-left: 20px;
	font-size: 14px;
	color: #888;
	/* width: 15%; */
	line-height: 1.58;
}
.shop_info .shop_title h5{
	font-size: 16px;
	color: #000;
	margin-bottom: 8px;
}

.shop_info .shop_left{
	display: flex;
	width: 30%;
	justify-content: space-between;
	align-items: center;
}
.shop_info .shop_right{
	display: flex;
	width: 50%;
	margin-right: 8%;
	justify-content: space-between;
	align-items: center;
}
.shop_info .zongjia{
	font-size: 18px;
	color: #C3121A;
	font-weight: 600;
}
.danjia{
	width: 30%;
}
.zongjia{
	width: 30%;
	text-align: right;
}

.shop_liuyan{
	resize: none;
	width: calc(100% - 20px);
	height: 60px;
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 10px;
}
.go_pay{
	text-align: right;
	font-size: 17px;
	margin-top: 50px;
}
.go_pay b{
	color: #C3121A;
	font-size: 20px;
	
}
.go_pay a{
	display: inline-block;
	width: 160px;
	height: 70px;
	background: #C3121A;
	text-align: center;
	color: #fff;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-left: 50px;
}


.shopPay_info{
	background: #f2f2f2;
	padding: 50px 40px;
	width: calc(100% - 80px);
	margin-top: 34px;
}
.shopPay_info h1{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.shopPay_info ul li{
	line-height: 36px;
	font-size: 15px;
}
.shopPay_info ul li span{
	color: #C3121A;
}

.xuanze_box{
	line-height: 45px;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}

.xuanze_box input[type="number"]{
	width: 140px;
	height: 26px;
	padding-left: 10px;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 4px;
}
.xuanze_box input#productName{
	width: 140px;
	height: 26px;
	padding-left: 10px;
	border: 1px solid #ddd;
	outline: none;
	border-radius: 4px;
}
.xuanze_box input[type="radio"]{
	transform: scale(1.2);
	position: relative;
	top:1px;
}
.xuanze_box label{
	margin-right: 50px;
	margin-left: 4px;
}
.red{
	color: #C3121A;
	font-weight: 600;
	font-size: 18px;
	margin-right: 4px;
}

.pay_way{
	display: flex;
	margin-top: 30px;
	/* display: none; */
}
.pay_way div{
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 48px;
	border-radius: 4px;
	margin-right: 14px;
}
.pay_way div.active{
	border: 1px solid #C3121A;
}

.payBtnok button{
	width: 200px;
	height: 45px;
	font-size: 18px;
	font-weight: 800;
	margin-top: 60px;
	background: #C3121A;
	color: #fff;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

.shiyong_over{
	display: none;
}
.shiyong_jifen{
	display: none;
}
.tishi{
	font-size: 14px;
	margin-left: 6px;
	color: #C3121A;
}
.remindBox{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 200px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 0 15px;
	background: rgba(0,0,0,0.6);
	border-radius: 10px;
	animation: showBox 0.75s;
	-webkit-animation: showBox 0.75s;
	display: none;
}
@keyframes showBox
{
    from {opacity: 0;}
    to {opacity: 1;}
}

.exchange{
	width: 100%;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #C3121A;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	letter-spacing: 1px;
	font-weight: 600;
}
.nochange{
	width: 100%;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	letter-spacing: 1px;
	font-weight: 600;
	background: #d3d3d3;
	cursor: default;
}

/* 弹窗样式 */

.tan{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
.tans{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}
.tanMain_exchange{
	width: 800px;
	height: 580px;
	background: #fff;
	margin: 10% auto;
	border-radius: 6px;
	position: relative;
	display: flex;
	justify-content: center;
}
.tanMain_exchange .tanshop{
	width: 226px;
	margin-top: 90px;
}
.tanMain_exchange .tanshop .productImg{
	width: 224px;
	height: 224px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
}
.tanMain_exchange .tanshop h3{
	font-size: 19px;
	font-weight: 500;
	color: #000;
	margin-top: 13px;
}
.tanfooter{
	height: 120px;
	background: #eee;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tanfooter button{
	width: 180px;
	height: 40px;
	background: #C3121A;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 4px;
	margin: 0 10px;
}
.tanfooter button.btn_close{
	background: #cbcbcb;
}

.tan .close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.tans .close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

/* 新手指南 */
.novice_left{
	width: 230px;
	float: left;
}
.novice_right{
	width: calc(100% - 230px);
	float: left;
}
.novice_left ul{
	width: 185px;
}
.novice_left ul li{
	line-height: 46px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.novice_left ul li a{
	border-right: 2px solid #fff;
	padding-right: 24px;
	line-height: 32px;
	display: inline-block;
	color: #000;
	letter-spacing: 1px;
}
.novice_left ul li:hover a{
	color: #C3121A;
}
.novice_left ul li.active a{
	border-right: 2px solid #C3121A;
	color: #C3121A;
}
.rightContent{
	line-height: 1.56;
}
.rightContent img{
	max-width: 100%;
}
.rightTitle{
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 16px;
}
.rightContent .liucheng li{
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.5;
}
.rightContent .liucheng li p{
	font-size: 16px;
}
.zhanwei{
	clear: both;
	height: 80px;
}

/* 兑换中心 */
.exchangeEntrance{
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.exchangeEntrance div{
	width: 48.5%;
}
.exchangeEntrance div img{
	width: 100%;
}
.exchangeEntrance div h3{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
}
.exchangeEntrance div p{
	line-height: 2;
}
.body{
	background: #f8f8f8;
	padding-top: 1px;
}

.orderMain{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.orderLeft{
	width: 175px;
	background: #fff;
}
.userInfo{
	width: 175px;
	height: 170px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.userInfo img{
	width: 63px;
	height: 63px;
	border-radius: 50%;
	margin-top: 30px;
}
.userInfo p{
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
}
.user_kong{
	height: 6px;
	width: 100%;
	background: #f8f8f8;
}
.orderLeft ul li{
	text-align: center;
	line-height: 40px;
	border-left: 2px solid #fff;
	margin-top: 8px;
	margin-bottom: 8px;
}
.orderLeft ul li a{
	color: #000;
}
.orderLeft ul li.active{
	background: #eee;
	border-left: 2px solid #C3121A;
}
.orderLeft ul li.active a{
	color: #C3121A;
}
.orderLeft ul li:hover a{
	color: #C3121A;
}
.orderLeft button{
	width: 74%;
	height: 36px;
	font-size: 15px;
	border-radius: 20px;
	border: 1px solid #ddd;
	background: none;
	color: #666;
	margin-left: 13%;
	margin-top: 20%;
	outline: none;
	cursor: pointer;
}
.orderLeft button:hover{
	background: #f9f9f9;
}

.orderRight{
	width: calc(100% - 186px);
	min-height: 750px;
	background: #fff;
	padding-bottom: 12px;
}

.order_top{
	width: 958px;
	margin: 20px auto 30px auto;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	color: #444;
	font-size: 16px;
	/* font-weight: 600; */
}
.order_top span{
	margin-right: 45px;
	cursor: pointer;
	border-bottom: 2px solid #fff;
	padding: 8px 2px;
	-moz-user-select:none; /*火狐*/
	-webkit-user-select:none; /*webkit浏览器*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
}
.order_top span.active{
	border-bottom: 2px solid #C3121A;
	color: #C3121A;
}
.order_top span:hover{
	color: #C3121A;
}
.order_top span:last-child{
	margin-right: 0;
}

.order_list{
	width: 958px;
	margin: 20px auto;
	display: none;
}
.order_list.showList{
	display: block;
}
.order_list li{
	height: 178px;
	width: 100%;
	border: 1px solid #f2f2f2;
	margin-top: 20px;
}

.order_list li .list_title{
	line-height: 42px;
	background: #F9F9F9;
}
.order_list li .list_title span{
	margin-left: 10px;
	margin-right: 30px;
	font-size: 15px;
	color: #555;
}
.order_list li .list_title span:last-child{
	float: right;
	font-size: 15px;
	display: inline-block;
	width: 22%;
	text-align: center;
	margin: 0;
}
.order_list li .list_shop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 138px;
	padding-left: 16px;
	font-size: 16px;
}
.list_shop img{
	height: 100px;
	width: 100px;
	border: 1px solid #f5f5f5;
}
.list_shop .list_shop_left{
	width: 29%;
	display: flex;
	justify-content: space-between;
}
.list_shop .list_shop_left .shop_title{
	width:calc(100% - 116px);
}
.list_shop .list_shop_left .shop_title h5{
	font-size: 15px;
	margin-top: 8px;
	font-weight: 500;
}
.list_shop .list_shop_left .shop_title p{
	font-size: 14px;
	margin-top: 14px;
	color: #999;
}
.list_shop .list_state{
	width: 22%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	border-left: 1px solid #f5f5f5;
	height: 100%;
}
.list_shop .list_state p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}
.daifukuan{
	color: #C3121A;
}
.list_go_pay a{
	border: 1px solid #C3121A;
	color: #C3121A;
	display: inline-block;
	font-size: 14px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	margin-top: 6px;
	text-align: center;
	border-radius: 3px;
}
.list_go_pay a:hover{
	background: #C3121A;
	color: #fff;
}
.list_go_tui a{
	border: 1px solid #ccc;
	color: #888;
	display: inline-block;
	font-size: 14px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	margin-top: 6px;
	text-align: center;
	border-radius: 3px;
}
.list_go_tui a:hover{
	background: #f5f5f5;
}
.wushuju{
	text-align: center;
	margin-top: 150px;
	color: #999;
	font-size: 15px;
}
.wushuju img{
	margin-bottom: 16px;
}

/* 订单详情 */

.order_details{
	width: 958px;
	margin: 20px auto;
}
.details_title{
	color: #C3121A;
	padding-bottom: 10px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 500;
}
.details_title span{
	float: right;
	color: #666;
	font-size: 16px;
	margin-top: 6px;
}
.order_details li{
	border-bottom: 1px solid #eee;
	padding-bottom: 24px;
	margin-top: 24px;
	font-size: 15px;
}
.order_details li:first-child{
	padding-bottom: 18px;
	margin-top: 18px;
}
.order_details li:last-child{
	border-bottom: none;
}
.order_details li p{
	line-height: 2;
	color: #333;
}
.order_details li p b{
	/* font-weight: 500; */
	color: #C3121A;
}
.order_details li .list_shop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 138px;
	padding-left: 16px;
	font-size: 16px;
}
.order_details .list_shop .list_state{
	border-left: none;
}
.zhuangtai{
	color: #C3121A;
	font-weight: 600;
}

/* 退款 */
.refund_main{
	width: 100%;
	border: 1px solid #eee;
	padding: 40px;
}
.refund_main .productImg img{
	width: 146px;
	height: 146px;
	border: 1px solid #eee;
}
.refund_shop{
	display: flex;
}
.refund_shop_txt{
	margin-left: 17px;
}
.refund_shop_txt h3{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #555;
}
.refund_shop_txt p{
	color: #aaa;
	font-size: 15px;
	margin-bottom: 20px;
}
.refund_shop_txt b{
	color: #C3121A;
}

.refund_operate h3{
	margin-top: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 20px;
	color: #444;
}
.refund_operate_box{
	width: 49%;
	height: 100px;
	border: 1px solid #ddd;
	float: left;
	display: flex;
	align-items: center;
	margin-top: 24px;
	cursor: pointer;
}
.refund_operate_box:last-child{
	margin-left: 1.3%;
}
.refund_operate_box img{
	margin-left: 40px;
	margin-right: 20px;
}
.refund_operate_box h2{
	font-size: 20px;
	margin-bottom: 6px;
}
.refund_operate_box p{
	color: #666;
	font-size: 15px;
}
.refund_operate_box:hover{
	background: #F9F9F9;
}

.refund_circuit_top{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.refund_circuit_top div{
	width: 34%;
	height: 60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.refund_circuit_top div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-filter: grayscale(1);
	filter: gray;
	opacity:0.4;
}
.refund_circuit_top div.active img{
	-webkit-filter: grayscale(0);
	filter: none;
	opacity:1;
}
.refund_circuit_top div b{
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #fff;
	border-radius: 50%;
	color: #999;
	font-size: 18px;
	margin-right: 20px;
}
.refund_circuit_top div.active b{
	color: #C3121A;
}
.refund_circuit_top div span{
	font-size: 17px;
	letter-spacing: 1px;
}

.circuitMain{
	margin-top: 40px;
}
.refund_circuit{
	border: 1px solid #eee;
	margin-top: 30px;
	padding: 40px 0;
}
.refund_circuit li{
	display: flex;
	/* flex-wrap: wrap; */
	margin-bottom: 30px;
}
.refund_circuit li label:first-child{
	display: inline-block;
	width: 166px;
	text-align: right;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}
.refund_circuit li label b{
	color: red;
	margin-right: 4px;
}
.refund_circuit li img{
	width: 147px;
	height: 147px;
	border: 1px solid #eee;
}
.top-03{
	margin-top: 3px;
}
.top-06{
	margin-top: 6px;
}

.circuit_xuanze{
	margin-bottom: 12px;
}
.circuit_xuanze label{
	cursor: pointer;
	position: relative;
	margin-right: 50px;
	margin-left: 30px;
	font-size: 15px;
}
.circuit_xuanze label::after{
	content: ' ';
	height: 12px;
	width: 12px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: -25px;
	top: 4px;
}
.circuit_xuanze label::before{
	content: ' ';
	height: 16px;
	width: 16px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #aaa;
	position: absolute;
	left: -28px;
	top: 1px;
}
.circuit_xuanze input[type="radio"]:checked + label::after{
	background: #C3121A;
}
.circuit_xuanze input[type="radio"]:checked + label::before{
	border: 1px solid #C3121A;
}


.refund_circuit select{
	border: 1px solid #ccc;
	width: 200px;
	height: 30px;
	padding-left: 10px;
	border-radius: 4px;
	outline: none;
	line-height: 32px;
}
.refund_circuit select option{
	line-height: 32px;
	height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.refund_circuit textarea{
	resize: none;
	outline: none;
	padding: 10px;
	width: 500px;
	height: 100px;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 14px;
}
.refund_circuit button{
	background: #C3121A;
	width: 190px;
	height: 40px;
	font-size: 16px;
	border: none;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 2px;
	margin-top: 10px;
}
.refund_circuit .circuit-2{
	width: 90%;
	margin-left: 5%;
}
.refund_circuit .circuit-2 h3{
	color: #333;
	font-size: 18px;
	margin-bottom: 14px;
}
.refund_circuit .circuit-2 p{
	font-size: 16px;
	color: #888;
}
.refund_circuit .circuit-2 .chexiao{
	display: inline-block;
	width: 150px;
	height: 34px;
	border-radius: 2px;
	background: #ccc;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin-top: 40px;
	cursor: pointer;
	margin-bottom: 30px;
	font-size: 15px;
}
.refund_circuit .circuit-2 .chexiao:hover{
	background: #bbb;
}
.refund_circuit .circuit-3{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.refund_circuit .circuit-3 img{
	width: 140px;
	height: 140px;
}
.refund_circuit .circuit-3 h4{
	font-size: 17px;
	color: #777;
	margin-top: 20px;
}
.refund_circuit .circuit-3 p{
	color: #999;
	font-size: 14px;
	margin-top: 14px;
}
.refund_circuit .circuit-4{
	width: 90%;
	margin-left: 5%;
}
.refund_circuit .circuit-4 p{
	color: #888;
	font-size: 15px;
}
.refund_circuit .circuit-4 h4{
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	margin-top: 20px;
}
.refund_circuit .circuit-4 ul{
	margin-top: 40px;
}
.refund_circuit .circuit-4 input{
	border: 1px solid #ccc;
	width: 350px;
	height: 32px;
	padding: 0 10px;
	outline: none;
	border-radius: 4px;
}
.refund_circuit .circuit-4 button{
	height: 34px;
	width: 150px;
	font-size: 15px;
	cursor: pointer;
}
.refund_circuit .circuit-4 .chexiao{
	margin: 0;
	margin-top: 10px;
	font-size: 15px;
	margin-left: 30px;
}

.refund_circuit{
	display: none;
}
.refund_circuit.showCircuit{
	display: block;
}

.refund_top{
	width: 958px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	height: 45px;
	background: #f5f5f5;
	font-size: 15px;
}
.refund_top span{
	width: 16%;
	text-align: center;
}
.refund_top span:first-child{
	width: 35%;
	text-align: center;
}
.order_list.showList li .list_shop{
	font-size: 15px;
}
.my_refund_main .order_list.showList .list_shop .list_state{
	border: none;
}
.my_refund_main .order_list.showList .list_shop .refund_yes{
	color: #7ac47a;
	font-size: 15px;
	font-weight: 600;
}
.my_refund_main .order_list.showList .list_shop .refund_no{
	color: #222;
	font-size: 15px;
	font-weight: 600;
}
.my_refund_main .order_list.showList .list_shop .list_state{
	width: 9%;
	margin-right: 5%;
}
.my_refund_main .order_list.showList li .list_title span:last-child{
	width: 21%;
}
.my_refund_main .order_list.showList .list_maney{
	color: #C3121A;
	width: 11%;
	margin-left: 4%;
}
.my_refund_main .order_list.showList .list_time{
	width: 14%;
	font-size: 14px;
	color: #888;
}
.my_refund_main .order_list.showList .list_zhuangtai{
	color: #C3121A;
	width: 9%;
}

/* 收藏列表 */
.collect_main{
	width: 958px;
	margin: 20px auto;
}
.collect_main ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.collect_main li{
	width: 23.7%;
	margin-right: 1.7%;
	margin-top: 26px;
}
.collect_main li:nth-child(4n+4){
	margin-right: 0;
}
.collect_main li .productImg{
	position: relative;
	width: 100%;
	height: 228px;
	border: 1px solid #eee;
}
.collect_main li .productImg img{
	width: 100%;
	height: 100%;
}
.collect_main li .productImg .remove_collect{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	display: none;
}
.collect_main li .productImg .remove_collect img{
	width: 44px;
	height: auto;
	margin-top: 80px;
	cursor: pointer;
}
.collect_main li .productImg .remove_collect p{
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-top: 6px;
	letter-spacing: 2px;
}
.collect_main li .productImg:hover .remove_collect{
	display: block;
}
.collect_main li .productImg.in .remove_collect{
	display: block;
}

.collect_main li h3{
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
	margin-top: 10px;
}
.collect_main li p{
	text-align: center;
	font-weight: 600;
	color: #C3121A;
}

.money_main{
	width: 958px;
	margin: 20px auto;
}
.money_top{
	display: flex;
	align-items: center;
	margin-left: 60px;
	margin-top: 50px;
	margin-bottom: 85px;
}
.money_top_left{
	text-align: center;
}
.money_top_left p{
	font-size: 15px;
	color: #666;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.money_top_left h1{
	font-size: 34px;
}
.money_top_left h1 span{
	font-size: 24px;
}
.money_chongzhi{
	background: #C3121A;
	color: #fff;
	text-align: center;
	line-height: 42px;
	width: 190px;
	letter-spacing: 2px;
	border-radius: 4px;
	margin-left: 70px;
	cursor: pointer;
}



.order_record_top{
	width: 958px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	height: 45px;
	background: #f5f5f5;
	font-size: 15px;
}
.order_record_top span{
	width: 17%;
	text-align: center;
}
.order_record_top span:first-child{
	width: 34%;
	text-align: center;
}
.order_record_list.order_list li{
	height: 135px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
}
.order_record_list.order_list li:first-child{
	border-top: 1px solid #f1f1f1;
}
.order_record_list .list_shop_right{
	display: flex;
	width: 68%;
}
.order_record_list .list_shop_right span{
	width: calc(100% / 4);
	text-align: center;
}
.order_record_list .list_shop_right span:first-child{
	font-size: 18px;
	font-weight: 600;
}


.tanMain_exchange .tanform{
	font-size: 15px;
	width: 90%;
}
.tanMain_exchange .tanform h2{
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	line-height: 70px;
	margin-top: 20px;
	margin-bottom: 80px;
}
.tanMain_exchange .tanform input{
	border: 1px solid #ccc;
	width: 380px;
	padding:0 15px;
	outline: none;
	height: 40px;
	border-radius: 4px;
	margin-left: 20px;
	font-size: 15px;
}
.tanMain_exchange .tanform div{
	margin-top: 40px;
	text-align: center;
}
.tanMain_exchange .tanform label{
	width: 4.2em;
	display: inline-block;
	text-align: right;
}

/* 我的积分 */
.points_main{
	
}
.points_main .order_record_top span{
	width: 20%;
}
.points_main .order_record_top span:first-child{
	width: 38%;
}
.points_main .order_record_list .list_shop_right{
	width: 66%;
}
.points_main .order_record_list .list_shop_right span{
	width: calc(100% / 3);
}
.points_main .order_record_list .list_shop_right span:first-child{
	position: relative;
	left: 2%;
	font-size:20px;
}
.points_main .order_record_list .list_shop_right span.in{
	color: #008dce;
}
.points_main .order_record_list .list_shop_right span.out{
	color: #C3121A;
}
.points_main .list_shop .list_shop_left{
	width: 33%;
}
.points_top{
	height: 120px;
	width: 100%;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.points_top .points_top_left{
	margin-left: 60px;
	color: #666;
}
.points_top .points_top_left h1{
	margin-top: 6px;
	color: #C3121A;
	font-size: 34px;
}
.points_top .points_rule{
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #999;
	cursor: pointer;
	margin-left: 10%;
}
.points_top .points_rule:hover{
	color: #777;
}
.points_top .points_rule img{
	width: 26px;
	height: 26px;
	margin-right: 4px;
}

.address_main .address{
	margin-top: 20px;
}
.address_main .address .xuanze_add{
	margin-right: 20px;
	margin-bottom: 20px;
}


.tanMain_exchange .tanform div.dizhi{
	width: 100%;
	height: 40px;
}
.tanMain_exchange .tanform div.dizhi label{
	float: left;
	margin-left: 110px;
	line-height: 40px;
}
.tanMain_exchange .tanform.addressForm h2{
	margin-bottom: 30px;
}
.tanMain_exchange .tanform.addressForm div{
	margin-top: 26px;
}
.tanMain_exchange .tanform.addressForm div.dowebok{
	margin-top: 0;
	float: left;
	margin-left: 24px;
}
.tanMain_exchange .tanform div.dowebok select{
	text-align: center;
	width: 134px;
	height: 40px;
	border: 1px solid #ccc;
	outline: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
}


.tanMain_exchange .tanform .moren_address{
	text-align: left;
	margin-left: 210px;
}
.tanMain_exchange .tanform .moren_address label{
	position: relative;
	width: 7em;
}
.moren_address label::after{
	content: ' ';
	height: 12px;
	width: 12px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 4px;
}
.moren_address label::before{
	content: ' ';
	height: 16px;
	width: 16px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #aaa;
	position: absolute;
	left: -13px;
	top: 1px;
}
.moren_address input[type="checkbox"]:checked + label::after{
	background: #C3121A;
}
.moren_address input[type="checkbox"]:checked + label::before{
	border: 1px solid #C3121A;
}


.voucher_list{
	display: none;
	width: 958px;
	margin: 0 auto;
}
.voucher_list.voucherShow{
	display: block;
}
.voucher_top div{
	width: 220px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #C3121A;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
	margin: 60px auto;
	cursor: pointer;
}
.voucher_list .voucher_yes{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.voucher_list .voucher_yes li{
	width: 32%;
	border: 1px solid #E8E8E8;
	height: 224px;
	text-align: center;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}
.voucher_list .voucher_yes li:nth-child(3n+3){
	margin-right: 0;
}
.voucher_list .voucher_yes li img{
	margin-top: 34px;
}
.voucher_list .voucher_yes li p{
	width: 100%;
	margin-top: 20px;
}
.voucher_list .voucher_yes li p a{
	background: #C3121A;
	height: 40px;
	line-height: 40px;
	width: 188px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
}
.voucher_list li{
	height: 135px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
}
.voucher_list li:first-child{
	border-top: 1px solid #f1f1f1;
}

.voucher_list .list_shop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 138px;
	padding-left: 16px;
}
.voucher_list .order_record_top span{
	width: 25%;
}
.voucher_list .order_record_top span:first-child{
	width: 43%;
}

.voucher_list .list_shop_right{
	display: flex;
	width: 50%;
	font-size: 15px;
}
.voucher_list .list_shop_right span{
	display: flex;
	width: 47%;
}
.voucher_list .list_shop .list_shop_left{
	width: 40%;
}
.voucher_list .list_shop .list_shop_left .shop_title p{
	margin-top: 20px;
}

.voucher_list .voucher_yes.voucher_no li p a{
	background: #aaa;
}


.voucher_details_list li{
	margin-top: 20px;
}
.voucher_details_list .list_shop{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.voucher_details_list .list_shop_left{
	margin-left: 20px;
}
.voucher_details_list .list_shop .list_shop_right button{
	width: 200px;
	height: 40px;
	background: #C3121A;
	color: #fff;
	font-size: 17px;
	border: none;
	border-radius: 4px;
	margin-right: 70px;
	cursor: pointer;
}