@charset "UTF-8";

::-moz-selection {
	background-color: #0087cd;
	color: #fff;
}

::selection {
	background-color: #0087cd;
	color: #fff;
}

* {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
}

html,body {
	overflow: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	font-family: "Avenir Next ST","Microsoft YaHei","PingFang SC";
	padding-bottom:45px;
}
.clear{clear:both;overflow:hidden;margin-top:0;width:100%;height:0px}
@media (max-width:767px) {
	html,body {
		min-width: 320px;
	}
}

html.limit-content,html.limit-content body,html.limit-fly,html.limit-fly body {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

html.limit-content.windows {
	overflow-y: scroll;
}

body,ul,li,ol,li,ul,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}

ol,li,ul,dl,dt,dd {
	list-style: none;
}

#vivo-head-wrap a,#vivo-contain a,#vivo-foot-path a,#vivo-foot-wrap a {
	outline: 0 none;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#vivo-contain a,#vivo-foot-path a,#vivo-foot-wrap a {
	color: #909090;
}
#banner{
	min-height: auto;
	background:#2e2f31;
	overflow:hidden;
 }
#banner img{
	width:100%;
	height:100%;
}
#vivo-contain {
	min-height: auto;
	overflow:hidden;	
	}
#vivo-contain img{
	width:100%;
	height:100%;
}
i,b,em {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-style: normal;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

input {
	outline: 0;
	border: 0;
}
a{ margin:0px 0px; padding:0px 0px; text-decoration:none;}
#vivo-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}

.gb-zindex-top {
	z-index: 998!important;
}

#vivo-head-wrap {	
	z-index: 999;
	width: 100%;
	background-color: #2e2f31;
	font-size: 14px;
}

	.gb-vivo-head {
		padding: 0;
		width: 100%;
		height: 65px;
		border-bottom: 1px solid;
		text-align: center;
		-webkit-transition: background 1s ease;
		transition: background 1s ease;		
		border-bottom-color: rgba(26,26,26,.9);
		position: relative;
	    z-index: 2;
	    margin: auto;
	}

	.gb-vivo-head.openMenu {
		border-bottom: 1px solid #262626;
		background-color: #0d0d0d;
	}

	.gb-vivo-head.openMenu ul.gb-vivo-h-nav,.gb-vivo-head.openMenu ul.gb-vivo-s-nav {
		height: calc(100vh - 56px);
	}

	.gb-vivo-head.openMenu .gb-vivo-h-menu span.menu-top {
		-webkit-transform: translate3d(0,8px,0) rotate(45deg);
		transform: translate3d(0,8px,0) rotate(45deg);
	}

	.gb-vivo-head.openMenu .gb-vivo-h-menu span.menu-middle {
		opacity: 0;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	.gb-vivo-head.openMenu .gb-vivo-h-menu span.menu-bottom {
		-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
		transform: translate3d(0,-8px,0) rotate(-45deg);
	}

	.gb-vivo-head.openSearch a.gb-vivo-h-logo,.gb-vivo-head.openSearch a.gb-vivo-h-logo2 {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	.gb-vivo-head.openSearch .nav-t-user:before {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}



.gb-vivo-head a.gb-vivo-h-logo {
	position: absolute;
	top: 50%;
	float: left;
	margin-top: -12px;
	width: 5%;
	width: 74px;
	height: 20px;
}

@media (max-width:767px) {
	.gb-vivo-head a.gb-vivo-h-logo {
		position: relative;
		left: auto;
		float: none;
		display: inline-block;
		margin: auto;
		margin-top: 18px;
		margin-bottom: 19px;
		width: 74px;
		height: 20px;
		background-size: 74px 20px;
	}
}

.gb-vivo-head ul.gb-vivo-h-nav,.gb-vivo-head ul.gb-vivo-s-nav {
	position: relative;
	display: table;
	margin: auto;
	width: 60%;
	height: 100%;
	color: #fff;
	font-family: "Avenir Next ST","Microsoft YaHei","PingFang SC";
}

@media (max-width:767px) {
	.gb-vivo-head ul.gb-vivo-h-nav,.gb-vivo-head ul.gb-vivo-s-nav {
		width: 100%;
	}
}

@media (max-width:767px) {
	.gb-vivo-head ul.gb-vivo-h-nav,.gb-vivo-head ul.gb-vivo-s-nav {
		position: absolute;
		top: 56px;
		display: block;
		overflow: hidden;
		padding-left: 0;
		height: 0;
		background-color: #0d0d0d;
		text-align: left;
		-webkit-transition: height .4s linear;
		transition: height .4s linear;
	}
}

@media (max-width:1248px) {
	.gb-vivo-head ul.gb-vivo-h-nav,.gb-vivo-head ul.gb-vivo-s-nav {
		padding-left: 17px;
		width: 70%;
	}
}

@media (max-width:767px) {
	.gb-vivo-head ul.gb-vivo-h-nav,.gb-vivo-head ul.gb-vivo-s-nav {
		padding-left: 0;
		width: 100%;
	}
}

.gb-vivo-head ul.gb-vivo-s-nav {
	display: none;
	text-align: left;
	font-family: 'Avenir Next ST',"Microsoft YaHei","PingFang SC";
	opacity: 1;
}

@media (max-width:767px) {
	.gb-vivo-head ul.gb-vivo-s-nav {
		display: block;
	}
}

.gb-vivo-head ul.gb-vivo-s-nav li span {
	position: relative;
	bottom: -6px;
	color: rgba(255,255,255,.8);
	font-size: 80%;
}

.gb-vivo-head ul.gb-vivo-s-nav li a {
	margin: 0 15%!important;
	padding: 0!important;
	font-family: 'Avenir Next ST',"Microsoft YaHei","PingFang SC";
}

.gb-vivo-head ul.gb-vivo-s-nav li.f-s-nav span {
	display: block;
	margin: 0 15%!important;
	border-bottom: 0;
	line-height: 54px;
}

.gb-vivo-head ul.gb-vivo-s-nav .results a {
	color: #fff;
	font-family: 'Avenir Next ST',"Microsoft YaHei","PingFang SC";
}

.gb-vivo-head ul.gb-vivo-s-nav .results dl {
	position: relative;
	margin: 0 15%!important;
	padding: 0!important;
	border-bottom: 1px solid #262626;
}

.gb-vivo-head ul.gb-vivo-s-nav .results dt {
	margin: 15px 0;
	font-size: 14px;
}

.gb-vivo-head ul.gb-vivo-s-nav .results dd {
	margin: 10px 0;
	font-size: 12px;
}

.gb-vivo-head .gb-nav-tool {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	margin-top: -9px;
	width: 8%;
}

@media (max-width:1248px) {
	.gb-vivo-head .gb-nav-tool {
		right: 16px!important;
	}
}

@media (max-width:567px) {
	.gb-vivo-head .gb-nav-tool {
		width: 13%!important;
	}
}

@media (max-width:767px) {
	.gb-vivo-head .gb-nav-tool {
		overflow: hidden;
		width: 15%!important;
	}

	.openSearch .gb-vivo-head .gb-nav-tool {
		overflow: visible;
	}
}

.gb-vivo-head .v_h_usercenter {
	position: absolute;
	top: 44px;
	right: 0;
	visibility: hidden;
	overflow: hidden;
	padding: 18px 0;
	width: 180px;
	height: auto;
	background-color: #fff;
	font-family: 'Avenir Next ST',"Microsoft YaHei","PingFang SC";
	opacity: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

@media (max-width:767px) {
	.gb-vivo-head .v_h_usercenter {
		top: 56px;
		right: 15px;
	}
}

@media (max-width:1248px) {
	.gb-vivo-head .v_h_usercenter {
		right: 20px;
	}
}

.gb-vivo-head .gb-vivo-h-menu {
	position: absolute;
	right: 0;
	z-index: 9;	
	width: 55px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}


.gb-vivo-head .gb-vivo-h-menu span {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: opacity .2s,-webkit-transform .4s ease-out;
	transition: opacity .2s,-webkit-transform .4s ease-out;
	transition: transform .4s ease-out,opacity .2s;
	transition: transform .4s ease-out,opacity .2s,-webkit-transform .4s ease-out;
}

.gb-vivo-head .gb-vivo-h-menu span.menu-top {
	top: 20px;
}

.gb-vivo-head .gb-vivo-h-menu span.menu-middle {
	top: 28px;
}

.gb-vivo-head .gb-vivo-h-menu span.menu-bottom {
	top: 36px;
}

.gb-vivo-head .gb-vivo-m-search {
	opacity: 0;
	-webkit-transition: opacity .2s,-webkit-transform .4s ease-out;
	transition: opacity .2s,-webkit-transform .4s ease-out;
	transition: transform .4s ease-out,opacity .2s;
	transition: transform .4s ease-out,opacity .2s,-webkit-transform .4s ease-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}

@media (max-width:767px) {
	.gb-vivo-head .gb-vivo-m-search {
		display: block;
	}
}

.gb-nav-tool a {
	display: inline-block;
	width: 19px;
	height: 19px;
	color: #FFF;
}

.gb-nav-tool a.leave:before {
	color: #fff!important;
}

.no-mobile .gb-nav-tool a:hover:before,.gb-nav-tool a.current:before {
	color: #b2b2b2;
}

.no-mobile .gb-nav-tool a:active:before {
	color: #0087cd;
}

.gb-nav-tool a:before {
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

@media (max-width:767px) {
	.gb-nav-tool a {
		-webkit-transition: opacity .2s,-webkit-transform .4s ease-out;
		transition: opacity .2s,-webkit-transform .4s ease-out;
		transition: transform .4s ease-out,opacity .2s;
		transition: transform .4s ease-out,opacity .2s,-webkit-transform .4s ease-out;
	}
}

.gb-nav-tool .nav-t-search {
	position: absolute;
	left: -18px;
	float: left;
	padding-top: 2px;
	background-position: -19px 0;
}

@media (max-width:767px) {
	.gb-nav-tool .nav-t-search {
		position: absolute;
		left: 0;
		float: none;
		opacity: 0;
		-webkit-transform: translate3d(50px,0,0);
		transform: translate3d(50px,0,0);
	}
}

.gb-nav-tool .nav-t-search:before {
	position: absolute;
	right: 0;
	display: block;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 14px;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gb-nav-tool .nav-t-search:active {
	background-position: -38px 0;
}

.gb-nav-tool .nav-t-user {
	float: right;
	padding-top: 2px;
	background-position: -19px -19px;
}

.gb-nav-tool .nav-t-user:before {
	position: absolute;
	display: block;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 14px;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width:767px) {
	.gb-nav-tool .nav-t-user:before {
		font-size: 18px;
	}
}

.gb-nav-tool .nav-t-user:active {
	background-position: -38px -19px;
	color: #0087cd;
}

@media (max-width:767px) {
	.gb-nav-tool .nav-t-user:hover {
		background-position: 0 -19px;
	}

	.gb-nav-tool .nav-t-user:active {
		background-position: 0 -19px;
	}
}

.gb-nav-tool .nav-t-bag {
	position: relative;
	top: 2px;
	display: none;
	background-position: 0 -76px;
}

.gb-nav-tool .nav-t-bag:before {
	position: absolute;
	display: block;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 14px;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width:767px) {
	.gb-nav-tool .nav-t-bag:before {
		font-size: 18px;
	}
}

.gb-nav-tool .nav-t-bag:hover:before {
	color: #fff;
}

.gb-nav-tool .nav-t-bag:active:before {
	color: #888;
}

@media (max-width:767px) {
	.gb-nav-tool .nav-t-bag {
		float: left;
		display: block;
	}
}

ul.gb-vivo-h-nav li,.gb-vivo-head ul.gb-vivo-s-nav li {
	position: relative;
	z-index: 1;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	display: block;
}




.lt8 ul.gb-vivo-h-nav li,.lt8 .gb-vivo-head ul.gb-vivo-s-nav li,.gb-vivo-head .lt8 ul.gb-vivo-s-nav li {
	float: left;
	width: auto;
}

ul.gb-vivo-h-nav li a,.gb-vivo-head ul.gb-vivo-s-nav li a {
	position: relative;
	display: block;
	padding: 0 22px;
	height: 100%;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	line-height: 44px;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

@media (max-width:767px) {
	ul.gb-vivo-h-nav li a,.gb-vivo-head ul.gb-vivo-s-nav li a {
		margin: 0 10%;
		border-bottom: 1px solid #262626;		
	}
}

@media (max-width:1248px) {
	ul.gb-vivo-h-nav li a,.gb-vivo-head ul.gb-vivo-s-nav li a {
		padding: 0 12px;
	}
}

ul.gb-vivo-h-nav li a:hover,.gb-vivo-head ul.gb-vivo-s-nav li a:hover {
	color: #b2b2b2;
}

ul.gb-vivo-h-nav li a:active,.gb-vivo-head ul.gb-vivo-s-nav li a:active {
	color: #0087cd;
}

ul.gb-vivo-h-nav li.menu-search,.gb-vivo-head ul.gb-vivo-s-nav li.menu-search {
	display: none;
}

@media (max-width:767px) {
	ul.gb-vivo-h-nav li.menu-search,.gb-vivo-head ul.gb-vivo-s-nav li.menu-search {
		display: block;
	}
}

@media (max-width:767px) {
	ul.gb-vivo-h-nav li.menu-search i,.gb-vivo-head ul.gb-vivo-s-nav li.menu-search i {
		position: relative;
		display: inline-block;
		margin-right: 8px;
		width: 13px;
		height: 13px;
	}

	ul.gb-vivo-h-nav li.menu-search i:before,.gb-vivo-head ul.gb-vivo-s-nav li.menu-search i:before {
		position: absolute;
		top: -2px;
		left: 0;
		content: "";
		text-transform: none;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		font-size: 100%;
		font-family: iconfont;
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

ul.gb-vivo-h-nav li.current a,.gb-vivo-head ul.gb-vivo-s-nav li.current a {
	color: #0087cd;
}

@media (max-width:767px) {
	a.gb-vivo-h-logo {
		-webkit-transition: opacity .2s,-webkit-transform .4s ease-out;
		transition: opacity .2s,-webkit-transform .4s ease-out;
		transition: transform .4s ease-out,opacity .2s;
		transition: transform .4s ease-out,opacity .2s,-webkit-transform .4s ease-out;
	}
}

a.gb-vivo-h-logo svg.vivo-brand-logo-small {
	display: inline-block;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	fill: #008ddc;
}

a.gb-vivo-h-logo:hover svg.vivo-brand-logo-small {
	fill: #50afff;
}

a.gb-vivo-h-logo svg.vivo-brand-logo-large {
	display: none;
}

a.gb-vivo-h-logo2 {
	position: absolute;
	top: 0;
	left:10px;
	float: left;
	margin-top: 0;	
	text-align: left;
}

a.gb-vivo-h-logo2 svg.vivo-brand-logo-small {
	display: none;
}

a.gb-vivo-h-logo2 svg.vivo-brand-logo-large {
	display: inline-block;
	width: 78%;
	height: 100%;
	fill: #fff;
}

a.gb-vivo-h-logo2 {
	float: left;
	margin-top: 8px;
	margin-left:0px;
	width: 180px;		
	background: 0 0;
}
a.gb-vivo-h-logo2 img{ width:100%;}

a.gb-vivo-h-logo2 img.vivo-brand-logo-small {
	display: inline-block;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	fill: #008ddc;
}

a.gb-vivo-h-logo2:hover img {
	fill: #50afff;
}



.v_h_usercenter li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: left;
}

.v_h_usercenter li.userlink-1 b:before {
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.v_h_usercenter li.userlink-2 b:before {
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.v_h_usercenter li.userlink-3 b:before {
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.v_h_usercenter li.userlink-4 b:before {
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.v_h_usercenter li b {
	position: relative;
	margin: 0 auto;
	vertical-align: baseline;
}

.ios .v_h_usercenter li b {
	top: -2px;
}

.android .v_h_usercenter li b {
	top: -2px;
}

.v_h_usercenter li a {
	display: block;
	padding: 0 38px;
	color: #666;
	font-size: 14px;
	line-height: 50px;
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
}

@media (max-width:767px) {
	.v_h_usercenter li a {
		padding: 0 30px;
	}
}

.v_h_usercenter li a:hover {
	color: #0087cd;
}

.v_h_usercenter li a span {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
}

@media (max-width:767px) {
	.v_h_usercenter li a span {
		font-size: 16px;
	}
}

.v_h_usercenter li a i {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	padding: 4px;
	height: 14px;
	min-width: 14px;
	border-radius: 50%;
	background-color: #F51818;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.windows .v_h_usercenter li a i {
	margin-top: 0;
}

.mobile .v_h_usercenter li a i {
	margin-top: -1px;
}

.android .v_h_usercenter li a i {
	margin-top: -1px;
}

.v_h_usercenter li a b:before {
	position: relative;
	top: -1px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
}

#search-curtain,#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li #lang-mask,#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li #follow-mask,#gb-mask-layer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

.v_h_search {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
	width: 81%;
	height: 44px;
}

@media (max-width:1248px) {
	.v_h_search {
		right: 220px;
		width: 90%;
		height: 44px;
	}
}

@media (max-width:1068px) {
	.v_h_search {
		right: 180px;
		width: 88%;
		height: 44px;
	}
}

@media (max-width:767px) {
	.v_h_search {
		right: 33%;
	}
}

.v_h_search .search-top {
	position: relative;
	width: 100%;
	height: 100%;
}

@media (max-width:1248px) {
	.v_h_search .search-top {
		margin-left: 22%;
	}
}

.v_h_search .search-content {
	position: absolute;
	top: 44px;
	width: 90%;
	height: auto;
	min-height: 280px;
	background: #fff;
}

@media (max-width:1248px) {
	.v_h_search .search-content {
		margin-left: 29%;
		width: 80%;
	}
}

@media (max-width:1068px) {
	.v_h_search .search-content {
		margin-left: 29%;
		width: 82%;
	}
}

.search-top input {
	margin-top: 7px;
	padding-left: 43px;
	width: 750px;
	height: 30px;
	background: 0 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Avenir Next ST','Microsoft YaHei','PingFang SC';
}

@media (max-width:1248px) {
	.search-top input {
		padding-left: 10%;
		width: 70%;
		height: 30px;
	}
}

.search-top input::-webkit-input-placeholder,.search-top input textarea::-webkit-input-placeholder {
	color: #888;
}

@media (max-width:767px) {
	.search-top input {
		height: 38px;
		font-weight: 400;
		font-size: 16px;
		-webkit-transition: opacity 0s,-webkit-transform .4s ease-out;
		transition: opacity 0s,-webkit-transform .4s ease-out;
		transition: transform .4s ease-out,opacity 0s;
		transition: transform .4s ease-out,opacity 0s,-webkit-transform .4s ease-out;
	}
}

@media (max-width:321px) {
	.search-top input {
		padding-left: 20%;
	}
}

.search-top .search-close {
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -7px;
	width: 13px;
	height: 13px;
	background-position: -19px -38px;
	background-size: 250px 250px;
	background-repeat: no-repeat;
	color: #fff;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media (max-width:1248px) {
	.search-top .search-close {
		right: 13%;
	}
}

@media (max-width:1068px) {
	.search-top .search-close {
		right: 12%;
	}
}

@media (max-width:767px) {
	.search-top .search-close {
		position: fixed;
		top: -100%;
	}
}

.search-top .search-close:before {
	display: block;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 13px;
	font-family: iconfont;
	line-height: 1;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-top .search-close.hover:before {
	color: #888;
}

.search-top .search-close:hover {
	background-position: 0 -38px;
}

.search-top .search-close:hover:before {
	color: #888;
}

.search-top .search-close:active {
	background-position: -38px -38px;
}

.search-top .search-close:active:before {
	color: #0087cd;
}

.gb-vivo-m-search {
	display: none;
	vertical-align: middle;
	line-height: 60px;
}

@media (max-width:767px) {
	.gb-vivo-m-search {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -35%;
		width: 70%;
		height: 55px;
	}
}

.gb-vivo-m-search input {
	width: 100%;
	background: 0 0;
	color: #fff;
	font-size: 16px;
}

.gb-vivo-m-search input::-webkit-input-placeholder,.gb-vivo-m-search input textarea::-webkit-input-placeholder {
	color: #888;
}

.search-content {
	font-family: 'Avenir Next ST','Microsoft YaHei','PingFang SC';
}

.search-content dl {
	position: relative;
	margin-bottom: 24px;
	width: 100%;
	height: auto;
}

.search-content dl dt {
	margin-bottom: 11px;
	padding-top: 28px;
	padding-left: 43px;
	width: auto;
	height: auto;
	color: #888;
	font-size: 12px;
}

@media (max-width:1248px) {
	.search-content dl dt {
		padding-left: 5%;
	}
}

.search-content dl dd {
	width: 100%;
	height: 40px;
	font-size: 14px;
}

.search-content dl dd a {
	display: block;
	padding-left: 67px;
	width: auto;
	height: 100%;
	color: #333;
	line-height: 40px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-content dl dd a:hover {
	background-color: #f2f2f2;
	color: #0087cd;
}

.search-content dl dd.current a {
	background-color: #f2f2f2;
	color: #0087cd;
}

.search-content .results {
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
}

.search-content .results dl:before {
	position: absolute;
	top: 0;
	left: 43px;
	display: block;
	width: 694px;
	height: 1px;
	background-color: #0D000000;
	background-color: rgba(0,0,0,.05);
	content: '';
}

@media (max-width:1248px) {
	.search-content .results dl:before {
		left: 5%;
		width: 90%;
		height: 1px;
	}
}

.gb-vivo-menu-series {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 245px;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}

@media (max-width:767px) {
	.gb-vivo-menu-series {
		display: none;
	}
}

.gb-vivo-menu-series .vms-bigbox {
	position: relative;
	top: 44px;
	width: 100%;
	height: 175px;
	background-color: #E61A1A1A;
	background-color: rgba(26,26,26,.9);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.expand-size .gb-vivo-menu-series .vms-bigbox {
	width: 100%;
	height: 190px;
}

.gb-vivo-menu-series .vms-bigbox ul {
	position: absolute;
	top: -28px;
	padding-left: 22px;
	width: 150px;
	height: 175px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3FFFF;
	border-left-color: rgba(255,255,255,.2);
}

@media (max-width:1248px) {
	.gb-vivo-menu-series .vms-bigbox ul {
		padding-left: 12px;
	}
}

.expand-size .gb-vivo-menu-series .vms-bigbox ul {
	width: 150px;
	height: 200px;
}

.gb-vivo-menu-series .vms-bigbox ul#list1 {
	z-index: 6;
}

.gb-vivo-menu-series .vms-bigbox ul#list2 {
	z-index: 5;
}

.gb-vivo-menu-series .vms-bigbox ul#list3 {
	z-index: 4;
}

.gb-vivo-menu-series .vms-bigbox .nav-item-can {
	display: inline-block;
	width: 180px;
	height: 180px;
}

.expand-size .gb-vivo-menu-series .vms-bigbox .nav-item-can {
	left: -210px;
	width: 210px;
	height: 210px;
}

.vms-bigbox ul .nav-item-can {
	position: absolute;
	top: 0;
	left: -180px;
}

.vms-bigbox ul li {
	position: relative;
	z-index: 2;
	padding: .6em 0;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Avenir Next ST','Microsoft YaHei','PingFang SC';
	line-height: 1.2em;
}

.vms-bigbox ul li.f-menu-link {
	padding-top: 35px;
}

.vms-bigbox ul li:nth-child(n+6) {
	display: none;
}

.vms-bigbox ul li a {
	display: inline-block;
	overflow: hidden;
	max-width: 7em;
	color: rgba(255,255,255,.8);
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.vms-bigbox ul li a:hover {
	color: #b2b2b2;
}

.vms-bigbox ul li a:active {
	color: #0087cd;
}


.advantage{ background:#2e2f31; padding:10% 1.5%; font-size:0.9rem; line-height:1.5rem; color:#fbe751; text-align:center;}
.advantage .title{font-size:1.8rem; line-height:2.5rem; font-weight:bold; margin-bottom:20px; text-align:center;}
.border { border-top:0px solid #fff; height: 1px; margin: 15px auto 0; position: relative;}
.border:before {background-color: #db2103;border:0px ridge #fff;content: "";height:4px; left:50%; margin-left:-40px; position: absolute;top:0px; width:80px;}
.advantage ul{ margin:40px 0px;}
.advantage ul li{ width:50%; float:left; text-align:center;}
.advantage ul li .divcon{ margin:10px; padding:50px 15px 50px; height:70px; width:140px;  background:url(../images/advantage-bg.png) no-repeat center; background-size:100% 100%;}
.advantage ul li .divcon a{ padding:5px 20px; border-radius:20px; line-height:1rem; font-size:0.65rem; margin:20px; color:#FFf;}
.advantage ul li .divcon.num1{ color:#f54748}
.advantage ul li .divcon.num1 a{ background:#f54748}
.advantage ul li .divcon.num2{ color:#16c0f1}
.advantage ul li .divcon.num2 a{ background:#16c0f1}
.advantage ul li .divcon.num3{ color:#ddbc20}
.advantage ul li .divcon.num3 a{ background:#ddbc20}
.advantage ul li .divcon.num4{ color:#8fa236}
.advantage ul li .divcon.num4 a{ background:#8fa236}
.advantage ul li .divcon.num5{ color:#178df1}
.advantage ul li .divcon.num5 a{ background:#178df1}
.advantage ul li .divcon.num6{ color:#eb9b45}
.advantage ul li .divcon.num6 a{ background:#eb9b45}
.advantage ul li .divcon.num7{ color:#104c88}
.advantage ul li .divcon.num7 a{ background:#104c88}
.advantage ul li .divcon.num8{ color:#3192ac}
.advantage ul li .divcon.num8 a{ background:#3192ac}
.advantage .more{margin: 20px auto; color: #fdff7e; background: #f03d3e; padding: 12px 30px; border-radius: 5px; display: inline-block; font-size: 1.2rem;}

.seo{ background:#104c88; padding:10% 1.5%; font-size:0.8rem; line-height:1.2rem; color:#fff; text-align:center;}
.seo .title{ font-size:1.8rem; line-height:2.5rem; font-weight:bold; margin-bottom:20px;}
.border-blue { border-top:0px solid #fff; height: 1px; margin: 5px auto 0; position: relative;}
.border-blue:before {background-color: #178df1;border:0px ridge #fff;content: "";height:4px; left:50%; margin-left:-40px; position: absolute;top:0px; width:80px;}
.seo h3{font-size:1.0rem; line-height:2rem; margin-bottom:0.5rem;}
.seo .seo-tel{ margin-top:1rem;border-radius:5px; background:#f34243; padding:0px 0px; overflow:hidden; line-height:3.0rem; font-size:1.2rem;}
.seo .seo-tel a{ display:block; background:#fae650; color:#a67101;font-size:0.8rem; }

.system{ overflow:hidden; text-align:center; background:#f54748}
.system ul li{ width:50%; float:left; padding:20px 0px; color:#fff; font-size:1.0rem;}
.system ul li .btn-more{padding:0px 40px; line-height:2.0rem; border-radius:20px;font-size:1.6rem; margin:10px 20px; color:#FFf; background:rgba(0,0,0,0.5)}
.system ul li .imgs img{ width:40%;}
.system ul li.s{ font-size:1.5rem; padding-top:14%}
.system ul li.s1{ background:#16c0f1}
.system ul li.s2{ background:#f1cf2f}
.system ul li.s3{ background:#8fa236}
.system ul li.s4{ background:#178df1}
.system ul li.s5{ background:#ffaf5a}

/*关于*/
.about{ padding:3% 1.5%; font-size:0.8rem; line-height:1.2rem;}
.about .title{ font-size:1.8rem; line-height:2.5rem; font-weight:bold; margin-bottom:20px; text-align:center;}
.about h2{ color:#f54748;font-weight:bold;}
.zhu{ overflow:hidden; padding:30px 0px; font-size:1.2rem;}
.zhu h4 { padding:20px 1.5%; font-size:1.0rem; text-align:left;}
.zhu h4 span{ color:#f54748; display:block; font-weight:bold;}
.border-white { border-top:1px solid #fff; height: 1px; margin: 5px auto; position: relative;}
.border-white:before {background-color: #fff;border:0px ridge #fff;content: "";height:3px; left:0%; margin-left:0px; position: absolute;top:-2px; width:40px;}

.zhu ul li{ width:50%; float:left; padding:10px 0px; color:#fff; min-height:150px; text-align:left}
.zhu ul li h3{font-size:1.0rem; line-height:2.0rem;}
.zhu ul li .zhucon{padding:10px 5px; font-size:0.8rem;}
.zhu ul li.z1{ background:#f54748}
.zhu ul li.z2{ background:#16c0f1}
.zhu ul li.z3{ background:#ddbc20}
.zhu ul li.z4{ background:#8fa236}

.btn-click{ padding:0px 1.5%; text-align:center; color:#f13f40; font-size:1.0rem;}
.btn-click .more{ margin:20px auto; color:#fdff7e; background:#f03d3e; padding:12px 30px;border-radius:5px; display:inline-block; font-size:1.2rem;}

/*产品*/
b{ font-weight:bold;}
.product{ overflow:hidden; text-align:center; padding:20px 0px;}
.product .title{ font-size:1.8rem; line-height:2.5rem; font-weight:bold; margin-bottom:20px; text-align:center;}
.product ul li{ width:100%; float:left; padding:20px 0px; color:#fff; font-size:1.2rem; font-weight:bold;}
.product ul li b{ margin:10px 0px 3px 0px;}
.product ul li .imgs img{ width:30%;}
.product ul li .procon{padding:10px 15px; font-weight:normal; font-size:0.8rem;}
.product ul li.s1{ background:#16c0f1}
.product ul li.s2{ background:#f1cf2f}
.product ul li.s3{ background:#8fa236}
.product ul li.s4{ background:#178df1}
.product ul li.s5{ background:#ffaf5a}

/*八大优势*/
.advance{ padding:20px 1.5%; overflow:hidden}
.advance .title{ font-size:1.8rem; line-height:2.5rem; font-weight:bold; margin-bottom:20px; text-align:center;}
.advance ul li{ width:100%; background:#f8f8f8;border-radius:5px; overflow:hidden; margin:20px 0px;}
.advance ul li .adv-title{color:#fff; font-size:1.0rem; line-height:2rem; padding:0.5rem;}
.advance ul li .adv-con{ font-size:0.8rem; line-height:1.2rem; padding:1.5rem 0.5rem;}
.advance ul li .adv-title.t1{ background:#f54748;}
.advance ul li .adv-title.t2{ background:#16c0f1;}
.advance ul li .adv-title.t3{ background:#ddbc20;}
.advance ul li .adv-title.t4{ background:#8fa236;}
.advance ul li .adv-title.t5{ background:#178df1;}
.advance ul li .adv-title.t6{ background:#eb9b45;}
.advance ul li .adv-title.t7{ background:#104c88;}
.advance ul li .adv-title.t8{ background:#3192ac;}


#vivo-foot-wrap {
	position: relative;	
	width: 100%;
	height:auto;	
	background:url(../images/foot.jpg) repeat;
	font-size: 1.0rem;		
	position: relative;
	color: #999;
	line-height: 1.5rem;
	text-align:center;
}

#vivo-foot-wrap.gray {
	background-color: transparent;
}
#vivo-foot-wrap #gb-vivo-foot {
	position: relative;		
	margin: auto;
	height: auto;
	max-width: 1200px;
	padding: 12% 16px;	
}
.foot-tel{ line-height:2rem; font-size:1.5rem; background:url(../images/tel.png) no-repeat left center; background-size:12%; background-position:1px 25%;}
.foot-menu{ background:url(../images/foot-menu.jpg) repeat-x #eeeeee; overflow:hidden; position:fixed; bottom:0px; width:100%; z-index:1000;}
.foot-menu li{ float:left; line-height:3.2rem; font-size:1.1rem; text-align:center;}
.foot-menu li.li1{ width:22%;}
.foot-menu li.li1 a{ display:block; border-right:1px solid #d7d7d7;}
.foot-menu li.li2{ width:22%; border-right:0px solid #d7d7d7;}
.foot-menu li.li3{ width:34%; background:url(../images/tel-white.png) no-repeat 15px center #f24041; background-size:18%; background-position:5px 25%;}
.foot-menu li.li3 a{ color:#fff; padding-left:20px;}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-directory {
	display: table;
	margin: auto;
	width: 100%;
	height: 260px;
	font-size: 12px;
}
#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright {
		padding: 10px 15px;		
		margin:2% 2% 8% 2%;
		color: #a67101;
        background: #fae650;        
        border-radius: 5px;
}
#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright a {		
		color: #a67101;
        
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li.global:before,#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li.follow_btn:before {
	position: absolute;
	bottom: 2px;
	left: -2px;
	display: block;
	width: 1px;
	height: 10px;
	background-color: #bbb;
	content: '';
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li #lang-mask,#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other li #follow-mask {
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}

@media (max-width:767px) {
	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link {
		font-size: 12px;
		-webkit-tap-highlight-color: transparent;
	}

	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link.oldpage {
		right: 42%;
	}

	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link.notFollow-1 {
		right: 22%;
	}

	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link.notFollow-1:before {
		display: none;
	}

	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link.notFollow-2 {
		position: absolute;
		right: 0;
		float: left;
		width: 25%;
		color: #666;
		vertical-align: middle;
	}

	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link.notFollow-2:before {
		display: none;
	}
}

@media (max-width:767px) and (max-width:767px) {
	.android #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link.notFollow-2 .other-text {
		bottom: -1px;
	}
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast {
	position: absolute;
	bottom: 41px;
	left: -180px;
	z-index: 3;
	visibility: hidden;
	overflow: hidden;
	padding-top: 15px;
	width: 150px;
	height: 160px;
	background-color: #fff;
	box-shadow: -15px 3px 30px -2px rgba(0,0,0,.1);
	text-align: center;
	opacity: 0;
	-webkit-transition: all .3s .3s ease-out;
	transition: all .3s .3s ease-out;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast .qr-box {
	height: 115px;
	text-align: center;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast p {
	display: none;
	margin-top: 10px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast img {
	display: none;
	width: auto;
	height: 100%;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast.openAli {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast.openAli .ali-qr {
	display: inline-block;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast.openAli .ali-text {
	display: block;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast.openWechat {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast.openWechat .wechat-qr {
	display: inline-block;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link .vivo-follow-toast.openWechat .wechat-text {
	display: block;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link a {
	color: #666;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.no-mobile #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link a:hover,#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link a.current {
	color: #0087cd;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .other-link a:visited {
	color: #666;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow {
	text-align: center;
}

@media (max-width:767px) {
	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow {
		position: relative;
		left: 25%;
		float: left;
		width: 25%;
	}

	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow.follow-3:after {
		display: block;
		width: 1px;
		height: 10px;
		color: red;
	}
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow.follow-1:before {
	display: none;
}

@media (max-width:767px) {
	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow.follow-1:before {
		display: block;
	}
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow b {
	position: absolute;
	left: 50%;
	display: inline-block;
	margin: -12px;
	margin-left: -7px;
	color: #999;
	font-size: 16px;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow:hover .vivo-f-toast {
	z-index: 5;
	visibility: visible;
	opacity: 1;
	-webkit-transition: .4s linear;
	transition: .4s linear;
}

@media (max-width:767px) {
	#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .follow:hover .vivo-f-toast {
		visibility: hidden;
	}
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast {
	position: absolute;
	bottom: 41px;
	left: 50%;
	z-index: 2;
	display: none;
	overflow: hidden;
	margin-left: -75px;
	padding-top: 30px;
	width: 150px;
	height: 145px;
	background-color: #fff;
	box-shadow: 0 5px 30px -2px rgba(0,0,0,.1);
	-webkit-transition: .4s linear;
	transition: .4s linear;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast * html {
	height: 1px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast img {
	margin-top: 15px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast p {
	margin-top: 5px;
	color: #666;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 40px;
	text-align: left;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast li:before {
	display: none;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast li a {
	position: absolute;
	padding-top: 9px;
	width: 100%;
	height: 31px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast li a:hover {
	background-color: #f4f4f4;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li {
	overflow: visible;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li a {
	line-height: 30px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li:hover a span {
	color: #000;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li b {
	margin-left: 30px;
	font-size: 22px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li b:before {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.sina-follow {
	margin-top: 24px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.sina-follow a:hover b:before {
	color: #CF0800;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.sina-follow b:before {
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.wechat-follow a:hover b:before {
	color: #68B732;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.wechat-follow b:before {
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.ali-follow .vivo-follow-toast {
	bottom: -26px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.ali-follow a:hover b:before {
	color: #5FA8ED;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li.ali-follow b:before {
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.follow-list li a span {
	position: relative;
	top: -30px;
	display: block;
	padding-left: 65px;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list {
	right: 0;
	left: auto;
	margin-left: 0;
	padding-top: 24px;
	width: 300px;
	height: 396px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list:before {
	left: 78%;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li a {
	line-height: 20px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li:hover a {
	color: #000;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.global-lang {
	margin-top: 31px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.global-lang .lang-img-box {
	top: -2px;
	overflow: visible;
	border: 0;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.global-lang .lang-img-box:before {
	width: 20px;
	height: 20px;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 20px;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.global-lang span {
	top: -28px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.cn-lang .lang-img-box img {
	margin-left: -9px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.my-lang .lang-img-box img {
	margin-left: -12px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li .lang-img-box {
	position: relative;
	top: -3px;
	display: inline-block;
	overflow: hidden;
	margin-left: 40px;
	width: 20px;
	height: 20px;
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	background-position: center center;
	background-size: auto 104%;
	background-repeat: no-repeat;
	vertical-align: text-top;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li .lang-img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li span {
	position: relative;
	top: -30px;
	display: block;
	padding-left: 75px;
	line-height: 30px;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.id-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-id_038cf34.svg);
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.id-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-id_eef60b0.jpg);
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.in-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-in_8a512f0.svg);
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.in-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-in_3959b1d.jpg);
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.mm-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-mm_bd85d8d.svg);
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.mm-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-mm_6e46612.jpg);
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.my-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-my_39895ac.svg);
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.my-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-my_b1ba12c.jpg);
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.ph-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-ph_c5c952d.svg);
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.ph-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-ph_b657985.jpg);
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.th-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-th_194a8d8.svg);
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.th-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-th_f6fcf1b.jpg);
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.vn-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-vn_740ee4d.svg);
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.vn-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-vn_ccf4765.jpg);
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.cn-lang .lang-img-box {
	background-color: #dd2911;
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-cn_5d83142.svg);
	background-position: 2px 4px;
}

.lt8 #vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-toast.lang-list li.cn-lang .lang-img-box {
	background-image: url(https://wwwstatic.vivo.com.cn/vivoportal/web/dist/common_umix/images/vivo-f-lang-cn_6f0a21d.jpg);
	background-position: center center;
}

#vivo-foot-wrap #gb-vivo-foot .gb-foot-copyright .other .vivo-f-triangle {
	position: absolute;
	bottom: 31px;
	left: 50%;
	z-index: 2;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-right: 10px dashed transparent;
	border-left: 10px dashed transparent;
	content: '';
	opacity: 0;
}

#vivo-m-toast {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 14px;
}

#vivo-m-toast.openQRCode {
	visibility: visible;
	opacity: 1;
}

#vivo-m-toast .back-cover {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 300px;
	background-color: #000;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: opacity 2s linear;
	transition: opacity 2s linear;
	filter: alpha(opacity=40);
}

#vivo-m-toast .back-cover .closeIcon {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
}

#vivo-m-toast .back-cover .closeIcon:before {
	color: #fff;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 20px;
	font-family: iconfont;
	line-height: 1;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vivo-m-toast .back-cover .QRContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-top: -200px;
	margin-left: -140px;
	width: 280px;
	height: 400px;
	border-radius: 5px;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
}

#vivo-m-toast .back-cover .QRContainer .titleP {
	display: none;
	padding-top: 8%;
	color: #4d4e4f;
	font-size: 16px;
}

#vivo-m-toast .back-cover .QRContainer .downloadP {
	display: none;
	margin-top: 8%;
	color: #0087cd;
	font-size: 14px;
}

#vivo-m-toast .back-cover .QRContainer .infomationP {
	display: none;
	padding-top: 6%;
	color: #bbb;
	font-size: 14px;
}

#vivo-m-toast .back-cover .QRContainer hr {
	width: 14px;
	height: 1px;
	border: 0;
	background-color: #0087cd;
}

#vivo-m-toast .back-cover .QRContainer .imgP {
	z-index: 100;
	display: none;
	margin-top: 8%;
}

#vivo-m-toast .back-cover .QRContainer .imgP img {
	padding: 10px;
	width: 65%;
	height: 40%;
	box-shadow: 0 5px 30px -2px #EAEAEA;
}

#vivo-m-toast.AliCode .titleP.ali-title,#vivo-m-toast.AliCode .infomationP.ali-title,#vivo-m-toast.AliCode .imgP.ali-img,#vivo-m-toast.AliCode .downloadP.ali-title {
	display: block;
}

#vivo-m-toast.WechatCode .titleP.wechat-title,#vivo-m-toast.WechatCode .infomationP.wechat-title,#vivo-m-toast.WechatCode .imgP.wechat-img,#vivo-m-toast.WechatCode .downloadP.wechat-title {
	display: block;
}

.gb-foot-directory {
	font-size: 14px;
}

.gb-foot-directory ul.directory-list {
	position: relative;
	display: table;
	width: 80%;
	color: #333;
}

.gb-foot-directory ul.directory-list li {
	position: relative;
	z-index: 1;
	display: table-cell;
	width: 1%;
	height: 100%;
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-list li {
		overflow: hidden;
		height: auto;
	}
}

.gb-foot-directory ul.directory-list li .f-d-title {
	font-weight: 600;
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-list li .f-d-title {
		color: #000;
		font-weight: 400;
	}
}

.gb-foot-directory ul.directory-list li a {
	position: relative;
	height: 100%;
	white-space: nowrap;
	line-height: 23px;
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

#vivo-foot-wrap .gb-foot-directory ul.directory-list li a:hover {
	color: #0087cd;
}

#vivo-foot-wrap .gb-foot-directory ul.directory-list li a:active {
	color: #0087cd;
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-list li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 32px;
	}
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-list li dd {
		position: relative;
		padding-left: 1em;
		height: 32px;
		line-height: 32px;
	}

	.gb-foot-directory ul.directory-list li dd.l-d-title {
		margin-bottom: 8px;
	}
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-list li dd.f-d-title {
		padding-left: 0;
		font-size: 14px;
	}

	.gb-foot-directory ul.directory-list li dd.f-d-title.open b:after {
		-webkit-transform: rotate(45deg) scale(1.1);
		transform: rotate(45deg) scale(1.1);
	}

	.gb-foot-directory ul.directory-list li dd.f-d-title.open b:before {
		-webkit-transform: rotate(45deg) scale(1.1);
		transform: rotate(45deg) scale(1.1);
	}

	.gb-foot-directory ul.directory-list li dd.f-d-title b:after {
		position: absolute;
		top: 16px;
		right: 0;
		display: block;
		width: 7px;
		height: 1px;
		background-color: #666;
		content: '';
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease,-webkit-transform .3s ease;
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}

	.gb-foot-directory ul.directory-list li dd.f-d-title b:before {
		position: absolute;
		top: 13px;
		right: 3px;
		display: block;
		width: 1px;
		height: 7px;
		background-color: #666;
		content: '';
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease,-webkit-transform .3s ease;
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
	}
}

.gb-foot-directory ul.directory-list li dd.t-d-title {
	padding-top: 15px;
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-list li dd.t-d-title {
		margin-top: 8px;
		padding-top: 0;
	}
}

.gb-foot-directory ul.directory-phone {
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	text-align: right;
}

@media (max-width:1248px) {
	.gb-foot-directory ul.directory-phone {
		padding-right: 16px;
	}
}

.gb-foot-directory ul.directory-phone li dd {
	color: #666;
}

.gb-foot-directory ul.directory-phone li dd b {
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.gb-foot-directory ul.directory-phone li dd a {
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

@media (max-width:767px) {
	#vivo-foot-wrap .gb-foot-directory ul.directory-phone li dd a {
		color: #0087cd;
	}

	#vivo-foot-wrap .gb-foot-directory ul.directory-phone li dd a:visited {
		color: purple;
	}
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-phone li dd {
		margin-top: 25px;
		height: 70px;
		font-size: 14px;
		line-height: 70px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #f2f2f2;
	}
}

@media (min-width:767px) {
	.gb-foot-directory ul.directory-phone li dd span {
		display: none;
	}
}

.gb-foot-directory ul.directory-phone li dd.phone-num {
	padding-top: 15px;
	font-weight: 400;
	font-size: 28px;
}

@media (max-width:1068px) {
	.gb-foot-directory ul.directory-phone li dd.phone-num {
		font-size: 21px;
	}
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-phone li dd.phone-num {
		display: none;
	}
}

.gb-foot-directory ul.directory-phone li dd.online {
	position: relative;
	padding-top: 11px;
	color: #666;
	font-size: 14px;
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-phone li dd.online {
		display: none;
	}
}

@media (max-width:767px) {
	.gb-foot-directory ul.directory-phone li dd.online {
		font-size: 12px;
	}
}

#vivo-foot-wrap .gb-foot-directory ul.directory-phone li dd.online:hover a {
	color: #0087cd;
}

#vivo-foot-wrap .gb-foot-directory ul.directory-phone li dd.online:hover b:before {
	color: #0087cd;
}

.gb-foot-directory ul.directory-phone li dd.online b {
	position: absolute;
	right: 60px;
	bottom: -1px;
	width: 20px;
	height: 15px;
}

.gb-foot-directory ul.directory-phone li dd.online b:before {
	position: absolute;
	right: 1px;
	bottom: 1px;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 16px;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vivo-foot-path {
	position: relative;
	padding-top: 30px;
	width: 100%;
	height: 70px;
	font-size: 14px;
}

@media (max-width:1248px) {
	#vivo-foot-path {
		padding: 30px 16px 0;
		width: auto;
	}
}

#vivo-foot-path.gray {
	background-color: #f7f7f7;
}

#vivo-foot-path .foot-path-box {
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 1200px;
}

#vivo-foot-path .foot-path-box .path-link {
	position: relative;
	padding-top: 30px;
	width: 100%;
	height: auto;
	border-top: 1px #dedede solid;
}

#vivo-foot-path .foot-path-box .path-link ol li {
	position: relative;
	float: left;
	display: inline-block;
	padding-left: 25px;
	font-size: 12px;
}

#vivo-foot-path .foot-path-box .path-link ol li:before {
	position: absolute;
	top: 3px;
	left: 8px;
	color: #333;
	content: "";
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	font-size: 12px;
	font-family: iconfont;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#vivo-foot-path .foot-path-box .path-link ol li a {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
}

#vivo-foot-path .foot-path-box .path-link ol li a:hover span {
	color: #1a1a1a;
}

#vivo-foot-path .foot-path-box .path-link ol li a span {
	color: #333;
}

#vivo-foot-path .foot-path-box .path-link ol li span {
	color: gray;
	line-height: 18px;
}

#vivo-foot-path .foot-path-box .path-link ol li.home-link {
	padding-left: 0;
}

#vivo-foot-path .foot-path-box .path-link ol li.home-link:before {
	display: none;
}

#vivo-foot-path .foot-path-box .path-link ol li.home-link a {
	display: inline-block;
	width: 50px;
	height: 16px;
}

#vivo-foot-path .foot-path-box .path-link ol li.home-link a svg {
	-webkit-transition: opacity .2s,-webkit-transform .4s ease-out;
	transition: opacity .2s,-webkit-transform .4s ease-out;
	transition: transform .4s ease-out,opacity .2s;
	transition: transform .4s ease-out,opacity .2s,-webkit-transform .4s ease-out;
	fill: #333;
}

#vivo-foot-path .foot-path-box .path-link ol li.home-link a:hover svg {
	fill: #1a1a1a;
}

.Redshield {
	position: relative;
	top: -4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 0;
	vertical-align: text-top;
}

.Redshield img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-width: 0;
}

@media (max-width:767px) {
	.Redshield {
		margin-left: 0;
	}
}
.pageNavi{PADDING-RIGHT:0;PADDING-LEFT:0;PADDING-BOTTOM:25px;MARGIN:10px auto 0;WIDTH:100%;PADDING-TOP:10px;TEXT-ALIGN:center}
.wp-pagenavi{margin:0 auto;padding-top:15px;font-size:9pt}
.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited{margin:2px;padding:4px 8px!important;border:1px solid #ccc;color:#333!important;text-decoration:none!important}
.wp-pagenavi a:hover{background-color:#eee!important;color:#0b3779!important;font-weight:700!important}
.wp-pagenavi a:active{margin:2px;padding:2px;border:1px solid #ccc;text-decoration:none}
.wp-pagenavi span.extend,.wp-pagenavi span.pages{margin:2px;padding:4px 8px!important;border:1px solid #ccc;color:#454545!important}
.wp-pagenavi span.current,.wp-pagenavi span.nolink{margin:2px;padding:4px 8px!important;border:1px solid #aaa;background-color:#eee!important;color:#000!important}
