.container .main .wrap {
  padding: 80px 6vw 100px;
}
@media screen and (max-width: 1024px) {
  .container .main .wrap {
    padding: 4% 2%;
  }
}
.product-body {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .product-body {
    width: 100%;
    max-width: unset;
  }
}
.product-body .goods {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .product-body .goods {
    margin-bottom: 20px;
    padding-bottom: 45px;
  }
}
.product-body .goods:last-child {
  border: none;
}
.product-body .goods .img-wrap {
  width: 20%;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .product-body .goods .img-wrap {
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .product-body .goods .img-wrap {
    width: 46%;
  }
}
.product-body .goods .img-wrap img {
  width: 100%;
}
.product-body .goods .info {
  margin-top: 10px;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .product-body .goods .info {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-body .goods .info {
    margin-left: 10px;
  }
}
.product-body .goods .info .name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .product-body .goods .info .name {
    font-size: 18px;
  }
}
.product-body .goods .info .spec {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  text-indent: -0.3rem;
}
.product-body .goods .info .spec .item {
  margin-bottom: 4px;
}
.product-body .goods .info .buy {
  text-align: center;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .product-body .goods .info .buy {
    text-align: left;
    margin-left: 0;
  }
}
.product-body .goods .info .price {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.product-body .goods .info .price .now {
  font-size: 18px;
  color: #FE1010;
  font-weight: 500;
}
.product-body .goods .info .price .market {
  color: #B3B3B3;
  font-size: 14px;
  text-decoration: line-through;
}
.product-body .goods .info .go-btn {
  margin-bottom: 18px;
}
.product-body .goods .info .go-btn a {
  width: 160px;
  height: 32px;
  background: var(--main-color);
  border-radius: 6px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 500;
  align-items: center;
}
.product-body .goods .info .go-btn a:hover {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-body .goods .info .secret {
  font-size: 12px;
  color: var(--main-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-body .goods .info .secret {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
}
/*
.container .main .wrap{
    padding: 80px 10% 100px;
    @media screen and (max-width: 1024px) {
        padding: 4%;
    }
}

.product-body{


    @media screen and (max-width: 768px) {
        margin-top: 10px;
    }

    .goods{
        display: flex;
        justify-content: space-between;
        margin-bottom: 67px;
        @media screen and (max-width: 1024px) {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .image{
            width: 50%;
            flex-shrink: 0;
            @media screen and (max-width: 1024px) {
                width: 66%;
            }
            @media screen and (max-width: 768px) {
                width: 100%;
            }
            img{
                width: 100%;
            }
        }
        .info{
            width: 50%;
            flex-shrink: 0;
            padding-left: 40px;
            @media screen and (max-width: 1024px) {
                padding-left: 0;
                margin-top: 20px;
                width: 66%;
            }
            @media screen and (max-width: 768px) {
                width: 100%;
            }
            .goods-title {
                font-size: 3.5vw;
                font-weight: 300;
                text-indent: -2px;
                margin-left: -2px;
                @media screen and (max-width: 1024px) {
                    font-size: 40px;
                }
                @media screen and (max-width: 768px) {
                    font-size: 34px;
                }
            }
            .sub {
                font-size: 14px;
                color: #3d3d3d;
            }
            .indication {
                margin-top: 27px;
                .p1 {
                    font-size: 22px;
                    @media screen and (max-width: 768px) {
                        font-size: 16px;
                    }
                }
                ul {
                    line-height: 1.5;
                    margin-top: 12px;
                    li {
                        font-size: 16px;
                        @media screen and (max-width: 768px) {
                            font-size: 13px;
                        }
                    }
                }
            }
            .spec {
                margin-top: 27px;
                .p1 {
                    font-size: 22px;
                    @media screen and (max-width: 768px) {
                        font-size: 16px;
                    }
                }
                .nape {
                    display: flex;
                    align-items: center;
                    margin-top: 10px;
                    @media screen and (max-width: 768px) {
                        font-size: 13px;
                    }
                }

            }
        }
    }

    .drug-pricing{
        .col-3{
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;

        }
        .col-4{
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;

        }
        .col-5 {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-7 {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-9{
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .pc-hide{
            @media screen and (min-width: 1024px) {
                display: none!important;
            }
        }
        .mobile-hide{
            @media screen and (max-width: 1024px) {
                display: none!important;
            }
        }
        .bar{
            width: 100%;
            background-color: var(--main-color);
            color: #fff;
            padding-top: 7px;
            padding-bottom: 7px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;

            justify-content: space-between;
            .info{
                display: flex;

                .suit{

                }
                .spec{

                }
                .single{

                }
            }
            .amount{

                text-align: center;
            }
        }

        .pricing{
            margin-top: 20px;
            @media screen and (max-width: 1024px) {
                margin-top: 10px;
            }
            li{
                display: flex;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #E6E7E8;
                .info{
                    display: flex;
                    @media screen and (max-width: 1024px) {
                        flex-direction: column;
                    }
                    .suit{
                        @media screen and (max-width: 1024px) {
                            font-size: 18px;
                        }
                    }
                    .spec{
                        @media screen and (max-width: 1024px) {
                            font-size: 14px;
                            color: #999;
                        }
                    }

                }
                .single{
                    @media screen and (max-width: 1024px) {
                        margin-top: 10px;
                        font-size: 14px;
                    }
                    @media screen and (max-width: 768px) {
                        margin-top: 6px;
                        font-size: 12px;
                    }
                }
                .amount{
                    text-align: center;
                    .cta{
                        text-align: center;
                        @media screen and (max-width: 768px) {
                            background-color: var(--main-color);
                            display: block;
                            border-radius: 5px;
                            overflow: hidden;
                            padding: 4px 0;

                        }
                        .price{
                            font-weight: 500;
                            font-size: 22px;
                            margin-bottom: 10px;
                            @media screen and (max-width: 768px) {
                                font-size: 16px;
                                color: #fff;
                                margin-bottom: 0;
                            }
                        }
                        .checkout-btn{
                            width: 150px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            background-color: var(--main-color);
                            color: #fff;
                            margin: 0 auto;
                            padding: 4px 0;
                            border-radius: 5px;
                            -webkit-box-shadow: 0 5px 7px -6px rgb(0 0 0 / 75%);
                            -moz-box-shadow: 0 5px 7px -6px rgba(0,0,0,0.75);
                            box-shadow: 0 5px 7px -6px rgb(0 0 0 / 75%);
                            @media screen and (max-width: 768px) {
                                width: 100%;
                                padding: 0;
                                box-shadow: unset;
                                background-color: unset;
                                font-size: 14px;
                            }

                        }
                    }
                }

            }

        }


    }

}
*/
/*# sourceMappingURL=product.css.map */