.rotation {
	height: 500px;
	width: 100%;
	background: #DDDEE2;
	position: relative;
}

.mengban {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
	left: 0;
	display: none;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}
.foot_content_con{
	display: flex;
	/* margin-left: 100px; */
	align-items: center;
	justify-content: space-between;
	width: 448px;
	height: 100%;
	margin-left: 243px;
}
.indicator .indicator_on {
	background: #8C0200;
}

.login_index_right {
	position: absolute;
	z-index: 555;
	right: 0;
	/* top: 25px; */
}

.swiper-container {
	height: 500px;
	width: 960px;
	margin: 0 auto;

}

.swiper-container img {
	width: 100%;
	height: 500px;
}

.indicator {
	position: absolute;
	bottom: 20px;
	display: flex;
	left: 50%;
	margin-left: -132px;
	justify-content: center;
	z-index: 2;
}

.indicator ul {
	width: 84px;
	height: 4px;
	background: rgba(0, 0, 0, .45);
	margin-left: 4px;
}

.hot_product {
	width: 960px;
	padding-bottom: 50px;
	margin: 0 auto;
}

.hot_product_title {
	text-align: center;
	font-size: 30px;
	margin: 50px 0 25px 0;
	color: #333;
}

.product_list {
	display: flex;
}

.product_list ul {
	position: relative;
	padding: 0 15px;
	width: 147px;
	margin-right: 16px;
	height: 250px;
	border: 1px solid rgba(225, 225, 225, 1);
}

.product_list ul li:nth-child(1) {
	width: 147px;
	height: 147px;
	margin: 15px 0 10px 0;
}

.product_list ul li:nth-child(1) .hotImg {
	background: url(../img/hotSale.png);
	position: absolute;
	left: 0;
	top: 25px;
	width: 50px;
	height: 19px;
}

.product_list ul li:nth-child(1) img {
	width: 100%;
	height: 100%;
}

.product_list ul li:nth-child(2) {
	font-size: 13px;
	color: #333;
	height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-height: 20px;

}

.product_list ul li:nth-child(3) {
	font-size: 15px;
	font-weight: bold;
	color: #B32B29;
	margin-top: 8px;

}

.product_list ul li:nth-child(3) m {
	font-size: 12px;
}

.product_list ul:nth-child(4) {
	margin-right: 12px;
}

.hot_rink {

	border-bottom: 1px #E1E1E1 solid;
	width: 193px;
}

.hot_rink_title {
	display: flex;
	border-bottom: .5px #E1E1E1 solid;
	border-top: 1px #E1E1E1 solid;
	height: 35px;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #333;
}

.hot_rink_title img {
	width: 10px;
	margin-right: 10px;
	height: 13px;
}

.hot_rink_content {
	display: flex;
	margin-top: 15px;
}

.hot_rink_content .oneImg {
	background: url(../img/one.png);
	width: 20px;
	height: 20px;
	margin-right: 10px;
	opacity: 0.5;
}

.hot_rink_content .twoImg {
	background: url(../img/two.png);
	width: 20px;
	height: 20px;
	margin-right: 10px;
	opacity: 0.5;
}

.hot_rink_content p {
	overflow: hidden;
	font-size: 13px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot_brand {
	width: 100%;
	background: url(../img/backHot.png);
	background-size: cover;
	height: 153px;
	position: relative;
}

.backHot {
	width: 100%;
	height: 153px;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
}

.hot_brand_content {
	width: 960px;
	height: 153px;

	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.hot_brand_content_title {
	font-size: 30px;
	line-height: 153px;
	color: #333;
}

.hot_brand_content_right {
	display: flex;
	width: 776px;
	flex-wrap: wrap;
	align-content: center;

}

.hot_brand_content_right ul {
	width: 182px;
	margin: 9px 0;
	margin-right: 16px;
	background: #fff;
	height: 39px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.hot_brand_content_right ul:nth-child(4) {
	margin-right: 0;
}

.hot_brand_content_right ul:nth-child(8) {
	margin-right: 0;
	font-size: 15px;
	text-align: center;
	line-height: 39px;
	color: #666;
}

.hot_brand_content_right ul img {
	width: 182px;
	height: 39px;
}

.brand_class {
	width: 100%;
}

.brand_class_title {
	font-size: 30px;
	width: 960px;
	color: #333;
	margin: 50px auto;
	margin-bottom: 15px;
	text-align: center;
}

.brand_class_contert {
	display: flex;
	margin: 0 auto;
	width: 960px;
	/* margin-bottom: 71px; */
	padding: 35px 0;
}

.brand_class_contert_title ul:nth-child(1) {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	width: 176px;
	line-height: 50px;
	height: 50px;
	/* background: rgba(18, 135, 223, 1); */
	text-indent: 1em;
	border-radius: 0px 25px 0px 0px;
}

.brand_class_contert_title ul:nth-child(2) li {
	display: flex;
	line-height: 30px;
	align-items: center;
}

.brand_class_contert_title ul:nth-child(2) {
	position: relative;
	width: 157px;
	padding: 15px;
	height: 199px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
}

.brand_class_contert_title ul:nth-child(2) li p:nth-child(1) {
	width: 10px;
	height: 10px;
	border-radius: 50%;

	margin-right: 15px;
}

.brand_class_contert_title ul:nth-child(2) li p:nth-child(2) {
	font-size: 15px;
	width: 135px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.brand_class_contert_title ul:nth-child(2) .brand_class_contert_more {
	width: 85px;
	height: 18px;
	border-radius: 9px;
	position: absolute;
	justify-content: center;
	font-size: 12px;
	left: 50%;
	margin-left: -42.5px;
	color: #fff;
	bottom: 12px;
	text-align: center;

}

.brand_class_contert_con {
	width: 224px;
	height: 224px;
	margin-left: 30px;
	position: relative;
}

.brand_class_contert_con img {
	position: absolute;
	left: 0;
	top: 0;
	width: 224px;
	height: 224px;
}

.brand_class_contert_con ul {
	position: absolute;
	bottom: 0;
	width: 194px;
	height: 53px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 15px;
}

.brand_class_contert_con ul li:nth-child(1) {
	width: 190px;
	overflow: hidden;
	padding: 5px 0;
	text-overflow: ellipsis;
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
}

.brand_class_contert_con ul li:nth-child(2) {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

.brand_class_contert_list {
	width: 518px;
	margin-left: 14px;
	display: flex;
	height: 224px;
	flex-flow: wrap;

}

.brand_class_contert_list ul {
	display: flex;
	flex-flow: wrap;
}

.brand_class_contert_list ul:nth-child(1),
.brand_class_contert_list ul:nth-child(2) {
	margin-bottom: 10px;
}

.brand_class_contert_list img {
	width: 105px;
	height: 105px;
}

.brand_class_contert_list ul li p:nth-child(1) {
	font-size: 13px;
	color: #333;
	height: 40px;
	margin: 10px 14px 26px 14px;
	width: 120px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.brand_class_contert_list ul li p:nth-child(2) {
	font-size: 15px;
	color: #B32B29;
	font-weight: bold;
	margin-left: 14px;
}

.green {
	/* color: #00A8A2; */
	background: #00A8A2;
}

.purple {
	background: #4F49AF;
}

.blue {
	background: #1287DF;
}

.red {
	background: #B32B29;
}

.outermost {
	background: rgba(250, 250, 250, 1);
}

.massage_searsh {
	width: 960px;
	margin: 0 auto;
	display: flex;
	font-size: 13px;
	justify-content: center;
	line-height: 40px;
	margin-top: 45px;
	margin-bottom: 30px;
}

.massage_searsh ul:nth-child(1) input {
	width: 460px;
	height: 40px;
	text-indent: 2em;

	color: #333333;
	border: 1px solid rgba(153, 153, 153, 1);
}

.massage_searsh ul:nth-child(2) {
	width: 194px;
	height: 42px;
	color: #fff;
	text-align: center;
	background: rgba(140, 2, 0, 1);
}

.massage_searsh ul:nth-child(2) input {
	outline: none;
	cursor: pointer;
	color: #fff;
	background: rgba(140, 2, 0, 1);
	border: none;
	width: 100%;
	height: 100%;
}

.key {
	display: flex;
	justify-content: center;
	width: 960px;
	margin: 0 auto;
	font-size: 13px;
	margin-bottom: 72px;
}

.massage_tab {
	width: 960px;
	cursor: pointer;
	margin: 0 auto;
	border-bottom: #F0F0F0 1px solid;
	display: flex;
}

.massage_tab ul {
	display: flex;
	margin-right: 30px;
	font-size: 15px;
	align-items: center;
	font-weight: bold;
	line-height: 30px;
}

.massage_on {
	border-bottom: #8C0200 1px solid;
}

.massage_tab ul:nth-child(1) li:nth-child(1) {
	height: 15px;
	margin-right: 5px;
	width: 15px;
	background: url(../img/huodong.png);
}

.massage_tab ul:nth-child(2) li:nth-child(1) {
	height: 15px;
	margin-right: 5px;
	width: 15px;
	background: url(../img/my.png);
}

.massage_tab ul:nth-child(3) li:nth-child(1) {
	height: 15px;
	margin-right: 5px;
	width: 15px;
	background: url(../img/news.png);
}

.massage_info {
	cursor: pointer;
	width: 960px;
	border-bottom: #F0F0F0 1px solid;
	margin: 0 auto;
	padding-bottom: 30px;

}

.massage_info ul {
	margin-top: 30px;
	font-size: 15px;
	color: #333;
	display: flex;
	justify-content: space-between;
}

.massage_info ul li {
	display: flex;

	align-items: center;
}

.massage_info ul li:nth-child(1) {
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.massage_info ul li p {
	width: 10px;
	height: 10px;
	background: rgba(179, 43, 41, 1);
	margin-right: 12px;
	border-radius: 50%;
}

.massage_more {
	cursor: pointer;
	margin: 0 auto;
	width: 960px;
	padding: 18px 0 65px 0;
	text-align: right;
	color: #B32B29;
	font-size: 15px;
}

/* foot */
.foot {
	border-top: #B32B29 5px solid;
	height: 400px;
	width: 100%;
	position: relative;
	background: url(../img/backHot.png);
	background-size: cover;
}

#fott_fott .foot {

	background: #FFFFFF;
}

#fott_fott .wai {
	width: 100%;
	height: 80px;
	background: #FFFFFF;
}

.wai {
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.7);
}

#foott .login_index_right {
	width: 100px;
	position: absolute;
	text-align: center;
	/* top: 263px; */
	color: #FFFFFF;
}

#fott_fott .foot_content {
	justify-content: flex-start;
}

#fott_fott .foot_conten1 {
	justify-content: space-between;
}

/* #fott_fott .foot_content ul:nth-child(2) {
	margin: 0 31px 0 53px;
}

#fott_fott .foot_content ul:nth-child(4) {
	margin: 0 31px;
} */

#fott_fott .foot_content ul:nth-child(5) {
	margin: 0 31px 0 0;
}

.foot_content {
	display: flex;
	font-size: 15px;
	font-weight: bold;
	position: relative;width: 1200px;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.login_index_right {
	display: flex;
}

.login_index_right ul:nth-child(1) {
	font-size: 15px;
	color: #333333;
	text-align: right;
	margin-right: 15px;
	width: 160px;
	font-weight: 400;
	word-break: break-all;

}

#fott_fott .login_index_right .qRcode {

	margin: 0 !important;
	text-align: center;
	font-weight: 400;
	color: #FFFFFF;
	width: 100px;
}

.login_index_right .qRcode img {
	width: 100px;

	height: 100px;
	margin: 0;

}

/* .foot_content ul:nth-child(2){
	margin: 0 30px 0 53px;
}
.foot_content ul:nth-child(4){
	margin: 0 30px;
}
.foot_content ul:nth-child(6){
	margin: 0   84px 0 30px;
} */
.foot_logo img {
	width: 120px;
	height: 40px;
}

.foot_foot {
	width: 100%;
	line-height: 60px;
	text-align: center;
	position: absolute;
	bottom: 0;
	font-size: 15px;
	color: #fff;
	height: 60px;
	background: rgba(179, 43, 41, 1);
}

/* foot */
/* head */
#head_body {
	width: 100%;
	height: 241px;

}

.head_clear {
	clear: both;
	width: 100%;
	background: #F0F0F0;
	height: 1px;
}

#header {
	width: 100%;
	position: fixed;
	background: #FFF;
	z-index: 5;
	top: 0;

}


.head_size {
	width: 960px;
	margin: 0 auto;
}

.head_head {
	display: flex;
	line-height: 43px;
	justify-content: space-between;
}

.head_head_left {
	align-items: center;
	display: flex;
	font-size: 13px;
	color: #333333;
	cursor: pointer;
}

.head_head_left a {

	/* color: #333333; */
}

.head_head_left li:nth-child(2) {
	margin: 0 10px;
	color: #8C0200;
}

.head_head_right {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #333333;
	cursor: pointer;
}

.head_head_right a {
	color: #333333;
}

.head_content {
	display: flex;
	justify-content: space-between;
}

.head_head_right li {
	margin-left: 25px;
}

.head_head_right img {
	width: 13px;
	height: 15px;
}

.head_head_right m {
	color: #8C0200;
}

.head_content_left img {
	width: 210px;
	height: 70px;
}

.head_content_right {
	font-size: 13px;
	color: #333;
	width: 656px;
}

.search {
	display: flex;
	margin-top: 33px;
	margin-bottom: 20px;
}

.search li:nth-child(1) input {
	width: 460px;

	height: 40px;
	line-height: 40px;
	text-indent: 2em;
}

.search li:nth-child(2) {
	width: 194px;
	line-height: 40px;
	text-align: center;

}

.search li:nth-child(2) input {
	outline: none;
	color: #fff;
	cursor: pointer;
	background: rgba(140, 2, 0, 1);
	border: none;
	width: 100%;
	height: 44px;
}

.hot {
	display: flex;
	cursor: pointer;
}

.hot li {
	margin: 0 10px;
	color: #8C0200;
}

.hot li:nth-child(1) {
	margin: 0;
	color: #333;
}

.head_foot {
	z-index: 3;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.head_foot_left {
	position: relative;
	cursor: pointer;
	z-index: 2;
	text-align: center;
	line-height: 32px;
	width: 210px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	background: rgba(140, 2, 0, 1);
}

.head_foot_left:hover .more {
	display: block;
}

.head_foot_left .img {
	width: 25px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 10px;
}

.head_foot_right {
	display: flex;
	position: relative;
	z-index: 6;
	align-items: center;
	width: 656px;
	justify-content: space-between;
}

.head_foot_right_con {

	cursor: pointer;
	width: 656px;
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.index_show{
	display: none;
}
.head_foot_right_con .more_right_list1{
/* display: none; */
	left: -111px;

}
.head_foot_right_con .more_right_list2{
/* display: none; */
	left: -283px;

}
.head_foot_right_con .more_right_list3{
/* display: none; */
	left: -439px;

}
.head_foot_right_con .more_right_list4{
/* display: none; */
	left: -596px;

}
.head_foot_right_con .more_right_list{
	position: absolute;
	width: 656px;
	background: #fff;
	/* left: -111px; */
	padding-top: 10px;
	top: 36px;
	padding-bottom: 30px;
}
.head_foot_right_con li {
	font-size: 15px;
	line-height: 32px;
	/* position: relative; */
	color: #333;
}

.head_foot_right_con .shu {
	background: #979797;
	width: 1px;
	height: 16px;
}

.head_foot_right_con .on {
	border-bottom: 4px solid #8C0200;
	color: #8C0200;
}

.more {
	position: relative;
	z-index: 2;
	display: none;
}

.moreChilder {
	display: flex;
	/* display: none; */
	width: 960px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.more_left {

	color: #333333;
	font-size: 20px;
	padding-top: 30px;
	width: 210px;
	text-align: center;
}

.more_left ul {

	cursor: pointer;
	position: relative;
	border-right: 1px #F0F0F0 solid;
	padding: 30px 0;
}

.more_left ul img {
	width: 10px;
	display: none;
	position: absolute;
	height: 16px;
	top: 38px;
	right: 27px;
}

.more_left .on {
	color: #B32B29;
}

.more_right {
	width: 750px;
	text-align: left;
	font-size: 15px;
	color: #333;

}

.more_right_list {
	display: flex;
	text-align: left;
	font-size: 15px;
	flex-wrap: wrap;
	color: #333;
	padding-top: 30px;

}

.more_right_list a {
	display: flex;
	margin-left: 20px;
	/* width: auto; */
	margin-top: 30px;
}

.more_right_list div {
	line-height: 45px;
	width: 100px;

	margin-left: 20px;
}

.more_right_list div:nth-child(1) {
	margin-left: 30px;
	text-align: left;
}


.more_right_list div ul {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more_right_list a:hover {
	cursor: pointer;
	color: #B32B29;
}

/* head */
/* login */
.login {
	margin: 0 auto;
	margin-top: 35px;
	width: 960px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;

}

.login_left {
	border-top: #B32B29 2px solid;
}

/* news */
.login_left ul {
	cursor: pointer;
	width: 210px;
	font-size: 15px;
	display: flex;
	color: #333;
	height: 50px;
	text-indent: 1em;
	line-height: 50px;
	background: rgba(255, 255, 255, 1);
}

.new_left ul {
	justify-content: space-between;
}

.new_left ul li:nth-child(2) {
	margin-right: 15px;
	color: #333;
	font-weight: 400;
}

.login_left .rsg {
	/* display: none; */
}

.login_right .rsg {
	display: none;
}

.login_left ul:last-child {
	border-bottom: #D1D1D1 2px solid;
}

.login_left .login_se {
	background: rgba(248, 248, 248, 1);
}

.login_left .login_on {
	color: #B32B29;
	font-weight: bold;
}

.login_left .login_clicked {
	color: #5CB351;
}

.login_right ul {
	cursor: pointer;
	margin-top: 28px;
	text-align: left;
	font-size: 15px;
	color: #333;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.login_right ul input {
	width: 580px;
	margin-left: 47px;
	border: none;
	border-bottom: #D1D1D1 1px solid;
	line-height: 40px;

}
.per_fapiao_rig ul input {
	margin-left: 20px;
	

}
.per_pwa_rig ul input {
	
	margin-left: 40px;

}

.login_right .res_phone {

	justify-content: flex-start;
}

.login_right .res_phone li:nth-child(2) {
	margin-left: 35px;
	margin-right: 23px;
}
.per_pwa_rig .res_phone li:nth-child(2) {
	margin-left: 35px;
	margin-right: 23px;
}

.login_right .res_phone li:nth-child(3) {
	width: 122px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	color: #B32B29;
	border-radius: 5px;
	border: 1px solid rgba(179, 43, 41, 1);
}

.secuss {
	display: block;
	line-height: 40px;
}

.login_right .form_title {
	font-size: 20px;
	color: #333333;
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: bold;
}

/* .login_right .code li:nth-child(3) {} */
#subSecuss {
	margin: 0;
	margin-top: 50px;

}

.look {
	font-size: 15px;
	margin-top: 13px;
	color: #B32B29;
	text-align: center;

	/*padding-right: 20px;*/
}

.login_right .code input {
	width: 423px;
	margin-right: 13px;
}

#fott_fott .foot {
	height: 160px;
}

.code img {
	width: 136px;
	height: 43px;
}

.login_one_submit {
	cursor: pointer;
	width: 200px;
	height: 35px;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
	border: none;
	color: #fff;
	display: block;
	/* margin: 0 auto; */
	margin-left: 112px;
	margin-top: 17px;
}

#revise_pas_sub {
	margin-top: 40px;
}

.login_right .login_submit {
	justify-content: flex-start;

}

.login_right .login_submit input {
	width: 200px;
	margin-top: 17px;
	line-height: 35px;
	height: 35px;
	border: none;
	border-radius: 5px;
	margin-left: 0;
	display: block;
}
.login_right .login_submit #jumpR {
	line-height: 35px;
	height: 35px;
	background: none;
	border: none;
	width: 90px;
	margin-left: 200px;
	border-radius: 5px;
	cursor: pointer;
	color: #B32B29;
	display: block;
}

.login_right .login_submit .login_next_submit {
	color: #fff;
	background: #B32B29;
	cursor: pointer;
	margin-left: 30px;

}

.login_right .login_submit .login_pervent_submit {
	background: #FFFFFF;
	border: 1px solid #B32B29;
	cursor: pointer;
	color: #B32B29;
}

.login_right .login_submit p {
	font-size: 15px;
	color: #B32B29;
	padding-top: 17px;
	line-height: 35px;
	margin-left: 200px;
}

.login_right .zuoji li:nth-child(2) input:nth-child(1) {
	width: 105px;
}

.login_right .zuoji li:nth-child(2) input:nth-child(2) {
	width: 423px;
	margin-left: 12px;
}

/*  .login_right  .zuoji li:nth-child(2){
	   display: flex;} */
/* login */
/* login_index */
.login_index {
	background: #F1F2F6;
	width: 100%;
	/* height: calc(100vh - 165px); */
}


.safe_width {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}

.login_clear {
	/* position: absolute; */
	/* left: 55.65%; */
	margin-top: 190px;
	width: 400px;
	height: 400px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.login_logo img {
	width: 75px;
	height: 25px;
	margin: 25px 0 15px 25px;
}

.login_one_title {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-left: 25px;
}

.login_two_title {
	font-size: 15px;
	color: #333333;
	margin: 5px 0 20px 25px;
}

.login_in {
	font-size: 15px;
	color: #333333;
	flex-wrap: wrap;

	justify-content: center;
	display: flex;
	align-items: center;
}

.login_in input {
	border: none;
	border-bottom: #D1D1D1 1px solid;
	width: 330px;
	margin-bottom: 10px;
	height: 40px;
}

.login_in .login_index_submit {
	width: 330px;
	cursor: pointer;
	height: 44px;
	margin-top: 35px;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
}

.login_error {
	color: #B32B29;
	font-size: 12px;
}

.login_more {
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.login_more li {
	padding: 0 15px;
	font-size: 12px;
	color: #333333;
}

.login_more li:nth-child(1) {
	border-right: #D1D1D1 1px solid;
}

/* login_index */
/* news */
.news_massage {
	width: 665px;


}

.news_massage_list {
	border-top: #F0F0F0 1px solid;
}

.news_massage a:last-child {
	padding-bottom: 30px;
	border-bottom: #F0F0F0 1px solid;
}

.news_massage ul li {
	display: flex;
	align-items: center;
}

.news_massage ul li:nth-child(1) {
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_massage ul li p {
	width: 10px;
	height: 10px;
	background: rgba(179, 43, 41, 1);
	margin-right: 12px;
	border-radius: 50%;
}

.news_massage_detail {
	width: 655px;
	display: none;

}

/* news */
/* aboutMy */


.about_banner {
	width: 100%;
	display: flex;
	justify-content: center;
	background: #F8F8F8;
}

.about_banner img {
	width: 960px;
	height: auto;
	margin: 0 auto;
}


/* aboutMy */
/* integral */
.integral_content {
	width: 960px;
	margin: 0 auto;

}

.integral_me {
	line-height: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.integral_me p {
	width: 89px;
	height: 30px;
	text-align: center;
	font-size: 15px;
	color: #B32B29;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid rgba(179, 43, 41, 1);
}

.integral_me p:nth-child(2) {
	width: 118px;
	margin-left: 35px;
}

.integral_me li {
	display: flex;
}

.integral_on {
	text-decoration: underline;
	color: #B32B29;
}

.integral_scope {
	display: flex;
}

.integral_scope li:nth-child(2) {
	width: 580px;
}

.integral_scope li {
	justify-content: space-around;
	display: flex;

}

.integral_shu {
	width: 960px;
	margin: 34px auto;
	height: 2px;
	background: #F0F0F0;
}

.integral_scope_list {

	cursor: pointer;
}

.integral_list {
	flex-wrap: wrap;
	display: flex;
	width: 960px;
	margin: 0 auto;
	/* justify-content: space-between; */

}

.integral_list ul {
	margin-left: 16px;
	margin-bottom: 35px;
	width: 177px;
	height: 250px;
	border: 1px solid rgba(225, 225, 225, 1);
}

.integral_list ul:nth-child(1) {
	margin-left: 0;
}

.integral_list ul img {
	margin: 15px;
	margin-bottom: 12px;
	width: 147px;
	height: 147px;
}

.integral_list ul li:nth-child(2) {
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	margin: 0 15px;
}

.integral_list ul li:nth-child(3) {
	display: flex;
	margin: 0 15px;
	line-height: 40px;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	color: #B32B29;
	font-weight: bold;

}

.integral_list ul li:nth-child(3) p:nth-child(2) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight: 400;
	color: #fff;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
}

/* integral */
/* national */
.national {
	width: 100%;
	height: 90px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.national_head {
	width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	font-size: 15px;
	color: #333;

}

.national_head ul:nth-child(1) {
	display: flex;
	align-items: center;
}

.national_head ul .national_head_on {
	color: #B32B29;
	font-size: 20px;
	font-weight: bold;
}

.national_head ul:nth-child(1) li:nth-child(1) {
	font-size: 15px;
	color: #333;
	font-weight: 400;
}

.national_head ul:nth-child(1) li {
	margin-right: 10px;
}

.national_table {
	width: 960px;
	margin: 0 auto;
	border-bottom: #D1D1D1 1px solid;
}

.national_table .national_table_head {
	background: #8C0200;
	font-size: 15px;
	color: #FFFFFF;
}

.national_table ul li:nth-child(1) {
	width: 140px;
	line-height: 20px;

}

.national_table ul li:nth-child(2) {
	width: 140px;
	border-left: #F0F0F0 1px solid;
	line-height: 20px;
	border-right: #F0F0F0 1px solid;
}

.national_table ul li:nth-child(3) {
	width: 140px;

}

.national_table ul li:nth-child(4) {
	width: 66px;

	border-left: #F0F0F0 1px solid;
	border-right: #F0F0F0 1px solid;
}

.national_table ul li:nth-child(5) {
	width: 66px;

}

.national_table ul li:nth-child(6) {
	width: 95px;

	border-left: #F0F0F0 1px solid;
	border-right: #F0F0F0 1px solid;
}

.integralPay_content_form {
	width: 960px;
	margin: 0 auto;
}

.national_table ul li:nth-child(7) {
	width: 110px;
	font-weight: bold;

}

.integralPay_radio_ke {
	position: relative;
	cursor: pointer;
}

.integralPay_radio_ke input {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;

}

.national_table ul li:nth-child(8) {
	width: 195px;

	border-left: #F0F0F0 1px solid;
}

.national_table ul li:nth-child(8) a {
	padding: 0;
}

.national_table ul {
	display: flex;
	line-height: 50px;
	font-size: 13px;
	color: #333333;
}

.national_table .national_table_head li {
	line-height: 50px !important;
}

.national_table ul li {
	display: flex;
	text-align: center;
	line-height: 50px;
	flex-wrap: wrap;
	justify-content: center;
	word-break: break-all;
	align-content: center;
	align-items: center;
}

.national_table ul li a {
	padding: 0 10px;
}

.national_table .national_table_head li:nth-child(7) {
	font-weight: 400;
}

.national_table ul li:nth-child(8) a {
	font-size: 14px;
	color: #333333;
}

.national_table ul li:nth-child(8) a:nth-child(3) {
	font-size: 14px;
	color: #8C0200;
	font-weight: bold;
}

.national_table ul li:nth-child(8) a:nth-child(2) {
	border-left: #F0F0F0 solid 1px;
	border-right: #F0F0F0 solid 1px;
	padding: 0 8px;
	margin: 0 7px;
}

.national_table_on {
	background: #F9F2F2;
}

.national_page {
	position: relative;
	width: 960px;
	display: flex;
	justify-content: center;
	margin: 53px auto;
	margin-top: 38px;
}

.national_page ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.national_page ul a {
	margin: 0 8px;
	font-size: 14px;
	color: #333333;

}

.national_page ul .national_page_on {
	color: #B32B29;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline
}

.national_page_num {
	position: absolute;
	right: 0;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	top: -10px;
	width: 120px;
	height: 40px;
	background: rgba(179, 43, 41, 1);
}

.national_page_num_hover {
	background: #fff;
	display: none;
	z-index: 5;
	width: 120px;
	font-size: 15px;
	color: #333333;
	position: absolute;
	top: 40px;
	left: 0px;
}

.national_page_num_hover span {
	display: block;
}

.national_page_num_hover span:hover {
	cursor: pointer;
	font-weight: bold;
}

/* national */
/* integralPay */
.integralPay_me {
	width: 960px;
	margin: 0 auto;
}

.integralPay_me li:nth-child(1) {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}

.integralPay_me li:nth-child(1) b {
	font-size: 20px;
}

.integralPay_me li:nth-child(2) {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}

.integralPay_head {
	width: 100%;
	height: 90px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.integralPay_table {

	width: 960px;
	margin: 0 auto;
}

.integralPay_table ul {
	display: flex;
	font-size: 13px;
	color: #333;
	justify-content: center;
	align-items: center;
}

.integralPay_table ul li {
	display: flex;
	line-height: 50px;
	justify-content: center;
	padding: 0 10px;
	align-items: center;
}

.integralPay_table ul li:nth-child(1) {
	text-align: center;
	line-height: 20px;
	width: 360px;
}

.integralPay_table ul li:nth-child(2) {
	width: 195px;
	border-left: #F0F0F0 1px solid;
	border-right: #F0F0F0 1px solid;
	display: flex;
	justify-content: space-between;
	padding: 0 18px;
	align-items: center;
}

.integralPay_table .integralPay_table_tr li:nth-child(2) {
	justify-content: center;
}

.integralPay_table ul li:nth-child(2) input {
	width: 80px;
	height: 35px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	background: rgba(240, 240, 240, 1);
	border: none;
	border-radius: 5px;
}

.integralPay_table ul li:nth-child(2) p {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid rgba(51, 51, 51, 1);
	color: #333333;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
}

.integralPay_table ul li:nth-child(3) {
	width: 95px;
}

.integralPay_table ul li:nth-child(4) {
	font-weight: bold;
	width: 110px;
	border-left: #F0F0F0 1px solid;
	border-right: #F0F0F0 1px solid;
}

.integralPay_table ul li:nth-child(5) {
	width: 195px;
}

.integralPay_table .integralPay_table_tr li:nth-child(4) {
	font-weight: 400;
}

.integralPay_table .integralPay_table_tr {
	color: #FFFFFF;
	font-size: 15px;
	background: #8C0200;
}

.integralPay_balance {
	display: flex;
	width: 960px;
	margin: 0 auto;
	border-bottom: 1px #F0F0F0 solid;
	padding-bottom: 32px;
	font-size: 15px;
	color: #333333;
	flex-direction: column;
	align-items: flex-end;
}

.integralPay_balance ul:nth-child(1) {
	margin: 25px 0;
	display: flex;
}

.integralPay_balance ul:nth-child(2) {
	display: flex;
	align-items: center;
}

.integralPay_balance ul:nth-child(2) p {
	color: #B32B29;
	font-size: 20px;
}

.integralPay_ord {
	font-size: 15px;
	color: #333333;
	width: 960px;
	margin: 0 auto;
	border-bottom: 1px #F0F0F0 solid;
}

.integralPay_ord ul:nth-child(1) {
	margin: 30px 0;
}

.integralPay_ord ul:nth-child(2) {
	display: flex;
}

.integralPay_ord ul:nth-child(2) li:nth-child(2) {
	margin: 0 10px;
	color: #B32B29;
}

.integralPay_ord ul:nth-child(2) li:nth-child(3) p:nth-child(2) {
	margin-top: 20px;
}

.integralPay_ord ul:nth-child(3) {
	margin: 30px 0;
}

.integralPay_ord ul:nth-child(4) {
	display: flex;
	cursor: pointer;
	margin-bottom: 30px;
}

.integralPay_ord ul:nth-child(4) li {
	margin-right: 20px;
	width: 150px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid rgba(51, 51, 51, 1);
	text-align: center;
	line-height: 35px;
}

#integralPay_submit {
	width: 330px;
	float: right;
	height: 44px;
	cursor: pointer;
	border: none;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	margin: 40px 0 20px 0;
	font-weight: bold;
	color: #FFFFFF;
}

.integralPay_radio_ke {
	width: 15px;
	height: 15px;
	position: relative;
	border: 2px solid rgba(179, 43, 41, 1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	font-size: 15px;

	color: #333333;
	align-items: center;
	margin-right: 10px;

}

.integralPay_radio_ke span {
	width: 7px;
	border-radius: 50%;
	height: 7px;
	background: rgba(179, 43, 41, 1);
}

/* .integralPay_radio_ke input{
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
} */
.integralPay_bott {
	margin-bottom: 130px;
	justify-content: flex-end;
	line-height: 55px;
	align-items: center;
	display: flex;
	cursor: pointer;
}

.integralPay_bott p:nth-child(2) span {
	color: #B32B29;
}

.integralPay_renewal_info {
	display: none;
	position: fixed;
	left: 50%;
	z-index: 10;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 960px;

	background: rgba(255, 255, 255, 1);
	/* background: #009E94; */
}

.integralPay_renewal_info_con {

	width: 900px;
	margin: 0 auto;
	overflow-y: auto;
	height: 200px;
	margin: 92px 30px 108px 30px;
	/* border-bottom: 1px #F0F0F0 solid; */
}

.integralPay_renewal_info ul {
	width: 900px;
	margin: 0 auto;
	line-height: 49px;
	font-size: 13px;
	color: #333333;
	border-top: 1px #F0F0F0 solid;
	align-items: center;
	justify-content: center;
	display: flex;
}

.integralPay_renewal_info ul li {
	text-align: center;
}

.integralPay_renewal_info ul li:nth-child(1) {
	width: 100px;
}

.integralPay_renewal_info ul li:nth-child(2) {

	width: 200px;
}

.integralPay_renewal_info ul li:nth-child(3) {
	width: 280px;
	line-height: 20px;
}

.integralPay_renewal_info ul li:nth-child(4) {
	width: 125px;
}

.integralPay_renewal_info ul li:nth-child(5) {
	width: 125px;
}

.integralPay_renewal_info ul li:nth-child(6) {
	cursor: pointer;
	width: 68px;
	color: #B32B29;
}

.integralPay_renewal_info_con::-webkit-scrollbar {
	display: none
}

.integralPay_close {
	position: absolute;

}

.integralPay_close {
	width: 26px;
	height: 26px;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.add_address {
	position: absolute;
	width: 960px;
	height: 572px;
	background: rgba(255, 255, 255, 1);
	display: none;
	position: fixed;
	left: 50%;
	z-index: 10;
	top: 50%;
	transform: translate(-50%, -50%);
}

.add_address_list {
	margin: 25px 126px;
	background: #fff;
}

.add_address_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 15px;
	color: #333;
	margin-top: 30px;
	text-align: left;
}


.add_address_list ul input {
	width: 580px;
	border: none;
	border-bottom: #D1D1D1 1px solid;
	line-height: 40px;

}

.add_address_list .zuoji li:nth-child(2) input:nth-child(1) {
	width: 105px;
}

.add_address_list .integralPay_defind {
	justify-content: flex-start;
	margin-left: 130px;
}

.add_address_list .integralPay_defind li:nth-child(1) {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	margin-right: 15px;
	align-items: center;
	border: 2px solid #B32B29;
	position: relative;
}

.add_address_list .integralPay_defind li:nth-child(1) p {
	width: 14px;
	height: 14px;

	border-radius: 2px;
	background: #B32B29;
}

.add_address_list .integralPay_defind li:nth-child(1) input {
	position: absolute;
	height: 100%;
	opacity: 0;
	width: 100%;

}

.add_address_list .zuoji li:nth-child(2) input:nth-child(2) {
	width: 423px;
	margin-left: 12px;
}

#integralPay_address_sub {
	width: 200px;
	margin: 0 auto;
	height: 35px;
	background: rgba(179, 43, 41, 1);
	display: flex;
	justify-content: center;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: none;
}

/* integralPay */
/* detail */
.detail_con_head {
	border-bottom: 1px #F0F0F0 solid;
	margin: 0 auto;
	width: 960px;
	align-items: center;
	display: flex;

	justify-content: space-between;
	padding-top: 55px;
	padding-bottom: 30px;
}

.detail_con_head ul:nth-child(1) li {
	font-size: 15px;
	display: flex;

	color: #333333;
}

.detail_con_head ul:nth-child(1) li:nth-child(1) {
	width: 704px;
	display: flex;

	color: #333333;
	font-size: 25px;
	font-weight: bold;
	justify-content: space-between;
}

.detail_con_head ul:nth-child(1) li:nth-child(1) p:nth-child(2) {
	display: flex;
	font-size: 15px;
	font-weight: 400;
	align-items: center;
}

.detail_con_head ul:nth-child(1) li:nth-child(1) p:nth-child(2) img {
	cursor: pointer;
	margin-right: 10px;
}

.detail_con_head ul:nth-child(1) li:nth-child(2) {
	margin: 18px 0 35px 0;
	font-size: 20px;
	font-weight: bold;
}

.detail_con_head ul:nth-child(1) li:nth-child(3) p:nth-child(1) {
	width: 87px;
}

.detail_con_head ul:nth-child(1) li:nth-child(4) {
	margin: 20px 0;
}

.detail_con_head ul:nth-child(1) li:nth-child(4) p:nth-child(1) {

	width: 87px;
}

.detail_con_head ul:nth-child(1) li:nth-child(5) p:nth-child(1) {
	width: 87px;
}

.detail_con_content {
	margin: 0 auto;
	width: 704px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #F0F0F0;
}

.integralPay_fapiao_info ul li:nth-child(1) {
	width: 172px;
}

.pay_right {
/* 	padding: 45px 110px;
	position: fixed;
	background: #FFFFFF;
	display: none;
	left: 50%;
	z-index: 25;
	top: 50%;
	
	/* width: 740px; */ 
/* transform: translate(-50%, -50%); */
}

.pay_sub {
	margin-left: 160px;
	color: #FFFFFF;
	margin-top: 40px;
	width: 200px;
	height: 35px;
	background: rgba(179, 43, 41, 1);
	border: none;
	border-radius: 5px;
}
.per_fapiao_rig .pay_sub {
	margin-left: 130px;
	
}
.integralPay_fapiao_info ul li:nth-child(2) {
	width: 170px;
}

.integralPay_fapiao_info ul li:nth-child(3) {
	width: 59px;
}

.integralPay_fapiao_info ul li:nth-child(4) {
	width: 100px;
}

.integralPay_fapiao_info ul li:nth-child(5) {
	width: 170px;
}

.integralPay_fapiao_info ul li:nth-child(6) {
	width: 160px;
	color: #333333;
}
.index_hover{
	
	position: absolute;
	background: #fff;
	top: 37px;
	width: 656px;
	/* left: -50px; */
}
.index_hover .more_right{
	display: none;
	width: 656px;
	padding-bottom: 30px;
}
.integralPay_fapiao_info ul li:nth-child(7) {
	width: 68px;
	cursor: pointer;
	color: #B32B29;
}

.detail_con_content ul:nth-child(1) {
	width: 704px;
	font-size: 15px;
	color: #333333;
}

.detail_con_content ul:nth-child(1) li {
	display: flex;
	align-items: center;

}

.detail_con_content ul:nth-child(1) li:nth-child(1) {
	margin: 32px 0 21px 0;
}

.detail_con_content ul:nth-child(1) li:nth-child(2) {
	margin-bottom: 35px;
}

.detail_con_content ul:nth-child(1) li:nth-child(2) p:nth-child(2) {
	color: #B32B29;
	font-size: 20px;
}

.detail_con_content ul:nth-child(1) li:nth-child(2) p:nth-child(2) m {
	font-size: 15px;
}

.detail_con_content ul:nth-child(1) li:nth-child(3) p:nth-child(2) {
	display: flex;
	cursor: pointer;
}

.detail_con_content ul:nth-child(1) li:nth-child(3) p:nth-child(2) span {
	width: 74px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid rgba(51, 51, 51, 1);
	display: block;
	margin-left: 15px;
	text-align: center;
	font-size: 15px;
	color: #333333;
	line-height: 30px;
}

.detail_con_content ul:nth-child(1) li:nth-child(3) p:nth-child(2) .click {
	background: rgba(179, 43, 41, 1);
	color: #FFFFFF;
	border: none;
}

.detail_con_content ul:nth-child(1) li:nth-child(3) p:nth-child(2) .decele {
	background: #F0F0F0;
	color: #D1D1D1;
	border: none;
}

.detail_con_content ul:nth-child(1) li:nth-child(3) {
	margin-bottom: 28px;
}

.detail_con_content ul:nth-child(1) li:nth-child(4) input {
	width: 120px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	font-size: 15px;
	color: #333333;
	background: rgba(240, 240, 240, 1);
	border-radius: 5px;
	border: none;
}
.detail_collection{
	cursor: pointer;
}
.detail_con_content ul:nth-child(1) li:nth-child(4) p {
	display: flex;
}
.detail_con_content ul:nth-child(1) li:nth-child(4) p:nth-child(3) {
	margin-left: 30px;
}
.detail_con_content ul:nth-child(1) li:nth-child(4) p .span {
	cursor: pointer;
	width: 37px;
	height: 37px;
	display: block;
	background: url(../img/add.png);
	background-size: cover;
}

.detail_con_content ul:nth-child(1) li:nth-child(4) p .span span {
	width: 100%;
	height: 50%;
	display: block;
}

#detail_input {
	margin: 0 10px;
}

.detail_con_content ul:nth-child(1) li:nth-child(5) {
	margin-left: 83px;
	font-weight: bold;
	margin-top: 15px;
	color: #B32B29;
}

.detail_con_content ul:nth-child(1) li:nth-child(6) {
	margin: 32px 0;
}

.detail_con_content ul:nth-child(1) li:nth-child(6) p {
	width: 190px;
	height: 35px;

	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
	text-align: center;
	line-height: 35px;

}

.detail_con_content ul:nth-child(1) li:nth-child(6) p input {
	border: none;
	color: #FFFFFF;
	background: none;
	width: 100%;
	cursor: pointer;
	height: 100%;
}

.detail_con_content ul:nth-child(1) li:nth-child(6) p:nth-child(2) input {
	color: #333333;
	float: right;
	width: 85%;
}

.detail_con_content ul:nth-child(1) li:nth-child(6) p:nth-child(2) {

	position: relative;
	background: #FFFFFF;
	justify-content: center;
	display: flex;
	border: 1px #333333 solid;
	align-items: center;
	margin-left: 30px;
}

.detail_con_content ul:nth-child(1) li:nth-child(6) p:nth-child(2) span {
	margin-right: 5px;
	width: 15px;
	/* position: absolute; */
	background: url(../img/buyCar.png);
	background-size: cover;
	height: 15px;
	top: 10px;
	left: 50px;
}

.detail_con_content_left {
	width: 704px;
}

.detail_info {
	width: 704px;
	/* margin: 0 auto; */
	border-bottom: 1px #F0F0F0 solid;
}

.detail_con_content_bott {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.detail_info .detail_info_tab {
	width: 704px;
	cursor: pointer;
	border-bottom: 1px #F0F0F0 solid;
	display: flex;
}

.detail_info .detail_info_tab li {
	margin-right: 60px;
	font-size: 20px;
	line-height: 50px;
	color: #333333;
	font-weight: bold;
}

.detail_info .detail_info_tab .detail_info_tab_on {
	border-bottom: 2px #B32B29 solid;

}

.detail_info_detail {
	width: 704px;
	font-size: 20px;
	color: #999999;
	height: 500px;
	text-align: center;
	line-height: 500px;

}

.detail_recently {
	padding-bottom: 50px;
}

.detail_recently ul:nth-child(1) {
	margin: 20px 0;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.detail_recently_detail {
	display: flex;
	width: 704px;
	flex-wrap: wrap;

}

.detail_recently_detail li {
	font-size: 15px;
	margin-left: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.detail_recently_detail li p {
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detail_recently_detail li p:nth-child(2) {
	margin: 15px 0;
}

.detail_recently_detail li img {
	width: 160px;
	height: 160px;
}

.detail_recently_detail_rig li img {
	width: 200px;
	height: 200px;
}

.detail_recently_detail_rig li p {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detail_recently_detail_rig {
	display: flex;
	flex-direction: column;
	width: 200px;
	/* flex-wrap: wrap; */

}

.detail_con_content_right div ul:nth-child(1) {
	margin: 30px 0;
}

.detail_recently_detail_rig li {
	margin-left: 0;
	margin-top: 30px;
}

.detail_recently_detail_rig li:nth-child(1) {
	margin-top: 0;
}

/* detail */
/* buyCar */
.buyCar_table_head ul li:nth-child(1) {
	width: 53px;
	position: relative;
}

.buyCar_table_head ul li:nth-child(1) input {
	width: 100%;
	position: absolute;
	opacity: 0;
	height: 100%;
}

.buyCar_table_head ul li:nth-child(2) {
	line-height: 20px;
	width: 140px;
	border-left: none;
}

.buyCar_table_head ul li:nth-child(3) {
	width: 140px;
	line-height: 20px;
}

.buyCar_table_head ul li:nth-child(4) {
	width: 66px;
}

.buyCar_table_head ul li:nth-child(5) {
	width: 95px;
}

.buyCar_table_head ul li:nth-child(6) {
	width: 95px;
}

.buyCar_table_head ul li:nth-child(7) {
	font-weight: bold;
	width: 110px;
}

.buyCar_table_head ul li:nth-child(8) {
	width: 195px;
	display: flex;
	justify-content: center;
	border-right: #F0F0F0 1px solid;
	align-items: center;
	flex-wrap: nowrap;
}

.buyCar_table_head ul li:nth-child(8) input {
	width: 120px;
	height: 35px;
	font-size: 15px;
	border: none;
	text-align: center;
	line-height: 35px;
	background: rgba(240, 240, 240, 1);
	border-radius: 5px;
}

.buyCar_table_head ul li:nth-child(8) .span {
	cursor: pointer;
	width: 37px;
	height: 37px;
	display: block;
	margin-left: 5px;
	background: url(../img/add.png);
	background-size: cover;
}

.buyCar_table_head ul li:nth-child(8) .span span {
	width: 100%;
	height: 50%;
	display: block;
}

.buyCar_table_head ul li:nth-child(9) {
	width: 95px;
}

.buyCar_cker p {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 2px solid rgba(153, 153, 153, 1);
}

.buyCar_cker .buyCar_cker_on {
	border: 2px solid #B32B29;
	display: flex;
	justify-content: center;
	align-items: center;
}

.buyCar_cker .buyCar_cker_on span {
	width: 10px;
	height: 10px;
	background: rgba(179, 43, 41, 1);
	border-radius: 3px;

}
.buyCar_cker1 p {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 2px solid rgba(153, 153, 153, 1);
}

.buyCar_cker1 .buyCar_cker_on {
	border: 2px solid #B32B29;
	display: flex;
	justify-content: center;
	align-items: center;
}

.buyCar_cker1 .buyCar_cker_on span {
	width: 10px;
	height: 10px;
	background: rgba(179, 43, 41, 1);
	border-radius: 3px;

}

.buy_settlement {
	display: flex;
	width: 960px;
	margin: 0 auto;
	margin-top: 45px;
	align-items: center;
	margin-bottom: 286px;
	justify-content: space-between;
}

.buy_settlement ul:nth-child(1) li:nth-child(1) {
	position: relative;
	margin-bottom: 7px;
}

.buy_settlement ul:nth-child(1) input {
	position: absolute;
	height: 100%;
	opacity: 0;
	width: 100%;
}

.buy_settlement ul:nth-child(1) {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.buy_settlement ul:nth-child(1) .buyCar_cker_on {
	border-color: rgba(179, 43, 41, 1);
}

.buy_settlement ul:nth-child(2) {
	width: 914px;
	height: 75px;
	background: rgba(249, 249, 249, 1);
}

.buy_bott_rig {
	font-size: 14px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.buy_bott_rig li:nth-child(1) {
	display: flex;
	padding-left: 30px;
}

.buy_bott_rig li:nth-child(1) a:nth-child(2) {
	margin: 0 40px;
}

.buy_bott_rig li:nth-child(2) {
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.buy_bott_rig li:nth-child(2) span {
	display: flex;
	align-items: center;
}

.buy_bott_rig li:nth-child(2) span:nth-child(2) {
	margin: 0 25px;
}

.buy_bott_rig li:nth-child(2) span:nth-child(1) m {
	color: #B32B29;
	margin: 0 3px;
}

.buy_bott_rig li:nth-child(2) span:nth-child(2) m {
	color: #B32B29;
}

.buy_bott_rig li:nth-child(2) span:nth-child(2) m:nth-child(1) {
	font-size: 20px;
	display: flex;
}

.buy_bott_rig li:nth-child(2) input {
	width: 110px;
	font-size: 15px;
	color: #FFFFFF;
	cursor: pointer;
	height: 35px;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
	border: none;
}

/* buyCar */
/* pay */
.pay_table ul li:nth-child(1) {
	width: 225px;
	line-height: 20px;
}


.pay_table ul li:nth-child(2) {
	width: 300px;
	justify-content: center;
	line-height: 20px;
}

.pay_balance {
	display: flex;
	font-size: 15px;
	color: #333333;
	flex-direction: column;
	text-align: right;
	align-items: flex-end;
}

.pay_balance ul:nth-child(1) li:nth-child(1) {
	margin: 30px 0 23px 0;
}

.pay_balance ul:nth-child(1) li:nth-child(2) {
	margin: 0px 0 32px 0;
}

.pay_balance ul:nth-child(2) li:nth-child(1) {
	margin: 0px 0 10px 0;
}

.pay_balance ul:nth-child(2) li:nth-child(1) m {
	font-size: 20px;
	color: #B32B29;
}

.pay_balance ul:nth-child(2) li:nth-child(2) b {
	font-size: 20px;
}

.pay_content {
	padding-bottom: 26px;
	border-bottom: 1px #F0F0F0 solid;
}

.pay_ord ul:nth-child(1) {
	display: flex;
}

.pay_ord ul:nth-child(1) p:nth-child(2) {
	margin: 20px 0;
}

.pay_ord ul:nth-child(2) {
	display: flex;
	margin-bottom: 30px;
}

.pay_ord ul:nth-child(2) li {
	margin-right: 20px;
	width: 150px;
	color: #333333;
	height: 35px;
	border-radius: 5px;
	border: 1px solid rgba(51, 51, 51, 1);
	text-align: center;
	line-height: 35px;
}

.pay_ord ul:nth-child(2) li:nth-child(2) {
	margin: 0;

	cursor: pointer;
	color: #333333;
}

.pay_remarks {
	display: flex;
	border-bottom: 1px #F0F0F0 solid;
}

.pay_remarks ul:nth-child(1) {
	margin-top: 52px;
}

.pay_remarks ul textarea {
	resize: none;
	margin: 30px;
	width: 600px;
	font-size: 15px;
	color: #333333;
	height: 100px;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid rgba(153, 153, 153, 1);
}

.pay_bank ul {
	font-size: 15px;
	color: #333333;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.pay_bank ul li:nth-child(1) {
	width: 80px;
}

.pay_bank ul li b {
	font-size: 20px;

}
.per_myord_c{
	position: fixed;background: #fff;
	z-index: 3;
	padding-top: 35px;
}
.pes_left{
	position: fixed;
	z-index: 2;
}
.pes_left ul {
	justify-content: flex-start;

}

.pes_left ul li:nth-child(1) {
display: flex;
	align-items: center;
}

.pes_left ul li:nth-child(1) img {
	width: 18px;
	height: 18px;
}

.pes_left .de_on li:nth-child(2) {
	color: #B32B29;
	font-weight: bold;
}

.per_myord_sec {
	display: flex;
	justify-content: space-between;
}

.per_myord_sec ul:nth-child(1) form {
	display: flex;
	width: 250px;
	align-items: center;
	height: 35px;
}

.per_myord_sec ul:nth-child(1) input:nth-child(1) {
	width: 180px;
	height: 35px;
	background: rgba(240, 240, 240, 1);
	text-align: center;
	border: none;
}

.per_myord_sec ul:nth-child(1) input:nth-child(2) {
	width: 70px;
	height: 35px;
	color: #FFF;
	cursor: pointer;
	background: rgba(179, 43, 41, 1);
	border: none;
	text-align: center;
}
.pes_left_c{
	margin-top: 35px;
}
.per_right {
	margin-left: 247px;
	width: 712px;
}

.per_myord_sec ul:nth-child(2) form {
	width: 440px;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

.per_myord_sec ul:nth-child(2) form input:nth-child(1) {
	width: 120px;
	height: 35px;
	text-align: center;
	margin-right: 10px;

	border: 1px solid rgba(51, 51, 51, 1);
}

.per_myord_sec ul:nth-child(2) form input:nth-child(2) {
	text-align: center;
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
	height: 35px;
	border: 1px solid rgba(51, 51, 51, 1);
}

.per_myord_sec ul:nth-child(2) form div {
	width: 100px;
	display: flex;
	z-index: 999;
	justify-content: center;
	align-items: center;
	height: 35px;
	border: 1px solid rgba(51, 51, 51, 1);
}

.per_myord_sec ul:nth-child(2) form div img {
	width: 15px;
	margin-right: 5px;
	height: 8px;
}

.per_myord_sec ul:nth-child(2) form input:nth-child(4) {
	width: 55px;
	height: 37px;
	text-align: center;
	border: none;
	color: #FFFFFF;

	background: rgba(179, 43, 41, 1);
}

.per_myord_sec_hover {
	position: relative;
}

.per_myord_sec_hover_jin {
	position: absolute;
	display: none;
	top: 35px;
	background:#f0f0f0;
}
.per_login{
	margin-top: 0;
}
.per_myord_sec_hover_jin span {
	line-height: 30px;
	cursor: pointer;
	/* color:#fff; */
	width: 100px;
	text-align: center;
	display: block;
}

.per_myord_sec_hover_jin span:hover {
	color: #B32B29;
}

.per_myord_table {
	margin-top: 37px;
	width: 712px;
}

.per_myord_table ul {
	display: flex;
	text-align: center;
	/* line-height: 38px; */
	justify-content: center;
	align-items: center;

}

.per_myord_table ul li {
	font-size: 15px;
	cursor: pointer;
	color: #333333;
	margin-bottom: 10px;
	width: 141.5px;
}

.per_myord_table ul li:nth-child(2) {
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}

.per_myord_table ul li:nth-child(4) {
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}

.per_myord_table ul .per_myord_table_on {
	color: #B32B29;
	font-weight: bold;
	position: relative;
}

.per_myord_table ul .per_myord_table_on p {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	bottom: -8px;
	border-bottom: #B32B29 2px solid;
}

.per_myord_table_info div ul li {
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 15px;
	justify-content: space-between;
	color: #333333;
}

.per_myord_table_info div ul li p {
	display: flex;

}

.per_myord_table_info div ul li:nth-child(1) {
	border-bottom: 2px #F0F0F0 solid;
	line-height: 60px;
}

.per_myord_table_info div ul li:nth-child(1) p:nth-child(1) span:nth-child(2) {
	margin-left: 10px;
}

.per_myord_table_info div ul li:nth-child(1) p:nth-child(2) span {
	width: 89px;
	height: 30px;
	color: #B32B29;
	text-align: center;
	margin-left: 25px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid rgba(179, 43, 41, 1);
}

.per_myord_table_info div ul {
	border-top: #F0F0F0 3px solid;
	margin-bottom: 34px;
}

.per_myord_table_info div ul li:nth-child(2) {
	align-items: flex-start;
	margin:0 0 35px 0;

}

.per_myord_table_info div ul li:nth-child(2) p {
	display: flex;
	width: 100%;
	flex-direction: column !important;
	align-items: flex-end;
	justify-content: space-between;
}

.per_myord_table_info div ul li:nth-child(2) p:nth-child(1) {
	/* margin: 24px 0 15px 0; */
	align-items: flex-start;
}

.per_myord_table_info div ul li:nth-child(2) p:nth-child(1) m {
	margin-left: 25px;
}
.per_myord_table_info div ul li:nth-child(2) p:nth-child(1) pl span:nth-child(1){
	display: flex;
	margin-top: 24px;
	margin-bottom: 15px;
}
.per_myord_table_info div ul li:nth-child(2) p:nth-child(1) pl{

	margin-bottom: 15px;
}
.per_myord_table_info div ul li:nth-child(2) p:nth-child(2) {
	/* margin: 0 0 35px 0; */
	margin-top: 24px;
}

.per_myord_table_info div ul li .per_myord_table_paid {
	color: #F7B500;
	margin-bottom: 15px;
}

.per_myord_table_info div ul li .per_myord_table_secuss {
	color: #5CB351;
}

.per_myord_table_info div ul .paid {
	justify-content: flex-end;
}

.per_myord_table_info div ul .per_look {
	justify-content: space-between
}

.per_myord_table_info div ul .paid p:nth-child(1) {
	width: 105px;
	text-align: center;
	line-height: 35px;
	height: 35px;

}

.per_myord_table_info div ul .per_look p:nth-child(1) {
	width: 200px;
}

.per_myord_table_info div ul .paid p a {
	width: 100%;
}

.per_myord_table_info div ul .paid p:nth-child(2) {
	width: 105px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	height: 35px;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
}

.per_page,
.per_table,
.jife_table {
	width: 677px;
}


.jife_table ul li:nth-child(1) {
	width: 170px;
}

.jife_table ul li:nth-child(2) {
	width: 95px;
}

.jife_table ul li:nth-child(3) {
	width: 260px;
	line-height: 20px;
}

.jife_table ul li:nth-child(4) {
	width: 70px;
}

.jife_table ul li:nth-child(5) {
	width: 55px;
	line-height: 20px;
}

.jife_table .jife_table_he li:nth-child(5) {
	line-height: 20px !important;
}

.jife_table .jife_table_he li:nth-child(6) {
	line-height: 20px !important;
}

.jife_table ul li:nth-child(6) {
	width: 55px;
	line-height: 20px;
}

.jife_table ul li:nth-child(6) a {
	font-size: 14px;
	color: #333333;
	padding: 0;
}

.per_table ul li:nth-child(1) {
	width: 140px;
}

#basic_info_per ul:nth-child(1) li:nth-child(2) {
	width: 580px;
	text-align: left;
}

.per_table ul li:nth-child(2) {
	width: 66px;
}

.login_right .login_submit_per input {
	width: 200px;
	color: #FFFFFF;
	height: 35px;
	margin-left: 130px;
	line-height: 35px;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
}

.per_table ul li:nth-child(3) {
	width: 66px;
}

.per_table ul li:nth-child(4) {
	width: 95px;
}

.per_table ul li:nth-child(5) {
	width: 110px;
}

.per_table ul li:nth-child(6) {
	width: 195px;
}

.per_table ul li:nth-child(6) a {
	font-size: 14px;
	color: #333333;
	padding: 0;
}

.per_myord_table_info div ul li div {
	display: flex;
}

.per_table ul li:nth-child(6) a:nth-child(3) {
	font-size: 14px;
	color: #8C0200;
	font-weight: bold;
}
.per_address_bott ul:nth-child(2) li:nth-child(6) a:nth-child(3) {
	color: #333333;
	font-weight: 400;
}

.per_table ul li:nth-child(6) a:nth-child(2) {
	border-left: #F0F0F0 solid 1px;
	border-right: #F0F0F0 solid 1px;
	padding: 0 8px;
	margin: 0 7px;
}

/* pay */
/* copyOrd */
.copy_con {
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;
	font-size: 15px;
	color: #333333;
}

.copy_con ul:nth-child(1) {
	padding: 0;
}

.copy_con ul {
	display: flex;
	padding: 22px 0;
	align-items: center;
	justify-content: space-between;
}

.copy_con ul li:nth-child(2) {
	display: flex;
}

.copy_con ul:nth-child(1) {
	border-bottom: #F0F0F0 1px solid;
	border-top: #F0F0F0 2px solid;
	line-height: 60px;
}

.copy_con ul li:nth-child(1) p:nth-child(1) {
	margin-bottom: 15px;
}

.copy_con ul li:nth-child(2) p {
	background: url(../img/add.png);
	background-size: cover;
	width: 35px;
	height: 35px;
	border-radius: 5px;
}

.copy_con ul li:nth-child(2) p span {
	display: block;
	height: 50%;
	width: 100%;
}

.copy_con ul li:nth-child(2) input {
	width: 120px;
	height: 35px;
	margin-right: 11px;
	line-height: 35px;
	background: rgba(240, 240, 240, 1);
	border-radius: 5px;
	border: none;
	text-align: center;
}

.copy_form {
	border-bottom: 2px solid #F0F0F0;
	padding-bottom: 20px;
	margin-bottom: 200px;
	width: 960px;
	margin: 0 auto;
}

.copy_submit {

	width: 105px;
	cursor: pointer;
	height: 35px;
	background: rgba(179, 43, 41, 1);
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	float: right;
	font-size: 15px;
	/* display: flex;
	justify-content: flex-end; */
}

/* copyOrd */
.per_address {
	width: 712px;
}

.per_address_list ul {
	display: flex;
	justify-content: space-between;
}

.per_address_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 15px;
	color: #333;
	margin-top: 30px;
	text-align: left;
}

.per_address_list ul li:nth-child(2) input {
	width: 580px;
	border: none;
	border-bottom: #D1D1D1 1px solid;
	line-height: 40px;
}

.per_address_list .zuoji li:nth-child(2) input:nth-child(1) {
	width: 105px;
}

.per_address_list .zuoji li:nth-child(2) input:nth-child(2) {

	width: 423px;
	margin-left: 12px;
}

.per_address_list .integralPay_defind {
	justify-content: flex-start;
	margin-left: 130px;
}

.per_address_list .integralPay_defind li:nth-child(1) {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	margin-right: 15px;
	align-items: center;
	border: 2px solid #B32B29;
	position: relative;
}

.per_address_list .integralPay_defind li:nth-child(1) p {
	width: 14px;
	height: 14px;

	border-radius: 2px;
	background: #B32B29;
}

.per_address_list .integralPay_defind li:nth-child(1) input {
	position: absolute;
	height: 100%;
	opacity: 0;
	width: 100%;

}

#per_address_sub {
	width: 200px;
	/* margin: 0 auto; */
	height: 35px;
	background: rgba(179, 43, 41, 1);
	display: flex;
	justify-content: center;
	font-size: 15px;
	line-height: 35px;
	margin-top: 34px;
	text-align: center;
	margin-left: 130px;
	color: #fff;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.per_address_bott {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 200px;
}

.per_address_bott ul li:nth-child(1) {
	width: 95px;
}

.per_address_bott ul li:nth-child(2) {
	width: 200px;
}

.per_address_bott ul li:nth-child(3) {
	line-height: 20px;
	width: 300px;
}

.per_address_bott ul li:nth-child(4) {
	width: 110px;
}

.per_address_bott ul li:nth-child(5) {
	width: 110px;
}

.per_address_bott ul li:nth-child(6) {
	width: 140px;
	display: flex;
}

.per_address_bott ul li:nth-child(6) a:nth-child(2) {
	border: none;
	margin: 0;
}



.per_fapiao_bott {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 200px;
}

.per_fapiao_bott ul li:nth-child(1) {
	width: 200px;
}

.per_fapiao_bott ul li:nth-child(2) {
	width: 141px;
}
.hot_hotrink{
	    width: 10px;
	    margin-right: 10px;
	    height: 13px;
	background: url(../img/hotrink.png);
	background-size: cover;
}
.per_fapiao_bott ul li:nth-child(3) {
	width: 110px;
}

.per_fapiao_bott ul li:nth-child(4) {
	width: 110px;
}

.per_fapiao_bott ul li:nth-child(5) {
	width: 110px;
}

.per_fapiao_bott ul li:nth-child(6) {
	width: 185px;
}.per_fapiao_bott ul li:nth-child(7) {
	width: 100px;
	display: flex;
}

.per_fapiao_bott ul li:nth-child(7) a {
	border: none;
	font-weight: 400;
	margin: 0;
}
