@charset 'UTF-8';

body,h1,h2,h3,h4,p,ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button,ul {
    padding: 0;
}

li {
    list-style: none;
}

h1,h2,h3,h4 {
    font-weight: 400;
    font-size: 100%;
}

.ele-hide {
    display: none!important;
}

.err-hint {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2002;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.err-hint p {
    padding: 15px 30px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
}

.jh-line-h2 {
    position: relative;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    color: #2a2e2e;
}

.jh-line-h2::after {
    display: block;
    margin: 15px auto;
    width: 156px;
    height: 1px;
    background: linear-gradient(to left,#fff,#999,#fff);
    content: '';
}

.jh-line-p {
    margin: 0 0 50px;
    color: #5f6364;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    opacity: 0.3;
}

body {
    margin: 0 auto;
    max-width: 1920px;
    min-width: 1366px;
    color: #3b3b3b;
}

header {
    display: flex;
}

header div {
    display: flex;
    margin: 0 auto;
    width: 1366px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
}

nav ul {
    display: flex;
}

nav a {
    display: block;
    width: 119px;
    height: 95px;
    text-align: center;
    line-height: 95px;
}

nav li:not(:last-child) a {
    margin-right: 21px;
}

nav a:hover {
    background-color: #5e9cf7;
    color: #fff;
}

.jh-nav-active {
    background-color: #5e9cf7;
    color: #fff;
}

nav .have-child {
    position: relative;
    width: 119px;
    height: 95px;
    text-align: center;
    line-height: 95px;
}

nav .have-child:hover {
    background-color: #5e9cf7;
    color: #fff;
}

.sub-tab {
    display: none;
    position: absolute;
    z-index: 2;
    top: 95px;
    left: 0;
    width: 119px;
    height:  190px;
    background: #fff;
    padding: 0;
}

.sub-tab a {
    display: block;
    width: 119px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    color: #3b3b3b;
}

nav .have-child:hover .sub-tab {
    display: block;
}

.free-test {
    margin: 0 24px;
    padding: 50px 0 80px;
    background: url(../images/trial_bg-05b494173a.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.free-test .jh-line-h2 {
    color: #009bf1;
}

.free-test-txt {
    margin: 30px auto 50px;
    width: 1230px;
}

.free-test-txt p {
    padding: 0 20px;
    font-size: 31px;
}

.free-test-txt p:last-child {
    position: relative;
    margin: 10px 0 0;
    text-align: right;
}

.free-test-txt p:last-child::before {
    display: block;
    margin: 15px auto;
    width: 136px;
    height: 1px;
    background: linear-gradient(to left,#fff,#999,#fff);
    content: '';
    transform: rotate(-30deg);
}

.free-test-form  {
    display: flex;
    margin: 0 auto;
    width: 681px;
    justify-content: center;
}

.free-test-form input {
    padding: 12px 135px 12px 45px;
    width: 401px;
    height: 40px;
    outline: 0;
    border: 1px solid #adaeae;
    border-radius: 50px;
    font-size: 24px;
    cursor: pointer;
}

.free-test-form span {
    margin-left: -103px;
    width: 202px;
    height: 66px;
    border-radius: 50px;
    background: #009bf1;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 66px;
}

.footer {
    padding: 110px 0 75px;
    background: #0b294d url(../images/footer_bg-de4b08cbcf.png) 10.3% center no-repeat;
}

.footer .main {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #3c5471;
    color: #fff;
    justify-content: space-around;
}

.footer .left h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.footer .left div {
    margin: 10px 0 0;
    padding: 0 0 0 70px;
    background: url(../images/icon_sw-4e1300a9a0.png) 0 center no-repeat;
    font-size: 35px;
}

.footer .left .left-kf {
    background: url(../images/icon_kf-24e9bfb4b9.png) 0 center no-repeat;
}

.footer .left p {
    margin: 25px 0 0;
    padding: 0 0 0 40px;
    background: #0b294d url(../images/icon_address-00a7c70315.png) 0 center no-repeat;
    font-size: 18px;
    line-height: 28px;
}

.footer .right {
    position: relative;
    flex: 1;
    margin-left: 30px;
    margin-top: -20px;
    font-size: 18px;
}

.footer .right-nav {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #3c5471;
    justify-content: space-between;
}

.footer .right-link {
    /*display: flex;*/
    margin-top: 29px;
    /*justify-content: space-between;*/
}

.footer .right-link h3 {
    margin-right: 38px;
    margin-bottom: 20px;
}

.footer .right-link div {
    display: flex;
    margin-right: -10px;
    flex: 1;
    justify-content: space-between;
    flex-flow: wrap;
}

.footer .right-link a {
    margin: 0 10px 0 0;
    padding-right: 25px;
    width: 80px;
    height: 26px;
    background: #052245 url(../images/icon_link-4a6f60cd1c.png) 78px center no-repeat;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.footer .right-link i {
    margin-right: 10px;
    width: 105px;
}

.footer .right-txt {
    width: 65%;
    margin-top: 29px;
    display: flex;
    flex-wrap: wrap;
}

.footer .right-txt span {
    margin-right: 40px;
    margin-bottom: 20px;
}

.footer .copyright {
    padding-top: 15px;
    color: #fff;
    text-align: center;
}

.footer .copyright-report {
    padding-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.footer .right-imgs {
    position: absolute;
    right: 0;
    top: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer .right-imgs .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .right-imgs .item:first-child {
    margin-right: 90px;
}

.footer .right-imgs .item img {
    width: 112px;
    height: 112px;
    margin-bottom: 14px;
}

.footer .right-imgs .item .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.trial-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1999;
    padding: 50px 0;
    width: 600px;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    transform: translate(-50%,-50%);
}

.trial-alert>button {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 30px;
    outline: 0;
    border: none;
    background: #ccc;
    cursor: pointer;
}

.trial-alert .trial-main {
    padding: 0;
}

.trial-alert .trial-form-sub button {
    margin: 0;
}

.ind-banner .swiper-slide {
    position: relative;
}

.ind-banner .swiper-slide a {
    position: absolute;
    top: 39%;
    left: 18.6%;
    z-index: 100;
    width: 186px;
    border-radius: 50px;
    background: linear-gradient(to top left,#2951cb,#65c0f8);
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 52px;
}

.ind-banner .swiper-slide:nth-child(3) a {
    top: 48.33%;
    left: 45%;
}

.ind-banner .swiper-slide:nth-child(4) a {
    top: 45%;
    left: 45%;
}

.ind-swiper img {
    display: block;
    width: 100%;
}

.ind-swiper .swiper-slide {
    display: block;
    width: 100%;
}

.ind-pagination {
    top: 56%;
    bottom: auto;
}

.ind-bullet {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 6px;
    border: 1px solid #fff;
    transform: skewX(-45deg);
}

.ind-bullet-active {
    background: #fff;
}

.ind-prod {
    position: relative;
    z-index: 10;
    margin-top: -265px;
    padding: 150px 0 0;
    background: url(../images/ind_prod_bg-ac432a349f.png) 0 0 no-repeat;
    background-size: 100%;
}

@media screen and (max-width:1680px) {
    .ind-prod {
        margin-top: -223px;
    }
}

@media screen and (max-width:1500px) {
    .ind-prod {
        margin-top: -198px;
    }
}

@media screen and (max-width:1400px) {
    .ind-prod {
        margin-top: -176px;
    }
}

.ind-prod-link {
    position: absolute;
    top: -61px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1366px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,.18);
}

.ind-prod-link ul {
    display: flex;
}

.ind-prod-link li {
    padding: 35px 0;
    text-align: center;
    cursor: pointer;
    flex: 1;
}

.ind-prod-link li:hover {
    border-radius: 10px;
    background: linear-gradient(to bottom left,#5e9cf7,#59baef);
    color: #fff;
    transform: scale(1.1,1.2);
}

.ind-prod-link li a {
    display: block;
    height: 52px;
}

.ind-prod-link li h3 {
    font-size: 23px;
}

.ind-prod-link li p {
    color: #3b3b3b;
}

.ind-prod-link li:hover p {
    color: #fff;
}

.ind-prod-main ul {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    flex-flow: wrap;
    justify-content: space-between;
}

.ind-prod-main li {
    margin: 0 0 50px;
    width: 271px;
}

.ind-prod-main li:hover {
    overflow: hidden;
    border-radius: 8px;
}

.ind-prod-main h3 {
    padding: 80px 0 10px;
    border-bottom: 1px solid #e3e3e3;
    color: #00a4ff;
    text-align: center;
    font-size: 33px;
}

.ind-prod-main li:nth-child(1) h3 {
    background: url(../images/icon_gxll-1f802b9dfd.png) center 10px no-repeat;
}

.ind-prod-main li:nth-child(2) h3 {
    background: url(../images/icon_xyll-e0eab74a82.png) center 10px no-repeat;
}

.ind-prod-main li:nth-child(3) h3 {
    background: url(../images/icon_dbxt-5e6bb88771.png) center 10px no-repeat;
}

.ind-prod-main li:nth-child(4) h3 {
    background: url(../images/icon_zbqk-c8183a3797.png) center 10px no-repeat;
}

.ind-prod-main li:nth-child(5) h3 {
    background: url(../images/icon_ydss-968435460b.png) center 10px no-repeat;
}

.ind-prod-main li:nth-child(6) h3 {
    background: url(../images/icon_sqyx-3f11b92dff.png) center 10px no-repeat;
}

.ind-prod-main li:nth-child(7) h3 {
    background: url(../images/icon_hkch-f8f5f6563d.png) center 10px no-repeat;
}

.ind-prod-main li:nth-child(8) h3 {
    background: url(../images/icon_zhxy-e62beea213.png) center 10px no-repeat;
}

.ind-prod-main li:hover h3 {
    color: #fff;
}

.ind-prod-main li:hover:nth-child(1) h3 {
    background: url(../images/icon_gxll_hover-19794525f8.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main li:hover:nth-child(2) h3 {
    background: url(../images/icon_xyll_hover-4bb9d769cd.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main li:hover:nth-child(3) h3 {
    background: url(../images/icon_dbxt_hover-db569da6b2.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main li:hover:nth-child(4) h3 {
    background: url(../images/icon_zbqk_hover-92a2111376.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main li:hover:nth-child(5) h3 {
    background: url(../images/icon_ydss_hover-b4f444e9bb.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main li:hover:nth-child(6) h3 {
    background: url(../images/icon_sqyx_hover-5d15a93842.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main li:hover:nth-child(7) h3 {
    background: url(../images/icon_hkch_hover-b07677cfa5.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main li:hover:nth-child(8) h3 {
    background: url(../images/icon_zhxy_hover-dc1f7079a5.png) center 10px no-repeat,linear-gradient(to bottom left,#5e9cf7,#59baef);
}

.ind-prod-main div {
    padding: 20px 0 30px;
    text-align: center;
}

.ind-prod-main li:hover div {
    background: url(../images/ind_prod_main_bg-00ec8ff47f.png) right bottom no-repeat;
    box-shadow: 5px 5px 15px rgba(0,0,0,.18);
}

.ind-prod-main div h4 {
    font-size: 25px;
}

.ind-prod-main div p {
    margin: 20px 0;
    color: #6f6f6f;
    font-size: 23px;
}

.ind-prod-main-test {
    display: block;
    margin: 0 auto 15px;
    width: 180px;
    border: 1px solid #6f6f6f;
    color: #363636;
    font-size: 21px;
    line-height: 38px;
}

.ind-prod-main li:hover .ind-prod-main-test {
    border: 1px solid #5e9cf7;
    background: #5e9cf7;
    color: #fff;
}

.ind-prod-main-det {
    color: #5e9cf7;
    font-size: 18px;
}

.prod-hl-wrapper {
    width: 1366px;
    margin: 0 auto;
    padding: 0!important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.prod-hl-wrapper div {
    padding: 0!important;
} 

.prod-hl-wrapper .prod-hl-left,
.prod-hl-wrapper .prod-hl-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prod-hl-wrapper .prod-swiper {
    width: 500px; 
    height: 350px;
}

.prod-hl-wrapper .prod-swiper .swiper-wrapper,
.prod-hl-wrapper .prod-swiper .swiper-slide {
    width: 100%;
}

.prod-hl-wrapper .prod-swiper .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.prod-hl-wrapper .prod-swiper .swiper-slide img {
    width: 100%;
}

.prod-hl-wrapper .prod-hl-title {
    position: relative;
    margin-top: 10px;
    font-size: 35px;
    font-weight: bold;
    color: #2a2e2e;
}

.prod-hl-wrapper .prod-hl-title:after {
    display: block;
    margin: 15px auto;
    width: 156px;
    height: 1px;
    background: #a0a0a0;
    content: '';
}

.prod-hl-wrapper .prod-hl-labels {
    width: 500px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prod-hl-wrapper .prod-hl-labels .prod-hl-label {
    width: 240px;
    line-height: 50px;
    border-radius: 50px;
    margin-bottom: 14px;
    border: 1px solid #0093F6;
    text-align: center;
    color: #0093F6;
    font-size: 24px;
}

.prod-hl-wrapper .prod-hd-del-btn {
    width: 206px;
    margin: 22px 0 0 0;
    line-height: 52px;
    border-radius: 52px;
    background: #0093F6;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.prod-hl-wrapper .prod-hd-del-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ind-screen {
    margin-top: 150px;
}

.ind-screen-swipper {
    position: relative;
    width: 1366px;
    margin: 0 auto;
}

.ind-screen-swipper .swiper-container,
.ind-screen-swipper .swiper-wrapper, 
.ind-screen-swipper .swiper-slide,
.ind-screen-swipper .swiper-slide img {
    width: 100%;
}

.ind-screen-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -92px;
    z-index: 10;
    display: flex;
    margin: auto;
    width: 1550px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.ind-screen-prev {
    width: 50px;
    height: 50px;
    outline: 0;
    background: url(../images/icon_circle_l-fb26969612.png) 0 0 no-repeat;
    background-size: 50px;
    cursor: pointer;
}

.ind-screen-next {
    width: 50px;
    height: 50px;
    outline: 0;
    background: url(../images/icon_circle_r-6c3408d0bc.png) center center no-repeat;
    background-size: 50px;
    cursor: pointer;
}

.ind-screen-labels {
    width: 990px;
    margin: 54px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ind-screen-labels .ind-screen-label {
    width: 330px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 30px;
    color: #333333;
}

.ind-screen-labels .ind-screen-label img {
    width: 37px;
    height: 32px;
    margin-right: 20px;
}

.ind-scene {
    width: 100%;
    padding: 80px 0;
    background: #f6f6f6;
}

.ind-scene-tab {
    position: relative;
    width: 580px;
    margin: 0 auto;
    /*padding: 28px 0;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ind-scene-tab:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 9px;
    border-radius: 9px;
    background: #bfbfbf;
}

.ind-scene-tab .item {
    width: 50%;
    line-height: 102px;
    font-size: 35px;
    font-weight: bold;
    color: #2a2e2e;
    text-align: center;
}

.ind-scene-tab .item.active {
    position: relative;
    color: #0093f6;
}

.ind-scene-tab .item.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    height: 9px;
    border-radius: 9px;
    background: #0093f6;
}

.ind-scene .scene {
    width: 1366px;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ind-scene .scene-img {
    width: 616px;
    height: 382px;
}

.ind-scene .scene-txt {
    width: 566px;
    height: 290px;
    padding-left: 50px;
    font-size: 25px;
}

.ind-scene .scene-txt .scene-subtitle {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
}

.ind-scene .scene-txt .scene-tip {
    margin-bottom: 18px;
}

.ind-scene .scene-txt .scene-labels {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
} 

.ind-scene .scene-txt .scene-labels .scene-label {
    width: 33.3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 18px;
}

.ind-scene .family-scene .scene-txt .scene-labels .scene-label {
    width: 50%;
}

.ind-scene .scene-txt .scene-labels .scene-label .icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.ind-about {
    position: relative;
    width: 100%;
}

.ind-about .about-bg {
    width: 100%;
}

.ind-about .about-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ind-about .ind-about-txt {
   width: 1100px;
   margin: 130px auto 50px auto; 
   color: #fff;
   font-size: 25px;
}

.ind-about .ind-about-txt .ind-about-title {
    font-size: 45px;
    font-weight: bold;
    font-style: oblique;
    text-align: center;
    margin-bottom: 20px;
}

.ind-about .ind-about-txt .ind-about-tip {
    text-indent: 50px;
    line-height: 50px;
}

.ind-about .about-img-wrapper {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.ind-about .about-img-wrapper img {
    width: 408px;
}

.ind-about .ind-about-txt .ind-about-tip span {
    font-weight: bold;
}

.ind-adv {
    margin: 80px 0;
}

.ind-adv ul {
    display: flex;
    margin: 80px auto 0;
    width: 1209px;
    flex-flow: wrap;
}

.ind-adv li {
    display: flex;
    width: 403px;
    height: 426px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.ind-adv li:nth-child(1) {
    background: url(../images/ind_adv_1-2b1dec8b63.png) 0 0 no-repeat;
    background-size: 100%;
}

.ind-adv li:nth-child(1):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/ind_adv_1-2b1dec8b63.png) 0 0 no-repeat;
}

.ind-adv li:nth-child(2) {
    background: url(../images/ind_adv_2-2b86ebbb8c.png) 0 0 no-repeat;
    background-size: 100%;
}

.ind-adv li:nth-child(2):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/ind_adv_2-2b86ebbb8c.png) 0 0 no-repeat;
}

.ind-adv li:nth-child(3) {
    background: url(../images/ind_adv_3-8671fc72b2.png) 0 0 no-repeat;
    background-size: 100%;
}

.ind-adv li:nth-child(3):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/ind_adv_3-8671fc72b2.png) 0 0 no-repeat;
}

.ind-adv li:nth-child(4) {
    background: url(../images/ind_adv_4-6877a38e50.png) 0 0 no-repeat;
    background-size: 100%;
}

.ind-adv li:nth-child(4):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/ind_adv_4-6877a38e50.png) 0 0 no-repeat;
}

.ind-adv li:nth-child(5) {
    background: url(../images/ind_adv_5-7776d5b3cb.png) 0 0 no-repeat;
    background-size: 100%;
}

.ind-adv li:nth-child(5):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/ind_adv_5-7776d5b3cb.png) 0 0 no-repeat;
}

.ind-adv li:nth-child(6) {
    background: url(../images/ind_adv_6-9b8979bf70.png) 0 0 no-repeat;
    background-size: 100%;
}

.ind-adv li:nth-child(6):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/ind_adv_6-9b8979bf70.png) 0 0 no-repeat;
}

.ind-adv h3 {
    font-size: 27px;
}

.ind-adv h3 span {
    display: block;
    font-size: 13px;
}

.ind-adv p {
    margin: 10px 0 0;
    padding: 3px 8px;
    border: 1px solid #fff;
    font-size: 21px;
}

.ind-adv li:hover p {
    visibility: visible;
}

.ind-case {
    padding: 80px 0;
    background: #f6f6f6;
}

.ind-case div {
    text-align: center;
    font-size: 33px;
}

.ind-case ul {
    display: flex;
    margin: 60px auto 0;
    width: 1279px;
    justify-content: space-between;
}

.ind-case li {
    position: relative;
    display: flex;
    width: 416px;
    height: 275px;
    color: #fff;
    font-size: 33px;
    justify-content: center;
    align-items: center;
}

.ind-case li a {
    width: 100%;
    height: 100%;
}

.ind-case li img {
    width: 100%;
    height: 100%;
}

.ind-case li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9));
    display: none;
}

.ind-case li h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ind-case li:hover h3 {
    text-decoration: underline;
}

.ind-case li:hover .mask {
    display: block;
}

.ind-news {
    margin: 80px 0;
}

.ind-news-tit {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    border-bottom: 1px solid #c4c4c4;
    justify-content: space-around;
}

.ind-news-tit li {
    width: 103px;
    font-size: 25px;
    line-height: 50px;
    cursor: pointer;
}

.ind-news-tit .ind-news-tit-active {
    border-bottom: 2px solid #009bf1;
    color: #009bf1;
}

.ind-news-con {
    margin: 0 auto;
    width: 1200px;
}

.ind-news-item li {
    position: relative;
    display: flex;
    margin: 20px 0 0;
    padding: 25px 35px;
    border: 1px solid #c4c4c4;
    justify-content: space-between;
    /*cursor: pointer;*/
}

.ind-news-item li:hover {
    border: 1px solid #009bf1;
}

.ind-news-item li h3 {
    margin: 0 0 10px;
    font-size: 25px;
}

.ind-news-item .left {
    width: 900px;
}

.ind-news-item .right {
    width: 160px;
    display: flex;
    font-size: 21px;
    align-items: center;
}

.ind-news-item li:hover {
    color: #009bf1;
}

.ind-news-item li .a-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ind-news-login {
    margin: 20px 0 0;
    padding: 35px 0 20px;
    border: 1px solid #c4c4c4;
}

.ind-news-login img {
    display: block;
    margin: 0 auto;
}

.jhkj-login {
    margin: 50px auto 30px;
    width: 291px;
}

.ind-news-login .form-item {
    margin: 0 0 15px;
}

.jhkj-login input {
    padding: 10px 23px;
    width: 243px;
    height: 21px;
    outline: 0;
    border: 1px solid #d2d5e4;
    border-radius: 6px;
    box-shadow: inset 0 0 15px #e3e6f2;
    font-size: 15px;
}

.jhkj-login button {
    width: 291px;
    height: 43px;
    outline: 0;
    border: none;
    border-radius: 6px;
    background: #009bf1;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}

.ind-news-login .copyright {
    color: #5a5a5a;
    text-align: center;
    font-size: 13px;
}

.manage-banner {
    position: relative;
    width: 100%;
}

.manage-banner .banner-img {
    width: 100%;
}

.manage-banner-txt {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1366px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.manage-banner-title {
    font-size: 75px;
    font-weight: bold;
    margin-bottom: 38px;
}

.manage-banner-tip {
    font-size: 30px;
}

.manage-banner-btn {
    display: inline-block;
    width: 188px;
    height: 53px;
    margin-top: 58px;
    background: url(../images/manage/btn.png) center no-repeat;
    background-size: 100% 100%;
}

.manage-main {
    margin: 80px 0;
    width: 100%;
    overflow-x: hidden;
}

.manage-scene-img {
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.manage-main ul {
    display: flex;
    margin: 80px auto 0;
    width: 1269px;
    flex-flow: wrap;
}

.manage-main li {
    display: flex;
    width: 423px;
    height: 445px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.manage-main li:nth-child(1) {
    background: url(../images/manage/six1.png) 0 0 no-repeat;
    background-size: 100%;
}

.manage-main li:nth-child(1):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/manage/six1.png) 0 0 no-repeat;
}

.manage-main li:nth-child(2) {
    background: url(../images/manage/six2.png) 0 0 no-repeat;
    background-size: 100%;
}

.manage-main li:nth-child(2):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/manage/six2.png) 0 0 no-repeat;
}

.manage-main li:nth-child(3) {
    background: url(../images/manage/six3.png) 0 0 no-repeat;
    background-size: 100%;
}

.manage-main li:nth-child(3):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/manage/six3.png) 0 0 no-repeat;
}

.manage-main li:nth-child(4) {
    background: url(../images/manage/six4.png) 0 0 no-repeat;
    background-size: 100%;
}

.manage-main li:nth-child(4):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/manage/six4.png) 0 0 no-repeat;
}

.manage-main li:nth-child(5) {
    background: url(../images/manage/six5.png) 0 0 no-repeat;
    background-size: 100%;
}

.manage-main li:nth-child(5):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/manage/six5.png) 0 0 no-repeat;
}

.manage-main li:nth-child(6) {
    background: url(../images/manage/six6.png) 0 0 no-repeat;
    background-size: 100%;
}

.manage-main li:nth-child(6):hover {
    background: linear-gradient(to left top,rgba(41,81,203,.9),rgba(101,192,248,.9)),url(../images/manage/six6.png) 0 0 no-repeat;
}

.manage-main h3 {
    font-size: 30px;
    font-weight: bold;
}

.manage-main p {
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 21px;
}

.manage-main li:hover p {
    border: 1px solid #fff;
}

.manage-main.functions {
    width: 100%;
    padding: 80px 0;
    background: #f9fafd;
}

.manage-main.functions .version-labels {
    width: 1366px;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.manage-main.functions .version-labels .item {
    width: 130px;
    line-height: 60px;
    margin-right: 20px;
    border-radius: 0 10px 0 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.manage-main.functions .version-labels .item.base {
    background: #64c1f6;
}

.manage-main.functions .version-labels .item.profession {
    background: #32aef3;
}

.manage-main.functions .version-labels .item.flagship {
    background: #009bf1;
}

.manage-main.functions .version-labels .item.business {
    background: #009bf1;
}

.manage-main.functions .functions-table {
    width: 1366px;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.manage-main.functions .functions-table .row {
    width: 96%;
    margin: 0 2%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
}

.manage-main.functions .functions-table .row .name {
    width: 180px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #2a2e2e;
}

.manage-main.functions .functions-table .row .content {
    width: 470px;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.manage-main.functions .functions-table .row .icons {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 15px;
}

.manage-main.functions .functions-table .row .icons .icon {
    margin-left: 115px;
}

.system-banner {
    position: relative;
}

.system-banner img {
    display: block;
    width: 100%;
}

.system-con {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 1366px;
    height: 100%;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.system-con h2 {
    margin-bottom: 25px;
    font-size: 75px;
    font-weight: bold;
}

.system-con p {
    font-size: 30px;
}

.system-con a {
    display: block;
    margin: 50px 0 0;
    width: 186px;
    height: 52px;
    border-radius: 50px;
    background: linear-gradient(to right,#59baef,#5e9cf7);
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 52px;
}

.system-video {
    position: relative;
    width: 561px;
    height: 331px;
}

.system-video video {
    width: 561px;
    height: 331px;
    -o-object-fit: fill;
    object-fit: fill;
}

.system-video div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.system-video img {
    width: 102px;
}

.system-concept {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 150px 0;
}

.system-concept h2 {
    font-size: 45px;
    font-style: oblique;
}

.system-concept h2 .bold {
    font-weight: bold;
}

.system-concept h2::after {
    display: block;
    margin: 25px 0;
    width: 156px;
    height: 2px;
    background: linear-gradient(to left,#fff,#999,#fff);
    content: '';
}

.system-concept p {
    width: 860px;
    font-size: 27px;
    line-height: 45px;
}

.system-concept .system-concept-img {
    width: 443px;
}

.system-data {
    position: relative;
    width: 100%;
}

.system-data img {
    display: block;
    width: 100%;
}

.system-data div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1366px;
    color: #fff;
}

.system-data h3 {
    margin: 86px 0 50px;
    text-align: center;
    font-size: 40px;
}

@media screen and (max-width:1440px) {
    .system-data h3 {
        margin: 35px 0 23px;
    }
}

.system-data ul {
    display: flex;
    justify-content: center;
}

.system-data li {
    position: relative;
    display: flex;
    width: 30%;
    font-size: 25px;
    justify-content: center;
    flex-flow: wrap;
}

.system-data li:not(:last-child)::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 156px;
    background: linear-gradient(to bottom,#3860f4,#fff,#3860f4);
    content: '';
}

.system-data li strong {
    font-size: 100px;
}

.system-block {
    width: 100%;
    padding: 70px 0;
    background: #f9fafd;
}

.system-song,
.system-scene {
    background: #fff;
}

.system-block .system-block-content {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.system-block .system-block-title {
    font-size: 45px;
    font-weight: bold;
    font-style: oblique;
    color: #0093f6;
    margin-bottom: 42px;
}

.system-block .system-block-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.system-block .system-block-item {
    width: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.system-block #song-img {
    height: 371px;
}

.system-block.system-skin .system-block-item {
    width: 100%;
}

.copyright-banner {
    position: relative;
}

.copyright-banner>img {
    display: block;
    width: 100%;
}

.copyright-con {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.copyright-con h2 {
    margin: 30px 0 15px;
    color: #f68b1e;
    font-size: 40px;
}

.copyright-con p {
    color: #fff;
    font-size: 24px;
}

.copyright-con a {
    display: block;
    margin: 50px 0 0;
    padding-left: 53px;
    width: 300px;
    height: 52px;
    background: url(../images/copyright_det_bg-ccf74958f2.png) 0 0 no-repeat;
    color: #090200;
    font-size: 24px;
    line-height: 52px;
}

.copyright-video {
    position: relative;
    width: 561px;
    height: 331px;
}

.copyright-video video {
    width: 561px;
    height: 331px;
    -o-object-fit: fill;
    object-fit: fill;
}

.copyright-video div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.copyright-video img {
    width: 102px;
}

.copyright-prog {
    margin: 100px auto;
    width: 1240px;
}

.copyright-prog ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.copyright-prog li {
    margin: 0 0 35px;
    padding-left: 50px;
    min-width: 300px;
    background: url(../images/icon_question-8eda6234a9.png) 0 center no-repeat;
    font-size: 44px;
}

.copyright-prog li:first-child {
    width: 402px;
}

.copyright-prog h2 {
    margin: 0 0 85px;
    padding: 0 50px 0 118px;
    background: url(../images/icon_seal-f93dd1e24f.png) 0 100px no-repeat;
    font-size: 44px;
}

.copyright-prog h2::before {
    display: block;
    margin: 55px 0 85px -118px;
    width: 88px;
    height: 3px;
    background: #f68b1e;
    content: '';
}

.copyright-prog p {
    color: #f68b1e;
    font-size: 30px;
    line-height: 53px;
}

.copyright-case {
    position: relative;
    margin: 0 0 38px;
}

.copyright-case>img {
    display: block;
    width: 100%;
}

.copyright-case div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copyright-case div img {
    display: block;
    margin: 120px auto 50px;
    width: 55%;
}

.copyright-case div a {
    display: block;
    margin: 0 auto;
    width: 651px;
    height: 96px;
    background: url(../images/copyright_link_bg-c54432a6c8.png) 0 0 no-repeat;
    color: #fff;
    text-align: center;
    font-size: 31px;
    line-height: 96px;
}

.case-banner img {
    display: block;
    width: 100%;
}

.case-user {
    padding: 155px 0 215px;
    background: url(../images/case_user_top-45be66cc05.png) right 0 no-repeat,url(../images/case_user_bottom-aad912626b.png) 8px bottom no-repeat;
    background-size: 97%,100%;
}

.case-user h2 {
    text-align: center;
    font-size: 42px;
}

.case-user h2::after {
    display: block;
    margin: 25px auto 0;
    width: 75px;
    height: 6px;
    background: #2a2e2e;
    content: '';
}

.case-user ul {
    display: flex;
    margin: 97px auto 50px;
    width: 1240px;
    justify-content: space-between;
    flex-flow: wrap;
}

.case-user li {
    margin-bottom: 50px;
    width: 283px;
    height: 101px;
    border-left: 5px solid #f7f8ff;
    border-radius: 10px;
    background: url(../images/case_user_li-74121e3c61.png) 0 0 no-repeat;
    text-align: center;
    font-size: 33px;
    line-height: 101px;
}

.case-user li:hover {
    border-left: 5px solid #0052d9;
}

.case-swiper {
    padding: 0 0 50px;
}

.case-bullet {
    display: inline-block;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
}

.case-bullet-active {
    border-radius: 30px;
    background-color: #0052d9;
    color: #fff;
}

.about-banner {
    position: relative;
}

.about-banner img {
    display: block;
    width: 100%;
}

.about-con {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 1366px;
    height: 100%;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}

.about-con h2 {
    margin-bottom: 15px;
    font-size: 60px;
    font-weight: bold;
}

.about-con p {
    font-size: 30px;
}

.about-video {
    position: relative;
    width: 561px;
    height: 331px;
}

.about-video video {
    width: 561px;
    height: 331px;
    -o-object-fit: fill;
    object-fit: fill;
}

.about-video div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.about-video img {
    width: 102px;
}

.about-intro {
    padding: 170px 0 100px;
    background: url(../images/about_jh_bg-fd0ac9e135.png) center 140px no-repeat;
}

.about-intro div p {
    margin: 0 auto 50px;
    width: 1200px;
    font-size: 25px;
    line-height: 50px;
}

.about-year {
    position: relative;
}

.about-year img {
    display: block;
    width: 100%;
}

.about-year div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.about-year h2 {
    text-align: center;
    font-size: 50px;
}

.about-year span {
    font-size: 42px;
}

.about-path {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.about-path .about-history {
    width: 1150px;
    padding: 80px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.about-path .about-history .content{
    height: 100%;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
.about-path .about-history .content .item {
    font-size: 25px;
    height: 120px;
    padding-bottom: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.about-path .about-history .content .item:first-child {
    padding-top: 40px;
}

.about-path .about-history .content .item:last-child {
    padding-top: 28px;
}


.about-honor-main {
    position: relative;
    padding-bottom: 80px;
}

.about-honor-swiper {
    width: 1366px;
    margin: 0 auto;
}

.about-honor-swiper .swiper-wrapper {
    width: 25%;
}

.about-honor-swiper img {
    width: 100%;
}

.about-honor-swiper .name {
    width: 90%;
    margin: 0 5%;
    text-align: center;
    font-size: 25px;
    line-height: 37px;
}


.about-honor-btn {
    position: absolute;
    top: -140px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    margin: auto;
    width: 1550px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.about-honor-prev {
    width: 50px;
    height: 50px;
    outline: 0;
    background: url(../images/icon_circle_l-fb26969612.png) 0 0 no-repeat;
    background-size: 50px;
    cursor: pointer;
}

.about-honor-next {
    width: 50px;
    height: 50px;
    outline: 0;
    background: url(../images/icon_circle_r-6c3408d0bc.png) center center no-repeat;
    background-size: 50px;
    cursor: pointer;
}


.about-team {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #f9fafd;
}

.about-team .jh-line-p {
    margin-bottom: 100px;
}

.about-team #aboutTeamSwiper {
    width: 1366px;
}

.about-team .about-team-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.about-team .about-team-item .right {
    margin-left: 50px;
}

.about-team .about-team-item .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 30px;
    text-indent: 10px;
}

.about-team .about-team-item .right .txt {
    margin-top: 30px;
    font-size: 20px;
    line-height: 35px;
}

.about-team .about-team-item .right .txt span {
    padding-left: 14px;
}

.about-team .about-team-item .item {
    width: 44%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-team .about-team-item .item .title {
    margin: 30px;
}

.about-team .about-team-item .item .des {
    padding: 0 30px;
    line-height: 35px;
    font-size: 20px;
}

.about-team-btn {
    position: absolute;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
    margin: auto;
    width: 1550px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.about-team-prev {
    width: 50px;
    height: 50px;
    outline: 0;
    background: url(../images/icon_circle_l-fb26969612.png) 0 0 no-repeat;
    background-size: 50px;
    cursor: pointer;
}

.about-team-next {
    width: 50px;
    height: 50px;
    outline: 0;
    background: url(../images/icon_circle_r-6c3408d0bc.png) center center no-repeat;
    background-size: 50px;
    cursor: pointer;
}

.news-banner img {
    display: block;
    width: 100%;
}

.news-main {
    margin: 80px 0;
}

.news-tab {
    display: flex;
    margin: 100px auto;
    width: 1240px;
    justify-content: space-between;
}

.news-tit {
    width: 385px;
    border-right: 1px solid #c4c4c4;
}

.news-tit li {
    display: flex;
    padding: 20px 25px;
    background: url(../images/icon_r-cfa0dd8744.png) 311px center no-repeat;
    color: #8c8d92;
    cursor: pointer;
    align-items: center;
}

.news-tit .news-tit-active {
    background: url(../images/icon_r_active-5f88476606.png) 299px center no-repeat,linear-gradient(to right,#59baef,#5e9cf7);
    color: #fff;
}

.news-tit li strong {
    margin-right: 20px;
    font-size: 61px;
}

.news-tit li h3 {
    font-size: 26px;
}

.news-tit li p {
    font-size: 13px;
}

.news-con {
    width: 758px;
}

.news-item h2 {
    margin-bottom: 33px;
    font-size: 31px;
}

.news-item ul {
    border: 1px solid #c4c4c4;
}

.news-item li {
    display: flex;
    padding: 21px 48px 21px 18px;
    border-left: 6px solid #fff;
    justify-content: space-between;
    align-items: center;
}

.news-item li:not(:last-child) {
    border-bottom: 1px solid #c4c4c4;
}

.news-item li:hover {
    border-left: 6px solid #009bf1;
}

.news-item li h3 {
    padding-right: 20px;
    font-size: 21px;
    flex: 1;
}

.news-item li a {
    width: 113px;
    height: 42px;
    border-radius: 30px;
    color: #009bf1;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
}

.news-item li:hover a {
    background-color: #009bf1;
    color: #fff;
}

.news-login {
    padding: 35px 0 20px;
    border: 1px solid #c4c4c4;
}

.news-login img {
    display: block;
    margin: 0 auto;
}

.news-login .form-item {
    margin: 0 0 15px;
}

.news-login .copyright {
    color: #5a5a5a;
    text-align: center;
    font-size: 13px;
}

.trial {
    background: url(../images/trial_bg_1-a13186e742.png) right 0 no-repeat,url(../images/trial_bg_2-316a38e431.png) 0 bottom no-repeat;
    background-size: 89.3%,61.7%;
}

.trial.channel {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.trial-main {
    margin: 0 auto;
    padding: 88px 0 70px;
    width: 402px;
}

.channel .trial-main {
    padding: 88px 0 70px;
    width: 402px;
    margin: 0;
}

.trial-main.right {
    width: 500px;
    margin-left: 145px;
}

.trial-main h2 {
    font-size: 39px;
}

.trial-main h2::before {
    display: block;
    width: 23px;
    border-bottom: 4px solid #009bf1;
    content: '';
}

.trial-main .trial-tip {
    font-size: 20px;
    color: #5f6364;
    margin-top: 10px;
}

.trial-main .city-table {
    width: 510px;
    margin: 20px 0;
    border: 1px solid #9fa1a2;
    border-radius: 10px;
}

.trial-main .city-table .table-header {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.trial-main .city-table .table-province {
    width: 110px;
    text-align: center;
}

.trial-main .city-table .table-city {
    flex: 1;
    padding: 5px 0;
    padding-left: 30px;
    padding-right: 10px;
    border-left: 1px solid #9fa1a2;
}

.trial-main .city-table .table-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #9fa1a2;
}

.trial-form>div {
    margin-top: 22px;
}

.trial-form-inp input {
    padding: 12px 33px;
    width: 334px;
    height: 32px;
    outline: 0;
    border: 1px solid #adaeae;
    border-radius: 8px;
    font-size: 21px;
}

.trial-form-inp input:focus {
    border: 1px solid #009bf1;
}

.trial-form .ui-select {
    height: 58px;
    outline: 0;
    line-height: 32px;
}

.trial-form .ui-select-button {
    padding: 12px 33px;
    width: 334px;
    height: 32px;
    border: 1px solid #adaeae;
    border-radius: 8px;
    font-size: 21px;
}

.trial-form .ui-select-icon {
    top: 22px;
    width: 24px;
    height: 14px;
}

.trial-form .ui-select-datalist {
    top: 57px;
}

.trial-form .reverse>.ui-select-datalist {
    bottom: 57px;
}

.trial-form .active>a.ui-select-button {
    border-color: #adaeae;
    border-radius: 8px 8px 0 0;
}

.trial-form .reverse>a.ui-select-button {
    border-radius: 0 0 8px 8px;
}

.trial-form-sub button {
    margin: 27px 0 80px;
    width: 100%;
    height: 58px;
    outline: 0;
    border: none;
    border-radius: 8px;
    background: #009bf1;
    color: #fff;
    font-size: 29px;
    line-height: 58px;
    cursor: pointer;
}

.trial-form-code {
    display: flex;
}

.trial-form-code input {
    padding: 12px 171px 12px 33px;
    width: 196px;
    height: 32px;
    outline: 0;
    border: 1px solid #adaeae;
    border-radius: 8px;
    font-size: 21px;
}

.trial-form-code input:focus {
    border: 1px solid #009bf1;
}

.trial-form-code button {
    margin-left: -138px;
    width: 138px;
    height: 58px;
    outline: 0;
    border: none;
    border-radius: 8px;
    background: #009bf1;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}

.trial-form-code .btn-disabled {
    background: #adaeae;
}

.trial-main .copyright {
    color: #5a5a5a;
    text-align: center;
    font-size: 20px;
}

.trial-main .channel-tip {
    font-size: 20px;
    color: #009bf1;
}

.trial-main  .channel-form-img {
    margin-top: 13px;
    width: 520px;
}

.free-pop {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 1999;
    width: 320px;
    height: 400px;
    background: url(../images/small_pop_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.free-pop .small-img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.free-pop .free-pop-content {
    width: 280px;
    margin-top: 42px;
}

.free-pop .free-pop-content .pop-title{
    font-size: 26px;
    color: #000;
}

.free-pop .free-pop-content .input-wrapper {
    position: relative;
    width: 100%;
    height: 56px;
    margin-top: 10px;
}

.free-pop .free-pop-content .input-wrapper input {
    width: 100%;
    height: 100%;
    outline: 0;
    border: 1px solid #adaeae;
    border-radius: 5px;
    font-size: 16px;
    text-indent: 10px;
    padding: 0!important;
}

.free-pop .free-pop-content .send-code-btn {
    position: absolute;
    right: -2px;
    top: 1px;
    width: 100px;
    height: 56px;
    outline: 0;
    border: none;
    border-radius: 5px;
    background: #009bf1;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 56px;
    text-align: center;
}

.free-pop .free-pop-content .send-code-btn.btn-disabled {
    background: #adaeae;
}

.free-pop .free-pop-content .submit-btn-small {
    width: 100%;
    line-height: 60px;
    margin-top: 30px;
    text-align: center;
    background: #009bf1;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
}

.free-pop-mini {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 1999;
    width: 320px;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
}

.free-pop-mini .mini-title {
    font-size: 20px;
    color: #019BF1;
    line-height: 50px;
    text-indent: 20px;
}

.free-pop-mini .large-img {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 14px;
    cursor: pointer;
}