@font-face{font-family:"BGI";src:url(https://enfile.stomics.tech/Roboto-Regular-14.ttf);}
@font-face{font-family:"BGIMedium";src:url(https://cdn-enfile.stomics.tech/Roboto-Medium-12.ttf);}


.ny_banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ny_banner .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.ny_banner .p1{
    font-size: 80px;
    color: #ffffff;
    font-family:"BGI";
}
.ny_banner .div{
    width: 480px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    padding-right: 120px;
    background: rgba(255,255,255,.4);
    margin-top: 2.5%;
}
.ny_banner .div input{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    font-family:"BGI";
    border: none;
    padding: 0 30px;
    background: none;
}
.ny_banner .div input:-moz-placeholder {  
    color: rgba(255,255,255,.6); 
}  
.ny_banner .div input:-ms-input-placeholder { 
    color: rgba(255,255,255,.6); 
}  
.ny_banner .div input::-webkit-input-placeholder { 
    color: rgba(255,255,255,.6); 
}
.ny_banner .div button{
    font-size: 18px;
    color: #ffffff;
    width: 120px;
    height: 60px;
    border-radius: 60px;
    background: #720099;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    font-family:"BGI";
    cursor: pointer;
}
.zy_con1{
    width: 100%;
    padding-top: 4%;
    padding-bottom: 6%;
}
.zy_con1 .category .div{
    margin-bottom: 10px;
}
.zy_con1 .category .div1{
    width: 100%;
    padding-left: 26px;
}
.zy_con1 .category .div .checkitem.checked .icon{
    border: none;
}
.zy_con1 .category .div .checkitem.checked .icon:before{
    width: 100%;
    height: 100%;
    background-image: url(../images/z_img1.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.zy_con1 .cat .tit span{
    font-size: 16px;
    color: #5f0080;
    cursor: pointer;
}
.zy_con1 .cat .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zy_con1 .rq_con1{
    width: 100%;
}
.zy_con1 .rq_con1 .div{
    width: 100%;
    background: #f7f8f9;
    margin-top: 4%;
    border-radius: 10px;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.zy_con1 .rq_con1 .div .lef{
    width: 15%;
    border-radius: 10px;
    overflow: hidden;
}
.zy_con1 .rq_con1 .div .lef img{
    width: 100%;
    transition: all .5s;
}
.zy_con1 .rq_con1 .div:hover .lef img{
    transform: scale(1.05);
}
.zy_con1 .rq_con1 .div .rig{
    width: 85%;
    padding-left: 3.2%;
    padding-right: 6.6%;
}
.zy_con1 .rq_con1 .div .rig .p1{
    font-family:"BGIMedium";
    font-size: 22px;
    color: #000000;
    display: block;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.zy_con1 .rq_con1 .div .rig .p2{
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin-top: 1.8%;
    margin-bottom: 6.8%;
    font-family:"BGI";

    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.zy_con1 .rq_con1 .div .rig .div1{
    width: 100%;
}
.zy_con1 .rq_con1 .div .rig .div1 a{
    display: inline-block;
    margin-right: 36px;
    position: relative;
    font-size: 16px;
    color: #691088;
    font-family:"BGI";
}
.zy_con1 .rq_con1 .div .rig .a2::before{
    content: '';
    width: 1px;
    height: 14px;
    background: #d8d8d8;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}
.zy_con1 .rq_con1 .div .rig .a1 i{
    display: inline-block;
    width: 21px;
    height: 16px;
    background-image: url(../images/z_img2.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(2px);
    margin-left: 3px;
}
.zy_con1 .rq_con1 .div .rig .a2 i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/z_img3.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(1px);
    margin-left: 3px;
}


.zy_con1 .rq2_con1{
    width: 100%;
} 

.zy_con1 .rq_con1 .div .rig .div1 a {
    white-space: nowrap;
}