﻿
.top-sign {
    margin-top: -12%;
}

.center-sign {
    margin-top: -14%;
}

.w1200 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sign-up {
    display: flex;
    flex-direction: row;
    width: 75%;
    height: 579.9px;
    background-color: #fff;
    /*padding:10px;
            border-radius: 8px;*/
    -webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, .05);
}

.sign-up-left {
    width: 55%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign-up-right {
    /*width: 45%;*/
    display: flex;
    justify-content: flex-end;
}

.sign-up-left > div:not(.list) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.sign-up-left-item {
    display: flex;
    width: 46%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.sign-up-left-fullitem {
    display: flex;
    width: 100%;
    justify-content: center !important;
}

.list {
    background: #FFD7D7;
    border-radius: 13px;
    width: 80%;
    height: 50px;
    line-height:50px;
    margin: 15px auto !important;
    overflow: hidden;
}
.slide-info {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.slide-info img{
    height:20px;
    /*width:26px;*/
    margin-right:5px;
}

.sign-up-title {
    color: #F34242 !important;
    font-weight: 400;
    font-size: 29px !important;
}

.sign-up-alt {
    color: #F34242;
    font-weight: 400;
    font-size: 18px;
    margin-left: -40px;
}

.sign-up-left input::placeholder {
    color: #DADADA; /* 例如，将占位符文本颜色设置为灰色 */
}

.sign-up-left input {
    border-bottom: 1px solid #D0D0D0;
    width: 100%;
    padding: 5px;
}

.service-img {
    width: 75%;
}

.cert1 {
    display: flex;
    flex-direction: row;
    width: 75%;
    margin-top: 20px;
}

    .cert1 > div:not(:last-of-type) {
        padding-right: 20px;
    }

.cert2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*width: 75%;*/
    min-height: 400px;
    margin-top: 20px;
}

    .cert2 > div {
        padding: 20px;
    }
.num-title {
    color: #F34242;
    font-weight: 400;
    font-size: 18px;
    margin-top: 25px;
    justify-content: flex-start !important;
}
.num-title>span {
    color: #F34242;
    font-weight: 400;
    font-size: 18px;
}
.q-li {
    height: 35px;
}

.swiper-slide {
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.btn-red {
    border-radius: 28px;
    padding: 10px 50px;
}

.business-box {
    flex-direction: column;
    align-items: center;
}

.business-top-img {
    width: 100%;
}

.business-info-img {
    text-align: center;
    width: 60%;
    height: 380px;
    overflow-y: auto;
    margin-top: 100px;
    position: absolute;
}