﻿.move-touch {
    -webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center
}

.auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell
}

.vague {
    -webkit-filter: blur(2px);
    transition: .3s;
    -webkit-transition: .3s
}

.rogate {
    transition: .3s;
    -webkit-transition: .3s
}

.rogate:hover {
    transform: rotate(90deg)
}

.arrow {
    position: relative;
    line-height: 1;
    margin-left: .1rem
}

.arrow:before {
    content: "";
    position: absolute;
    top: -.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: .08rem solid;
    border-right: .08rem solid transparent;
    border-top: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow:after {
    content: "";
    position: absolute;
    top: .18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: .08rem solid;
    border-right: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid transparent
}

.arrow.one:before {
    display: none
}

.arrow.one:after {
    top: .14rem
}

.border-top:before {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    top: 0;
    left: 0
}

.border-bottom:after {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    -moz-transform: scale(.5, .5);
    width: 200%;
    bottom: -1px;
    left: 0
}

.flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.flex-slide>* {
    flex-shrink: 0
}

.box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.box-space-between>* {
    flex-shrink: 0
}

.touch-state {
    position: relative
}

.touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: .9rem;
    height: .45rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: .41rem;
    height: .41rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%
}

.touch-state input:checked+label {
    background: #47b92c;
    border-color: #47b92c
}

.touch-state input:checked+label:after {
    left: calc(100% - .41rem)
}

.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative
}

.swiper-slide {
    flex-shrink: 0;
    position: relative
}

.mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff
}

.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.column>* {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}

.ico {
    display: inline-block;
    vertical-align: middle
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.hide {
    display: none !important
}

.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left;
    background: url(../image/058cda_750x1436.jpg) top center no-repeat;
    background-size: 100% auto
}

body,
html {
    width: 100%;
    height: 100%
}

.banner {
    width: 100%;
    text-align: center;
    padding-top: .10rem
}

.banner img {
    width: 7.18rem
}

.product {
    width: 100%;
    text-align: center
}

.product .title {
    width: 100%;
    padding-top: .11rem;
    text-align: center
}

.product .title img {
    width: 6.88rem
}

.product .conts {
    width: 100%;
    padding: 0 .18rem
}

.product .conts .list {
    width: 100%
}

.product .conts .list .item {
    width: 100%;
    background: url(../image/a1cc80_714x154.png) top center no-repeat;
    background-size: 7.14rem 1.54rem;
    height: 1.54rem;
    margin: .1rem 0;
    padding-left: .16rem

}

.product .conts .list .item .ico {
    width: 1.16rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center

}

.product .conts .list .item .ico img {
    width: 1.15rem
  
}

.product .conts .list .item .intr {
    width: calc(100% - 1.16rem);
    height: 100%;
    padding: 0 0.08rem 0 .12rem
}

.product .conts .list .item .intr .text {
    width: 2.35rem;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: left
}

.product .conts .list .item .intr .text h4 {
    font-size: .25rem;
    color: #fffad1;
    line-height: 1.4
}

.product .conts .list .item .intr .text p {
    line-height: 1.6;
    font-size: .2rem;
    color: #fff
}

.product .conts .list .item .intr .btns {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product .conts .list .item .intr .btns a {
    display: inline-block;
    width: 1.62rem;
    height: .5rem;
    animation: myfirst 1s infinite
}

.product .conts .list .item .intr .btns a.btn-rege {
    background: url(../image/1e161f_162x50.png) center no-repeat;
    background-size: 1.62rem .5rem
}
.product .conts .list .item .intr .btns a.btn-zxgk {
    background: url(../image/qqq.png) center no-repeat;
    background-size: 1.62rem .5rem
}

.product .conts .list .item .intr .btns a.btn-down {
    background: url(../image/6105d2_162x50.png) center no-repeat;
    background-size: 1.62rem .5rem
}
.product .conts .list .item .intr .btns a.btn-zxxm {
    background: url(../image/zxxm.png) center no-repeat;
    background-size: 1.62rem .5rem
}


.footer {
    width: 100%;
    text-align: center;
    font-size: .21rem;
    color: hwb(0 100% 0%);
    line-height: .4rem;
    padding-top: .10rem
}

@keyframes myfirst {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.container {
    text-align: center;
}

.add-friend-btn {
    background-color: #1877f2;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.add-friend-btn:hover {
    background-color: #166fe5;
}

/* 弹窗背景 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* 弹窗主体 */
.modal {
    background-color: hsl(0, 0%, 100%);
    border-radius: 1px;
    width: 80%;
    max-width: 350px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: modalOpen 0.4s ease-out forwards;
}

@keyframes modalOpen {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 弹窗头部 */
.modal-header {
    background-color: hwb(44 28% 12%);
    padding: 16px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid hwb(0 100% 0%);
}

.modal-title {
    margin: 0;
    font-size: 18px;
    color: #333;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #999;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #333;
}

/* 弹窗内容 */
.modal-body {
    padding: 20px;
}

/* 图片容器 */
.image-container {
    text-align: center;
    margin-bottom: 8px;
}

.profile-image {
    width: 290px;
    height: 160px;
    object-fit: cover;
    /* 保持图片比例并填充容器 */
    border-radius: 2%;
    /* 圆形图片 */
    border: 0px solid hsl(0, 92%, 47%);
}

.image-caption {
    margin-top: 2px;
    font-size: 7px;
    color: #666;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.info-item:hover {
    background-color: #f9f9f9;
}

.info-label {
    font-weight: bold;
    width: 70px;
    /* 固定标签宽度 */
    color: #555;
    text-align: left;
    /* 标签左对齐 */
}

.info-value {
    flex: 1;
    word-break: break-all;
    color: #333;
    text-align: left;
    /* 值左对齐 */
}

.copy-btn {
    background-color: #e4e6eb;
    border: none;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-left: 10px;
    white-space: nowrap;
    /* 防止按钮文字换行 */
}

.copy-btn:hover {
    background-color: #d8dadf;
}

/* 弹窗底部 */
.modal-footer {
    padding: 15px 20px;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
}

.footer-text {
    font-size: 14px;
    color: #777;
    margin: 0;
}