.productImgList {
    display: flex;
}

.productlistContent {
    position: relative;
    width: 57.5%;
    max-width: 1024px;
}

.productlistContent img {
    max-width: 100%;
}

.productParamszh {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    width: 35%;
    right: 8%;
}
.product .product_wrapper .desc .product-price .discount{
    color: #f7941d;

}
.topics_black .gc-zoom{
    background: #000;
}
.productParamszh .title {
    font-size: 30px;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 5px;
}

.productParamszh .title p {
    font-size: 12px;
}

.productParamszh .bref {
    font-size: 14px;
    color: #7e7e7e;
    border-bottom: 1px solid #b2b2b2;
    padding: 8px 0;
    line-height: 20px;
}

.methods {
    border-bottom: 1px solid #b2b2b2;
    padding-top: 8px;

}

.methods p {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.methods img {
    width: 160px;
}

.pricezh {
    font-size: 24px;
    color: #666;
}

.pricezh span,
.pricezh .promise {
    font-size: 12px;
    color: #7e7e7e
}

.methods ul {
    display: flex;
    flex-wrap: wrap;
}

.methods ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

body {
    background: #fff;
    padding-top: 69px !important;
}

.productInfoParams {
    padding: 20px 30px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b2b2b2
}

.productInfoParams ul {
    max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: 0;
    width: 100%;
    text-align: left;
}

.productInfoParams ul li {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    text-align: right;
    color: #999999;
    line-height: 1.2em;
    padding: 8px;
}

.productInfoParams ul li:nth-child(odd) {
    background-color: #d7d7d7;
}

.productInfoParams ul li .specs-title {
    font-weight: 600;
    display: block;
    float: left;
    color: #4c4c4c;
    text-transform: uppercase;
}

.productInfoParams ul li:first-child {
    font-size: 1.4em;
    background: none;
    text-align: left;
}

.manual {
    clear: left;
    padding-left: 15px;
    margin-top: 10px;
    padding-bottom: 50px;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #666;
}

.manual p {
    display: inline-block;
    text-align: left;
    line-height: initial;
}

.manual p a {
    display: inline-block;
    color: #666666;
}

.manual p:before {
    content: url("../assets/pdficon.png");
    position: relative;
    top: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.list {
    width: 500px;
}

.list .title {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.list p {
    font-size: 12px;
    color: #999;
}

.list img {
    max-width: 100%;
    margin-top: 20px;
}

.product {
    overflow: hidden;
    padding: 0 5%;
    margin: auto;
    position: relative;
    width: 100%;
}

.product .product_wrapper {
    overflow: hidden;
    max-width: 1400px;
    width: 70%;
    margin: auto;
    min-height: 700px;
}

.product .product_wrapper .slider_wrapper {
    position: relative;
    width: 100% !important;
    max-width: 600px;
    margin-right: 2.5%;
    float: left;
}

.product .product_wrapper .slider_wrapper .onsale {
    position: absolute;
    top: -20px;
    right: -64px;
    z-index: 999;
    width: 0px;
    height: 0px;
    border-style: inset;
    border-width: 0 100px 100px 100px;
    border-color: transparent transparent #f7941d transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.product .product_wrapper .slider_wrapper .onsale p {
    text-align: center;
    top: 50px;
    font-weight: 700;
    color: #fff;
    left: -47px;
    position: relative;
    width: 93px;
    height: 93px;
    margin: 0px;
    font-size: 20px;
}

.product .product_wrapper .slider_wrapper .onsale .small {
    top: -15px;
    width: 130px;
    left: -65px;
    font-size: 12px;
}

.product .product_wrapper .desc {
    width: 25%;
    overflow: hidden;
    position: absolute;
    top: 18%;
    right: 20%;
}

.product .product_wrapper .desc .product-title {
    font-size: 30px;
    font-weight: 500;
}

.product .product_wrapper .desc .product-tagline {
    font-size: 12px;
    margin-bottom: 10px;
}

.product .product_wrapper .desc .product-tag {
    border-top: 1px solid #b2b2b2;
}

.product .product_wrapper .desc .product-tag ul {
    padding: 0;
}

.product .product_wrapper .desc .product-tag ul li {
    color: #7e7e7e;
    font-size: 14px;
}

.product .product_wrapper .desc .product-tag ul li:first-of-type {
    margin-top: 10px;
}

.product .product_wrapper .desc .product-tag ul li:last-of-type {
    margin-bottom: 10px;
}

.product .product_wrapper .desc .product-social {
    overflow: hidden;
    border-top: 1px solid #b2b2b2;
    padding: 5px 0;
}

.product .product_wrapper .desc .product-social .social-head {
    float: left;
    line-height: 35px;
}

.product .product_wrapper .desc .product-social .social-body {
    float: left;
}

.product .product_wrapper .desc .product-social .social-body ul {
    margin: 0;
}

.product .product_wrapper .desc .product-social .social-body ul li {
    display: inline-block;
    margin-right: 10px;
}

.product .product_wrapper .desc .product-social .social-body ul li a,
.product .product_wrapper .desc .product-social .social-body ul li a:link,
.product .product_wrapper .desc .product-social .social-body ul li a:visited a:hover,
.product .product_wrapper .desc .product-social .social-body ul li a:active {
    font-size: 25px;
    color: #666666;
    text-decoration: none;
}

.product .product_wrapper .desc .product-social .social-body ul li a img,
.product .product_wrapper .desc .product-social .social-body ul li a:link img,
.product .product_wrapper .desc .product-social .social-body ul li a:visited a:hover img,
.product .product_wrapper .desc .product-social .social-body ul li a:active img {
    width: 25px;
}

.product .product_wrapper .desc .product-social .purchase-url {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.product .product_wrapper .desc .product-social .purchase-url a {
    width: 33.33%;
    float: left;
    padding-right: 2%;
    display: block;
    margin: 0 5px 5px 0;
}

.product .product_wrapper .desc .product-social .purchase-url a img {
    width: 100%;
}

@media (min-width: 1px) {
    .product .product_wrapper .desc .product-social .purchase-url a {
        width: 30%;
        padding-right: 0;
    }

    .product .product_wrapper .desc .product-social .purchase-url a {
        margin-right: 5% !important;
        margin-bottom: 10px!important;
    }
    .product .product_wrapper .desc .product-social .purchase-url a:nth-of-type(3n) {
        margin-right: 0 !important;
    }
}

.product .product_wrapper .desc .product-price {
    border-top: 1px solid #b2b2b2;
    padding: 10px 0;
}

.product .product_wrapper .desc .product-price .yellow {
    color: #f7941d;
}

.product .product_wrapper .desc .product-price .lg {
    font-size: 30px;
}

.product .product_wrapper .desc .product-price .md {
    font-size: 24px;
    line-height: 24px;
}

.product .product_wrapper .desc .product-price .sm {
    font-size: 12px;
}

.product .product_wrapper .desc .product-price p {
    margin: 0;
}

.product .product_wrapper .desc .product-price .policy,
.product .product_wrapper .desc .product-price .policy a,
.product .product_wrapper .desc .product-price .policy span {
    color: #7e7e7e;
    font-size: 12px;
}

.product .product_wrapper .desc p,
.product .product_wrapper .desc span {
    color: #666666;
}

.product .product_wrapper .desc select {
    -webkit-appearance: button;
    -webkit-border-radius: 0;
    -webkit-user-select: none;
    -webkit-padding-start: 10px;
    height: 27px;
    background-color: #fff;
    border-color: #b2b2b2;
    margin: 5px 0 2px 2px;
    min-width: 96px;
    color: #666666;
    background: url("https://static.edifier.com/uploads/2015-3/arrow down_7b07c664-7e92-48de-b526-f8dc2b461506.png") no-repeat right #fff;
}
.changeColor{
    padding:20px 0;
    display: flex;
    border-top: 1px solid #b2b2b2;
}
.topics_black .changeColor{
    border-top: 1px solid #333;
}
.changeColor span{
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-right: 5px;
}
@media (min-width: 1px) {
    .product .product_wrapper .desc {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        top: 50%;
    }
}

@media (max-width: 1550px) {
    .product .product_wrapper {
        width: 100%;
    }

    .product .product_wrapper .desc {
        width: 35%;
        right: 8%;
    }
}

@media (max-width: 768px) {
    .product {
        padding: 0;
    }
}