.pc {
    display: block;
}
.mobile {
    display: none;
}
.tab_list1 {
    margin: 30px 0;
}
#productdetail .tab_list1 ul {
    overflow: hidden;
}
#productdetail .tab_list1 li {
    float: left;
    background-size: 100% 100%;
    background-image: url(../img/product/huijiantou.png);
    padding: 15px 30px;
    cursor: pointer;
}
/* #productdetail .tab_list1 .current1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #23b14d;
} */
.item1 {
    display: none;
}
#productdetail .tab_list1 .current1 {
    position: relative;
    background-image: url(../img/product/lanjiantou1.png);
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
}
#productdetail .tab_list1 li:first-of-type {
    background-image: url(../img/product/huijiantou2.png);
    cursor: pointer;
}
#productdetail .tab_list1 ul .current2 {
    background-image: url(../img/product/lanjiantou.png);
    color: #ffffff;
    cursor: pointer;
}
#productdetail .pro-info .title {
    height: 50px;
    line-height: 50px;
    background-color: #0a4aa4;
    color: #fff;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 500;
}
#productdetail .row {
    border: 1px solid #eee;
    min-height: 40px;
    line-height: 40px;
    display: flex;
    width: 100%;
    margin: 10px auto;
    align-items: stretch;
}
#productdetail .row > div {
    padding-left: 20px;
}
#productdetail .row > div:first-of-type {
    padding: 0;
    background-color: #f3f3f3;
    width: 15%;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}
#productdetail .row > div:nth-of-type(2) {
    background-color: #fff;
    width: 30%;
}
#productdetail .row > div:nth-of-type(2) div {
    text-align: center;
}
#productdetail .row > div:last-of-type {
    background-color: #f3f3f3;
    width: 55%;
}
#productdetail .row img {
    display: none;
}
#productdetail .pro-img {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 1px solid gray;
    margin-bottom: 30px;
    height: 480px;
    position: relative;
}
#productdetail .pro-img .view-items {
    display: flex;
    flex-direction: column;
    width: 16%;
    justify-content: space-between;
}
#productdetail .pro-img .view-items img {
    height: 48%;
}
#productdetail .show-img {
    width: 84%;
    text-align: center;
}
#productdetail .show-img img {
    height: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#productdetail .change-qie {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    transform: translateY(-100%);
}
#productdetail .change-qie div {
    width: 60px;
    text-align: center;
    padding: 5px 0;
}
#productdetail .change-qie div:first-of-type {
    transform: translateX(10px);
}
#productdetail .change-qie div img {
    width: 6px;
}
#productdetail .change-qie div:last-of-type img {
    transform: translateX(5px);
}
@media (max-width: 768px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .tab_list1 {
        margin: 20px 0 0 0;
    }
    #productdetail .pro-img .view-items {
        display: none;
    }
    #productdetail .pro-img .show-img {
        width: 100%;
    }
    #productdetail .tab_con1 {
        margin-top: 50px;
    }
    #productdetail .row > div:first-of-type {
        min-width: 35%;
        width: auto;
        /* padding: 0 20px; */
    }
    #productdetail .row {
        display: block;
    }
    #productdetail .row > div:first-of-type {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: #fff;
    }
    #productdetail .row > div:first-of-type > div {
        background-color: #f3f3f3;
        text-align: center;
        padding: 0 10px;
    }
    #productdetail .row:before, #productdetail .row:after {
        display: none;
    }
    #productdetail .row img {
        display: inline-block;
        height: 20px;
        margin-right: 10px;
    }
    #productdetail .row > div:last-of-type {
        display: none;
    }
    #productdetail .row > div:last-of-type {
        background-color: #fff;
        width: auto;
        max-width: 100%;
    }
    .showthis {
        justify-content: space-between;
    }
}
