@charset "UTF-8";

@font-face {
	font-family:OpenSans;font-display:swap;src:url(../ttf/open-sans.ttf) format("TrueType")
}

html {
	font-size: 14px
}

body {
	font-family: OpenSans,Arial,sans-serif;
	font-display: swap;
	padding: 0;
	margin: 0
}

a,p {
	margin: 0;
	font-family: OpenSans,Arial,sans-serif
}

input {
	outline: 0
}

.container-fluid {
	box-sizing: border-box;
}

.qxs-icon {
	background-image: url(../png/sprite.png);
	display: block
}

/* It will cause LCP issue, remove display:block Deprecated. 2022.1.18*/
.qxs-icon.icon-logo {
	background-image: url(../png/logo.png);
	width: 210px;
	height: 56px;
}

.qxs-icon.icon-logo2 {
	width: 173px;
	height: 32px;
	background-position: -218px 0
}

.qxs-icon.icon-logo-footer {
	width: 190px;
	height: 50px;
	background-position: -344px 0;
	background-size: 900px 900px;
	margin: 12px auto;
	display: none
}

.qxs-icon.icon-search {
	background-size: 350px 350px;
	background-position: -86px -36px;
	width: 20px;
	height: 20px
}

.qxs-icon.icon-store {
	background-position: -3px -87px;
	width: 24px;
	height: 22px
}

.qxs-icon.icon-close {
	background-position: -110px -115px;
	width: 15px;
	height: 15px
}

.qxs-icon.icon-facebook {
	height: 38px;
	width: 36px;
	background-position: -165px -62px
}

.qxs-icon.icon-facebook:hover {
	background-position: -326px -63px
}

.qxs-icon.icon-twitter {
	height: 38px;
	width: 36px;
	background-position: -205px -62px
}

.qxs-icon.icon-twitter:hover {
	background-position: -365px -63px
}

.qxs-icon.icon-youtube {
	height: 38px;
	width: 36px;
	background-position: -245px -62px
}

.qxs-icon.icon-youtube:hover {
	background-position: -403px -63px
}

.qxs-icon.icon-google {
	height: 38px;
	width: 36px;
	background-position: -285px -62px
}

.qxs-icon.icon-google:hover {
	background-position: -440px -63px
}

.qxs-icon.icon-mcafee {
	height: 44px;
	width: 120px;
	background-position: 0 -144px
}

.qxs-icon.icon-norton {
	height: 44px;
	width: 120px;
	background-position: -125px -144px
}

header {
	margin-bottom: 0
}

.message label {
	display: initial
}

.re {
	position: relative!important
}

.re img {
	max-width: 100%
}

.top_banner_closeBtn {
	position: absolute;
	max-width: 25px;
	height: auto;
	cursor: pointer;
	z-index: 10;
	display: block;
	text-align: center;
	border-radius: 36px;
	font-weight: 700;
	font-size: 16px;
	right: 20px
}

.message {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50001;
	background: rgba(0,0,0,.8)
}

.message .grid_9 {
	max-width: 100%;
	width: 870px;
	float: none;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	max-height: 660px;
	top: 100px;
	background: #fff;
	overflow-y: auto
}

.message h2 {
	padding: 15px 0;
	background: #0da6f8;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	margin-bottom: 0
}

.message h2 span {
	margin-left: 20px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle
}

.message p {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 16px
}

.message .grid_6 {
	width: 570px;
	float: none;
	margin: 0 auto;
	padding-bottom: 30px;
	margin-top: 20px
}

.message label {
	margin-bottom: 10px
}

.message input {
	width: 100%;
	padding: 0 12px;
	text-indent: 2em;
	color: #999;
	margin-top: 15px;
	height: 34px;
	border: 1px solid #bbb;
	font-size: 11px;
	background: url(../png/message_icon.png) no-repeat 5px 10px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.message textarea {
	margin-top: 15px;
	width: 100%;
	text-indent: 2em;
	color: #999;
	font-size: 13px!important;
	height: 158px;
	border: 1px solid #bbb;
	font-family: Verdana;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.message input#email {
	background-position: 5px -32px;
	padding: 0 12px
}

.message input#mycall {
	background-position: 5px -72px
}

.message select {
	width: 100%;
	height: 34px;
	margin: 15px 0 0 0;
	border: 1px solid #bbb;
	color: #999
}

.message textarea#saytext {
	background: url(../png/message_icon.png) no-repeat 5px -120px;
	padding: 2px 6px;
	line-height: 20px
}

.empty1,.message .empty {
	display: none;
	color: red
}

.message .submit {
	text-align: center;
	clear: both;
	padding-top: 30px
}

.message .submit a {
	padding: 6px 30px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	background: #fe8c01
}

.message .close {
	top: 15px;
	right: 20px
}

.message .text_c {
	text-align: center;
	padding: 0;
	font-size: 16px;
	color: #324252;
	line-height: 1
}

.message .upload input {
	text-indent: 0;
	width: 40%;
	float: left
}

.message .message-upload {
	display: flex;
	align-items: center
}

.message .message-upload>label {
	width: 100%;
	color: #999;
	margin-top: 15px;
	height: 34px;
	border: 1px solid #bbb;
	font-size: 11px;
	line-height: 34px;
	padding: 0 12px;
	cursor: pointer
}

.message .message-upload input[type=file] {
	display: none
}

.filetype-tag {
	color: #aaa!important;
	float: left;
	margin-top: 15px;
	line-height: 34px;
	margin-left: 10px
}

#side-button {
	position: fixed;
	right: 0;
	z-index: 1999;
	top: auto!important;
	bottom: 100px
}

#messageToTop,.message_write {
	position: relative;
	right: -78px;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background: #009afe;
	color: #fff;
	font-size: 14px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s
}

.message_write img {
	width: 22px
}

.message_write span {
	display: inline-block;
	margin-left: 10px;
	color: #fff!important
}

.message_write:hover {
	right: 0;
	cursor: pointer;
	opacity: 1;
	background: #009afe
}

#messageToTop {
	display: none;
	position: absolute;
	width: 42px;
	text-align: center;
	margin-top: 2px;
	overflow: hidden;
	right: 0
}

#messageToTop img {
	width: 32px
}

#messageToTop:hover {
	background: #009afe;
	cursor: pointer
}

#messageToTop:active,#messageToTop:focus {
	outline: 0
}

.messageClose {
	width: 31px;
	height: 31px;
	position: absolute;
	top: 10px;
	right: 30px;
	background: transparent url("../png/close.png") no-repeat scroll 0 0;
	display: inline-block;
	transition: all .9s ease 0s
}

.messageClose:hover {
	cursor: pointer
}

.message .submit>a>span {
	color: #fff
}

.cookie_info {
	width: 100%;
	background-color: #b2bfce;
	padding: 10px 0;
	text-align: center;
	color: #324252;
	position: fixed;
	bottom: 0;
	z-index: 999
}

.cookie_info a:hover {
	color: #324252;
	text-decoration: underline
}

.cookie_info .cookie_get {
	background-color: #fff;
	padding: 5px 20px 5px 16px;
	margin-left: 20px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none!important
}

.header {
	height: 88px;
	background: #fff
}

.header .row {
	justify-content: space-between;
	display: flex
}

.header>.container>.row {
	display: flex
}

.footer .row::after,.footer .row::before,.header .row::after,.header .row::before {
	display: none
}

.header .row .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 88px
}

.header .row .right>div:last-of-type {
	margin-left: 60px
}

.header .logo {
	display: block;
	padding: 16px 0;
	margin: 0;
	text-decoration: none
}

.navigator {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative
}

.navigator>li {
	height: 100%;
	display: flex;
	align-items: center
}

.navigator>li:nth-child(n+3) {
	position: relative
}

.navigator>li.qxs-mob-store {
	display: none
}

.navigator>li.qxs-mob-search {
	display: none
}

.navigator>li>a {
	border: 1px solid #fff;
	border-radius: 20px;
	cursor: pointer;
	margin: 0 4px;
	line-height: 1.5
}

.navigator>li.qxs-active>a {
	border: 1px solid #67a4ff;
	color: #67a4ff;
	line-height: 1.5
}

.navigator:hover>li.qxs-active>a {
	font-size: 14px;
	border: 1px solid #fff;
	color: #252525
}

.navigator>li>a {
	color: #252525;
	padding: 4px 24px;
	text-decoration: none;
	line-height: 2rem;
	position: relative;
	font-size: 14px
}

.navigator li a:hover {
	color: #67a4ff
}

.navigator>li>.products {
	visibility: hidden;
	position: absolute;
	background: #fff;
	z-index: 5;
	left: auto;
	top: 88px;
	right: 0;
	border-top: 1px solid #f4f4f4
}

.navigator>li>.products>.container {
	padding: 0
}

.navigator>li>.products>.container.viewmore {
	margin-top: 12px;
	background: #f2f2f2;
	max-width: 100%!important;
	width: 100%
}

.navigator>li>.products>.container.viewmore>.row {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0
}

.navigator>li>.products .row {
	padding: 0;
	margin: 0;
	justify-content: space-around
}

.navigator>li>ul {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 2;
	top: 100%;
	list-style: none;
	min-width: 170px;
	padding: 12px 35px;
	border-top: 1px solid #f4f4f4;
	left: 0;
	width: auto;
	white-space: nowrap
}

.navigator>li>ul>li {
	list-style: none
}

.navigator>li>ul>li.viewmove {
	margin-left: -20px;
	margin-right: -24px;
	margin-bottom: -12px;
	padding: 0 12px;
	background: #f2f2f2
}

.navigator>li>ul>li.viewmove>a {
	position: relative
}

.navigator>li>ul>li.viewmove>a::after {
	content: '';
	background-image: url(../png/sprite.png);
	width: 18px;
	height: 12px;
	background-position: -7px -117px;
	position: absolute;
	top: 10px;
	margin-left: 6px
}

.navigator>li>ul>li>a {
	padding: 8px 0;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 32px;
	text-decoration: none
}

.navigator>li>.products .col-md-6 {
	display: flex
}

.navigator>li>.products .col-md-6>div {
	flex-direction: column;
	margin-top: 0
}

.navigator>li>.products .col-md-6>div>div {
	margin-top: 8px
}

.navigator .products h3 {
	display: flex;
	align-items: flex-end;
	margin: 20px 0 0 0;
	font-size: 24px;
	line-height: 20px
}

.navigator .products>.container>.row>div>h3>i.qxs-android {
	background-position: -249px -86px;
	width: 16px;
	height: 29px;
	margin-right: 8px
}

.navigator .products>.container>.row>div>h3>i.qxs-ios {
	background-position: -269px -85px;
	width: 27px;
	height: 30px;
	margin-right: 8px
}

.navigator .products>.container>.row>div>h3>i {
	width: 23px;
	height: 29px;
	background-position: -59px -49px;
	margin-right: 8px;
	background-size: 800px 800px
}

.navigator .products>.container>.row>div:last-of-type>h3>i {
	background-position: -90px -48px;
	width: 28px;
	height: 30px
}

.navigator .products>.container>.row>div>div {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	font-size: 14px
}

.navigator .products ul {
	list-style: none;
	padding: 0
}

.navigator .products ul>li {
	padding: 6px 0;
	list-style: none
}

.navigator .products ul>li a {
	color: #4d4d4d;
	text-decoration: none;
	position: relative
}

.navigator .products ul>li a:hover {
	color: #67a4ff
}

.navigator .products ul>li.hot a::after {
	content: '';
	background-image: url(../png/sprite.png);
	width: 32px;
	height: 14px;
	background-position: -30px -117px;
	position: absolute;
	margin-left: 8px;
	top: 1px
}

.navigator .products ul>li.new a::after {
	content: '';
	background-image: url(../png/sprite.png);
	width: 32px;
	height: 14px;
	background-position: -69px -117px;
	position: absolute;
	margin-left: 8px;
	top: 1px
}

.navigator .products .getmore {
	background: #f2f2f2;
	font-size: 16px;
	margin-top: 0;
	max-width: 1170px;
	flex: 1;
	display: flex;
	align-items: center;
	position: relative
}

.navigator .products .getmore a {
	color: #273441;
	text-decoration: none;
	padding-right: 32px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin: 20px 0 14px 0;
	top: 0
}

.navigator .products .getmore a:last-of-type {
	position: absolute
}

@media (max-width:991px) {
	.navigator>li>.products {
		top: 70px
	}
}

.navigator .products .getmore a::after {
	content: '';
	background-image: url(../png/sprite.png);
	width: 18px;
	height: 12px;
	background-position: -7px -117px;
	position: absolute;
	right: 0;
	top: 3px
}

.header .right a {
	cursor: pointer
}

.header .searchbox {
	width: 100%;
	max-width: 520px;
	margin-right: 84px
}

.header .center.searching,.header .right.searching,.header .searchbox {
	display: none
}

.header .searchbox.searching {
	display: block
}

.header .searchbox form {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%
}

.header .searchbox form input {
	width: 100%;
	border: none
}

.header .searchbox form a {
	cursor: pointer
}

.header .searchbox form a .qxs-icon.icon-search {
	margin: 0 20px 0 0
}

.footer {
	background-color: #2f323c;
	float: left;
	padding: 3rem 0 0 0;
	font-size: 14px
}

.footer>.row {
	margin: 0
}

.footer .container>.row>div {
	display: flex;
	flex-direction: column
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 1rem 0
}

.footer ul>li {
	margin: 8px 0
}

.footer img {
	width: 100%;
	height: auto
}

.footer a,.footer p,.footer span {
	color: #9aa5b0
}

.footer p {
	font-size: 13px;
	line-height: 1.5rem;
	padding: 1rem 0
}

.footer a {
	text-decoration: none
}

.footer .copyright {
	text-align: center;
	width: 100%;
	background: #272930;
	padding: 2rem 0;
	font-size: 14px
}

.footer .copyright a {
	font-size: 12px;
	padding: 1rem 0;
	margin: 0 1rem;
	cursor: pointer;
	color: #aebac6
}

.footer .copyright a:last-of-type:hover {
	color: #aebac6;
	cursor: default
}

.footer .about {
	padding-top: 0;
	float: left
}

.footer .about a {
	line-height: 2rem
}

.footer .subscribe>p {
	margin: 32px 0 20px 0
}

.footer .subscribe>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer .subscribe>div:nth-child(1) {
	justify-content: flex-start
}

.footer .subscribe>div:nth-child(1)>a {
	margin-right: 12px
}

.footer .subscribe>div p {
	padding-bottom: 20px;
	width: 100%
}

.footer .subscribe input {
	width: calc(100% - 84px);
	height: 2.5rem;
	border: none;
	border-bottom: 1px solid #adb8c4;
	background: 0 0;
	color: #adb8c4;
	font-size: 14px
}

.footer .subscribe button {
	font-size: 14px;
	color: #009afe;
	cursor: pointer;
	background: 0 0;
	border: 1px solid #009afe;
	line-height: 30px;
	font-family: OpenSans,Arial,sans-serif
}

.footer .subscribe .join-status.error {
	font-size: 12px;
	color: #ff6700;
	padding: 4px 0
}

.footer .product p:last-of-type,.footer .support p:last-of-type {
	display: block;
	float: left
}

.footer .about a,.footer .product a,.footer .support a {
	line-height: 1.5;
	margin: 1rem 0;
	font-size: 13px
}

.footer .subscribe div {
	clear: both
}

.footer .title {
	color: #aebac6;
	font-size: 20px;
	margin: 0;
	padding: 0;
	font-weight: 900
}

.footer .support div span {
	color: #fff;
	float: left;
	width: 100%
}

.footer .icon-safety {
	width: 100%;
	float: left;
	background: #272930;
	display: flex;
	justify-content: center
}

.footer .icon-safety a {
	margin: 0 40px 32px 40px
}

.footer .container .row {
	display: flex;
	justify-content: space-between
}

.footer .container .row div:first-of-type {
	width: 250px
}

.footer .container .row div:last-of-type {
	width: 250px
}

.qxs-mobile-hidden {
	display: block
}

.qxs-mobile-show {
	display: none
}

@media (min-width:768px) {
	.container {
		max-width: 100%
	}

	.navigator>li.qxs-active>a:hover,.navigator>li:hover>a,.navigator>li:hover>a:hover {
		font-size: 14px;
		border: 1px solid #67a4ff;
		color: #67a4ff;
		line-height: 1.5
	}

	.navigator>li:hover>div,.navigator>li:hover>ul {
		display: block;
		visibility: visible
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.header .container {
		max-width: 1140px !important;
	}

	.container {
    	max-width: 1170px !important;
    }

	.container>.row {
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

@media (max-width:991px) {
	html {
		font-size: 12px
	}

	.header {
		height: 70px;
		padding: 0
	}

	.navigator>li>a {
		font-size: 12px;
		padding: 3px 12px;
		box-sizing: border-box
	}

	.header .row .right {
		height: 70px;
		margin-right: 24px
	}

	.header .row .right>div:last-of-type {
		margin-left: 30px
	}

	.qxs-icon.icon-logo {
		background-image: url(../png/logo.png);
		display: block;
		background-size: 165px 40px;
		width: 165px;
		height: 40px
	}

	.footer>.row {
		padding: 0 15px
	}

	.footer .container .row>div:last-of-type {
		width: 180px
	}

	.footer .container .row>div:last-of-type>div {
		width: 180px
	}

	.footer>.row>.container>.row>.subscribe>div {
		padding-right: 20px
	}

	.footer>.row>.container>.row>.subscribe>div:last-of-type {
		padding-right: 0
	}

	.footer .subscribe button {
		line-height: 25px
	}
}

.mobiledownload {
	position: fixed;
	top: 0;
	z-index: 1000300;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 2rem;
	overflow: scroll
}

.mobiledownload .close {
	float: right;
	display: block;
	text-align: right;
	padding: 0 0 1rem 1rem;
	height: 3rem;
	width: 3rem
}

.mobiledownload .close a {
	background-image: url(../png/sprite-small.png);
	display: block;
	height: 24px;
	width: 24px;
	background-size: 150px;
	background-position: -45px -50px
}

.mobiledownload .productinfo {
	margin-top: 6rem;
	line-height: 1.2rem;
	font-size: .9rem
}

.mobiledownload h3 {
	color: #149791;
	font-weight: 900;
	text-align: center;
	margin: 1rem 0
}

.mobiledownload .productinfo>div:nth-child(1) {
	text-align: center
}

.mobiledownload .productinfo>div input {
	width: 100%;
	height: 2.5rem;
	margin: 4px 0;
	border: 1px solid #d2d2d2;
	padding: 2px 0 0 1rem;
	font-size: .9rem
}

.mobiledownload .productinfo>div .error {
	color: #e7542f;
	font-size: 10px;
	padding: 0;
	display: none
}

.mobiledownload .productinfo>div button {
	width: 100%;
	margin: 1.5rem 0;
	height: 2.5rem;
	background-color: #149791;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer
}

.mobiledownload .androidinfo {
	background-color: #e2e2e2;
	padding: 1rem 1rem 2rem 1rem;
	text-align: center
}

.mobiledownload .androidinfo h3 {
	color: #010101;
	font-size: 1.5rem
}

.mobiledownload .androidinfo p,.mobiledownload .androidinfo ul {
	text-align: left;
	line-height: 1rem
}

.mobiledownload .androidinfo ul {
	margin-bottom: 2rem
}

.mobiledownload .androidinfo ul li {
	padding: 4px 0
}

.mobiledownload .androidinfo a {
	background-color: #149791;
	padding: .5rem 1rem;
	border-radius: 5px;
	color: #fff;
	font-size: 1rem
}

.mobiledownload .sendresult {
	padding: 1rem 0;
	display: none
}

.mobiledownload .sendresult img {
	max-width: 2rem;
	display: block;
	margin: 0 auto
}

.mobiledownload .sendresult h4 {
	text-align: center;
	font-size: 1.1rem;
	font-weight: 900;
	margin: 1rem 0
}

@media (max-width:767px) {
	html {
		font-size: 12px
	}

	#side-button .message_write {
		display: none
	}

	.qxs-icon.icon-logo-footer {
		display: block
	}

	.nav-product {
		display: none;
		padding-left: 0;
		padding-right: 0;
		z-index: 999
	}

	.navigator>li>.products .row>div {
		flex: none;
		width: 100%
	}

	.nav-product .getmore {
		margin: 0
	}

	.nav-product .getmore .col-12 {
		display: flex;
		flex-flow: column
	}

	.nav-product .getmore .col-12 a {
		padding: 8px 0
	}

	.qxs-mobile-hidden {
		display: none
	}

	.qxs-mobile-show {
		display: block
	}

	.footer {
		padding: 0
	}

	.footer>.row {
		margin: 0;
		padding: 0
	}

	.footer .title {
		font-weight: 400
	}

	.footer .container .row {
		flex-flow: column;
		padding-left: 15px;
		padding-right: 15px
	}

	.footer .container>.row:nth-child(2) {
		border-bottom: 1px solid #5a606b
	}

	.footer .container .row div {
		padding: 0 2rem
	}

	.footer .container .row div:last-of-type {
		width: 100%
	}

	.footer .container .row div:first-of-type {
		width: 100%
	}

	.footer .container .row div:first-of-type img {
		width: 200px
	}

	.footer .container .row div[class] {
		background-color: #2f323c;
		padding: 0
	}

	.footer .container .row div[class]>ul {
		display: none
	}

	.footer .container .row .subscribe>div a {
		margin: 12px 12px 0 0
	}

	.footer .container .row .subscribe>div a.btn-join {
		margin: 0
	}

	.footer .container .row .subscribe>div a.btn-join>button {
		font-size: 12px;
		max-width: 80px
	}

	.footer .container .row .subscribe p {
		display: block!important;
		padding: 2rem 0
	}

	.footer .container .row .subscribe>p {
		padding: 0 14px
	}

	.footer .subscribe input {
		height: 35px;
		width: calc(100% - 84px);
		border-radius: 0
	}

	.footer .subscribe button {
		width: 84px;
		padding: 0
	}

	.footer .subscribe p:first-of-type {
		padding-bottom: 0!important
	}

	.footer .container .row .subscribe p::after {
		display: none!important
	}

	.footer .title {
		font-size: 14px;
		position: relative;
		padding: 14px
	}

	.footer .title::after {
		content: '›';
		font-size: 24px;
		position: absolute;
		right: 12px
	}

	.footer .title.qxs-active {
		color: #009afe;
		border-bottom: 1px solid #5a606b
	}

	.footer .title.qxs-active::after {
		transform: rotate(90deg);
		color: #009afe
	}

	.footer .about a,.footer .product a,.footer .support a {
		padding: 0 2rem;
		font-size: 14px
	}

	.footer .subscribe {
		padding-left: 15px;
		padding-right: 15px
	}

	.footer>.row>.container>.row>.subscribe>div {
		padding-left: 14px;
		width: 100%
	}

	.footer .product,.footer .subscribe,.footer .support {
		border: none
	}

	.footer .copyright {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		flex-direction: column
	}

	.footer .copyright a {
		float: none;
		padding: 0 8px;
		margin: 4px 0
	}

	.footer .copyright a:last-of-type {
		width: 100%;
		padding: 4px 0
	}

	.footer .icon-safety {
		margin-left: 0;
		display: flex;
		float: left;
		width: 100%
	}

	.footer .icon-safety>a {
		margin: 0 0 40px 0
	}

	.footer .icon-norton {
		margin-left: 30px
	}

	.home .star-products .products div .highlight {
		min-height: 100%
	}

	.header {
		padding: 0;
		height: 70px
	}

	.qxs-icon.icon-logo {
		background-image: url(../png/logo.png);
		display: block;
		background-size: 165px 43px;
		width: 165px;
		height: 43px;
		margin-left: 10px
	}

	.header .row .left {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.header .row .right {
		display: none
	}

	.navigator-mob {
		height: 100%;
		width: 64px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.icon-navigator-mob {
		display: block;
		width: 40px;
		height: 29px;
		background-image: url(../png/sprite.png);
		background-position: 0 -450px;
		cursor: pointer
	}

	.navigator-mob.active .icon-navigator-mob {
		background-position: -41px -450px;
		width: 24px;
		height: 24px
	}

	.navigator {
		display: block;
		z-index: 999;
		display: none;
		position: fixed!important;
		left: 0;
		top: 70px;
		width: 100%!important;
		min-height: 308px!important;
		max-height: calc(100% - 70px);
		overflow: scroll;
		justify-content: flex-start;
		background-color: rgba(0,0,0,.5);
		border-top: 1px solid #eee;
		padding: 0!important
	}

	.navigator::after {
		content: '';
		position: fixed;
		left: 0;
		top: 70px;
		width: 100%;
		height: calc(100% - 70px);
		background-color: rgba(0,0,0,.5);
		z-index: 0
	}

	.navigator:hover>li.qxs-active>a,.navigator>li.qxs-active>a {
		font-size: 12px;
		box-shadow: none;
		color: #252525;
		border: none;
		border-bottom: 1px solid #eee
	}

	.navigator>li {
		padding: 0;
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 2;
		flex-direction: column;
		position: relative;
		min-height: 44px;
		height: auto
	}

	.navigator>li::after {
		content: '';
		border-width: 7px 6px 0;
		border-style: solid;
		border-color: #b0b0b0 transparent transparent;
		margin-right: 16px;
		position: absolute;
		right: 8px;
		top: 20px
	}

	.navigator>li.qxs-active::after {
		border-width: 0 6px 7px;
		border-style: solid;
		border-color: transparent transparent #0ba2f7
	}

	.navigator>li:first-of-type::after {
		display: none
	}

	.navigator>li>a {
		width: 100%;
		display: block;
		padding: 10px 2rem 10px 1rem;
		border-bottom: 1px solid #eee;
		border-radius: 0;
		margin: 0
	}

	.navigator>li>a::after {
		top: calc(50% - 3.5px);
		top: -webkit-calc(50% - 3.5px);
		top: -moz-calc(50% - 3.5px);
		top: -ms-calc(50% - 3.5px)
	}

	.navigator>li>ul {
		position: relative;
		top: 0
	}

	.navigator>li.qxs-active>ul {
		padding: 0;
		width: 100%;
		top: 0
	}

	.navigator>li.qxs-active>ul>li {
		margin: 0 0 0 40px;
		border-bottom: 1px solid #efefef;
		padding: 5px 0
	}

	.navigator>li>.products {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		visibility: visible;
		display: none
	}

	.navigator>li>.products .row {
		padding: 0;
		flex-wrap: wrap
	}

	.navigator>li>.products .row>.col-12 {
		padding: 0
	}

	.navigator .products h3 {
		font-size: 14px;
		align-items: center;
		margin: 0 0 0 20px;
		border-bottom: 1px solid #efefef;
		padding: 8px 0;
		position: relative
	}

	.navigator .products h3::after {
		content: '';
		border-width: 7px 6px 0;
		border-style: solid;
		border-color: #b0b0b0 transparent transparent;
		position: absolute;
		right: 24px
	}

	.navigator .products h3.qxs-active::after {
		border-width: 0 6px 7px;
		border-color: transparent transparent #0ba2f7
	}

	.navigator .products .col-md-6>h3>i {
		background-size: 500px 500px;
		background-position: -16px -30px;
		width: 17px;
		height: 20px
	}

	.navigator .products .row>.col-md-3>h3>i {
		background-size: 500px 500px;
		background-position: -36px -30px;
		width: 17px;
		height: 20px
	}

	.navigator .products .row>.col-md-3:last-of-type>h3>i {
		background-size: 500px 500px;
		background-position: -56px -30px;
		width: 17px;
		height: 20px
	}

	.navigator .products>.container>.row>div>h3>i.qxs-android {
		background-size: 800px 800px;
		background-position: -248px -85px;
		height: 30px;
		width: 18px;
		margin-right: 17px
	}

	.navigator .products>.container>.row>div>h3>i.qxs-ios {
		background-size: 800px 800px;
		background-position: -269px -86px;
		height: 30px;
		width: 27px
	}

	.navigator .products>.container>.row>div>h3>i {
		background-size: 800px 800px;
		background-position: -59px -49px;
		height: 29px;
		width: 24px
	}

	.navigator .products>.container>.row>div:last-of-type>h3>i {
		background-size: 800px 800px;
		background-position: -91px -48px;
		height: 29px;
		width: 26px
	}

	.navigator .products>.container>.row>div>div {
		display: none;
		padding-left: 40px
	}

	.navigator .products .getmore {
		display: none
	}

	.navigator>li.store a span:nth-child(1) {
		display: none
	}

	.navigator>li.search a {
		display: none
	}

	.navigator>li.search form {
		display: block;
		position: relative;
		top: 0;
		padding-left: 1rem;
		width: 100%;
		background-color: #131313
	}

	.navigator>li.qxs-mob-store {
		display: block
	}

	.navigator>li.qxs-mob-store::after {
		display: none
	}

	.navigator>li.qxs-mob-search {
		padding: 0 10px!important;
		display: block
	}

	.navigator>li.qxs-mob-search::after {
		display: none
	}

	.navigator>li.qxs-mob-search>.qxs-mob-searchbox {
		width: 100%
	}

	.navigator>li.qxs-mob-search>.qxs-mob-searchbox>form {
		display: flex;
		align-items: center;
		padding: 10px 0
	}

	.navigator>li.qxs-mob-search>.qxs-mob-searchbox>form input {
		height: 30px;
		padding: 0 24px;
		border: none
	}

	.header .sub-navigator {
		display: none;
		position: relative;
		border: none;
		width: 100%;
		background-color: #eee;
		margin-left: 0
	}

	.header .sub-navigator li {
		border: none;
		border-top: 1px solid #444;
		background-color: #333;
		cursor: pointer;
		padding: .5rem 1rem
	}

	.header .sub-navigator li a {
		color: #ccc
	}

	.home .home-banner .banner-content .title {
		font-size: 32px
	}
	.message .grid_6 {
		max-width: 100%;
		padding: 0 15px;
	}
	.message .message-upload{
		flex-wrap: wrap;
	}
	.message .message-upload>label{
		margin-bottom: 0;
	}
	.message .message-upload>.filetype-tag{
		margin-top:0;
	}
}

.gsc-control-cse .gsc-table-result {
	font-family: OpenSans,Arial,sans-serif!important
}

@media (max-width:479px) {
	.location address {
		line-height: 18px;
		margin-top: 4px
	}

	.resouse .content h1 {
		font-size: 24px;
		line-height: 32px
	}
}