.home1 {
    margin: 0 auto!important;
    background: #fff;
}
.fa-close {
    color: #bc3232;
}
.fa-check {
    color: #128212;
}
.fa-cny {
    color: #bc3232;
}
.pprice {
    padding: 20px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.pprice span {
    color: #bc3232;
    font-size: 25px;
    font-weight: 600;
}
.full-width-header {
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    box-shadow: -1px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.full-width-header .rs-header .main-menu .rs-menu ul.nav-menu li a {
    height: 60px;
    line-height: 60px;
    color: #222;
}
.full-width-header .rs-header .logo-area {
    float: right;
    height: 40px;
    line-height: 40px;
}
.full-width-header .rs-header .logo-area img {
    height: 100%;
    margin-top: 10px;
}
.full-width-header .rs-header .main-menu .rs-menu ul.nav-menu {
    text-align: left;
}
#dr_member_info li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-left: 15px;
    font-size: 14px;
    letter-spacing: 1px;
}
#dr_member_info .oo {
    padding: 5px 15px;
    background: #2287ff;
    color:#fff;
    border-radius: 3px;
}
#dr_member_info .dl {
    color: #000;
}
#dr_member_info .dl:hover {
    color: #2287ff;
}
#dr_member_info .oo:hover {
    background: #5da1f1;
}

@media (max-width: 991px) {
    #dr_member_info_wrap {
        float: right;
        margin-right: 40px;
        position: absolute;
        top: 0;
        right: 10px;
    }
    #dr_member_info li {
        height: 60px;
        line-height: 60px;
    }
    .full-width-header .rs-header .logo-area {
        height: 40px;
        line-height: 40px;
    }
}


#section-function .container-fluid:after, .home-section .container-fluid:before, .home-section .container:after, .home-section .container:before, .home-section .row:after, .home-section .row:before {
    content: none;
}
#section-function .section-title {
    
}
.section-title h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}
.section-title p {

}
#section-function .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, 192px);
    justify-content: space-between;
}
#section-function .row .xbox {
    margin-bottom: 10px;
}
#section-function .row .xbox .xbox-title {
    border: solid 1px #2287ff;
    border-radius: 8px!important;
    background: linear-gradient(45deg, #2287ff, #64b8e4);
    padding: 15px 10px 25px 10px;
    color: #fff;
    width: 192px;
}
#section-function .row .xbox .xbox-title h3 {
    color: #fff;
    margin-bottom: 5px;
}
#section-function .row .xbox .xbox-title p {
    margin: 0;
    padding: 0;
}
#section-function .row .xbox .xbox-body {
    border-radius: 8px!important;
    border: solid 1px #ccc;
    background: linear-gradient(45deg, #93c4d9, #fff);
    padding: 15px 5px;
    width: 190px;
    margin: 0 auto;
    margin-top: -12px;
    font-size: 12px;
}
#section-function .row .xbox .xbox-body h5 {
    margin-bottom: 5px;
    font-weight: 600;
}
#section-function .row .xbox .xbox-body .xbox-desc {
    
}

#section-price {
    border: solid 2px #ec5f0c;
}
#section-price .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section-price .row .xbox {
    width: 240px;
    border: solid 1px #ccc;
    border-radius: 5px!important;
    margin-bottom: 15px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
#section-price .xbox .xbox-title {
    display: flex;
    justify-content: space-between;
}

.xbox1 .xbox-title {
    background: linear-gradient(180deg, #91a5db, #e8edf3);
}
.xbox2 .xbox-title {
    background: linear-gradient(180deg, #ded4fb, #f9f9f9);
}
.xbox3 .xbox-title {
    background: linear-gradient(180deg, #8ca1ea, #edc4ea);
}
#section-price .row .xbox .xbox-title h3 {
    margin-bottom: 5px;
    font-weight: 600;
}
#section-price .row .xbox .xbox-title p {
    margin: 0;
    padding: 0;
}

#section-price .xbox .xbox-title .xbox-title-left {
    padding: 15px 10px;
}
#section-price .xbox .xbox-title .xbox-title-right {
    display: flex;
    height: 80px;
    padding: 10px;
    position: relative;
}
#section-price .xbox .xbox-title .xbox-title-right img:nth-child(1) {
    width: 60px;
    height: 60px;
}
#section-price .xbox .xbox-title .xbox-title-right img:nth-child(2) {
    position: absolute;
    top: -10px;
    left: 18px;
    height: 80px;
}

#section-price .xbox .xbox-body {
    padding: 10px 10px;
}

#section-price .xbox .xbox-body li i {
    margin-right: 5px;
}

#section-price .xbox-bottom {
    display: flex;
    font-size: 12px;
}
#section-price .xbox-bottom .cl-footer {
    width: 50%;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
#section-price .xbox-bottom .cl-footer a {
    color: #fff!important;
}
#section-price .xbox-bottom .cl-footer:nth-child(1) {
    background: linear-gradient(45deg, #5aacda, #c4d9eb);
}
#section-price .xbox-bottom .cl-footer:nth-child(2) {
    background: linear-gradient(45deg, #527dee, #a2cbef);
}

#section-kt-example .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#section-kt-example .row > div {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    width: 350px;
}
#section-kt-example .row .kt-wrap {
    flex-direction: column;
}
.kt-upload {
    text-align: center;
    padding: 40px 90px;
    border: solid 1px #ccc;
    border-radius: 9px!important;
    box-shadow: 0px 0px 5px #ddd;
}
.kt-upload .img-place {
    padding: 30px 0px;
}
.kt-upload .img-place img {
    height: 50px;
}
.kt-btn {
    background: linear-gradient(45deg, #527dee, #a2cbef);
    width: 150px;
    border: solid 1px #fff;
    border-radius: 8px!important;
    padding: 5px 20px;
    color: #fff;
}
.kt-btn.en {
    padding: 5px 10px;
}
.kt-btn:hover {
    background: linear-gradient(45deg, #2e65f5, #a0c0dd);
}
.kt-btn img {
    height: 20px;
    vertical-align: text-bottom;
}
.kt-hint {
    margin-top: 10px;
}
.kt-hint p {
    margin: 0;
}
.kt-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kt-arrow img {
    width: 40px;
    height: 40px;
    margin-top: -30px;
}
.kt-img {
    text-align: center;
}
.kt-img img {
    height: 230px;
}

#section-kt-api {
    background: #dddddd24;
}
#section-kt-api .section-title li {
    display: inline-block;
    margin-right: 10px;
}
#section-kt-api .section-title li.active {
    color: #333;
    border-bottom: solid 3px #7c77db;
}
#section-kt-api .kt-api h3 {
    font-weight: 500;
}
#section-kt-api .kt-api p {
    color: #000;
}

#section-kt-api .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#section-kt-api .row > div {
    display: flex;
    margin-bottom: 15px;
}
.kt-api {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#section-aiwenan .section-title {
    margin-bottom: 30px;
}
#section-aiwenan .aiwenan-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#section-aiwenan .aiwenan-header .sleft {
    
}
#section-aiwenan .aiwenan-header .sleft img {
    width: 20px;
    height: 30px;
    vertical-align: bottom;
}
#section-aiwenan .aiwenan-header .sleft span {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
#section-aiwenan .aiwenan-header .sright {
    
}
#section-aiwenan .aiwenan-header .sright img {
    width: 18px;
    height: 18px;
}
#section-aiwenan .aiwenan-header .sright span {
    
}

#section-aiwenan .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section-aiwenan .xbox {
    width: 220px;
    border-radius: 5px!important;
    margin-bottom: 15px;
}
#section-aiwenan .xbox-title {
    text-align: center;
    padding: 10px;
}
#section-aiwenan .xbox-title h3 {
    font-weight: 600;
}
#section-aiwenan .xbox-body {
    
}
#section-aiwenan .xbox-body li {
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #dddddd45;
    color: #555;
    border-radius: 5px!important;
    cursor: pointer;
}

#section-aiwenan .aiinput {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.sinput {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #40aae2;
    border-radius: 6px;
    transition: all .3s;
}
.aiinput .sinput {
    flex: 1;
    height: 40px;
    border-radius: 10px!important;
    padding: 0 20px;
    font-size: 15px;
}
.aiinput .sinput:focus, .sinput:focus-visible {
    border-color: #00f;
}
.aiinput .sbtn {
    border: none;
    background: none;
    margin-left: 20px;
}
.aiinput .sbtn img {
    height: 40px;
    width: 40px;
}

#section-video {
    background: #dddddd24;
}

#section-video .kt-api h3 {
    font-weight: 500;
}
#section-video .kt-api p {
    color: #000;
}

#section-video .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#section-video .row > div {
    display: flex;
    margin-bottom: 15px;
}
#section-video .kt-api {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#section-video .kt-btn {
    width: 240px;
}

#section-video-db .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#section-video-db .row .xbox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    border: solid 1px #ccc;
    padding: 20px 25px;
    border-radius: 10px!important;
    width: 400px;
    height: 320px;
    margin: 0 50px 15px 50px;
}
#section-video-db .row .stitle {
    font-size: 25px;
    font-weight: 500;
}
#section-video-db .video-img {
    float: left;
}
#section-video-db .row .sdesc {
    margin-top: 10px;
}

#section-about .row {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#section-about h3 {
    font-size: 25px;
    font-weight: 600;
}
#section-about p {
    text-align: justify;
}
#section-about .company-img {
    width: 340px;
}
#section-about p {
    margin-bottom: 20px;
}


#section-qiye .row {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    flex-wrap: wrap;
}
#section-qiye .row .xbox {
    display: flex;
    min-width: 280px;
    width: 280px;
    border: solid 1px #ddd;
    box-shadow: 0 0 5px #ddd;
    padding: 25px;
    border-radius: 8px!important;
    margin: 0 15px 10px 15px;
    cursor: pointer;
}
#section-qiye .row .xbox .xbox-left {
    flex: 1;
}
#section-qiye .row .xbox .xbox-left p {
    margin: 0;
}
#section-qiye .row .xbox.active {
    background: linear-gradient(45deg, #3487eb, #87b8f3);
    box-shadow: none;
    color: #fff;
}
#section-qiye .row .xbox h3 {
    font-weight: 600;
}
#section-qiye .row .xbox.active h3 {
    color: #fff;
}
#section-qiye .row .xbox img {
    height: 80px;
    width: 80px;
}

#client-footer {
    background: #e8780c;
    padding: 20px 50px;
}

#client-footer h5 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    #section-function .row {
        justify-content: center;
    }
    #section-price .row {
        justify-content: center;
    }

    #section-aiwenan .row {
        justify-content: center;
    }
    #section-kt-api .kt-api {
        width: 350px;
    }
    #section-kt-api .row, #section-kt-api .row > div {
        justify-content: center;
    }
    #section-video .row, #section-video .row > div {
        justify-content: center;
    }
    #section-qiye .row {
        justify-content: center;
        padding: 0 10px;
    }
    #section-aiwenan .aiwenan-header {
        margin: 0 20px;
    }
    
    #section-video-db .row {
        padding: 0;
    }
    #section-video-db .row .xbox {
        margin: 0 20px 15px 20px;
    }

    #scrollUp {
        right: 10px;
    }
}

.lang-item {
    position: relative;
    font-weight: normal;
    letter-spacing: 0
}
.lang-item a {
    margin-left: 20px;
}
.lang-select {
    display: none;
    position: absolute;
    left: 15px;
    top: 10px;
    color: #333;
    padding-top: 40px;
}
.lang-select.en {
    left: 30px;
}
#dr_member_info .lang-select  dd {
    box-sizing: border-box;
    height: 30px;
    line-height: 25px;
    width: 60px;
    margin-left: 0px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
}
#dr_member_info .lang-select  dd:hover {
    color: #1366c9;
}
.lang-select:hover {
    display: block;
}
.lang-item a:hover + .lang-select {
    display: block;
}
