@charset "utf-8";
/* -------------------------------- */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color: #CACACA;
 font-size:16px;
}
:-moz-placeholder { /* Mozilla Firefox 4-18 */
 color: #CACACA;
 font-size:16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #CACACA;
 font-size:16px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #CACACA;
 font-size:16px;
}
/*----*/
input.form, select, textarea {
	width: 100%;
	height: 40px;
	line-height: 1.42857143;
	padding: 2px 12px;
	font-size: 14px;
	color: #555;
	display: block;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: #d9d9d9;
	border-radius: 4px;
	box-shadow: none;
}
input.form:focus {
	background: #fff;
	outline: none;
}
/*----*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.txC {
	text-align: center
}
.txl {
	text-align: left;
}
.txR {
	text-align: right;
}
.mainAPP {
	width: 100%;
	max-width: 500px;
	height: 100%;
	margin: 0 auto;
	background: #f5fbff;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.note {
	line-height: 22px;
	padding: 10px 16px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.oy-a {
	overflow-y: auto;
	overflow-x: hidden;
}
.radius50P {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.radius500PX {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
}
.radius151500PX {
	border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
}
.clear:after {
	clear: both;
	display: table;
	content: '';
}
.btn {
	line-height: 38px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-color: #fff;
	border-width: 0;
	border-style: solid;
	font-family: Roboto, HelveticaNeue, Helvetica, Arial, sans-serif;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btnstyle01 {
	width: 88%;
	margin: 30px auto;
	display: block;
	padding: 6px 30px;
	color: #fff;
	font-size: 20px;
	background: linear-gradient(top, #56d0ff, #2ab2ff);
	background: -webkit-linear-gradient(top, #8bdbfa, #2ab2ff);
	background: -o-linear-gradient(top, #56d0ff, #2ab2ff);
	background: -ms-linear-gradient(top, #56d0ff, #2ab2ff);
	background-color: #2ab2ff;
	box-shadow: 0 2px 2px 0 rgba(156, 225, 255, 0.5), 0 3px 1px -2px rgba(158, 221, 255, 0.5), 0 1px 5px 0 rgba(114, 201, 249, 0.5);
}
.area01 {
	padding: 1px 0 0;
}
.area01 .card {
	min-height: 138px;
	margin: 20px 16px 0;
	padding: 20px;
	background: #fff;
	-moz-box-shadow: 0px 0px 20px #004eff;
	-webkit-box-shadow: 0px 0px 20px #004eff;
	box-shadow: 0px 0px 20px #004eff;
}
.mark-said {
	margin: 66px 0 20px;
}
.mark-said p {
	font-size: 14px;
	color: #999;
	text-align: center;
}
.shadow01 {
	-moz-box-shadow: 0 8px 40px rgba(41, 49, 255, 0.51);
	-webkit-box-shadow: 0 8px 40px rgba(41, 49, 255, 0.51);
	box-shadow: 0 8px 40px rgba(41, 49, 255, 0.51);
}
.shadow02 {
	padding: 0;
	background: #f5fbff;
	-moz-box-shadow: 0 -5px 10px rgba(162, 162, 162, 0.3);
	-webkit-box-shadow: 0 -5px 10px rgba(162, 162, 162, 0.3);
	box-shadow: 0 -5px 10px rgba(162, 162, 162, 0.3);
}
.gradient01 {
	background: linear-gradient(left, #358dff, #605ffe);
	background: -webkit-linear-gradient(left, #358dff, #605ffe);
	background: -o-linear-gradient(left, #358dff, #605ffe);
	background: -ms-linear-gradient(left, #358dff, #605ffe);
}
.commonQABTN {
	width: 120px;
	margin: 0 auto;
	color: #999;
	border-width: 1px;
	border-color: #c8c8c8;
}
/*--切换选项卡菜单--*/
.tabMenu>div {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.tabMenu .card01 {
	background: -webkit-linear-gradient(left, #358dff, #605ffe);
	background: -o-linear-gradient(left, #358dff, #605ffe);
	background: -ms-linear-gradient(left, #358dff, #605ffe);
}
.tabMenu .card02 {
	background: -webkit-linear-gradient(left, #358dff, #605ffe);
	background: -o-linear-gradient(left, #358dff, #605ffe);
	background: -ms-linear-gradient(left, #358dff, #605ffe);
}
.tabMenu div.choose {
	font-weight: 700;
}
.tabMenu div.choose i {
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #f5fbff;
	border-left: 10px solid transparent;
	position: absolute;
}
