:root {
    --vh: 1vh;
}
.search_desc{
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    max-width: 515px;
    margin: 0 auto;
    padding-bottom: 8px;
}
.search_title{
    font-size: 38px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    text-align: center;
    padding: 15px 0;
}
.pack_btn_pc {
    margin-top: 30px;
}
.pack_btn_pc a {
    background-color: #F38412;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 15px;
    width: 98%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 314px;
    margin: 14px auto;
    text-decoration: none;
}
.pack_btn {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.pack_btn a {
    background-color: #1a73e8;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 15px;
    width: 98%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: breathe 1.5s infinite;
    text-decoration: none;
}
.pack_btn a span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 #2563EB;
    }
    50% {
        box-shadow: 0 0 0 3vw rgba(188, 204, 238, 0);
    }
    100% {
        box-shadow: 0 0 0 3vw rgba(62, 111, 218, 0);
    }
}
@media (max-width: 1366px) {
    .wearth_search .contain_box{
        padding: 0 68px 3px;
    }
    .index_app {
        padding-top: 15px;
    }
}
@media (max-width: 768px) {
    .index_app{
        min-height: calc(var(--vh, 1vh) * 100 - 124px);
    }
    
    .wearth_search .contain_box{
        padding: 6px 10px;
    }
    .index_app{
        padding-top: 0;
    }
    .search_title{
        font-size: 17px;
        line-height: 8px;
        padding: 6px 0;
    }
    .search_desc{
        font-size: 13px;
    }
    .wearth_details .temp-value, .wearth_details .temp-value1 {
        font-size: 35px;
    }
    .wearth_details .temp-unit, .wearth_details .temp-unit1{
        font-size: 20px;
    }
    .wearth_db{
        min-height: 85px !important;
    }
}