@charset "UTF-8";

@-webkit-keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-ms-keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes popUp {
	0% {
		transform: translate(0, -16%);
		opacity: 0
	}

	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

@-moz-keyframes popUp {
	0% {
		transform: translate(0, -16%);
		opacity: 0
	}

	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

@-webkit-keyframes popUp {
	0% {
		transform: translate(0, -16%);
		opacity: 0
	}

	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

@-o-keyframes popUp {
	0% {
		transform: translate(0, -16%);
		opacity: 0
	}

	to {
		transform: translate(0, 0);
		opacity: 1
	}
}

audio,
canvas,
html,
sub,
sup,
video {
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline
}

abbr,
address,
article,
aside,
b,
blockquote,
body,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
ins,
kbd,
label,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
summary,
time,
var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0
}

img,
li,
ul {
	outline: 0;
	background: 0 0
}

img {
	padding: 0
}

audio,
canvas,
sub,
sup,
video {
	margin: 0
}

li,
ul {
	border: 0;
	vertical-align: baseline
}

fieldset,
figure,
legend {
	outline: 0;
	vertical-align: baseline;
	background: 0 0
}

html,
img,
legend {
	margin: 0
}

figure {
	padding: 0;
	border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

.hide,
[hidden],
template {
	display: none
}

a {
	background: 0 0;
	text-decoration: none
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

li,
ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}

img:not([src*="/"]) {
	display: none
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	border: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: transparent
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.ui-form-input-phone::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

legend,
td,
th {
	padding: 0
}

body {
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: #333
}

.f-pa {
	position: absolute
}

.f-pr {
	position: relative
}

.f-fl,
.nav-r li {
	float: left
}

.f-fr {
	float: right
}

.clear,
.f-oh,
.f-whs {
	overflow: hidden
}

.clear {
	clear: both;
	_zoom: 1
}

.f-whs {
	text-overflow: ellipsis;
	white-space: nowrap
}

.f-dis-i {
	display: inline
}

.f-dis-b {
	display: block
}

.f-dis-ib {
	display: inline-block
}

.g-box {
	width: 1200px;
	height: 100%;
	margin: 0 auto
}

.s-bg-bk {
	background-color: #000
}

.s-bg-gy {
	background-color: #f0f0f0
}

.s-bg-be {
	background-color: #0b94ed
}

.s-bg-w {
	background-color: #fff
}

.s-fcw {
	color: #fff
}

.s-fc-gy {
	color: #666
}

.s-fc-gy1 {
	color: #c2c2c2
}

.s-fc-gy2 {
	color: #999
}

.s-fc-gy3 {
	color: #ddd
}

.s-fc-gy4 {
	color: #595961
}

.s-fc-b {
	color: #1ac0e6
}

.s-fc-be {
	color: #026fdf
}

.s-fc-rd {
	color: #f11
}

.s-fs10 {
	font-size: 10px
}

.s-fs12 {
	font-size: 12px
}

.s-fs14 {
	font-size: 14px
}

.s-fs16 {
	font-size: 16px
}

.s-fs18 {
	font-size: 18px
}

.s-fs20 {
	font-size: 20px
}

.s-fs22 {
	font-size: 22px
}

.s-fs24 {
	font-size: 24px
}

.s-fs26 {
	font-size: 26px
}

.s-fs28 {
	font-size: 28px
}

.s-fs30 {
	font-size: 30px
}

.s-fs32 {
	font-size: 32px
}

.s-fs36 {
	font-size: 36px
}

.s-fs42 {
	font-size: 42px
}

.s-op50 {
	opacity: .5
}

.s-fwb {
	font-weight: 700
}

.s-tac {
	text-align: center
}

.s-tal {
	text-align: left
}

.s-tar {
	text-align: right
}

.g-tac {
	text-align: center
}

.g-ml10 {
	margin-left: 10px
}

.g-ml12 {
	margin-left: 12px
}

.g-ml20 {
	margin-left: 20px
}

.g-ml25 {
	margin-left: 25px
}

.g-ml75 {
	margin-left: 75px
}

.g-ml100 {
	margin-left: 100px
}

.g-mr20 {
	margin-right: 20px
}

.g-mr25 {
	margin-right: 25px
}

.g-mr30 {
	margin-right: 30px
}

.g-mt5 {
	margin-top: 5px
}

.g-mt10 {
	margin-top: 10px
}

.g-mt12 {
	margin-top: 12px
}

.g-mt20 {
	margin-top: 20px
}

.g-mb10,
.m-lst-sol-bd>p {
	margin-bottom: 10px
}

.g-mb20 {
	margin-bottom: 20px
}

.g-mb25 {
	margin-bottom: 25px
}

.g-mb30 {
	margin-bottom: 30px
}

.g-mb40 {
	margin-bottom: 40px
}

.g-mb50 {
	margin-bottom: 50px
}

.g-mb60 {
	margin-bottom: 60px
}

.g-mb70 {
	margin-bottom: 70px
}

.g-mb80 {
	margin-bottom: 80px
}

.g-mr35 {
	margin-right: 35px
}

.g-plr5 {
	padding-left: 5px;
	padding-right: 5px
}

.u-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	z-index: 100
}

.a-fadein {
	-webkit-animation: 1s ease-out backwards;
	-moz-animation: 1s ease-out backwards;
	-ms-animation: 1s ease-out backwards;
	animation: 1s ease-out backwards;
	-webkit-animation-name: fadein;
	-moz-animation-name: fadein;
	-ms-animation-name: fadein;
	animation-name: fadein
}

body,
html {
	height: 100%
}

.bg-wrap {
	/* background: url(../../images/admin/login_bg.png) top left no-repeat;
	background-size: cover;
	overflow: hidden */
	background: url(../../images/admin/login_bg1.jpg) no-repeat center;
	background-size: 100%;
	height: 100%;position: relative;
}
.zh{background: url(../../images/admin/zh.png) no-repeat center;}
.password{background: url(../../images/admin/password.png) no-repeat center;}
.s-txt-c,
.ui-protocol a:hover {
	color: #1ab394
}

.s-txt-gy1,
.ui-protocol a {
	color: #b2adbc
}

.s-txt-gy2 {
	color: #595961
}

.g-mr5 {
	margin-right: 5px
}

.g-vta-m {
	vertical-align: middle
}

.header-wrap {
	position: absolute;
	width: 100%;
	top: 0;
	height: 50px;
	z-index: 9
}

.logo-l {
	margin-top: 7px;
	margin-left: 40px
}

.nav-r {
	line-height: 50px
}

.nav-r>li:hover {
	color: #2589ff;
	border-bottom: 2px solid #2589ff
}

.nav-r .nav-li {
	margin: 0 15px;
	padding: 0 10px
}

.ui-nav-lst {
	color: #817e86;
	font-size: 14px
}

.main-cont-wrap {
	z-index: 1;
	position: absolute;
	/* top: 66px;
	right: 300px; */
	top: 0;right: -600px;left:0;bottom: 0;margin: auto;
	box-sizing: border-box;
	width: 380px;
	height: 330px;
	padding: 20px 20px 20px;
	background: #fff;
	box-shadow: 0 20px 30px 0 rgba(63, 63, 65, .06);
	border-radius: 10px
}

.ui-form-item {
	position: relative;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box
}

.ui-form-txt {
	display: inline-block;
	width: 50px;
	color: #595961;
	font-size: 14px;
	margin-right: 10px
}

.ui-form-input {
	width: 205px
}

.ui-form-input,
.ui-form-input1 {
	border: 0;
	outline: 0;
	font-size: 14px;
	color: #595961;
	padding-left: 10px;
}

.ui-form-input-phone {
	padding: 5px 0 5px 10px;
	border-left: 1px solid #ddd
}

.ui-area-num {
	width: 32px;
	display: inline-block
}

.ui-select-list {
	position: absolute;
	top: 40px;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	box-shadow: 0 10px 30px 0 rgba(63, 63, 65, .1);
	display: none
}

.ui-select-list li {
	font-size: 14px;
	cursor: pointer;
	padding-left: 20px;
	height: 40px;
	line-height: 40px
}

.ui-select-list li:hover {
	background-color: #2589ff;
	color: #fff
}

.address-wrap {
	position: absolute;
	top: -2px;
	left: 82px
}

.ui-select {
	position: absolute;
	top: 12px;
	right: 0;
	cursor: pointer;
	width: 20px
}

.ui-form-input1 {
	width: 180px
}

.ui-arrow-select {
	width: 10px;
	margin: 2px 10px 4px 5px;
	cursor: pointer
}

.ui-arrow-select.active {
	transform: rotate(180deg)
}

::-webkit-input-placeholder {
	color: #bbb
}

:-moz-placeholder,
::-moz-placeholder {
	color: #bbb
}

:-ms-input-placeholder {
	color: #bbb
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	color: #bbb
}

.input-hide {
	opacity: 0
}

.form-checkbox {
	position: absolute;
	width: 21px;
	height: 21px;
	opacity: 0;
	z-index: 9
}

.ui-checkbox {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 50%;
	vertical-align: text-bottom;
	position: relative
}

.form-checkbox:checked~.ui-checkbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 0;
	background: url(../img/dot.png) 0 0 no-repeat;
	background-size: 100% 100%
}

.ui-toggle {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
	background: url(../img/close.svg) 0 0 no-repeat;
	background-size: 100% 100%
}

.ui-toggle.active {
	background: url(../img/open.svg) 0 0 no-repeat;
	background-size: 100% 100%
}

.ui-form-btn {
	margin-top: 30px;
	margin-bottom: 10px;
}

#messageBox,
.forget-model .ui-form-btn,
.login-model .ui-form-btn {
	position: absolute;
	bottom: 18px
}

.ui-protocol {
	font-size: 12px;
	color: #b2adbc;
	text-align: center;
	margin-top: 24px
}

.ui-button {
	display: block;
	width: 320px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #eb5c00;
	border-radius: 6px;
	font-size: 16px;
	border: 0;
	outline: 0
}

.ui-button:hover {
	background-color: #1acc94
}

.ui-button.disabled {
	background-color: #9e9e9e
}

.ui-getcode {
	font-size: 14px;
	text-align: right
}

.m-mu-lst>li>a,
.ui-getcode.disabled {
	color: #595961
}

.ui-code-img,
.ui-getcode {
	width: 70px;
	display: inline-block
}

.ui-code-img img {
	width: 100%
}

.consult:hover .qq-icon,
.ui-code-box {
	display: none
}

.m-mu-lst>li>a:hover,
.ui-forget:hover {
	color: #2589ff
}

.old_system {
	font-weight: 700
}

.footer-wrap {
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	margin-top: -50px
}

@media (max-height:670px) {
	.topic-cont-wrap {
		transform: scale(.9)
	}
}

#messageBox {
	bottom: 131px;
	text-align: center;
	width: 320px;
	height: 20px;
	overflow: hidden;
	color: #ff5050
}

@media screen and (max-width:375px) {
	.main-cont-wrap {
		width: 320px;
		height: 378px;
		margin-left: -160px;
		margin-top: -189px;
		padding: 15px
	}

	.ui-form-input,
	.ui-form-input1 {
		width: 65%
	}

	.ui-button {
		width: 290px
	}

	.ui-nav-lst {
		font-size: .8em;
		margin: 0 10px
	}

	.nav-r {
		margin-right: 20px
	}

	.footer-wrap {
		font-size: .7em
	}
}

@media screen and (max-width:320px) {
	.ui-nav-lst {
		font-size: .8em;
		margin: 0 5px
	}

	.nav-r {
		margin-right: 20px
	}
}

.nav-r {
	position: relative;
	margin-right: 15px
}

.nav-r>li:hover .m-menu {
	z-index: 999;
	height: auto;
	opacity: 1;
	filter: Alpha(opacity=100);
	font-size: 12px;
	padding: 20px 0 50px 60px
}

.m-menu {
	z-index: 999;
	position: absolute;
	background-color: #fff;
	height: 0;
	top: 53px;
	right: 25px;
	opacity: 0;
	filter: Alpha(opacity=0);
	overflow: hidden;
	-moz-box-shadow: -1px 2px 20px rgba(171, 171, 171, .4);
	-webkit-box-shadow: -1px 2px 20px rgba(171, 171, 171, .4);
	box-shadow: -1px 2px 20px rgba(171, 171, 171, .4);
	transition: height .5s;
	-moz-transition: height .5s;
	-webkit-transition: height .5s;
	-o-transition: height .5s
}

.nav-r>li[data-menu=solutions] .m-menu {
	width: 540px
}

.nav-r>li[data-menu=apps] .m-menu {
	width: 1140px
}

.m-mu-item {
	width: 100px;
	margin-right: 35px
}

[data-menu=solutions] .m-mu-item {
	margin-right: 80px
}

.m-mu-lst>li {
	line-height: 38px;
	min-width: 100px;
	float: left
}

.m-mu-td {
	display: block;
	font-weight: 700;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	padding-right: 10px;
	color: #595961;
	font-size: 14px
}

.m-mu-pro3 {
	width: 300px
}

.m-mu-pro5 {
	width: 200px
}

.consult {
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 99
}

.qq-icon {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin-top: -50px;
	transition: .2s all linear
}

.consult:hover .contact {
	opacity: 1
}

.btn-sty,
.qq-btn {
	display: block;
	width: 138px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #3e96ff;
	color: #3e96ff;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 2px;
	background-color: #fff
}

.contact {
	margin-left: -50px;
	opacity: 0;
	transition: .3s all linear
}

.contact .qq-btn {
	background-color: #4098ff;
	color: #fff
}

.contact .qq-btn:hover {
	background-color: #2589ff
}

.bg-topic-wrap {
	background: url(../img/reg1/topic_bg.png) top left no-repeat;
	background-size: 100% 100%;
	height: 100%;
	overflow: hidden
}

.topic-cont-wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative
}

.bg-l {
	background: url(../img/reg1/img_l.png) left center no-repeat;
	width: 100%;
	height: 100%
}

.topic-cont-wrap .main-cont-wrap {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 922px;
	margin-top: -255px;
	box-sizing: border-box;
	width: 380px;
	height: 510px;
	padding: 30px 30px 40px;
	background: #fff;
	box-shadow: 0 20px 30px 0 rgba(63, 63, 65, .06);
	border-radius: 10px
}

.bg-reg2-wrap {
	margin-top: 50px;
	background-color: #fff;
	min-height: 100%
}

.reg2-form {
	background: url(../img/reg2/banner.png) center center no-repeat;
	height: 474px;
	background-color: #09081e
}

.reg2-form .main-cont-wrap,
.reg3-form .main-cont-wrap {
	transform: scale(.9);
	left: 865px
}

.reg2-info {
	background: url(../img/reg2/img.png) center center no-repeat;
	height: 442px;
	padding-bottom: 100px
}

.bg-reg3-wrap {
	margin-top: 50px;
	background-color: #fff;
	min-height: 100%
}

.reg3-form {
	background: url(../img/reg3/banner.png) center center no-repeat;
	height: 474px;
	background-color: #09081e
}

.reg3-info {
	background: url(../img/reg3/img.png) center center no-repeat;
	height: 442px;
	padding-bottom: 100px
}

.bgt-reg4-wrap {
	background: url(../img/reg4/bg_t.png) center center no-repeat;
	min-height: 100%;
	overflow: hidden
}

.bgb-reg4-wrap {
	background: url(../img/reg4/bg_b.png) center top no-repeat;
	height: 224px;
	overflow: hidden
}

.reg4-form {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -45%)
}

.reg4-form .banner {
	background: url(../img/reg4/banner.png) center top no-repeat;
	width: 1200px;
	height: 219px;
	background-size: cover;
	margin-bottom: -40px
}

.reg4-form .reg-model {
	transform: scale(.87);
	margin-left: 0;
	left: 813px;
	top: 188px;
	margin-top: 0
}

.protocol-header {
	width: 100%;
	height: 50px
}

.protocol-header .header-wrap {
	box-shadow: 0 2px 10px 0 rgba(15, 12, 70, .1)
}

.protocol-bg {
	min-height: 100%;
	background-color: #f5f5f8;
	padding: 20px 30px 42px
}

.protocol-cont {
	background-color: #fff;
	font-size: 14px;
	color: #595961;
	letter-spacing: 0;
	line-height: 26px;
	padding-bottom: 45px;
	text-align: justify;
	font-family: PingFangSC-Regular
}

.protocol-cont .title {
	font-size: 30px;
	color: #191919;
	padding-top: 60px;
	margin-bottom: 40px
}

.protocol-cont .main {
	width: 1000px;
	margin: 0 auto
}

.protocol-cont .tt {
	font-size: 18px;
	color: #595961;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 700
}

.protocol-cont .nowrap {
	white-space: nowrap
}

.g-mb16 {
	margin-bottom: 16px
}

.m-third-hd {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	height: 10px;
	background-color: #f4f4f5;
	-moz-box-shadow: -5px 2px 10px rgba(15, 12, 70, .1) inset;
	-webkit-box-shadow: -5px 2px 10px rgba(15, 12, 70, .1) inset;
	box-shadow: -5px 2px 10px rgba(15, 12, 70, .1) inset
}

.m-third-l,
.m-third-r {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 520px;
	height: 480px;
	margin-top: -200px
}

.m-third-r {
	z-index: 1;
	left: 75%;
	margin-left: -190px;
	margin-top: -235px;
	box-sizing: border-box;
	width: 380px;
	height: 510px;
	padding: 30px 30px 40px;
	background: #fff;
	box-shadow: 0 20px 30px 0 rgba(63, 63, 65, .06);
	border-radius: 10px
}

.login-form-btn {
	position: absolute;
	bottom: 18px
}

.m-third-bdb {
	border-bottom: 1px solid #e3e3e3
}

.m-lst-shop {
	max-height: 230px;
	overflow-y: auto
}

.m-lst-shop::-webkit-scrollbar {
	width: 4px;
	height: 4px
}

.m-lst-shop::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	background: rgba(0, 0, 0, .2)
}

.m-lst-shop::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 0
}

.m-lst-shop>li {
	margin-top: 20px
}

.shop-empty {
	height: 230px;
	line-height: 230px;
	text-align: center
}

.m-lst-shop>li:first-child {
	margin-top: 0
}

.m-lst-shop [type=checkbox] {
	vertical-align: middle;
	margin-right: 6px
}

.u-cbk,
.u-cbk-ipt {
	position: relative;
	vertical-align: middle
}

.u-cbk-ipt {
	width: 16px;
	height: 16px;
	z-index: 9;
	opacity: 0;
	filter: Alpha(opacity=0);
	cursor: pointer
}

.u-cbk-ipt+.u-cbk-lbl {
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #b2aebc;
	border-radius: 4px;
	background-color: #fff
}

.u-cbk-ipt:checked+.u-cbk-lbl:after {
	content: '';
	width: 8px;
	height: 3px;
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 1px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg)
}

.u-cbk-ipt:checked+.u-cbk-lbl {
	background-color: #2589ff;
	border-color: #2589ff
}

.u-cbk-ipt:disabled:checked+.u-cbk-lbl {
	background-color: #ccc;
	border-color: #ccc
}

.u-btn,
.u-btn-b {
	display: inline-block;
	text-align: center;
	outline: 0
}

.u-btn-b {
	color: #fff;
	background-color: #2589ff;
	border: 0
}

.u-btn-b:hover {
	background-color: #0d70ff
}

.u-btn-b.disabled {
	background-color: #9e9e9e
}

.u-btn {
	background: #fff;
	border: 1px solid #e3e2e5
}

.u-btn:hover {
	background: #f4f4f5
}

.m-mask-btn {
	padding: 8px 22px;
	border-radius: 4px;
	font-size: 12px;
	min-width: 90px;
	box-sizing: border-box
}

.g-tar {
	text-align: right
}

.m-lnk-gy {
	color: #b2adbc
}

.m-lnk-gy:hover {
	color: #2589ff
}

.m-third-acc {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 88px;
	height: 30px
}

.m-mask {
	z-index: 99;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all .5s;
	display: none;
	overflow: hidden
}

.m-mask,
.m-mask-a,
.m-pop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.m-mask-a {
	z-index: 99;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
	filter: Alpha(opacity=0);
	transition: all .5s;
	display: none;
	overflow: hidden
}

.m-mask-a.show,
.m-mask.show {
	display: block;
	opacity: 1;
	filter: Alpha(opacity=1)
}

.m-pop {
	margin: auto;
	width: 500px;
	height: 310px;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	animation: popUp .5s;
	-moz-animation: popUp .5s;
	-webkit-animation: popUp .5s;
	-o-animation: popUp .5s
}

.m-pop.big {
	height: 430px
}

.m-pop.small {
	height: 210px
}

.m-mask-ft {
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px
}

.u-close {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer
}

.u-close::after,
.u-close::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #b2aebc
}

.u-close:hover::after,
.u-close:hover::before {
	background: #999
}

.u-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.u-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.u-toast {
	position: fixed;
	top: -30px;
	opacity: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	text-align: center;
	transition: all .5s
}

.u-toast.show {
	top: 20px;
	opacity: 1
}

.u-toast-txt {
	padding: 5px 15px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 2px
}

.m-pop-tip {
	background: #fff7ee;
	border: 1px solid #ffe6c6;
	border-radius: 4px;
	padding: 5px 12px
}

.g-wrap-m {
	background-color: #fff;
	margin: 60px 20px 20px;
	box-shadow: 0 0 4px 0 rgba(200, 200, 200, .4);
	border-radius: 5px
}

@media all and (min-height:740px) {

	.g-box-sol,
	.g-wrap-m {
		position: absolute;
		left: 0;
		right: 0
	}

	.g-wrap-m {
		bottom: 0;
		top: 0
	}

	.g-box-sol {
		height: 640px;
		top: 50%;
		margin-top: -320px
	}
}

.g-mt30 {
	margin-top: 30px
}

.s-fc-97 {
	color: #9797a1
}

.s-fc-8e {
	color: #8e8ea8
}

.m-lst-solution>li {
	display: inline-block;
	width: 340px;
	height: 410px;
	background: #fff;
	box-shadow: 0 20px 40px 0 rgba(2, 31, 65, .1);
	border-radius: 10px;
	overflow: hidden;
	text-align: left;
	transition: all .4s
}

.m-lst-solution>li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	box-shadow: 0 10px 30px 0 rgba(2, 31, 65, .15)
}

.m-lst-solution>li:first-child {
	margin-right: 80px
}

.m-lst-sol-bd {
	padding: 28px 30px 0
}

.u-btn1 {
	display: block;
	height: 50px;
	line-height: 50px;
	border: 2px solid #2589ff;
	border-radius: 4px;
	text-align: center;
	color: #2589ff;
	transition: all .2s
}

.u-btn1:hover {
	color: #fff;
	background-color: #2589ff
}

.g-tal {
	text-align: left
}

.g-mt26 {
	margin-top: 26px
}

.g-mt50 {
	margin-top: 50px
}
