


#main1 .content #item1,
#main1 .content #item2,
#main1 .content #item3,
#main1 .content #item4,
#main1 .content #item5{
   display: none;
}
#main1 .content .item span {
				display: block;
				width: 100px;
				height: 50px;
				margin-right: 20px;
				line-height: 50px;
				border-bottom: 2px #D4D4D4 solid;
				font-family: Microsoft YaHei;
				font-weight: 400;
				color: #3A3A3A;
				font-size: 12px;

			}
#main1{
    width: 100vw;
    min-height: 100vh;
    /* display: none; */
    position: relative;
    /* top:146px; */
    left:-100%;
    transition: left 0.5s ease-out;
}

#main1 .content {
    width: 100%;
    height: calc(100vh - 146px);
    padding: 16px;
    background-color: #eee;
}

#main1 .content .inp {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 2px #D4D4D4 solid;
}

#main1 .content .inp input {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border: 2px solid #D5D5D5;
    border-radius: 50px;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 15px;
    opacity: 0.5;

}

#main1 .content .inp img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 34px;

}

#main1 .content .one {
    width: 100%;
    height: 50px;
    border-bottom: 2px #D4D4D4 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

#main1 .content .one .left {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 550;
}

#main1 .content .one .left img {
    width: 18px;
    height: 18px;
    margin-right: 16px;
}

#main1 .content .one .right img {
    width: 18px;
    height: 18px;
}
#main1 .content .item {
    width: 100%;
    padding: 0 40px;
    height: 110px;
    /* margin-left: 40px; */
    display: flex;
    flex-wrap: wrap;
}
/* 显示内容 item  */
#main1 .content #item {
   display: none;
}

#main1 .content .item span {
    display: block;
    width: 100px;
    height: 50px;
    margin-right: 20px;
    line-height: 50px;
    border-bottom: 2px #D4D4D4 solid;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3A3A3A;
    font-size: 12px;

}