body {
    background-color: #f1f1f1;
}

.page-y {
    max-width: 375px;
    margin: 0 auto;
    height: 100vh;
    overflow-y: auto;
    box-shadow: 2px 3px 10px #999;
}

/* 版心 */
.wrapper {
    max-width: 335px;
    margin: 0 auto;
}

.common-reason-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-reason-title .title-icon {
    height: 25px;
    height: 15px;
}

.common-reason-title .name {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin: 0 10px;
}

.common-reason-subTitle {
    height: 30px;
    width: fit-content;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0 20px;
    background-color: #FF7700;
    color: #ffffff;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    /* line-height: 30px; */


}

/* 海报 */
.banner {
    position: relative;
}

.banner .banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
}

.banner-content {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

.banner-content .banner-text {}

.banner-content .banner-text .title {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    padding-top: 60px;
    line-height: 1.5em;
}

.banner-content .banner-text .zzrz-btn {
    color: #FF7700;
    border: 1px solid #FF7700;
    width: fit-content;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 10px auto 0;
    font-weight: 700;
}

.banner-content .banner-describe {
    font-size: 22px;
    line-height: 1.7em;
    color: #ffffff;
    width: fit-content;
    margin: 30px auto 0;
}

.banner-content .banner-describe .arrow {
    width: 74px;
    height: 16px;
}

/* 电话咨询 */
.phone-consult {
    background-color: #45475E;
    padding: 6px 0;
    margin-top: -163px;
    position: relative;
}

.phone-consult .phone-consult-content {
    display: flex;
    align-items: center;
}

.phone-consult-content .phone-describe {
    display: flex;
    align-items: center;
    color: #ffffff;
    flex: 1;
}

.phone-consult-content .phone-describe span {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}

.phone-consult-content .phone-describe .sound {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.phone-consult-content .phone-describe .num {
    color: #FF7700;
}

.phone-consult-content .tel-btn {
    background-color: #FF7700;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 42px;
    border-radius: 21px;
    padding: 0 26px;
}

/* 实力 */
.strength {
    position: relative;
    margin-top: 44px;
}

.strength .strength-content {
    background-image: linear-gradient(180deg, #FFA412 0%, #F95F00 100%);
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.strength-content .title {
    font-weight: 700;
    font-size: 20px;
}

.strength-content .describe {
    font-size: 15px;
    margin-top: 10px;
}

/* 业务 */
.business {
    margin-top: 25px;
    padding-bottom: 20px;
}

.business .business-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
}

.business-list .business-item {
    /* width: 76px;
    height: 76px; */
    width: 100%;
    height: 76px;
    border-radius: 10px;
    background-color: #45475E;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.business-list .business-item .icon {
    width: 26px;
    height: 26px;
}

.business-list .business-item .name {
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 6px;
}

/* 问题 */
.problem {
    margin-top: 20px;
    padding-bottom: 20px;
}

.problem .problem-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
}

.problem-list .problem-item {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    background-color: #4A53E6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.problem-list .problem-item .title {
    font-weight: 700;
    font-size: 13px;
    color: #4A53E6;
    background-color: #ffffff;
    height: 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.problem-list .problem-item .describe {
    font-size: 10px;
    line-height: 1.6em;
    text-align: center;
    color: #ffffff;
    margin-top: 6px;
}


/*  */
.hotspot {
    margin-top: 20px;
    padding-bottom: 20px;
}

.hotspot .hotspot-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 20px;
}

.hotspot-list .hotspot-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    border-radius: 10px;
    height: 40px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.6em;
    color: #333333;
}

.hotspot-list .hotspot-item .hot-icon {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

/* 保障 */
.safeguard {
    margin-top: 20px;
    padding-bottom: 20px;
}

.safeguard .safeguard-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 20px;
}

.safeguard-list .safeguard-item {
    background-color: #112238;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.safeguard-list .safeguard-item .seq {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #FF7700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.6em;
    margin-right: 10px;
}

.safeguard-list .safeguard-item .item-content {
    flex: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.safeguard-list .safeguard-item .item-content .title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6em;
    margin-right: 10px;
}

.safeguard-list .safeguard-item .item-content .describe {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6em;
}

/* 简介 */
.introduction {
    margin-top: 20px;
    padding-bottom: 20px;
}

.introduction .introduction-content {
    font-size: 14px;
    line-height: 1.6em;
    color: #333333;
    margin-top: 20px;
}



.footer {}

.footer .copyright-box {
    font-size: 10px;
    line-height: 1.6em;
    text-align: center;
    color: #999999;
    padding: 20px 0;
}

.btn-box {
    position: sticky;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.8);
}

.btn-box .btn-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btn-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 44px;
    width: fit-content;
    padding: 0 30px;
    background-color: #FF7700;
    color: #ffffff;
    border-radius: 22px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6em;
    cursor: pointer;
}


.btn-content .btn .icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}


/* 电话二维码弹窗 */
.tel-code-dialog {
    display: none;
}

.tel-code-dialog .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.tel-code-dialog .dialog-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: fit-content;
    background-color: #ffffff;
    background-image: linear-gradient(180deg, rgba(255, 179, 92, 0.2) 0%, rgba(255, 179, 92, 0) 65.38%);
    border-radius: 10px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tel-code-dialog .dialog-content .title {
    font-size: 18px;
}

.tel-code-dialog .dialog-content .code-box {
    width: 173px;
    height: 173px;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.tel-code-dialog .dialog-content .code-box .code-img {
    width: 100%;
    height: 100%;
}

.tel-code-dialog .dialog-content .tel {
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}

.tel-code-dialog .dialog-content .close-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}



/* 手机 版心 */
@media screen and (max-width: 768px) {
    body {}

    .page-y {
        max-width: 100%;

    }

    .wrapper {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

}