html {
    
}

body,
div,
form,
section,
header,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
input,
select,
button {
    margin: 0;
    padding: 0;
    font-size: inherit;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

header,
section {
    display: block;
}

body {
    font-family: "PingFang SC", "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    background-color: #FFFFFF;
    padding-top: 64px;
}

input,
select {
    font-size: 100%;
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

a,
button {
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
}

.ec-animate {
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: ec-skeleton-loading 1.4s ease infinite;
}

@keyframes ec-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}
.flex {
    display: -moz-flex;
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-align {
    align-items: center;
}

.flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-stretch {
    align-items: stretch;
}

.flex-end {
    align-items: flex-end;
}

.flex-justify {
    justify-content: center;
}

.flex-between {
    justify-content: space-between;
}

.flex-auto {
    width: 0;
    flex: 1;
}



.jz-btn-msg {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.jz-btn-msg .pericon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url('../image/user.png') no-repeat center center;
}
.user-wrap {
    display: flex;
    align-items: center;
}

.user-wrap .jz-btn-msg {
    margin-right: 20px;
}


.image-part {
    position: relative;
    overflow: hidden;
}

.image-part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.image-all {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.image-all img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.ads-button {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    height: 48px;
    background: #FBAF27;
    border-radius: 8px;
}

.ads-button:hover {
    background-color: #ff9800;
}

.ads-sprite {
    background-image: url(../image/new-super/ads_spirit.png);
    background-repeat: no-repeat;
    background-size: 800px 800px;
}

.ecer-flex {
    display: -moz-flex;
    display: flex;
}

.ecer-flex-col {
    flex-direction: column;
}

.ecer-flex-align {
    align-items: center;
}

.ecer-flex-bottom {
    align-items: flex-end;
}

.ecer-flex-stretch {
    align-items: stretch;
}

.ecer-flex-end {
    align-items: flex-end;
}

.ecer-flex-justify {
    justify-content: center;
}

.ecer-flex-space-between {
    justify-content: space-between;
}

.ecer-flex-auto {
    width: 0;
    flex: 1;
}

.ecer-flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.animation {
    position: relative;
    transform: translateY(30%);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.animation.fade-in {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.ads-delay500 {
    transition-delay: 0.5s;
}

.ads-delay1000 {
    transition-delay: 1s;
}

.ads-m-button,
.ads-m-text {
    display: none;
}

.content-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ads-triangle {
    border-width: 100px 60px;
    border-style: solid;
    border-color: transparent transparent #287dda transparent;
    position: absolute;
}

.ads-triangle.orange {
    border-color: transparent transparent #fef6e3 transparent;
}

.ads-triangle.cyan {
    border-color: transparent transparent #bed8f3 transparent;
}

.ads-triangle.gray {
    opacity: 0.04;
    border-color: transparent transparent #fff transparent;
}

.ads-img-container img {
    max-width: 100%;
    max-height: 100%;
}

.ads-bg {
    background-color: #f9f9f9;
}










.Mode_part {
    height: 600px;
    position: relative;
}

.Mode_part .main {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.Model__07 {
    margin-bottom: 98px;
}

.Model__07:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-20%, 0%);
    background: url(../image/new-super/service_bg.png) no-repeat center right;
}

.Model__07 .text_show {
    padding-left: 60px;
}

.Model__07 .img_show img {
    height: 440px;
    margin-left: -65px;
}

.Model__08:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, 0%);
    background: url(../image/new-super/advantage_bg1.png) no-repeat center left;
}

.Model__08 .img_show img {
    height: 640px;
    margin-left: 115px;
    margin-top: -165px;
}

.Mode_part .img_show {
    width: 50%;
    text-align: left;
}

.Mode_part .text_show {
    width: 50%;
}

.Mode_part .text_show .Biao_ti {
    width: 520px;
    /*height: 87px;*/
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    margin-bottom: 40px;
    opacity: 1;
}

.Mode_part .text_show .Biao_ti:after {
    content: "";
    display: block;
    width: 62px;
    height: 8px;
    background: #E8B848;
    opacity: 1;
    margin-top: 30px;
    width: 140px;
    height: 4px;
    background: #287DDA;
}

.Mode_part .text_show .Miao_xu {
    width: 550px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #999999;
    margin-bottom: 30px;
    opacity: 1;
}

.Mode_part .text_show ul {
    list-style: none;
}

.Mode_part .text_show ul li {
    width: 513px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #333333;
    margin-bottom: 18px;
    opacity: 1;
    padding-left: 26px;
    position: relative;
}

.Model__07 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 40px;
    position: relative;
}

.Model__07 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__07 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__07 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__07 .text_show ul li:nth-child(1) i {
    background-position: -9px -9px;
}

.Model__07 .text_show ul li:nth-child(2) i {
    background-position: -48px -9px;
}

.Model__07 .text_show ul li:nth-child(3) i {
    background-position: -85px -9px;
}

.Model__07 .text_show ul li:nth-child(4) i {
    background-position: -123px -9px;
}

.Model__07 .text_show ul li:nth-child(5) i {
    background-position: -162px -9px;
}

.Model__07 .text_show ul li:nth-child(6) i {
    background-position: -200px -9px;
}

.Model__08 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 100px;
    position: relative;
    height: 82px;
    display: flex;
    align-items: center;
}

.Model__08 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__08 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__08 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__08 .text_show ul li:nth-child(1) i {
    background-position: -9px -47px;
}

.Model__08 .text_show ul li:nth-child(2) i {
    background-position: -100px -47px;
}

.Model__08 .text_show ul li:nth-child(3) i {
    background-position: -191px -47px;
}

.phone-img {
    display: none;
}

.Model_tit {
    width: 100%;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    text-align: center;
    opacity: 1;
    padding: 100px 0 64px;
    margin: 0;
    position: relative;
}

.Model_tit:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 5px;
    background: #287DDA;
    opacity: 1;
    margin-top: 30px;
}
.banner-wrap {
    font-size: 0;
}
.banner-wrap img {
    width: 100%;
}
.only-m {
    display: none!important;
}

/* pc开始 */
@charset "utf-8";

/*  @功能: 重设浏览器默认样式 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Source Han Sans CN,PingFang SC,helvetica neue,arial,hiragino sans gb,stheiti,wenquanyi micro hei,微软雅黑,宋体,sans-serif";
}

input,
select,
textarea {
    font-size: 100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
    list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
    text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接在 hover 状态下显示下划线 */
/* a:hover {
    text-decoration: underline;
} */

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
    text-decoration: none;
}

/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1;
    /* for IE6 IE7 */
}


/* 左右浮动 */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* 内容宽度 */
.content-box {
    width: 40rem;
    margin: 0 auto;
}

/* 按钮样式 */
.button {
    display: inline-block;
    height: 1.35rem
        /* 54px */
    ;
    width: 5.05rem
        /* 202px */
    ;
    text-align: center;
    line-height: 1.35rem
        /* 54px */
    ;
    color: #fff;
    font-size: .35rem
        /* 14px */
    ;
    background: #2EBC4F;
    cursor: pointer;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.button:hover {
    -moz-box-shadow: 0 0 .25rem
        /* 10px */
        rgba(46, 188, 79, 0.4);
    -webkit-box-shadow: 0 0 .25rem
        /* 10px */
        rgba(46, 188, 79, 0.4);
    box-shadow: 0 0 .25rem
        /* 10px */
        rgba(46, 188, 79, 0.4);
}

/* 标题样式 */
.title {
    font-size: .75rem
        /* 30px */
    ;
    color: #24292E;
    text-align: center;
    font-weight: 400;
    padding-bottom: .75rem
        /* 30px */
    ;
    letter-spacing: .2rem
        /* 8px */
    ;
    position: relative;
}

.title::before {
    content: "";
    width: 2.8rem
        /* 112px */
    ;
    height: .1rem
        /* 4px */
    ;
    background: #1074E7;
    position: absolute;
    left: 50%;
    margin-left: -1.4rem
        /* 56px */
    ;
    bottom: 0;
}

.title strong {
    color: #24292E;
}

.title strong.english {
    letter-spacing: 0;
    margin-left: -0.2rem;
}

/* 操作按钮样式    start */
.operations {
    text-align: center;
    margin-top: .5rem
        /* 20px */
    ;
    font-size: 0;
}

.operations a {
    font-size: .35rem
        /* 14px */
    ;
    line-height: .5rem
        /* 20px */
    ;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.operations a span {
    position: absolute;
    right: -.5rem
        /* 20px */
    ;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.operations a:hover span {
    -webkit-transform: translateX(.05rem);
    /* 2px */
    -ms-transform: translateX(.05rem);
    /* 2px */
    -o-transform: translateX(.05rem);
    /* 2px */
    -moz-transform: translateX(.05rem);
    /* 2px */
    transform: translateX(.05rem);
    /* 2px */
}



/* tab切换样式    start */
.my-tab .tabs {
    text-align: center;
    margin-bottom: 1.425rem
        /* 57px */
    ;
}

.my-tab .tabs .tabs-options {
    display: inline-block;
    border-bottom: .05rem
        /* 2px */
        solid #E2E2E2;
    font-size: 0;
}

.my-tab .tabs .tabs-options li {
    display: inline-block;
    vertical-align: middle;
    width: 3rem
        /* 120px */
    ;
    text-align: center;
    font-size: .4rem
        /* 16px */
    ;
    font-weight: 500;
    color: #666;
    padding-bottom: .375rem;
    cursor: pointer;
    position: relative;
}

.my-tab .tabs .tabs-options li::after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    height: .05rem
        /* 2px */
    ;
    background: #1074E7;
    left: 0;
    bottom: -.05rem
        /* 2px */
    ;
}

.my-tab .tabs .tabs-options li.on {
    color: #333;
}

.my-tab .tabs .tabs-options li.on::after {
    display: block;
}

.my-tab .tab-content .tab-item-list li {
    padding: .8rem 0;
    border-top: 1px dotted #E2E2E2;
}

.branch-content .my-tab .tab-content .tab-item-list li {
    padding: .4rem 0;
}

.my-tab .tab-content .tab-item-list li:first-of-type {
    border-top: none;
}

.my-tab .tab-content .tab-item-list li a {
    text-decoration: none;
}

.my-tab .tab-content .tab-item-list li a:hover .float-left {
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}

.my-tab .tab-content .tab-item-list li a:hover .list-item-title {
    color: #1074E7;
}

.my-tab .tab-content .tab-item-list li a:hover .list-item-text {
    color: #999999;
}

.my-tab .tab-content .tab-item-list li .float-left {
    width: 8rem
        /* 320px */
    ;
    height: 5.2rem
        /* 208px */
    ;
    border-radius: .2rem
        /* 8px */
    ;
    overflow: hidden;
    -moz-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 .5rem
        /* 20px */
        rgba(0, 0, 0, 0.27);
    margin-left: 0.5rem;
}

.my-tab .tab-content .tab-item-list li .right-text {
    margin-left: 10rem;
    min-height: 5.2rem
        /* 208px */
    ;
}
.my-tab .tab-content .tab-item-list li .right-text .list-item-text h2{
    display: inline;
    font-size: .35rem
 /* 14px */;
    font-weight: 400;
    line-height: .7rem
 /* 28px */;
    color: #333333;
    margin-top: .675rem
 /* 27px */;
    height: 2.75rem
 /* 110px */;
    letter-spacing: 1px;
}
.my-tab .tab-content .tab-item-list li .float-left img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.my-tab .tab-content .tab-item-list li .list-item-title {
    font-size: .5rem
        /* 20px */
    ;
    font-weight: bold;
    color: #24292E;
    line-height: .75rem
        /* 30px */
    ;
    max-height: 1.5rem
        /* 60px */
    ;
    overflow: hidden;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .35rem;
}

.my-tab .tab-content .tab-item-list li .link-text {
    display: block;
    text-decoration: none;
    font-size: .35rem
        /* 14px */
    ;
    font-weight: 400;
    color: #2879FF;
}

.my-tab .tab-content .tab-item-list li .list-item-text {
    font-size: .35rem
        /* 14px */
    ;
    font-weight: 400;
    line-height: .7rem
        /* 28px */
    ;
    color: #333333;
    margin-top: .675rem
        /* 27px */
    ;
    height: 2.75rem
        /* 110px */
    ;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
}

.case-content .my-tab .tab-content .tab-item-list li .list-item-text {
    height: auto;
    overflow: visible;
    text-overflow: unset;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
}

.my-tab .tab-content .tab-item-list li .list-item-time {
    font-size: .35rem
        /* 14px */
    ;
    color: #999999;
    margin-top: .5rem
        /* 20px */
    ;
    letter-spacing: 1px;
}

/*动画*/
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* banner样式    start */
.banner {
    padding-bottom: .75rem
        /* 30px */
    ;
    position: relative;
    margin-bottom: 1.625rem;
}

.consultation .banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.28);
}


.banner .pc-banner-mask {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner .pc-banner-mask {
    height: 2.875rem;
    background: url(../image/banner/banner-mask.png) no-repeat;
    background-size: 100% 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.banner .banner-title {
    font-size: 1rem
        /* 40px */
    ;
    font-weight: bold;
}

.banner .banner-info {
    font-size: .65rem;
    font-weight: 400;
    margin-top: .375rem
        /* 15px */
    ;
}
.banner .banner-info h1{
    display: inline;
}
.banner .banner-info .location {
    margin-left: .75rem
        /* 30px */
    ;
    display: none;
}

.banner .banner-info .split-dotted {
    margin: 0 .125rem
        /* 5px */
    ;
}

.banner.join-us {
    height: 14.25rem
        /* 570px */
    ;
}

.banner.group-manage,
.banner.history,
.banners-play.consultation .pic-scroll,
.banners-play.consultation .banner,
.banner.cooperative-agent {
    height: 14.225rem
        /* 569px */
    ;
}

.banner.tech-service {
    height: 20rem
        /* 800px */
    ;
    margin-bottom: 0;
    position: relative;
}

.banner.tech-service .vedio-btn {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    line-height: 1.5rem;
    text-align: center;
    overflow: hidden;
    z-index: 10;
    right: 2.5rem;
    bottom: 2.5rem;
}

.banner.tech-service .vedio-btn .iconfont {
    display: block;
    font-size: .75rem;
    color: #666666;
    cursor: pointer;
}

.banner.tech-service .vedio-btn .stop,
.banner.tech-service .vedio-btn .play {
    display: none;
}

@-webkit-keyframes myRotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-ms-keyframes myRotate {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(359deg);
    }
}

@-o-keyframes myRotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes myRotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@keyframes myRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.banner.tech-service .vedio-btn .load {
    -webkit-animation: myRotate 2s linear infinite;
    -moz-animation: myRotate 2s linear infinite;
    -ms-animation: myRotate 2s linear infinite;
    -o-animation: myRotate 2s linear infinite;
    animation: myRotate 2s linear infinite;
}

.banner.case {
    height: 16.925rem
        /* 677px */
    ;
}

.banner.case .content-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -72%);
    -o-transform: translate(-50%, -72%);
    -ms-transform: translate(-50%, -72%);
    -moz-transform: translate(-50%, -72%);
    transform: translate(-50%, -72%);
}

.banner.case .banner-content {
    width: 87.429%;
    margin: 4.425rem
        /* 177px*/
        auto 0;
}

.banner.case .float-left {
    width: 49%;
    margin-top: 2.2rem;
}

.banner.case .float-right {
    width: 12.5rem;
    height: 8.75rem;
}

.banner.case .banner-info {
    font-size: .5rem
        /* 20px */
    ;
}

.banner .banner-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-73%, -70%);
    -o-transform: translate(-73%, -70%);
    -ms-transform: translate(-73%, -70%);
    -moz-transform: translate(-73%, -70%);
    transform: translate(-73%, -70%);
}

.banner.case .banner-text {
    position: unset;
    left: 0;
    width: 17.125rem;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner.case .operations {
    text-align: left;
}

.banner.case .operations a {
    color: #2778FE;
}

/* banner样式    end */
.picScroll .picList li {
    width: 100%;
    position: relative;
    height: 266px;
}
.video-play-btn {
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 50%;
    background: #1074E7;
    font-size: .9rem;
    color: #fff;
    position: absolute;
    cursor: pointer;
    right: 1.05rem;
    bottom: 1.75rem;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    z-index: 2
}
/* 轮播样式    start */
.picScroll {
    width: 100%;
    position: relative;
}

.picScroll li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: .25rem
        /* 10px */
    ;
}

.picScroll .nav-list {
    font-size: 0;
    margin-top: .5rem
        /* 20px */
    ;
    text-align: center;
}

.picScroll .nav-list li {
    display: inline-block;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 .325rem
        /* 13px */
    ;
    cursor: pointer;
}

.picScroll .nav-list li.on {
    background: rgba(255, 255, 255, 1);
}

/* 轮播样式    end */
/* 首页相关样式    start */
.banners-play {
    position: relative;
}

.banners-play.home-banners-play {
    padding-bottom: 1rem;
}

.banners-play .pic-scroll {
    height: 21.25rem
        /* 850px */
    ;
}

.banners-play#m_scrollBox {
    display: none;
    position: relative;
}

.banners-play#m_scrollBox .pic-scroll li .arrow-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-transition: all 1.5s cubic-bezier(.165, .84, .44, 1) 1.3s;
    -ms-transition: all 1.5s cubic-bezier(.165, .84, .44, 1) 1.3s;
    -moz-transition: all 1.5s cubic-bezier(.165, .84, .44, 1) 1.3s;
    -o-transition: all 1.5s cubic-bezier(.165, .84, .44, 1) 1.3s;
    transition: all 1.5s cubic-bezier(.165, .84, .44, 1) 1.3s;
}

.banners-play#m_scrollBox .pic-scroll li .content-box.action .arrow-btn {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.banners-play#m_scrollBox .banners-play .banner {
    height: 21.25rem
        /* 850px */
    ;
    position: relative;
}

.banners-play#m_scrollBox .arrow-group {
    position: absolute;
    color: #D8D8D8;
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banners-play#m_scrollBox .arrow-group .iconfont {
    display: inline-block;
    position: relative;
    -webkit-animation: upDown 2s ease infinite;
    -moz-animation: upDown 2s ease infinite;
    -ms-animation: upDown 2s ease infinite;
    -o-animation: upDown 2s ease infinite;
    animation: upDown 2s ease infinite;
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(50%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-ms-keyframes upDown {
    0% {
        -ms-transform: translateY(0);
    }

    50% {
        -ms-transform: translateY(50%);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@-o-keyframes upDown {
    0% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(50%);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@-moz-keyframes upDown {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(50%);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(0);
    }
}

.banners-play.home-banners-play .banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.banners-play.home-banners-play .banner.no-mask::before {
    display: none;
}

.banners-play .banner .content-box {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
}

.banners-play .banner .content-box .text-title {
    font-size: 1rem
        /* 40px */
    ;
    letter-spacing: 1px;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
    /* 50px */
    -ms-transform: translateY(1.25rem);
    /* 50px */
    -o-transform: translateY(1.25rem);
    /* 50px */
    -moz-transform: translateY(1.25rem);
    /* 50px */
    transform: translateY(1.25rem);
    /* 50px */
    -webkit-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.banners-play .banner .content-box .text-desc {
    margin-top: 1.25rem
        /* 50px */
    ;
}

.banners-play .banner .content-box .text-desc p {
    font-size: .6rem
        /* 24px */
    ;
    font-weight: 300;
    line-height: 1rem
        /* 40px */
    ;
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
    /* 50px */
    -ms-transform: translateY(1.25rem);
    /* 50px */
    -o-transform: translateY(1.25rem);
    /* 50px */
    -moz-transform: translateY(1.25rem);
    /* 50px */
    transform: translateY(1.25rem);
    /* 50px */
    -webkit-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
    transition: all 1.5s cubic-bezier(.165, .84, .44, 1);
}

.banners-play .banner .content-box .text-desc p:first-child {
    -webkit-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.banners-play .banner .content-box .text-desc p:nth-child(2) {
    -webkit-transition-delay: 1.1s;
    -ms-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.banners-play .banner .content-box .text-desc p:nth-child(3) {
    -webkit-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.banners-play .banner .content-box.action .text-title,
.banners-play .banner .content-box.action .text-desc p {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
}

.banners-play .data-show {
    width: 75.417%;
    background: #fff;
    height: 3.375rem
        /* 135px */
    ;
    line-height: 3.375rem
        /* 135px */
    ;
    box-sizing: border-box;
    padding: 0 1.75rem
        /* 70px */
    ;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    color: #24292E;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 .5rem
        /* 20px */
        rgba(0, 0, 0, 0.08);
}

.banners-play .data-show .float-left {
    font-size: 0;
}

.banners-play .data-show .float-left span {
    display: inline-block;
    vertical-align: middle;
    font-size: .7rem
        /* 28px */
    ;
}

.banners-play .use-total,
.banners-play .phone-num {
    font-family: "reducto_condensed_ssiCn";
    font-weight: bold;
}

.banners-play .data-show .float-left .use-total {
    font-size: 1.425rem
        /* 57px */
    ;
    margin-right: .5rem
        /* 20px */
    ;
}

.banners-play .data-show .contact-way .phone {
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
}

.banners-play .data-show .contact-way .phone {
    padding-right: .825rem
        /* 33px */
    ;
    border-right: 1px solid #E2E2E2;
}

.banners-play .data-show .contact-way .phone div {
    font-size: .375rem;
    font-weight: 300;
    line-height: .5rem;
}

.banners-play .data-show .contact-way .phone .phone-num {
    font-size: .975rem
        /* 39px */
    ;
    font-weight: bold;
    line-height: 1.15rem;
}

.banners-play .data-show .contact-way .arrow-btn {
    margin-left: .825rem
        /* 33px */
    ;
}

.banners-play .page-info-list {
    position: absolute;
    width: 100%;
    top: 78%;
    text-align: center;
}

.banners-play .page-info-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .3rem
        /* 12px */
    ;
    font-size: 0;
    width: .45rem;
    height: .45rem;
    background: #fff;
    border-radius: 50%;
    opacity: 0.3;
    cursor: pointer;
}

.banners-play .page-info-list li.on {
    opacity: 1;
}






/* 3d轮播样式   start */
.play-3d-wrap {
    padding-top: 8.5rem;
}

.play-3d {
    height: 12.675rem;
    background: #F6F6F6;
    position: relative;
    margin-bottom: 4.5rem;
}

.play-3d .title {
    position: absolute;
    top: -4.5rem;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.play-3d .box {
    width: 30.175rem;
    height: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}



.play-3d .box .prev,
.play-3d .box .next {
    position: absolute;
    cursor: pointer;
    top: 50%;
    background: #2778FE;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    margin-top: -.5rem;
    color: #fff;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.play-3d .box .prev:hover,
.play-3d .box .next:hover {
    -moz-box-shadow: 0 0 .25rem rgba(39, 120, 254, 0.4);
    -webkit-box-shadow: 0 0 .25rem rgba(39, 120, 254, 0.4);
    box-shadow: 0 0 .25rem rgba(39, 120, 254, 0.4);
}

.play-3d .box .prev {
    left: 0;
}

.play-3d .box .next {
    right: 0;
}

/* 3d轮播样式   end */

/* 客户案例内页样式    start */
.case-content {
    width: 79.643%;
    margin: 0 auto 1rem
}
.case-content .tab-item-list li .list-item-time {
    letter-spacing: initial;
}

.case-content .tab-item-list li .list-item-title,
.case-content .tab-item-list li .list-item-text {
    max-height: unset;
    display: initial;
}

/* 客户案例内页样式    end */



.my-dialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* 联系我们相关样式    start */
.contact-us {
    box-sizing: border-box;
    width: 8rem
        /* 320px */
    ;
    position: fixed;
    right: -6.85rem
        /* 274px */
    ;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 1.15rem
        /* 46px */
    ;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    -ms-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    z-index: 10;
}

.contact-us.on {
    right: 0;
}

.contact-us .contact-us-btn {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .45rem
        /* 18px */
    ;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 1.15rem
        /* 46px */
    ;
    padding: .55rem
        /* 22px */
        .35rem
        /* 14px */
    ;
    background: #2879FF;
    letter-spacing: .2rem
        /* 8px */
    ;
    border-radius: .25rem
        /* 10px */
        0 0 .25rem
        /* 10px */
    ;
    cursor: pointer;
}

.contact-us .contact-us-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: .2rem
        /* 8px */
        0 .2rem
        /* 8px */
        .2rem
        /* 8px */
    ;
    border-style: solid;
    border-color: transparent transparent transparent #2879FF;
    right: -.2rem
        /* 8px */
    ;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-us .contact-content {
    padding: .625rem
        /* 25px */
        0;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-us .contact-content.on {
    border-radius: .25rem
        /* 10px */
        0 0 .25rem
        /* 10px */
    ;
    -moz-box-shadow: 0 0 1rem
        /* 40px */
        rgba(39, 121, 253, 0.23);
    -webkit-box-shadow: 0 0 1rem
        /* 40px */
        rgba(39, 121, 253, 0.23);
    box-shadow: 0 0 1rem
        /* 40px */
        rgba(39, 121, 253, 0.23);
}

.contact-us .contact-ways {
    padding: 0 .975rem
        /* 39px */
    ;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way {
    margin-bottom: .3rem
        /* 12px */
    ;
}

.contact-us .contact-ways .contact-way .way {
    font-size: 0;
}

.contact-us .contact-ways .contact-way .way i,
.contact-us .contact-ways .contact-way .way span {
    display: inline-block;
    vertical-align: middle;
}

.contact-us .contact-ways .contact-way .way .iconfont {
    display: inline-block;
    width: .7rem
        /* 28px */
    ;
    height: .7rem
        /* 28px */
    ;
    line-height: .7rem
        /* 28px */
    ;
    border-radius: 50%;
    background: #FFB521;
    color: #fff;
    text-align: center;
    font-size: .4rem
        /* 16px */
    ;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email {
    background: #01BE91;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi {
    background: #386BF3;
}

.contact-us .contact-ways .contact-way .way span {
    font-size: .45rem
        /* 18px */
    ;
    color: #333333;
    margin-left: .35rem
        /* 14px */
    ;
}

.contact-us .contact-ways .contact-way .way-ctc {
    color: #2878FF;
    font-size: .55rem
        /* 22px */
    ;
    padding: .25rem
        /* 10px */
        0;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
}

.contact-us .contact-way:last-of-type .way-ctc {
    border-bottom: none;
}

.contact-us .contact-way .way-ctc.tel {
    font-size: .55rem
        /* 22px */
    ;
}

.contact-us a.box-item {
    text-decoration: none;
    color: #2879FF;
    border: 1px solid #2879FF;
    margin: .25rem
        /* 10px */
        0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-us a.box-item:hover {
    background: #2879FF;
    color: #fff;
}

.contact-us .box-item {
    display: block;
    border: 1px solid #E2E2E2;
    border-radius: .175rem
        /* 7px */
    ;
    font-size: .35rem
        /* 14px */
    ;
    height: 1rem
        /* 40px */
    ;
    line-height: 1rem
        /* 40px */
    ;
    text-align: center;
    margin-top: .3rem
        /* 12px */
    ;
    position: relative;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    /* line-height: 1rem; */
    background: transparent;
}

.contact-us .info {
    padding: 0 .975rem
        /* 39px */
    ;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 .425rem;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: .35rem
        /* 14px */
    ;
    color: #2878FF;
    margin-top: .25rem
        /* 10px */
    ;
}

/* 联系我们相关样式    end */

/* 弹层样式    start */
.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.dialog .dialog-main {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1.25rem
        /* 50px */
        2rem
        /* 80px */
    ;
    background: #fff;
    border-radius: .1rem
        /* 4px */
    ;
    -moz-box-shadow: 0 0 1.25rem
        /* 50px */
        rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 0 1.25rem
        /* 50px */
        rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 1.25rem
        /* 50px */
        rgba(0, 0, 0, 0.27);
}

.dialog .dialog-main i.close-btn {
    position: absolute;
    right: .725rem
        /* 29px */
    ;
    top: .5rem;
    color: #E2E2E2;
    cursor: pointer;
}

.dialog.reminder .dialog-main {
    padding: 1.25rem 2rem;
}

.dialog.video-play i.close-btn {
    z-index: 10;
    display: none;
}

.dialog.video-play .dialog-main:hover i.close-btn {
    display: block;
}

.dialog .dialog-main .dialog-title {
    font-size: .5rem
        /* 20px */
    ;
    color: #333333;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.dialog .dialog-main .dialog-content {
    margin-top: .75rem;
    font-size: .4rem
        /* 16px */
    ;
    color: #333333;
}

.dialog .dialog-main .dialog-content p {
    text-align: center;
}

.dialog .dialog-main .dialog-operations {
    text-align: center;
    margin-top: 1rem
        /* 40px */
    ;
}

.dialog.login-dialog .dialog-main {
    width: 58%;
}

.dialog.login-dialog .dialog-main .dialog-content {
    margin: 1.4rem
        /* 56px */
        0 .75rem
        /* 30px */
    ;
}

.dialog .dialog-main form .inputs {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}

.dialog .dialog-main form .button {
    width: 20%;
}

.dialog .dialog-main form .input-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - .825rem
            /* 33px */
        );
    margin-right: .75rem
        /* 30px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item label {
    position: absolute;
    font-size: .35rem
        /* 14px */
    ;
    color: #A0A0A0;
    font-weight: 300;
    left: .375rem
        /* 15px */
    ;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.dialog .dialog-main form .input-item input {
    height: 1.35rem
        /* 54px */
    ;
    width: 100%;
    box-sizing: border-box;
    line-height: .75rem
        /* 30px */
    ;
    border: 1px solid #EAEAEA;
    border-radius: .25rem
        /* 10px */
    ;
    outline: none;
    padding-left: 1.5rem
        /* 60px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item .reminder-info {
    display: none;
    position: absolute;
    bottom: -.75rem
        /* 30px */
    ;
    left: .375rem
        /* 15px */
    ;
    font-size: .35rem
        /* 14px */
    ;
    color: #FF2828;
}

.dialog .dialog-main form .input-item .reminder-info .iconfont {
    display: none;
    margin-right: .25rem
        /* 10px */
    ;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dialog .dialog-main form .input-item input:focus {
    border-color: #2879FF;
    -moz-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(39, 118, 248, 0.33);
    -webkit-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(39, 118, 248, 0.33);
    box-shadow: 0 0 .5rem
        /* 20px */
        rgba(39, 118, 248, 0.33);
}

.dialog .dialog-main form .input-item.error input {
    border-color: #FF2828;
    -moz-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(255, 40, 40, 0.23);
    -webkit-box-shadow: 0 0 .5rem
        /* 20px */
        rgba(255, 40, 40, 0.23);
    box-shadow: 0 0 .5rem
        /* 20px */
        rgba(255, 40, 40, 0.23);
}

.dialog .dialog-main form .input-item.error .reminder-info {
    display: block;
}

/* 弹层样式    end */
/* 视频播放器样式    start */
.dialog.video-play .dialog-main {
    width: 80%;
    padding: 0;
    background: transparent;
}

/* 视频播放器样式    end */

@media screen and (max-width:1680px) {
    .join-us-content li .item-details .column {
        width: 2.4rem;
    }

    .header .nav .menu-list li a {
        font-size: 0.5rem;
    }

    .header .login-user .user-info li {
        height: .5rem;
        line-height: .5rem;
        font-size: 0.44rem;
    }

    .header .nav .second-menu-list dd a {
        font-size: 0.44rem;
    }

    .banners-play .banner .content-box .text-title {
        font-size: 1.25rem;
    }

    .banners-play .banner .content-box .text-desc p {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }

    .title {
        font-size: 0.94rem;
    }

    .home-detail .show-text .desc-text p {
        font-size: 0.5rem;
        line-height: 1.125rem;
    }

    .arrow-btn .text,
    .arrow-btn .arrow {
        font-size: 0.47rem;
    }

    .my-tab .tabs .tabs-options li {
        font-size: .5rem;
    }

    .home-detail .my-tab .data-content-item .data-title {
        font-size: 0.93rem;
    }

    .home-detail .my-tab .data-content-item .data-desc {
        font-size: 0.56rem;
    }

    .home-detail .show-text.float-right,
    .home-detail .detail-item .float-left {
        width: 42%;
    }

    .home-detail .show-images.float-left,
    .home-detail .show-images {
        width: 58%;
    }

    .home-detail .mac-content {
        margin-left: -3rem;
    }

    .home-detail .show-images.green-globalmap {
        margin-left: -1rem;
    }

    .home-detail .my-tab .data-content-item .data-item-ctc {
        padding: 2.325rem 1.6rem 3.45rem;
    }

    .home-detail .bar-item .bar-number {
        font-size: 1.06rem;
    }

    .home-detail .bar-item .bar-name,
    .home-detail .lengend .lengend-item,
    .footer .footer-info-item .column,
    .footer .footer-bottom .slogans,
    .cooperative-agent-ctc .contact-title {
        font-size: 0.5rem;
    }

    .dg-wrapper .banner-content,
    .dg-wrapper .banner-sign,
    .footer form .inputs input,
    .footer form .inputs select,
    .footer .footer-tel .footer-tel-name,
    .history-text,
    .history-content li .text .text-desc,
    .camel-sprit-content .full-letter,
    .camel-sprit-content,
    .operations a,
    .branch-content .item-info .item-text table th,
    .branch-content .item-info .item-text table td,
    .join-us-content li .item .float-right,
    .join-us-content li .item-details,
    .group-manage-content .desc,
    .my-tab .tab-content .tab-item-list li .list-item-text,
    .my-tab .tab-content .tab-item-list li .right-text .list-item-text h2,
    .my-tab .tab-content .tab-item-list li .list-item-time,
    .page-list span,
    .cooperative-agent-ctc .text-content,
    .my-tab .tab-content .tab-item-list li .link-text,
    .more-tech .more-tech-content .more-tech-list li .more-tech-item .text,
    .consultation-detail .content-show .time,
    .consultation-detail .content-show .tags span,
    .consultation-detail .article p,
    .footer .footer-info-item ul li a,
    .crumbs a,
    .crumbs span {
        font-size: 0.47rem;
    }

    .join-us-content li .item-details {
        line-height: 0.8rem;
    }

    .history-content li .text .text-desc,
    .join-us-content li .item-details.alpha,
    .group-manage-content .desc,
    .my-tab .tab-content .tab-item-list li .list-item-text,
    .my-tab .tab-content .tab-item-list li .right-text .list-item-text h2,
    .cooperative-agent-ctc .text-content {
        line-height: 0.875rem;
    }

    .more-tech .more-tech-content .more-tech-list li .more-tech-item .text {
        line-height: 0.8rem;
        max-height: 3.9rem;
    }

    .branch-content .item-info .item-title,
    .join-us-content li .item .float-left,
    .group-manage-content .info .name,
    .my-tab .tab-content .tab-item-list li .list-item-title,
    .cooperative-agent-ctc .cooperative-title,
    .banner.case .banner-info,
    .consultation-detail .content-show .content-title {
        font-size: 0.625rem;
    }

    .cooperative-agent-ctc .cooperative-title {
        height: .625rem;
        line-height: 0.625rem;
    }


    .camel-sprit-content .first-letter {
        font-size: 0.938rem;
    }

    .group-manage-content .info .position,
    .group-manage-content .tags .tag-item {
        font-size: 0.469rem;
    }

    .banner .banner-title {
        font-size: 1.15rem;
    }

    .my-tab .tab-content .tab-item-list li .list-item-text {
        margin-top: 0.375rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        height: 2.5rem;
    }

    .my-tab .tab-content .tab-item-list li .list-item-time {
        margin-top: 0.2rem;
    }

    .home-detail .show-text .small-title {
        font-size: 0.56rem;
    }

    .more-tech .more-tech-content .more-tech-list li .more-tech-item .more-tech-item-title {
        font-size: 0.6rem;
    }

    .branch-content .item-info {
        height: 8.5rem;
    }
}
@media screen and (max-width:1440px){
    .cooperative-agent-ctc .image-item .text{
        font-size: 0.5rem;
    }
}
@media screen and (max-width:1280px) {
    .branch-content .item-info {
        height: 8.5rem;
    }

    .more-tech .more-tech-content .more-tech-list li .more-tech-item .text {
        line-height: .75rem;
    }
}

@media screen and (max-width:1200px) {
    .join-us-content li .item-details .column {
        width: 2.7rem;
    }
}
#cnzz_stat_icon_1277940688{ display:none; }

.banner-video-play{
    display: inline-block;
    font-size: 0;
    padding: .265rem .58rem;
    border-radius: .25rem;
    border:1px solid #fff;
    cursor: pointer;
    margin-top: 1.3rem;
    background: rgba(96,143,255,0.3);
    opacity: 0;
    -webkit-transition: transform 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s,opacity 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s;
    -ms-transition: transform 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s,opacity 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s;
    -moz-transition: transform 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s,opacity 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s;
    -o-transition: transform 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s,opacity 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s;
    transition: transform 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s,opacity 1.5s cubic-bezier(.165, .84, .44, 1) 1.5s;
    -webkit-transform: translateY(1.25rem);
    -ms-transform: translateY(1.25rem);
    -o-transform: translateY(1.25rem);
    -moz-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
}
.banner-video-play i,.banner-video-play span{
    display: inline-block;
    vertical-align: middle;
}
.banner-video-play i{
    width: .725rem;
    height: .725rem;
    background: url(../images/icon-video.png) no-repeat;
    background-size: 100% 100%;
    margin-right: .45rem;
}
@media screen and (max-width:1680px) and (min-width:768px){
    .banner-video-play i{
        width: 1rem;
        height: 1rem;
    }
}
.banner-video-play span{
    font-size:.6rem;
    color: #fff;
}
.banner-video-play:hover{
    background: rgba(255,255,255,0.6);
    -webkit-transition: background 0.1s ease-in-out 0s;
    -moz-transition: background 0.1s ease-in-out 0s;
    -o-transition: background 0.1s ease-in-out 0s;
    -ms-transition: background 0.1s ease-in-out 0s;
    transition: background 0.1s ease-in-out 0s;
}
.banners-play .banner .content-box.action .banner-video-play{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
}



        
        
  /* 代理商 查询   */
         .clearfix:after {
            content: "";
            display: block;
            clear: both;
        }

        .clearfix {
            *zoom: 1;
            /* 这是专门给IE6-7做的清除浮动 */
        }

       

/* pc结束 */
@media screen and (max-width: 1440px) {
    .content-container {
        padding: 0 60px;
    }

    
}

@media screen and (max-width: 1000px) {
    body {
        padding-top: 76px;
    }
    .banner-wrap {
        
    }
    body {
        font-size: 12px;
    }
    .only-pc {
        display: none!important;
    }
    .only-m {
        display: block!important;
    }
    .jz-container {
        width: 100%;
        padding: 0 16px;
        /*padding: 0 140px;*/
    }


    .Model_tit {
        line-height: 1.5;
        box-sizing: border-box;
        padding: 66px 20px 20px;
        font-size: 28px;
    }

    .Model_tit:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Mode_part .main {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .Mode_part .main .img_show,
    .Mode_part .main .text_show {
        width: 100%;
    }

    .Mode_part .main .img_show img,
    .Mode_part .main .text_show img {
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }

    .Model__07 {
        height: auto;
        margin: 0;
    }

    .Model__07 .text_show {
        padding-left: 0;
    }

    .Model__07 .text_show ul {
        padding: 30px 20px 10px;
    }

    .Model__07 .text_show ul li {
        margin-bottom: 20px;
    }

    .Model__07 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__07 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 {
        height: auto;
    }

    .Model__08:before {
        width: 100%;
        background: url(../image/new-super/advantage_bg1.png) no-repeat center bottom;
    }

    .Model__08 .img_show img {
        margin: 0;
    }

    .Model__08 .text_show ul {
        padding: 10px 20px 10px;
    }

    .Model__08 .text_show ul li {
        margin-bottom: 20px;
        padding-left: 78px;
    }

    .Model__08 .text_show ul li i {
        background-size: 600px;
        width: 62px;
        height: 62px;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .Model__08 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__08 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 .text_show ul li:nth-child(1) i {
        background-position: -7px -35px;
    }

    .Model__08 .text_show ul li:nth-child(2) i {
        background-position: -75px -35px;
    }

    .Model__08 .text_show ul li:nth-child(3) i {
        background-position: -142px -35px;
    }

    .Mode_part .text_show ul li {
        width: 100%;
    }

    .Mode_part .text_show .Biao_ti {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        padding: 0px 0px 20px;
        text-align: center;
        margin: 0;
        line-height: 1.5;
        box-sizing: border-box;
        padding: 56px 40px 20px;
        font-size: 28px;
    }

    .Mode_part .text_show .Biao_ti:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Model__07:before,
    .ranks-icon1 {
        display: none;
    }


}

.copyright .content-container a {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    start */
.contact-us {
    box-sizing: border-box;
    width: 240px;
    position: fixed;
    top: 50%;
    right: -205px;
    transform: translateY(-50%);
    padding-left: 35px;
    transition: right 0.5s ease-in-out;
    z-index: 10;
}

.contact-us.on {
    right: 0;
}

.contact-us .contact-us-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 35px;
    padding: 15px 11px;
    background: #2879FF;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.contact-us .contact-us-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2879FF;
    right: -5.5px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us .contact-content {
    padding: 16px 0;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.contact-us .contact-content.on {
    border-radius: 5px 0 0px 5px;
    box-shadow: 0 0 20px rgba(39, 121, 253, 0.23);
}

.contact-us .contact-ways {
    padding: 0 30px;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way {
    margin-bottom: 12px;
}

.contact-us .contact-ways .contact-way .way {
    font-size: 0;
}

.contact-us .contact-ways .contact-way .way i,
.contact-us .contact-ways .contact-way .way span {
    display: inline-block;
    vertical-align: middle;
}

.contact-us .contact-ways .contact-way .way .iconfont {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #FFB521;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email {
    background: #01BE91;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi {
    background: #386BF3;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dianhua:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -1px -9px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -25px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -50px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way span {
    font-size: 14px;
    color: #333333;
    margin-left: 12px;
}

.contact-us .contact-ways .contact-way .way-ctc {
    color: #2878FF;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
}

.contact-us .contact-way:last-of-type .way-ctc {
    border-bottom: none;
}

.contact-us .contact-way .way-ctc.tel {
    font-size: 14px;
}

.contact-us a.box-item {
    text-decoration: none;
    color: #2879FF;
    border: 1px solid #2879FF;
    margin: 15px 0;
    transition: all 0.2s ease-in-out;
}

.contact-us a.box-item:hover {
    background: #2879FF;
    color: #fff;
}

.contact-us .info {
    padding: 0 30px;
}

.contact-us .box-item {
    display: block;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 15px;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    line-height: 30px;
    background: 0 0;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #2878FF;
    margin-top: 10px;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.newct-warp {}

.newct-warp .ct-item {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.newct-warp .ct-item:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
}

.newct-warp .dh {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFB521;
    border-radius: 50%;
}

.newct-warp .dh:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -4px -18px;
    display: block;
    width: 100%;
    height: 100%;
}

.newct-warp .wx {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #01BE91;
    border-radius: 50%;
}

.newct-warp .wx:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -52px -18px;
    display: block;
    width: 100%;
    height: 100%;
}


.newct-warp .ct-w {}

.newct-warp .cthead {
    font-size: 14px;
    color: #333333;
}

.newct-warp .cttxt {
    font-size: 12px;
    color: orange;
}


.newct-warp .ctimg {}

.newct-warp .ctimg img {
    max-width: 100%;
}

.newct-warp a {
    font-size: 14px;
    color: orange;
    text-decoration: none;
}

/*.contact-us .contact-ways {
    border-bottom: none;
    padding: 0 16px;
}
*/
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

input:-moz-placeholder,
select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder,
select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    /* line-height: 1rem; */
    background: transparent;
}

.contact-us .info {
    padding: 0 0.975rem
        /* 39px */
    ;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 0.425rem;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #2878FF;
    margin-top: 0.25rem
        /* 10px */
    ;
}

/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    end */
/* å¼¹å±‚æ ·å¼    start */
.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.dialog .dialog-main {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    padding: 1.25rem
        /* 50px */
        2rem
        /* 80px */
    ;
    background: #fff;
    border-radius: 0.1rem
        /* 4px */
    ;
    box-shadow: 0 0 1.25rem
        /* 50px */
        rgba(0, 0, 0, 0.27);
}

.dialog .dialog-main i.close-btn {
    position: absolute;
    right: 0.725rem
        /* 29px */
    ;
    top: 0.5rem;
    color: #E2E2E2;
    cursor: pointer;
}

.dialog.reminder .dialog-main {
    padding: 1.25rem 2rem;
}

.dialog.video-play i.close-btn {
    z-index: 10;
    display: none;
}

.dialog.video-play .dialog-main:hover i.close-btn {
    display: block;
}

.dialog .dialog-main .dialog-title {
    font-size: 0.5rem
        /* 20px */
    ;
    color: #333333;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.dialog .dialog-main .dialog-content {
    margin-top: 0.75rem;
    font-size: 0.4rem
        /* 16px */
    ;
    color: #333333;
}

.dialog .dialog-main .dialog-content p {
    text-align: center;
}

.dialog .dialog-main .dialog-operations {
    text-align: center;
    margin-top: 1rem
        /* 40px */
    ;
}

.dialog.login-dialog .dialog-main {
    width: 58%;
}

.dialog.login-dialog .dialog-main .dialog-content {
    margin: 1.4rem
        /* 56px */
        0 0.75rem
        /* 30px */
    ;
}

.dialog .dialog-main form .inputs {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}

.dialog .dialog-main form .button {
    width: 20%;
}

.dialog .dialog-main form .input-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 0.825rem
        /* 33px */
        );
    margin-right: 0.75rem
        /* 30px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item label {
    position: absolute;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #A0A0A0;
    font-weight: 300;
    left: 0.375rem
        /* 15px */
    ;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.dialog .dialog-main form .input-item input {
    height: 1.35rem
        /* 54px */
    ;
    width: 100%;
    box-sizing: border-box;
    line-height: 0.75rem
        /* 30px */
    ;
    border: 1px solid #EAEAEA;
    border-radius: 0.25rem
        /* 10px */
    ;
    outline: none;
    padding-left: 1.5rem
        /* 60px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item .reminder-info {
    display: none;
    position: absolute;
    bottom: -0.75rem
        /* 30px */
    ;
    left: 0.375rem
        /* 15px */
    ;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #FF2828;
}

.dialog .dialog-main form .input-item .reminder-info .iconfont {
    display: none;
    margin-right: 0.25rem
        /* 10px */
    ;
    transform: rotate(180deg);
}

.dialog .dialog-main form .input-item input:focus {
    border-color: #2879FF;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(39, 118, 248, 0.33);
}

.dialog .dialog-main form .input-item.error input {
    border-color: #FF2828;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(255, 40, 40, 0.23);
}

.dialog .dialog-main form .input-item.error .reminder-info {
    display: block;
}

/* å¼¹å±‚æ ·å¼    end */
/* è§†é¢‘æ’­æ”¾å™¨æ ·å¼    start */
.dialog.video-play .dialog-main {
    width: 80%;
    padding: 0;
    background: transparent;
}

.dialog.reminder .button {
    display: inline-block;
    height: 1.35rem
        /* 54px */
    ;
    width: 5.05rem
        /* 202px */
    ;
    text-align: center;
    line-height: 1.35rem
        /* 54px */
    ;
    color: #fff;
    font-size: 0.35rem
        /* 14px */
    ;
    background: #2EBC4F;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}



