
.nav-pic {
    display: flex;
    align-items: center;
    width: 100%;
    height: 500px;
    background: url(../../imgs/products.jpg) no-repeat center;
    background-size: cover;
}
.search-content {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.search-title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
}
.search-content .search-wrap {
    position: relative;
    display: flex;
    justify-content: start;
    line-height: 60px;
    height: 60px;
    padding: 0 10px;
    background:rgba(0,0,0,.6);
    box-sizing: border-box;
    border-radius: 10px;
}
.search-content .search-wrap  input {
    margin-left: 10px;
    width: 600px;
    border: none;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 16px;
}
.search-wrap button {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url(../../img/search.png) center no-repeat;
    border: none;
}
.check-content .flow-content .item-txt::before {
    left: 50px;
}
.check-content {
    padding: 50px 0 0;
    box-sizing: border-box;
}
.check-wrap {
    width: 800px;
    margin: 0 auto 100px;
    /* border-bottom: 1px solid #333; */
}
.checks-pic {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.checks-pic p img {
    display: block;
    width: 250px;
    height: 210px;
}


.list-wrap  {
    margin: 50px auto;

}
.list-wrap img{
    display: block;
    width: 400px;
    height: 360px;
}

.check-form {
    width: 600px;
    margin: 50px auto;
    padding: 30px 0;
    border-top: 1px dashed #333;
}

.check-title {
    line-height: 80px;
    margin-left: 50px;
}
.check-form  label {
    width: 100px;
}
.check-form input{
    width: 300px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}
.check-btn {
    margin: 20px 0 20px 176px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #9A0101;
    cursor: pointer;
}
.list-wrap  {
    display: flex;
}
.list-wrap  ul {
    display: flex;
    flex-direction: column;
    padding: 0 60px;
    box-sizing: border-box;
}
.list-wrap  ul li {
    display: flex;
    height: 120px;
    padding: 30px 0;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
}
.list-wrap  ul li img {
    width: 73px;
    height: 73px;
    margin-right: 20px;
    vertical-align: middle;
}
.list-wrap  ul li  p.mt {
    margin-top: 20px;
}
.form-detail {
    width: 800px;
    margin: 0 auto 50px;
}
.form-detail li {
    display: flex;
    text-align: center;
    line-height: 40px;
    justify-content: space-between;
    border: 1px solid #999;
    border-bottom: none;
    box-sizing: border-box;
}
.form-detail li p:first-of-type {
    width: 300px;
    border-right: 1px solid #999;
}
.form-detail li p:last-of-type {
    width: 500px;
}
.form-detail li:last-of-type {
    border-bottom: 1px solid #999;
}
.check-forms {
    margin-bottom: 30px;
}
.check-forms  {
    background-image: url(../../imgs/newd.png);
}
.check-dot {
    margin: 0;
    line-height: initial;
}
.mt50{
    margin: 50px 0 20px;
}
