@charset "utf-8";

/* CSS Document */


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
	display: block
}

* {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f7f7f7;
	font-size: 18px;
	width: 100%;
	height: 100%;
	/* max-width: 750px; */
	margin: 0 auto;
	font-family: 'PingFang SC', "Microsoft YaHei", 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif
}

.whitebg {
	background: #ffffff;
}

.f1bg {
	background: #f1f1f1;
}

img {
	border: none;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #4a4a4a;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	text-decoration: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button{
	border: none;
}
::selection {
	background-color: #ffffff;
	color: #4a4a4a;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.red{
	color: red;
}
i {
	font-style: normal;
}

input {
	outline: 0;
}
.dn{
	display: none;
}

/*
 footer
 底部导航
 * */
.footerDiv{
	margin-top: 0.48rem;
	width: 100%;
	height: 1rem;
}
.footerNav{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height:0.85rem;
	background: #fff;
	padding: 0.2rem 0 0.1rem 0;
	border-top: 1px solid #dcdcdc;
}
.footerNav ul li{
	float: left;
	width: 25%;
}
.footerNav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0.2rem;
}
.footerNav ul li a img{
	width: 0.45rem;
}
.footerNav_a{
	color: #ffc832;
}



.my-address-list {
			overflow: hidden;
		}
		.my-address-list .touch {
			background-color: #fff;
			margin-top: 0.12rem;
			overflow: hidden;
			position: relative;
		}
		
		.my-address-list .item.selected {
			-webkit-transform: translate(-18%, 0);
			-webkit-transition: all 0.3s linear;
		}
		
		.my-address-list .item {
			/*overflow: hidden;*/
			/*padding: 0 0.15rem;*/
			width: 120%;
			-webkit-transition: all 0.3s linear;
			border-bottom: 0.02rem solid #DCDCDC;
		}
		
		.my-address-list .item a {
			display: block;
			float: right;
			background-color: #ff0000;
			color: #fff;
			width: 16%;
			height: 100%;
			font-size:16px;
			text-align: center;
			text-decoration: none;
		}
		
		.my-address-list .item .list {
			overflow: hidden;
			width: 80%;
			font-size: 0.14rem;
			float: left;
		}
		
		.my-address-list .item .list .name-phone {
			overflow: hidden;
			margin-top: 0.05rem;
		}
		
		.my-address-list .item .list .name-phone span {
			display: inline-block;
		}
		
		.my-address-list .item .list .name-phone span.name {
			float: left;
		}
		
		.my-address-list .item .list .name-phone span.phone {
			float: right;
		}
		
		.my-address-list .item .list .address-info {
			margin: 0.06rem 0;
			width: 100%;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
		}
		
		.my-address-list .item .icon2 {
			overflow: hidden;
			float: left;
			margin-left: 0.05rem;
		}
		
		.my-address-list .item .icon2 i {
			width: 0.14rem;
			height: 0.14rem;
			margin-top: 0.15rem;
			display: inline-block;
			background: url() no-repeat center center;
			background-size: 50%;
		}
		
		.my-address-list .item .mark {
			background: rgba(0, 0, 0, 0.4);
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			z-index: 100;
			text-align: center;
		}
		.my-address-list .item .mark span {
			display: inline-block;
			padding: 0.05rem 0.1rem;
			color: #fff;
			border: 0.02rem solid #fff;
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		.messageList section article:nth-child(2){
			width: 5.4rem;
		}
		.ui-loader{
			display: none;
		}
		
/*
 	reg.html
 * */
header img{
	width: 100%;
	height: 4.15rem;
}
.reg_tle div{
	padding: 0.1rem 0;
}
.reg_tle .reg_li1{
	text-align: center;
	font-size: 0.24rem;
}

.reg_tle .reg_li{
	height: 0.4rem;
}
.reg_tle .reg_li div{
	width: 33.3%;
	float: left;
	display: block;
}
.reg_tle .reg_li div:nth-child(2){
	text-align: center;
	color: #ffc832;
	font-size: 0.35rem;
}
.reg_tle .reg_li div img{
	height: 0.4rem;
	vertical-align: middle;
}
.reg_tle .reg_li div:first-child img{
	float: right;
}
.reg_tle .reg_li div:last-child img{
	float: left;
}
.reg_li2 {
		text-align: center;
		font-size: 0.5rem;
		color: #ffc832;
}
.com_box{
	width: 6.6rem;
	margin: 0 auto;
}
.com_box article {
	margin-top: 0.25rem;
	overflow: hidden;
}
.com_box article input{
	width: calc(100% - 0.85rem);
	height: 0.6rem;
	padding: 0.1rem 0;

	border: none;
	border-radius: 5px;
	padding-left: 0.85rem;
}
.com_box article:first-child input{
	background: url(../images/reg_04.png) no-repeat 0.1rem 0.15rem #fff;
	background-size: 0.5rem 0.5rem;
}
.com_box article:nth-child(2) input{
	background: url(../images/reg_07.png) no-repeat 0.1rem 0.15rem #fff;
	background-size: 0.5rem 0.5rem;
	width: calc(4.75rem - 0.9rem);
	float: left;
}
.com_box article:nth-child(2) a{
	display: block;
	float: right;
	height: 100%;
	width: 1.5rem;
	font-size: 0.24rem;
	padding: 0 0.1rem;
	background: #ffc832;
	text-align: center;
	line-height: 0.75rem;
	color: #fff;
	border-radius: 5px;
}
.com_box article:nth-child(3) input{
	background: url(../images/reg_09.png) no-repeat 0.1rem 0.15rem #fff;
	background-size: 0.5rem 0.5rem;
}
.com_box article:nth-child(4) input{
	background: url(../images/reg_11.png) no-repeat 0.1rem 0.15rem #fff;
	background-size: 0.5rem 0.5rem;
}
.com_box article:nth-child(5) button{
	background: #FFC832;
	color: #fff;
	text-align: center;
	height: 0.8rem;
	line-height: 0.75rem;
	border-radius: 5px;
	width: 100%;
	font-size: 0.32rem;
}