.head-page .laser_item>a::after {
    transform: scaleX(1);
    opacity: 1;
}
.imgtexts_lists .list:hover .apply_btn {
    background-color: #009143;
    color: #fff;
    border: #009143 solid 1px;
}
.imgtexts_lists .list:hover .apply_btn::after{
    background:url(../img/btn_icon1.png) no-repeat center/cover; 
}

/* 弹框 */
.add-tk {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
}

.add-tk.active {
    display: flex;
}

.add-page01 {
    background: url(../img/add-page01-bg.png) no-repeat center/cover;
    max-width: 555px;
    position: relative;
    width: 92%;
    padding: 60px 20px 50px;
    box-sizing: border-box;
    border-radius: 6px;
}

.comsule-boxs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.add-tk .close {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
}

.add-tk .close img {
    display: inline-block;
    width: 100%;
    transition: all .4s;
}

.add-tk .close img:hover {
    transform: rotate(360deg);
}

.comsule-title {
    text-align: center;
    font-size: 22px;
}

.comsule-line {
    width: 72px;
    height: 3px;
    background: #009143;
    margin: 10px auto 45px;
}

.add-page01 .content {
    width: 300px;
    height: 36px;
    display: flex;
    align-items: center;
}

.add-page01 input {
    color: #010000;
    background: #eeeeee;
    font-size: 14px;
    height: 36px;
    width: calc(100% - 50px);
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    padding-left: 20px;
    box-sizing: border-box;
}

.add-page01 .btn {
    width: 50px;
    height: 36px;
    background: #009143;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
}

.tabs_crmber .item {
    margin-right: 30px;
    min-width: 120px;
    text-align: center;
}
.tabs_crmber .item:last-child{
    margin-right: 0;
}


.add-page01 {
    background: url(../img/add-page01-bg.png) no-repeat center/cover;
    max-width: 555px;
    text-align: center;
    padding: 40px 20px 60px;
    border-radius: 6px;
    position: relative;
    width: 92%;
    box-sizing: border-box;
    /* display: none; */
}
.add-page02 {
    background: url(../img/add-page02-bg.png) no-repeat center/cover;
    max-width: 491px;
    text-align: center;
    padding: 26px 20px 60px;
    border-radius: 6px;
    position: relative;
    width: 92%;
    box-sizing: border-box;
    /* display: none; */
}
.add-page02 .content {
    margin-bottom: 20px;
}
.add-page02 .texts {
    color: #010000;
    font-size: 24px;
}
.add-page03 {
    max-width: 965px;
    position: relative;
    width: 92%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 503px;
    flex-wrap: wrap;
}
.add-page03 .item-l {
    background: url(../img/add-page03-bg.png) no-repeat center/cover;
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
}
.add-page03 .item-l .comsule-boxs {
    width: 100%;
}
.add-page03 .comsule-title {
    margin: 0 0 10px;
}
.add-page03 .content {
    margin-bottom: 15px;
    max-width: 75px;
}
.add-page03 .content img {
    width: 100%;
}
.add-page03 .add-img {
    width: 80%;
    display: flex;
    align-items: center;
    height: 263px;
    margin: 0 auto;
    justify-content: center;
}
.add-page03 .add-img img {
    max-width: 100%;
    max-height: 100%;
}
.add-page03 .item-r {
    width: 50%;
    background: #ffffff;
    height: 100%;
    padding: 80px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 0 6px 6px 0;
}
.add-page03 .item-r .comsule-boxs {
    max-height: 357px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.add-page03 .item-r .item {
       color: #666666;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    line-height: 1.35;
}
.add-page03 .item-r .item-tit {
    width: 120px;
    text-align: center;
}
.add-page03 .item-r .item-text {
    width: calc(100% - 120px);
}
.add-page03 .item-r .activeitem {
    border-bottom: 5px solid #e6e6e6;
}

/* .laser .table-box table th:nth-child(1), .laser .table-box table td:nth-child(1) {
    width: 256px!important;
} */


/* AVI自动外观检查设备列表页 */






/* AVI自动外观检查设备详情页 */








/* AOI光学检测设备列表页 */




/* AOI光学检测设备详情页 */


/* 激光钻孔设备列表页 */






/* 激光钻孔设备详情页 */
.pcblaser_detail .table-box table th:nth-child(1), .pcblaser_detail .table-box table td:nth-child(1) {
    width: 30%!important;
}


.add_sec .lists{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.add_sec .list{
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.add_sec .list img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.add_sec .list:nth-child(3n){
    margin-right: 0;
}
.add_sec .add_sec_tit{
    color:#333;
    font-weight: bold;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    margin-bottom: 25px;
}
.add_sec .desc{
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}
.add_sec .list p{
    color: #666;
    font-size: 16px;
    /* font-weight: lighter; */
    padding: 20px 0;
}
@media screen and (max-width: 768px){
    .add_sec .add_sec_tit {
        text-align: center;
        margin-bottom: 15px;
    }
    .add_sec .list {
        width: 100%;
        margin-right: 0;
    }
    .add_sec .list:last-child p{
        padding-bottom: 0;

    }
    .tabs_crmber .item{
        min-width: auto;
        margin-right: 20px;
    }
    .tabs_crmbers{
        overflow-x: auto;
    }
    .tabs_crmber{
        width: max-content;
        flex-wrap: nowrap;
    }
    .comsule-line {
        width: 42px;
        height: 3px;
        margin: 10px auto 35px;
    }
    .add-page01{
        padding: 40px 20px;
    }
    .add-page02{
        padding: 40px 20px;
    }
    .add-page02 .texts{
        font-size: 18px;
    }
}


.laser .table-box table tr td:nth-child(1){
    width: 256px;
}