.page {
    width: 100vw;
    height: 80vh;
    background-color: #eef1f6;
}

.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.5rem;
    cursor: pointer;
    display: flex;
}

.page_tap div{
    width: 5rem;
    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;
}

.page_dizhi {
    width: 46%;
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.page_dizhi:hover {
    box-shadow: 0 4px 24px -10px rgba(0, 0, 0, .44);
}

.dizhi {
    display: none;
}
.dizhi>div:nth-child(1){
    float: left;
}
.dizhi>div:nth-child(1)>input{
    border: none;
    outline-style: none ;
    font-size: 1.1rem;
}
.dizhi>div:nth-child(2){
    float: right;
}

.page_dizhi>div>div:nth-child(2) {
    display: flex;
    color: #ffb902;
}
.page_dizhi>div>div:nth-child(2)>div:nth-child(2){
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .31rem;
}

.page_dizhi>div:nth-child(1){
    position: relative;
}

.page_dizhi>div:nth-child(2){
    position: relative;
}

.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, .44);
    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;
}

.tan_dizi_content{
    width: calc( 100% - 1rem );
    margin-left: .5rem;
    color: #424242;
}
.tan_dizi_content>div{
    width: 25%;
    float: left;
    text-align: center;
}
.tan_dizi_content>div:hover{
    background-color: #e2e2e2;
}



.page_shijian {
    width: 46%;
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
}

.page_shijian:hover {
    box-shadow: 0 4px 24px -10px rgba(0, 0, 0, .44);
}

.page_date_left {
    width: 100%;
}

.page_ri {
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: .8125rem;
    color: #999;
}

.page_riqi {
    width: 100%;
    line-height: 0.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.0625rem;
}

.page_riqi>div>span {
    font-size: .875rem;
}

.tan_shijian{
    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, .44);
    
}




.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;
}

.date-range-wrapper{
    width: 100%;
}

.date-range-picker{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.date-range-picker>div>input
{
    width: 100%;
    border: none;
    outline-style: none ;
}
.date-range-picker>div:nth-child(3)>input{
    text-align: right;
}



@media (max-width: 768px) {
    .page_top {
        width: 90%;
        min-width: 360px;
        height: 23rem;
    }

    .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%;
    }
}