 导航 begin */
body{
    padding-top: 52px;
}


.video-show-size{

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    body{
        padding-top: 66px;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .video-show-size{
        width: 100%;
        height: 422px;
    }
}
@media (min-width: 1550px) {

}

.ms-navbar{
    width: 100%;
    margin: auto;
    text-align: left;
    z-index: 20;
    font-family: "微软雅黑";
    background-color: transparent;
    padding: 8px 0px;
}
.ms-navbar .navbar{
    padding: 0px;
}
.ms-navbar .navbar-brand{
    padding: 0px;
    height: 50px;
    box-sizing: border-box;
    padding: 5px 0px;
}
.ms-navbar .navbar-brand img{
    display: block;
    vertical-align: top;
    /*width: 100%;*/
    height: 100%;
}
.ms-navbar .navbar-nav{
    white-space: nowrap;
}
.ms-navbar .navbar-nav .nav-item{
    margin-left: 1.5rem;
}
.ms-navbar .navbar-nav .nav-item .nav-link {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
}
.ms-navbar .navbar-nav .nav-item .nav-link:hover {
    color: #2a7efb;
}
.ms-navbar.active{
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    background-color: #fff;
}

.ms-navbar .nav-item-tit.active a,
.ms-navbar .nav-item-tit:hover a{
    color: #2a7efb !important;
}


.ms-navbar.active .navbar-nav .nav-item .nav-link{
    color: #282828;
}
.ms-navbar .nav-item .nav-link-btn{
    display: block;
    width: 92px;
    border-radius: 15px;
    vertical-align: middle;
    background-color: #2a7efb;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    top: 2.5px;
}
.ms-navbar .navbar-brand{
    height: 35px;
    box-sizing: border-box;
    padding: 2px 0px;
}
.login-circle{display: none;}
@media (min-width: 0px) and (max-width: 992px) {
    .nav-item-btn{
        display: none;
    }
    .navbar-nav{
        padding-top: 10px;
        flex-direction: row;
    }
    .ms-navbar .navbar-nav .nav-item{
        margin-left: 0rem;
        padding: 0px 15px;
    }
    .navbar-collapse{
        overflow-x: auto;
    }
    .navbar-toggler{
        padding-left: 0px;
        padding-right: 0px;
    }
    .login-circle{
        display: initial;
        margin-left: 10px !important;
    }
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .ms-navbar .navbar-brand {
        height: 50px;
        padding: 5px 0px;
    }
    .nav-item-btn{
        display: none;
    }
}
@media (min-width: 1200px) {
    .nav-item-btn{
        display: block;
    }
}
@media (min-width: 1550px) {

}


/* 导航   end */
/* 幻灯片 begin */
.carousel-item .carousel-img{

}
.carousel-item .carousel-img img{
    display: block;
    width: 100%;
    min-width: 1200px;
}
.carousel-caption{
    padding-bottom: 18%;
}
.carousel-caption h3{
    font-size: 18px;
}
.carousel-caption p{
    font-size: 12px;
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .carousel-caption{
        padding-bottom: 6%;
    }
}
@media (min-width: 992px) {
    .carousel-caption{
        padding-bottom: 8%;
    }
    .carousel-caption h3{
        font-size: 1.75rem;
    }
    .carousel-caption p{
        font-size: 1rem;
    }

}
@media (min-width: 1200px) {
    .carousel-caption{
        padding-bottom: 10%;
    }
}
@media (min-width: 1550px) {

}
/* 幻灯片   end */

.model{
    padding: 40px 0px;
}
/* 分类 begin */
.category {
    margin: 0 auto
}
.category .item {
    width: 100%;
    display: table;
    float: left;
    cursor: pointer
}
.category .item .image {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.category .item .text {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    font-family: "PingFang";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    color: #666;
}
.category .item .name {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
    color: #2a7efb;
}


.category .item{
    text-align: center;
    margin-bottom: 20px;
}
.category .item .text{
    margin-left: 0px;
    text-align: center;
    display: block;
}
.category .item .image{
    margin-bottom: 10px;
}
.category .item .name{
    font-size: 16px;
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .category .item{
        text-align: center;
        margin-bottom: 0px;
    }
    .category .item .text{
        margin-left: 20px;
        text-align: left;
        display: inline-block;
    }
    .category .item .image{
        margin-bottom: 0px;
    }
    .category .item .name{
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}

/* 产品核心 begin */
.core{
    background: rgb(243,248,251);
}

.module-title {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding-left: 40px;
}
.module-title .decorate {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to left,rgba(0,178,255,0) 0%,rgba(0,123,255,1) 100%);
}
.module-text {
    position: relative;
    color: #052950;
    font-size: 24px;
}
.module-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 2px;
    background: rgba(0,145,255,1);
}
.module-info {
    font-size: 14px;
    margin: 20px 0 50px;
}

.core-competence-box{
    margin-left: -15px;
    margin-right: -15px;
}
.core-competence-box li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0px 15px;
    margin: 0px 0px 15px;
}
.core-competence {
    cursor: pointer;
    transition: 0.6s;
    padding: 40px 10% 30px;
    text-align: center;
    box-shadow: 0 -18px 84px -38px rgba(0,141,239,.4);
}
.core-competence img {
    width: 100px;
}
.core-competence-title {
    font-size: 18px;
    color: #052950;
    margin: 10px 0 30px;
}
.core-competence-info {
    min-height: 140px;
    font-size: 14px;
    line-height: 24px;
}
.btn-a {
    font-size: 14px;
    color: #677584;
    padding: 2px 10px;
    border-radius: 2px;
    border: 1px solid rgba(103,117,132,1);
}
.core-competence:hover{
    transform: translateY(-15px);
    box-shadow: 0 -10px 84px -38px rgba(0,141,239,.9);
}
/*.core-competence-box li:hover{
    box-shadow: 0 -18px 84px -38px rgba(0,141,239,.4);
}*/

.core-competence-box li{
    width: 50%;
}
.core-competence-box .core-competence-info{display: none;}
.core-competence-box .core-competence{
    padding: 20px 0px 20px;
}
.core-competence-box .core-competence .core-competence-title{
    margin-bottom: 0px;
}

.core-competence-box{
    padding: 0px 7.5px;
}
.core-competence-box li {
    padding: 0px 7.5px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .core-competence-box .core-competence-info{display: block;}
    .core-competence-box li{
        width: 25%;
    }
    .core-competence-box .core-competence{
        padding: 40px 10% 30px;
    }
    .core-competence-box .core-competence .core-competence-title{
        margin-bottom: 30px;
    }
    .core-competence-box{
        padding: 0px 0px;
    }
    .core-competence-box li {
        padding: 0px 15px;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}



/* 产品核心   end */






/* 产品介绍 begin */
.product{
    background-color: #f5f8ff;
}
.product .item .text-cont {
    display: inline-block;
    vertical-align: middle;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #666;
}
.product .item .title {
    font-size: 30px;
    color: #282828;
}
.product .item .cont {
    margin-top: 25px;
    margin-bottom: 30px;
}
.product .item .cell ~ .cell {
    margin-top: 30px;
}
.product .item .name {
    padding-left: 13px;
    border-left: 3px solid #2a7efb;
    margin-bottom: 15px;
    font-size: 18px;
    color: #282828;
}
.product .item .info {
    padding-left: 16px;
    line-height: 1.5;
}
.product .item .button {
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #2a7efb;
    border-radius: 3px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    color: #2a7efb;
    cursor: pointer;
}
.product .item .button {
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #2a7efb;
    border-radius: 3px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    color: #2a7efb;
    cursor: pointer;
}
.product .item .button ~ .button {
    margin-left: 20px;
}
.product .item .blue {
    background-color: #2a7efb;
    color: #fefefe;
}
/* 产品介绍  end  */

/* footer  start */
.footer {
    background-color: #393c41;
    background-image: url('../images/footer-bg.jpg');
    background-position: center center;
    background-size: cover;
}
.footer .list {
    padding-top: 52px;
    padding-bottom: 36px;
}
.footer .list .cell ~ .cell {
    margin-top: 10px;
}
.footer > div ~ div {
    border-top: 1px solid #494d53;
}
.footer .friend-link {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    color: #ccc;
    line-height: 24px;
}
.footer .copyright {
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    color: #ccc;
}
.footer .list .item {
}
.footer .list .item1{
    flex: 0 0 25%;
    max-width: 25%;
}
.footer .list .item1 .img{
    max-width: 150px;
    margin: auto;
    width: 100%;
    /*padding-top: 15px;*/
    /*padding-right: 20%;*/
}
.footer .list .item1 .img img{
    display: block;
    width: 100%;
}
.footer .list .item2{
    flex: 0 0 15%;
    max-width: 15%;
}
.footer .list .item3{
    margin-left:10%;
}


/*.footer .list .item ~ .item {
    margin-left: 90px;
}*/
.footer .list .name {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.footer .list .cont {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
}
.footer .list .link {
    font-size: 14px;
    color: #ccc;
}
/*.footer .list .item ~ .item {
    margin-left: 90px;
}*/
.footer .list .ewm img {
    width: 102px;
    height: 102px;
    vertical-align: middle;
}
.footer .list img + div {
    margin-top: 6px;
    text-align: center;
}
.footer .list .iconfont {
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}
.footer .friend-link .link {
    cursor: pointer;
    font-size: 13px;
    color: #ccc;
}
.footer .friend-link .link ~ .link {
    margin-left: 18px;
}


.footer .list .item1{
    display: none;
}
.footer .list .item2{
    display: none;
}
.footer .list .item3{
    display: none;
}
.footer .list .item4{
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
    padding-left: 15px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .footer .list .item2{
        display: block;
    }
    .footer .list .item2{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer .list .item3{
        display: block;
    }

}
@media (min-width: 992px) {
    .footer .list .item1{
        display: block;
    }
    .footer .list .item2{
        flex: 0 0 15%;
        max-width: 15%;
    }
     .footer .list .item4{
        flex: 0 0 20%;
        max-width: 20%;
     }
}
@media (min-width: 1200px) {
    .footer .list .item2{
        flex: 0 0 15%;
        max-width: 15%;
    }
     .footer .list .item4{
        flex: 0 0 22%;
        max-width: 22%;
     }
}
@media (min-width: 1550px) {

}



/* footer    end */









/* 产品优势 begin */
.advantages{

}
.advantages-box{
    background:url(../images/1b5e789.jpg);
    background-size: cover;
}
.advantages-box .advantages-box-item{
    padding: 60px 30px;
    border-right: 1px solid hsla(0,0%,100%,.25);
    transition: padding .5s,flex-grow .5s;
    height: 256px;
    overflow: hidden;
}
.advantages-box .advantages-box-item .tit{
    font-size: 20px;
    margin-bottom: 35px;
}
.advantages-box .advantages-box-item .p1{
    display: block;
}
.advantages-box .advantages-box-item .p2{
    display: none;
}

/*.advantages-box .advantages-box-item:hover{
    flex-grow: 1.5;
    padding: 30px 20px;
}
.advantages-box .advantages-box-item:hover .p2{
    display: block;
}*/


.advantages-box .advantages-box-item{
    padding: 40px 30px;
}
.advantages-box .advantages-box-item p.p1,
.advantages-box .advantages-box-item p.p2{
    display: none;
}
.advantages-box .advantages-box-item:hover p.p1,
.advantages-box .advantages-box-item:hover p.p2{
    display: none;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .advantages-box .advantages-box-item{
        padding: 40px 30px;
    }
    .advantages-box .advantages-box-item p.p1{
        display: block;
    }
    .advantages-box .advantages-box-item p.p2{
        display: none;
    }
    .advantages-box .advantages-box-item:hover p.p1{
        display: block;
    }
    .advantages-box .advantages-box-item:hover p.p2{
        display: none;
    }
    .advantages-box .advantages-box-item .tit{
        font-size: 16px;
        margin-bottom: 20px;
    }

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .advantages-box .advantages-box-item .tit{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .advantages-box .advantages-box-item p.p1{
        display: block;
    }
    .advantages-box .advantages-box-item p.p2{
        display: none;
    }
    .advantages-box .advantages-box-item:hover p.p1{
        display: block;
    }
    .advantages-box .advantages-box-item:hover p.p2{
        display: block;
    }
    .advantages-box .advantages-box-item:hover{
        flex-grow: 1.5;
        padding: 30px 20px;
    }
    .advantages-box .advantages-box-item{
        padding: 60px 30px;
    }
}
@media (min-width: 1550px) {

}

/* 产品优势   end */
/* 产品有事  begin */
.advancore{
    background-color: #F5F5F5;
}
.main_5{
    display: flex;
    flex-wrap: wrap;
}
.main_5 .item {
    display: flex;
    align-items: center;
    height: 160px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0,108,255,0.1);
    overflow: hidden;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0px 30px;
}
.main_5 .item img {
    width: 100px;
    height: 100px;
/*    margin-left: 25px;
    margin-top: 30px;*/
    flex-grow: 0;
    flex-shrink: 0;
}
.main_5 .item .word {
    height: 100px;
    margin-left: 30px;
/*    margin-top: 30px;*/
    /*padding-right: 30px;*/
    text-align: left;
    flex-grow: 1;
    flex-shrink: 1;
}
.main_5 .item .word h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 46px;
}
.main_5 .item .word .content {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}

.main_5 .item{
    margin-bottom: 15px;
}
.main_5 .item .word h3{
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_5 .item img{
    width: 80px;
    height: 80px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .main_5 .item{
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .main_5 .item img{
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 1550px) {

}



/* 产品有事    end */
/* 申请使用  begin  */
.agent .fifth .cont {
    height: 273px;
    margin-top: 54px;
    position: relative;
    text-align: center;
}
.agent .fifth .item {
    position: relative;
}
.agent .fifth .item .image {
    margin-top: 40px;
    text-align: center;
}
.agent .fifth .item .image img{
    max-width: 100%;
}
.agent .fifth .list-cont{
    text-align: center;
}
.agent .fifth .list-cont .title {
    font-size: 18px;
    color: #5d5d5d;
}
.agent .fifth .list-cont .info {
    font-size: 16px;
    color: #5d5d5d;
    margin-top: 6px;
}
.agent .fifth .item{
    margin-bottom: 20px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .agent .item.item1::after {
        content: "";
        display: inline-block;
        width: 48px;
        height: 10px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: -24px;
        background: url(../images/appStep02.png) no-repeat center;
    }

}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}


/* 申请使用    end  */
.rno{
    background:url('../images/bg2.jpg');
    background-size: cover;
}
.rno-action-panel-inner {
    position: relative;
    box-sizing: border-box;
}
.rno-action-panel-title {
    font-size: 32px;
    line-height: 46px;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
}
.rno-action-panel-desc {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0px;
}
.rno-action-panel-btns {
    margin-top: 32px;
    font-size: 0;
}
.rno-btn {
    height: 40px;
    min-width: 130px;
    padding: 0 16px;
    background-color: #00a4ff;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.rno-action-panel .rno-btn {
    min-width: 160px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    border-color: rgba(255,255,255,.6);
}
.rno-action-panel-inner{
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .rno-action-panel-inner{
        flex-direction: row;
        align-items: flex-end;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}

/* 盛情 */

/* css begin */
.download h1.homepage-title {
    color: #303133;
    font-weight: 400;
    font-size: 26px;
}
.download h3.homepage-title {
    color: #606266;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
}

.download .base-main {
    min-height: 500px;
}
.download .base-main .el-card {
    /*width: 800px;*/
    margin: auto;
    margin-bottom: 100px;

    max-width:800px;
    width:100%;

}
.el-card.is-always-shadow, .el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}


.el-card__body {
    padding: 20px;
}
.el-alert--success.is-light {
    background-color: #f0f9eb;
    color: #67c23a;
}
.btn-apizza {
    color: #9e9e9e;
    background-color: #f0f0f0;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    border-radius: 4px;
    border: none;
}
.btn-apizza.orange {
    color: #fff;
    background-color: #eb5648;
}
.btn-apizza.huge {
    border-radius: 26px;
    padding: 14px 40px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(36,10,147,.15);
    box-shadow: 0 2px 8px 0 rgba(36,10,147,.15);
}
.download .base-main p {
    color: #909399;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
}
.download .base-main p.info{
    line-height: 36px;
}
/* css   end */
/* 功能模块介绍 begin */
.gongn .gongn-box{
    padding: 0 7.5px;
}
.gongn .gongn-box .item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: border-box;
    padding:0px 7.5px;
    margin-bottom: 15px;
    /*height: 220px;*/
}
.gongn .gongn-box .item .item-cont {
    height: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 25px 15px;
}
.gongn .gongn-box .item .item-cont .imgIcon{
    width: 70px;
    display: block;
    margin: auto;
}
.gongn .gongn-box .item .item-cont .imgIcon img{
    display: block;
    width: 100%;
    vertical-align: top;
}

.gongn .gongn-box .item .name {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-top: 18px;
}
.gongn .gongn-box .item .info {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(153, 153, 153, 1);
    margin-top: 8px;
}

.gongn .gongn-box .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.gongn .gongn-box .item .info{
    display: none;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
    .gongn .gongn-box .item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .gongn .gongn-box .item .info{
        display: inherit;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .gongn .gongn-box .item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .gongn .gongn-box .item .info{
        display: inherit;
    }
}
@media (min-width: 1550px) {

}
/* 功能模块介绍   end */
/* 我们提供的服务 begin */
.weserver-box{
    box-sizing: border-box;
    position: relative;
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
    margin-bottom: .5rem;
    border-width: 0;
    border-radius: .5rem;
    box-shadow: 0 0 16px rgba(0,0,0,.25);
    background-color: #fff;
    overflow: hidden;
    transform: translateY(-50px);
    flex-wrap: wrap;
}
.weserver-box .item{
    padding: 20px 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: initial;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;

    flex: 0 0 25%;
    max-width: 25%;
    height: auto;
    line-height: 1.625!important;
}

.weserver-box .item .item-cont h2 {
    color: #495057;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}

.weserver-box .item .item-cont p {
    color: #868e96;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}
.weserver-box .item{
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .weserver-box .item{
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}
/* 我们提供的服务  end */


/* 产品购买标题 begin */
.publicHeader_version {
    background: url(../images/product_version.jpg) center 0 no-repeat;
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    padding-bottom: 160px;
}
.publicHeader_version h3 {
    font-weight: 600;
    font-size: 32px;
    color: rgba(245, 245, 245, 1);
    margin-bottom: 15px;
}
.publicHeader_version p {
    font-size: 14px;
    color: rgba(245, 245, 245, 1);
}
/* 产品购买标题   end */

/* 产品购买 begin */
.productVersion .productVersion-box{
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
    top: -140px;
}
.productVersion .demand {
    overflow: hidden;
    text-align: center;
    font-family: PingFang SC;
}
.productVersion .demand .demand-count {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
}
.productVersion .demand .demand-list{
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%;
}
.productVersion .demand .demand-list .item{
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-left: 1px solid rgba(238, 238, 238, 1);
    border-top: 1px solid rgba(238, 238, 238, 1);
}
.productVersion .demand .demand-list .title {
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #282828;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    background-color: #f5f5f5;
}
.productVersion .demand .list-item .item-cont{
    padding-top: 30px;
}
.productVersion .demand .list-item .item-cont .imgIcon{
    height: 65px;
    width: 65px;
    display: block;
    margin: auto;
}
.productVersion .demand .list-item .item-cont .imgIcon img{
    display: block;
    width: 100%;
    vertical-align: top;
}

.productVersion .demand .demand-count .title, .productVersion .demand .list-item .name {
    font-size: 16px;
    color: #282828;
    line-height: 36px;
    font-weight: 600;
    margin-top: 18px;
}
.productVersion .demand .demand-count .title{
    font-size: 18px;
}

.productVersion .table-list .list {
    overflow: hidden;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    text-align: center;
}
.productVersion .table-list .title {
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
    height: 50px;
    font-weight: 500;
    line-height: 50px;
    color: #666666;
    font-size: 14px;
}
.productVersion .table-list .info{
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%;
}
.productVersion .table-list .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #282828;
    font-size: 14px;
    border-left: 1px solid rgba(238, 238, 238, 1);
}
.productVersion .table-list1 .item{
    font-size: 28px;
    color: #999;
}



.productVersion .demand .demand-count .image {
    width: 140px;
    margin-top: 60px;
}
.productVersion .demand .demand-count .info {
    font-size: 13px;
    color: #282828;
}
.productVersion .demand .pull-left:last-child {
    width: 1260px;
}


.productVersion .demand .list .list-item {
    display: inline-block;
    width: 100%;
}
.productVersion .demand .list-item .item-cont {
    height: 154px;
}



.productVersion .demand .list-item .name {
    margin-top: 15px;
}
.productVersion .demand .item-cont .name {
    line-height: 1.2;
}
.productVersion .demand .list-item .info {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}
.productVersion .demand .list-item .item-desc {
    border-top: 1px solid rgba(238, 238, 238, 1);
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    height: 50px;
    line-height: 50px;
    color: #282828;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productVersion .demand .list-item .item-link {
    height: 60px;
}
.productVersion .demand .item.item1 .item-link a {
    display: inline-block;
    margin-top: 15px;
    width: 115px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(90deg, rgba(247, 163, 1, 1) 0, rgba(254, 192, 52, 1) 100%);
}
.productVersion .demand .list-item .item-link.more a:first-child {
    margin-right: 30px;
}

.productVersion .demand .list-item .item-link.more a {
    width: 70px;
}
.productVersion .table-list .list:first-child {
    border-top: 1px solid rgba(238, 238, 238, 1);
}



.productVersion .demand .demand-count {
    display: none;
}
.productVersion .demand .demand-list, .productVersion .table-list .info{
    flex: 0 0 100%;
    max-width: 100%;
}
.productVersion-box .table-list .list .title, .productVersion-box1{
    display: none;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .productVersion .demand .demand-count {
        display: initial;
    }
    .productVersion .demand .demand-list, .productVersion .table-list .info{
        flex: 0 0 74%;
        max-width: 74%;
    }
    .productVersion-box .table-list .list .title, .productVersion-box1{
        display: initial;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}


/* 公司信息简介 begin */
.flex-compay{
    flex-wrap: wrap;
}
.flex-compay-total{
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .flex-compay-total{
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}
/* 公司信息简介   end */

/* 产品购买   end */
.company-introduction__content {
    background-image: url(../images/dad76a5.jpg);
}
/*.company-culture__item{
    box-shadow: 0 0 16px rgba(0,0,0,.25);
}*/

.company-culture__item{
    border:1px solid #dee2e6;
    border-radius: 10px;
    padding: 1.6rem 0.86rem;
    margin-bottom: 15px;
}
.company-culture__item h3{
    font-size: 18px;
    color: rgb(73,80,87);
    font-weight: 300;
    margin-bottom: 10px;
}
.company-culture__item p{
    font-size: 14px;
    color: rgb(134,142,150);
    font-weight: 300;
}

/* 企业资质 begin */
.company-honor__item{
    position: relative;
    width: 20%;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem;
}
.company-honor__item img{
    display: block;
    width: 100%;
    vertical-align: top;
}
/* 企业资质   end */



/* 申请注册页面 begin */
.account-pane-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.account-pane {
    width: 400px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(28,5,62,.05), 0 10px 40px 0 rgba(23,26,53,.05);
    box-shadow: 0 5px 10px 0 rgba(28,5,62,.05), 0 10px 40px 0 rgba(23,26,53,.05);
}
.account-pane .account-container, .account-pane .set-password-container {
    position: relative;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.account-pane .account-title, .account-pane .password-title {
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    border-bottom: solid 1px #e9e9e9;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.register-container .register-content {
    position: relative;
    padding: 15px 40px 25px;
}
.register-container .register-row {
    min-height: 40px;
    margin-top: 15px;
    position: relative;
    height: 40px;
}
.register-container .register-row input, .register-container .register-row textarea {
    font-size: 14px;
    padding: 3px 8px;
    background-color: #fff;
    background-image: none;
    vertical-align: middle;
    border-color: #e0e0e0;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -webkit-transition: border-color 218ms;
    -moz-transition: border-color 218ms;
    -o-transition: border-color 218ms;
    transition: border-color 218ms;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        height: 100%;
    display: block;
    outline: none;
    border:1px solid #e0e0e0;
    text-align: left;
}
.register-row .phone-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.register-row .phone-btn .phone-code {
    border: 1px solid #e0e0e0;
    width: 86px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    padding-left: 12px;
}
.register-row select {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 86px;
    padding: 0 20px 0 5px;
    cursor: pointer;
}
.fx_valid_code .code-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background: #FAFAFA;
    text-align: center;
    cursor: pointer;
    width: 120px;
    /*border-left: none;*/
}



.register-container .service-laws {
    font-size: 12px;
    padding: 25px 0 10px;
    text-align: center;
}
.register-container .service-laws>a {
    color: #0DB3A6;
}
.x-btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background;
    -moz-transition: background;
    -o-transition: background;
    transition: background;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.x-btn.style-green {
    color: #fff;
    background-color: #0DB3A6;
    border-color: #0DB3A6;
}
.register-container #register-btn {
    font-weight: 700;
}
.register-container .register-tip {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}
.register-container .wechat-register {
    color: #5E6D82;
    border-color: #D9D9D9;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.register-container .register-tip>a {
    color: #0DB3A6;
    cursor: pointer;
}
/* 申请注册页面    end */
/* 文档相关  */
.bd-sidebar {
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
}
.bd-search {
  position: relative;
  padding: 1rem 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.bd-links {
    display: block!important;
}
.bd-sidebar .nav>li>a {
    display: block;
    padding: .25rem 15px .25rem 0px;
    /*font-size: 90%;*/
    color: rgba(0,0,0,.65);
    font-size: 14px;
}
.bd-toc-link {
    display: block;
    /*padding: .25rem 1.5rem;*/
    padding: 0.25rem 0px;
    font-weight: 600;
    color: rgba(0,0,0,.65);
}
.bd-toc {
  -ms-flex-order: 2;
  order: 2;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
}

.section-nav {
    padding-left: 0;
    border-left: 1px solid #eee;
}
.toc-entry {
    display: block;
}
.toc-entry a {
    display: block;
    padding: .125rem 1.5rem;
    color: #77757a;
}
.section-nav ul {
    padding-left: 1rem;
}
.doc-row{
/*    margin-left: 0px !important;
    margin-right: 0px !important;*/
}
.doc-content{
    padding-top: 15px;
}
.doc-content img{
    display: block;
    max-width: 100%;
    margin: auto;
}
.bd-toc-item .bd-sidenav a.active{
    color: #008cff !important;
}

.page-doc{
    padding: 15px 0px;
}
.bd-sidebar {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow: auto;
  height: 620px;
}
.bd-sidebar .bd-toc-item{
    margin-bottom: 5px;
}
.bd-sidebar .bd-toc-item a{
    font-size: 16px;
    color: #333;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .page-doc{
        padding: 50px 0px;
        min-height: 800px;
    }
    .bd-sidebar {
        -ms-flex: 0 1 320px;
        flex: 0 1 320px;
        border-right: 1px solid rgba(0,0,0,.1);
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}
/* 文档管理  end */
/* 管理页面  begin */
.cart-goods{
    padding: 24px 32px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    background-color: #fff;
}
.cart-item-flex{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-direction: column;
}
.cart-item-row{
    flex-direction: row;
    width: 80px;
}

.cart-item-flex .cart-item-label{
    width: 100%;
    height: 26px;
    line-height: 26px;
    flex-grow: 0;
    flex-shrink: 0;
}
.cart-item-flex .cart-item-content{
    flex-grow: 1;
    flex-shrink: 1;
    /*flex-basis: 100%;*/
}
.goods-img{
    width: 80px;
    /*height: 80px;*/
}
.goods-img img{
    display: block;
    width: 100%;
    vertical-align: top;
}
.goods-tit{
    line-height: 26px;
}
.detail-des{
    white-space: wrap;
}
.cart-item-content input[type='text']{
    outline: none;
    min-width: 350px;
}
.cart-item-content input:focus, .cart-item-content select:focus, .cart-item-content textarea:focus{
    box-shadow: none;
}
.ms-button{
    display: inline-block;
    width: 110px;
    height: 36px;
    border: 1px solid #2a7efb;
    border-radius: 3px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background-color: #2a7efb;
    color: #fff;
}
.ms-button:hover{
    color: #fff;
}
.ms-button-border{
    display: inline-block;
     width: 110px;
    height: 36px;
    border: 1px solid #2a7efb;
    border-radius: 3px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    color: #2a7efb;
    cursor: pointer;
}

.ti-btn-item {
    position: relative;
    -moz-transition: border-color .15s ease-in,background .15s ease-in;
    -webkit-transition: border-color .15s ease-in,background .15s ease-in;
    -ms-transition: border-color .15s ease-in,background .15s ease-in;
    -o-transition: border-color .15s ease-in,background .15s ease-in;
    transition: border-color .15s ease-in,background .15s ease-in;
    height: 26px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    padding: 0 15px;
    color: #252b3a;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #e9edfa;
    line-height: 26px;
    border-color: #e9edfa;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
}
.ti-btn-item.active {
    background-color: #5e7ce0;
    color: #fff;
    border-color: #5e7ce0;
}
.flex-liunx-item{
    flex: 0 0 33.33%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 0px 7.5px;
}
.liunx-item{
    border: 1px solid #adb0b8;
    border-radius: 2px;
    cursor: pointer;
/*            flex: 0 0 10%;
    min-width: 215px;
    margin: 0px 15px;*/
}
.liunx-item .detail-title{
    text-align: center;
    background-color: #e9edfa;
    height: 52px;
    line-height: 52px;
}
.liunx-item .detail-block{
    padding: 20px;
}
.detail-block-default-dashed{
    border-bottom: 1px dashed #666;
    margin-bottom: 15px;
}
.liunx-item.active, .liunx-item:hover{
    border: 1px solid #5e7ce0;
}
.liunx-item.active .detail-title, .liunx-item:hover .detail-title{
    background-color: #5e7ce0;
    color:#ffffff;
}
.location-content tr td{
    line-height: 26px;
}
.location-content .td_b_1 tr{
    border-bottom: 1px #ccc solid;
}
.location-content .tab_td_2 {
    padding: 14px;
    border-left: 1px #12AB8C solid;
    border-bottom: 1px #12AB8C solid;
    border-right: 1px #12AB8C solid;
}

.flex-liunx-item{
    flex: 0 0 100%;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 900px) {
    .flex-liunx-item{
        flex: 0 0 33.33%;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}

/* 私有云程序提交 */
.cart-item-content .form-row .form-group{
    display: flex;
    align-items: center;
}
.cart-item-content .form-row .form-group label{
    flex-grow: 0;
    flex-shrink: 0;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 0px;
}
.cart-item-content .form-row .form-group select,
.cart-item-content .form-row .form-group input {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 120px;
}
.systemConfig-footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
/* 私有云程序提交 */

.cart-goods {
    padding: 24px 15px;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .cart-goods {
        padding: 24px 32px;
    }
}
@media (min-width: 1200px) {
}
@media (min-width: 1550px) {

}



.location-content{

}
.location-content tr td{
    white-space: nowrap;
    padding: 0px 5px;
}





.tit-box h4 {
    height: 40px;
    margin-bottom: 0;
    text-align: center;
    line-height: 40px;
}
.memcus-box {
    width: 1200px;
    height: 693px;
    background: url(../images/memcus_bg1.png) no-repeat top;
    padding: 30px 50px;
    box-sizing: border-box;
}
.memcus-box-left {
    width: 300px;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}
.memcus-box-left h4 {
    line-height: 70px;
    color: #32313f;
    font-size: 18px;
}
.memcus-box-left p {
    font-size: 14px;
    color: #252525;
    line-height: 26px;
}
.memcus-box-right {
    width: 720px;
    background-color: #fff;
    box-sizing: border-box;
    float: right;
    padding: 50px 30px;
    margin-right: 40px;
}
.memcus-box-title {
    margin-bottom: 30px;
}
.form-item {
    position: relative;
    padding-left: 75px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.form-item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    line-height: 35px;
    box-sizing: border-box;
    text-align: right;
}
.form-item input, .form-item select, .form-item textarea {
    height: 35px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    outline: none;
}
.submit-btn a {
    display: block;
    height: 35px;
    border-radius: 17px;
    background-color: #2a7efb;
    line-height: 35px;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    transition: all .4s;
}
.submit-btn a:hover {
    width: 50%;
    background-color: #2a7efb;
}
.memcus-box-content .form-item span i {
    color: red;
}

/*.tit-box h4 {
    height: 40px;
    margin-bottom: 0;
    text-align: center;
    line-height: 40px;
}
.memcus-box {
    width: 1200px;
    height: 603px;
    background: url(../images/memcus_bg1.png) no-repeat top;
    padding: 30px 50px;
    box-sizing: border-box;
}
.memcus-box-left {
    width: 300px;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}
.memcus-box-left h4 {
    line-height: 70px;
    color: #32313f;
    font-size: 18px;
}
.memcus-box-left p {
    font-size: 14px;
    color: #252525;
    line-height: 26px;
}
.memcus-box-right {
    width: 720px;
    background-color: #fff;
    box-sizing: border-box;
    float: right;
    padding: 50px 30px;
    margin-right: 40px;
}
.memcus-box-title {
    margin-bottom: 30px;
}
.form-item {
    position: relative;
    padding-left: 75px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.form-item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    line-height: 35px;
    box-sizing: border-box;
    text-align: right;
}
.form-item input, .form-item select, .form-item textarea {
    height: 35px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    outline: none;
}
.submit-btn a {
    display: block;
    height: 35px;
    border-radius: 17px;
    background-color: #2a7efb;
    line-height: 35px;
    width: 70%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    transition: all .4s;
}
.submit-btn a:hover {
    width: 50%;
    background-color: #2a7efb;
}
.memcus-box-content .form-item span i {
    color: red;
}*/


.layui-table {
    width: 100%;
    background-color: #fff;
    color: #666;
}
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #f2f2f2;
}
.layui-table th{
    text-align: center;
}
.layui-table td, .layui-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.layui-table tr {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layui-table td, .layui-table th {
    position: relative;
    padding: 9px 15px;
    min-height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
}
.layui-table td{
    min-height: 36px;
    height: 36px;
}



.right-side-bar {
    margin: -250px 0 0;
    padding: 0;
    position: fixed;
    z-index: 100;
    top: 40%;
    right: 0;
}
.right-side-bar li {
    height: 90px;
    width: 48px;
    background-color: #00f;
    position: relative;
}
.right-side-bar li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #2a7efb;
    transition: background-color .2s ease-in-out;
}
.right-side-bar li a.spec1 {
    background-color: #f7c25c;
}
.right-side-bar li a .image-anchor {
    display: block;
    width: 22px;
    height: 22px;
    margin: 16px auto 0;
    transition: opacity .2s ease-in-out;
}

 .right-side-bar li a .image-anchor.guidance {
     background-image: url(../images/slide/icon5.png);
 }
.right-side-bar li a .image-anchor.tele {
    background-image: url(../images/slide/icon2.png);
}
.right-side-bar li a .image-anchor.appointment {
    background-image: url(../images/slide/icon1.png);
}
.right-side-bar li a .image-anchor.qrcode {
    background-image: url(../images/slide/icon3.png);
}
.right-side-bar li a .image-anchor.service {
    background-image: url(../images/slide/icon6.png);
}
.right-side-bar li a h4 {
    width: 30px;
    margin: 8px auto 0;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.right-side-bar li:after {
    content: " ";
    display: block;
    width: 65%;
    height: 1px;
    position: relative;
    bottom: 1px;
    margin: auto;
    z-index: 10;
    background-color: rgba(255,255,255,.5);
}
.right-side-bar li .tips-outer {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    padding-right: 10px;
    opacity: 0;
    transform: scaleX(.05);
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,right .2s ease-in-out;
}
.right-side-bar li .tips-outer .tips-inner {
    padding: 15px 37px;
    font-size: 14px;
    color: #2a7efb;
    margin-top: 30px;
    white-space: nowrap;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #dfefef;
    box-shadow: 0 0 24px 0 rgba(15,66,76,.25);
}
.right-side-bar li .tips-outer .tips-inner p{
    margin-bottom: 3px;
}
.right-side-bar li .tips-outer .tips-inner:before {
    content: " ";
    box-shadow: 0 0 24px 0 rgba(15,66,76,.25);
    display: block;
    width: 13px;
    position: absolute;
    right: 5px;
    background-color: #fff;
    height: 13px;
    z-index: 5;
    transform: rotate(45deg);
}
.right-side-bar li .tips-outer .tips-inner:after {
    content: " ";
    display: block;
    width: 30px;
    z-index: 15;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: 11px;
    top: 32px;
}

.right-side-bar li .weixin-qrCode {
    display: none;
    border-radius: 5px;
    position: absolute;
    /*background: url(../images/2m.jpg) no-repeat;*/
    background-size: cover;
    height: 129px;
    width: 129px;
    box-shadow: 0 8px 40px 0 rgba(21,25,42,.18);
    top: 0;
    right: 69px;
}
.right-side-bar li .weixin-qrCode img{
    display: block;
    width: 100%;
    vertical-align: top;
}

.right-side-bar li .weixin-qrCode .weixin-qrCode-close {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url(../images/slide/icon-close.png) no-repeat #fff;
}
.right-side-bar li .weixin-qrCode:after {
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 35px;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    right: -2px;
}
.right-side-bar li:hover .tips-outer {
    opacity: 1;
    right: 100%;
    transform: scaleX(1);
}
.right-side-bar li .weixin-qrCode.show {
    display: block;
}


.right-side-bar li a:hover {
    background-color: #0f6ffb;
    color: rgba(255,255,255,.5);
}
.right-side-bar li a.spec1:hover {
    background-color: #e3b04e;
}





.box-content {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    /*height: 478px;*/
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    box-sizing: border-box;
    padding: 5px;
}
.box-content:hover {
    -webkit-box-shadow: 0 10px 16px rgba(0,0,0,.24);
    -moz-box-shadow: 0 10px 16px rgba(0,0,0,.24);
    box-shadow: 0 10px 16px rgba(0,0,0,.24);
}
.ddindex-block2-mask {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    /*background-image: url(https://img.alicdn.com/imgextra/i1/O1CN01jJxhjv1KaU11IsF3c_!!6000000001180-2-tps-1492-838.png);*/
    -webkit-background-size: 101% 101%;
    -moz-background-size: 101%;
    background-size: 101%;
}
.ddindex-video-play {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    margin: auto;
}












.product-cart{
    padding-bottom: 57px;
}
.cart-footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #efefef;
}
.location-content .location-pc{
    width: 100%;
}
.location-content tr td{
    line-height: 32px;
}
.ewm-sipay{position: relative;}
.ewm-sipay-box{
    display: block;
    width: 120px;
    height: 0px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -60px;
    transition: 0.4s;
    overflow: hidden;
}
.ewm-sipay-box img{
    display: block;
    width: 100%;
    vertical-align: top;
}
.ewm-sipay:hover .ewm-sipay-box{
    height: 136px;
    top: -146px;
}
