.contact-us .apply-shop {
    width: 100%;
    text-align: center;
    display: none;
}

.contact-us .qrcode-box {
    margin: 60px auto;
    width: 200px;
    height: 200px;
    border-radius: 30px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .index-part {
        height: 709px;
        padding: 0;
    }

    .index-part:nth-of-type(odd) {
        background-color: #F5F9FF;
    }

    .index-part:nth-of-type(even) {
        background-color: #FFF;
    }

    .index-part .part-target {
        margin-bottom: 16px;
        font-size: 16px;
        color: #ffa601;
        line-height: 1;
    }

    .index-part .part-title {
        position: relative;
        margin-bottom: 28px;
        padding-bottom: 30px;
        font-size: 36px;
        color: #0b1531;
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    .index-part .part-title2 {
        position: relative;
        margin-bottom: 28px;
        padding-bottom: 30px;
        font-size: 36px;
        color: #0b1531;
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    .index-part .part-title:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 6px;
        background-color: #ffa601;
        border-radius: 3px;
        margin: 0;
    }

    .index-part .part-title2:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -20px;
        width: 40px;
        height: 6px;
        background-color: #ffa601;
        border-radius: 3px;
    }

    .index-part .part-body {
        width: 80%;
        height: 700px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .part-img {
        width: 700px;
        display: flex;
        justify-content: center;
    }

    .part-img .role {
        text-align: center;
        flex: 1;
        font-size: 28px;
        color: rgba(0, 0, 0, .8);
    }

    .part-img .role img {
        width: 142px;
        height: 177px;
        margin-bottom: 45px;
    }

    .part-content {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
    }

    .part-content .no {
        position: absolute;
        top: 10px;
        left: -80px;
    }

    .part-content2 {
        display: inline-block;
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 2;
        color: rgba(26, 30, 54, .7)
    }

    .part-content .title2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .part-content .title2 span {
        color: rgba(0, 0, 0, .8);
        font-size: 26px;
        margin-bottom: 4px;
    }


    .part-content .features .item {
        width: 20%;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    .part-content .features .item img {
        margin-right: 6px;
    }

    .part-content .features .item span {
        color: rgba(0, 0, 0, .5);
        font-size: 22px;
        font-weight: 400;
    }


    .case-body {
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        background-color: #FFF;
    }

    .case-body .case-img {
        width: 657px;
        height: 582px;
        background-color: #f1f1f1;
        object-fit: cover;
        object-position: center;
    }

    .case-main {
        padding: 60px 60px 60px 80px;
        display: inline-block;
        width: 869px;
        height: 582px;
        vertical-align: top;
        box-sizing: border-box;
    }

    .case-main .brand {
        font-size: 26px;
        color: rgba(0, 0, 0, .78);
        margin-top: 30px;
    }

    .case-main .case-title {
        font-size: 32px;
        color: rgba(0, 0, 0, .9);
        line-height: 70px;
    }

    .case-main .case-content {
        font-size: 20px;
        color: rgba(26, 30, 54, .7);
    }

    .case-main .brand-data {
        margin-top: 60px;
    }

    .case-main .brand-data-item {
        display: inline-block;
        border-right: solid 1px rgba(41, 107, 239, .24);
        padding: 0 20px;
        color: #296BEF;
        font-size: 38px;
        text-align: center;
    }

    .case-main .brand-data-item:last-of-type {
        border-right: none;
    }

    #case-banner .layui-carousel-ind {
        margin-top: 66px;
    }

    #case-banner .layui-carousel-ind ul {
        background-color: transparent;
    }

    #case-banner .layui-carousel-ind ul li {
        cursor: pointer;
        display: inline-block;
        background: #c4d4f5;
        width: 14px;
        height: 8px;
        border-radius: 12px;
        margin: 0 5px;
        transition: all .4s;
    }

    #case-banner .layui-carousel-ind ul .layui-this {
        width: 28px;
        background: #ffa601;
    }

    .advantages {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        align-content: space-around;
        box-sizing: border-box;
        padding: 60px 0;
    }

    .advantages .item {
        width: 33.3%;
        box-sizing: border-box;
        padding: 0 50px;
    }

    .advantages .item .title {
        font-size: 28px;
        color: rgba(0, 0, 0, .9);
    }

    .advantages .item .info {
        font-size: 20px;
        color: rgba(26, 30, 54, .7);
        line-height: 1.5;
    }

    .p0-img-1 {
        position: absolute;
        top: 50px;
        left: -40px;
        width: 60%;
    }

    .p0-img-2 {
        position: absolute;
        top: 0;
        left: 300px;
        width: 60%;
    }

    .contact-us {
        height: 611px;
    }

    .call-us {
        height: 611px;
    }
}

.index-block .index-radius {
    position: absolute;
    top: -60px;
    left: 0;
    height: 62px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

.index-block .index-radius .radius-pr {
    position: relative;
    height: 100%;
}

.index-block .index-radius .radius-block {
    position: absolute;
    bottom: -78px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140%;
    height: 600%;
    border: 80px solid #F5F9FF;
    border-radius: 96%;
}


.part-content .features {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}



@media screen and (max-width: 767px) {

    .index-block .index-radius .radius-block {
        width: 240%;
    }

    .features .item {
        width: 25%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-size: 12px;
        color: #6b7799;
        /*flex: 1;*/
        /*margin-right: 6px;*/
    }

    .features .item > img {
        width: 20px;
        height: 20px;
        margin-right: 2px;
    }

    .p0-img-1 {
        position: absolute;
        width: 50%;
        left: 0;
        top: 40px;
    }

    .p0-img-2 {
        position: absolute;
        width: 50%;
        left: 160px;
        top: 0;
    }

    .role {
        display: flex;
        flex-wrap: wrap;
    }

    .role .item {
        width: 33.3%;
        margin-bottom: 20px;
    }

    .role .item > img {
        width: 70%;
        margin-bottom: 10px;
    }

    .case-body {
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        background-color: #FFF;
        flex-direction: column;
    }

    .case-body .case-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        object-position: center;
    }

    .case-main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 300px;
    }

    .case-main .brand {
        font-size: 16px;
        color: rgba(0, 0, 0, .78);
        margin: 10px 0;
        text-align: center;
    }

    .case-main .case-title {
        font-size: 20px;
        padding: 0 20px;
        color: rgba(0, 0, 0, .9);
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
    }

    .case-main .case-content {
        margin-bottom: 14px;
        font-size: 16px;
        font-weight: 500;
        color: #0b1531;
        letter-spacing: 1px;
        line-height: 1.5;
        padding: 0 20px;
    }

    .case-main .brand-data {
        display: flex;
        margin-bottom: 20px;
    }

    .case-main .brand-data-item {
        display: inline-block;
        flex: 1;
        border-right: solid 1px rgba(41, 107, 239, .24);
        text-align: center;
    }

    .case-main .brand-data-item .data-title {
        color: #296BEF;
        font-size: 18px;
        font-weight: bold;
    }

    .case-main .brand-data-item p {
        color: #6b7799;
        font-size: 12px;
    }

    .case-main .brand-data-item:last-of-type {
        border-right: none;
    }

    #case-banner-m .layui-carousel-ind ul .layui-this {
        width: 28px;
        background: #ffa601;
    }

    .case .swiper-container {
        background-color: #f5f9ff;
    }

    .case .swiper-wrapper {
        padding: 0 20px;
    }

    .advantages .item {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }

    .advantages .item .title {
        font-size: 16px;
        color: #333;
    }

    .advantages .item img {
        width: 50px;
        height: 50px;
        margin-right: 20px;
        margin-left: 10px;
    }



}
