/* 详情页样式表 */

.crumb_wrap {
    margin: 20px 0;
}

.crumb_wrap a {
    font-size: 12px;
}

.crumb_wrap em {
    
    margin: 0 10px;
}


/* 产品预览图模块 */


/* 左侧整体设计 */

.preview_wrap {
    width: 400px;
    height: 560px;
}


/* 预览大图 */

.preview_img {
    position: relative;
    width: 398px;
    height: 398px;
    border: 1px solid #ccc;
}

.mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    background-color: yellow;
    opacity: .5;
    border: 1px solid #ccc;
}

.big {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 410px;
    width: 500px;
    height: 500px;
    background-color: pink;
    border: 1px solid #ccc;
    z-index: 999;
}

.bigImage {
    position: absolute;
}


/* 预览小图 */

.preview_list {
    position: relative;
    height: 60px;
    margin-top: 30px;
}

.preview_list ul {
    height: 60px;
    width: 320px;
    margin: 0 auto;
}

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


/* 左箭头 */

.arrow_prev {
    left: 0;
    background: url(../img/arrow-prev.png) no-repeat;
}


/* 右键头 */

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


/* 每个小li的大小 */

.preview_list li {
    float: left;
    height: 56px;
    width: 56px;
    margin: 0 2px;
    border: 1px solid transparent;
}


/* 经过出现红色框 */

.preview_list li:hover {
    border: 1px solid #c81623;
}

.preview_list .preview_list_current {
    border: 1px solid #c81623;
}


/* 分享模块 */


/* 总体设计 */

.goods_recom {
    height: 20px;
    margin: 20px 0;
    text-align: center;
}


/* 左右距离 */

.goods_recom a,
.goods_recom input {
    margin-left: 15px;
}


/* 对分享模块share里的 i标签（图片）进行设置基本的宽高，属性的转换-行内块元素 */

.share i {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url(../img/share.jpg) no-repeat;
}


/* 对分享模块fav里的 i标签（图片）进行设置基本的宽高，属性的转换-行内块元素 */

.fav i {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url(../img/fav.jpg) no-repeat;
}


/* 垂直居中：行内块或行内元素可以实现居中对齐，必须写上display:inline-block */

.goods_recom i,
.goods_recom input {
    vertical-align: middle;
}


/* 右侧 */


/* 整体设计 */

.iteminfo_wrap {
    width: 720px;
}


/* 头部 */

.sku_name {
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
}


/* 新闻部分-news */

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


/* 总体-summary */

.summary dt,
.summary dd {
    float: left;
    line-height: 44px;
}

.summary dl {
    overflow: hidden;
}
.product_intro{
    margin-top: 50px;
}
.summary dt {
    width: 100px;
    padding-left: 10px;
    /* line-height: 36px; */
}


/* summary部分-价格 */

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

.summary_price i {
    font-size: 24px;
    font-weight: 700;
    color: #e12228;
}

.summary_price a {
    font-size: 12px;
    font-weight: 400;
    color: #c81623;
    padding-left: 5px;
}

.summary_price span {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #1474af;
}

.summary_price span em {
    font-size: 12px;
    color: #999999;
}


/* summary-促销部分 */

.summary_promotion {
    
    padding-top: 0;
}

.summary_promotion dd {
    width: 450px;
    line-height: 36px;
}

.summary_promotion em {
    display: inline-block;
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #c81623;
}


/* summary-支持部分 */

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


/* summary-配送部分 */

.summary_stock {
    line-height: 36px;
}

.summary_stock dd {
    width: 450px;
}

.summary_stock em {
    
}

.summary_stock span {
    font-weight: 700;
}


/* summary-选择颜色部分 */

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

.choose_color dd a:hover {
    border: 1px solid #c81623;
}


/* summary-选择版本部分 */

.choose_version {
    margin: 10px 0;
}

.choose_version dd a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #ededed;
    color: black;
    border: 1px solid transparent;
}

.choose_version dd a:hover {
    border: 1px solid #c81623;
}

.choose_version .choose_version_current {
    border: 1px solid #c81623;
}


/* summary-选择容量部分 */

.choose_rongliang dd a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #ededed;
    color: black;
    border: 1px solid transparent;
}

.choose_rongliang dd a:hover {
    border: 1px solid #c81623;
}


/* summary-购买方式部分 */

.choose_buytype {
    margin: 10px 0;
}

.choose_buytype dd a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #ededed;
    color: black;
    border: 1px solid transparent;
}

.choose_buytype dd a:hover {
    border: 1px solid #c81623;
}


/* summary-套服装部分 */

.choose_suit dd a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #ededed;
    color: black;
    border: 1px solid transparent;
}

.choose_suit dd a:hover {
    border: 1px solid #c81623;
}


/* summary公共部分 */

.summary .current {
    border: 1px solid #c81623;
}


/* 选择购买数量部分 */

.choose_btns {
    overflow: hidden;
    margin: 20px 0;
}
.choose_btns_span{
    line-height: 44px;
    margin-left: 15px;
}

/* 左侧 */

.choose_amount {
    position: relative;
    width: 49px;
    height: 44px;
    line-height: 44px;
}

.choose_amount input {
    width: 32px;
    height: 42px;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: super;
}

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

.add {
    top: 0;
}

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


/* 右侧 */

.addcar {
    display: inline-block;
    width: 142px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background-color: #c81623;
}

.addcar:hover {
    color: black;
}


/* 产品细节模块 */

.product_detail {
    margin-bottom: 50px;
    width: 1200px;
    margin: 0 auto;
}


/* 左侧 */

.aside {
    width: 208px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.tab_list {
    height: 34px;
}

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


/* 鼠标经过进行变换 */

.tab_list li:hover {
    background-color: #fff;
    color: #c81623;
    border-bottom: 1px solid transparent;
}


/* a从行内元素转为块级元素 */

.tab_list li a {
    display: block;
}


/* 第一个盒子 */

.first_tab {
    width: 104px;
}


/* 第二个盒子 */

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


/* 根据视频，目前点击 */

.tab_list_current {
    background-color: #fff;
    color: #c81623;
    border-bottom: 1px solid transparent;
}


/* 相关分类-身体部分 */


/* 左浮动 */

.tab_con_xiangguanfenlei {
    width: 184px;
    margin: 0 10px;
}

.tab_con_xiangguanfenlei li {
    width: 72px;
    float: left;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding: 7px 10px;
}


/* a从行内元素转为块级元素 */

.tab_con_xiangguanfenlei li a {
    display: block;
    padding: 7px 0;
}

.tab_con_xiangguanfenlei .tab_con_last {
    border: transparent;
}


/* 推荐分类-身体部分 */

.tab_con_tuijianpinpai {
    width: 184px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    height: 1000px;
    overflow: scroll;
    /* background-color: pink; */
}


/* 字数超过用省略号代替 */

.tab_con_tuijianpinpai li h5 {
    /* 强制一行显示 */
    white-space: nowrap;
    /* 溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}


/* 侧边框价格 */

.aside_price {
    margin: 10px 0 5px;
    font-weight: 700;
}

.tab_con_tuijianpinpai li {
    border-bottom: 1px solid #ccc;
}


/* 侧边框加入购物车 */

.aside_addcar {
    display: block;
    width: 88px;
    height: 26px;
    background-color: #f7f7f7;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 20px;
}


/* 右侧 */

.detail {
    width: 978px;
    border: 1px solid #ccc;
}


/* 选择搭配部分 */

.choose_dapei {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}


/* 选择搭配头部 */

.choose_dapei_hd {
    height: 38px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
}


/* 文字部分-选择搭配 */

.choose_dapei_hd p {
    display: inline-block;
    width: 88px;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    background-color: #c81623;
    text-align: center;
    color: #fff;
}


/* 选择搭配-身体部分 */

.choose_dapei_bd {
    width: 808px;
    overflow: hidden;
}


/* 分类明细-身体上部的小li */

.choose_dapei_bd li {
    float: left;
    padding: 10px 40px 10px 20px;
}


/* 搭配商品的总体设置 */

.choose_dapei_goods {
    position: relative;
    width: 808px;
    height: 229px;
}


/* 没个小li的设置 */

.choose_dapei_goods li {
    width: 130px;
    height: 173px;
    float: left;
    margin: 25px 11px 10px 20px;
    text-align: center;
}


/* 图片加边框 */

.choose_dapei_goods img {
    width: 130px;
    height: 130px;
    border: 1px solid transparent;
}

.choose_dapei_goods img:hover {
    border: 1px solid #c81623;
}


/* 当前选择 */

.choose_dapei_goods .choose_dapei_goods_current {
    border: 1px solid #c81623;
}


/* 每个红色字体的不同 */

.choose_dapei_goods i {
    font-size: 14px;
    color: #e12228;
}

.choose_dapei_goods span {
    color: #c81623;
}


/* 超过字体隐藏 */

.choose_dapei_goods h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 垂直居中-checkbox选择框 */

.choose_dapei_goods input {
    vertical-align: middle;
}


/* 右箭头 */

.choose_dapei_goods em {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    
    height: 50px;
    width: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .2);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* 右侧总额 */

.choose_dapei_account {
    float: right;
    width: 169px;
    height: 267px;
    border-left: 1px solid #ccc;
}


/* 字体不同 */

.choose_dapei_account p {
    font-size: 12px;
    color: #333;
    margin: 45px 70px 18px 15px;
}

.choose_dapei_account span {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    margin: 45px 70px 18px 15px;
}

.choose_dapei_account em {
    font-size: 24px;
    color: #e12228;
    margin: 10px 0 0 10px;
}

.choose_dapei_account a {
    margin: 50px 15px 0;
}


/* 商品介绍部分 */

.goods_info {
    overflow: hidden;
}


/* 列表部分 */

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

.detail_tab_list li {
    float: left;
    display: block;
    height: 39px;
    font-size: 12px;
    padding: 0 20px;
    line-height: 39px;
}


/* 当前状态 */

.detail_tab_list_current {
    background-color: #c81623;
    color: #fff;
}


/* 鼠标经过 */

.detail_tab_list li:hover {
    background-color: #c81623;
    color: #fff;
}


/* 控制距离 */

.item ul {
    padding: 20px 0 0 20px;
}


/* 每个li的行高 */

.item li {
    height: 22px;
}

.more {
    float: right;
    font-weight: 700;
    
}
.addcar:hover {
    color:#fff;
}