.banner-img {
    height: 10rem;
}

.banner-img > img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 10rem;
}
.make-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 10rem;
}

.maker-title {
    position: relative;
    top: 2.5rem;
    left: 0;
    color: #fff;
    font-size: 0.875rem;
    background: rgba(0,28,62,.6);
    padding-left: 1rem;
    height: 7.5rem;
}
.maker-nav {
    padding-top: 1.31rem;
    line-height: 1.06rem;
    padding-bottom: .88rem;
    width: 8.75rem;
    border-bottom: 0.0625rem solid #fff;
}

.maker-nav >a {
    color: #fff;
}

.marker-bg {
    padding-left: 2.5rem;
    font-size: 1.25rem;
    line-height: 3.5rem;
    background: url("../../img/m/product-list/icon.png") no-repeat left center;
    background-size: 1.875rem 1.875rem;
}
.marker-foot{
    padding-left: 2.5rem;
    margin-top: -0.5rem;
}
.bcfff{
    width: 90%;
    margin:  0 auto;
}
.search-input{
    display: flex;
    margin: 1.5rem 0 0 0;
}
.product-list-one-p{
    font-size: 1rem;
    line-height: 1.38rem;
    color: #333;
    margin-bottom: 0.81rem;
}
.product-list-two-p{
    font-size: 0.75rem;
    line-height: 0.88rem;
    color: #666;
    margin-bottom: 1.56rem;
    text-align: justify;
}
.product-list-div{
    margin-bottom: 1.81rem;
    border-bottom: 0.06rem solid #d8d8d8;
    margin-top: 0.6rem;
}
.product-list-div ul{
    display: flex;
    padding-bottom: 1.5rem;
}
.product-list-div ul li:nth-of-type(1){
    line-height: 3rem;
    font-size: 0.88rem;
    background: url("../../img/m/product-list/book.png") no-repeat left center;
    background-size: 0.94rem 1.19rem; 
    padding-left: 1.3rem;
    border-right: 0.06rem solid #d8d8d8;
    padding-right: 0.88rem;
    width: 75%;
}
.product-list-div ul li:nth-of-type(2) p{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #000;
    margin-left: 1.13rem;
}
.product-goBack a{
    display: flex;
    justify-content: center;
    margin-bottom: 0.625rem;
}
.product-goBack a img{
    width: 1.5rem;
    height: 1.25rem;
}
.product-list-div ul li a{
    color: #60D2F4;
}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{
    background:  #60D2F4;
    border: 0.06rem solid #60D2F4;
}
.product-goBack a span{
    line-height: 1.25rem;
    margin-left: 0.625rem;
    color: #000;
}
.dn {
    display: none;
}
.pop-wrap {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}
.pop-wrap-inner{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 30rem;
    max-height: 35rem;
    background: #fff;
}
.pop-wrap-height{
    width: 90%;
    margin: 0 auto;
}
#formFile{
    margin-top: 1.25rem;
}
.pop-wrap-title{
    margin-bottom: 1.25rem;
}
.pop-name{
    margin: 1rem 0;
}
.selected{
    border: 0.06rem solid red !important;
}
.email-err-tips,.err-tips,.company-err,.name-err{
    color: red;
}
#formFile input{
    border: 0.0625rem solid #ccc;
    height: 1.6875rem;
    margin: 0 !important;
}