body,
html {
    font-size: 10px;
    /* max-width: 1160px; */
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    color: #252b3a;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    text-decoration: none;
}



/* 自定义滚动条样式 */

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .3);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/* 自定义滚动条样式 end*/


/* 竖线 */

.overflowY-hidden {
    overflow-y: hidden;
}

.s-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #DADADA;
    margin: 0 15px;
}

.tran {
    opacity: 0;
}


/* 横线 */

.c_line {
    display: block;
    border-radius: 3px;
    width: 90px;
    height: 6px;
    background: #3784FF;
}

.hide {
    display: none !important;
}


/* 字体白色 */

.color-white {
    color: white !important;
}


/* start */

.flex_row {
    display: flex;
    flex-direction: row;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.widthB {
    width: 100%;
}

.heightB {
    height: 100%;
}

.font_size14 {
    font-size: 14px;
}

.font_size20 {
    font-size: 18px;
}

.font_size28 {
    font-size: 28px;
}

.block_center {
    margin: 0 auto;
}

.word_center {
    text-align: center;
}

.max_width {
    max-width: 1200px;
}


/* end */


/* 遮罩弹窗 */

.maker {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    text-align: center;
    display: none;
}

.maker .maker_inner {
    width: 400px;
    background-color: #FFFFFF;
    margin: 230px auto 0;
    padding: 20px;
    opacity: 1;
    border-radius: 5px;
}

.maker .maker_inner .close_box {
    width: 100%;
    align-items: center;
    height: 30px;
    justify-content: flex-end;
}

.maker .maker_inner .close_box .close {
    width: 30px;
    height: 30px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.maker .maker_inner .lower {
    align-items: center;
}

.maker .maker_inner .lower span {
    display: inline-block;
    font-size: 24px;
    margin: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
}

.maker .maker_inner .lower img {
    width: 282px;
    height: 282px;
    margin-bottom: 50px;
}


/* maker end */


/* 底部立即试用 */

.down {
    width: 1200px;
    height: 376px;
    margin: 0 auto;
}

.down .btn_box {
    width: 257px;
    height: 50px;
    opacity: 1;
    border-radius: 6px;
    text-align: center;
    position: absolute;
    top: 230px;
    left: 50%;
    background: #FFFFFF;
    transform: translateX(-50%);
    cursor: pointer;
}

.down .btn_box button {
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3860F9;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 6px;
	border:0;
}

.down .btn_box :hover {
    opacity: 0.8;
    transition: all 0.6s;
}


/* 底部立即试用 end */


/* 头部 Start */

.head_center {
    position: relative;
    margin-top: 93px;
}

.head_center .head_center_left {
    position: absolute;
    left: 0;
    top: 0px;
    display: flex;
    flex-direction: column;
}

.head_center .head_center_left p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 39px;
    width: 490px;
    line-height: 38px;
}

.head_center .head_center_left img {
    width: 469px;
    height: 50px;
}

.head_center .head_center_left a {
    width: 210px;
    height: 60px;
    background: #3860FF;
    border-radius: 6px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 50px;
    text-align: center;
    line-height: 60px;
}

.head_center .head_center_left a:hover {
    opacity: 0.8;
    transition: all 0.6s;
}

.head_center .head_center_right {
    position: absolute;
    width: 650px;
    height: 500px;
    right: 0;
    margin-top: -60px;
}

.head_center .head_center_right img {
    width: 100%;
    height: 100%;
}


/* 吸顶 */

.jump-link {
    width: 100%;
    /* background-color: #f5b000; */
    background: linear-gradient(166deg, #79B2F5 0%, #425DEB 100%);
    color: #fff;
    font-size: 18px;
    text-align: center;
    min-height: 60px;
    /* padding-top: 8px;
    padding-bottom: 8px; */
    justify-content: center;
    z-index: 9999;
    position: fixed;
    opacity: 1;
    top: 0;
    line-height: 60px;
}

.jump-link .img_p {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 30px;
}

.jump-link .img_p img {
    width: 14px;
    height: 14px;
}

.jump-link .jump-link-inner {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.jump-link>.jump-link-inner>.title_p {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px
}

.jump-link>.jump-link-inner>.title_p>.btn {
    width: 100px;
    height: 28px;
    background: rgba(139, 148, 255, 0.12);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
}

.jump-link>.jump-link-inner>.title_p>.btn>.btn-p {
    width: 100px;
    font-size: 14px;
    height: 20px;
    color: #FFFFFF;
    font-family: PingFang SC;
    text-align: center;
}

.jump-link>.jump-link-inner>.title_p>.btn:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background: rgba(139, 148, 255, 0.39);
}

.jump-link>.jump-link-inner>.title_p>.btn2 {
    margin-left: 6px;
}

header {
    position: fixed;
    top: 60px;
    z-index: 999;
    width: 100%;
    color: white;
    height: 70px;
}

header.newhead1 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}


/* 吸顶 */


/* 头部 End */


/* 开发文档 */

.common_ul {
    width: 1200px;
}

.common_li {
    width: 1200px;
    margin-bottom: 30px;
}

.common_ul .common_li::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #828282;
    border-radius: 50%;
    margin-top: 9px;
}

.common_ul .common_li .common_p {
    width: 1130px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    opacity: 1;
    margin-left: 20px;
    line-height: 28px;
}

.common_ul .common_li:last-child {
    margin-bottom: 0;
}

.common_ul .common_h1 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #171D26;
    opacity: 1;
}


/* 开发文档End */


/* 合同模块 Start*/

.cooperation {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.cooperation .title {
    width: 462px;
    height: 59px;
    text-align: center;
}

.cooperation .title img {
    width: 100%;
    height: 100%;
}

.cooperation .achievement {
    width: 1200px;
    height: 210px;
    background: #FFFFFF;
    border: 2px solid rgba(220, 230, 242, 0.5019607843137255);
    margin: 60px 0 40px 0;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.cooperation .achievement .achievement_block {
    text-align: center;
}

.cooperation .achievement .achievement_block img {
    width: 195px;
    height: 55px;
}

.cooperation .achievement .achievement_block p {
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 16px;
    color: #666666;
    opacity: 1;
    margin-top: 21px;
}

.cooperation .cooperation_list {
    width: 100%;
    height: 380px;
}

.cooperation .cooperation_list img {
    width: 100%;
    height: 100%;
}


/* 合同模块 End */


/* vertical_banner 竖*/

.vertical_banner {
    width: 1200px;
    display: flex;
    flex-direction: row;
    padding: 25px 0;
}

.vertical_banner .vertical_banner__left {
    width: 100%;
    flex: 1;
}

.vertical_banner .vertical_banner__left .vertical_banner__left_ul {
    margin-top: 50px;
}

.vertical_banner__left_ul .vertical_banner__left_li {
    width: 330px;
    height: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    margin-bottom: 33px;
    padding: 0 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    align-items: center;
}

.vertical_banner__left_ul:last-child {
    margin-bottom: 0;
}

.vertical_banner__left_ul .active {
    padding: 20px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    background: #FFFFFF;
}

.vertical_banner__left_ul .active .vertical_banner__left_txt a {
    display: block;
    margin-bottom: 5px;
}

.vertical_banner__left_ul .active .vertical_banner__left_txt .txt_span {
    display: block;
    margin-bottom: 5px;
}

.vertical_banner__left_ul .active .vertical_banner__left_txt p {
    display: block;
    margin-top: 5px;
}


/* .vertical_banner__left_li .vertical_banner__left_txt .txt_a {
    font-weight: 600;
    line-height: 30px;
    margin-right: 17px;
} */

.vertical_banner__left_ul .vertical_banner__left_li .vertical_banner__left_img {
    margin-right: 16 px;
}

.vertical_banner__left_img img {
    width: 50px;
    height: 50px;
}

.vertical_banner__left_ul .vertical_banner__left_li .vertical_banner__left_txt {
    margin-left: 16px;
}

.vertical_banner__left_txt .txt_span {
    font-size: 18px;
    font-family: PingFang SC;
    color: #171D26;
    float: left;
    /* margin-bottom: 14px; */
    font-weight: 600;
    /* line-height: 20px; */
}

.vertical_banner__left_txt .txt_p {
    width: 240px;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 86px;
    overflow: hidden;
    display: none;
    font-size: 12px;
    color: #707070;
    font-family: PingFang SC;
    line-height: 20px;
}

.vertical_banner__left_txt .txt_a {
    font-size: 14px;
    font-family: PingFang SC;
    color: #3860F9;
    float: right;
    display: none;
    font-weight: 500;
    line-height: 25px;
    margin-right: 1px;
}

.vertical_banner .swiper-container {
    flex: 2.5;
    width: 833px;
    height: 523px;
}

.vertical_banner .swiper-container .swiper-wrapper {}

.vertical_banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 833px;
    height: 523px;
}

.vertical_banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}


/* icon */

@font-face {
    font-family: 'iconfont';
    /* project id 2104092 */
    src: url('//at.alicdn.com/t/font_2104092_mi6hp073c49.eot');
    src: url('//at.alicdn.com/t/font_2104092_mi6hp073c49.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2104092_mi6hp073c49.woff2') format('woff2'), url('//at.alicdn.com/t/font_2104092_mi6hp073c49.woff') format('woff'), url('//at.alicdn.com/t/font_2104092_mi6hp073c49.ttf') format('truetype'), url('//at.alicdn.com/t/font_2104092_mi6hp073c49.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont-cw:before {
    content: "\e7f5";
    font-size: 88px;
}

.iconfont-zy:before {
    content: "\e7f4";
    font-size: 88px;
}

.iconfont-xz:before {
    content: "\e7f3";
    font-size: 88px;
}

.iconfont-xs:before {
    content: "\e7f1";
    font-size: 88px;
}

.iconfont-rc:before {
    content: "\e7f2";
    font-size: 88px;
}

.iconfont-bi:before {
    content: "\e7ec";
    font-size: 128px;
    color: #0092ff;
}

.iconfont-bb:before {
    content: "\e7ed";
    font-size: 128px;
    color: #0092ff;
}

.iconfont-lc:before {
    content: "\e7ee";
    font-size: 128px;
    color: #0092ff;
}

.iconfont-mh:before {
    content: "\e7ef";
    font-size: 128px;
    color: #0092ff;
}

.iconfont-ziyuan2:before {
    content: "\e807";
    font-size: 86px;
    color: #0092ff;
    margin: 0 auto;
    position: relative;
    top: 29px;
}

.iconfont-zx:before {
    content: "\e7f0";
    font-size: 128px;
    color: #0092ff;
}

.iconfont-tx:before {
    content: "\e7e9";
    font-size: 128px;
    color: #0092ff;
}

.iconfont-dianhua:before {
    content: "\e7fb";
    font-size: 45px;
    color: #29a3ff;
    padding-left: 10px;
}

.iconfont-tiyan:before {
    content: "\e7f7";
    font-size: 26px;
}

.iconfont-zixun:before {
    content: "\e7f8";
    font-size: 26px;
}

.iconfont-dianhua1:before {
    content: "\e7f9";
    font-size: 30px;
}

.iconfont-kefu:before {
    content: "\e7fa";
    font-size: 35px;
}

.iconfont-delete:before {
    content: "\e7fd";
}

.iconfont-toTop:before {
    content: "\e7fc";
    font-size: 35px;
    color: #fff;
}

.iconfont-check:before {
    content: "\e802";
    font-size: 22px;
    color: #BCC1CC;
    position: absolute;
    right: 0;
}

.iconfont-net:before {
    content: "\e800";
    font-size: 22px;
    color: #BCC1CC;
    position: absolute;
    left: 8px;
    top: 8px;
}

.iconfont-Java:before {
    content: "\e801";
    font-size: 22px;
    color: #BCC1CC;
    position: absolute;
    left: 8px;
    top: 8px;
}

.iconfont-bofang:before {
    content: "\e805";
    font-size: 27px;
}

.iconfont-code1:before {
    content: "\e804";
    font-size: 78px;
}

.iconfont-code2:before {
    content: "\e7fe";
    font-size: 78px;
}

.iconfont-code3:before {
    content: "\e7ff";
    font-size: 78px;
}

.iconfont-code4:before {
    content: "\e803";
    font-size: 78px;
}

#nb_icon_wrap {
    display: none !important;
}


/* 右侧浮动Start */

.online {
    position: fixed;
    bottom: 334px;
    right: 0;
    z-index: 1000;
}

.online .online_one {
    width: 80px;
    height: auto;
    background: #3860FF;
    box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
    border-radius: 6px 0 0 6px;
}

.online_items {
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #EFEFF9;
    margin: 0 10px;
    position: relative;
}

.online_items:hover {
    border-bottom: 1px solid #3860ff;
}

.online_items:hover::before {
    display: block;
}

.online_items::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10px;
    width: 80px;
    height: 86px;
    display: none;
    background: rgb(255, 255, 255, .1);
}

.online_items:last-child {
    border: 0 !important;
}

.online_items .iconfont {
    font-size: 18px;
    color: #fff;
}

.online_items p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    padding-top: 7px;
}

.toTop {
    width: 80px;
    height: 80px;
    text-align: center;
    background: #3860FF;
    /* margin-top: 10px; */
    line-height: 80px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 252px;
    z-index: 10000;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
    display: none;
}

.online .wechat {
    width: 212px;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 88px;
    bottom: 218px;
    z-index: 1000;
    border-radius: 2px;
}

.online .wechat2 {
    width: 212px;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 88px;
    bottom: 332px;
    z-index: 1000;
    border-radius: 2px;
}

.online .wechat .title,
.online .wechat2 .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #3A3434;
    text-align: center;
}

.wechat .we_img,
.wechat2 .we_img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.wechat .we_img img,
.wechat2 .we_img img {
    width: 100%;
    height: 100%;
}

.connect_phone {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
    bottom: 350px;
    right: 96px;
    padding: 20px 28px;
    border-radius: 2px;
    display: none;
}

.connect_phone.show {
    display: block;
}

.top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #E1E1E5;
    margin-bottom: 17px;
}

.top span {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #3A3434;
}

.two {
    display: flex;
    justify-content: space-between;
}

.two .right p {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #3A3434;
    margin-bottom: 10px;
}

.two .right span {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    color: #3A3434;
}

.three {
    width: 248px;
    display: flex;
    justify-content: space-between;
    background: #EFEFEF;
    padding: 10px;
    padding: 10px;
    margin-top: 20px;
}

.three .left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.three .left .title {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #3A3434;
}

.three .left p span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #818181;
}

.three .right {
    width: 50px;
    height: 50px;
}

.three .right img {
    width: 100%;
    height: 100%;
}

.same {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #818181;
    text-align: right;
    margin-top: 14px;
}


/* 右侧浮动End */