.fl {
    float: left;
}

.fr {
    float: right;
}

.page-container {
    margin: 0 auto;
    text-align: left;
}

.crumb_wrap {
    margin: 8px 0 16px 0;
}

.crumb_wrap a {
    margin: 0 5px;
    color: #777;
}

.preview_wrap {
    width: 350px;
    height: 590px;
}

.preview_img {
    position: relative;
    height: 350px;
    border: 1px solid #ccc;
    cursor: move;
}

img {
    width: 100%;
}

.preview_list {
    width: 350px;
    position: relative;
    height: 60px;
    margin-top: 10px;
    text-align: center;
}

.preview_list .prev {
    position: relative;
    left: -4px;
}

.preview_list .next {
    position: relative;
    right: -4px;
}

.list_item {
    display: inline-block;
    margin: 0 auto;
}

.list_item li {
    float: left;
    width: 60px;
    height: 60px;
    border: 4px solid transparent;
}

.list_item li>img {
    cursor: pointer;
}

.list_item li.current {
    border: 4px solid var(--primaryColor);
}

.arrow_pre,
.arrow_next {
    position: absolute;
    top: 15px;
    width: 22px;
    height: 32px;
}

.arrow_pre {
    background: url(@/assets/images/arrow-prev.png) no-repeat;
    left: 0;
}

.arrow_next {
    background: url(@/assets/images/arrow-next.png) no-repeat;
    right: 0;
}

/* 右侧商品详细信息 */
.itemInfo_wrap {
    width: 780px;
}

.sku_name {
    height: 30px;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}

.news {
    height: 30px;
    color: #e12228;
}

.info {
    height: 30px;
    color: #333;

}

.info span {
    margin-right: 16px;
}

.summary dl {
    overflow: hidden;
}

.summary dt,
.summary dd {
    float: left;
}

.summary dt {
    width: 100px;
    padding-left: 10px;
    line-height: 36px;
}

.summary_price,
.summary_pomotion {
    position: relative;
    padding: 10px 0;
    background-color: #fee9eb;
}

.price {
    font-size: 24px;
    color: #e12228;
}

.summary_price a {
    color: var(--primaryColor);
}

.remark {
    position: absolute;
    top: 20px;
    right: 10px;
}

.summary_pomotion {
    padding-top: 0;
}

.summary_pomotion dd {
    width: 450px;
    line-height: 26px;
}

.summary_pomotion em {
    display: inline-block;
    padding: 0 8px;
    margin-right: 4px;
    height: 22px;
    background-color: var(--primaryColor);
    text-align: center;
    line-height: 22px;
    color: #fff;
}

.summary_support dd {
    line-height: 36px;
}

.summary_send dd {
    line-height: 26px;
    margin-bottom: 10px;
}

.choose_color a {
    display: inline-block;
    width: 80px;
    height: 41px;
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 41px;
}

.choose_color a.current {
    border-color: var(--primaryColor);
}

.choose_version a,
.choose_type a {
    display: inline-block;
    height: 41px;
    padding: 0 12px;
    margin: 10px 5px;
    background-color: #f7f7f7;
    border: 2px solid #ededed;
    text-align: center;
    line-height: 41px;
}

.choose_version a.current,
.choose_type a.current {
    border-color: var(--primaryColor);
}

.info_flex {
    display: flex;
    margin: 16px 0 32px;

}

.info_flex .item_info {
    flex: 1;
}

/* 确认按钮 */
.choose_btns {
    margin-top: 20px;
    margin-left: 100px;
}

.choose_amount {
    position: relative;
    float: left;
    width: 70px;
    height: 46px;
}

.choose_amount input {
    width: 50px;
    height: 44px;
    font-size: 16px;
    border: 1px solid #ccc;
    text-align: center;
}

.add,
.reduce {
    position: absolute;
    right: 0;
    width: 15px;
    height: 22px;
    border: 1px solid #f1f1f1;
    text-align: center;
    line-height: 22px;
}

.add {
    top: 0;
}

.reduce {
    bottom: 0;
    cursor: not-allowed;
}

a.addcar {
    display: inline-block;
    width: 142px;
    height: 46px;
    background-color: var(--primaryColor);
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
    transition: all.2s;
}

a.addcar:hover {
    text-decoration: none;
    background-color: var(--primaryDarkerColor);
}

.product_detail {
    margin-bottom: 20px;
}

.aside {
    width: 208px;
    border: 1px solid #ccc;
}

.aside_tab ul {
    width: 212px;
}

.aside_tab {
    overflow: hidden;
    height: 34px;
}

.aside_tab li {
    float: left;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    height: 33px;
    text-align: center;
    line-height: 33px;
}

.aside_tab .first {
    width: 104px;
}

.aside_tab .second {
    width: 103px;
    border-left: 1px solid #ccc;
}

.aside_tab li.current {
    border-bottom: 1px solid transparent;
    background-color: #fff;
    color: red;
}

.recommend {
    text-align: center;
}

.recommend .aside_price {
    color: orangered;
}

.tab_con .picture img {
    width: 80%;
}

.tab_con .tuijian {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}

.tab_con li {
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;
    width: 180px;
    /* height: 225px; */
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.tab_con li h5 {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab_con li h6 {
    font-size: 12px;
}


.tab_con .aside_price {
    font-weight: bold;
    margin: 4px 0;
    text-align: center;
}

/* 右侧商品信息 */
.detail {
    width: 978px;
}

.detail_tab_list {
    width: 987px;
    height: 39px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.detail_tab_list li {
    float: left;
    height: 39px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
}

.detail_tab_list li.current {
    background-color: var(--primaryColor);
    color: #fff;
}

.item {
    margin: 10px;
}

.item li {
    line-height: 22px;
}

.more {
    float: right;
    font-size: 14px;
    font-weight: bold;
    font-family: "icomoon";
}

/* 预览大图 */
#viewer {
    width: 600px;
    height: 600px;
    margin-left: 5px;
    display: none;
    position: absolute;
    left: 354px;
    pointer-events: none;
    border: 1px #6750a4 solid;
    overflow: hidden;
    z-index: 9999;
}

#viewer img {
    width: 100%;
    height: 100%;
    position: relative;
}

.goods_list {
    font-size: 0;
    vertical-align: middle;
}

.goods {
    padding: 0;
    font-size: 0;
}

.goods_list>li {
    width: 350px;
    /* margin: 5px; */
    display: inline-block;
    cursor: pointer;
    position: relative;
    border: 1px #6750a4 solid;
}

.goods_list>li img {
    width: 100%;
    vertical-align: middle;
}

.cursor {
    position: absolute;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    width: 200px;
    height: 200px;
    pointer-events: none;
    background-color: rgba(190, 136, 174, 0.5);
    transition: visibility.15S, opacity.15s;
}

.goods_list>li:hover .cursor {
    visibility: visible;
    opacity: 1;
}


.stars {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.stars p {
    font-size: 24px;
    color: gold;
}

.stars img {
    width: 25px;
    cursor: pointer;
}