﻿* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

body {
    background: #fff;
    font-size: 12px;
    color: #555;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 100px 100px;
}

a {
    color: #555;
    text-decoration: none;
}

    a:hover {
        color: #c00;
        text-decoration: underline;
    }

img {
    border: none;
}

li {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

/*tab*/
.tab {
    line-height: 56px;
    font-size: 14px;
}

    .tab a {
        color: #07c;
    }

        .tab a:hover {
            color: #c00;
        }

        .tab a.cur {
            font-weight: bold;
        }
/*商品详细页*/
/*iteminfo*/
.iteminfo {
}

.iteminfo_tit {
    color: #333;
    font-size: 22px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e3e3e3;
    font-weight: normal;
    padding-bottom: 12px;
    line-height: 32px;
}

.iteminfo_parameter {
    padding: 8px 0;
    padding-left: 70px;
    left: 0px;
}

.iteminfo_parameter_default {
    color: #888;
}

.iteminfo_parameter dt {
    margin-left: -70px;
    float: left;
    display: inline;
    width: 60px;
    white-space: nowrap;
    text-align: right;
    color: #888;
}

.iteminfo_mktprice {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: line-through;
}

.lh32 {
    line-height: 32px;
}

.iteminfo_price {
    color: #c00;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

.sys_item_price {
    color: #c00;
    font-size: 22px;
    vertical-align: middle;
}

.iteminfo_buying {
    background: #f7f7f7;
    padding: 12px 0;
}

/*规格*/
.sys_item_spec dl.iteminfo_parameter {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .sys_item_spec dl.iteminfo_parameter dt {
        line-height: 32px;
    }

.sys_spec_text {
}

    .sys_spec_text li {
        float: left;
        height: 28px;
        position: relative;
        margin: 2px 6px 4px 0px;
        outline: none;
    }

        .sys_spec_text li a {
            height: 24px;
            padding: 1px 6px;
            border: 1px solid #ccc;
            background: #fff;
            display: inline-block;
            line-height: 24px;
        }

            .sys_spec_text li a:hover {
                border: 2px solid #e4393c;
                padding: 0 5px;
                text-decoration: none;
            }

        .sys_spec_text li i {
            position: absolute;
            width: 10px;
            height: 10px;
            font-size: 0;
            line-height: 0;
            right: 2px;
            bottom: 2px;
            background: url(../../../Images/sys_item_selected.gif) no-repeat right bottom;
            z-index: 99;
            display: none;
        }

        .sys_spec_text li.selected1 a {
            border: 2px solid #e4393c;
            padding: 0 5px;
        }

        .sys_spec_text li.selected1 i {
            display: block;
        }

.bottom-reg a {
    margin-right: 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 178px;
    height: 38px;
    line-height: 38px;
    background-color: #c40000;
    border: 1px solid #c40000;
    color: #fff;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    text-align: center;
    margin: 20px 0px;
   text-decoration:none;
}
.bottom-reg1 a {
    margin-right: 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 178px;
    height: 38px;
    line-height: 38px;
    background-color: #e60303;
    border: 1px solid #e60303;
    color: #fff;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    text-align: center;
    margin: 20px 0px;
   text-decoration:none;
}
.bottom-reg1 i {
    position: absolute;
    left: 20px;
    top: 12px;
    width: 18px;
    height: 16px;
    background-position: -56px 0;
}
.qingdan a {
    display: inline-block;
    margin-left: 10px;
    width: 38px;
    height: 38px;
    border: 1px solid #c40000;
    text-align: center;
    border-radius: 2px;
    position: relative;
    background: #ffeded;
    text-decoration:none;
    line-height: 19px;
    color: #c40000;
    margin: 20px 50px;
}

.qingdan a:hover{
    text-decoration:underline;
}