﻿.page-box{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background-color: #F5F5F5;
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.26);
}
/**
 * ================================
 * 弹窗 对话框
 * ================================
 * */
.tc-box{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;top: 0;
	z-index: 999;
	display: block;
}
.tc-box .dialogBg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.tc-box .dialogCon{
	width: 100%;
	background-color: #FFF;
	position: absolute;
	left: 0;bottom: 0;
	z-index: 1000;
}
.tc-box .dialog-head{
	width: 100%;
	height: 1.5rem;
	padding: 0.625rem 0;
	border-bottom: 1px solid #F5F5F5;
	box-sizing: content-box;
	position: relative;
	z-index: 1009;
}
.tc-box .dialog-head p{
	padding: 0 2.5rem;
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.tc-box .dialog-head-close-btn{
	float: right;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	position: absolute;
	right: 1.25rem;top: 50%;
	margin-right: -0.75rem;
	margin-top: -0.75rem;
}
.tc-box .dialog-head-close-btn i{
	line-height: 1.5rem;
	font-size: 1.375rem;
	color: #999;
}
.tc-box .dialog-body{
	width: 100%;
	padding: 0.75rem 0 0.625rem;
}
.tc-box .dialog-body .dialog-body-scroll{
	width: 100%;
	max-height: 22.125rem;
	padding: 0 0.9375rem;
	overflow-x: hidden;
	overflow-y: auto;
}
.tc-box .dialog-body .dialog-body-tip{
	width: 100%;
	margin-bottom: 0.625rem;
	padding: 0 0.9375rem;
	line-height: 1.25rem;
	font-size: 0.75rem;
	color: #F45A5A;
	text-align: center;
}
.tc-box .tc-con{
	margin: auto;
	left: 0;right: 0;
	top: 0;bottom: 0;
	z-index: 1000;
	color: #333;
	position: fixed;
}
.tc-box .tc-con .tc-head{
	width: 100%;
	height: 2.75rem;
	padding: 0.625rem;
	text-align: center;
	position: absolute;
	left: 0;top: 0;
	z-index: 1019;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
}
.tc-box .tc-con .tc-head .tc-head-close-btn{
	float: right;
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.375rem;
	color: #999;
	text-align: center;
}
.tc-box .tc-con .tc-head p{
	width: 100%;
	padding: 0 1.8125rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.tc-box .tc-con .tc-body{
	width: 100%;
	height: 100%;
	padding: 2.75rem 0 3.375rem;
}
.tc-box .tc-con.hasAgree .tc-body{
	padding-bottom: 5.625rem;
}
.tc-box .tc-con .tc-foot{
	width: 100%;
	padding: 0.625rem 0.9375rem;
	text-align: center;
	position: absolute;
	left: 0;bottom: 0;
	z-index: 1019;
	box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.12);
}
.tc-box .tc-con .tc-foot .tc-foot-submit-btn{
	display: block;
	width: 100%;
	height: 2.125rem;
	line-height: 2.125rem;
	font-size: 1rem;
	color: #FFF;
	text-align: center;
	background-color: rgba(248, 91, 35, 0.65);
	border-radius: 1.375rem;
}
.tc-box .tc-con .tc-foot .tc-foot-submit-btn.active{
	background-color: rgba(248, 91, 35, 1);
}
.tc-box .tc-con .dialog-close-btn{
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.625rem;
	color: #FFF;
	text-align: center;
	position: absolute;
	right: 0.625rem;top: 0;
}

/**
 * ================================
 * 协议声明
 * ================================
 * */
.dialog-agree .tc-con{
	width: 20rem;
	height: 25.875rem;
	text-align: center;
	background-color: #FFF;
	border-radius: 0.3125rem;
}
.dialog-agree .dialog-agree-body{
	width: 100%;
	height: 100%;
	padding: 0.9375rem;
}
.dialog-agree .dialog-agree-body .scroll-box{
	width: 100%;
	height: 100%;
	overflow: auto;
}
.dialog-agree .dialog-agree-body h2,
.dialog-agree .dialog-agree-body p{
	line-height: 1.125rem;
	font-size: 0.75rem;
	color: #333;
	text-align: justify;
}
.dialog-agree .dialog-agree-body h2{
	padding-top: 0.9375rem;
	padding-bottom: 0.3125rem;
}
.dialog-agree .dialog-agree-body p{
	padding-bottom: 0.3125rem;
}
.statement-agree{
	margin-bottom: 0.625rem;
	width: 100%;
	line-height: 1.25rem;
	font-size: 0.875rem;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.statement-agree i{
	display: inline-block;
	vertical-align: top;
	line-height: 1.25rem;
	font-size: 1.25rem;
	color: #999;
}
.statement-agree.active i{
	color: #1774ff;
}

/**
 * ================================
 * 短信核验
 * ================================
 * */
.dialog-check .tc-con{
	width: 20rem;
	height: 22.4375rem;
	text-align: center;
	background-color: #FFF;
	border-radius: 0.3125rem;
}
.dialog-check-body{
	padding: 0.9375rem;
}
.dialog-check-body .dialog-check-tip{
	margin-bottom: 0.625rem;
}
.dialog-check-body .dialog-check-tip p{
	padding-bottom: 0.3125rem;
	line-height: 1.25rem;
	font-size: 0.875rem;
	color: #575757;
	text-align: justify;
	text-indent: 2em;
}
.dialog-check-body .dialog-check-tip p span{
	color: #FF5800;
}
.dialog-check-form .el-form-item{
	margin-bottom: 0.625rem;
	position: relative;
	z-index: 1004;
	overflow: hidden;
}
.dialog-check-form .el-form-item .check-phone-send{
	position: absolute;
	right: 0;top: 0;
	z-index: 1006;
	border-radius: 0 4px 4px 0;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 4.375rem;
	text-align: center;
}
.dialog-check-form .el-form-item__label{
	padding-right: 0.625rem;
}

/**
 * ================================
 * 按钮
 * ================================
 * */
.btn{
	color: #FFF;
	text-align: center;
	display: inline-block;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#59b2ff), to(#0585ff));
	background: -webkit-linear-gradient(#59b2ff 0%, #0585ff 100%);
	background: -moz-linear-gradient(#59b2ff 0%, #0585ff 100%);
	background: -o-linear-gradient(#59b2ff 0%, #0585ff 100%);
	background: linear-gradient(#59b2ff 0%, #0585ff 100%);
}
.btn-mini{
	padding: 0 0.625rem;
	line-height: 1.5rem;
	font-size: 0.75rem;
	border-radius: 0.3125rem;
}
.btn-small{
	min-width: 4.375rem;
	padding: 0.1875rem 0.5rem;
	line-height: 1.5rem;
	font-size: 0.875rem;
	border-radius: 0.3125rem;
}
.btn-normal{
	width: 100%;
	padding: 0.3125rem 0.9375rem;
	line-height: 1.5rem;
	font-size: 1rem;
	border-radius: 1.0625rem;
}
.btn-large{
	width: 100%;
	padding: 0.5rem 0.9375rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 1.25rem;
}
.btn-larger{
	width: 100%;
	color: #FFF;
	padding: 0.75rem 0.9375rem;
	line-height: 1.5rem;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 1.5rem;
}
.btn-radius{
	border-radius: 0.375rem;
}
.btn-normal-color{
	background: #0585ff;
}
.btn-deep-color{
	background: #1774ff;
}

/**
 * ================================
 * element-ui		组件样式优化
 * ================================
 * */
.el-message{
	min-width: 20rem;
	padding: 0.625rem 0.9375rem;
}