/* 运至一体页面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/oversea/oversea_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: #d3e6ff;
    margin-bottom: 0.18rem;
}

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

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

.tab-header {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 0.8rem 0.1rem #a5c5ed;
    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;
    flex: 0 0 calc((100%) / 3);
}

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

.tab-head-item img {
    width: 0.54rem;
    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;
}


.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.7rem;
    height: 2px;
    border-radius: 3px;
    background-color: #1d73e0;
    transition: all 0.3s ease;
}

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

.inner-list {
    display: grid;
    padding: 0.1rem 0;
    font-size: 0.18rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.14rem;
    margin-bottom: 0.2rem;
}

.inner-item {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0.35rem 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    transition: .3s;
    padding: 0.3rem 0.1rem;
    text-align: center;
}

.inner-item:nth-child(1) {
    grid-column: 1 / span 2;
    flex-direction: row;
    padding: 0.3rem 0.4rem !important;
    text-align: left;
}

.inner-item:nth-child(1) .inner-img {
    width:0.8rem!important;
    height: 0.8rem!important;
}

.inner-item:hover {
    box-shadow: 0 2px 12px 4px rgba(26, 81, 189, .3);
}

.inner-item:hover .inner-text h2 {
    color: #1d73e0;
}

.inner-item:hover .inner-img {
    filter: none;
}

.inner-img {
    width: 0.72rem;
    height: 0.72rem;
    transition: .4s;
    filter: grayscale(100%);
}

.inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.12rem;
}

.inner-text h2 {
    transition: .4s;
    font-size: 0.24rem;
    color: #555;
    font-weight: normal;
}

.inner-text p {
    font-size: 0.2rem;
    line-height: 1.4;
    color: #777;
}

.tab-content-img {
    margin-bottom: 0.2rem;
}

.tab-content-img img {
    width: 100%;
}

.tab-content-list {
    margin-bottom: 0.5rem;
}

.tab-content-item {
    position: relative;
    background-image: linear-gradient(to bottom, #d8e9ff, #f3f9ff);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.2rem;
}

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

.tab-content-item img {
    width: 1.7rem;
    position: absolute;
    right: -0.1rem;
    bottom: 0.2rem;
}

.tab-content-item h2 {
    font-size: 0.22rem;
    color: #1d73e0;
    margin-bottom: 0.16rem;
}

.tab-content-item p {
    font-size: 0.17rem;
    color: #555555;
}

.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;
}