.box1 {
    padding: 2.6rem 0 1.2rem;
    background: #f9f9f9;
}
.box1 h1 { 
    line-height: calc(70/50);
}
.box1 .content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.32rem;
    margin-top: 0.5rem;
}
.box1 .content .item {
    width: calc((100% - 0.96rem) / 4);
    height: 3.28rem;
    background: #fff;
    padding: 0.36rem;
    border-radius: 0.16rem;
}
.box1 .content .item .top {
    display: flex;
    width: 100%;
    height: 0.25rem;
    align-items: center ;
    margin-bottom: 0.3rem;
    color: var(--color-primary);
}
.box1 .content .item .top img {
    width: auto;
    height: 100%;
    margin-right: 0.1rem;
}
.box1 .content .item .spe {
    width: 100%;
    aspect-ratio: 320 / 182;
    overflow-y: auto;
    padding-right: 0.24rem;
}
.box1 .content .item .spe::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.box1 .content .item .spe::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
}
.box1 .content .item .spe::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 2px;
}
.box1 .content .item .spe::-webkit-scrollbar-thumb:hover {
    background: #0099dd;
}
.box1 .content .item .spe p {
    margin-bottom: 0.2rem;
}
.box1 .content .item .icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.box1 .content .item .icons a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.4rem;
    background: #000;
    border-radius: 50%;
}
.box1 .content .item .icons a:hover {
    background: var(--color-primary);
}
.box1 .content .item .icons a img {
    width: 0.16rem;
}
.box1 .content .item .icons a .code {
    position: absolute;
    left: 50%;
    top: 30%;
    padding-top: 0.33rem;
    transform: translateX(-50%) translateY(0.4rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 99;
}
.box1 .content .item .icons a .code .ewm {
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    z-index: 3;
}
.box1 .content .item .icons a .code .ewm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box1 .content .item .icons a .code .txt {
    line-height: calc(1em + 2px);
    text-align: center;
    margin-top: 0.02rem;
    color: #999;
    position: relative;
    z-index: 3;
}
.box1 .content .item .icons a:hover .code {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 0.3s ease;
}

.box2 {
    padding-top: 1.6rem;
}
.box2 .box {
    padding: 1.48rem 1.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box2 .box .center {  
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    margin: 1rem 0 0.3rem;
}
.box2 .box .center .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}
.box2 .box .center .icon img { 
    width: 0.22rem;
}
.box3 {
    padding-top: 3.1rem;
    padding-bottom: 1.6rem;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box3 h3 {
    width: 30%;
}
.box3 .contact-form {
    flex: 1;
}
.box3 .contact-form .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.48rem;
}
.box3 .contact-form .list .item {
    display: flex;
    flex-direction: column;
}
.box3 .contact-form .list .item label {
    margin-bottom: 0.1rem;
}
.box3 .contact-form .list .item label span {
    color: #FF0000;
}
.box3 .contact-form .list .item input {
    padding: 0.2rem;
    border: 1px solid #E6E6E6;
    border-radius: 0.06rem;
}
.box3 .contact-form .list .item input::placeholder {
    color: #BEBEBE;
    font-size: 0.16rem;
}
.box3 .contact-form .list .item select {
    padding: 0.2rem;
    border: 1px solid #E6E6E6;
    border-radius: 0.06rem;
    color: #BEBEBE;
    font-size: 0.16rem;
}
.box3 .contact-form .list .item select.select {
    color: #333;
}
.box3 .contact-form .list .item select option {
    color: #333;
}
.box3 .contact-form .list .item textarea {
    height: 1.7rem;
    border-radius: 6px;
    padding: 0.2rem;
}
.box3 .contact-form .list .item textarea::placeholder {
    color: #BEBEBE;
    font-size: 0.16rem;
}
.box3 .contact-form .list .win30 {
    width: 30%;
}
.box3 .contact-form .list .win100 {
    width: 100%;
}
.box3 .contact-form p {
    margin-bottom: 0.2rem;
}

/* 按钮 */
.mbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 0;
    border: none;
    background: inherit;
}
.mbtn a {
    margin: 0;
}

.web_btn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.04rem 0.04rem 0.04rem 0.18rem;
    border-radius: 0.4rem;
}

.web_btn .bxt {
    line-height: 0.3rem;
}

.web_btn .arr {
    margin-left: 0.25rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.3rem;
}
.web_btn_vi {
    border: 1px solid #E8E8E8;
    background: #fff;
}

.web_btn_vi .bxt {
    color: var(--color-primary);
}

.web_btn_vi .arr {
    background: var(--color-primary);
}

.web_btn_vi:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.web_btn_vi:hover .bxt {
    color: #fff;
}

.web_btn_vi:hover .arr {
    background: #fff;
}

.web_btn_vi:not(:hover) .arr img {
    filter: var(--imgwhite);
}