* {
    margin: 0;
    padding: 0;
}

.list_page,
.details_plate{
    background-color: #F9F9F9;
    padding:20px 15px 0;
}

.layui-col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layui-input-wrap{
    width: 60%;
    padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #F3F3F3;
}

.layui-input-wrap .layui-input{
    background-color: #F3F3F3;
    border: none;
}

.layui-input-suffix .layui-btn-primary{
    border-radius: 20px;
    background-color: #83aaff;
    border:1px solid #83aaff ;
    padding: 0 24px;
    color: #FFFFFF;
}

.introduce{
    margin: 10px 0;
}
.detail-content{
    margin-top: 15px;
}
.detail-content img{
  width: 100% !important;
}

.list_plate{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}

.list_plate>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_plate>a>div:nth-of-type(1){
    width: calc(100vw - 185px);
}

.list_plate>a>div:nth-of-type(1)>div:nth-of-type(1),
.list_plate>a>div:nth-of-type(1)>div:nth-of-type(3){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   font-weight: bold;
}

.list_plate>a>div:nth-of-type(1)>div:nth-of-type(2){
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:5px 0;
    color: #B4B4B4;
}

.list_plate>a>div:nth-of-type(2){
    width: 108px;
    height: 108px;
}

.list_plate>a>div:nth-of-type(2)>img{
    width: 108px;
    height: 108px;
    border-radius: 4px;
}

.details_plate>H2{
    text-align: center;
    font-weight: bold;
}

.details_plate>div:nth-of-type(1){
    text-align: center;
}

/*.details_plate>div:nth-of-type(2){*/
/*   height: 200px;*/
/*   margin:15px 0;*/
/*}*/

/*.layui-carousel img{*/
/*    width: 100vw;*/
/*    height: 200px;*/
/*}*/
