.add{
    display: inline-block;
    width: 135px;
    height: 40px;
    background:red;
    color: white;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.isadd{
    display: inline-block;
    width: 135px;
    height: 40px;
    background:#acacac;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
}
.imgL{
    position: relative;
}
.imgL img{
	width:283px;
	height:165px;
}
.need{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color:rgba(1,1,1,0.8) ;
    color: white;
}
.all_box{
    width: 1200px;
    border: 1px solid gainsboro;
    margin: auto;
    margin-top: 20px;
}
.box_title{
    font-size: 0px;
    border-bottom:1px solid gainsboro ;
}
.box_title>li{
    font-size: 16px;
    display: inline-block;
    width: 238px;
    height: 40px;
    border-left: 1px solid gainsboro;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.active_title{
    color: #3b9fff;
    border-bottom: 1px solid #3b9fff;
}
.box_text{
    margin: 20px;
    min-height: 392px;
    font-size:14px;
   
    line-height:30px;
}
.last{
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;

}
.last_mess{
	cursor:pointer;
    width: 267px;
    height: 175px;
    padding: 10px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid gainsboro;
}
.last_mess:hover{
	border: 1px solid #3CA0FF;
}
.last_mess:hover>p{
	color:#3CA0FF;
}
.last_mess img{
	width: 217px;
    height: 140px;
}

.last_mess>p{
    line-height: 40px;
    cursor: pointer;
}

.box_all > span {
    display: inline-block;
    width: 225px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.box_all > input {
    width: 260px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: gainsboro;
    border-image: initial;
    padding: 10px;
}
.box_message{
    padding: 20px;
}
.box_all>textarea {
    width: 390px;
    outline: none;
    height: 140px;
    border: 1px solid gainsboro;
    color: gray;
    padding: 10px;
    resize: none;
}
.box_all{
    margin-bottom: 20px;
}
s{
    color: red;
    text-decoration:none;
}
.minute_hint{
    padding-left: 233px;
}
.button_minute {
    display: inline-block;
    width: 90px;
    height: 35px;
    border: 1px solid #ee923f;
    text-align: center;
    line-height: 35px;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    background: red;
    transition: 0.4s all;
    margin-right: 20px;
}

.button_minute_w {
    display: inline-block;
    width: 90px;
    height: 35px;
    border: 1px solid;
    text-align: center;
    line-height: 35px;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    background: #afafaf;
    transition: 0.4s all;
    margin-right: 20px;
}