body {
    background: #f4f4f4;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
img {
    max-width: 100%;
    outline: 0;
}
.goods {
    width: 1200px;
    margin: auto;
}
.border-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.img-auto-height::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    padding-top: 100%;
}
.el-dialog {
    border-radius: 0;
}
.el-dialog:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    z-index: -1;
    border: 5px solid rgba(0, 0, 0, 0.1);
}
.el-dialog .el-dialog__header {
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
    padding: 10px 17px;
}
.el-dialog .el-dialog__header .el-dialog__title {
    font-size: 16px;
}
.el-dialog .el-dialog__header .el-dialog__headerbtn {
    top: 15px;
}
.v-modal {
    opacity: 0.35;
}
.el-popover {
    min-width: 100px;
}
.el-button.el-button--primary:hover {
    opacity: 0.85;
}
.el-button.el-button--primary:disabled {
    opacity: 0.6;
}
.el-switch__label.is-active {
    color: #333;
}
.el-select-dropdown__item.selected {
    color: #333;
}
.el-tabs__item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.el-tabs__item.is-active {
    color: #000;
}
.el-pagination__sizes .el-input .el-input__inner:hover,
.el-select .el-input__inner:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-input__inner:focus,
.el-cascader .el-input .el-input__inner:focus,
.el-cascader .el-input.is-focus .el-input__inner,
.el-textarea__inner:focus {
    border-color: #ccc;
}
.el-tabs__item:hover,
.el-pagination.is-background .el-pager li:not(.disabled):not(.active):hover,
.el-checkbox__input.is-checked + .el-checkbox__label,
.el-switch__label.is-active,
.el-select-dropdown__item.selected {
    color: #000;
}
.el-pagination__editor {
    margin: 0 5px;
}
.header {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 15px 0;
}
.header .left {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.header .home {
    cursor: pointer;
    color: #999;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.header .home .icon {
    font-size: 14px;
    margin-right: 3px;
}
.header .home:hover {
    color: #666;
}
.header .arrow {
    margin: 0 5px;
    font-size: 14px;
    color: #999;
}
.header .name {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}
.infos {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    min-height: 480px;
}
.infos .image {
    width: 480px;
    flex: none;
}
.infos .image .big {
    position: relative;
    height: 480px;
}
.infos .image .big .el-image {
    width: 100%;
    height: 100%;
}
.infos .image .big .play {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.infos .image .big .play .icon {
    font-size: 32px;
}
.thumb {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 10px;
}
.thumb .item {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    border: 1px solid transparent;
}
.thumb .item.active {
    border-color: #f00;
}
.thumb .item .el-image {
    width: 100%;
    height: 100%;
}
.infos .text {
    margin-left: 25px;
    width: 665px;
    min-height: 440px;
}
.infos .text .head {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .head .head-box {
    width: 100%;
}
.infos .text .head .fav {
    flex: none;
    margin-left: 20px;
}
.infos .text .head .fav .icon {
    font-size: 24px;
    cursor: pointer;
    color: #999;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.infos .text .head .fav .icon:hover,
.infos .text .head .fav .icon.on {
    color: #f00;
}
.infos .text .title {
    word-break: break-all;
}
.infos .text .title .name {
    font-size: 16px;
    font-weight: bold;
}
.infos .text .title .name .before {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 12px;
    border-radius: 50px;
    padding: 0 8px;
    color: #fff;
    margin-top: 3px;
    margin-right: 5px;
}
.infos .text .title .sn {
    margin-left: 10px;
    color: #999;
}
.infos .text .desc {
    margin-top: 5px;
    margin-bottom: 8px;
    color: #999;
    word-break: break-all;
}
.infos .text .active-head .active-box {
    height: 45px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 10px;
    color: #fff;
}
.infos .text .active-head .active-box.disabled {
    filter: Gray;
    -webkit-filter: grayscale(100%);
}
.infos .text .active-head .active-box.book {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .active-head .active-box.book .date {
    font-size: 14px;
}
.infos .text .active-head .active-box.book .date .icon {
    font-size: 16px;
    margin-right: 3px;
}
.infos .text .active-head .active-box .name {
    font-size: 16px;
}
.infos .text .active-head .active-box .time {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-left: 20px;
    font-size: 14px;
}
.infos .text .active-head .active-box .time .status .icon {
    margin-right: 3px;
    font-size: 16px;
}
.infos .text .active-head .active-box .time .list {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .active-head .active-box .time .list .cell {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .active-head .active-box .time .list .cell .num {
    display: inline-block;
    vertical-align: top;
    min-width: 20px;
    padding: 0 3px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    margin: 0 8px;
}
.infos .text .price-box {
    padding: 10px 15px;
    margin-top: 2px;
    background: #fff5ed;
    line-height: 30px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .price-box .left .item {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .price-box .left .item .label {
    min-width: 60px;
    color: #666;
}
.infos .text .price-box .left .item .value.price {
    color: #f00;
}
.infos .text .price-box .left .item .value.price .sign {
    font-size: 14px;
}
.infos .text .price-box .left .item .value.price .num {
    font-size: 22px;
    font-weight: bold;
}
.infos .text .price-box .left .item .value.price .after {
    display: inline-block;
    vertical-align: top;
    color: #f32525;
    border: 1px solid #f32525;
    margin-top: 5px;
    margin-left: 15px;
    padding: 0 5px;
    line-height: 16px;
    border-radius: 4px;
}
.infos .text .price-box .left .item .value.coupon {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    margin-left: -8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.infos .text .price-box .left .item .value.coupon .itm {
    padding: 0 10px;
    line-height: 20px;
    margin-left: 8px;
    margin-top: 5px;
    border: 1px solid #f00;
    color: #f00;
    cursor: pointer;
}
.infos .text .price-box .right {
    flex: none;
}
.infos .text .price-box .right .item .label {
    color: #999;
}
.infos .text .options .item {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 10px;
    line-height: 22px;
}
.infos .text .options .item .label {
    min-width: 60px;
    padding-left: 15px;
    text-align: center;
    flex: none;
}
.infos .text .options .item .value {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.infos .text .options .item .value .icon-item {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-right: 10px;
}
.infos .text .options .item .value .icon-item .icon {
    width: 20px;
    height: 17px;
    margin-right: 3px;
    background: url("../../static/img/icon.00ed8c7c.png");
}
.infos .text .options .item .value .icon-item .icon.i-1 {
    background-position: 0 0;
}
.infos .text .options .item .value .icon-item .icon.i-2 {
    background-position: -20px 0;
}
.infos .text .options .item .value .icon-item .icon.i-3 {
    background-position: -40px 0;
}
.infos .text .options .item .value .icon-item .icon.i-4 {
    background-position: -60px 0;
}
.infos .text .options .item .value .icon-item .icon.i-5 {
    background-position: -80px 0;
}
.infos .text .options .item .value .icon-item .icon.i-6 {
    background-position: -100px 0;
}
.infos .text .options .item.spec-box {
    margin-top: 8px;
}
.infos .text .options .item.spec-box .label {
    padding-top: 7px;
    padding-bottom: 7px;
}
.infos .text .options .item.spec-box .value {
    margin-left: -10px;
    margin-top: -3px;
}
.infos .text .options .item.spec-box .value .cell {
    border: 1px solid #f3f3f3;
    margin: 5px 0 5px 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.infos .text .options .item.spec-box .value .cell .spec-item {
    position: relative;
    display: block;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    overflow: hidden;
}
.infos .text .options .item.spec-box .value .cell .spec-item .input {
    display: none;
}
.infos .text .options .item.spec-box .value .cell .spec-item .tick {
    position: absolute;
    right: -3px;
    bottom: -10px;
    background: #f00;
    color: #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 10px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .options .item.spec-box .value .cell .spec-item .tick .icon {
    transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    font-size: 14px;
}
.infos .text .options .item.spec-box .value .cell .img {
    width: 45px;
    height: 45px;
}
.infos .text .options .item.spec-box .value .cell .txt {
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    font-weight: bold;
}
.infos .text .options .item.spec-box .value .cell.active,
.infos .text .options .item.spec-box .value .cell:hover {
    border-color: #f00;
}
.infos .text .options .item.spec-box .value .cell.active .spec-item,
.infos .text .options .item.spec-box .value .cell:hover .spec-item {
    border-color: #f00;
    color: #f00;
}
.infos .text .options .item.spec-box .value .cell.active .spec-item {
    cursor: not-allowed;
}
.infos .text .options .item.spec-box .value .cell.none {
    opacity: 0.6;
}
.infos .text .options .item.num-box {
    padding-top: 10px;
}
.infos .text .options .item.num-box .label {
    line-height: 26px;
}
.infos .text .options .item.num-box .value .spec-number {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.infos .text .options .item.num-box .value .spec-number .stock {
    margin-left: 12px;
    color: #999;
}
.infos .text .options .item.btn-box {
    padding-top: 20px;
}
.infos .text .options .item.btn-box .el-button {
    border-radius: 3px;
    height: 42px;
    font-size: 14px;
}
.infos .text .options .item.btn-box .el-button:hover {
    opacity: 0.8;
}
.infos .text .options .item.btn-box .el-button.pdb {
    border-color: #21bc5a;
    background: #21bc5a;
}
.infos .text .options .item.btn-box .el-button.buy {
    border-color: #f00;
    background: #f00;
    min-width: 150px;
}
.infos .text .options .item.btn-box .el-button.cart {
    border-color: #f00;
    color: #f00;
    background: #fff;
    min-width: 150px;
}
.infos .text .options .item.btn-box .el-button.mobile {
    border-color: #f60;
    background: #f60;
    margin-left: 10px;
}
.infos .text .options .item.btn-box .el-button:disabled {
    background: #f4f4f4;
    border-color: #f4f4f4;
    color: #ceccd3;
}
.body {
    margin-top: 30px;
    padding-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.body .recommend {
    width: 238px;
    flex: none;
    background: #fff;
}
.body .recommend .box .head {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #f8f8f8;
    font-weight: bold;
    font-size: 13px;
}
.body .recommend .box .item {
    margin-bottom: 10px;
    text-align: center;
}
.body .recommend .box .item .name {
    margin-top: 5px;
}
.body .recommend .box .item .price {
    margin-top: 5px;
    color: #f00;
}
.body .recommend .box .list {
    padding: 20px;
}
.body .params {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 20px;
}
.body .params .head {
    height: 40px;
}
.body .params .head .list {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #f3f3f3;
    height: 39px;
}
.body .params .head .list .item {
    height: 38px;
    line-height: 38px;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    padding: 0 20px;
    cursor: pointer;
    background: #fff;
    margin-left: -1px;
}
.body .params .head .list .item.active {
    border-top-width: 2px;
    font-weight: bold;
    border-top-color: #f60;
}
.body .params .head.fixed .list {
    position: fixed;
    top: 0;
    z-index: 100;
}
.body .params .head.fixed .list .item.active {
    height: 37px;
}
.body .params .head.fixed .mask {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 90;
}
.body .params .children {
    color: #666;
}
.body .params .children .item {
    margin-top: 20px;
}
.body .params .children .item .title {
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
}
.body .params .children .item.param {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}
.body .params .children .item.param .cell {
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-left: 20px;
}
.body .params .children .item.param-all td {
    padding: 10px 15px;
    border: 1px solid #f3f3f3;
}
.body .params .children .item.detail {
    word-break: break-all;
    text-align: center;
}
.body .params .children .item.detail .html >>>img {
    max-width: 100%;
    vertical-align: middle;
}
.body .params .children .item.detail .html >>>i,
.body .params .children .item.detail .html >>>b,
.body .params .children .item.detail .html >>>em {
    font-style: italic;
}
.body .params .children .item.comment .list .itm {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 5px;
}
.body .params .children .item.comment .list .itm .left .content {
    min-height: 100px;
}
.body .params .children .item.comment .list .itm .left .spec {
    color: #999;
}
.body .params .children .item.comment .list .itm .left .img {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    margin-left: -5px;
}
.body .params .children .item.comment .list .itm .left .img .cell {
    border: 1px solid #f3f3f3;
    padding: 2px;
    width: 40px;
    height: 40px;
    margin: 5px;
}
.body .params .children .item.comment .list .itm .right .avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    background: #f4f4f4;
    margin: 0 auto;
}
.body .params .children .item.comment .list .itm .right .avatar img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.body .params .children .item.comment .list .itm .right .name {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
}
.body .params .children .item.comment .list .itm .right .time {
    margin-top: 10px;
    color: #999;
}
.body .params .children .item.comment .page {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 20px;
}
.body .params .children .item.comment .comment-none {
    height: 150px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    color: #999;
}
.goods.template-1 .header {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.goods.template-1 .header .fav-list {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.goods.template-1 .header .fav-list .itm {
    position: relative;
    margin-left: 18px;
    padding-left: 18px;
    cursor: pointer;
}
.goods.template-1 .header .fav-list .itm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background: #f4f4f4;
}
.goods.template-1 .header .fav-list .itm:first-child:before {
    display: none;
}
.goods.template-1 .header .fav-list .itm .icon {
    font-size: 20px;
    color: #979797;
}
.goods.template-1 .header .fav-list .itm.on .icon {
    color: #f00;
}
.goods.template-1 .infos .image .big {
    background: #fff;
}
.goods.template-1 .infos .image .thumb {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-left: -5px;
}
.goods.template-1 .infos .image .thumb .item {
    width: 80px;
    height: 80px;
    padding: 2px;
}
.goods.template-1 .infos .text {
    background: #fff;
    padding: 20px;
    margin-left: 15px;
}
.goods.template-1 .infos .text .head .title {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.goods.template-1 .infos .text .head .title .name {
    font-size: 16px;
    color: #555;
}
.goods.template-1 .infos .text .head .title .sn {
    color: #555;
}
.goods.template-1 .infos .text .desc {
    color: #f00;
}
.goods.template-1 .infos .text .price-box {
    background: #F3F3F3;
    border-radius: 4px;
}
.goods.template-1 .infos .text .price-box .item .value.coupon .itm {
    position: relative;
    background: #f9dedf;
    border-left: none;
    border-right: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.goods.template-1 .infos .text .price-box .item .value.coupon .itm:hover {
    background: #fff4f4;
}
.goods.template-1 .infos .text .price-box .item .value.coupon .itm:before,
.goods.template-1 .infos .text .price-box .item .value.coupon .itm:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
}
.goods.template-1 .infos .text .price-box .item .value.coupon .itm:before {
    left: -1px;
}
.goods.template-1 .infos .text .price-box .item .value.coupon .itm:after {
    right: -1px;
}
.goods.template-1 .infos .text .options .item.spec-box,
.goods.template-1 .infos .text .options .item.num-box,
.goods.template-1 .infos .text .options .item.install-box {
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
}
.goods.template-1 .infos .text .options .item.spec-box .value .cell .spec-item {
    border-color: transparent;
}
.goods.template-1 .infos .text .options .item.spec-box .value .cell .spec-item .tick {
    display: none;
}
.goods.template-1 .body .params {
    background: #fff;
    padding: 20px;
}
.goods.template-2 .infos .image .thumb .item {
    width: 70px;
    height: 70px;
    border: none;
    border-bottom: 3px solid transparent;
}
.goods.template-2 .infos .text .head .title .name {
    font-size: 22px;
    color: #4e4e4e;
}
.goods.template-2 .infos .text .head .title .name .before {
    margin-top: 8px;
}
.goods.template-2 .infos .text .head .title .sn {
    color: #999;
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
}
.goods.template-2 .infos .text .price-box {
    background: #f6f6f6;
}
.goods.template-2 .infos .text .price-box .left .coupon .itm {
    padding: 0;
    border-radius: 2px;
}
.goods.template-2 .infos .text .price-box .left .coupon .itm .before {
    padding: 0 5px;
}
.goods.template-2 .infos .text .price-box .left .coupon .itm .after {
    display: inline-block;
    vertical-align: baseline;
    background: #f00;
    color: #fff;
    height: 100%;
    padding: 0 5px;
}
.goods.template-2 .infos .text .distribution {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eaeaea;
    padding: 0 20px;
    background: #f9f9f9;
    color: #666;
}
.goods.template-2 .infos .text .install {
    color: #f00;
}
.goods.template-2 .infos .text .options .item.spec-box .value .cell .spec-item .tick {
    background: #666;
}
.goods.template-2 .infos .text .options .item.spec-box .value .cell:hover,
.goods.template-2 .infos .text .options .item.spec-box .value .cell.active {
    border-color: #666;
}
.goods.template-2 .infos .text .options .item.spec-box .value .cell:hover .spec-item,
.goods.template-2 .infos .text .options .item.spec-box .value .cell.active .spec-item {
    border-color: #666;
    color: #666;
}
.goods.template-2 .infos .text .options .item.fav-box {
    margin-top: 20px;
}
.goods.template-2 .infos .text .options .item.fav-box .fav-list {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
}
.goods.template-2 .infos .text .options .item.fav-box .fav-list .itm {
    border: 1px solid #ddd;
    padding: 0 10px;
    width: 60px;
    border-radius: 50px;
    height: 25px;
    cursor: pointer;
    color: #999;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    margin-left: 15px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.goods.template-2 .infos .text .options .item.fav-box .fav-list .itm:first-child {
    margin-left: 0;
}
.goods.template-2 .infos .text .options .item.fav-box .fav-list .itm:hover {
    background: #f9f9f9;
}
.goods.template-2 .infos .text .options .item.fav-box .fav-list .itm .icon {
    font-size: 16px;
    margin-right: 2px;
}
.goods.template-2 .infos .text .options .item.fav-box .fav-list .itm.on {
    color: #f00;
    border-color: #f00;
}
.coupon-drawer >>>.el-drawer {
    background: #eceaea;
    overflow-y: auto;
}
.coupon-drawer >>>.el-drawer::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.coupon-drawer >>>.el-drawer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
}
.coupon-drawer >>>.el-drawer::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ededed;
}
.coupon-drawer >>>.el-drawer .el-drawer__header {
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
}
.coupon-list {
    padding: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.coupon-list .item {
    margin-top: 20px;
}
.coupon-list .item:first-child {
    margin-top: 0;
}
.coupon-list .item .title {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}
.coupon-list .item .title .txt {
    position: relative;
}
.coupon-list .item .title .txt:before,
.coupon-list .item .title .txt:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 40px;
    background: #d2d2d2;
}
.coupon-list .item .title .txt:before {
    left: -55px;
}
.coupon-list .item .title .txt:after {
    right: -55px;
}
.coupon-list .item .child .itm {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    height: 120px;
    background: #fff;
    margin-top: 10px;
}
.coupon-list .item .child .itm .left {
    width: 100%;
    padding: 10px 15px;
    color: #999;
}
.coupon-list .item .child .itm .left .price .num {
    font-size: 28px;
    font-weight: bold;
    margin: 0 3px;
}
.coupon-list .item .child .itm .left .name,
.coupon-list .item .child .itm .left .date {
    margin-top: 2px;
}
.coupon-list .item .child .itm .right {
    flex: none;
    width: 1em;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 8px;
    background: #73d1d3;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.coupon-list .item .child .itm .right:hover {
    opacity: 0.85;
}
.video-box video {
    width: 100%;
}
.mask {
    text-align: center;
}
.icp {
  color: #000;
  text-align: center;
  line-height: 40px;
  padding: 15px;
  border-top:1px solid #f3f3f3;
}
.icp iframe {
  height: 40px;
  margin-left: 10px;
  vertical-align: top;
}