/* load */
.load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
}

.form_load {
	background: radial-gradient(#fff, rgba(255, 255, 255, .2));
	display: none;
}

.load .pic {
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	box-shadow: 0 0 20px 20px #fff;
	background: #fff;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 65px);
	overflow: hidden;
	padding: 10px;
}

.load .pic img {
	display: block;
	width: 100%;
	height: auto;
}

/* 区号区域样式 */
.select-area-code {
	width: 120px;
	height: 100%;
	margin-left: 2%;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	position: absolute;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	align-content: center;
	flex-wrap: nowrap;
}

.select-area-code img {
	width: 32px;
	height: 21px;
	vertical-align: middle;
}

.select-area-code span {
	font-size: 14px;
	color: #666;
	padding: 0 3px;
}

.select-area-code .iconfont {
	font-size: 16px;
}


/* 选择区号弹框 */
.area-code-bg {
	width: 360px;
	height: 400px;
	border: 2px solid #eee;
	box-shadow: 0 0 0.4em #eee;
	background-color: #fff;
	padding: 10px 5px 10px 10px;
	z-index: 20;
	position: fixed;
	left: calc(50% - 200px);top: calc(50% - 200px);
	border-radius: 4px;
}

.area-code-bg .area-code-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.area-code-bg .area-code-box .area-code-nav {
	width: 100%;
	height: auto;
	text-align: center;
}

.area-code-box .area-code-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.area-code-box .area-code-nav li {
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}

.area-code-box .area-code-nav li.on {
	background: #ffe795;
}

.area-code-box .area-code-nav li:hover {
	background: #ffe795;
}

.area-code-bg .area-code-content {
	width: 100%;
	margin-top: 6px;
}

.area-code-content .area-code-body {
	height: 320px;
	overflow-y: scroll;
}

.area-code-content .area-code-body dd {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}

.area-code-content .area-code-body dd.on {
	background: #ffe795;
}

.area-code-content .area-code-body dd:hover {
	background: #ffe795;
}


.area-code-content .area-code-body dd span {
	margin-left: 10px;
}

.area-code-content .area-code-body dd img {
	width: 31px;
	height: 19px;
	margin-right: 8px;
}

.area-code-content .area-code-body dt {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	color: #999999;
	margin-left: 15px;
	border-bottom: 1px solid #eeeeee;
}

.area-code-content .recommend-code dd {
	background: #f7f7fb;
}

.area-code-content .recommend-code dd i {
	float: right;
	color: #f4cf5a;
	position: absolute;
	top: 0;right: 15px;
}

@media(max-width: 799px) {

	/* 选择区号弹框 */
	.select-area-code {
		width: 2.6rem;
		height: 100%;
		margin-left: .1rem;
		cursor: pointer;
		user-select: none;
		display: inline-block;
		position: absolute;
		border-top-left-radius: .06rem;
		border-bottom-left-radius: .06rem;
		display: flex;
		align-items: center;
		justify-content: space-around;
		align-content: center;
		flex-wrap: nowrap;
	}

	.select-area-code img {
		width: .64rem;
		height: .42rem;
		vertical-align: middle;
	}

	.select-area-code span {
		font-size: .36rem;
		color: #666;
		padding: 0 .03rem;
	}

	.select-area-code .iconfont {
		font-size: .36rem;
		font-weight: bold;
	}


	/* 选择区号弹框 */
	.area-code-bg {
		width: 80%;
		height: 6rem;
		border: .02rem solid #eee;
		box-shadow: 0 0 0.4em #eee;
		background-color: #fff;
		padding: .1rem .05rem .1rem .1rem;
		z-index: 20;
		position: fixed;
		left: 10%;top: calc(50% - 2.5rem);
		border-radius: .04rem;
	}

	.area-code-bg .area-code-box {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #fff;
		border-radius: .05rem;
		overflow: hidden;
	}

	.area-code-bg .area-code-box .area-code-nav {
		width: 100%;
		height: auto;
		text-align: center;
	}

	.area-code-box .area-code-nav ul {
		display: flex;
		flex-wrap: wrap;
	}

	.area-code-box .area-code-nav li {
		height: .6rem;
		width: .6rem;
		text-align: center;
		line-height: .6rem;
		font-size: .36rem;
		color: #666666;
		cursor: pointer;
	}

	.area-code-box .area-code-nav li.on {
		background: #ffe795;
	}

	.area-code-box .area-code-nav li:hover {
		background: #ffe795;
	}

	.area-code-bg .area-code-content {
		width: 100%;
		margin-top: .06rem;
	}

	.area-code-content .area-code-body {
		height: 4.4rem;
		overflow-y: scroll;
	}

	.area-code-content .area-code-body dd {
		height: .8rem;
		line-height: 1.1;
		padding: 0 .15rem 0 .2rem;
		font-size: .28rem;
		color: #333333;
		cursor: pointer;
		display: flex;
	}

	.area-code-content .area-code-body dd.on {
		background: #ffe795;
	}

	.area-code-content .area-code-body dd:hover {
		background: #ffe795;
	}

	.area-code-content .area-code-body dd span {
		margin-left: .2rem;
	}
	
	.area-code-content .area-code-body dd img {
		width: .62rem;
		height: .38rem;
		margin-right: .1rem;
	}
	
	.area-code-content .area-code-body dt {
		height: .6rem;
		line-height: .6rem;
		font-size: .3rem;
		color: #999999;
		margin-left: .3rem;
		border-bottom: .02rem solid #eeeeee;
	}
	
	.area-code-content .recommend-code dd {
		background: #f7f7fb;
	}
	
	.area-code-content .recommend-code dd i {
		float: right;
		color: #f4cf5a;
		position: absolute;
		top: .2rem;right: .4rem;
	}
}


/* 提示弹框 */
#msg {
	z-index: 100;
	width: 500px;
	height: auto;
	min-height: 160px;
	position: fixed;
	top: calc(40% - 100px);
	left: calc(50% - 250px);
	background: #fff;
	box-shadow: 0 0 .4em #aaa;
	color: #666;
	border-radius: 6px;
	overflow: hidden;
	font-size: 20px;
}

#msg_top {
	background-color: #000;
	padding: 1em .6em;
	color: #fff;
}

#msg_cont {
	padding: 1em;
	position: relative;
	padding-bottom: 3em;
}

#msg_clear {
	color: #fff;
	background-color: #E94A2A;
	border-radius: 2px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	padding: .5em 1em;
	border-radius: 4px;
	position: absolute;
	bottom: .8em;
	right: .8em;
}

@media(max-width:1366px) {
	#msg {
		left: calc(50% - 230px);
		width: 460px;
		font-size: 18px;
	}
}

@media(max-width:1200px) {
	#msg {
		left: calc(50% - 210px);
		width: 420px;
		min-height: 140px;
		font-size: 16px;
	}

	#msg_clear {
		font-size: 14px;
	}
}

@media(max-width:1000px) {
	#msg {
		left: calc(50% - 200px);
		width: 400px;
		min-height: 140px;
		font-size: 14px;
	}

	#msg_clear {
		font-size: 12px;
	}
}

@media(max-width: 799px) {

	/* 提示弹框 */
	#msg {
		width: 6rem;
		height: auto;
		min-height: 2.8rem;
		position: fixed;
		z-index: 100;
		top: calc(50% - 3rem);
		left: calc(50% - 3rem);
		background: #fff;
		box-shadow: 0 0 0.06rem #aaa;
		color: #666;
		border-radius: 0.06rem;
		overflow: hidden;
	}

	#msg_top {
		background-color: #000;
		padding: .15rem .3rem;
		color: #fff;
		font-size: .36rem;
	}

	#msg_cont {
		padding: .15rem .3rem;
		position: relative;
		font-size: .32rem;
		padding-bottom: 2.8em;
	}

	#msg_clear {
		color: #fff;
		background-color: #E94A2A;
		border-radius: 0.1rem;
		cursor: pointer;
		text-align: center;
		line-height: 1.6;
		font-size: .24rem;
		padding: .3em 1em;
		position: absolute;
		bottom: .8em;
		right: .8em;
	}
}