.box1 {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1.93rem;
    width: 8.84rem;
    height: 7.32rem;
    margin-left: 2.48rem;
    position: relative;
    --doc_color: #0000FF;
    --p_line_color: #005BCC;
}
.box1_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #005569;
    position: absolute;
    top: -1.2rem;
    left: -2.2rem;
}

.box2_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #005569;
}
.ab {
    position: absolute;
}

.r {
    transition: 0.3s;
}

.area img{
    position: absolute;
    opacity: 0;
    cursor: default;
    transition: 0.3s;
}

.dot {
    width: 0.08rem;
    height: 0.08rem;
    background: var(--doc_color);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.dot::before {
    content: '';
    position: absolute;
    width: 0.17rem;
    height: 0.17rem;
    background: var(--doc_color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.27;
    z-index: -1;
    transition: 0.3s;
}

.dot::after {
    content: '';
    position: absolute;
    width: 0.31rem;
    height: 0.31rem;
    background: var(--doc_color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    opacity: 0.07;
    z-index: -2;
    animation: dot 2s infinite;
    transition: 0.3s;
}

.dot_active{
    background: #FFFFFF;
}
.dot_active::before{
    background: #FFFFFF;
}
.dot_active::after{
    background: #FFFFFF;
    opacity: 0.21;
}

@keyframes dot {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.9);
    }
}

.t {
    z-index: 10;
}

.t .p1 {
    text-align: right;
}

.t:nth-child(1) .p1,
.t:nth-child(2) .p1,
.t:nth-child(3) .p1,
.t:nth-child(4) .p1{
    text-align: left;
}

.line {
    height: 0.03rem;
    background: var(--p_line_color);
    border-radius: 0.02rem;
}

.pbox {
    display: flex;
    align-items: center;
    gap: 0.16rem;
    transform: translateX(1.45rem);
}

.t:nth-child(1) .pbox,
.t:nth-child(2) .pbox,
.t:nth-child(3) .pbox,
.t:nth-child(4) .pbox{
    transform: none;
}

.p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: var(--p_line_color);
    margin-bottom: 0.15rem;
    transition: transform 0.3s;
}

.p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: normal;
    font-size: 0.2rem;
    color: rgba(0, 0, 0, 0.85);
}

.p1_active{
    font-size: 0.25rem;
    font-weight: bold;
    transform: translateY(-0.15rem);
    margin-bottom: 0.05rem;
}

/* box2 */
.box2 {
    margin-top: 2.56rem;
    padding-bottom: 0.82rem;
}

.box2_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.42rem;
}

.box2_title_p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: var(--c);
}

.box2_btn {
    width: fit-content;
    padding: 0 0.28rem;
    height: 0.53rem;
    background: var(--c);
    border-radius: 0.29rem;
    display: flex;
    align-items: center;
    gap: 0.21rem;
    transition: 0.3s;
    margin-top: 0.25rem;
}

.box2_btn p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
    text-wrap: nowrap;
}

.box2_btn img {
    width: 0.16rem;
    height: 0.1rem;
}

.box2_btn:hover {
    background: var(--hc);
}

.box2_inputBOX {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem 0.1rem;
}

.box2_input {
    position: relative;
}

.box2_input::before {
    content: '⁎';
    position: absolute;
    top: 50%;
    left: 0.23rem;
    transform: translateY(-60%);
    color: #FF4D4F;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.24rem;
}

.box2_input:last-child::before {
    display: none;
}

.box2_input:last-child input {
    text-indent: 0.23rem;
}

.box2_input input {
    width: 6.83rem;
    height: 0.7rem;
    background: #F4F5F5;
    border-radius: 0.04rem;
    text-indent: 0.54rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: normal;
    font-size: 0.24rem;
    color: #000;
}

.box2_input input::placeholder {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: normal;
    font-size: 0.24rem;
    color: var(--c2);
}

.mapBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.42rem;
}

.map_img {
    width: 6.83rem;
    height: 4.23rem;
}

.map_p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    letter-spacing: 0.01rem;
    text-align: center;
    margin-top: 0.37rem;
}

@media (max-width:1200px){
    .box1{
        margin-left: -0.8rem;
        transform: scale(0.8) !important;
    }
    .ab.t{
        transform: scale(1.25);
        margin-left: 1.5rem;
    }
    .p1_active{
        font-size: 0.25rem;
        font-weight: bold;
        transform: translateY(0);
    }
     .pbox{
            transform: translateX(0);
    }
    .mapBox{
        flex-direction:column!important;
    }
    .mapBox .map{
        margin-bottom:0.5rem;
    }
    .mapBox .map_img{
        display: none;
    }
    .box2{
        margin-top: 3rem;
        padding-bottom: 0rem;
    }
    .box1_title{
        top: -0.2rem;
        left: 0;
    }
    .map_p{
        margin-top: 0;
        display: none;
    }
    .box2_title{
        display: none;
    }
}