.loadmore {
    clear: both;
    background: #fff;
    cursor: pointer;
    display: block;
    margin: 50px auto;
    width: 210px;
    height: 50px;
    border-radius: 2px;
    color: #078651;
    border: 1px solid #078651;
    font-size: 16px;
    transition: ease .5s;
}

.loadmore:hover {
    color: #fff;
    background: #078651;
}

.ylc_content {
    background: #f5f5f5;
}

.choose-cate {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    width: 1200px;
    margin: auto;
    border-bottom: 1px solid #ddd;
}

.choose-cate p {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
}

.choose-cate a {
    display: inline-block;
    margin: 0 15px;
    padding-bottom: 20px;
}

.choose-cate a span {
    padding-bottom: 6px;
    font-size: 15px;
}

.choose-cate a:hover span,
.choose-cate a.on span {
    color: #078651;
    font-weight: 700;
    border-bottom: 2px solid #078651;
}

.choose-cate2 a span {
    font-size: 14px;
}

.ylc_content .cont_w {
    padding-top: 40px;
    padding-bottom: 18px;
}

.ylc_content .case_list {
    /* padding-left: 15px; */
}

.ylc_content .case_list ul {
    min-height: 400px;
}

.ylc_content .case_list ul li {
    float: left;
    width: 210px;
    overflow: hidden;
    margin: 0 15px;
    margin-bottom: 50px;
    position: relative;
    height: 410px;
    /* overflow: hidden; */
    /* position: relative; */
    border: 1px solid #f6f7fa;
}

.ylc_content .case_list ul li .img {
    width: 100%;
    height: 370px;
    /* position: relative; */
    display: block;
}

.ylc_content .case_list ul li .img img {
    width: 100%;
    height: 370px;
}

.ylc_content .case_list ul li .title {
    /* text-align: center;
    color: #333333; */
    background: #fdfdfd;
    /* line-height: 43px; */
    border: 1px solid #f5f5f5;

    font-size: 14px;
    font-weight: 700;
    /* background: #f6f7fa; */
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ylc_content .case_list ul li>.qrcode {
    /* width: 196px;
    height: 349px;
    position: absolute;
    transition: ease .3s;
    top: 400px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999; */

    transition: ease .3s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 370px;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ylc_content .case_list ul li:hover .qrcode {
    top: 0;
}

.ylc_content .case_list ul li>.qrcode>div {
    /* width: 90%;
    height: 275px;
    margin: 35px auto 0;
    background: #fff;
    border-radius: 2px;
    overflow: hidden; */

    background: #fff;
    padding-bottom: 20px;
    border-radius: 4px;
    margin: 15px;
}

.ylc_content .case_list ul li>.qrcode>div>img {
    /* display: block;
    width: 95%;
    margin: 10px auto 10px; */

    display: block;
    width: 180px;
    height: 180px;
    border-radius: 4px;
}

.ylc_content .case_list ul li>.qrcode>div>p {
    /* width: 100%;
    line-height: 25px;
    border-bottom: 1px dashed rgba(217, 217, 217, 0.6);
    text-align: center; */

    margin: 0px 0 20px 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 6px;
}

.ylc_content .case_list ul li>.qrcode>div>a {
    /* display: block;
    width: 100px;
    height: 27px;
    border: 1px solid #078651;
    border-radius: 2px;
    margin: 15px auto;
    text-align: center;
    line-height: 25px;
    color: #078651;
    font-size: 12px;
    border-radius: 50px;
    text-align: center;
    padding: 0 10px; */

    display: block;
    width: 100px;
    height: 27px;
    border: 1px solid #078651;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    color: #078651;
    font-size: 12px;
    border-radius: 50px;
    padding: 0 10px;
}

.ylc_content .case_list ul li>.qrcode>div>a:hover {
    background: #078651;
    color: #fff;
}