﻿.content-mdzs .area2 .heads{
	height: 281px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px 
		rgba(0, 0, 0, 0.12);
	border-radius: 20px;
    padding: 50px;
}
.content-mdzs .titles{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
    border-bottom: 1px solid  #589868;
}
.content-mdzs .area2{
    margin-top: 80px;
}
.content-mdzs .titles h1{
    font-size: 36px;
    line-height: 36px;
	color: #333333;
    font-weight: bold;
}
.content-mdzs .titles p{
    font-size: 16px;
    line-height: 16px;
	color: #666666;
}
.content-mdzs .center{
    margin-top: 70px;
}
.content-mdzs .center .anit{
    display: flex;
}
.content-mdzs .center .thesearch{
   width: 24.61%;
   height: 40px;
   background-color: #f5f5f5;
   border-radius: 12px;
}
.center .thesearch input{
    background-color: #f5f5f5;
	border-radius: 12px;
	border: solid 1px #e5e5e5;
}
input{
    border: none !important;
}
.content-mdzs .center .el-select{
    width: 17.53%;

}
.center .el-select input{
    background-color: #f5f5f5;
	border-radius: 12px;
}
.center .el-button--success{
    width: 7.69%;
    height: 40px;
	background-color: #589868;
	border-radius: 20px;
}
.content-mdzs .center>div{
    display: flex;
    justify-content: space-between;
}
.list-items .first,.list-items .youTwo{
    font-size: 16px;
	line-height: 16px;
    font-weight: bold;
	color: #333333;
    padding: 32px 0;
    display: flex;
    align-items: center;
    background-color: #fafafa;
	border-radius: 12px;
	border: solid 1px #e5e5e5;
    margin-top: 20px;
    text-align: center;
}
.list-items .first .sf,.list-items .youTwo .sf{
    width: 11.35%;
}
.list-items .first .md ,.list-items .youTwo .md{
       width: 13.78%;
}
.list-items .first .dz,.list-items .youTwo .dz{
    width: 43.57%;
}
.list-items .youTwo .dz{
    line-height: 26px;
}
.list-items .first>div{
    border-right: 1px solid #999999;
}
.list-items .youTwo>div{
    border-right: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-items .first>div:last-child,.list-items .youTwo>div:last-child{
    border-right: none;
}
.list-items .youTwo{
    color: #666666;
}
.el-input__suffix-inner {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #589868;
    border-radius: 12px;
    pointer-events: all;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .content-mdzs .area2 {
        margin-top: 60px;
    }
    .content-mdzs .area2 .heads {
        height: 260px;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 12%);
        border-radius: 20px;
        padding: 40px;
    }
    .content-mdzs .titles h1 {
        font-size: 28px;
        line-height: 28px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .content-mdzs .area2 {
        margin-top: 45px;
    }
    .content-mdzs .area2 .heads {
        height: 230px;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 12%);
        border-radius: 20px;
        padding: 20px;
    }
    .content-mdzs .titles h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .center .el-select input{
        height: 35px;
        line-height: 35px;
    }
    .el-input__suffix-inner{
        width: 35px;
        height: 35px;
    }
    .content-mdzs .center .el-select {
        width: 18%;
    }
    .center .el-button--success {
        width: 10.69%;
        height: 35px;
        background-color: #589868;
        border-radius: 20px;
    }
    .center .thesearch input{
        height: 35px;
        line-height: 35px;
    }
    .content-mdzs .center {
        margin-top: 55px;
    }
    .list-items .first, .list-items .youTwo{
        font-size: 14px;
        line-height: 14px;
        padding: 25px 0;
    }
}
/* 移动端 */
@media (max-width:767px){
    .content-mdzs .area2 {
        margin-top: 30px;
    }
    .content-mdzs .area2 .heads {
        height: unset;
        background-color: #ffffff;
        box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 12%);
        border-radius: 20px;
        padding: 20px;
    }
    .content-mdzs .titles h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .center .el-select input{
        height: 35px;
        line-height: 35px;
    }
    .el-input__suffix-inner{
        width: 35px;
        height: 35px;
    }
    .content-mdzs .center .el-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .center .el-button--success {
        width: 25%;
        height:unset;
        background-color: #589868;
        border-radius: 20px;
    }
    .center .thesearch input{
        height: 35px;
        line-height: 35px;
    }
    .content-mdzs .center {
        margin-top: 30px;
    }
    .list-items .first, .list-items .youTwo{
        font-size: 12px;
        line-height: 12px;
        padding: 15px 0;
    }
    .content-mdzs .center>div{
        flex-wrap: wrap;
    }
    .content-mdzs .center .thesearch{
        width: 70%;
    }
    .content-mdzs .titles{
        padding-bottom: 20px;
    }
    .list-items .youTwo .dz {
        line-height: 22px;
    }
    .content-mdzs .titles p {
        font-size: 14px;
        line-height: 14px;
    }
}