.service-policy {
    overflow: hidden;
}

.service-policy .top-title {
    display: flex;
    justify-content: space-between;
    width: 1174px;
    height: 28px;
    line-height: 28px;
    background: #fbf0e3;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(240, 215, 185, 0.5);

    box-sizing: border-box;
    padding: 0px 20px;
}

.service-policy .top-title .top-title-right a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #91191e;
}

.service-policy .main-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 45px;
    color: #000000;
    margin-top: 60px;
    text-align: center;
}

.service-policy .sub-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}

.seven-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.seven-box .num-box {
    width: 380px;
    height: 174px;
    background: #f8f8f8;
    text-align: center;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 40px;
}

.seven-box .num-box .num {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #91191e;
    margin-bottom: 5px;
}

.seven-box .num-box .header-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.seven-box .num-box .sub-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #646464;
    margin-top: 5px;
}

.four-box {
    display: flex;
    width: 281px;
    height: 174px;
    background: #f8f8f8;
    margin-top: 15px;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
    overflow: hidden;
}

.four-box img {
    width: 60px;
    height: 60px;
}

.four-box .four-box-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-top: 8px;
}

.four-box .four-box-sub-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #646464;
    margin-top: 5px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin-top: 40px;
}

.stipulate {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    line-height: 38px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.five-dot {
    margin-top: 15px;
}

.five-dot div {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}

.three-dot {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 15px;
}

.three-dot li {
    line-height: 32px;
}
.table-box {
    margin-top: 30px;
}
.table-box td {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #646464;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 15px;
   
}

.table-box .tt {
    background: #f8f8f8;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.three-dot p {
    color: #bc9882;
}

.three-dot a {
    font-weight: 600;
    color: #000;
}

.two-dot {
    box-sizing: border-box;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 80px;
}

.service-policy .two-box {
    width: 100vw;
    height: 411px;
    background: #F8F8F8;
    overflow: hidden;
}

.service-policy .two-box .flex {
    display: flex;
}

.two-box .repair {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 40px;
}

.two-box img {
    width: 60px;
    height: 60px;
}

.two-box .two-box-left {
    margin-right: 140px;
}

.two-box .two-box-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 30px;
}

.two-box .two-box-subTitle {
    margin-top: 10px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #646464;
}

.two-box .link {
    margin-top: 25px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.two-box .link:hover{
    text-underline-offset: 5px;
    text-decoration: underline;
}
.two-box .link .show-qrcode{
    position: absolute;
    z-index: 999;
    bottom: 20px;
    position: absolute;
  
    z-index: 1;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}
.two-box .link .show-qrcode img{
    width: 140px;
    height: 160px;
}