/*ui-rest*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

html,
body {
	color: #333;
	padding: 0;
	font: 14px/100% "微软雅黑", "宋体", "SimSun";
	text-align: left;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

em,
i {
	font-style: normal;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑", "宋体", "SimSun";
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
	color: #666;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body>div {
	text-align: left;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*ui-base*/
.tx-l {
	text-align: left !important;
}

.tx-r {
	text-align: right;
}

.tx-c {
	text-align: center;
}

.ut-s {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.st {
	font-family: "宋体";
}

.wr {
	font-family: "微软雅黑";
}

.ar {
	font-family: Arial;
}

.f12 {
	font-size: 12px !important;
}

.f14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.f22 {
	font-size: 22px !important;
}

.fwb {
	font-weight: bold !important;
}

.fwn {
	font-weight: normal !important;
}

.c33 {
	color: #333333;
}

.c66 {
	color: #666666 !important;
}

.ccc {
	color: #CC1005;
}

.c79 {
	color: #79796A;
}

/**/
.nobg {
	background: none !important;
}

.nobd {
	border: none !important;
}

.gbox {
	-webkit-box-shadow: -3px 0 10px rgba(187, 187, 187, .3), 3px 0 10px rgba(187, 187, 187, .3), 0 3px 10px rgba(187, 187, 187, .3);
	box-shadow: -1px 5px 10px rgba(187, 187, 187, .3), 1px 5px 10px rgba(187, 187, 187, .3), 0 1px 5px -50px rgba(187, 187, 187, .3);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.x10 {
	width: 20px;
	display: inline-block;
}

.code_img {
	padding-top: 5px;
}

.ub-ct {
	-flex: box;
}

/*ui-box*/
.ub {
	display: -webkit-box !important;
	display: box !important;
	position: relative;
}

.ub-rev {
	-webkit-box-direction: reverse;
	box-direction: reverse;
}

.ub-con {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ub-ac {
	-webkit-box-align: center;
	box-align: center;
}

.ub-ae {
	-webkit-box-align: end;
	box-align: end;
}

.ub-pc {
	-webkit-box-pack: center;
	box-pack: center;
}

.ub-pe {
	-webkit-box-pack: end;
	box-pack: end;
}

.ub-pj {
	-webkit-box-pack: justify;
	box-pack: justify;
}

.ub-ver {
	-webkit-box-orient: vertical;
	box-orient: vertical;
}

.ub-f1 {
	position: relative;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.ub-f2 {
	position: relative;
	-webkit-box-flex: 2;
	box-flex: 2;
}

.ub-f3 {
	position: relative;
	-webkit-box-flex: 3;
	box-flex: 3;
}

.ub-f4 {
	position: relative;
	-webkit-box-flex: 4;
	box-flex: 4;
}

.ub-f5 {
	position: relative;
	-webkit-box-flex: 5;
	box-flex: 5;
}

.ub-f6 {
	position: relative;
	-webkit-box-flex: 6;
	box-flex: 6;
}

.ub-f7 {
	position: relative;
	-webkit-box-flex: 7;
	box-flex: 7;
}

.ub-f8 {
	position: relative;
	-webkit-box-flex: 8;
	box-flex: 8;
}

.ub-f9 {
	position: relative;
	-webkit-box-flex: 9;
	box-flex: 9;
}

.ub-f10 {
	position: relative;
	-webkit-box-flex: 10;
	box-flex: 10;
}

.ub-f20 {
	position: relative;
	-webkit-box-flex: 20;
	box-flex: 20;
}

/**/
.nobg {
	background: none !important;
}

.dpi {
	display: inline-block;
}

/*btn*/
.next-btn {
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #878787;
	display: block;
	background: #D7D7D7
}

.next-btn2 {
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background: #55AA00
}

/*page-header*/
.header {
	width: 100%;
	height: 20%;
	z-index: 1000;
	background: -webkit-gradient(linear, left top, left bottom, from(#D30110), to(#AF0914));
	background: -webkit-linear-gradient(top, #D30110, #AF0914);
	background: -o-linear-gradient(top, #D30110, #AF0914);
	background: linear-gradient(top, #D30110, #AF0914);
	background: #4A4A4A;
}

/*page-content*/
.content {
	padding-bottom: 50px;
	margin-top: 0px;
	background: #FFFFFF;
}

.content-inner {
	padding: 10px 10px 0 10px;
}

.warp {
	width: 100%;
	height: 100%;
}

.tip_text {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FF6600;
	line-height:25px;
	font-weight: bold;
	letter-spacing: 0.08px;
	padding: 10px;
}

.tip_pic {
	text-align: right;
	padding-right: 20px;
	padding-top: 3%;
}

.tip_pic img {
	width: 6%;
	height: 5.3%;
}

.content-mid-icon-bg {
	background: #FFFFFF;
	box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.13);
	border-radius: 70px;
	width: 8.57rem;
	height: 8.57rem;
	margin-top: 3rem;
	text-align: center;
	vertical-align: middle;
	position: relative;
	left: 50%;
	margin-left: -4.28rem;
}

.content-mid-icon-bg img {
	width: 5rem;
	height: 5rem;
	margin-top: 1.5rem;
}

.content-mid-cont {

	text-align: center;

	margin-top: 1.5rem;
}

.content-mid-cont-text {
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #4A4A4A;
	letter-spacing: 0.12px;
	position: relative;
	margin-left: 18px;
}

.content-mid-cont-text::before {
	content: "";
	width: 1.78rem;
	height: 1.78rem;
	background: url(../img/android.png) no-repeat;
	background-size: 1.78rem 1.78rem;
	display: inline-block;
	position: absolute;
	left: -25px;
	top: 0;
}

.content-mid-cont-text.isIphone::before {
	content: "";
	width: 1.78rem;
	height: 1.78rem;
	background: url('../img/ios.png') no-repeat;
	background-size: 1.78rem 1.78rem;
	display: inline-block;
	position: absolute;
	left: -25px;
	top: 0;

}

.content-mid-cont-text2 {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #8B8B8B;
	letter-spacing: 0.08px;
	margin-top: 1.5rem;
}

.content-mid-cont-text2>div:nth-child(2) {
	margin-top: 1rem;
}

.content-mid-cont-QRcode {
	width: 10.64rem;
	height: 10.64rem;
	position: relative;
	left: 50%;
	margin-left: -5.32rem;
	margin-top: 2rem;
}

.content-mid-cont-QRcode img {
	width: 100%;
	height: 100%;
}

.content-mid-cont-downloadbtn {
	position: relative;
	width: 12.9rem;
	height: 3.4rem;
	line-height: 3.4rem;
	left: 50%;
	margin-left: -6.45rem;
	margin-top: 1.5rem;
	color: #ffffff;
	border-radius: 1.7rem;
}

.content-mid-cont-downloadbtn a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	border-radius: 1.7rem;
	/*  background: url('../img/down_load@2x.png') no-repeat;*/
	background-color: #58E2C2;
	background-size: 100% 100%;
	display: block;
}

.content-mid-cont-downloadbtn-ios {
	position: relative;
	width: 12.9rem;
	height: 3.4rem;
	line-height: 3.4rem;
	left: 50%;
	margin-left: -6.45rem;
	margin-top: 1.5rem;
	color: #ffffff;
	border-radius: 1.7rem;
}

.content-mid-cont-downloadbtn-ios a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	border-radius: 1.7rem;
	background-color: #999999;
	background-size: 100% 100%;
	display: block;
}

.content-mid-cont-downloadtext {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #8B8B8B;
	letter-spacing: 0.08px;
	margin-top: 1.5rem;
	display: inline-block;
}
