.header {
	background-color: #0074D6;
}

.headerListLi a {
	color: #fff;
}

.headerBtn_lang span {
	color: #fff;
}

.headerBtn label {
	color: #0074D6;
	background-color: #fff;
}

.headerBtn .headerBtn_lang:after {
	background: #fff;
}

.wap {
	display: none;
}

.images {
	width: 100%;
	vertical-align: middle;
}

.images img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	object-fit: cover;
}

.personal_box {
	width: 68.75%;
	margin: 15rem auto 8rem;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: flex;
}

.personal_box_wap {
	display: none;
}

.personal_box_meun {
	width: 16%;
	background: #F8F8F8;
	border-radius: 10px;
	position: relative;
}

.personal_box_meun .new {
	position: absolute;
	right: 1.7rem;
	top: 2.1rem;
	width: 3rem;
}

.personal_box_meun .new div {
	position: relative;
}

.personal_box_meun .new span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #E60000;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.personal_box_meun .new img {
	width: 1.8rem;
	height: 2.2rem;
	margin: 0 auto;
}

.personal_box_meun .new p {
	font-size: 1.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
	margin-top: .6rem;
	text-align: center;
}

.userHeadImg {
	width: 8rem;
	height: 8rem;
	overflow: hidden;
	border-radius: 50%;
	max-height: 8rem;
	margin: 5rem auto 2rem;
}

.userName {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	box-sizing: border-box;
	padding: 0 1rem;
	text-align: center;
}

.userWallet {
	display: flex;
	justify-content: center;
	margin: 1rem auto 2rem;
	flex-wrap: wrap;
}

.userWallet p {
	width: 100%;
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
	margin: 0 1rem;
	text-align: center;
}

.userInformation {
	display: block;
	width: 68%;
	height: 3rem;
	line-height: 3rem;
	background: #0074D6;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFF;
	margin: 0 auto;
}

.personal_meun {
	margin-top: 3rem;
}

.personal_meun li {
	box-sizing: border-box;
	padding: 1rem 0;
}

.personal_meun li a {
	display: block;
	box-sizing: border-box;
	padding: 1.2rem 0;
	border-left: 0.4rem solid #F8F8F8;
	text-align: center;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
}

.personal_meun li.active {
	background-color: #fff;
}

.personal_meun li.active a {
	background-color: #fff;
	border-left-color: #0074D6;
	color: #0074D6;
}

.logOut {
	display: block;
	width: 80%;
	margin: 2rem auto;
	text-align: center;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: red;
	border-radius: 5px;
	cursor: pointer;
}

.logOutPop {
	width: 40rem;
	height: 20rem;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 22;
	margin: -10rem 0 0 -20rem;
	box-sizing: border-box;
	padding: 5rem 1rem 0;
	flex-wrap: wrap;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	display: none;
}

.logOutPop p {
	width: 100%;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-weight: bold;
}

.logOutPop div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.logOutPop div span,
.logOutPop div label {
	display: block;
	width: 10rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
	text-align: center;
	cursor: pointer;
}

.logOutPop div span {
	border: 1px solid #0074D6;
	color: #0074D6;
	margin-right: 10rem;
}

.logOutPop div label a {
	display: block;
	width: 100%;
	height: 100%;
	background: #0074D6;
	color: #fff;
}

.personal_box_cont {
	width: 84%;
	box-sizing: border-box;
	padding: 3rem 3rem;
	margin-bottom: 1rem;
}

.personal_signIn {
	box-sizing: border-box;
	padding-bottom: 2.3rem;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 4rem;
}

.personal_signIn_title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.1rem;
}

.personal_signIn_title a {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
	box-sizing: border-box;
	padding-left: 2.2rem;
	background-repeat: no-repeat;
	background-position: left center;
}

.personal_signIn_title a.personalSignIn {
	background-image: url(../img/personal/signIn.png);
	background-size: 1.6rem 1.6rem;
	margin-right: 4.2rem;
	position: relative;
}

.personal_signIn_title a.personalSignIn:before {
	display: block;
	content: '';
	width: 1px;
	height: 16px;
	background-color: #999;
	position: absolute;
	right: -2rem;
	top: 0.2rem;
}

.personal_signIn_title a.calendar {
	background-image: url(../img/personal/calendar.png);
	background-size: 1.5rem 1.5rem;
}

.personal_signIn_tip {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #CCC;
	text-align: center;
	margin-bottom: 2.9rem;
}

.personal_signIn_list {
	width: 86.5%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.personal_signIn_list li {
	width: calc((100% - 27rem)/7);
}

.personal_signIn_list li div {
	width: 100%;
	background: #E8F4FF;
	border-radius: 50%;
	line-height: 90px;
	font-size: 3rem;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #999;
	text-align: center;
}

.personal_signIn_list li.active div {
	background-image: url(../img/personal/signedIn.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.personal_signIn_list li p {
	font-size: 2rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999;
	text-align: center;
	margin: 1rem 0;
}

.personal_signIn_list li span {
	display: block;
	width: 6.2rem;
	height: 2.8rem;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #0074D6;
	text-align: center;
	line-height: 28px;
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #0074D6;
	cursor: pointer;
}

.personal_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .9rem;
}

.personal_title .h1 {
	font-size: 2rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #0074D6;
	border-left: 4px solid #0074D6;
	box-sizing: border-box;
	padding-left: 1rem;
}

.personal_title a {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #0074D6;
}

.personal_title .return {
	display: none;
}

.images {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.personal_qa {
	margin-top: 1rem;
}

.personal_qa li {
	box-sizing: border-box;
	padding: 2rem 0;
	border-bottom: 1px dashed #CCC;
}

.personal_qa_q {
	font-size: 1.8rem;
	font-family: Source Han Sans SC;
	font-weight: 500;
	color: #333;
	line-height: 25px;
	margin-bottom: 2rem;
}

.personal_qa_a {
	display: flex;
	align-items: center;
}

.personal_qa_bg {
	background: #EDF7FF;
	margin-bottom: 1.5rem;
	box-sizing: border-box;
	padding: 1.5rem 1rem 1.6rem;
}

.personal_qa_img {
	width: 14.8%
}

.personal_qa_img .images {
	padding-top: 65%;
}

.personal_qa_text {
	width: calc(100% - 14.8%);
	box-sizing: border-box;
	padding-left: 2rem;
}

.personal_qa_text .h2 {
	font-size: 1.8rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
	margin-bottom: 2rem;
}

.personal_qa_text article {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	height: 6rem;
}

.personal_comment {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999;
	line-height: 30px;
	margin-top: 2rem;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-o-text-line-clamp: 2;
	-moz-text-line-clamp: 2;
	-ms-text-line-clamp: 2;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.pop,
.pops {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
	display: none;
}

.calendarPop {
	width: 80rem;
	position: fixed;
	left: 50%;
	top: 10%;
	z-index: 31;
	margin-left: -40rem;
	display: none;
}

.calendarTitle {
	position: relative;
}

.calendarTitle img {
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	top: .8rem;
	right: 0;
	cursor: pointer;
}

.calendarTitle p {
	text-align: center;
	font-size: 3.6rem;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #FFF;
}

.calendarPop .calendarList {
	background-image: url(../img/personal/calendar_bg_pc.png);
	background-size: 100% 100%;
	background-position: center;
	box-sizing: border-box;
	padding: 12.1rem 6.6rem 5.7rem;
}

.calendarPop .calendarHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calendarPop .calendarHead li {
	width: calc((100% - 180px)/7);
	font-size: 2.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #4A4A4A;
	text-align: center;
	margin-right: 3rem;
}

.calendarPop .calendarHead li:nth-child(7n) {
	margin-right: 0;
}

.calendarPop .calendarBody {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.calendarPop .calendarBody li {
	width: calc((100% - 180px)/7);
	margin-right: 3rem;
	height: 6.8rem;
	line-height: 68px;
	text-align: center;
	font-size: 2.4rem;
	font-family: Source Han Sans SC;
	font-weight: bold;
	color: #999999;
	background: #E8F4FF;
	border-radius: 50%;
	margin-top: 3rem;
}

.calendarPop .calendarBody li:nth-child(7n) {
	margin-right: 0;
}

.calendarPop .calendarBody li.active {
	font-size: 2.4rem;
	color: #FFF;
	background: transparent;
	background-image: url(../img/personal/signedIns_pc.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.calendarPop .calendarBody li.null {
	background: transparent;
	background-image: none;
	box-sizing: border-box;
	padding-top: 6.8rem;
}

.informationPop {
	width: 50%;
	height: 70rem;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	top: 50%;
	margin-top: -35rem;
	z-index: 31;
	background-color: #fff;
	display: none;
}

.informationPop .information_title {
	position: relative;
	background: #C3E3FF;
	border-radius: 5px;
}

.informationPop .information_title p {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #137CFF;
	text-align: center;
	height: 4.5rem;
	line-height: 45px;
}

.informationPop .information_title img {
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	right: 2.2rem;
	top: 1.4rem;
	cursor: pointer;
}

.informationPop .information_cont {
	box-sizing: border-box;
	padding: 6rem 14rem 4rem;
}

.information_cont .input {
	border-bottom: 1px solid #D2D2D2;
	box-sizing: border-box;
	padding: 0 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6.6rem;
	line-height: 66px;
}

.information_cont .input span {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #383838;
}

.information_cont .input input {
	width: 60%;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #383838;
	border: 0;
	outline: none;
	text-align: right;
}

.information_cont .input .input_box {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.information_cont .input .input_box input {
	width: 85%;
}

.information_cont .input .input_box span {
	width: 15%;
	display: inline-block;
	text-align: right;
	cursor: pointer;
	font-size: 1.4rem;
	color: #999;
}

.sexPop {
	position: relative;
}

.sexPop .select {
	width: 10rem;
	position: absolute;
	right: 4rem;
	top: 7rem;
	z-index: 20;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
	display: none;
}

.sexPop .select li {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	line-height: 4rem;
	height: 4rem;
	border-bottom: 1px solid #999;
	cursor: pointer;
}

.sexPop .select li:last-child {
	border-bottom: 0
}

.information_cont .fileUp div {
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.information_cont .fileUp div img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.information_cont .fileUp div input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.informationPop .operation {
	margin-bottom: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 26.9rem;
}

.informationPop .operation span {
	cursor: pointer;
	display: block;
	width: 13.3rem;
	height: 4.3rem;
	line-height: 43px;
	background: #EEE;
	border-radius: 5px;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #989898;
	text-align: center;
}

.informationPop .operation span.submit,
.informationPop .operation span.adress_submit,
.informationPop .operation span.adress_submits {
	background: linear-gradient(90deg, #4BA9FF, #127BFF);
	color: #FFF;
}

.phonePopBox,
.passwordPopBox {
	display: none;
	width: 42.5%;
	background: #FFF;
	box-shadow: 4px 0px 16px 0px rgba(0, 0, 0, 0.13);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2.8rem 0 11.2rem;
	position: fixed;
	left: 50%;
	top: 10%;
	z-index: 35;
	margin-left: -21.25%;
}

.phonePopBoxClose,
.passwordPopBoxClose {
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	padding: 0 2.6rem;
}

.phonePopBoxClose img,
.passwordPopBoxClose img {
	width: 1.7rem;
	height: 1.7rem;
}

.phonePopBox h5,
.passwordPopBox h5 {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #3B3B3B;
	text-align: center;
	margin: 2.7rem auto 6.6rem;
}

.phonePopBox .input1,
.passwordPopBox .input1 {
	width: 90%;
	margin: 0 auto 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.phonePopBox .input1 span,
.passwordPopBox .input1 span {
	display: block;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #3B3B3B;
	text-align: right;
}

.phonePopBox .input1 div,
.passwordPopBox .input1 div {
	width: 70%;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #C6C6C6;
	border-radius: 5px;
}

.phonePopBox .input1 div input,
.passwordPopBox .input1 div input {
	border: 0;
	outline: none;
	background-color: transparent;
	border-radius: 5px;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.6rem;
	box-sizing: border-box;
	padding: 0 1rem
}

.phonePopBox .input1 div font,
.passwordPopBox .input1 div font {
	display: block;
	background: #DDEEFC;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 1rem 2.6rem;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #0074D6;
	position: absolute;
	right: 1.1rem;
	top: .3rem;
}

.phonePopBox button,
.passwordPopBox button {
	display: block;
	width: 13.3rem;
	height: 4.3rem;
	background: linear-gradient(90deg, #4BA9FF, #127BFF);
	border-radius: 5px;
	line-height: 4.3rem;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 4.9rem auto 0;
	border: 0;
	outline: none;
}

.personal_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3rem;
}

.personal_list {
	display: none;
}

.personal_table thead tr {
	background-color: #E8F4FF;
}

.personal_table tr td {
	width: 33.33%;
	text-align: center;
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
}

.personal_table thead tr td {
	height: 6rem;
	line-height: 6rem;
}

.personal_table tbody tr td {
	height: 5rem;
	line-height: 5rem;
	border: 1px solid #F4F4F4;
}

.personal_commodity {
	margin-top: 3rem;
}

.personal_commodity ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.personal_commodity li {
	width: calc((100% - 3.6rem)/4);
	margin-bottom: 4rem;
	margin-right: 1.2rem;
	box-sizing: border-box;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 1.5rem;
}

.personal_commodity li:nth-child(4n) {
	margin-right: 0;
}

.personal_commodity div {
	box-sizing: border-box;
	padding: 0 1rem;
}

.personal_commodity .images {
	padding: 0;
}

.personal_commodity p {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2D2D2D;
	margin: 1.2rem 0 1.5rem;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-o-text-line-clamp: 1;
	-moz-text-line-clamp: 1;
	-ms-text-line-clamp: 1;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.personal_commodity span {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DE0515;
	vertical-align: bottom;
}

.personal_commodity label {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #DE0515;
	margin-right: .4rem;
}

.commodity {
	display: flex;
	align-items: flex-start;
}

.commodity .commodityImg {
	width: 43.8rem;
}

.commodity .commodityCont {
	width: calc(100% - 43.8rem);
	box-sizing: border-box;
	padding-left: 2rem;
}

.commodity .commodityCont .h1 {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #343434;
	padding-top: 1rem;
}

.commodity .commodityCont article {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9C9C9C;
	line-height: 25px;
	margin: 2rem 0 3rem;
	width: 100%;
	overflow: hidden;
	height: 7.5rem;
}

.commodity .commodityCont .commodityIntegral {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DE0515;
	vertical-align: bottom;
}

.commodity .commodityCont .commodityIntegral span {
	font-size: 3.6rem;
	margin-right: .7rem;
}

.commodity .commodityCont .commodityStock {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #616161;
	margin: 5rem 0 4rem;
}

.commodity .commodityCont .commodityStock label {
	color: #B3B3B3;
	margin-left: 1.6rem;
}

.commodity .commodityCont .commodityNumber {
	display: flex;
	align-items: center;
}

.commodity .commodityCont .commodityNumber span {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #616161;
}

.commodity .commodityCont .commodityNumber a {
	display: block;
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	width: 4.3rem;
	height: 4.3rem;
	line-height: 4rem;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
}

.commodity .commodityCont .commodityNumber a.reduce {
	border-color: #4195FF;
	color: #4195FF;
}

.commodity .commodityCont .commodityNumber a.plus {
	border-color: #fff;
	background: #4195FF;
	color: #FFFFFF;
}

.commodity .commodityCont .commodityNumber input {
	width: 4.8rem;
	height: 4.3rem;
	line-height: 4.3rem;
	text-align: center;
	font-size: 2.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #616161;
	border: 0;
	outline: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.commodity .commodityCont .commodityBuy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4rem;
}

.commodity .commodityCont .commodityBuy span {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #616161;
}

.commodity .commodityCont .commodityBuy a,
.commodity .commodityCont .commodityBuy .commodityBuyBtn span {
	display: block;
	width: 14.7rem;
	height: 4.3rem;
	line-height: 4.3rem;
	text-align: center;
	background: linear-gradient(90deg, #4BA9FF, #127BFF);
	border-radius: 5px;
	font-size: 2.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFF;
}

.commodity .commodityCont .commodityBuy .commodityBuyBtn {
	position: relative;
}

.commodity .commodityCont .commodityBuy .commodityBuyBtn span {
	font-size: 2.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFF;
	cursor: pointer;
}

.commodityBuyPop {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 31;
	width: 31.25%;
	height: 39rem;
	margin: -19.5rem 0 0 -15.625%;
	box-sizing: border-box;
	padding: 6.9rem 0 0;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	display: none;
}

.commodityBuyPop .commodityBuyPopTitle {
	font-size: 2rem;
	color: #333;
	font-family: Source Han Sans CN;
	font-weight: bold;
}

.commodityBuyPop .commodityBuyPopAddress {
	width: 90%;
	background: #F7FBFF;
	box-sizing: border-box;
	padding: 2rem 3rem;
	margin: 4rem auto;
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333333;
	text-align: left;
	position: relative;
}

.commodityBuyPop .commodityBuyPopAddress img {
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	right: 3rem;
	top: 50%;
	margin-top: -0.9rem;
}

.commodityBuyPop .commodityBuyPopAddress p {
	margin-bottom: 2rem;
}

.commodityBuyPop .commodityBuyPopAddress p span {
	margin-right: 1rem;
}

.commodityBuyPop .commodityBuyPopAddress .commodityBuyPopAddressA {
	background-image: url(../img/personal/adress.png);
	background-size: 1.4rem 1.6rem;
	background-position: left center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-left: 2.5rem;
}

.commodityBuyPop .operation {
	display: flex;
	align-items: center;
	justify-content: center;
}


.commodityBuyPop .operation label,
.commodityBuyPop .operation font {
	display: block;
	width: 22%;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	font-size: 1.6rem;
	color: #989898;
	font-family: Source Han Sans CN;
	border-radius: 5px;
	cursor: pointer;
	background: #EEEEEE;
}

.commodityBuyPop .operation font {
	background: linear-gradient(90deg, #4BA9FF, #127BFF);
	color: #fff;
	margin-left: 5rem;
}

.commodityDetail {
	margin-top: 2.8rem;
	box-sizing: border-box;
	padding-bottom: 2rem;
}

.commodityDetail .commodityDetail_head {
	height: 4.3rem;
	line-height: 4.3rem;
	background: #E6F0FD;
	border-radius: 5px 5px 0px 0px;
	box-sizing: border-box;
	padding-left: 1.6rem;
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #137BFF;
	margin-bottom: 2.8rem;
}

.commodityDetail article {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #636363;
	line-height: 35px;
}

.order {
	padding-top: 3rem;
}

.order li {
	box-sizing: border-box;
	padding-bottom: 4rem;
}

.order .order_number {
	height: 4rem;
	line-height: 4rem;
	background: #EDF7FF;
	box-sizing: border-box;
	padding: 0 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.8rem
}

.order .order_number span {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666;
}

.order .order_number label {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #FF7800;
}

.order .order_product {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 2rem 2rem;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 2rem;
}

.order .order_product_information {
	width: 32%;
	display: flex;
	align-items: center;
}

.order .order_product_information .order_product_img {
	width: 8.4rem;
	height: 8.4rem;
}

.order .order_product_information .order_product_img .images {
	padding-top: 100%;
}

.order .order_product_information .order_product_text {
	width: calc(100% - 8.4rem);
	box-sizing: border-box;
	padding-left: 1.2rem;
}

.order .order_product_information .order_product_text .h5 {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-o-text-line-clamp: 2;
	-moz-text-line-clamp: 2;
	-ms-text-line-clamp: 2;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
	margin-bottom: 1.7rem;
}

.order .order_product_information .order_product_text p {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-o-text-line-clamp: 2;
	-moz-text-line-clamp: 2;
	-ms-text-line-clamp: 2;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.order .order_product_integral {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order .order_product_integral p {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #0074D6;
}

.order .order_product_integral span {
	display: none;
	font-size: 1.2rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
}

.order .order_product_num {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
}

.order .order_product_detail a {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #0074D6;
}

.order .order_operation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order .order_operation .order_operation_time {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
}


.order .order_operation .order_operation_information span {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
	margin-right: 2rem;
}

.order .order_operation .order_operation_information a {
	display: inline-block;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	background: #0074D6;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFF;
}

.personal_orderDetail_adress {
	background-image: url(../img/personal/order_adress.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 2.3rem 2rem;
	margin: 3.1rem 0 3rem;
}

.personal_orderDetail_adress div {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
	margin-bottom: 2rem;
}

.personal_orderDetail_adress p {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
	background-image: url(../img/personal/adress.png);
	background-repeat: no-repeat;
	background-size: 1.4rem 1.6rem;
	background-position: left center;
	box-sizing: border-box;
	padding-left: 2rem;
}

.personal_orderDetail .order_title {
	height: 4rem;
	line-height: 4rem;
	box-sizing: border-box;
	padding: 0 1.9rem;
	background: #EDF7FF;
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666;
	margin-bottom: 2rem;
}

.personal_orderDetail .order_product_integral {
	color: #0074D6;
	font-size: 1.4rem;
}

.personal_orderDetail .order_operation_information span {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
}

.personal_orderDetail .order_operation_information label {
	font-size: 2rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
}

.order_list {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	box-sizing: border-box;
	padding-top: 3rem;
	margin-top: 2.8rem;
	margin-bottom: 2rem;
}

.order_list li {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
	margin-bottom: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.personal_orderDetail .again {
	display: flex;
	justify-content: flex-end;
}

.personal_orderDetail .again a {
	display: block;
	width: 10rem;
	height: 3rem;
	line-height: 3rem;
	background: #0074D6;
	border-radius: 5px;
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}

.personal_help .personal_help_title {
	margin-bottom: 2.6rem;
	height: 4.5rem;
	line-height: 4.5rem;
	background-image: url(../img/personal/help_bg.png);
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-left: 1.8rem;
	display: flex;
	align-items: center;
}

.personal_help .personal_help_title span {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFF;
}

.personal_help .personal_help_title img {
	width: 2.5rem;
	height: 2.4rem;
	margin-right: 1rem;
}

.personal_help .personal_help_box {
	box-sizing: border-box;
	padding: 0 2rem 2.9rem;
	border-bottom: 1px dashed #C0C0C0;
	margin-bottom: 4.4rem;
}

.personal_help .personal_help_box:last-child {
	margin-bottom: 0;
}

.personal_help_box .personal_help_box_t {
	border-left: .8rem solid #127BFF;
	box-sizing: border-box;
	padding-left: .6rem;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #127BFF;
	height: 3rem;
	line-height: 3rem;
	margin-bottom: 1.8rem;
}

.personal_help article {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #696969;
	line-height: 28px;
}

.personal_new_tab {
	margin: 3rem 0 2rem;
	height: 4rem;
	line-height: 4rem;
	background: #EDF7FF;
	box-sizing: border-box;
	padding: 0 2rem;
}

.personal_new_tab a {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #666;
	margin-right: 4rem;
	cursor: pointer;
}

.personal_new_tab a.active {
	color: #0074D6;
}

.personal_new_list li {
	display: flex;
	align-items: center;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	padding: 2.1rem
}

.personal_new_list li .personal_new_list_img {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	overflow: hidden;
}

.personal_new_list li .personal_new_list_text {
	width: calc(100% - 6rem);
	box-sizing: border-box;
	padding: 1rem;
}

.personal_new_list .personal_new_list_top {
	font-size: 1.6rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #333;
}

.personal_new_list .personal_new_list_top span {
	color: #0074D6
}

.personal_new_list .personal_new_list_bottom {
	font-size: 1.4rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999;
	margin: 1rem 0;
}

.personal_new_list .personal_new_list_bottom article {
	display: inline-block;
}

.personal_new_list .personal_new_list_time {
	font-size: 1.2rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999;
}

.personal_new_list_good {
	display: none;
}

.personal_box .personal_adress {
	position: relative;
	background-color: #fff;
}

.adress_btn {
	display: block;
	width: 15%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1.4rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #0074D6;
	border: 1px solid #96C5FD;
	border-radius: 3px;
	position: absolute;
	right: 2rem;
	top: 5.1rem;
}

.adressPop {
	top: 50%;
	border: 1px solid #4BAFFF;
	border-radius: 5px;
	height: 50rem;
	margin-top: -25rem;
	z-index: 32;
}

@media (max-width: 1680px) {
	.userWallet p {
		margin: 0 0.2rem;
	}
	.informationPop .information_cont {
		padding: 6rem 14rem;
	}
	.informationPop .operation {
		padding: 0 20rem;
	}
}

@media (max-width: 1600px) {
	.informationPop {
		height: 58rem;
		margin-top: -29rem;
	}
	.userWallet {
		flex-wrap: wrap;
	}
	.userWallet p {
		width: 100%;
		margin: 0 1rem;
		text-align: center;
	}
	.personal_signIn_list li div {
		line-height: 65px;
	}
	.informationPop .information_cont {
		padding: 3rem 14rem 3rem;
	}
	.information_cont .input {
		height: 5rem;
		line-height: 50px;
	}
	.information_cont .fileUp div {
		width: 4.8rem;
		height: 4.8rem;
	}
	.information_cont .input span,
	.information_cont .input input {
		font-size: 1.8rem;
	}
	.personal_comment {
		line-height: 20px;
		margin-top: 0;
		padding-top: 1.4rem;
	}
	.calendarPop {
		width: 70rem;
		margin-left: -35rem;
	}
	.calendarPop .calendarList {
		padding: 10rem 6rem 5rem;
	}
	.calendarPop .calendarBody li.null {
		padding-top: 6rem;
	}
	.calendarPop .calendarBody li {
		margin-right: 3rem;
		height: 6rem;
		line-height: 60px;
		font-size: 2rem;
		margin-top: 2rem;
	}
	.information_cont .input .input_box .select {
		top: 5rem;
	}
}

@media (max-width: 1471px) {
	.information_cont .input .input_box {
		width: 70%;
	}
}

@media (max-width: 1440px) {
	.personal_signIn_list li div {
		font-size: 2.5rem;
		line-height: 55px;
	}
	.phonePopBox .input1 span,
	.passwordPopBox .input1 span {
		font-size: 1.4rem;
	}
	.information_cont .input span,
	.information_cont .input input {
		font-size: 1.6rem;
	}
}

@media (max-width: 1366px) {
	.personal_signIn_list li div {
		font-size: 2rem;
		line-height: 50px;
	}
}

@media (max-width: 1600px) {
	.informationPop .information_cont {
		padding: 2rem 1rem 2rem;
	}
	.informationPop .operation {
		padding: 0 16rem;
		margin-bottom: 2rem;
	}
	.calendarPop {
		width: 60rem;
		margin-left: -30rem;
	}
	.calendarPop .calendarList {
		padding: 8rem 4rem 3rem;
	}
	.calendarTitle p {
		font-size: 3rem;
	}
	.calendarPop .calendarBody li.null {
		padding-top: 5rem;
	}
	.calendarPop .calendarBody li {
		margin-right: 3rem;
		height: 4.5rem;
		line-height: 45px;
		font-size: 2rem;
		margin-top: 1.5rem;
	}
	.calendarPop .calendarBody li.active {
		font-size: 2rem;
	}
}

@media (max-width: 1280px) {
	.commodity .commodityCont .commodityBuy span {
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #616161;
	}
	.commodity .commodityCont .commodityBuy a {
		width: 12rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 1.4rem;
	}
}

@media (max-width: 1024px) {
	.personal_box {
		width: 94%;
	}
	.informationPop .information_cont {
		padding: 3rem;
	}
	.informationPop .operation {
		padding: 0 7rem;
		margin-bottom: 2rem;
	}
	.informationPop .operation span {
		height: 4rem;
		line-height: 40px;
	}
	.phonePopBox,
	.passwordPopBox {
		width: 50%;
		margin-left: -25%;
	}
}

.personal_new_list li.personal_new_list_pc {
	display: flex;
	margin-bottom: 1.4rem;
}

.personal_new_list li.personal_new_list_wap {
	display: none;
}

@media (max-width:768px) {
	
	.header {
		background-color: #fff;
	}
	.headerBtn label {
		color: #fff;
		background-color: #0074D6;
	}
	.wap {
		display: block;
	}
	.personal_box,
	.pc {
		display: none;
	}
	.personal_lists {
		display: block;
		margin: 8.7rem 0 0;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
	}
	.personal_lists .personal_title {
		display: none;
	}
	.personal_lists .personal_box_cont {
		width: 100%;
		box-sizing: border-box;
		padding: 0 1rem;
	}
	.personal_lists .personal_qa {
		margin: 0;
	}
	.personal_lists .order {
		padding: 0
	}
	.personal_lists .order_operation {
		flex-wrap: wrap;
	}
	.personal_lists .order .order_operation .order_operation_time {
		display: block;
		width: 100%;
		text-align: left;
	}
	.personal_lists .order .order_operation .order_operation_information {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.personal_wap {
		height: 100vh;
		box-sizing: border-box;
		padding: 8.7rem 0 0;
	}
	.personal_box_wap {
		display: block;
		padding-top: 4rem;
		background-color: #F1F5FB;
		box-sizing: border-box;
		padding-bottom: 2.5rem;
	}
	.personal_user {
		box-sizing: border-box;
		padding-top: 1.6rem;
		height: 17rem;
		margin-bottom: 5.4rem;
		background-image: url(../img/personal/wap_bg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
	}
	.personal_user_title {
		position: relative;
		margin-bottom: 0.8rem;
	}
	.personal_user_title p {
		font-size: 1.8rem;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #F9F9F9;
		text-align: center;
	}
	.personal_user_title div {
		width: 1.9rem;
		height: 1.9rem;
		position: absolute;
		top: 0;
		right: 1rem;
	}
	.personal_user_title div a {
		display: block;
		position: relative;
	}
	.personal_user_title div a span {
		display: block;
		width: 1.2rem;
		height: 1.2rem;
		line-height: 10px;
		text-align: center;
		background: #FF0000;
		border-radius: 50%;
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFF;
		position: absolute;
		left: -0.5rem;
		top: -0.5rem;
	}
	.personal_user_information {
		display: flex;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		padding: 0 1rem;
		margin-bottom: 1.8rem;
	}
	.personal_user_information_img {
		width: calc(100% - 8.8rem);
		display: flex;
		align-items: center;
	}
	.personal_user_information_img div {
		width: 6rem;
		height: 6rem;
		overflow: hidden;
		border-radius: 50%;
		box-sizing: border-box;
		padding-bottom: .5rem;
		border-bottom: 1px solid #FFF;
	}
	.personal_user_information_img p {
		width: calc(100% - 11rem);
		box-sizing: border-box;
		padding-left: 1rem;
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #FFF;
	}
	.personal_user_information_btn {
		width: 11rem;
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFF;
		box-sizing: border-box;
		padding-left: 1.8rem;
		background-image: url(../img/personal/user_wap.png);
		background-repeat: no-repeat;
		background-size: 1.2rem 1.2rem;
		background-position: left center;
	}
	.personal_user_information_btn a {
		display: block;
		box-sizing: border-box;
		padding-right: 1rem;
		background-image: url(../img/personal/user_right_wap.png);
		background-repeat: no-repeat;
		background-size: .6rem .9rem;
		background-position: right center;
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFF;
	}
	.personal_user_signIn {
		width: 94.6%;
		background: #FFF;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 1.2rem 8%;
		position: relative;
		left: 50%;
		bottom: 0;
		margin-left: -47.3%;
	}
	.personal_user_signIn_box {
		width: 50%;
		display: flex;
		align-items: center;
	}
	.personal_user_signIns {
		box-sizing: border-box;
		border-right: 1px solid #D0D0D0;
	}
	.personal_user_signIn_box div {
		width: 50%;
		text-align: center;
	}
	.personal_user_signIn_box div p {
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #3F3F3F;
		margin-bottom: 1rem;
	}
	.personal_user_signIn_box div span {
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		vertical-align: bottom;
	}
	.personal_user_signIn_box div label {
		font-size: 2rem;
		font-weight: bold;
	}
	.personal_user_signIn_box .personal_user_signIn_left {
		box-sizing: border-box;
		padding-right: 1rem;
	}
	.personal_user_signIns span {
		color: #0074D6;
	}
	.personal_user_integral span {
		color: #FFB400;
	}
	.personal_user_signIn_box {
		box-sizing: border-box;
	}
	.personal_user_signIns {
		padding-right: 8%;
	}
	.personal_user_integral {
		padding-left: 8%;
	}
	.personal_wap_list {
		width: 94.6%;
		margin: 0 auto;
		background: #FFF;
		border-radius: 10px;
		box-sizing: border-box;
		padding-top: 2.1rem;
		overflow: hidden;
	}
	.personal_wap_list li {
		box-sizing: border-box;
		padding: 0 1rem;
		margin-bottom: 2.5rem;
		background-image: url(../img/personal/personal_wap.png);
		background-size: .8rem 1.2rem;
		background-position: 94% center;
		background-repeat: no-repeat;
	}
	.personal_wap_list li a {
		display: block;
		width: 100%;
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #3F3F3F;
		display: flex;
		align-items: center;
		background-repeat: no-repeat;
		background-position: left .2rem;
		box-sizing: border-box;
		padding-left: 2rem;
	}
	.personal_wap_list li span {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 1rem;
		border-bottom: 1px solid #DEDEDE;
	}
	.personal_wap_list li:nth-child(1) a {
		background-image: url(../img/personal/integral_icon.png);
		background-size: 1.3rem 1.3rem;
	}
	.personal_wap_list li:nth-child(2) a {
		background-image: url(../img/personal/q_icon.png);
		background-size: 1.5rem 1.5rem;
	}
	.personal_wap_list li:nth-child(3) a {
		background-image: url(../img/personal/a_icon.png);
		background-size: 1.5rem 1.4rem;
	}
	.personal_wap_list li:nth-child(4) a {
		background-image: url(../img/personal/commodity_icon.png);
		background-size: 1.5rem 1.5rem;
	}
	.personal_wap_list li:nth-child(5) a {
		background-image: url(../img/personal/order_icon.png);
		background-size: 1.4rem 1.5rem;
	}
	.personal_wap_list li:nth-child(6) a {
		background-image: url(../img/personal/help_icon.png);
		background-size: 1.4rem 1.3rem;
	}
	.personal_wap_list li:nth-child(7) a {
		background-image: url(../img/personal/newList_icon.png);
		background-size: 1.5rem 1.4rem;
	}
	.personal_wap_list li:nth-child(8) a {
		background-image: url(../img/personal/address_icon.png);
		background-size: 1.3rem 1.7rem;
	}
	.editProfile_head {
		position: fixed;
		top: 4rem;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	.editProfile_head div {
		height: 4.7rem;
		line-height: 4.7rem;
		background: linear-gradient(90deg, #306EFF, #07D2FF);
		position: relative;
	}
	.editProfile_head p {
		font-size: 1.8rem;
		font-family: Source Han Sans CN;
		font-weight: bold;
		color: #FFF;
		text-align: center;
	}
	.editProfile_head p img {
		width: 2rem;
		height: 2rem;
		display: inline-block;
		vertical-align: middle;
		margin-right: .8rem;
	}
	.editProfile_head a {
		display: block;
		width: .8rem;
		height: 1.3rem;
		position: absolute;
		left: 1rem;
		top: 1.7rem;
		background-image: url(../img/personal/user_left_wap.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.editProfile_cont {
		height: 100vh;
		box-sizing: border-box;
		padding: 9.1rem 2.2rem 11.1rem;
		overflow-y: auto;
	}
	.editProfile_cont .input {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 4.3rem;
		line-height: 4.3rem;
		border-bottom: 1px solid #DEDEDE;
		background-image: url(../img/personal/personal_wap.png);
		background-size: .7rem 1.2rem;
		background-repeat: no-repeat;
		background-position: right center;
	}
	.editProfile_cont .input span {
		width: 25%;
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #383838;
	}
	.editProfile_cont .input input {
		width: 75%;
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #383838;
		box-sizing: border-box;
		padding-right: 2.1rem;
		border: 0;
		outline: none;
		text-align: right;
		background-color: transparent;
	}
	.editProfile_cont .fileUp div {
		width: 3.5rem;
		height: 3.5rem;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 2.1rem;
		position: relative;
	}
	.editProfile_cont .fileUp div input[type='file'] {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	.editProfile_cont .submit {
		display: block;
		margin: 6.3rem auto 6.2rem;
		width: 62.4%;
		height: 4rem;
		line-height: 4rem;
		background: linear-gradient(90deg, #306EFF, #07D2FF);
		border-radius: 20px;
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFF;
		text-align: center;
	}
	.personal_wap_table {
		height: 100vh;
		box-sizing: border-box;
		padding: 9.3rem 1rem 2rem;
	}
	.personal_wap_table .mescroll {
		border: 1px solid #DFDFDF;
		border-radius: 2px;
		height: 95%;
		box-sizing: border-box;
	}
	.personal_table_head {
		display: flex;
		background: #C3E3FF;
		border-radius: 2px;
		align-items: center;
	}
	.personal_wap_table .mescroll li {
		display: flex;
		padding: 0;
		margin: 0;
	}
	.personal_table_head span,
	.personal_wap_table .mescroll li span {
		/*display: block;*/
		width: 33.33%;
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #137CFF;
		height: 4rem;
		line-height: 20px;
		display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.personal_wap_table .mescroll li span {
		height: 3rem;
		line-height: 3rem;
		color: #8A8A8A;
		font-size: 1.2rem;
		padding: 0;
	}
	.personal_wap_table .mescroll li:nth-child(even) span {
		background: #F3F7FA;
	}
	.personal_list #newsList {
		box-sizing: border-box;
		padding: 0 1rem;
	}
	.personal_qa_q {
		font-size: 1.4rem;
		line-height: 25px;
		margin-bottom: 0;
	}
	.personal_qa_img {
		width: 10rem;
	}
	.personal_qa_text {
		width: calc(100% - 10rem);
		padding-left: 1rem;
	}
	.personal_list li {
		box-sizing: border-box;
		padding: 1.5rem 0;
		border-bottom: 1px dashed #ccc;
	}
	.personal_qa_text .h2 {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.personal_qa_text article {
		font-size: 1.4rem;
		line-height: 20px;
		height: 4rem;
	}
	.personal_commodity {
		margin: 0;
	}
	.personal_commodity .news-list {
		box-sizing: border-box;
		padding: 1.3rem 1rem;
	}
	.personal_commodity li {
		width: calc((100% - 1rem)/2);
		margin-bottom: 2.3rem;
		margin-right: 1rem;
		box-sizing: border-box;
		border: 1px solid #D4D4D4;
		border-radius: 3px;
		padding-bottom: 1rem;
	}
	.personal_commodity li:nth-child(4n) {
		margin-right: 0;
	}
	.personal_commodity li:nth-child(2n) {
		margin-right: 0;
	}
	.personal_commodity div {
		box-sizing: border-box;
		padding: 0 .8rem;
	}
	.personal_commodity .images {
		padding: 0;
	}
	.personal_commodity p {
		font-size: 1.4rem;
		margin: .9rem 0 .8rem;
	}
	.personal_commodity span {
		font-size: 1.2rem;
	}
	.personal_commodity label {
		font-size: 1.4rem;
		margin-right: .2rem;
	}
	.commodity_box {
		display: flex;
		width: 100%;
		margin: 0 auto;
	}
	.commodity {
		flex-wrap: wrap;
		box-shadow: none;
	}
	.commodity .commodityImg,
	.commodity .commodityCont,
	.commodity_box_cont {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.commodity_box_cont {
		height: 100vh;
		overflow-y: auto;
		box-sizing: border-box;
		padding: 8.7rem 0 11.1rem;
	}
	.commodity .commodityCont {
		box-sizing: border-box;
		padding: 1.8rem 1.2rem 2.5rem;
	}
	.commodity .commodityCont h1 {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.commodity .commodityCont article {
		font-size: 1.4rem;
		line-height: 20px;
		margin: 1rem 0 1.3rem;
		height: 6rem;
	}
	.commodity .commodityCont .commodityIntegral {
		font-size: 1.4rem;
	}
	.commodity .commodityCont .commodityIntegral span {
		font-size: 1.8rem;
	}
	.commodity .commodityCont .commodityStock {
		font-size: 1.4rem;
		margin: 2.2rem 0 1.8rem
	}
	.commodity .commodityCont .commodityNumber {
		font-size: 1.4rem;
	}
	.commodity .commodityCont .commodityNumber a {
		width: 2.2rem;
		height: 2.2rem;
		line-height: 2rem;
		font-size: 1.4rem;
	}
	.commodity .commodityCont .commodityNumberinput {
		width: 2.4rem;
		height: 2.2rem;
		line-height: 2rem;
		font-size: 1.4rem;
	}
	.commodity .commodityCont .commodityBuy {
		font-size: 1.4rem;
		vertical-align: bottom;
		margin-top: 1.7rem;
		border-bottom: 1px solid #C8C8C8;
		box-sizing: border-box;
		padding-bottom: 1.3rem;
	}
	.commodity .commodityCont .commodityBuy a {
		width: 9.9rem;
		height: 2.7rem;
		line-height: 2.5rem;
		font-size: 1.4rem;
		border-radius: 3px;
	}
	.commodityDetail {
		margin-top: .2rem;
		box-sizing: border-box;
		padding: 0 1.2rem 2.5rem;
	}
	.commodityDetail .commodityDetail_head {
		background-color: transparent;
		text-align: center;
		font-size: 1.6rem;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #5C5C5C;
		position: relative;
		margin-bottom: 4.3rem;
		padding: 0;
	}
	.commodityDetail .commodityDetail_head:after {
		display: block;
		content: '';
		width: 2.8rem;
		height: .3rem;
		background: #306EFF;
		border-radius: 1px;
		position: absolute;
		left: 50%;
		bottom: -1.1rem;
		margin-left: -1.4rem;
	}
	.commodityDetail article {
		font-size: 1.4rem;
		line-height: 21px;
	}
	.order_list {
		background: #F4F4F4;
	}
	.order li {
		box-sizing: border-box;
		margin-bottom: 1rem;
		background-color: #fff;
		padding: 1.5rem 1rem 0;
	}
	.order .order_number {
		height: 3rem;
		line-height: 3rem;
		padding: 0 1rem;
		margin-bottom: 1rem
	}
	.order .order_number span,
	.order .order_number label {
		font-size: 1.4rem;
	}
	.order .order_product {
		display: block;
		padding: 0 0 1.5rem;
		border-bottom: 1px solid #F4F4F4;
		margin-bottom: 0;
	}
	.order .order_product .order_product_information {
		width: 100%;
		display: flex;
		align-items: center;
		align-items: center;
	}
	.order .order_product .order_product_information .order_product_img {
		width: 14rem;
		height: 14rem;
	}
	.order .order_product .order_product_information .order_product_text {
		width: calc(100% - 14rem);
		padding-left: 1rem;
	}
	.order .order_product .order_product_information .order_product_text .h5 {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.order .order_product .order_product_information .order_product_cont {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}
	.order .order_product .order_product_integral {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.order .order_product .order_product_integral p {
		font-size: 1.6rem;
		color: #0074D6;
		width: auto;
	}
	.order .order_product .order_product_integral span {
		display: block;
		color: #3333
	}
	.order .order_product .order_product_num {
		font-size: 1.4rem;
		margin-bottom: .5rem;
		color: #333;
	}
	.order .order_operation {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		box-sizing: border-box;
		padding: 1.5rem 0;
	}
	.order .order_operation .order_operation_information {
		width: auto;
	}
	.order .order_operation .order_operation_information span {
		font-size: 1.2rem;
		font-family: Source Han Sans SC;
		font-weight: 400;
		color: #333;
		margin-right: 2rem;
	}
	.personal_orderDetail {
		background-color: #fff;
		height: 100%;
		box-sizing: border-box;
		padding-top: 1.5rem;
		overflow-y: auto;
	}
	.personal_orderDetail_adress {
		width: calc(100% - 20px);
		padding: 1.2rem 1rem;
		margin: 0 auto 1.5rem;
	}
	.personal_orderDetail_adress div {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.personal_orderDetail_adress p {
		font-size: 1.4rem;
	}
	.personal_orderDetail .order_title {
		width: calc(100% - 20px);
		height: 3rem;
		line-height: 3rem;
		box-sizing: border-box;
		padding: 0 1rem;
		margin: 0 auto 1rem;
	}
	.personal_orderDetail .order_product_information .order_product_text .order_product_num {
		color: #333;
	}
	.personal_orderDetail .order_product_information .order_product_text .order_product_integral {
		color: #0074D6
	}
	.personal_orderDetail .order_product {
		width: calc(100% - 20px);
		margin: 0 auto
	}
	.personal_orderDetail .order_operation_information span {
		font-size: 1.4rem;
		font-family: Source Han Sans SC;
		font-weight: 400;
		color: #333;
	}
	.personal_orderDetail .order_operation_information label {
		font-size: 2rem;
		font-family: Source Han Sans SC;
		font-weight: 400;
		color: #333;
	}
	.personal_orderDetail_bg {
		width: 100%;
		height: 1rem;
		background-color: #F4F4F4;
	}
	.order_list {
		border-top: none;
		box-sizing: border-box;
		padding: 2rem 1rem 0;
		margin-top: 0;
		background-color: #fff;
	}
	.personal_orderDetail .again {
		box-sizing: border-box;
		padding: 0 1rem 2.9rem;
	}
	.personal_helps,
	.personal_helps .personal_box_cont {
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
	}
	.personal_helps .personal_box_meun,
	.personal_help .personal_help_title {
		display: none;
	}
	.personal_helps .personal_box_cont {
		padding: 8.7rem 0 11.1rem;
		background-color: #F0F4F9;
	}
	.personal_help {
		box-sizing: border-box;
		padding: 1.7rem 1rem;
	}
	.personal_help .personal_help_box {
		box-sizing: border-box;
		padding: 1rem 1rem 2.2rem;
		border-bottom: 0;
		margin-bottom: 1.2rem;
		background-color: #fff;
		border-radius: 3px;
	}
	.personal_help_box .personal_help_box_t {
		border-left: .4rem solid #127BFF;
		padding-left: 1rem;
		font-size: 1.6rem;
		height: 2rem;
		line-height: 2rem;
		margin-bottom: .9rem;
	}
	.personal_help article {
		font-size: 1.4rem;
		line-height: 25px;
		box-sizing: border-box;
		padding-left: 1.5rem;
	}
	.personal_new_tab {
		display: block;
		width: 100%;
		position: fixed;
		left: 0;
		top: 8.7rem;
		margin: 0;
		height: 4rem;
		line-height: 4rem;
		background: #EDF7FF;
		box-sizing: border-box;
		padding: 0;
		text-align: center;
	}
	.personal_new_tab a {
		font-size: 1.4rem;
		margin-right: 8rem;
	}
	.personal_new_tab a:last-child {
		margin-right: 0;
	}
	.personal_new_list {
		padding: 12.7rem 1rem 0;
	}
	.personal_lists .personal_new_list {
		padding: 4rem 0 0;
	}
	.personal_new_list li {
		display: block;
		border: 0;
		border-bottom: 1px solid #F4F4F4;
		padding: 1rem 0 1.5rem
	}
	.personal_new_list .personal_new_list_wap {
		display: flex;
		align-items: center;
	}
	.personal_new_list li .personal_new_list_img {
		width: 4rem;
		height: 4rem;
	}
	.personal_new_list li .personal_new_list_text {
		width: calc(100% - 4rem);
		padding: .5rem;
	}
	.personal_new_list .personal_new_list_top {
		font-size: 1.6rem;
		font-family: Source Han Sans SC;
		font-weight: 400;
		color: #333;
	}
	.personal_new_list .personal_new_list_top span {
		color: #0074D6
	}
	.personal_new_list .personal_new_list_bottom {
		font-size: 1.4rem;
		margin: 1rem 0;
		color: #999;
		box-sizing: border-box;
		padding: 1rem;
		background: #F9FCFF;
	}
	.personal_new_list .personal_new_list_bottom article {
		display: inline-block;
	}
	.personal_new_list .personal_new_list_time {
		text-align: right;
	}
	.edit_wap {
		height: 100vh;
		box-sizing: border-box;
		padding: 9.2rem 4.2rem 11.1rem;
	}
	.edit_wap .input {
		box-sizing: border-box;
		padding: 1rem .7rem;
		border-bottom: 1px solid #DEDEDE;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.edit_wap .input span {
		display: block;
		width: 30%;
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #383838;
	}
	.edit_wap .input div {
		width: 70%;
		position: relative;
	}
	.edit_wap .input div input {
		width: 100%;
		border: 0;
		outline: none;
		font-size: 1.4rem;
		box-sizing: border-box;
		padding: 0 1rem;
		height: 3rem;
		line-height: 3rem;
	}
	.edit_wap .input div input {
		width: 100%;
		border: 0;
		outline: none;
		font-size: 1.4rem;
		box-sizing: border-box;
		padding: 0 1rem;
	}
	.edit_wap .input .codeBtn {
		display: inline-block;
		background: #DDEEFC;
		border-radius: 2px;
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 300;
		color: #0074D6;
		box-sizing: border-box;
		padding: .5rem 1.3rem;
		text-align: center;
		position: absolute;
		right: .7rem;
		top: .5rem;
	}
	.edit_wap .submit {
		display: block;
		width: 23rem;
		height: 4rem;
		line-height: 4rem;
		background: linear-gradient(90deg, #306EFF, #07D2FF);
		border-radius: 20px;
		text-align: center;
		margin: 2rem auto 0;
		font-size: 1.4rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFF;
	}
	.logOutPop {
		width: 80%;
		height: 12rem;
		position: fixed;
		left: 50%;
		top: 50%;
		z-index: 22;
		margin: -6rem 0 0 -40%;
		box-sizing: border-box;
		padding: 2rem 1rem 0;
		flex-wrap: wrap;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
		background-color: #fff;
		text-align: center;
		border-radius: 10px;
		display: none;
	}
	.logOutPop p {
		width: 100%;
		margin-bottom: 2rem;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.logOutPop div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.logOutPop div span,
	.logOutPop div label {
		display: block;
		width: 40%;
		height: 3rem;
		line-height: 3rem;
		font-size: 1.4rem;
		text-align: center;
		cursor: pointer;
	}
	.logOutPop div span {
		border: 1px solid #0074D6;
		color: #0074D6;
		margin-right: 4rem;
	}
	.logOutPop div label {
		background: #0074D6;
		color: #fff;
	}
	.calendarPop {
		width: 80%;
		margin-left: -40%;
		top: 20%;
	}
	.calendarPop .calendarList {
		padding: 4rem;
	}
	.calendarPop .calendarHead li {
		width: calc((100% - 60px)/7);
		font-size: 1.4rem;
		margin-right: 1rem;
	}
	.calendarPop .calendarBody li {
		width: calc((100% - 60px)/7);
		font-size: 1.4rem;
		margin-right: 1rem;
		height: 2.2rem;
		line-height: 22px;
		margin-top: 1rem;
	}
	.calendarPop .calendarBody li.null {
		padding-top: 2.2rem;
	}
	.calendarPop .calendarBody li.active {
		font-size: 1.4rem;
	}
	.sexPop .select {
		right: 2rem;
		top: 4.3rem;
	}
	.editProfile_cont .sexPop input {
		padding-right: 0;
	}
	.commodityBuyPop {
		width: 90%;
		height: 25rem;
		margin: -12.5rem 0 0 -45%;
		padding: 3rem 0 0;
	}
	.commodityBuyPop .commodityBuyPopAddress {
		margin: 1rem auto;
		padding: 1rem;
	}
	.commodityBuyPop .commodityBuyPopAddress p {
		margin-bottom: 0rem;
	}
	.commodityBuyPop .commodityBuyPopAddress .commodityBuyPopAddressA {
		box-sizing: border-box;
		padding-right: 2rem;
	}
	.commodityBuyPop .commodityBuyPopAddress img {
		right: 1rem;
	}
	.commodityBuyPop label,
	.commodityBuyPop font {
		width: 40%;
		height: 3rem;
		line-height: 3rem;
	}
	.personal_box .personal_adress {
		background-color: #fff;
	}
	.personal_adress .adress_btn1 {
		width: 62.4%;
		height: 4rem;
		line-height: 4rem;
		background: linear-gradient(90deg, #306EFF, #07D2FF);
		border-radius: 40px;
		text-align: center;
		font-size: 1.4rem;
		font-family: Adobe Heiti Std;
		font-weight: normal;
		color: #FFF;
		position: fixed;
		bottom: 13rem;
		left: 50%;
		margin-left: -31.2%;
	}
	.personal_new_list li.personal_new_list_pc {
		display: none;
	}
	.personal_new_list li.personal_new_list_wap {
		display: block;
	}
}

@media (max-width:320px) {
	.personal_lists .order .order_operation .order_operation_information span,
	.personal_lists .order .order_operation .order_operation_information a {
		display: block;
		width: 50%;
		margin-right: 1rem;
	}
}