/* header 头部   begin */

html body {
	position: relative;
	min-width: 1200px;
	font: 14px/1.5 '微软雅黑', Arial, helvetica, sans-serif;
}
.page-wrap {
	position: relative;
}
.c-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	height: 56px;
	line-height: 56px;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0px 0px 24px 0px rgba(70, 76, 90, 0.12);
}

.c-header:hover {
	background-color: rgba(255, 255, 255, .3);
}

.c-header h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #1b273d;
}

.c-header .logo {
	width: 72px;
	margin-right: 6px;
	vertical-align: middle;
}

.c-header-center {
	background-color: rgba(255, 255, 255, 0);
}

.c-header-center .nav-list {
	float: right;
}

.nav-list .nav-item {
	position: relative;
	display: inline-block;
	margin: 0 30px;
	font-size: 14px;
	color: #596178;
}

.nav-list .nav-item .down-icon {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 7px;
	background: url(../images/v2/icons_v2.png) no-repeat;
	background-position: 0 0;
}

.nav-list .nav-item.active .down-icon,
.nav-list .nav-item:hover .down-icon {
	background-position: 0 -8px;
}

.nav-list .nav-item.active::after {
	content: '';
	position: absolute;
	height: 3px;
	bottom: 0;
	width: 20px;
	height: 2px;
	left: 50%;
	margin-left: -10px;
	background-color: #ff2626;
	border-radius: 1px;
	z-index: 9;
	border-radius: 2px;
}

.nav-list .nav-item.active>a,
.nav-list .nav-item:hover>a,
.nav-list .nav-item >a:hover{
	color: #212529;
	font-weight: bold;
	opacity: 1;
}

.nav-list .nav-item:hover .nav-pop {
	display: block;
}

.c-header .type-btn,
.c-header .login-btn {
	float: right;
	display: block;
	width: 88px;
	height: 32px;
	margin: 11px 8px;
	border-radius: 16px;
	border: solid 1px #3e6cff;
	font-size: 14px;
	color: #3e6cff;
	line-height: 32px;
	text-align: center;
}

.c-header .type-btn:hover,
.c-header .login-btn:hover {
	opacity: 0.8;
}

.c-header .login-btn {
	background-color: #3e6cff;
	color: #FFFFFF;
	cursor: pointer;
}

.c-header .username {
	float: right;
	display: block;
	margin: 0 8px;
	font-size: 16px;
	color: #0a1633;
	font-weight: bold;
}

body .haslogin,
.c-header .haslogin,
.c-header .nologin {
	display: none;
}

.c-header .nav-pop {
	display: none;
	position: absolute;
	top: 56px;
	left: -24px;
	right: -24px;
	z-index: 99;
	background-color: rgba(255, 255, 255, .3);
	box-shadow: 1px 8px 18px 0px rgba(27, 39, 61, 0.1);
	border-radius: 0px 0px 4px 4px;
	padding: 13px 0;
	font-size: 14px;
	color: #748196;
	line-height: 36px;
	text-align: center;
}

.c-header .nav-pop a {
	display: block;
}

.c-header .nav-pop a:hover {
	color: #3e6cff;
	font-weight: bold;
}


/* header 头部   end */


/* footer 头部   begin */

.c-footer {
	background-color: #393b4a;
	background: url(../images/bg_bottom.png) no-repeat; 
	background-size: 100% 100%;
}

.c-footer a:hover {
	opacity: 1;
	color: #FFFFFF;
}


.c-footer .text-dec {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}

.c-footer .try-btn {
	display: inline-block;
	width: 88px;
	height: 32px;
	margin-left: 37px;
	background-color: #3e6cff;
	border-radius: 16px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
}

.c-footer-middle-ul {
	float: left;
	margin-left: 5px;
	width: 800px;
}

.c-footer-middle {
	/* margin-top: 40px; */
	padding-top: 48px;
	border-bottom: 1px solid rgba(83, 85, 97, 1);
}

.c-footer-middle-ul .a-item {
	float: left;
	width: 140px;
	margin-right: 60px;
}

.c-footer-middle-ul .a-item h4 {
	margin-bottom: 24px;
	font-size: 16px;
	color: #ffffff;
}

.c-footer-middle-ul .a-item a {
	display: block;
	margin-bottom: 13px;
	font-size: 14px;
	color: #868a98;
}

.c-footer-middle-ul .a-item a:hover {
	color: #FFFFFF;
	opacity: 1;
}

.else-a-box {
	margin-top: 36px;
}
.complaints-accept {
	color: #ffffff;
	float: right;
	opacity: 0.9;
}


.c-footer .cp-text {
	float: right;
	font-size: 14px;
	color: #868a98;
}

.c-footer .cp-text img {
	width: 18px;
	margin-right: 12px;
	vertical-align: middle;
}

.c-footer .else-a a {
	display: inline-block;
	margin-right: 27px;
	font-size: 14px;
	color: #868a98;
}

.c-footer .else-a a:hover {
	color: #FFFFFF;
	opacity: 1;
}

.a-item h5 {
	font-size: 20px;
	color: #ffffff;
}

.c-footer .right-box {
	float: right;
	text-align: right;
	vertical-align: top;
}
.c-footer .right-box h4 {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: bold;
}
.c-footer .code-img-box {
	display: inline-block;
	margin-left: 24px;
	width: 96px;
	text-align: center;
	vertical-align: top;
}

.text-box {
	display: inline-block;
	vertical-align: top;
}
.text-box h5{
	margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 15px;
    font-style: italic;
    line-height: 15px;
    letter-spacing: 0px;
    color: #ffffff;
}
.text-box span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #a2aab9;
 }
.c-footer .code-img-box img {
	width: 100%;
}

.c-footer .code-img-box p {
	margin-top: 12px;
	color: #868a98;
	font-size: 14px;
}

.c-footer-bottom {
	margin-top: 24px;
	padding: 18px 0;
	line-height: 28px;
	font-size: 14px;
	color: #868a98;
	text-align: center;
	border-top: 1px solid #676e80;;
}

.c-footer-bottom a {
	color: #868a98;
}


/* footer 头部   end */


/* 右侧 固定窗口按钮 */
.goTop {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	right: 24px;
	bottom: 400px;
	z-index: 99;
	background: url(../images/notice-icons.png);
	background-position: 0 -88px;
}
.goTop:hover {
	opacity: 1;
	background: url(../images/notice-icons.png);
	background-position: 0 -48px;
}

/* 右侧 固定窗口按钮     end*/


/* 播放视频窗口 */

.dialogo-video {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 1000px;
	height: 562px;
}

.video-bg {
	width: 100%;
	height: 100%;
	z-index: 89;
	background: #000;
	opacity: 0.3;
	position: fixed;
	left: 0px;
	top: 0px;
}

.dialogo-video .dio-video-play {
	width: 100%;
	height: 100%;
}


/* 公用 免费试用弹窗吗 bgein*/

.try-alert {
	display: none;
	width: 520px;
	height: 284px;
}

.layui-layer-title {
	background-color: #f4f8ff;
	border-bottom: 0px solid #F0F0F0 !important;
	color: #071c3b !important;
	font-size: 20px !important;
}

.try-alert form {
	display: block;
	margin-top: 42px;
}

.try-alert .input-item {
	position: relative;
	width: 440px;
	height: 48px;
	margin: 0 auto 24px auto;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e2e8f2;
	line-height: 48px;
}

.try-alert .input-item .pass-ico {
	position: absolute;
	right: 14px;
	top: 12px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon_open.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.try-alert .error-tip {
	display: none;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 9;
	font-size: 12px;
	color: #ef1818;
	line-height: 16px;
}

.try-alert .error-tip i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	margin-top: -3px;
	background: url(../images/try-icons.png);
	background-position: 0 0;
	vertical-align: middle;
}

.try-alert .bottom-tip {
	margin-top: 12px;
	font-size: 14px;
	color: #8590a6;
	text-align: center;
}

.try-alert .bottom-tip span {
	color: #3e6cff;
	font-weight: bold;
}

.input-item .input-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 15px;
	margin-right: 7px;
	background: url(../images/v2/demo_icons.png);
	background-position: 0 0;
	vertical-align: middle;
}

.input-item input {
	width: 360px;
	color: #071c3b;
	font-size: 14px;
	height: 46px;
	;
}

.hasright-section input {
	width: 260px;
}

.input-item .tel-icon {
	background-position: -0 -24px;
}

.try-alert .next-btn,
.try-alert .login-btn {
	display: block;
	width: 440px;
	height: 48px;
	margin: 40px auto 0 auto;
	background-color: #3e6cff;
	border-radius: 24px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}

.try-alert .next-btn.disabled {
	opacity: 0.3;
}


/* 公用 免费试用弹窗吗   end*/

.w-1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis-2l {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ellipsis-3l {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.clearboth {
	clear: both;
}

a:hover {
	opacity: 0.7;
}

video {
	object-fit: fill;
}

.borderbox {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholde {
	color: #b4bed0;
}

.activelist {
	color: #3e6cff
}


/* Internet Explorer 10+ */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #b4bed0;
}


/* WebKit browsers */

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #b4bed0;
}


/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #b4bed0;
}


/* 输入框 历史背景色 */
input[type='text']:-webkit-autofill {
 -webkit-text-fill-color: #071c3b;
 box-shadow: 0 0 0px 50px #ffffff inset !important;
}
iframe{
	display: block;
}