.product {
    width: 100%;
    margin-bottom: 50px
}

.product .banner img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}

.product .path {
    display: flex;
    padding: 100px 230px 0 230px
}

.product .path .item {
    display: flex;
    font-size: 14px;
    color: #333
}

.product .path .red {
    color: #c00301
}

.product .content {
    display: flex;
    padding: 0 230px;
    margin-top: 20px
}

.product .content .left {
    width: 75%
}

.product .content .left .detail {
    display: flex
}

.product .content .left .detail .img {
    margin-right: 20px
}

.product .content .left .detail .img img {
    width: 100%
}

.product .content .left .detail .title {
    color: #000000;
    font-size: 24px
}

.product .content .left .detail .class {
    color: #c00301;
    font-size: 16px;
    margin-top: 10px
}

.product .content .left .detail .describe {
    display: flex;
    margin-top: 25px;
    font-size: 14px;
    width: 80%
}

.product .content .left .detail .describe .describe-left {
    white-space: nowrap;
    color: #a6a6a6;
    line-height: 30px
}

.product .content .left .detail .describe .describe-right {
    color: #737373;
    line-height: 30px
}

.product .content .left .detail .consult {
    cursor: pointer;
    margin-top: 20px;
    background: #c00301;
    padding: 10px 0;
    text-align: center;
    width: 150px;
    display: block;
    color: #fff
}

.product .content .left .detail .consult span {
    margin-left: 20px
}

.product .content .left .tips {
    width: 95%;
    height: 50px;
    background: #fafafa;
    display: flex;
    margin-top: 60px
}

.product .content .left .tips span {
    display: block;
    width: 2px;
    height: 50px;
    background: #c00301
}

.product .content .left .tips p {
    line-height: 50px;
    margin-left: 20px;
    color: #1a1a1a;
    font-size: 16px
}

.product .content .left .html {
    margin-top: 20px
}

.product .content .right {
    width: 25%;
    border-left: 1px solid #ededed
}

.product .content .right .title {
    margin-left: 5%
}

.product .content .right .list .item {
    margin: 20px 5%;
    width: 90%
}

.product .content .right .list .item .img img {
    width: 100%;
    background: repeat
}

.product .content .right .list .item .name {
    width: 100%;
    height: 100px;
    color: #000000;
    font-size: 18px;
    background: #f2eded;
    position: relative;
    overflow: hidden
}

.product .content .right .list .item .name p {
    margin: 20px 10px;
    font-size: 14px
}

.product .content .right .list .item .name .hover {
    font-size: 16px;
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #c00301;
    color: #c00301;
    line-height: 20px;
    transition: 0.3s height, 0.3s line-height, 0.3s color
}

.product .content .right .list :hover .name .hover {
    height: 40px;
    line-height: 40px;
    color: #fff
}

.product .content .right .button {
    display: flex;
    justify-content: center
}

.product .content .right .button .pick {
    width: 50px;
    height: 50px;
    border: 1px solid #ededed;
    cursor: pointer
}

.product .content .right .button .pick:hover {
    border: 1px solid #c00301;
    background: #c00301
}

.product .content .right .button .pick img {
    margin: 21px 18px;
    width: 14px;
    height: 8px
}

.product .content .right .skip {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.product .content .right .skip .left {
    width: 100%;
    display: flex;
    font-size: 14px;
    justify-content: center;
}

.product .content .right .skip .left .btn {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer
}

.product .content .right .skip .left .btn:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.goods .skip .left .btn {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
}