div {
    box-sizing: border-box;
}

.marketing-box {
    display: flex;
    flex-direction: column;
    padding-top: 0.7rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    height: 3.34rem;
    width: 100%;
    background: url(/App/Cnm/Public/images/market/marketing_bg.webp) no-repeat center center;
    background-size: 100% 100%;
}

.marketing-box h2 {
    font-size: 0.32rem;
    color: #252b3b;
    margin-bottom: 0.2rem;
}

.marketing-box p {
    font-size: 0.2rem;
    color: #252b3b;
    margin-bottom: 0.2rem;
}

.marketing-box p span {
    color: #4069ff;
}

.marketing-box .more-btn-box {
    font-size: 0.16rem;
}

.marketing-box .more-btn {
    padding: 0.1rem 0.16rem;
    display: inline-flex;
    border-radius: 4px;
    background-color: #4069ff;
    color: #fff;
    font-size: 0.2rem;
    transition: .3s;
}

.marketing-box .more-btn:hover {
    background-color: #3355cc;
}

.demand-box {
    padding: 0.56rem 0.2rem 0.52rem;
    position: relative;
    font-size: 0.2rem;
}

.demand-box>h2 {
    font-size: 0.3rem;
    color: #252b3b;
    margin-bottom: 0.34rem;
}

.demand-box>img {
    height: 4.2rem;
}

.demand-list {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.demand-item {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    transform: translateX(0);
}

.demand-item:nth-child(1) {
    transform: translateX(-0.1rem);
    width: 95%;
}


.demand-item:nth-child(2) {
    transform: translateX(0.26rem);
    width: 86%;
}

.demand-item:nth-child(3) {
    transform: translateX(0.4rem);
    width: 86%;
}

.demand-item:nth-child(4) {
    transform: translateX(0.2rem);
    width: 94%;
}

.demand-item:nth-child(5) {
    transform: translateX(-0.4rem);
    width: 100%;
}

.demand-item-left {
    width: 0.66rem;
    height: 0.66rem;
    font-size: 0.2rem;
}

.demand-item-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.demand-item-right {
    flex: 1;
}

.demand-item-right h2 {
    color: #5479ff;
    font-size: 0.22rem;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.demand-item-right p {
    color: #666666;
    font-size: 0.18rem;
}

/* 打造专属方案START */
.plan-box {
    padding: 0.44rem 0;
    background-color: #eef2f9;
}

.plan-title {
    color: #252b3b;
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.3rem;
}

.plan-list {
    margin-bottom: 0.24rem;
}

.plan-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.2rem;
    margin-bottom: 0.14rem;
    height: 0.9rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

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

.plan-item-left {
    width: 2.2rem;
    border-right: 4px solid #f3a850;
    color: #fff;
    font-size: 0.24rem;
    background: url(/App/Cnm/Public/images/market/plan_item_bg.png) no-repeat center center, linear-gradient(to right, #567cf6, #a8bdff);
    background-size: cover;
    height: 100%;
    padding: 0 0.22rem;
    display: flex;
    align-items: center;
}

.plan-item-left h2 {
    font-size: 0.24rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plan-item-right {
    background-color: #fff;
    flex: 1;
    padding: 0 0.14rem;
    display: flex;
    align-items: center;
    height: 100%;
}

.plan-item-right p {
    color: #333333;
    font-size: 0.16rem;
}

.plan-boundary {
    background-color: #f9f9f9;
    min-height: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.34rem;
}

.plan-boundary img {
    height: 0.7rem;
}

.plan-scene-item {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 0.1rem 0.14rem 0.38rem;
    background: linear-gradient(to bottom, #fff 70%, transparent 100%);
    position: relative;
}

.plan-scene-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.08rem;
}

.plan-scene-title img {
    width: 0.8rem;
    margin-right: 0.2rem;
}

.plan-scene-title h2 {
    font-size: 0.24rem;
    color: #4069ff;
    font-weight: normal;
}

.plan-scene-desc {
    font-size: 0.16rem;
    color: #333;
}

.plan-banner {
    margin-top: 0.2rem;
}

.plan-banner-img {
    height: 1.8rem;
    border-radius: 4px;
}

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

/* 打造专属方案END */

.tab-head-wrapper {
    padding: 0.2rem 0;
    overflow-x: scroll;
}

.tab-head-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    padding: 0 0.24rem;
    width: max-content;
}

.tab-head-item {
    font-size: 0.22rem;
    color: #666666;
    width: 2.5rem;
    height: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.tab-head-item:hover {
    color: #3152ff;
}

.tab-head-item.active {
    color: #3152ff;
    font-weight: 500;
}

.tab-head-item._active {
    opacity: 0.7;
}

.tab-head-item._active::after {
    background: #3152ff;
    opacity: 0;
}

.tab-head-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 0.1rem;
    height: 0.1rem;
    background: #a0a0a0;
    transition: .3s;
}

.tab-head-item.active {
    color: #3152ff;
}

.tab-head-item.active::after {
    background: #3152ff;
    box-shadow: 0 0 0px 2px #3153ff66;
}

.tab-head-content .line-bottom {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #bfbfbf;
    z-index: 1;
}

.tab-head-content .line-top {
    width: 2.5rem;
    height: 3px;
    position: absolute;
    left: 0.24rem;
    top: -1px;
    background-color: #3152ff;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.show-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 0.34rem 0 0;
}

.show-box-title {
    color: #252b3b;
    font-weight: normal;
    font-size: 0.34rem;
    text-align: center;
    margin-bottom: 0.25rem;
}

.tab-content-wrapper {
    position: relative;
    height: 5.3rem;
    margin-bottom: 0.2rem;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0.2rem;
    right: 0.2rem;
    font-size: 0.24rem;
    color: #000;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
}

.tab-content.active {
    z-index: 2;
    transform: translateY(0px);
    opacity: 1;
}

.tab-content>div {
    margin-bottom: 0.16rem;
    transition: all 0.2s ease-in-out 0.1s;
    overflow: hidden;
}

.tab-content>div img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-content h3 {
    font-size: 0.2rem;
    color: #3152ff;
    text-align: center;
    transition: all 0.2s ease-in-out 0.2s;
    margin-bottom: 0.18rem;
}

.tab-content p {
    text-align: center;
    transition: all 0.2s ease-in-out 0.3s;
    color: #333333;
    font-size: 0.2rem;
}

.tab-head-wrapper {
    padding: 0.2rem 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tab-head-wrapper::-webkit-scrollbar {
    display: none;
}


.service-box {
    position: relative;
    padding: 0 0.24rem 0.64rem;
    background-color: #e4effc;
}

.service-box>div {
    position: relative;
    z-index: 2;
}

.service-box .service-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    background-color: #5173ec;
    background-image: url(/App/Cnm/Public/images/market/service_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-title {
    padding-top: 0.42rem;
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.38rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, auto);
    padding: 0.2rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 #5172ec46;
}

.service-item {
    width: 1.28rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.04rem;
}

.service-item img {
    max-height: 0.58rem;
    width: 100%;
    object-fit: contain;
}

.footer-box {
    position: relative;
    background-color: #fff;
    background-image: url(/App/Cnm/Public/images/market/baidu_bottom.png);
    background-repeat: no-repeat;
    background-position: center .5rem;
    background-size: 110%;
    height: 4.2rem;
}

.footer-inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2.5rem;
    width: 4.9rem;
    padding-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: url(/App/Cnm/Public/images/market/footer_inner.png) no-repeat center;
    background-size: cover;
}

.footer-img p {
    font-size: 0.22rem;
    color: #fff;
    line-height: 1;
}

.footer-img h2 {
    margin: 0.08rem 0;
    color: #ffc600;
    font-size: 0.28rem;
}

.contact-box {
    padding: 0.36rem 0 0.26rem;
    background: linear-gradient(to bottom, #7794ff, #4c70f6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-box h2 {
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.14rem;
}

.contact-box a {
    padding: 0.08rem 0.62rem;
    border-radius: 4px;
    font-size: 0.24rem;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
}