@media (max-width:480px) {
    header .headerwrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .header_tel.spshow {
        display: flex;
        align-items: center;
        margin-right: 50px;
        margin-top: 14px;
    }
    .header_tel .img_box {
        max-width: 28px;
        margin-right: 3px;
    }
    .header_tel .item {
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 16px;
        color: #025392;
        font-weight: 700;
    }
    .header_tel span.item {
        font-size: 10px;
        margin-top: 5px;
    }
}

.fixed_wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 2.5px 2.5px 5px #999;
    background: linear-gradient(45deg, #78B4FF 0%, #B2F4FF 100%);
    border-radius: 10px;
    z-index: 9;
    padding: 7.5px;
}
.fixed_wrap.none {
    padding: 0;
}
.fixed_inner {
    background: linear-gradient(45deg, #AFD6FF 0%, #D5F9FF 100%);
    padding: 15px;
}
.fixed_wrap .tel_box {
    margin-bottom: 12px;
}
.fixed_wrap .tel_box .head {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #003E75;
    font-weight: 700;
}
.fixed_wrap .tel_box .tel_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.fixed_wrap .tel_box .tel_item .img_box {
    max-width: 20px;
    margin-top: 6px;
}
.fixed_wrap .tel_box .tel_item .item {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
    padding-left: 10px;
    color: #003E75;
}
.fixed_wrap .item_box p.item {
    color: #003E75;
    font-weight: 700;
    text-align: center;
}

.fixed_wrap .btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FAFE0C;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 700;
}
.fixed_wrap .btn_box.order_box {
    background-color: #FAFE0C;
    border: 1px solid #1F68A8;
    color: #000;
    gap: 27px;
}
.fixed_wrap .btn_box.re_box {
    background-color: #025392;
    margin-bottom: 15px;
    color: #fff;
    gap: 20px;
}

.fixed_wrap .btn_box .img_box svg {
    width: 32px;
}
.fixed_wrap .btn_box .text {
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
}
@media (max-width:768px) {
    .fixed_wrap {
        padding: 0;
        border: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        box-shadow: unset;
        border-radius: 0;
        display: flex;
    }
    .fixed_inner {
        background: none;
        padding: 0;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .fixed_wrap .tel_box {
        flex: 0 0 100%;
        padding: 10px 0;
        margin-bottom: 0;
        /* display: none; */
    }
    .fixed_wrap .tel_box .head {
        font-size: 14px;
    }
    .fixed_wrap .tel_box .tel_item {
        margin-top: 5px;
    }
    .fixed_wrap .tel_box .tel_item .item {
        font-size: 24px;
    }
    .fixed_wrap .tel_box .tel_item .img_box {
        max-width: 12px;
        margin-top: -2px;
    }
    .fixed_wrap .item_box p.item {
        display: none;
    }
    .fixed_wrap .btn_box {
        display: flex;
        align-items: center;
        border: 0;
        border-radius: 0;
        padding: 5px;
        width: 50%;
    }
    .fixed_wrap .btn_box.re_box {
        margin: 0;
    }
    .fixed_wrap .btn_box .img_box {
        max-width: 24px;
    }
    .fixed_wrap .btn_box .img_box svg {
        width: 24px;
    }
    .fixed_wrap .btn_box .text {
        font-size: 16px;
    }
}