

.head-page .sem_wafer_item>a::after{
    transform: scaleX(1);
    opacity: 1;
}
.tabs_contents{
    background: url(../img/tabs_contents.png) no-repeat center/cover;
}
.tabs_lists .width1200{
    padding: 0 8%;
    box-sizing: border-box;
}
.tabs_lists .item_l{
    width: 47.5%;
}
.tabs_lists .item_r {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs_lists .item_r img{
    display: block;
}
.tabs_lists .tit{
    color: #009143;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tabs_lists .texts p {
    margin-bottom: 10px;
    display: flex;
}
.tabs_lists .texts p:last-child{
    margin-bottom: 0;
}
.tabs_lists .texts p::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/measure_icon02.png) no-repeat center/cover;
    margin-right: 10px;
    margin-top: 9px;
}

.wafer_defect .imgs_texts_lists .list .imgs{
    height: 434px;
    width: 51%;
}
@media only screen and (max-width:768px) {
    .tabs_lists .width1200{
        padding: 0;
    }
    .tabs_lists .item_l {
        width: 100%;
        margin-top: 20px;
    }
    .tabs_lists .item_r{
        width: 100%;
    }
    .tabs_lists .tit{
        margin-bottom: 15px;
    }
    .tabs_lists .texts p{
        margin-bottom: 5px;
    }

    .wafer_defect .imgs_texts_lists .list .imgs {
        height: auto;
        width: 100%;
    }
}