@charset "UTF-8";
.product {
    width: 100%;
    margin-bottom: 50px;
}

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

.product .content {
    width: 100%;
}

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

.product .content .left .detail .info {
    padding: 0 10px;
}

.product .content .right .list .item .name p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    font-weight: 200;
}

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

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

.product .content .left .detail .describe {
    display: flex;
    margin-top: 10px;
    font-size: 12px;
}

.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 {
    margin-top: 10px;
    width: 100%;
    background: #c00301;
    padding: 10px 0;
    text-align: center;
    display: block;
    color: #fff;
}

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

.product .content .left .tips {
    width: 95%;
    margin-left: 2.5%;
    height: 50px;
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    margin-top: 10px;
    position: relative;
}

.product .content .left .tips span {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 70px;
    height: 2px;
    background: #c00301;
}

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

.product .content .left .html {
    margin: 20px 10px;
}

.product .content .right .title {
    margin: 10px;
    font-size: 18px;
}

.product .content .right .list {
    display: flex;
    flex-wrap: wrap;
}

.product .content .right .list .item {
    width: 30%;
    margin: 10px 1.5%;
}

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

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

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

.product .content .right .list .item .name .hover {
    font-size: 14px;
    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;
    margin: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.product .content .right .button .pick {
    width: 30px;
    height: 30px;
    border: 1px solid #ededed;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.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 {
    position: static;
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer
}

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