.wrapInner.product {
    padding: 0 25px 20px;
    max-width: 1170px;
}

ul.tab_ctr > li > a {
    width: 190px;
}

ul.tab_ctr > li > a.active::after {
    width: 160px;
    left: 15px;
}

div.standard {
    width: 100%;
    position: relative;
    padding: 1%;
    box-sizing: border-box;
    border: 1px solid #a7bd00;
    margin: 15px 0 65px;
}

div.standard::before {
    position: absolute;
    display: block;
    bottom: 100%;
    left: 50%;
    margin-left: -25px;
    border-width: 0 25px 25px;
    border-style: solid;
    border-color: transparent transparent #a7bd00;
    content: '';
}

div.standard::after {
    position: absolute;
    display: block;
    bottom: 100%;
    left: 50%;
    margin-left: -23px;
    border-width: 0 23px 23px;
    border-style: solid;
    border-color: transparent transparent #fff;
    content: '';
}
#mainContent{
    opacity: 0;
}
.view_tagWrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: -105px;
    text-align: center;
}

.view_tagWrap > .view_tag {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 60px;
    line-height: 58px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #a7bd00;
    color: #a7bd00;
    background-color: #fff;
}

.view_tagWrap > .view_tag > img, .details img {
    position: relative;
    display: inline-block;
    margin: 0 5px -7px 0;
}

.tab_nav {
    z-index: 3;
}

.productList {
    margin: -190px 0 -190px;
    z-index: 2;
    height: 700px;
    opacity: 0;
}

.listItem {
    height: 420px;
    position: relative;
}

.listItem > img {
    width: auto;
    height: 100%;
    display: block;
}


@media screen and (max-width: 800px) {
    .wrapInner.product {
        padding: 0 0 20px;
    }
}
@media screen and (max-width: 600px) {
    .productList {
        margin: -240px 0 -240px;
    }
    ul.tab_ctr>li{
        padding: 0 30px;
    }
    ul.tab_ctr > li > a {
        width: auto;
    }

    ul.tab_ctr > li > a.active::after {
        width: 140%;
        left: -20%;
    }

}
