锘緻charset "utf-8";

/*brief-intro*/
#banner-01 {
    height:400px;
}
#brief {
    padding: 0 10px;
}

@media (max-width: 320px) {
    #brief {
        padding: 0 5px;
    }
}

@media (min-width: 768px) {
    #brief {
        padding: 0 144px;
    }
}

.brief-contents {
    margin: 40px auto 0;
    overflow: hidden;
}

    .brief-contents li {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

.brief-center {
    width: 70%;
    height: 20px;
    margin: 0 auto;
}

.brief-icon {
    width: 20px;
    height: 20px;
    float: left;
}

.brief-words {
    font-size: 13px;
    color: #b5b5b5;
    line-height: 20px;
    padding-left: 8px;
    float: left;
}

/*for-three*/

#for-three {
    padding: 0 10px;
}

@media (max-width: 320px) {
    #for-three {
        padding: 0 6px;
    }
}

@media (min-width: 768px) {
    #for-three {
        padding: 0 190px;
    }
}

.for-three-items01,
.for-three-items02,
.for-three-items03 {
    width: 100%;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.for-three-items01 {
    margin-top: 35px;
}

.for-three-items02,
.for-three-items03 {
    margin-top: 9px;
}

.items-pic01 {
    width: 120px;
    height: 100px;
    float: left;
    background: url("/images/mobile/app/ks-new/ks-foruser.jpg") no-repeat center top;
    background-size: 120px 100px;
}

@media (max-width: 320px) {
    .items-pic01 {
        width: 100px;
        height: 100px;
        float: left;
        background: url("/images/mobile/app/ks-new/ks-foruser@320device.jpg") no-repeat center top;
        background-size: 100px 100px;
    }
}

.items-pic02 {
    width: 120px;
    height: 100px;
    float: left;
    background: url("/images/mobile/app/ks-new/ks-forstudents.jpg") no-repeat center top;
    background-size: 120px 100px;
}

@media (max-width: 320px) {
    .items-pic02 {
        width: 100px;
        height: 100px;
        float: left;
        background: url("/images/mobile/app/ks-new/ks-forstudents@320device.jpg") no-repeat center top;
        background-size: 100px 100px;
    }
}

.items-pic03 {
    width: 120px;
    height: 100px;
    float: left;
    background: url("/images/mobile/app/ks-new/ks-forcompanycollege.jpg") no-repeat center top;
    background-size: 120px 100px;
}

@media (max-width: 320px) {
    .items-pic03 {
        width: 100px;
        height: 100px;
        float: left;
        background: url("/images/mobile/app/ks-new/ks-forcompanycollege@320device.jpg") no-repeat center top;
        background-size: 100px 100px;
    }
}

.items-text {
    width: 60%;
    margin-left: 140px;
    padding-top: 13px;
}

.items-text-title {
    font-size: 17px;
    color: #333;
}

.items-text-words {
    font-size: 12px;
    color: #999;
    line-height: 19px;
    padding-top: 10px;
}

@media (max-width: 320px) {
    .items-text {
        width: 60%;
        margin-left: 115px;
        padding-top: 16px;
    }

    .items-text-title {
        font-size: 15px;
    }
}

/*features*/

.features {
    width: 100%;
    background-color: #fafbfc;
    margin-top: 40px;
    overflow: hidden;
}

.main-titles,
.u-system-titles,
.performance-titles,
.steps-titles {
    padding-top: 40px;
}

.main-title,
.u-system-title,
.performance-title,
.steps-title {
    font-size: 20px;
    color: #333;
    text-align: center;
}

.main-en,
.u-system-en,
.performance-en,
.steps-en {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-top: 6px;
}

.features-jc {
    width: 50%;
    float: left;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .features-jc {
        width: 33%;
    }
}

.features-jc-pic {
    width: 47px;
    height: 47px;
    margin: 0 auto;
}

.features-pic {
    background: url("/images/mobile/app/ks-new/ks-icons-new.png") no-repeat center;
    background-size: 307px 99px;
}

.jc-01 {
    background-position: 0 0;
}

.jc-02 {
    background-position: -52px 0;
}

.jc-03 {
    background-position: -104px 0;
}

.jc-04 {
    background-position: -156px 0;
}

.jc-05 {
    background-position: -208px 0;
}

.jc-06 {
    background-position: -260px 0;
}

.jc-07 {
    background-position: 0 -52px;
}

.jc-08 {
    background-position: -52px -52px;
}

.jc-09 {
    background-position: -104px -52px;
}

.features-jc-title {
    font-size: 15px;
    color: #222;
    text-align: center;
    padding-top: 26px;
    font-weight: bold;
}

.features-jc-words {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 20px;
    padding-top: 12px;
}

.bottom {
    padding-bottom: 36px;
}

/*User system*/

#u-system {
    width: 100%;
    padding: 0 10px;
}

@media (max-width: 320px) {
    #u-system {
        padding: 0 6px;
    }
}

@media (min-width: 768px) {
    #u-system {
        padding: 0 74px;
    }
}

.u-system-contents-01,
.u-system-contents-02,
.u-system-contents-03 {
    margin-top: 25px;
    overflow: hidden;
}

.u-system-contents-03 {
    margin-bottom: 20px;
}

.u-system-pic-01,
.u-system-pic-03 {
    width: 50%;
    float: left;
}

.u-system-pic-02 {
    width: 50%;
    float: right;
}

.kfjk {
    display: block;
    margin: 0 auto;
}

.u-system-det-contents {
    width: 44%;
}

.left {
    float: left;
    padding: 29px 0 0 10px;
}

.right {
    float: right;
    padding: 29px 10px 0 0;
}

.u-system-con-title {
    font-size: 16px;
    color: #222;
    float: left;
}

.u-system-con-words {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding-top: 15px;
    float: left;
}

/*performance*/

#performance {
    width: 100%;
    height: 483px;
    background-color: #fafbfc;
    overflow: hidden;
}

@media (max-width: 320px) {
    #performance {
        height: 454px;
    }
}

.performance-box {
    padding: 0 10px;
}

@media (max-width: 320px) {
    .performance-box {
        padding: 0 6px;
    }
}

.performance-pic {
    width: 328px;
    height: 201px;
    margin: 30px auto 0;
    background: url("/images/mobile/app/ks-new/ks-pic01-cpxn.png") no-repeat center;
    background-size: 328px 201px;
}

@media (max-width: 320px) {
    .performance-pic {
        width: 286px;
        height: 176px;
        margin: 30px auto 0;
        background: url("/images/mobile/app/ks-new/ks-pic01-cpxn@320device.png") no-repeat center;
        background-size: 286px 176px;
    }
}

.performance-detail {
    width: 285px;
    height: 102px;
    margin: 23px auto 0;
}

.per-det-contents-02 {
    margin-top: 20px;
}

.short-term {
    width: 4px;
    height: 15px;
    border-radius: 2px;
    background-color: #fa911e;
    float: left;
}

.per-det-con-title {
    font-size: 16px;
    color: #222;
    line-height: 16px;
    padding-left: 10px;
}

.per-det-con-words {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding: 8px 0 0 10px;
}

/*operation steps*/

#steps {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    #steps {
        padding: 0 190px;
    }
}

.steps-detail {
    width: 82%;
    margin: 50px auto 30px;
    overflow: hidden;
}

.steps-detail-text-left {
    width: 54%;
    float: left;
}

.steps-detail-text-right {
    width: 46%;
    float: right;
}

@media (max-width: 320px) {
    .steps-detail {
        width: 93%;
    }

    .steps-detail-text-left {
        width: 51%;
    }

    .steps-detail-text-right {
        width: 43%;
    }
}

.steps-detail-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 16px;
}

.steps-detail-words {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding: 12px 0 0 30px;
}

.detail-allthree {
    margin-top: 45px;
}

/*logos*/

#logos {
    width: 100%;
    background-color: #fafbfc;
    overflow: hidden;
}

.logos-pic {
    width: 257px;
    height: 120px;
    margin: 22px auto;
}
.create-ks {
    width: 110px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 14px;
    margin: 8px auto 20px;
}
.button-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

    .button-box .btn {
        font-size: 18px;
        width: 250px;
        height: 44px;
        line-height: 44px;
        border-radius: 25px;
        margin-bottom: 14px;
    }



.service-btn {
    color: #FA911E;
    border: 1px solid #FA911E;
}<!--0.00021719932556152-->