/* 运至一体页面css */
div {
    box-sizing: border-box;
}

.cloud-banner {
    padding-top: 0.55rem;
    padding-bottom: 0.46rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    position: relative;
}

.cloud-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3rem;
    background: url(/App/Cnm/Public/images/cloud/cloud_banner.png) no-repeat center top;
    background-size: cover;
}

.cloud-banner h2 {
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.3rem;
    position: relative;
}

.cloud-banner h2::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    height: 3px;
    width: 0.4rem;
    background-color: #fff;
    border-radius: 4px;
}

.cloud-banner h4 {
    position: relative;
    font-weight: normal;
    font-size: 0.24rem;
    color: #bad2f1;
    margin-bottom: 0.18rem;
}

.cloud-banner p {
    position: relative;
    font-weight: normal;
    font-size: 0.19rem;
    color: #bad2f1;
}

.cloud-tab {
    position: relative;
    padding: 0 0.3rem;
}

.tab-header {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 36px 4px rgba(26, 81, 189, .4);
    font-size: 0.24rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0.3rem 0;
    margin-bottom: 0.75rem;
}

.tab-head-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 1.2rem;
}

.tab-head-item:nth-child(1),
.tab-head-item:nth-child(2),
.tab-head-item:nth-child(3) {
    flex: 0 0 calc((100%) / 3);
    margin-bottom: 0.3rem;
}

.tab-head-item:nth-child(4),
.tab-head-item:nth-child(5) {
    flex: 0 0 calc((100%) / 2);
}

.tab-head-item:nth-child(1),
.tab-head-item:nth-child(2),
.tab-head-item:nth-child(4) {
    background: url(/App/Cnm/Public/images/cloud/line.png) no-repeat right center;
    background-size: auto 1.2rem;
}

.tab-head-item img {
    width: 0.84rem;
    object-fit: cover;
    margin-bottom: 0.4rem;
    transition: all 0.3s ease;
}

.tab-head-item h2 {
    position: relative;
    font-size: 0.22rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    color: #555;
    margin: 0;
    transition: all 0.3s ease;
}

.tab-head-item h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -0.2rem;
    transform: translateX(-50%);
    width: 0.3rem;
    height: 2px;
    border-radius: 3px;
    background-color: #555;
    transition: all 0.3s ease;
}

.tab-head-item.active h2 {
    color: #1d73e0;
    font-weight: bold;
}


.tab-head-item.active h2::after {
    background-color: #1d73e0;
}

.tab-content-title {
    font-weight: normal;
    font-size: 0.32rem;
    color: #555;
    position: relative;
    text-align: center;
    margin-bottom: 0.4rem;
}

.tab-content-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    width: 0.5rem;
    height: 2px;
    border-radius: 3px;
    background-color: #1d73e0;
    transition: all 0.3s ease;
}

.tab-content-introduction {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #bddaff;
    margin-bottom: 0.74rem;
    box-shadow: 0 2px 6px 0 #1d71e03b;
    display: none;
}

.tab-content-introduction.active {
    display: block;
    /* 激活的tab内容显示 */
}

.introduction-head {
    position: relative;
    overflow: hidden;
    padding: 0.2rem 0.2rem 0.14rem;
    background-image: linear-gradient(to right, #dbe8fe, #eef4fe);
}

.introduction-head img {
    position: absolute;
    right: -0.45rem;
    top: 0;
    width: 1.6rem;
}

.introduction-head h2 {
    font-size: 0.22rem;
    margin-bottom: 0.18rem;
    color: #333;
}

.introduction-head p {
    font-size: 0.2rem;
    color: #333;
}

.introduction-content {
    background-color: #fff;
    background-image: url(/App/Cnm/Public/images/cloud/introduction_content.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0.45rem 0.18rem 0.7rem;
    row-gap: 0.48rem;
}

.introduction-content li {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.24rem;
}

.introduction-content li b {
    padding: 0.05rem 0.1rem;
    background-color: #e4eefe;
    border-radius: 4px;
    color: #1d73e0;
    font-size: 0.18rem;
}

.introduction-content li span {
    font-size: 0.18rem;
    color: #333;
}

.tab-content-desc {
    text-align: center;
    font-size: 0.2rem;
    color: #777;
    line-height: 1.7em;
    margin-bottom: 0.3rem;
}

.choice-box {}

.choice-item {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
}

.choice-item:last-child {
    margin-bottom: 0;
}

.choice-img {
    width: 3.2rem;
}

.choice-text {
    flex: 1
}

.choice-img img {
    width: 100%;
}

.choice-text h2 {
    color: #555;
    font-size: 0.27rem;
    margin-bottom: 0.35rem;
    position: relative;
}

.choice-text h2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 0.3rem;
    height: 2px;
    border-radius: 3px;
    background-color: #1d73e0;
    transition: all 0.3s ease;
}

.choice-text p {
    color: #777;
    font-size: 0.18rem;
}

.more-choice {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.3rem;
}

.more-choice-btn {
    position: relative;
    padding: 0.1rem 0.15rem;
    padding-right: 0.5rem;
    border-radius: 20px;
    background-color: #1d73e0;
    font-size: 0.18rem;
    color: #fff;
    text-decoration: none;
}


.more-choice-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    top: 50%;
    right: -0.32rem;
    border-radius: 50%;
    background-color: #1d73e0;
    background-image: url(/App/Cnm/Public/images/cloud/more_tip.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.23rem;
    transform: translateY(-50%);
    border: 5px solid #fff;
}

.bottom {
    padding: 0.3rem 0 0.25rem;
    background: url(/App/Cnm/Public/images/common/bottom_bg.png) no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-title {
    font-size: 0.22rem;
    color: #555;
    margin-bottom: 0.1rem;
}

.bottom-btn {
    padding: 0.06rem 0.33rem;
    background-color: #d0111b;
    font-size: 0.18rem;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 0.2rem;
}

.bottom p {
    font-size: 0.18rem;
    color: #555;
}

.copyright {
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright a {
    font-size: 0.14rem;
    text-decoration: none;
    color: #555;
}