/*body{*/
/*background: url("../images/bg03@2x.png" );*/
/*background-size: 100% 100%;*/
/*}*/
body{
    background: url("../images/bg03@2x.png");
    background-size: 100% 100%;
    background-attachment: fixed;
}
.container{
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
.home_container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;


}
.top{
    width: 100%;
    height: 0.88rem;
    background-color: #ffffff;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    display: flex;
    position: relative;
    /*position: fixed;*/
    top: 0;


}
.top_img{
    margin-left: 0.3rem;
    width: 0.29rem;
    position: absolute;
    left:0;
    bottom:0;

}
.top_text {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.main{
    width: 100%;


}
.main_search{
    /*width: 7.5rem;*/
    height: 1rem;
    background-color: #0A84D9;
    display: flex;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

}

.main_search_input{
    display: flex;
    flex-flow: column;
    justify-content: center;
    /*position: relative;*/
}
.main_search_input_img{
    width: 0.45rem;
    height: 0.44rem;
    position: absolute;
    display: flex;
    margin: auto 0.2rem;
}
.main_search_input img{
    width: 100%;
    height: 100%;
}
.main_search_input input{
    height: 0.7rem;
    width: 5rem;
    background-color: #FFFFFF;
    border-radius: 0.35rem;
    border: 1px solid #ffffff;
    font-size: 0.32rem;
    /*margin-left: 0.3rem;*/
    padding-left: 0.75rem;
    outline: none;

}
input::-webkit-input-placeholder{
    color: #BBBBBB;
    /*padding: 0.5rem;*/

}

.main_search_menu{
    width: 0.6rem;
    height: 0.5rem;
    display: flex;
    margin: 0.26rem 0;


}
.main_search_menu img{
    width: 100%;
    height: 100%;
}

.main_items{
    padding: 1rem 0 0 0;

}
.main_item{
    height: 1.36rem;
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #7b7b7b;
}
.main_item_title{
    font-size: 0.3rem;
    margin: 0.3rem 0.29rem 0.1rem 0.29rem;

    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.main_item_time{
    font-size: 0.28rem;
    color: #7b7b7b;
    margin: 0 0.31rem;
}

.menu_container{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;

    z-index: 2; top: 0;
    left: 0;
}
.menu_container_items{
    width: 6.02rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    font-size: 0.32rem;
}
.menu_container_top{
    width: 6.02rem;
    height: 1.06rem;
    /*margin-left: 0.3rem;*/
    line-height: 1.06rem;
    border-bottom: 1px solid #999999;
}
.menu_container_item{
    /*width: 6.02rem;*/
    height: 1.06rem;
    /*margin-left: 0.67rem;*/
    /*line-height: 1.06rem;*/
    display: flex;
    border-bottom: 1px solid #999999;
    justify-content: center;
    align-items: center;
}


.menu_container_item_left{
    width: 1.6rem;
    font-size: 0.3rem;
    text-align: right;
    /*margin-left: 0.47rem;*/
    padding-right: 0.47rem;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.menu_container_item_right{
    /*margin-right: 0.23rem;*/
}
select{
    width: 3.35rem;
    height: 0.68rem;
    border-radius: 0.16rem;
    outline: none;
    padding-left: 0.32rem;
    color: #666666;
}
.menu_container_top p{
    margin: 0  0 0 0.3rem;
    /*margin-left: 0.3rem;*/
}

.menu_container_bottom{
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 0.74rem;
}
.menu_left_reset{
    width: 1.65rem;
    height: 0.68rem;
    border-radius: 0.16rem;
    border: 1px solid #CCCCCC;
    line-height: 0.68rem;

}
.menu_right_sub{
    width: 1.65rem;
    height: 0.68rem;
    border-radius: 0.16rem;
    border: 1px solid #CCCCCC;
    line-height: 0.68rem;
}