*{
    margin:0;
    padding:0;
}
body{
    background: #fff;
    font-size: 14px;
}
a{
    text-decoration: none;
}
.navigation {
    width: 100%;
    height: 70px;
    float: left;
    position: fixed;
    color: #333333;
    box-shadow: none;
    z-index: 97;
}
.navigation a{
    color: #333333;
    text-decoration: none;
}
.navigation .light{
    color: #FFFFFF;
}
.navigation .light a{
    color: #FFFFFF;
}
.navigation-fixed{
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 6px 3px rgb(0 0 0 / 6%);
    box-shadow: 0 3px 6px 3px rgb(0 0 0 / 6%);
}
.navigation-fixed .light{
    color: #333333;
}
.navigation-fixed .light a{
    color: #333333;
}
.navigation-fixed .light a:hover{
    color: #0063f5;
}
.navigation-container{
    width: 100%;
    max-width: 1200px;
    height: 70px;
    line-height: 70px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.navigation-container-logo{
    width: auto;
    height: 36px;
    float: left;
    margin: 17px 0px;
}
.navigation-icon{
    height: 70px;
    width: 70px;
    float: right;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    display: none;
    cursor: pointer;
}
.navigation-container-menu{
    display: flex;
}
.navigation-container-lists{
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 70px;
    margin: 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
}
.navigation-container-lists li{
    width: auto;
    height: 70px;
    line-height: 70px;
    list-style: none;
    margin-right: 25px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.navigation-container-lists li p{
    margin: 0;
}
.navigation-container-lists li img{
    height: 15px;
    margin-right: 5px;
}
.navigation-container-lists li a{
    display: flex;
}
.navigation-container-lists li .active{
    color: #3878fe;
}
.navigation-container-lists li .left{
    margin-right: 5px;
    font-size: 18px;
}
.navigation-container-lists li .down{
    height: 70px;
    font-size: 25px;
    display: flex;
    align-items: center;
    width: 20px;
    justify-content: center;
}
.navigation-container-kefu{
    color: #FFFFFF;
    background-color: #3878fe;
    height: 38px;
    padding: 0px 15px;
    margin: 15px 0px 15px 10px;
    box-sizing: border-box;
    border-radius: 1px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
}
.navigation-container-kefu:last-child{
    background-color: #07C160;
}
.navigation-container-kefu i{
    height: 38px;
    line-height: 38px;
    margin-right: 5px;
    float: left;
    font-size: 18px;
    color: #FFFFFF;
}
.navigation-container-kefu font{
    color: #FFFFFF;
}
@media (max-width:767px){
    .navigation-container-kefu{
        margin: 0 0 0 10px;
    }
}
.navigation-language{
    display: none;
    position: fixed;
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    padding: 5px 0 0 0;
    box-shadow: 5px 5px 5px #E6E6E6, -5px 5px 5px #E6E6E6;
}
.navigation-language .item{
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.navigation-language .item img{
    height: 15px;
    margin-right: 10px;
}
.navigation-products-container{
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    top: 70px;
    left: 0;
    position: absolute;
    padding: 0 0 20px 0;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
}
.navigation-products{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.navigation-products ul{
    width: 100%;
    display: flex;
    margin: 20px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.navigation-products ul li{
    width: 24%;
    list-style: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.navigation-products ul li .avatar{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}
.navigation-products ul li .right{
    width: calc(100% - 50px);
    height: auto;
    float: left;
}
.navigation-products ul li .right .title{
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.navigation-products ul li .right .title font{
    width: auto;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #1BD167;
    color: #FFFFFF;
    border-radius: 1px;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 12px;
}
.navigation-products ul li .right .title font.red{
    background-color: red;
    background-image: linear-gradient(to right, #ff5f5f , #ff0000);
}
.navigation-products ul li .right .title font.yellow{
    background-color: #ff8d00;
    background-image: linear-gradient(to right, #ffc368 , #ff8d00);
}
.navigation-products ul li .right .title font.dj{
    background: #027902;
    background-image: linear-gradient(to right, #6dd61d, #109414);
}
.navigation-products ul li .right .title font.blue{
    background: #0082EF;
    background-image: linear-gradient(to right, #0082EF, #0F80FF);
}
.navigation-products ul li .right p{
    margin: 5px 0 0 0;
    line-height: 20px;
    font-size: 13px;
    color: #999999;
}
.navigation-product-hide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 0;
    color: #3878fe;
}
.navigation-product-hide i{
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 20px;
    display: flex;
    margin-right: 5px;
}
.navigation-product-hide p{
    height: 20px;
    display: flex;
    margin: 0;
}
@media (max-width:900px){
    .navigation{
        background-color: #FFFFFF;
        box-sizing: border-box;
    }
    .navigation-icon{
        display: block;
    }
    .navigation-container{
        display: flex;
        flex-wrap: wrap;
    }
    .navigation-container-menu{
        width: 100%;
        display: none;
    }
    .navigation-container-lists{
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .navigation-container-lists li{
        width: auto;
        float: left;
        height: 50px;
        line-height: 50px;
        list-style: none;
        margin-right: 15px;
        font-size: 15px;
    }
    .navigation-container-lists li .down{
        height: 50px;
        font-size: 25px;
        display: flex;
        align-items: center;
        width: 20px;
        justify-content: center;
    }
    .navigation .light a{
        color: #333333;
    }
    .navigation-container-kefu{
        float: left;
    }
    .navigation-container-logo{
        margin-left: 15px;
    }
    .navigation-products-container{
        top: 125px;
    }
    .navigation-products ul{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .navigation-products ul li{
        width: 100%;
    }
}

/*carousel start*/
.carousel{
    width: 100%;
    height: 500px;
    background: linear-gradient(270deg,#008bfd,#0041bd 49%,#103089 100%,#046cff 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0 50px 0;
    box-shadow: black;
}
.carousel-inner{
    width: 100%;
    height: 390px;
    max-width: 1200px;
    margin: 0 auto;
}
.carousel-item{
    width: 100%;
    height: 100%;
}
.carousel-item-cotainer{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}
.carousel-item-left{
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.carousel-item-img{
    width: 50%;
    height: 100%;
    float: left;
    padding: 40px 0 40px 80px;
    box-sizing: border-box;
}
.carousel-item-img img{
    width: 100%;
    height: auto;
    float: right;
}
.carousel-item-left .carousel-title{
    width: 100%;
    line-height: 50px;
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 500;
}
.carousel-item-left .carousel-describe{
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 300;
}
.carousel-item-left .carousel-button{
    display: flex;
    width: 100%;
    color: #0063f5;
    height: 50px;
    line-height: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.carousel-item-left .carousel-button div{
    width: auto;
    color: #0063f5;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    background-color: #FFFFFF;
    padding: 0 25px;
    cursor: pointer;
}
.carousel-item-left .carousel-button i{
    width: auto;
    height: 50px;
    line-height: 52px;
    font-size: 25px;
    float: right;
}
.carousel-indicators [data-bs-target]{
    height: 5px;
}
@media (max-width: 992px) and (min-width: 768px){
    .carousel-item-left{
        padding-left: 50px;
        box-sizing: border-box;
    }
}
@media (max-width:767px){
    .carousel-item-left .carousel-button{
        justify-content: center;
    }
    .carousel-item-left{
        width: 100%;
        height: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 50px;
        text-align: center;
    }
    .carousel-item-img{
        display: none;
    }
    .carousel-item-left .carousel-button{
        margin: 0 auto;
    }
}
/*carousel end*/

.index-banner{
    padding: 150px 0px 0px 0px;
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #f6f5fe , #e3ebf6);
    float: left;
    margin-top: -70px;
}
.index-banner-container{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.index-banner-container .left{
    width: 600px;
    height: 400px;
    float: left;
    display: flex;
    flex-direction: column;
}
.index-banner-container .left h3{
    width: 100%;
    height: 120px;
    font-size: 42px;
    font-weight: 600;
    line-height: 140px;
    color: #333;
    margin: 0px;
    overflow: hidden;
}
.index-banner-container .left h5{
    width: 100%;
    height: auto;
    font-size: 17px;
    line-height: 30px;
    margin: 0px;
    font-weight: 400;
}
.index-banner-container .left h5 font{
    font-weight: 500;
    margin: 0 3px;
    color: #FC0107;
}
.index-banner-botton{
    width: 100%;
    display: flex;
}
.index-banner-container .left a{
    width: auto;
    height: 60px;
    background-image: linear-gradient(to right, #227bff , #0063f5);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
    transition: 0.3s;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0px 30px;
    cursor: pointer;
    animation: btnScale 6s cubic-bezier(.1,.2,.9,1) infinite;
}
@keyframes btnScale {
    0% {
        transform: scale(1)
    }

    4% {
        transform: scale(1.15)
    }

    8% {
        transform: scale(1)
    }

    12% {
        transform: scale(1.15)
    }

    16% {
        transform: scale(1)
    }

    to {
        transform: scale(1)
    }
}

.index-banner-container .left a:hover{
    box-shadow: 0 5px 20px rgba(0,99,245,0.3);
    transition: 0.3s;
}

.index-banner-container .left a font{
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 10px;
}
.index-banner-container .left a i{
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 20px;
}

.index-banner-container .left span{
    width: auto;
    height: 60px;
    background-image: linear-gradient(to right, #227bff , #0063f5);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
    transition: 0.3s;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0px 30px;
    cursor: pointer;
}

.index-banner-container .left span:hover{
    box-shadow: 0 5px 20px rgba(0,99,245,0.3);
    transition: 0.3s;
}

.index-banner-container .left span font{
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 10px;
}
.index-banner-container .left span i{
    height: 60px;
    line-height: 60px;
    float: left;
}

.index-banner-container .right{
    height: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.index-banner-container .right img{
    width: auto;
    height: 100%;
}
.index-blog-cotainer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-blog-cotainer .blog-card{
    width: 32%;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #E6E6E6;
}
.index-blog-cotainer .blog-card .card {
    border: none;
    box-shadow: 0 0 10px #E6E6E6;
}

@media (max-width:767px){
    .index-banner-container .left{
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 15px 15px 30px 15px;
    }
    .index-banner-container .left h3{
        width: 100%;
        height: auto;
        font-size: 35px;
        font-weight: 500;
        line-height: 50px;
        color: #333;
        margin: 15px 0px;
        text-align: center;
    }
    .index-banner-container .left h5{
        width: 100%;
        height: auto;
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        text-align: center;
    }
    .index-blog-cotainer{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .index-blog-cotainer .blog-card{
        width: 100%;
        margin-bottom: 20px;
    }
    .index-banner-container .left a{
        margin: 25px auto 0 auto;
    }
    .index-banner-container .left span{
        margin: 25px auto 0 auto;
    }
    .index-banner-container .right{
        display: none;
    }
}

.mr-5{
    margin-right: 10px;
}
.intlist{
    width: 1110px;
    height: 150px;
    /*background: #f00;*/
    margin:-120px auto 0;
    display: flex;
}

.intlist .li{
    flex: 1;
    height: 150px;
    background: #fff;
    float: left;
    list-style: none;
    border:1px solid #e0dfff;
    border-radius: 5px;
}

.intlist .mr{
    margin-right: 15px;
}

.intlist .li .left{
    width: 80px;
    height: 150px;
    float: left;
    /*background: #eee;*/
}

.intlist .li .left img{
    width: 65px;
    height: 65px;
    margin:42.5px 7.5px;
}

.intlist .li .right{
    width: calc(100% - 80px);
    height: 150px;
    float: right;
    /*background: #ccc;*/
}

.intlist .li .right .top{
    width: 100%;
    height: 60px;
    /*background: blue;*/
    line-height: 90px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.intlist .li .right .bottom{
    width: 95%;
    height: 90px;
    /*background: green;*/
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.section{
    width: 100%;
    background-color: #f8f8fb;
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
    overflow: hidden;
}
.section .container{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
}
.section .title{
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.section .describe{
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    margin: 10px 0 50px 0;
    color: #666666;
}
.bg-white{
    background-color: #FFFFFF;
}
.index-customer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
.index-customer img{
    width: 18%;
    padding: 0px;
    margin: 0px;
    border: none;
    margin-bottom: 1.5rem;
}
.index-demo-button{
    border: 2px solid #3878fe;
    color: #3878fe;
    width: 20%;
    height: 55px;
    line-height: 51px;
    border-radius: 55px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
}
.index-demo-button:hover{
    background-color: #3878fe;
    color: #FFFFFF;
}
.index-creat-button{
    border: 2px solid #3878fe;
    background-color: #3878fe;
    color: #FFFFFF;
    width: 20%;
    height: 55px;
    line-height: 51px;
    border-radius: 55px;
    cursor: pointer;
    display: inline-block;
}
@media (max-width: 992px) and (min-width: 768px){
    .index-customer img{
        width: 32%;
        padding: 0px;
        margin: 0px;
        border: none;
        margin-bottom: 1rem;
    }
    .index-demo-button{
        width: 35%;
    }
    .index-creat-button{
        width: 35%;
    }
}
@media (max-width:767px){
    .section{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section .container{
        padding: 15px;
    }
    .section .title{
        font-size: 30px;
    }
    .section .describe{
        font-size: 15px;
        margin: 10px 0 30px 0;
    }
    .index-customer img{
        width: 49%;
        padding: 0px;
        margin: 0px;
        border: none;
        margin-bottom: 1rem;
    }
    .index-demo-button{
        width: 45%;
    }
    .index-creat-button{
        width: 45%;
    }
}
.index-header-button{
    margin-top: 50px;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-content {
    width: 100%;
    background-color: #FFFFFF;
    padding: 50px 0 20px;
    color: #546e7a;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.footer-content-container{
    max-width: 1200px;
}
.block-title {
    font-size: 16px;
    font-weight: 500;
    color: #263238;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
.footer-content li{
    list-style: none;
}
.footer-content .menu {
    padding-left: 0;
    display: flex;
    margin: 0;
    flex-direction: column;
}

.footer-content .menu li {
    padding-bottom: 12px
}

.footer-content .menu li a {
    color: #546e7a;
    font-size: 14px;
}
.footer-content .menu li span {
    color: #546e7a;
    font-size: 14px;
    cursor: pointer;
}
.footer-content .menu li a:hover {
    color: #556ee6
}
.footer-content .menu li span:hover {
    color: #556ee6;
}

.contact-footer {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-footer li {
    width: auto;
    padding: 3px 0;
    margin-bottom: 15px;
    display: inline-flex;
}

.contact-footer li strong {
    float: left
}

.contact-footer li span {
    margin-left: 5px;
    display: block
}

.contact-footer li span a {
    color: #546e7a
}

.contact-footer li span a:hover {
    color: #556ee6
}
@media (max-width:767px){
    .footer-content{
        padding: 15px;
        box-sizing: border-box;
    }
    .block-title{
        margin-bottom: 10px;
    }
    .footer-content .menu{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-content .menu li {
        width: auto;
        margin-right: 10px;
    }
    .contact-footer li {
        margin-right: 10px;
        float: left;
    }
    .contact-footer li span {
        white-space: nowrap;
    }
    .contact-footer {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.instagram-footer {
    padding: 0
}

.instagram-footer li {
    display: block;
    width: 50%;
    float: left;
    margin: 0
}

.instagram-footer li img {
    width: 100%
}

.instagram-footer li span {
    width: 100%;
    text-align: center;
    float: left;
}
@media (min-width:768px){
    .text-md-left{
        text-align:left!important
    }
}

.footer-social li {
    display: inline-block;
    margin-right: 12px
}

.footer-social li a {
    background-color: #556ee6;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.footer-social li .facebook:hover {
    background-color: #3b5998
}

.footer-social li .twitter:hover {
    background-color: #55acee
}

.footer-social li .linkedin:hover {
    background-color: #007bb5
}

.footer-social li .google-plus:hover {
    background-color: #dd4b39
}

#copyright {
    background-color: #fff;
    padding: 20px 0 10px;
    border-top: 1px solid #eaeaea;
    color: #546e7a
}

#copyright p {
    margin-bottom: 0;
    line-height: 40px
}

#copyright p a {
    color: #546e7a
}

#copyright p a:hover {
    color: #556ee6
}

#copyright .nav-inline .nav-link {
    color: #546e7a;
    padding: 10px 0;
    margin-left: 10px
}

#copyright .nav-inline .nav-link:hover {
    color: #556ee6
}
.home-article-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.home-article-description{
    width: 100%;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.plan-features{
    display: flex;
    flex-direction: column;
}
.product-price-items{
    width:100%;
    margin: 0 0 10px 0;
    margin: 0;
    height: auto;
}
.product-price-items i{
    width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 20px;
}
.product-price-items span{
    width: calc(100% - 30px);
    height: auto;
    float: left;
    line-height: 20px;
    float: left;
    padding: 5px 0px;
}
.product-price-more{
    display: none;
    height: 150px;
    text-align: center;
    flex-direction: column;
    background-image: linear-gradient(transparent,white);
    padding-top: 110px;
    margin-top: -110px;
    z-index: 9;
    position: relative;
}
.product-price-more p{
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.slide-page {
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:50%
}
.slide-page .content {
    width:1200px;
    margin:auto;
    padding-top:220px;
    color:#feffff
}
.slide-page .title {
    font-size:32px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:#fefefe;
    line-height:44px
}
.slide-page .sub-title {
    margin-left:16px;
    font-size:32px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    line-height:44px
}
.slide-page .desc {
    margin-top:16px;
    font-size:22px;
    line-height:30px
}
.slide-page .try-btn {
    display:inline-block;
    margin-top:24px;
    background:#2568f2;
    color:#feffff;
    border-radius:2px;
    font-size:16px;
    font-weight:400;
    line-height:22px;
    padding:9px 36px
}

/*introduce start*/
.introduce-container {
    display:flex;
    justify-content:space-between;
}
.introduce-container .box {
    width: 23%;
    padding: 48px 15px 34px 15px;
    text-align: center;
    background: linear-gradient(180deg,#fff,#f9f9f9);
    box-shadow: 0 16px 24px 0 rgba(0,0,0,.04);
    border-radius: 4px;
    font-size: 15px;
    color: #666;
    line-height:24px;
    cursor: pointer;
    overflow: hidden;
}
.introduce-container .box img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.introduce-container .name {
    font-size:18px;
    font-weight:600;
    color:#000;
    line-height:32px;
    margin-top:16px;
    margin-bottom:16px
}
.introduce-container .foot {
    width: 100%;
    margin-top: 24px;
    text-align: center;
    font-size: 30px;
    color: #999999;
}
.introduce-container .box:hover .foot{
    color: #3878fe;
}
@media (max-width: 992px) and (min-width: 768px){
    .introduce-container{
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .introduce-container .box {
        width: 45%;
        margin-bottom: 15px;
    }
}
@media (max-width:767px){
    .introduce-container{
        flex-direction: column;
    }
    .introduce-container .box {
        width: 100%;
        margin-bottom: 15px;
    }
}
/*introduce end*/

/*join start*/
.join-container {
    width:100%;
    background:#2568f2;
    padding-top:60px;
    padding-bottom:60px;
    position:relative;
    float: left;
    overflow: hidden;
}
.join-container:before {
    left:0;
    background:url(/images/botton-left.png) no-repeat 50%/contain
}
.join-container:after,.join-container:before {
    content:"";
    width:377px;
    height:150px;
    position:absolute;
    bottom:0
}
.join-container:after {
    right:0;
    background:url(/images/botton-right.png) no-repeat 50%/contain
}
.join {
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    text-align:center
}
.join .title {
    font-size:32px;
    color:#fff;
    line-height:44px
}
.join button {
    margin-top:40px;
    width:184px;
    height:46px;
    background:#fff;
    border-radius:2px;
    border:1px solid #fff;
    font-size:16px;
    color:#2568f2;
    line-height:22px
}
@media (max-width:767px){
    .join .title {
        padding: 0 15px;
        box-sizing: border-box;
        font-size:28px;
        line-height:35px;
    }
    .join-container:before {
        background:url("data:,") no-repeat 50%/contain
    }
    .join-container:after {
        background:url("data:,") no-repeat 50%/contain
    }
}
/*join end*/

/*services start*/
.services-modal-body {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
    z-index: 999;
}
.services-modal-body .body{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    padding: 30px 15px;
    box-sizing: border-box;
    border-radius: 4px;
}
.services-modal-body .body img{
    width: 80%;
}
.services-modal-body .body p{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #666666;
}
.services-modal-body .body p.service-title{
    height: 20px;
    line-height: 20px;
    margin: 15px 0 10px 0;
    font-size: 16px;
    color: #3878fe;
}
.services-modal-body .body p.phone{
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.services-modal-body .close{
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}
.services-modal-body .close i{
    font-size: 30px;
}
.modal-content{
    background-color:transparent;
    border: none;
}
/*services end*/

/*featured start*/
.featured-box {
    margin: 15px 0;
}
.featured-box .featured-icon {
    float: left;
}
.featured-box .featured-icon i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #3878fe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-box .featured-content {
    padding-left: 40px;
    position: relative
}

.featured-box .featured-content .icon-o {
    font-size: 100px;
    color: rgba(0,0,0,.02);
    z-index: 2;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    left: 50px;
    width: 100%;
}

.featured-box .featured-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.featured-box .featured-content p {
    font-size: 14px
}
/*featured end*/

/*product start*/
.product-switch-header{
    width: 100%;
    display: none;
    margin-top: -20px;
}
.product-switch-header ul{
    width: 100%;;
    height: auto;
    border-bottom: thin solid #E6E6E6;
    display: flex;
    margin: 0 0 15px 0;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center;
}
.product-switch-header ul li{
    list-style: none;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin: 0 10px;
}
.product-switch-header ul li.active{
    border-bottom: 3px solid #3878fe;
    color: #3878fe;
}
.product-item{
    display: block;
}
.product-item .pay-button{
    width: auto;
    padding: 8px 15px;
    background-color: #556ee6;
    color: #FFFFFF;
    border-radius: 2px;
}
@media (max-width:900px){
    .product-switch-header{
        display: block;
    }
    .product-item{
        display: none;
    }
    .product-item .plan-features{
        z-index: 1;
        height: 300px;
        overflow: hidden;
    }
}
/*product end*/

.wechat-service {
    position: fixed;
    right: 15px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background-color: #07C160;
    border-radius: 50%;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 999;
}
.wechat-service:hover{
    animation: shake 800ms ease-in-out;
}
.wechat-service i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 30px;
}
 @keyframes shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(+2px, 0, 0); }
    30%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(+4px, 0, 0); }
    50% { transform: translate3d(-4px, 0, 0); }
}