.page .container {
    background: rgba(245, 245, 245, 1);
}

.page .container .banner img {
    width: 100%;
    display: block;
}

.page .container .main {
    width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 165px;
}

.page .main .title {
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 52px;
    color: rgba(26, 26, 26, 1);
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

.page .main .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 121px;
    height: 9px;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

.page .main .form {
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    margin-top: 40px;
    padding: 35px 0;
    margin-bottom: 40px;
}

.page .main .form button {
    margin: auto;
    width: 128px;
    height: 37px;
    border-radius: 24px;
    background: rgba(0, 163, 152, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: block;
    cursor: pointer;
}

.page .main .form ul {
    display: flex;
    flex-wrap: wrap;
}

.page .main .form ul li {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 54px;
    margin-bottom: 40px;
}

.page .main .form li span {
    display: inline-block;
    width: 100px;
    text-align: right;
}

.page .main .form li input {
    width: 393px;
    height: 48px;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 18px;
    font-size: 18px;
    font-weight: 400;
}

.page .main .form li select {
    width: 393px;
    height: 48px;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 18px;
    font-size: 18px;
    font-weight: 400;
}

.page .main .list .title-box {
    width: 100%;
    display: flex;
    background: rgba(0, 95, 166, 1);
    margin-top: 26px;
}

.page .main .list .title-box p {
    flex: 1;
    border-right: 1px solid rgba(214, 214, 214, 1);
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.page .main .list p:last-of-type {
    border-right: none;
}

.page .main .list li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    background: #fff;
}

.page .main .list li p {
    flex: 1;
    border-right: 1px solid rgba(214, 214, 214, 1);
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
}

.page .main .list li p:last-of-type {
    border-bottom: none;
}

@media screen and (max-width: 1200px) {
    .page .container .main {
        margin: 0 30px;
        width: auto;
    }

    .page .main .form ul li {
        padding-left: 20px;
    }

    .page .main .form li input,
    .page .main .form li select {
        width: 300px;
    }
}


.mpage .banner {
    width: 100%;
    height: 3.4rem;
}

.mpage .banner img {
    width: 100%;
    height: 3.4rem;
    display: block;
}

.mpage .main {
    padding: 0.3rem;
}

.mpage .container .title {
    margin: auto;
    font-size: 0.34rem;
    font-weight: 500;
    line-height: 0.52rem;
    color: rgba(26, 26, 26, 1);
    padding-bottom: 0.11rem;
    text-align: center;
    position: relative;
}

.mpage .container .title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1.21rem;
    height: 0.1rem;
    background: linear-gradient(90deg, rgba(137, 205, 196, 1) 0%, rgba(209, 236, 250, 1) 100%);
}

.mpage .form {
    border-radius: 0.14rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding-top: 0.4rem;
    padding-bottom: 0.45rem;
    margin-top: 0.18rem;
    margin-bottom: 0.28rem;
}

.mpage .form li {
    padding-right: 0.3rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.28rem;
}

.mpage .form li span {
    font-size: 0.28rem;
    font-weight: 400;
    display: inline-block;
    text-align: right;
    width: 100%;
}

.mpage .form input {
    width: 4.75rem;
    height: 0.8rem;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 0.3rem;
    font-size: 0.28rem;
    font-weight: 400;
    flex-shrink: 0;
}

.mpage .form select {
    width: 4.75rem;
    height: 0.8rem;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 0.3rem;
    font-size: 0.28rem;
    font-weight: 400;
    flex-shrink: 0;
}

.mpage .form button {
    width: 2.1rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background: rgba(0, 163, 152, 1);
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.6rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: auto;
    display: block;
}


.mpage .main .list .title-box {
    width: 100%;
    display: flex;
    background: rgba(0, 95, 166, 1);
    margin-top: 26px;
}

.mpage .main .list .title-box p {
    flex: 1;
    border-right: 1px solid rgba(214, 214, 214, 1);
    height: 0.9rem;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.9rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.mpage .main .list p:last-of-type {
    border-right: none;
}

.mpage .main .list li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
    background: #fff;
}

.mpage .main .list li p {
    flex: 1;
    border-right: 1px solid rgba(214, 214, 214, 1);
    height: 0.9rem;
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.9rem;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rich img {
    max-width: 100%;
}