.app-footer ul,
li,
ul {
	list-style: none
}

body,
html {
	border: 0;
	font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	padding: 0
}

article,
aside,
audio,
canvas,
caption,
details,
div,
figure,
footer,
header,
hgroup,
iframe,
img,
mark,
menu,
nav,
object,
section,
span,
summary,
table,
tbody,
td,
tfoot,
thead,
tr,
video {
	border: 0;
	margin: 0;
	padding: 0
}

a,
abbr,
address,
b,
blockquote,
cit,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
ins,
label,
legend,
li,
ol,
p,
pre,
q,
samp,
small,
strong,
sub,
sup,
ul {
	border: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

.btn,
.disableIE-dialog a img,
.products ul li .btn-group a {
	vertical-align: middle
}

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
section,
video {
	display: block
}

table {
	border-collapse: separate;
	border-spacing: 0
}

table caption,
table td,
table th {
	text-align: left;
	vertical-align: middle
}

a img {
	border: 0
}

:focus {
	outline: 0
}

.disableIE {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #ccc
}

.disableIE-dialog {
	width: 400px;
	padding: 30px 20px;
	margin: 150px auto auto;
	text-align: center;
	background-color: #fff
}

.disableIE-dialog a {
	display: block;
	margin: 14px 0;
	color: rgba(0, 0, 0, 0) !important
}

.disableIE-dialog p {
	font-size: 14px
}

.disableIE-dialog .download-tip {
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #19b955
}

.breadcrumb {
	padding: 36px 0 30px
}

.breadcrumb-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px
}

.breadcrumb-content a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	text-decoration: none
}

.breadcrumb-content .active,
.breadcrumb-content a:hover {
	color: #006AFF
}

.breadcrumb-content a:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	cursor: default;
	background: url(https://s4.ssl.qhres.com/static/ab285b813d5949c1.svg) no-repeat;
	background-size: 12px
}

.toolbar {
	position: fixed;
	bottom: 256px;
	right: 20px;
	z-index: 1000
}

.toolbar li {
	position: relative;
	width: 44px;
	height: 44px;
	margin-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
	background-color: #006AFF
}

.toolbar li a {
	text-decoration: none
}

.toolbar li i {
	display: block;
	width: 44px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px
}

.toolbar li i.back-top {
	background-image: url(https://s2.ssl.qhres.com/static/fd400ded5baf8b22.svg)
}

.toolbar li i.merchant-application {
	background-image: url(https://s2.ssl.qhres.com/static/eadabf1515e57f8c.svg)
}

.toolbar li i.contact-us {
	background-image: url(https://s0.ssl.qhres.com/static/8d8a24567259aa3e.svg)
}

.toolbar li .tool-name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 16px
}

.toolbar li .contact-detail {
	display: none;
	position: absolute;
	left: -234px;
	bottom: -8px;
	font-size: 14px;
	padding: 20px 18px;
	color: #006AFF;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.toolbar li .contact-detail:after {
	position: absolute;
	top: 21px;
	right: -17px;
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-width: 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff
}

.toolbar li .contact-detail:before {
	position: absolute;
	top: 21px;
	right: -18px;
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-width: 9px;
	border-style: solid;
	border-color: transparent transparent transparent #EAEAEA
}

.toolbar li .content {
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.toolbar li:hover {
	background-color: #2680FF
}

.toolbar li:hover .content {
	-webkit-transform: translateY(-44px);
	-ms-transform: translateY(-44px);
	transform: translateY(-44px)
}

.toolbar li.contact-wrap {
	overflow: visible
}

.toolbar li.contact-wrap:hover .contact-detail {
	display: block
}

.toolbar li.contact-wrap a {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden
}

.app-header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1
}

.app-header .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	background-color: transparent
}

@media screen and (min-width:1280px) {
	.app-header .content {
		width: 1200px
	}
}

.app-header .content .logo {
	display: inline-block;
	width: 141px;
	height: 22px;
	background: url(/public/img/logo.png) center/contain no-repeat
}

.app-header .content .align-right,
.app-header .content .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.app-header .content .align-right {
	display: flex
}

.app-header .content .nav {
	list-style: none;
	display: flex;
	margin-right: 120px
}

.app-header .content .nav li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 50px
}

.app-header .content .nav li a {
	position: relative;
	color: #fff;
	text-decoration: none
}

.app-header .content .nav li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -8px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.app-header .content .nav li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.app-header .content .register-btn {
	width: 80px;
	height: 32px;
	margin-left: 20px;
	line-height: 32px;
	border-width: 1px
}

.app-header .user-operation-list {
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 174px;
	padding: 12px 33px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3)
}

.app-header .user-operation-list li {
	margin: 0;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border-bottom: 1px solid transparent;
	cursor: pointer
}

.app-header .user-operation-list li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #151515
}

.app-header .user-operation-list li:hover {
	border-bottom-color: #006AFF
}

.app-header .user-operation-list li:hover a {
	color: #006AFF
}

.app-header .user-operation-list .msg-count {
	display: inline-block;
	margin-left: 2px;
	font-size: 12px;
	color: #FFF;
	min-width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	max-width: 20px;
	padding: 2px;
	background: #F24A1E;
	border-radius: 16px;
	font-style: normal
}

.app-header .user-info {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.app-header .user-info span {
	position: relative;
	cursor: pointer
}

.app-header .user-info span.active:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #F24A1E;
	border-radius: 50%
}

.app-footer .content,
.app-footer ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.app-header .user-info a,
.app-header .user-profile a {
	color: #fff;
	text-decoration: none
}

@media screen and (max-width:1280px) {
	.app-header .content {
		padding: 0 20px
	}
}

.app-footer {
	font-family: PingFangSC-Regular;
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #FFF;
	border-top: 1px solid #F1F1F1;
	background-color: #fff
}

.app-footer .content {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 36px 0 52px;
	background-color: #fff
}

@media screen and (min-width:1280px) {
	.app-footer .content {
		width: 1200px
	}
}

.app-footer ul {
	margin-right: 100px
}

.app-footer ul li {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #666;
	font-size: 14px;
	line-height: 28px
}

.app-footer ul li a {
	cursor: pointer;
	color: #666;
	text-decoration: none
}

.app-footer ul li a:hover {
	color: #006AFF
}

.app-footer ul li:first-child {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 16px
}

.app-footer .about-us {
	width: 152px
}

.app-footer .qh-pay {
	width: 166px
}

.app-footer .contact {
	margin-right: 0
}

.app-footer .others {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.btn,
.new-icon {
	display: inline-block;
	text-align: center
}

@media screen and (max-width:1280px) {
	.app-footer .content {
		padding: 36px 20px 52px
	}
}

.app-content {
	width: 100%;
	min-height: calc(100% - 241px)
}

.btn {
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #FFF
}

.btn:not(.disabled):hover {
	color: #006AFF;
	background-color: #fff
}

.new-icon {
	width: 26px;
	height: 14px;
	line-height: 14px;
	padding: 0 2px;
	margin-left: 6px;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	font-style: normal;
	background-color: #F24A1E
}

.products h4,
.products ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.margin-small-right {
	margin-right: 20px
}

body,
html {
	height: 100%;
	background-color: #f7f7f7;
	min-width: 1200px;
	margin: 0 auto
}

.app-content {
	padding-top: 70px
}

.app-content .content {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

.products {
	width: 1230px;
	margin-bottom: 20px
}

.products h4 {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #333
}

.products h4:before {
	display: inline-block;
	content: '';
	width: 2px;
	height: 20px;
	margin-right: 10px;
	background-color: #006AFF
}

.products ul {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.products ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 380px;
	padding-bottom: 30px;
	margin: 0 30px 30px 0;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.products ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.products ul li img {
	margin: 40px 0 20px
}

.products ul li .name {
	font-weight: 400;
	font-size: 20px;
	color: #666
}

.products ul li .version {
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-left: 10px
}

.products ul li .btn-group {
	margin-top: 20px;
	font-size: 0
}

.products ul li .btn-group a {
	display: inline-block;
	width: 128px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
	color: #006AFF;
	cursor: pointer;
	border: 1px solid #006AFF;
	border-radius: 2px
}

.products ul li .btn-group a:first-child {
	margin-right: 20px
}

.products ul li .btn-group a:not(.disabled):hover {
	color: #2680FF;
	border-color: #2680FF
}

.products ul li .btn-group a.primary {
	color: #fff;
	background-color: #006AFF
}

.products ul li .btn-group a.primary:hover {
	color: #fff;
	background-color: #2680FF
}

.products ul li .btn-group a.disabled {
	cursor: not-allowed
}

.products ul li .btn-group a.disabled:after {
	content: attr(data-btnname)
}

.products ul li .btn-group a.disabled:hover:after {
	content: '\656C\8BF7\671F\5F85'
}

.app-header {
	position: fixed;
	background-color: #2F3B52
}
