/*无障碍*/
#mozi-assist-cursor-auto {
	display: none;
}

.bigtext-html-close {
	color: #FFF;
	font-style: normal;
	cursor: pointer!important;
}

/* 头部 */
#zty-header {
	background: #fff;
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.15);
}

.zty-header-content {
	width: 1200px;
	height: 133px;
	margin: 0 auto;
}

.zty-third-header-content {
	width: 1200px;
	height: 88px;
	margin: 0 auto;
}

/* logo */
.zty-logo {
	width: 283px;
	height: 72px;
	margin-top: 8px;
	background: url("../images/public/logo_black.png;vpn_img");
	background-size: 283px 72px;
}

/* 切换区域 */
.zty-region {
	height: 24px;
	margin: 32px 0 0 16px;
}

.zty-region-img {
	width: 24px;
	height: 24px;
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat 0 -104px;
}

.zty-region-selected {
	max-width: 110px;
	line-height: 24px;
	margin: 0 4px;
	font-size: 16px;
}

.zty-region-selected:hover {
	color: #333;
}

.zty-region-switch {
	line-height: 24px;
	color: #999;
	font-size: 16px;
}

.zty-region-switch:hover {
	color: #999;
}

.zty-region-add .zty-area-selected {
	max-width: 110px;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.zty-region-add .zty-area-right-img {
	line-height: 14px;
	margin: 6px 0 0 0;
}

/* 切换区域弹出框 */
.zty-cover {
	width: 100%;
	height: 100% !important;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}

#zty-area {
	width: 716px;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
	border-radius: 2px;
	z-index: 200;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
}

.zty-area-header {
	height: 54px;
	padding: 18px 0;
	border-bottom: 1px solid #E5E5E5;
}

.zty-area-header-title {
	line-height: 18px;
	padding-left: 8px;
	margin-left: 16px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-left: 3px solid #0C5B99;
}

.zty-area-close {
	margin-right: 16px;
	color: #999;
}

.zty-close-img:hover {
	color: #333;
}

.zty-area-bottom {
	padding: 24px 24px 16px;
}

.zty-area-selected-box {
	height: 28px;
}

.zty-area-selected {
	max-width: 200px;
	line-height: 28px;
	color: #0E65AB;
	font-size: 20px;
	font-weight: bold;
}

.zty-area-right-img {
	line-height: 16px;
	margin: 6px;
	color: #999;
}

.zty-area-submit {
	width: 74px;
	margin-left: 25px;
	background: #0C5B99 !important;
	border: none;
}

#zty-area-list {
	margin-top: 24px;
}

#zty-area-list li {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	margin: 0 16px 16px 0 !important;
}

#zty-area-list li:hover {
	background: #F7F7F7;
}

#zty-area-list li:hover a {
	color: #0A4D81;
}

/*返回首页*/
.zty-back-index {
	margin: 34px 46px 0 46px;
	font-size: 14px;
}

.zty-back-index:hover {
	color: #0C5B99;
}

/* 登录注册 */
#zty-not-login-register,
#zty-yes-login-register {
	margin: 34px 0 0 24px;
	display: flex;
	align-items: center;
}

.zty-user-img {
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	background: url("../images/public/user.png;vpn_img") no-repeat;
	background-size: 16px 16px;
}

.zty-login-register-title {
	line-height: 20px;
	font-size: 14px;
}

.zty-login-register-title:hover {
	color: #0e65ab;
}

.zty-separate {
	width: 1px;
	height: 12px;
	margin: 4px;
	background: #F0F0F0;
}

.zty-user-title {
	max-width: 108px;
	font-size: 14px;
}

#zty-register-list {
	width: 96px;
	padding: 9px 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
	top: 22px;
	left: -34px;
	z-index: 100;
}

#zty-user-list {
	width: 96px;
	padding: 9px 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
	top: 24px;
	left: 0;
	z-index: 100;
}

#zty-register-list li a,
#zty-user-list li a {
	height: 32px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
}

#zty-register-list li a:hover,
#zty-user-list li a:hover {
	color: #0E65AB;
}

/* 政府网站链接 */
.zty-government-website a {
	height: 20px;
	line-height: 20px;
	margin: 34px 8px 0 8px;
	font-size: 14px;
	border-radius: 2px;
}

.zty-government-website a:last-child {
	margin-right: 0;
}

.zty-government-website a:hover {
	color: #0C5B99;
}

.zty-government-separate {
	width: 1px;
	height: 15px;
	margin-top: 37px;
	background: #E6E6E6;
}

#assist-open img {
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

/* 搜索框 */
.zty-search-content {
	width: 280px;
	height: 38px;
	margin: 25px 0 0 0;
	border-radius: 2px;
	border: 1px solid #D6D6D6;
}

.zty-search-input {
	width: 250px;
	height: 36px;
	padding: 0 10px;
	border: none;
}

.zty-search-input:focus {
	border: none;
}

.zty-search-btn {
	line-height: 16px;
	margin: 10px 0;
	font-size: 16px;
}

/* 一级标题 */
.zty-first-title {
	max-width: 430px;
	height: 48px;
	line-height: 48px;
	padding-left: 24px;
	margin: 20px 0 0 24px;
	font-size: 20px;
	font-weight: bold;
	border-left: 1px solid #D8D8D8;
}

/* 主菜单 */
.zty-menu-slider {
	width: 32px;
	height: 4px;
	background: #0e65ab;
	z-index: 10;
	bottom: 0;
	left: 0;
}

.zty-header-menu li {
	height: 53px;
	margin: 0 24px;
}

.zty-header-menu li:first-child {
	margin: 0 24px 0 0;
}

.zty-header-menu li a {
	display: block;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	font-weight: bold;
}

.zty-header-menu li a.active,
.zty-header-menu li a:hover {
	color: #0e65ab;
	border-bottom: 4px solid #0e65ab;
	background: #fff;
}

.zty-menu-separate {
	width: 1px;
	height: 15px;
	right: -25px;
	top: 20px;
	background: #E6E6E6;
}

#zty-header-menu li:last-child .zty-menu-separate {
	display: none;
}

/* 咨询投诉热线 */
.zty-hotline {
	color: #333 !important;
}

.zty-hotline-img {
	width: 24px;
	height: 13px;
	margin: 21px 6px 0 0;
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -50px -158px;
}

.zty-hotline-text {
	line-height: 53px;
	font-size: 18px;
	font-weight: bold;
}

.zty-hotline-number {
	line-height: 53px;
	color: #f6951c;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

.zty-hotline-separate {
	width: 1px;
	height: 14px;
	margin: 18px 6px;
	color: transparent;
	background: #e5e5e5;
}

/*四级头部*/
.zty-gcjs-title {
	padding-left: 16px;
	margin: 20px 0 0 24px;
	font-size: 20px;
	font-weight: bold;
	border-left: 1px solid #D8D8D8;
}

.zty-gcjs-title p {
	font-size: 20px;
}

.zty-wsbsdt {
	height: 52px;
	line-height: 52px;
	padding-left: 16px;
	margin: 20px 0 0 16px;
	font-size: 24px;
	border-left: 1px solid #D8D8D8;
}

#regionFixed {
	margin: 32px 0 0 48px;
	align-items: center;
}

/* 尾部 */
.zty-footer-main-box {
	width: 100%;
	height: 206px;
}

.zty-footer-main-box .www_rrbay_com {
	color: rgba(255, 255, 255, 0.6);
}

.zty-footer-box-back-top {
	width: 100%;
	height: 45px;
	background: #474B4F;
}

.zty-footer-box-top {
	width: 1200px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

.zty-footer-box-top .www_rrbay_com {
	color: #FFF;
}

/* 移入弹出框 */
.zty-popup-left-box {
	width: 1200px;
	background: #F2F2F2;
	box-shadow: 0px -4px 12px 0px rgba(41, 42, 44, 0.12);
	border-radius: 2px;
	position: absolute;
	z-index: 20;
	display: none;
}

#left {
	left: 0;
	height: 325px;
	top: -325px;
}

#right {
	right: 0;
	height: 229px;
	top: -229px;
}

.zty-popup-top-title {
	width: 1200px;
	height: 54px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px 2px 0px 0px;
}

.zty-popup-sign {
	width: 3px;
	height: 18px;
	background: #0C5B99;
	float: left;
	margin-left: 16px;
	margin-top: 20px;
}

.zty-popup-title {
	width: 500px;
	height: 54px;
	text-align: left;
	line-height: 54px;
	font-size: 18px;
	font-weight: 500;
	float: left;
	margin-left: 6px;
}

.zty-popup-content-box {
	width: 1152px;
	margin-top: 23px;
	margin-left: 24px;
}

#left-box {
	height: 224px;
}

#right-box {
	height: 128px;
}

.zty-popup-item {
	width: 144px;
	height: 32px;
	float: left;
}

.zty-item-icon {
	width: 4px;
	height: 4px;
	background: #0C5B99;
	border-radius: 50%;
	float: left;
	margin-left: 4px;
	margin-top: 14px;
}

.zty-item-txt {
	width: 128px;
	height: 32px;
	float: left;
	margin-left: 8px;
	text-align: left;
	line-height: 32px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.zty-popup-item:hover {
	background: #E5E5E5;
}

.zty-footer-box-top-left {
	width: 50%;
	height: 45px;
	text-align: center;
	float: left;
	color: #FFF;
	position: relative;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
}

.zty-header-menu li a.active {
	color: #0C5B99;
}

.zty-active{
	color: #0C5B99 !important;
	background: #f2f2f2;
}
.zty-active span{
	color: #0C5B99;
	border-top: 7px solid #0C5B99;
}

.zty-footer-box-top-left-spec {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #FFF;
	position: absolute;
	top: 20px;
	left: 340px;
}

.zty-footer-box-top-cen {
	width: 1px;
	height: 27px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.2;
	position: absolute;
	top: 9px;
	left: 50%;
}

.zty-footer-box-top-right {
	width: 50%;
	height: 45px;
	text-align: center;
	float: left;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	position: relative;
}

.zty-footer-box-top-right-spec {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #FFF;
	position: absolute;
	top: 20px;
	left: 375px;
}

.zty-footer-box-back-bottom {
	width: 100%;
	height: 161px;
	background: #3F4246;
}

.zty-footer-box-bottom {
	width: 1200px;
	padding-top: 20px;
	margin: 0 auto;
}

.zty-footer-box-bottom-left {
	width: 636px;
	float: left;
}

.zty-footer-box-bottom-left-one-box {
	width: 100%;
	height: 16px;
	margin-bottom: 16px;

}

.zty-footer-box-bottom-left-one-box a, .zty-footer-box-bottom-left-one-box a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.zty-footer-box-bottom-left-line {
	margin: 3px 14px 1px 14px;
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.2;
	display: inline-block;
}

.zty-footer-box-bottom-left-two-box {
	width: 100%;
	height: 20px;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
}

.zty-ba-list span {
	margin-right: 14px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.zty-footer-box-bottom-left-two-box-spec {
	margin: 0 10px;
}

.zty-ga {
	align-items: center;
}

.zty-ga img {
	width: 16px;
	height: 17px;
	margin-right: 8px;
}

.zty-ga span {
	color: #FFF;
}

.zty-footer-box-bottom-right {
	/*width: 496px;*/
	float: left;
}

.zty-footer-box-bottom-right-left-box {
	margin: 0;
	float: left;
}

.zty-footer-box-bottom-right-left-box-left {
	width: 76px;
	margin-top: 27px;
	float: left;
	text-align: center;
}

.zty-footer-box-bottom-right-left-box-left img {
	height: 64px;
	display: inline-block;
}

.zty-footer-box-bottom-right-left-box-right {
	width: 105px;
	height: 53px;
	margin-top: 27px;
	float: right;
}

.zty-footer-box-bottom-right-left-box-right img {
	width: 105px;
	height: 53px;
	display: inline-block;
}

.zty-footer-box-bottom-right-cen-box {
	width: 1px;
	height: 128px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.2;
	float: left;
	margin-left: 24px;
}

.zty-footer-box-bottom-right-right-box {
	/*width: 233px;*/
	float: left;
	margin-left: 24px;
}

.zty-footer-box-bottom-right-right-box-left {
	width: 94px;
	height: 124px;
	float: left;
}

.zty-footer-box-bottom-right-right-box-left-img {
	width: 94px;
	height: 94px;
}

.zty-footer-box-bottom-right-right-box-left-img img {
	width: 94px;
	height: 94px;
	display: inline-block;
}

.zty-footer-box-bottom-right-right-box-left-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 94px;
	height: 32px;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

.zty-footer-box-bottom-right-right-box-right {
	width: 94px;
	height: 124px;
	float: left;
	margin-left: 24px;
}

/* 侧边栏 */
.zty-sidebar {
	width: 56px;
	height: 488px;
	z-index: 10;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* 大侧边栏 */
.zty-sidebar-big {
	width: 56px;
	background: #3F4246;
	border-radius: 2px 0 0 2px;
	right: 0;
}

.zty-sidebar-big-li {
	width: 56px;
	height: 57px;
	border-bottom: 1px solid #fff;
}

.zty-sidebar-big-li a {
	padding: 7px 0 5px;
}

.zty-sidebar-big-icon {
	width: 24px;
	height: 24px;
	margin: 0 auto 3px;
}

.zty-sidebar-text {
	height: 17px;
	line-height: 17px;
	color: #fff;
	font-size: 12px;
}

.zty-bjjd-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat 0 0;
}

/*.zty-ydd-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -24px 0;
}*/
.zty-xcx-icon {
	background: url("../images/public/xcx.png;vpn_img") no-repeat 0px 0;
}

.zty-gzh-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -48px 0;
}

.zty-wb-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -72px 0;
}

.zty-zfd-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -96px 0;
}

.zty-znwd-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -120px 0;
}

.zty-zxts-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -144px 0;
}

.zty-wsyy-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -168px 0;
}
.zty-spbb-icon {
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -192px 0;
}

.zty-switch-right-icon {
	width: 24px;
	height: 13px;
	margin: 0 auto;
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat 0 -158px;
}

#zty-big-switch {
	height: 32px;
	border-bottom: none;
}

#zty-big-switch a {
	padding: 9px 0 10px;
}

.zty-sidebar-hover-img {
	width: 150px;
	height: 144px;
	left: -150px;
	top: 50%;
	transform: translateY(-50%);
}

#zty-zfd {
	width: 394px;
	height: 172px;
	left: -394px;
}
#zty-xcx {
	width: 268px;
	height: 138px;
	left: -268px;
}

/* 小侧边栏 */
.zty-sidebar-small {
	width: 36px;
	background: #3F4246;
	border-radius: 2px 0 0 2px;
	top: 0;
	right: -36px;
}

.zty-sidebar-small-li {
	width: 36px;
	height: 51px;
	border-bottom: 1px solid #fff;
}

.zty-sidebar-small-li a {
	padding: 13px 0;
}

.zty-sidebar-small-icon {
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.zty-switch-left-icon {
	width: 24px;
	height: 13px !important;
	margin: 0 auto;
	background: url("../images/public/micro_icon.png;vpn_img") no-repeat -26px -158px;
}

#zty-small-switch {
	height: 24px;
}

#zty-small-switch {
	height: 24px;
	border-bottom: none;
}

#zty-small-switch a {
	padding: 5px 0 6px;
}

.zty-gb-icon {
	background: url("../images/public/gb.png;vpn_img") no-repeat center;
	background-size: 24px 24px;
}

.zty-bbdb-icon {
	background: url("../images/public/clipboard.png;vpn_img") no-repeat center;
	background-size: 24px 24px;
}

.layui-layer-title {
	height: 54px !important;
	line-height: 54px !important;
	font-size: 18px !important;
	font-weight: bold;
	background: #FFF;
	display: flex;
	align-items: center;
}

.zty-blue-border {
	width: 3px;
	height: 18px;
	margin-right: 8px;
	background: #0C5B99;
}

#send_str {
	color: #0C5B99;
}

/*二维码弹出框*/
.zty-code-pop {
	width: 400px;
	background: #FFFFFF;
	box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 200;
}

.zty-code-pop-close {
	top: 24px;
	right: 24px;
}

.zty-code-pop-body {
	padding: 85px 0 70px;
}

.zty-code-pop-title {
	font-size: 24px;
}

.zty-code-pop-img {
	width: 164px;
	margin-top: 16px;
}

#qrcode table {
	margin: 24px auto;
}
