body {
    margin: 0;
    padding: 0;
}

#main {
    position: relative;
}

.top-banner {
    width: 100%;
    height: 0.875rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.125rem);
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
}

.fiexd-top {
    width: 15.6rem;
    height: 2.5rem;
    background: rgba(255, 247, 248, 0.5);
    border: 0.0125rem solid #FFFFFF;
    backdrop-filter: blur(0.125rem);
    position: fixed;
    top: 0.875rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: none;
}

.fiexd-top img {
    width: 15.6rem;
    height: 2.5rem;
}

.fiexd-top .zixun {
    position: absolute;
    top: 1.275rem;
    right: 5.475rem;
    cursor: pointer;
    /* 鼠标指针改成小手 */
    width: 2.125rem;
    height: 0.7rem;
    background: #409EFF;
    border: none;
    border-radius: 0.05rem;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.325rem;
}

.fiexd-top .liji {
    position: absolute;
    top: 1.275rem;
    right: 1.0875rem;
    cursor: pointer;
    /* 鼠标指针改成小手 */
    border: none;
    width: 2.125rem;
    height: 0.7rem;
    background: #FF6681;
    border-radius: 0.05rem;
    font-size: 0.25rem;
    color: #FFFFFF;
}

.top-banner .logo {
    cursor: pointer;
    margin: 0 3.6375rem 0 4.2rem;
}

.top-banner .logo img {
    width: 2.4rem;
    height: 0.675rem;
    line-height: 0.675rem;
}

.top-banner .tab {
    /* width: 10.5rem; */
    height: 1.125rem;
    line-height: 1.125rem;
}

.top-banner .yuyue {
    margin-left: 0.625rem;
}

.top-banner .yuyue button {
    cursor: pointer;
    width: 1.6125rem;
    height: 0.525rem;
    border: none;
    background: #FF6681;
    border-radius: 0.05rem;
    text-align: center;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.2625rem;
}

.xdy {
    width: 7.8125rem;
    height: 2.5rem;
    position: absolute;
    top: 3.0375rem;
    left: 4.2rem;
}

.xdy .title {
    /* width: 4.25rem; */
    text-align: left;
    height: 1.125rem;
    padding-bottom: 0.3375rem;
    font-size: 0.85rem;
    font-weight: bold;
    color: #FF6681;
    line-height: 1.125rem;
}

.xdy .text {
    width: 7.8rem;
    height: 1.2rem;
    font-size: 0.375rem;
    color: #878CA3;
    line-height: 0.6rem;
    letter-spacing: 0.0125rem;
}

.btn {
    width: 4.65rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 6.575rem;
    left: 4.2rem;
}

.btn .open-btn {
    width: 2.125rem;
    height: 0.7rem;
    background: #FF6681;
    border-radius: 0.05rem;
    font-size: 0.25rem;
    text-align: center;
    color: #FFFFFF;
    line-height: 0.7rem;
    cursor: pointer;
    /* 鼠标指针改成小手 */
}

.btn .order-btn {
    width: 2.125rem;
    height: 0.7rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.05rem;
    border: 0.0125rem solid #FF6681;
    font-size: 0.25rem;
    text-align: center;
    color: #FF6681;
    line-height: 0.7rem;
    cursor: pointer;
    /* 鼠标指针改成小手 */
}

.message {
    width: 15.6rem;
    height: 0.75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1875rem 0rem rgba(203, 208, 221, 0.3);
    border-radius: 0.1rem;
    position: absolute;
    top: 9.0125rem;
    left: 25%;
}

.message .icon img {
    padding: 0.2125rem 0.1375rem 0.2rem 0.2rem;
    width: 0.325rem;
    height: 0.325rem;
}

.message .title {
    width: 0.7rem;
    height: 0.2375rem;
    padding-right: 0.1rem;
    font-size: 0.175rem;
    font-weight: bold;
    color: #FF6681;
    line-height: 0.2375rem;
}

.message .shu {
    width: 0.025rem;
    height: 0.175rem;
    margin-right: 0.1rem;
    background: #DBDFE9;
    border-radius: 0.0125rem;
}

.message .text {
    width: 11.8625rem;
    height: 0.2375rem;
    padding-right: 0.6125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.175rem;
    color: #272D39;
    line-height: 0.2375rem;
}

.message .time {
    width: 0.975rem;
    height: 0.2375rem;
    padding-right: 0.2625rem;
    font-size: 0.175rem;
    color: #878CA3;
    line-height: 0.2375rem;
}

.message .right img {
    width: 0.1625rem;
    height: 0.15rem;
}

.feature {
    width: 100%;
    height: 11.75rem;
    background: #FFFFFF;
}

.feature .title {
    /* width: 2rem; */
    text-align: center;
    height: 0.7rem;
    padding-bottom: 0.75rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.7rem;
    padding-top: 1.25rem;
}

.uls {
    width: 16rem;
    border-bottom: 0.0125rem solid #EBEEF5;
    margin: 0 auto 0.1875rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.uls>div {
    padding-bottom: 0.1875rem;
    color: #878CA3;
    width: 1.4625rem;
    line-height: 0.375rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 0.025rem solid transparent;
    cursor: pointer;
    /* 鼠标指针改成小手 */
    font-size: 0.3rem;
}

.models {
    width: 16rem;
    height: 7.5rem;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.model-item {
    width: 100%;
    height: 6.475rem;
    display: none;
}

.model-content {
    width: 100%;
    height: 6.475rem;
    display: flex;
    justify-content: space-between;

}

.model-content .left-img img {
    width: 10rem;
    height: 6.475rem;
    animation: rotate 30s linear;
    animation-iteration-count: infinite;
    transform-style: preserve-3d;
}

.model-content .right-text {
    padding-right: 0.5rem;
    width: 5rem;
    height: 6.475rem;
}

.hongdian-content {
    position: relative;
}

.hongdian-content .hongdian {
    margin-left: 0.2375rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;
    border-radius: 100%;
    background: #FF6681;
}

.hongdian-content img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 1rem;
}

.hongdian-content .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: -0.0125rem;
    left: 0.775rem;
}

.hongdian-content .sketch {
    height: 0.35rem;
    font-size: 0.25rem;
    font-weight: 500;
    color: #272D39;
    line-height: 0.35rem;
    padding-bottom: 0.15rem;
}

.hongdian-content .details {
    width: 4.475rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
    padding-bottom: 0.3625rem;
}

.hongdian-content-one {
    position: relative;
}

.hongdian-content-one .hongdian {
    margin: 1.175rem 0 0 0.2375rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;
    border-radius: 100%;
    background: #FF6681;
}

.hongdian-content-one img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 1rem;
}

.hongdian-content-one .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: -0.0125rem;
    left: 0.775rem;
}

.hongdian-content-one .sketch {
    height: 0.35rem;
    padding-bottom: 0.15rem;
    font-size: 0.25rem;
    font-weight: 500;
    color: #272D39;
}

.hongdian-content-one .details {
    width: 4.475rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
    padding-bottom: 0.3625rem;
}

.hongdian-content-two {
    position: relative;
}

.hongdian-content-two .hongdian {
    margin: 1.175rem 0 0 0.2375rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;
    border-radius: 100%;
    background: #FF6681;
}

.hongdian-content-two img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 1rem;
}

.hongdian-content-two .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: -0.0125rem;
    left: 0.775rem;
}

.hongdian-content-two .sketch {
    height: 0.35rem;
    padding-bottom: 0.15rem;
    font-size: 0.25rem;
    font-weight: 500;
    color: #272D39;
}

.hongdian-content-two .details {
    width: 4.475rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
    padding-bottom: 0.3625rem;
}

.content {
    position: relative;
}

.content .hongdian {
    margin-left: 0.2375rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;
    border-radius: 100%;
    background: #FF6681;
}

.content img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 1rem;
}

.content .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: 1.0875rem;
    left: 0.2rem;
}

.content .sketch {
    height: 1rem;
    padding-bottom: 0.15rem;
    font-size: 0.325rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.5rem;
}

.content .details {
    width: 4.8875rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
}

.content-bottom {
    position: relative;
}

.content-bottom .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: 2.1375rem;
    left: 0.2rem;
}

.title-content {
    position: relative;
}

.title-content .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: 0.5rem;
    left: 0.2125rem;
}

.title-content img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 0.375rem;
}

.title-content .sketch {
    height: 1rem;
    padding-bottom: 0.15rem;
    font-size: 0.325rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.5rem;
}

.liebian-content {
    position: relative;
}

.liebian-content .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: 0.9375rem;
    left: 0.2125rem;
}

.liebian-content img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 0.8375rem;
}

.liebian-content .sketch {
    height: 0.5rem;
    padding-bottom: 0.15rem;
    font-size: 0.325rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.5rem;
}

.liebian-bottom-boder img {
    padding: 0.25rem 0 0.475rem 0.2375rem;
    width: 5rem;
    height: 0.0375rem;
}

.bottom-boder img {
    padding: 0.875rem 0 0.475rem 0.2375rem;
    width: 5rem;
    height: 0.0375rem;
}

.content-bottom img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 2.0125rem;
}

.liebian-hongdian-content {
    position: relative;
}

.liebian-hongdian-content .hongdian {
    margin-left: 0.2375rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;
    border-radius: 100%;
    background: #FF6681;
}

.liebian-hongdian-content img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 1rem;
}

.liebian-hongdian-content .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: -0.0125rem;
    left: 0.775rem;
}

.liebian-hongdian-content .sketch {
    height: 0.35rem;
    font-size: 0.25rem;
    font-weight: 500;
    color: #272D39;
    line-height: 0.35rem;
    padding-bottom: 0.15rem;
}

.liebian-hongdian-content .details {
    width: 4.475rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
    padding-bottom: 0.3625rem;
}


.two-hongdian-content {
    position: relative;
}

.two-hongdian-content .hongdian {
    margin: 1.175rem 0 0 0.2375rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;
    border-radius: 100%;
    background: #FF6681;
}

.two-hongdian-content img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 1rem;
}

.two-hongdian-content .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: -0.0125rem;
    left: 0.775rem;
}

.two-hongdian-content .sketch {
    height: 0.35rem;
    font-size: 0.25rem;
    font-weight: 500;
    color: #272D39;
    line-height: 0.35rem;
    padding-bottom: 0.15rem;
}

.two-hongdian-content .details {
    width: 4.475rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
    padding-bottom: 0.3625rem;
}


.content-bottom .sketch {
    height: 1rem;
    padding-bottom: 0.15rem;
    font-size: 0.325rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.5rem;
}

.content-bottom .details {
    width: 4.8875rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
}

.juece-content {
    position: relative;
}

.juece-content .hongdian {
    margin-left: 0.2375rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.2rem;
    border-radius: 100%;
    background: #FF6681;
}

.juece-content img {
    width: 0.45rem;
    height: 0.45rem;
    padding-top: 1.7125rem;
}

.juece-content .absolute {
    width: 5rem;
    height: 1.875rem;
    position: absolute;
    top: 1.85rem;
    left: 0.2rem;
}

.juece-content .sketch {
    padding-bottom: 0.15rem;
    font-size: 0.325rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.5rem;
}

.juece-content .details {
    width: 4.8875rem;
    height: 0.6rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.3rem;
}

.five-content {
    width: 100%;
    height: 10.65rem;
    background-color: rgba(246, 248, 249, 0.9);
}

.five {
    width: 10.875rem;
    height: 10.625rem;
    margin: 0 auto;
}

.five .title {
    text-align: center;
    /* width: 2rem; */
    height: 0.7rem;
    padding-bottom: 0.5125rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    color: #272D39;
    padding-top: 1.0625rem;
}

.five .right-icon {
    position: relative;
}

.five .right-icon img {
    display: block;
    width: 5.925rem;
    height: 5.925rem;
    margin: 0 auto;
    border-radius: 100%;
}

.five .right-icon .left-text {
    position: absolute;
    top: 1.25rem;
    left: -2.0375rem;
    width: 4.825rem;
    height: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left-text .duijie {
    position: relative;
}

.left-text .duijie img {
    position: absolute;
    right: -0.2rem;
    width: 0.95rem;
    height: 0.95rem;
}

.left-text .neirong .text {
    height: 0.35rem;
    text-align: right;
    font-size: 0.25rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.35rem;
}

.left-text .neirong {
    width: 3.75rem;
}

.left-text .neirong .hour {
    height: 0.2625rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.2625rem;
    text-align: right;
}

.five .right-icon .left-text-bushu {
    position: absolute;
    top: 4.0375rem;
    left: -2.25rem;
    width: 5.575rem;
    height: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.left-text-bushu .duijie {
    position: relative;
}

.left-text-bushu .duijie img {
    position: absolute;
    right: 0;
    width: 0.95rem;
    height: 0.95rem;
}

.left-text-bushu .neirong .text {
    height: 0.35rem;
    text-align: right;
    font-size: 0.25rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.35rem;
}

.left-text-bushu .neirong {
    width: 4.25rem;
}

.left-text-bushu .neirong .hour {
    height: 0.2625rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.2625rem;
}

.bottom-wending {
    position: absolute;
    bottom: -1.8125rem;
    left: 3.25rem;
    width: 4.375rem;
    height: 2rem;
}

.bottom-wending .wending img {
    width: 0.95rem;
    height: 0.95rem;
}

.bottom-wending .neirong .text {
    text-align: center;
    height: 0.35rem;
    font-size: 0.25rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.35rem;
    padding: 0.2rem 0 0 0;
}

.bottom-wending .neirong .hour {
    width: 4.2rem;
    height: 0.2625rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.2625rem;
}

.five .right-icon .right-wending {
    position: absolute;
    top: 1.25rem;
    right: -3.2875rem;
    width: 6.25rem;
    height: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.right-wending .wending {
    position: relative;
}

.right-wending .wending img {
    position: absolute;
    left: 0;
    width: 0.95rem;
    height: 0.95rem;
}

.right-wending .neirong .text {
    height: 0.35rem;
    text-align: left;
    font-size: 0.25rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.35rem;
}

.right-wending .neirong {
    width: 4.9625rem;
    padding-left: 1.25rem;
}

.right-wending .neirong .hour {
    height: 0.2625rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.2625rem;
}

.five .right-icon .right-dieda {
    position: absolute;
    top: 4.0375rem;
    right: -3rem;
    width: 6.25rem;
    height: 1.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.right-dieda .dieda {
    position: relative;
}

.right-dieda .dieda img {
    position: absolute;
    left: 0;
    width: 0.95rem;
    height: 0.95rem;
}

.right-dieda .neirong .text {
    height: 0.35rem;
    text-align: left;
    font-size: 0.25rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.35rem;
}

.right-dieda .neirong {
    width: 4.9625rem;
    padding-left: 1.25rem;
}

.right-dieda .neirong .hour {
    height: 0.2625rem;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.2625rem;
}

.six {
    width: 100%;
    height: 10.625rem;
    background: #FFFFFF;

}

.six .card-content {
    width: 15.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.six .title {
    /* width: 2rem; */
    text-align: center;
    height: 0.7rem;
    padding-bottom: 0.5125rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    color: #272D39;
    padding-top: 1.0625rem;
}

.six .card-content .card {
    width: 4.625rem;
    height: 3.375rem;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;

}

.six .card-content .card:hover {
    transform: translate(0, -0.125rem);
    -webkit-box-shadow: 0rem 0rem 0.2375rem 0rem rgba(135, 140, 163, 0.2);
    box-shadow: 0rem 0rem 0.2375rem 0rem rgba(135, 140, 163, 0.2);

}

.six .card-content .card .card-img img {
    width: 1.025rem;
    height: 1.025rem;
}

.six .card-content .card .text {
    padding: 0.1625rem 0 0.075rem 0;
    height: 0.35rem;
    font-size: 0.25rem;
    font-weight: 500;
    color: #272D39;
    line-height: 0.35rem;
}

.six .card-content .card .matter {
    width: 3.0125rem;
    height: 0.65rem;
    text-align: center;
    font-size: 0.2rem;
    color: #878CA3;
    line-height: 0.325rem;
}

.we-content {
    width: 100%;
    background: linear-gradient(180deg, #F6F8F9 0%, #F8FAFB 72%, #FFFFFF 100%);
    ;
}

.we-client {
    width: 100%;
    height: 13.75rem;
    position: relative;
}

.we-client .client {
    width: 15.6rem;
    height: 13.75rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.we-client .title {
    /* width: 2.5rem; */
    text-align: center;
    height: 0.7rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.7rem;
    padding-top: 1.0625rem;
}

.we-client .referral {
    text-align: center;
    padding: 0.2375rem 0 0.3625rem 0;
    height: 0.325rem;
    font-size: 0.25rem;
    color: #878CA3;
    line-height: 0.325rem;
}

.we-client .ditu {
    position: relative;
}

.we-client .ditu img {
    margin: 0 auto;
    display: block;
    width: 10.875rem;
    height: 7.7125rem;
}

.we-client .ditu .wubai {
    position: absolute;
    right: -1.5625rem;
    top: 2.7125rem;
    width: 4.375rem;
    height: 1rem;
}

.we-client .ditu .wubai .zhandian {
    display: flex;
    align-items: center;
    height: 0.4375rem;
    font-size: 0.325rem;
    color: #272D39;
    line-height: 0.4375rem;
}

.we-client .ditu .wubai .fuwu {
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #999FB6;
    line-height: 0.375rem;
}

.we-client .ditu .wubai .num {
    width: 1.05rem;
    height: 0.525rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #FF6681;
    line-height: 0.525rem;
}

.we-client .ditu .liangbai {
    position: absolute;
    right: 1.775rem;
    top: 4.1rem;
    width: 1rem;
    height: 0.875rem;
}

.we-client .ditu .liangbai .pink {
    height: 0.525rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #FF6681;
    line-height: 0.525rem;
}

.we-client .ditu .liangbai .ct {
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #999FB6;
    line-height: 0.375rem;
}

.trans-x {
    width: 62.5rem;
    transform: translateX(1.25rem);
}

.we-client .xq-ct {
    width: 100%;
    padding-top: 0.1625rem;
    display: flex;
    justify-content: flex-end;
}
.we-client .xq-ct div{
    width: 1.5rem;
    margin-right: 0.375rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.we-client .xq-ct img {
    width: 1.5rem;
    float: left;
    /* height: 1.5rem; */
}

.box {
    width: 16.25rem;
    height: 2.5rem;
    margin: 0.5rem auto;
    overflow: hidden;
    position: relative;
}

.img-left {
    border-radius: 0.125rem;
    left: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.img-right {
    border-radius: 0.125rem;
    right: 0;
}

.img-left,
.img-right {
    position: absolute;
    top: 0;
    width: 1.85rem;
    height: 100%;
    background: linear-gradient(270deg, #fdfefe, hsla(0, 0%, 100%, 0));
    z-index: 1;
}

/* background: linear-gradient(180deg, #F6F8F9 0%, #F8FAFB 72%, #FFFFFF 100%); */
.imgList {
    -webkit-animation: rolling 60s linear infinite normal;
    animation: rolling 60s linear infinite normal;
    position: absolute;
    display: flex;
}

@-webkit-keyframes rolling {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-30rem, 0, 0);
        transform: translate3d(-30rem, 0, 0)
    }
}

@keyframes rolling {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-45rem, 0, 0);
        transform: translate3d(-45rem, 0, 0)
    }
}

.possess {
    width: 100%;
    height: 3.75rem;
    background-image: url('../images/bottom_bgk.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.possess .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 5.25rem;
    height: 100%;
    margin: 0 auto;
}

.possess .content .title {
    /* width: 2rem; */
    text-align: center;
    height: 0.7rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.7rem;
}

.possess .content .construct {
    /* width: 5rem; */
    text-align: center;
    height: 0.325rem;
    padding: 0.2375rem 0 0.425rem 0;
    font-size: 0.25rem;
    color: #878CA3;
    line-height: 0.325rem;
}

.possess .content .away button {
    width: 2.125rem;
    height: 0.525rem;
    line-height: 0.525rem;
    text-align: center;
    font-size: 0.2rem;
    color: #FFFFFF;
    background: #FF6681;
    border-radius: 0.05rem;
    border: none;
    cursor: pointer;
}

.contact {
    position: relative;
    width: 100%;
    height: 4.875rem;
    display: flex;
    color: white;
    background: #182137;
}

.contact .left {
    width: 4.8125rem;
    padding-top: 0.875rem;
    padding-left: 4.3125rem;
    color: white;
    background: #182137;
}

.contact .bottom {
    /* width: 410px; */
    height: 0.375rem;
    /* line-height: 0.25rem; */
    font-size: 0.175rem;
    font-weight: 400;
    color: #999FB6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact .left .call-text {
    /* width: 1rem; */
    text-align: left;
    height: 0.325rem;
    padding-bottom: 0.4375rem;
    font-size: 0.25rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.325rem;
}

.contact .left .zuoji {
    padding-bottom: 0.175rem;
    display: flex;
    align-items: center;
}

.contact .left .shouji {
    padding-bottom: 0.2rem;
    display: flex;
    align-items: center;
}

.contact .left .zuoji .one {
    width: 0.35rem;
    height: 0.35rem;
    padding-right: 0.125rem;
}

.contact .left .zuoji .two {
    width: 1.5625rem;
    height: 0.2125rem;
}

.contact .left .shouji .one {
    width: 0.35rem;
    height: 0.35rem;
    padding-right: 0.125rem;
}

.contact .left .shouji .two {
    width: 1.5625rem;
    height: 0.2125rem;
}

.contact .left .location {
    /* width: 4.7625rem; */
    text-align: left;
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #999FB6;
    line-height: 0.2375rem;
    padding-bottom: 0.1875rem;
}

.contact .left .xiantao {
    /* width: 3.3875rem; */
    text-align: left;
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #999FB6;
    line-height: 0.2375rem;
}

.contact .left .map-link {
    display: inline-block;
    margin-left: 0.125rem;
    font-size: 0.15rem;
    color: #FF6681;
    text-decoration: none;
    cursor: pointer;
}

.contact .left .map-link:hover {
    text-decoration: underline;
}

.contact .right {
    width: 9.125rem;
    height: 4.875rem;
    padding-left: 1.7625rem;
    color: white;
    background: #182137;
}

.contact .right .title {
    /* width: 1rem; */
    text-align: left;
    height: 0.325rem;
    padding-top: 0.875rem;
    padding-bottom: 0.3rem;
    font-size: 0.25rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.325rem;
}

.contact .right .code {
    width: 100%;
    display: flex;
}

.contact .right .code .content {
    width: 1.5rem;
    height: 2.25rem;
    margin-right: 0.4rem;
}

.contact .right .code .content .wxapp {
    width: 1.5rem;
    text-align: center;
    height: 0.2625rem;
    padding-bottom: 0.1125rem;
    font-size: 0.2rem;
    color: #999FB6;
    line-height: 0.2625rem;
}

.contact .right .code .content .qrcode {
    border-radius: 0.1rem;
    padding-bottom: 0.1rem;
}

.contact .right .code .content .qrcode img {
    width: 1.5rem;
    height: 1.5rem;
    padding-top: 0;
}

.contact .right .code .content .code-scanner {
    width: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .right .code .content .code-scanner .ma {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}

.contact .right .code .content .code-scanner .ma img {
    width: 100%;
    height: 100%;
    padding-top: 0;
    display: block;
}

.contact .right .code .content .code-scanner .saoma {
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #878CA3;
    line-height: 0.2375rem;
}

.contact .right .code .content .code-scanner .dianji .chakan {
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #878CA3;
    line-height: 0.2375rem;
    padding-right: 0.05rem;
}

.contact .right .code .content .dianji-code-scanner .dianji .after {
    width: 0.0875rem;
    height: 0.0875rem;
    border-top: 0.025rem solid;
    border-right: 0.025rem solid;
    color: #878CA3;
    content: '';
    transform: rotate(45deg);
}


.contact .right .code .content .dianji-code-scanner .dianji .chakan:hover {
    color: #FFFFFF;
}

.contact .right .code .content .dianji-code-scanner .dianji :hover .after {
    color: #FFFFFF;
}


.contact .right .code .content .dianji-code-scanner .dianji .pc-chakan {
    margin-top: 0.0125rem;
    width: 0.075rem;
    height: 0.15rem;
    padding-top: 0;
}

.contact .right .code .content .code-scanner .dianji {
    width: 0.7rem;
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #878CA3;
    line-height: 0.2375rem;
    cursor: pointer;
}

.contact .right .code .content .dianji-code-scanner .dianji {
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.contact .right .code .content .dianji-code-scanner {
    width: 1.5rem;
    height: 0.25rem;
    display: flex;
}

.contact .right .code .content .dianji-code-scanner .dianji .chakan {
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #878CA3;
    line-height: 0.2375rem;
    padding-right: 0.05rem;
    display: flex;
    align-items: center;
}

.fiex {
    height: 3.5rem;
    width: 0.875rem;
    position: fixed;
    top: 30%;
    right: 0.35rem;
    z-index: 26;
}

.fiex .call {
    width: 0.825rem;
    height: 1.175rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #FF6681;
    border-radius: 0.05rem;
    margin-bottom: 0.125rem;
    cursor: pointer;
}

.fiex .call:hover {
    background: #ff6681d9;

}

.fiex .attention {
    width: 0.825rem;
    height: 1.175rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #1677FF;
    border-radius: 0.05rem;
    margin-bottom: 0.125rem;
    cursor: pointer;
}

.fiex .attention:hover {
    background-color: #1677ffb8;

}

.fiex .follow img {
    position: absolute;
    right: 0.875rem;
    top: 1.1875rem;
    width: 6.775rem;
    cursor: pointer;
}

.fiex .relation img {
    position: absolute;
    right: 0.875rem;
    top: -0.15rem;
    width: 3.225rem;
    height: 3.625rem;
    cursor: pointer;
}

.fiex .erweima {
    width: 0.825rem;
    height: 0.825rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1677FF;
    border-radius: 0.05rem;
    cursor: pointer;
}

.fiex .erweima:hover {
    background: #1677ffb3;
}

.fiex .call img {
    width: 0.375rem;
}

.fiex .call div {
    height: 0.475rem;
    font-size: 0.175rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.fiex .attention img {
    width: 0.375rem;
}

.fiex .attention div {
    height: 0.475rem;
    font-size: 0.175rem;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.fiex .erweima img {
    width: 0.4375rem;
}

.tab .uls {
    width: 6.875rem;
    height: 0.875rem;
    display: flex;
    border: none;
}

.tab .uls .tab-a {
    font-size: 0.25rem;
    font-weight: 500;
    color: #878CA3;
}

.tab .uls>div {
    width: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: -0.125rem;
    text-align: center;
    /* font-weight: bold; */
    border-bottom: 0.0375rem solid transparent;
    border-radius: 0.025rem;
    cursor: pointer;
    /* 鼠标指针改成小手 */
}

.tab .mode {
    width: 100%;
}

.mode .model-i {
    width: 100%;
    display: none;
}

.xq-ys {
    background: url('../images/banner_cp.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 7.6125rem;
    background-color: #F9F9F9;
}

.mode .xq-top {
    width: 100%;
    height: 9.375rem;
    background: url('../images/banner.png') no-repeat;
    background-size: cover;

    background-color: #F9F9F9;
}

.model-i .xdy-demo {
    height: 2.8125rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.875rem;
    padding-top: 2.9rem;
    text-align: center;
}

.model-i .yanshi-box {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.model-i .yanshi {
    width: 15.6rem;
    height: 3.575rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0rem 0.1rem 0.25rem 0rem rgba(135, 140, 163, 0.1);
    /* margin: 1.5rem auto 0; */
    border-radius: 0.15rem;

}

.yanshi .content {
    width: 2rem;
}

.yanshi .content .wxapp {
    text-align: center;
    padding-bottom: 0.2375rem;
    height: 0.3125rem;
    font-size: 0.225rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.3125rem;
}

.yanshi .content .qrcode {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.05rem;
    /* border: 0.0125rem solid #fff2f2; */
}

.yanshi .content .qrcode img {
    padding-top: 0;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.05rem;
}

.yanshi .content .code-scanner {
    padding-top: 0.175rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yanshi .content .code-scanner img {
    margin-top: 0.025rem;
    padding-top: 0;
    width: 0.2rem;
    height: 0.2rem;
    display: block;
}

.yanshi .content .code-scanner .saoma {
    text-align: center;
    padding-left: 0.025rem;
    /* width: 0.7rem; */
    height: 0.2375rem;
    font-size: 0.175rem;
    color: #878CA3;
    line-height: 0.2375rem;
}

.yanshi .content .dianji-code-scanner {
    width: 1.875rem;
    height: 0.25rem;
    padding-top: 0.175rem;
    display: flex;
}

.yanshi .content .dianji-code-scanner .dianji {
    width: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.yanshi .content .dianji-code-scanner .dianji .chakan {
    /* width: 0.7rem; */
    height: 0.2375rem;
    text-align: center;
    font-size: 0.175rem;
    color: #FF6681;
    line-height: 0.2375rem;
    padding-right: 0.05rem;
    display: flex;
    align-items: center;
}

.yanshi .content .dianji-code-scanner .dianji .after {
    width: 0.075rem;
    height: 0.075rem;
    border-top: 0.025rem solid;
    border-right: 0.025rem solid;
    color: #FF6681;
    transform: rotate(45deg);
}

.yanshi .content .dianji-code-scanner .dianji .pc-chakan {
    margin-top: 0.0125rem;
    width: 0.075rem;
    height: 0.15rem;
    padding-top: 0;
}

.model-i .product {
    /* margin-top: 1.9rem; */
    width: 100%;
    height: 0.375rem;
    /* background-image: linear-gradient(to bottom, #fbf5f6, #F9F9F9); */
    margin-top: 1.875rem;
}

.model-i .product-center {
    /* height: 30rem; */
    min-height: 13.65rem;
    background: #F9F9F9;
    position: relative;
}

.model-i .product-center .title {
    /* width: 4.5rem; */
    text-align: center;
    height: 0.7rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.7rem;
    text-align: center;
    margin-bottom: 0.2375rem;
}

.model-i .product-center .title-p {
    /* width: 8rem; */
    text-align: center;
    height: 0.325rem;
    font-size: 0.25rem;
    color: #878CA3;
    line-height: 0.325rem;
    text-align: center;
    margin-bottom: 0.6875rem;
}

.product-center .content {
    /* width: 8.125rem; */
    text-align: center;
    height: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2.25rem auto 0;
}

.tabs {
    /* width: 1.275rem; */
    margin: 100px auto 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #EBEEF5;
    position: fixed;
    right: 8%;
    top: 12%;
    z-index:25 ;
}
.tabs .tab-p a{
    text-decoration: none;
}
.tabs>div {
    width: 1.5rem;
    text-align: center;
    font-weight: normal;
    border-right: 0.025rem solid transparent;
    cursor: pointer;
    /* 鼠标指针改成小手 */
    height: 0.3125rem;
    font-size: 0.175rem;
    color: #878CA3;
    line-height: 0.3125rem;
}

.model-p {
    width: 15.6rem;
    margin: 0.6625rem auto 0;
    line-height: 3.75rem;
    text-align: center;
    font-size: 0.375rem;
    display: none;

}

.model-p .register {
    display: flex;
    flex-direction: column;
}

.model-p .register img {
    padding-top: 30px;
    width: 15.9375rem;
}

.model-i .fuwu {
    /* position: absolute;
width: 100%;
top: 3.0375rem; */
}

.model-i .fuwu .fuwu-title {
    width: 9.875rem;
    text-align: center;
    height: 1.85rem;
    margin: -5rem auto;
    text-align: center;
    font-size: 0.625rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.925rem;
}

.top-background .cus-img {
    width: 100%;
    height: 7.6125rem;
}

.xq-cp {
    /* background: url('../images/banner_cp.png')no-repeat;
background-size: cover; */
    width: 100%;
    height: 7.6125rem;
    background-color: #F9F9F9;
}

.model-i .quote {
    width: 15rem;
    height: 3.7875rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13;
    display: flex;
    justify-content: space-between;
}

.model-i .quote .fudong {
    height: 3.7875rem;
    transition: all 0.4s;
}

.model-i .quote .fudong:hover {
    transform: translate(0, -10%);
    -webkit-box-shadow: 0rem 0rem 0.2375rem 0rem rgba(135, 140, 163, 0.2);
    box-shadow: 0rem 0rem 0.2375rem 0rem rgba(135, 140, 163, 0.2);
}

.model-i .quote .standard {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0.0875rem 0.1875rem 0rem rgba(135, 140, 163, 0.1);
    border-radius: 0.125rem;
    border: 0.0125rem solid #EBEEF5;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.model-i .quote .runner {
    position: relative;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0.0875rem 0.1875rem 0rem rgba(135, 140, 163, 0.1);
    border-radius: 0.125rem;
    border: 0.0125rem solid #EBEEF5;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.model-i .quote .tuijian {
    position: absolute;
    right: 0;
    top: 0;
}

.model-i .quote .tuijian img {
    width: 1.2375rem;
}

.model-i .quote .lantiao {
    width: 6.375rem;
    height: 0.225rem;
    background: #409EFF;
    border-radius: 0.125rem 0.125rem 0rem 0rem;
}

.model-i .quote .biaozhunban {
    /* width: 1.275rem; */
    text-align: center;
    height: 0.6rem;
    padding-top: 0.65rem;
    font-size: 0.425rem;
    font-weight: 600;
    color: #409EFF;
    line-height: 0.6rem;
}

.model-i .quote .tigong {
    /* width: 2rem; */
    text-align: center;
    height: 0.325rem;
    padding: 0.15rem 0 0.5rem 0;
    font-size: 0.25rem;
    color: #878CA3;
    line-height: 0.325rem;
}

.model-i .quote .zixun {
    cursor: pointer;
    /* 鼠标指针改成小手 */
    width: 2.75rem;
    height: 0.7rem;
    background: #409EFF;
    border: none;
    border-radius: 0.05rem;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.325rem;
}

.model-i .quote .fentiao {
    width: 6.375rem;
    height: 0.225rem;
    background: #FF6681;
    border-radius: 0.125rem 0.125rem 0rem 0rem;
}

.model-i .quote .peipaoban {
    padding-top: 0.65rem;
    /* width: 1.275rem; */
    text-align: center;
    height: 0.6rem;
    font-size: 0.425rem;
    font-weight: 600;
    color: #FF6681;
    line-height: 0.6rem;
}

.model-i .quote .xiangyou {
    text-align: center;
    padding: 0.15rem 0 0.5rem 0;
    height: 0.325rem;
    font-size: 0.25rem;
    color: #878CA3;
    line-height: 0.325rem;
}

.model-i .quote .liji {
    cursor: pointer;
    /* 鼠标指针改成小手 */
    border: none;
    width: 2.75rem;
    height: 0.7rem;
    background: #FF6681;
    border-radius: 0.05rem;
    font-size: 0.25rem;
    color: #FFFFFF;
}

.quoted-price {
    padding-top: 11.5rem;
    width: 6.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.quoted-price .title {
    /* width: 2.5rem; */
    text-align: center;
    height: 0.7rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.7rem;
    padding-bottom: 0.2375rem;
}

.quoted-price .title-p {
    text-align: center;
    width: 7rem;
    height: 0.325rem;
    font-size: 0.25rem;
    color: #878CA3;
    line-height: 0.325rem;
}

.and {
    padding-top: 1.25rem;
    width: 15.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0.3125rem;
}

.and .and-cp {
    /* width: 2rem; */
    text-align: left;
    height: 0.5625rem;
    font-size: 0.4rem;
    font-weight: 600;
    color: #272D39;
    line-height: 0.5625rem;
    padding: 0 5.8125rem 0 0.625rem;
}

.and .pp {
    /* width: 1.2rem; */
    text-align: left;
    height: 0.5625rem;
    font-size: 0.4rem;
    font-weight: 600;
    color: #FF6681;
    line-height: 0.5625rem;
}

.and .norm {
    padding-right: 3.0625rem;
    /* width: 1.2rem; */
    text-align: left;
    height: 0.5625rem;
    font-size: 0.4rem;
    font-weight: 600;
    color: #409EFF;
    line-height: 0.5625rem;
}

.baojiadan {
    width: 15.6rem;
    margin: 0 auto;
}

.baojiadan img {
    padding-bottom: 0.625rem;
    width: 15.6rem;
    margin: 0 auto;
}

.dynamic-state {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
}

.dynamic-state .card {
    cursor: pointer;
    display: flex;
    margin: 0 auto 0.35rem;
    width: 15.6rem;
    height: 3.0625rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.125rem 0rem rgba(153, 159, 182, 0.15);
    border-radius: 0.075rem;
    transition: all 0.4s;
}

.dynamic-state .card:hover {
    transform: translate(0, -0.125rem);
    -webkit-box-shadow: 0rem 0rem 0.2375rem 0rem rgba(135, 140, 163, 0.2);
    box-shadow: 0rem 0rem 0.2375rem 0rem rgba(135, 140, 163, 0.2);

}

.dynamic-state .card .left-img {
    width: 5.75rem;
    display: flex;
    align-items: center;
    margin-left: 0.3125rem;
}

.dynamic-state .card .left-img img {
    width: 5.75rem;
}

.dynamic-state .card .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 7.0625rem;
    margin-left: 0.375rem;
}

.dynamic-state .card .time-content {
    width: 1.5rem;
    height: 3.0625rem;
    margin-left: 0.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dynamic-state .card .content-text .title {
    cursor: pointer;
    text-align: left;
    width: 7rem;
    margin-bottom: 0.15rem;
    font-size: 0.225rem;
    font-weight: bold;
    color: #272D39;
    line-height: 0.375rem;
}

.dynamic-state .card:hover .title {
    color: #ff7c97;
}

.dynamic-state .card .content-text .title-p {
    width: 7.0625rem;
    height: 0.975rem;
    font-size: 0.175rem;
    color: #999FB6;
    line-height: 0.325rem;
}

.dynamic-state .card .time-content .month {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    font-size: 0.425rem;
    font-weight: bold;
    color: #272D39;
    line-height: 0.5rem;
    padding-bottom: 0.125rem;
}

.dynamic-state .card .time-content .year {
    width: 1.5rem;
    text-align: center;
    font-size: 0.225rem;
    font-weight: bold;
    color: #999FB6;
    line-height: 0.2625rem;
}

.dynamic-state .card .time-content .dian {
    width: 0.0625rem;
    height: 0.0625rem;
    border-radius: 100%;
    background: #272D39;
}

.background {
    background-color: #F9F9F9;
    margin-top: 3.375rem;
    width: 100%;
    height: 27.375rem;
}


.black {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 26;
    background: #00000082;
    top: 0;
    left: 0;
}

.dialog {
    display: none;
    position: fixed;
    z-index: 27;
    width: 5.525rem;
    min-height: 5.45rem;
    top: 40%;
    left: 50%;
    margin: -1.875rem 0 0 -3.125rem;
    background: transparent;
    padding: 0.1875rem;
    border-radius: 0.0625rem;
}

.dialog .main {
    width: 5.525rem;
    height: 5.45rem;
}

.dialog .close {
    position: absolute;
    top: 0.5625rem;
    right: 0.5625rem;
    width: 0.175rem;
    height: 0.175rem;
}


/* 遮挡层样式 */
.dialog-face {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000000;
}

/* 弹窗样式 */
/* .bg{
    background: url('../images/pop_icon.png');
    width: 5.525rem;
} */
.bg {
    width: 6.25rem;
    height: 5rem;
    background-color: white;
    border-radius: 0.0625rem;
    box-shadow: 0rem 0.0375rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2.5rem;
    margin-left: -3.125rem;
    z-index: 11;
}

/* 弹窗标题 */
.title {
    color: #000000;
    text-align: center;
    height: 0.625rem;
    line-height: 0.625rem;
    cursor: move;
    /*光标的样式*/
    padding: 0;
    font-size: 0.275rem;
}

/* 弹窗上的关闭元素样式 */
.close {
    position: absolute;
    right: 0.075rem;
    top: -0.125rem;
    cursor: pointer;
    text-decoration: none;
}

.decoration {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.yanshi .content .dianji-code-scanner .dianji :hover {
    color: #ffa1bb;
}

.yanshi .content .dianji-code-scanner .dianji :hover::after {
    color: #ffa1bb;
}