body{
    background: #F4F7F9;
}
/*外层容器*/
.mainContainer{
    width:100%;
    padding-top: 72px;
    /*padding-bottom: 120px;*/
    margin: auto;
    background: #F4F7F9;
}
/*大背景容器*/
.bigBackground{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://bucket.zhiyun-tech.com/web/aftersales/zhiyun-aftersales-banner.jpg");
    background-position: center;
    background-size: cover;
}
.bigBackgroundCovert{
    width: 100%;
    height: 240px;
    background: linear-gradient(180deg, rgba(187, 190, 190, 0) 0%, #F4F7F9 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}
/*大背景标题*/
.bigTitle{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

/*主要内容显示容器*/
.contentContainer{
    width: 100%;
    max-width: var(--size-safearea);
    display: flex;
    flex-direction: column;
    margin: auto;
    transform: translateY(-80px);
    padding-left: 16px;
    padding-right: 16px;
}
/*自助寄修外部容器*/
.selfRepairOutContainer:lang(cn){
    display: grid;
    /*grid-template-columns: 2fr 1fr;*/
    /*grid-template-columns: 66% 33%;*/
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 16px;
}

/*非中文*/
.selfRepairOutContainer{
    display: grid;
    grid-template-columns: 2fr 1fr;
    /*grid-template-columns: 66% 33%;*/
    grid-gap: 16px;
    margin-bottom: 16px;
}


/*自助寄修容器*/
.selfRepairContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 32px 32px;
    background: #FFFFFF;
    border-radius: 16px;
}
/*自助寄修标题*/
.selfTitle{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #2F3133;
}
.selfTitle>img{
    margin-right: 9px;
}
/*二维码*/
.selfQrcode{
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    border: 1px solid #DCE1E6;
    border-radius: 8px;
    margin-top: 22px;
}
/*自助寄修介绍*/
.selfDescription{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #2F3133;
    margin-top: 16px;
}

/*售后维修进度查询容器*/
.afterProcessContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 32px 32px;
    background: #FFFFFF;
    border-radius: 16px;
}
/*自助寄修标题*/
.afterProcessTitle{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #2F3133;
    margin-bottom: 60px;
}
.afterProcessTitle>img{
    margin-right: 9px;
}
/*查询输入框*/
.afterProcessInput{
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: #F4F7F9;
    border-radius: 8px;
    margin-bottom: 16px;
}
/*查询按钮*/
.afterProcessButton{
    width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    background: #C03939;
    border-radius: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin-bottom: 16px;
}
/*查询错误提示*/
.afterProcessTips{
    /*width: 100%;*/
    text-align: left;
    color: green;
}
.afterProcessError{

}
/*三个功能卡片容器*/
.afterFunctionsContainer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px;
    grid-gap: 16px;
    margin-bottom: 50px;
}
/*功能卡片*/
.afterFunctionCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    text-decoration: none;
}
/*功能图标*/
.afterFunctionCardImg{
    width: 33px;
    height: 33px;
    margin-bottom: 20px;
}
/*功能标题*/
.afterFunctionTitle{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #2F3133;
    margin-bottom: 8px;
}
.afterFunctionTitle>img{
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
/*功能描述*/
.afterFunctionDesc{
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #8D9399;
}

/*维修中心电话标题*/
.afterPhoneTitle{
    display:flex;
    margin-bottom: 16px;
}
.afterPhoneTitle>img{
    margin-right: 9px;
}
/*维修中心电话卡片容器*/
.afterPhonesContainer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 16px;
}
/*维修中心电话卡片*/
.afterPhoneCard{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
}
/*维修中心所在地*/
.afterPhoneCardTitle{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #2F3133;
    margin-bottom: 8px;
}
/*维修中心电话*/
.afterPhoneCardCode{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #2F3133;
}
/*维修中心服务时间*/
.afterPhoneCardTime{
    font-size: 12px;
    line-height: 170%;
    text-align: center;
    color: #8D9399;
    margin-top: 8px;
}

/*维修中心最后一个卡片*/
.afterLastPhoneCard{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
}



.repairServices:lang(cn){
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 200px 48px;
}
.repairServices{
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 16px;
}

.repairServicesIcon{
    height: 30px;
    width:30px;
    margin-bottom: 8px;
}
.repairServicesTitle{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #2F3133;
    margin-bottom: 24px;
}
.repairServicesDesc{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    color: #2F3133;
    margin-bottom: 24px;
}
.repairServicesBtnContainer{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
.repairServicesBtn1{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    padding: 14px 16px;
    background: #C03939;
    border-radius: 8px;
    border:1px solid #C03939;
    text-decoration: none;
}
.repairServicesBtn2{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #C03939;
    padding: 14px 16px;
    background: #FFFFFF;
    border-radius: 8px;
    border:1px solid #C03939;
    text-decoration: none;
}

.afterFunctionsContainerEn{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px;
    grid-gap: 16px;
    margin-bottom: 64px;
}
.afterPhoneTitleEn{
    display:flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #2F3133;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.afterPhoneTitleEn>img{
    width:40px;
    height:40px;
}


/*查询结果表格*/
.queryTableRowTitle{
    text-align:center;
    margin-bottom:24px;
    font-size: 16px;
    font-weight: 600;
}
.repairPhoneContainer table{
    width:100%;
    border-collapse:collapse;
}
.repairPhoneContainer table tr:first-child{
    font-size:14px;
    font-weight:600;
}
.repairPhoneContainer table td{
    padding:16px;
    border: 1px solid #EBEDF0;
    font-size:14px
}

.repairNote{
    color: #C03939;
    font-size: 12px;
    padding-top: 16px;
}

@media only screen and (max-width: 1200px) {
    /*大背景容器*/
    .bigBackground{
        height: 480px;
    }
    /*大背景标题*/
    .bigTitle{
        font-size: 64px;
        margin:auto 16px;
    }
    /*主要内容显示容器*/
    .contentContainer {
        width: calc(100% - 32px);
        max-width: calc(var(--size-safearea) - 32px);
        transform: translateY(-64px);
    }
    .selfRepairOutContainer:lang(cn){
        display: flex;
    }
    /*自助寄修外部容器*/
    .selfRepairOutContainer{
        display: flex;
        flex-direction: column;
        grid-gap: 0;
    }
    /*自助寄修容器*/
    .selfRepairContainer{
        margin-bottom: 16px;
    }

    /*三个功能卡片容器*/
    .afterFunctionsContainer{
        margin-bottom:32px;
    }

    /*外语*/
    .afterFunctionsContainerEn{
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 768px) {
    /*大背景容器*/
    .bigBackground{
        height: 240px;
    }
    /*大背景标题*/
    .bigTitle{
        font-size: 32px;
    }
    /*主要内容显示容器*/
    .contentContainer {
        transform: translateY(-32px);
    }
    /*三个功能卡片容器*/
    .afterFunctionsContainer{
        /*display: flex;*/
        /*flex-direction: column;*/
        /*grid-gap: 0;*/
        grid-template-columns: 1fr;
    }
    /*功能卡片*/
    .afterFunctionCard{
        /*margin-bottom: 16px;*/
    }
    /*维修中心电话卡片容器*/
    .afterPhonesContainer{
        display: flex;
        flex-direction: column;
        grid-gap: 0;
    }
    /*维修中心电话卡片*/
    .afterPhoneCard{
        margin-bottom: 16px;
    }

    /*外语*/
    .repairServices{
        padding: 16px;
    }
    .repairServicesDesc{
        margin-bottom: 16px;
    }
    .repairServicesBtnContainer{
        grid-template-columns: 1fr;
    }
    .afterFunctionsContainerEn{
        grid-template-columns: 1fr;
    }
}
