body{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}
.guide_head{
    width: 100%;
    height: 4em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #b9b9b9;
}
.guide_logo{
    width: 15%;
    height: 100%;
}
.guide_logo img{
    width: 100%;
    height: 100%;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
.guide_part{
    width: 25%;
    height: 100%;
}
.guide_part a:hover{
    color: #ff1a1a;
}
.guide_part ul{
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.guide_search{
    width: 22%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.guide_search input{
    width: 95%;
    height: 2.1em;
    padding: 0 4px;
    box-shadow: none;
	border:none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.guide_search button{
    width: 5em;
    height: 2.1em;
    color: #ff1a1a;
	border:none;
    border-color: white;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.guide_login{
    width: 20%;
    height: 100%;
}
.guide_login ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.guide_login ul li{
    color: #f0f0f0;
}
.guide_login a:hover{
    color: #d17910;
}
/*分类*/
.guide_category{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
}
.guide_category_copy{
    height: 0;
}
.category_item{
    height: 1.6em;
    border-radius: 15px;
    padding: 0 1em;
    margin: 0.2em;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
}
.category_item_flei{
	font-weight: 600;
    font-size: 1.2em;
    border-radius: 15px;
    text-align: center;
    padding: 0 1em;
    /*background-color: rgb(130, 224, 187);
    border: 2px solid rgb(255, 127, 36);*/
}
.guide_goods{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.category_item_detail{
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 2px dotted #f1d3be;
}
.category_item_title{
    width: 100%;
    height: 2em;
    line-height: 2em;
}
.category_item_goods{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.category_top{
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: 1px solid #CD853F;
}
.goods{
    width: 44.4%;/*15%;
    height: 15em;*/
    border: 1px solid #f0f0f0;
    margin: 0.5em;
    display: flex;
    flex-direction: column;
}
.goods img{
    width: 100%;
    height: 67%;
}
.goods:hover{
     cursor: pointer;
    box-shadow: 1px 1px 2px 2px #ff9b57;
}
.guide_goods_span{
    width: 96%;
    height: 33%;
    margin: auto;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: right;
}
