/* header 头部   begin */

html body {
    position: relative;
    min-width: 1200px;
    font: 14px/1.5 '微软雅黑', Arial, helvetica, sans-serif;
}

.c-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    height: 56px;
    line-height: 56px;
}

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

.c-header h1 {
    position: fixed;
    left: -1000px;
    top: -1000px;
    z-index: 1;
}

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

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

.c-header-center .nav-list {
    display: inline-block;
}

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

.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: #3e6cff;
    border-radius: 1px;
    z-index: 9;
    border-radius: 2px;
}

.nav-list .nav-item.active>a,
.nav-list .nav-item:hover>a {
    color: #3e6cff;
    font-weight: bold;
}

.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 {
    padding-top: 48px;
    background-color: #393b4a;
}

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

.c-footer-top {
    line-height: 50px;
}

.c-footer .footer-logo {
    width: 483px;
    vertical-align: middle;
}

.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-bottom: 25px;
    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: 26px;
}

.c-footer .else-a {
    width: 700px;
    float: left;
}

.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 {
    height: 15px;
    line-height: 15px;
    font-size: 20px;
    color: #ffffff;
}

.c-footer .code-img-box {
    float: right;
    width: 120px;
    text-align: center;
}

.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 {
    padding: 18px 0;
    background-color: #303341;
    color: #868a98;
    line-height: 28px;
    font-size: 14px;
    color: #868a98;
    text-align: center;
}

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


/* footer 头部   end */


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

.fixed-btn {
    position: fixed;
    width: 56px;
    background-color: #ffffff;
    border-radius: 28px;
    border: solid 1px #3e6cff;
    top: 300px;
    right: 24px;
    z-index: 99;
    /* overflow: hidden; */
}

.fixed-btn .wei-pop {
    display: none;
    position: absolute;
    width: 191px;
    height: 188px;
    top: 17px;
    right: 62px;
    z-index: 98;
    background: url(../images/wk_02.png) no-repeat;
    background-size: 100% 100%;
}

.fixed-btn .kefu-pop {
    display: none;
    position: absolute;
    width: 167px;
    height: 60px;
    top: 17px;
    right: 62px;
    z-index: 98;
    background: url(../images/wk_01.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    padding-left: 24px;
}

.fixed-btn .fixed-line {
    display: block;
    width: 26px;
    height: 1px;
    margin-left: 15px;
    background-color: #b4bed0;
}

.fixed-btn .kefu-pop .kefu-time {
    margin-top: 10px;
    font-size: 12px;
    color: #8590a6;
}

.fixed-btn .kefu-pop h4 {
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #3e6cff;
}

.fixed-btn .kefu-pop .kefu-time b {
    color: #071c3b;
}

.fixed-btn .wei-pop img {
    display: block;
    width: 96px;
    margin: 24px 0 0 46px;
    font-size: 0;
}

.fixed-btn .wei-pop p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #071c3b;
}

.fixed-btn a {
    position: relative;
    display: block;
    height: 72px;
    padding-top: 14px;
    text-align: center;
    border-radius: 27px 27px 0px 0px;
}

.fixed-btn a.kefu {
    border-radius: 0 0 0 0;
}

.fixed-btn a.shows {
    border-radius: 0 0 27px 27px;
}

.fixed-btn a i {
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto 8px auto;
    background: url(../images/icons.png);
    background-position: -48px 0;
}

.fixed-btn a .kefu-icon {
    background: url(../images/icon_telephone.png);
    background-position: -0 0;
}

.fixed-btn a .show-icon {
    background: url(../images/v2/icons_v2.png);
    background-position: 0 -28px;
}

.fixed-btn a span {
    display: inline-block;
    width: 24px;
    font-size: 12px;
    color: #071c3b;
    line-height: 14px;
}

.fixed-btn a:hover {
    opacity: 1;
    background-color: #3e6cff;
}

.fixed-btn a:hover span {
    color: #FFFFFF;
}

.fixed-btn a:hover .wei-pop,
.fixed-btn a:hover .kefu-pop {
    display: block;
}

.fixed-btn a:hover .kefu-icon {
    background: url(../images/icons.png);
    background-position: -120px 0;
}

.fixed-btn a:hover .weixin-icon {
    background: url(../images/icons.png);
    background-position: -72px 0;
}

.fixed-btn a:hover .show-icon {
    background: url(../images/v2/icon_show_hover.png);
    background-position: -72px 0;
}


/* 右侧 固定窗口按钮     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
}

.active {
    color: #3e6cff !important
}


/* 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;
}


/*