﻿/*购物车*/
.gwc_section .gwc_con_txt {
    background: #fff;
    margin-bottom: 5px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

    .gwc_section .gwc_con_txt .dianpu_name {
        line-height: 40px;
        padding: 0px 10px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        font-weight: bold;
    }

    .gwc_section .gwc_con_txt .cpsx_info_num {
        width: 100px;
        border: 1px solid #e5e5e5;
        margin: 0px auto;
    }

        .gwc_section .gwc_con_txt .cpsx_info_num a {
            display: inline-block;
            padding: 8px 13px;
            text-align: center;
            cursor: pointer;
            color: rgba(255,255,255,0);
        }

        .gwc_section .gwc_con_txt .cpsx_info_num .num_jian {
            border-right: 1px solid #e5e5e5;
            background: url(../img/icons/iconfont-jian.png) no-repeat center center;
        }

        .gwc_section .gwc_con_txt .cpsx_info_num .num_jia {
            border-left: 1px solid #e5e5e5;
            background: url(../img/icons/iconfont-jia.png) no-repeat center center;
        }

        .gwc_section .gwc_con_txt .cpsx_info_num .goumaishuliang {
            width: 35px;
            height: 20px;
            text-align: center;
            border: 0px solid #e5e5e5;
            font-size: 12px;
            outline: none;
        }

    .gwc_section .gwc_con_txt .cp_tit_tr td {
        padding: 5px 0px;
    }

    .gwc_section .gwc_con_txt .cp_num_tr td {
        padding-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
    }

    .gwc_section .gwc_con_txt .cp_num_tr .delgg_td {
        width: 35px;
    }

        .gwc_section .gwc_con_txt .cp_num_tr .delgg_td img {
            width: 20px;
        }

    .gwc_section .gwc_con_txt .heji_tr td {
        height: 30px;
    }

    .gwc_section .gwc_con_txt .cp_img_td {
        padding: 5px;
    }

        .gwc_section .gwc_con_txt .cp_img_td img {
            width: 60px;
        }

    .gwc_section .gwc_con_txt table {
        padding: 5px;
        text-align: center;
    }

.gwc_section {
    margin-bottom: 70px;
}

.gwc_footer {
    padding: 14px 10px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    border-top: 1px solid #e5e5e5;
    position: fixed;
    bottom: 0px;
    font-size: 14px;
}

    .gwc_footer p {
        line-height: 18px;
    }

    .gwc_footer a {
        display: block;
        background: #b92120;
        width: 80px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
    }
/* ul li以横排显示 */

/* 所有class为item的div中的ul样式 */
.itemwith {
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: 1260px; /* 宽度根据元素内容调整 */
    border: 1px solid #eaeaea;
}

.itemwithc {
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: 1260px; /* 宽度根据元素内容调整 */
    border: 1px solid #eaeaea;
}

.itemtitle ul {
    list-style: none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
    /*border: 1px solid #eaeaea;*/
}
    /* 所有class为item的div中的ul中的li样式 */
    .itemtitle ul li {
        float: left; /* 向左漂移，将竖排变为横排 */
        /*height: 26px;*/
        line-height: 40px;
        /*background-color: #eaeaea;*/
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: black;
        border-right: 1px solid #fff;
        white-space: nowrap;
    }

.itemtitle_ck {
    width: 0px;
}

.itemtitle_xh {
    width: 40px;
}

.itemtitle_name {
    width: 652px;
}

.itemtitle_kc {
    width: 100px;
}

.itemtitle_price {
    width: 100px;
}

.itemtitle_qty {
    width: 120px;
}

.itemtitle_hjje {
    width: 120px;
}

.itemtitle_cz {
    width: 120px;
}

.itemfoot_l3 {
    width: 692px;
}
.itemfoot2_l1 {
    width: 90px;
}
.itemfoot2_l3 {
    width: 600px;
}

.itemfoot_z2 {
    width: 220px;
}

.itemtitle_js {
    width: 123px;
}

.pcolor_red {
     color: #ff6600;
}

.color_red {   
    background-color: #ff6600;
}

.color_gray {
    background-color: #eaeaea;
}

.color_blue {
    background-color: #95B8E7;
}

.item {
    height: 60px;
}

    .item ul {
        list-style: none; /* 去掉ul前面的符号 */
        margin: 0px; /* 与外界元素的距离为0 */
        padding: 0px; /* 与内部元素的距离为0 */
        width: auto; /* 宽度根据元素内容调整 */
    }

        .item ul li {
            float: left; /* 向左漂移，将竖排变为横排 */
            height: 52px;
            line-height: 52px;
            background-color: #eaeaea;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: black;
            border-right: 1px solid #fff;
            white-space: nowrap;
        }

.iteminfo {
    width:120px;
    text-align: left;
    font-size: 12px;
    font-family: 微软雅黑, Arial;
    font-weight:normal;
    color: black;
    overflow: hidden;
    margin: 3px 5px 3px 5px;
}

.item_p {
    height:50px; width:180px;float:left;
}
.item_n1 {
    height:15px; width:200px;margin-top:-19px;
}
.item_n2 {
    height:15px; width:200px;margin-top:4px;
}
.item_n3 {
    height:15px; width:200px;margin-top:4px;
}

/* 所有class为item的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
.itemtitle1 ul li a, .itemtitle1 ul li a:visited {
    background-color: #465c71; /* 背景色 */
    border: 1px #4e667d solid; /* 边框 */
    color: #dde4ec; /* 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 1.35em; /* 行高 */
    padding: 4px 20px; /* 内部填充的距离 */
    text-decoration: none; /* 不显示超链接下划线 */
    white-space: nowrap; /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
    /* 所有class为item的div中的ul中的a样式(鼠标移动到元素中的样式) */
    .itemtitle1 ul li a:hover {
        background-color: #bfcbd6; /* 背景色 */
        color: #465c71; /* 文字颜色 */
        text-decoration: none; /* 不显示超链接下划线 */
    }
    /* 所有class为item的div中的ul中的a样式(鼠标点击元素时的样式) */
    .itemtitle1 ul li a:active {
        background-color: #465c71; /* 背景色 */
        color: #cfdbe6; /* 文字颜色 */
        text-decoration: none; /* 不显示超链接下划线 */
    }
