.partner .banner {
    background: #ffffff url(../img/service/partner-banner.jpg) top center no-repeat;
    background-size: cover;
    height: 460px;
}

.fullbg {
    background: #e8e5e5;
}

.fullbg-white {
    background: #fff;
    overflow: hidden;
}

.box-title {
    text-align: center;
    line-height: 1.5;
    padding: 10px 0 40px 0;
}

.box-title h2 {
    font-size: 28px;
    color: #222;
}

.box-title p {
    font-size: 16px;
    color: #666;
    width: 80%;
    margin: 20px auto 0 auto;
}

.tex-center {
    text-align: center;
}

.pb50 {
    padding-bottom: 50px;
}


#partner .box1,
#partner .box2 {
    padding-top: 60px;
}

#partner .box1 .text {
    color: #62676b;
    text-align: center;
    line-height: 2;
    padding-bottom: 50px;
}

#partner .box1 .text .p2 {
    margin-top: 3rem;
}

.system-ul {
    margin: 40px -20px;
    overflow: hidden;
    padding: 0;
}

.system-ul li {
    width: 33.33%;
    float: left;
}

.system-ul li .grid {
    height: 426px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .1); */
    position: relative;
    transition: all .2s ease-in-out;
}


.system-ul li .grid .img-box {
    text-align: center;
    height: 140px;
    width: 100%;
    overflow: hidden;
}

.system-ul li .grid .img-box img {
    width: 100%;
}

.system-ul li .grid .text-box {
    padding: 20px 40px;
}

.system-ul li .grid .text-box .tit {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #2e373e;
}

.system-ul li .grid .text-box .txt {
    font-size: 16px;
    line-height: 1.5;
    color: #62676b;
    text-align: justify;
}

.system-ul li .grid .back {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #f3f7f8;
    overflow: hidden;
}

.system-ul li .grid .back .layer {
    position: absolute;
    top: 101%;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background: rgba(237, 102, 20, .7);
    transition: all .25s ease-in-out;
}

.system-ul li:hover .grid .back .layer {
    top: 0;
}

.btn-app {
    display: inline-block;
    width: 140px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    border: solid 2px #fff;
    font-size: 18px;
    margin-top: 40px;
}

.btn-app:hover {
    color: #fff;
}

.system-ul li .grid .back .layer .tit,
.system-ul li .grid .back .layer .txt {
    color: #fff;
}

.system-ul-row2.system-ul {
    margin: 0 150px;
}

.system-ul-row2.system-ul li {
    width: 50%;
}

#partner .fullbg-box3 {
    background: url(../img/service/box3-bg.jpg) no-repeat top center;
    width: 100%;
    height: 920px;
    padding-top: 40px;
    box-sizing: border-box;
    background-size: cover;
}

#partner .box3 .step {
    background: url(../img/service/box3-step.png) no-repeat top center;
    width: 100%;
    height: 147px;
    overflow: hidden;
    background-size: cover;
}

#partner .box3 .step li {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    font-size: 24px;
    color: #2e373e;
}

#partner .box3 .step li:first-child {
    width: 26%;
}

#partner .box3 .step li:nth-child(2) {
    width: 28%;
}

#partner .box3 .step li:nth-child(2) {
    width: 28%;
}

#partner .box3 .step li:last-child {
    width: 18%;
    padding-left: 30px;
}

#partner .box3 .title {
    font-size: 28px;
    color: #fff;
    padding-top: 60px;
    text-align: center;
    letter-spacing: 2px;
}

.enable {
    margin: 40px 20px;
    overflow: hidden;
    padding: 0;
}

.enable li {
    width: 33.33%;
    float: left;
    display: flex;
    justify-content: center;
}

.enable li .grid {
    width: 256px;
    height: 290px;
    transition: all .2s ease-in-out;
    background: url(../img/service/eicon-bg.png) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}


.enable li .grid .img-box {
    text-align: center;
    height: 70px;
    width: 100%;
    overflow: hidden;
}

.enable li .grid .img-box img {
    width: 70px;
}

.enable li .grid .tit {
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
}

#partner .box3 .btn-wrap {
    text-align: center;
    margin-top: 55px;
}

#partner .box3 .btn-wrap .btn {
    display: inline-block;
    width: 154px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #ed6614;
    border-radius: 25px;
    font-size: 20px;
}

#application .banner {
    background: #f5fbfd url(../img/service/application-banner.jpg) center center no-repeat;
    background-size: cover;
    height: 440px;
}

#application #demo {
    margin-top: 0;
    min-height: 760px;
    background: none;
}

#demo .make-win-box span {
    font-size: 20px;
}

#application .demo-bg {
    margin-top: 0;
}

#application .demo-bg .col-right {
    width: 950px;
}

#application .col-right .box {
    width: 696px;
}

#application .col-right h2 {
    color: #2e373e;
    margin-bottom: 60px;
}

.demo-bg .col-right {
    width: 520px;
    background: #fff;
    padding: 60px 20px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    height: 640px;
    overflow: hidden;
}

.col-right .box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

.col-right .input-wrap {
    margin-bottom: 20px;
}

#demo .btn-wrapper {
    margin-top: 0;
}

#demo .sub-btn {
    width: 100%;
    letter-spacing: 2px;
    color: #fff;
    background: #ec6616;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 22px;
    padding: 5px 20px;
}

.col-right .error-layer {
    top: 8px;
}

.col-right .input-wrap input:focus {
    border-color: #ff6f37;
    box-shadow: none;
}

.col-right .input-wrap input {
    height: 50px;
    border-radius: 6px;
    border: solid 1px #c7cbd3;
    box-shadow: none;
    padding: 10px;
}

@media (min-width: 1281px) and (max-width: 1400px) {

    html,
    body {
        font-size: 15px;
    }

    .system-ul-row2.system-ul {
        margin: 0 100px;
    }

    .system-ul li .grid .img-box {
        height: 116px;
    }

    .system-ul li .grid .text-box .tit {
        padding-bottom: 30px;
    }

    #partner .box3 .step {
        background: url(../img/service/box3-step-1000.png) no-repeat top center;
        width: 100%;
        height: 129px;
        overflow: hidden;
        background-size: cover;
        margin-top: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .system-ul li .grid .img-box {
        height: 100px;
    }

    .system-ul li .grid .text-box .tit {
        padding-bottom: 20px;
    }

    #partner .box3 .step {
        background: url(../img/service/box3-step-1000.png) no-repeat top center;
        width: 100%;
        height: 125px;
        margin-top: 50px;
    }

    #partner .box3 .step li:last-child {
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .system-ul li .grid .text-box .tit {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .system-ul-row2.system-ul {
        margin: 0 40px;
    }

    .system-ul li .grid .img-box {
        height: 100px;
    }

    #partner .box3 .step {
        background: url(../img/service/box3-step-768.png) no-repeat top center;
        width: 100%;
        height: 99px;
        margin-top: 80px;
    }

    .enable li .grid {
        width: 172px;
        height: 199px;
        background-size: cover;
    }

    #partner .box3 .step li:last-child {
        padding-left: 5px;
    }
}

@media (max-width: 767px) {

    .partner .banner,
    .application .banner {
        height: 300px;
    }

    .box-title h2,
    #partner .box3 .title {
        font-size: 18px;
    }

    #partner .box3 .step li,
    .enable li .grid .tit {
        font-size: 14px;
    }

    .system-ul-row2.system-ul {
        margin: 0 30px;
    }

    .system-ul li .grid .img-box {
        height: 100px;
    }

    .enable li .grid {
        width: 210px;
        height: 227px;
    }

    .system-ul,
    .system-ul-row2.system-ul {
        margin: 10px 0;
    }

    .system-ul li,
    .system-ul-row2.system-ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    #application .demo-bg {
        min-height: 500px;
    }

    #application .demo-bg .col-right {
        height: 100%;
    }

    #application .banner {
        height: 200px;
    }

    #application .demo-bg .col-right {
        width: 100%;
    }

    #application .col-right .box {
        width: 90%;
    }

    #application #demo {
        margin-top: 20px;
        min-height: 500px;
    }

    #application .col-right h2 {
        margin-bottom: 20px;
    }

    #partner .box3 .step {
        background: url(../img/service/box3-step-768.png) no-repeat top center;
        width: 100%;
        height: 99px;
        margin-top: 90px;
    }

    .enable li .grid {
        width: 172px;
        height: 199px;
        background-size: cover;
    }

    #partner .box3 .step li:last-child {
        padding-left: 10px;
    }
}

@media (max-width: 640px) {

    .partner .banner,
    .application .banner {
        height: 300px;
    }

    .box-title h2,
    #partner .box3 .title {
        font-size: 18px;
    }

    #partner .box3 .step li,
    .enable li .grid .tit {
        font-size: 14px;
    }

    #partner .box3 .step {
        background: #fefefe;
        width: 100%;
        height: 99px;
        margin-top: 90px;
        background-size: cover;
    }

    #partner .box3 .step li {
        padding-top: 0;
    }
    .system-ul li .grid .text-box .tit {
        font-size: 20px;
    }

    .enable li .grid {
        width: 136px;
        height: 158px;
        background-size: cover;
    }

    .enable li {
        width: 50%;
        margin-bottom: 10px;
    }
    .enable li .grid .img-box {
        height: 64px;
    }
    
    .enable li .grid .img-box img {
        width: 64px;
    }
    
    #partner .box3 .btn-wrap {
        margin-top: 20px;
    }
    #partner .box3 .btn-wrap .btn {
        height: 46px;
    }
    
}