.page {
    width: 100vw;
    height: 80vh;
    background-color: #fff;
}

.page_top {
    width: 70%;
    height: 18rem;
    margin: 0 auto;
    border-radius: .5rem;
    background-color: rgb(255, 255, 255);
}

.page_tap {
    width: 100%;
    height: 3rem;
    border-bottom: .01rem solid #cbcbcb;
    line-height: 3rem;
    text-align: center;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
}

.page_tap div {
    width: 6rem;
    height: 100%;
    border-radius: .5rem .5rem 0 0;

}

.page_tap>div.active {
    background-color: #4f8bc0;
    color: #fff;
}


/* 二 */
.page_dishi {
    width: 96%;
    margin: 2rem auto;
    color: #000;
    line-height: 3.5rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

/* left */
.page_dizhi {
    width: 45%;
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, .1);
    border-radius: .3rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.page_dizhi:hover {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .30);
}

.page_dizhi>div:nth-child(2) {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-top: .75rem;
    border: 1px solid #999;
    border-radius: 50%;
}

.xuan {
    width: 20px;
    height: 20px;
    margin: 6.5px;
    transition: transform 0.3s;
}

.rotate {
    transform: rotate(180deg);
}

.page_dizhi>input {
    border: none;
    outline-style: none;
    font-size: 1.1rem;
    display: inline-block;
    min-width: 10px;
}

.page_dizhi>input:nth-child(3) {
    text-align: right;
}


.tan_dizi {
    position: absolute;
    display: none;
    top: 4rem;
    left: 0;
    width: 100%;
    height: 20rem;
    background-color: #ffffff;
    border-radius: .5rem;
    box-shadow: 0 4px 24px -10px rgba(0, 0, 0, .30);
    z-index: 99;
}

.tan_dizi_title {
    width: calc(100% - 1rem);
    height: 3rem;
    margin-left: .5rem;
    font-size: 1.2rem;
    color: #6b6b6b;
    border-bottom: .1rem solid #e6e6e6;
    display: flex;
}

.tanCheng{
    width: 50%;
    height: 100%;
    text-align: center;
    border-radius: .5rem .5rem 0 0;
}

.tanCheng:hover{
    background-color: #e6e6e6;
    border-radius: .5rem .5rem 0 0;
}

.tanCheng.activ {
    background-color: #e2e2e2;
}

.tanContent {
    width: calc(100% - 1rem);
    margin-left: .5rem;
    padding-top: .5rem;
    color: #424242;
}

.tanContent>div {
    width: 25%;
    float: left;
    text-align: center;
}


/* 时间 */
.page_shijian {
    width: 45%;
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, .1);
    border-radius: .3rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.page_shijian:hover {
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .30);
}

.shijian_left {
    display: flex;
}

.shijian_left>input {
    width: 5rem;
    border: none;
    outline-style: none;
    font-size: 1.1rem;
    color: #6b6b6b;
}

.shijian_left>div:nth-child(3) {
    line-height: 3.8rem;
    font-size: .6rem;
    color: #6b6b6b;
}

.shijian_right {
    display: flex;
}

.zhuangtai{
    width: 1rem;
    height: 1rem;
    margin-top: 1.25rem;
    background-color: #349fff;
    border-radius: .2rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: .7rem;
}

.shijian_right>input {
    width: 5rem;
    height: 3.5rem;
    line-height: 3.6rem;
    border: none;
    outline-style: none;
    font-size: 1.1rem;
    color: #6b6b6b;
}

.shijian_right>div:nth-child(3) {
    line-height: 3.8rem;
    font-size: .6rem;
    color: #6b6b6b;
}



.page_date_left {
    width: 100%;
}



/* 搜索按钮 */
.page_sou {
    width: 45%;
    height: 3rem;
    margin: 0 auto;
    background-color: #349fff;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 3rem;
    border-radius: .5rem;
    cursor: pointer;
}

.page_sou:hover {
    background-color: #57affb;
}

.page_sou>div {
    width: 100%;
    height: 100%;
}

.page_sou>a>div {
    color: #ffffff;
}






@media (max-width: 768px) {
    .page_top {
        width: 90%;
        min-width: 360px;
        height: 23rem; margin-top:3vh; border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;
    }
    
    .toptop
    {
        display:none;}
        .bottomdi{display:none;}
        .biankuang{ display:none}

    .page_dishi {
        width: 90%;
        display: block;
    }

    .page_dizhi {
        width: calc(100% - 2rem);
    }

    .page_shijian {
        width: calc(100% - 2rem);
        margin-top: 1.5rem;
    }

    .page_sou {
        width: 90%;
    }
}