:root {
    --diyTextWidth: 60px;
    --diyManualWidth: 100%;
}

.priceFont{
    color: var(--red);
}
.priceFontDel{
    text-decoration: line-through;
    color: #999;
}
.price {
    float: left;
    color:#666;
    font-weight:bold;
}
.priceDel {
    float: left;
    color:#666;
    text-decoration:line-through;
}

#addToCartBoxBg {
    position: absolute;
    width: 100%;
    background-color: #333;
    filter: alpha(opacity=80, style=4);
    -moz-opacity: .8;
    opacity: 0.8;
}
#addToCartBox {
    position: absolute;
    width: 100%;
    height: 400px;
}
#sku {
    width: 100%;
    height: 110px;
    background: url(/img/goodsAttrsBoxBg.png) 0px -1px repeat-x;
    overflow: hidden;
}
#skuLogo {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 10px;
    border: #ddd 1px solid;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
#skuInfo {
    float: left;
    margin-left: 10px;
}
#skuPriceAndExFee {
    display: inline-table;
    margin-top: 28px;
    font-size: 16px;
    line-height: 20px;
    color: #999;
}

#skuPrice {
    float: left;
}

#skuExFee {
    float: left;
    margin-left: 20px;
}

#skuStock {
    font-size: 16px;
    margin-top: 5px;
}

#addToCartBoxClose {
    float: right;
    margin: 10px;
    margin-top: 30px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #666;
}

#attrs {
    width: 100%;
    height: 240px;
    overflow-y: scroll;
    background-color: #FFFFFF;
    text-align: center;
}

#attrs .r {
    width: 96%;
    border-bottom: #ddd 1px solid;
    margin-left: auto;
    margin-right: auto;
}

#attrs .attrName {
    line-height: 32px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

#attrs .skus {
    width: 100%;
    display: inline-table;
    text-align: left;
}

.attr {
    float: left;
    white-space: nowrap;
    margin-right: 6px;
    margin-top: 5px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EEE;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.attrSelected {
    float: left;
    white-space: nowrap;
    margin-right: 6px;
    margin-top: 5px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--orange);
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.attrNoStock {
    float: left;
    white-space: nowrap;
    margin-right: 6px;
    margin-top: 5px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eee;
    color: #999;
    text-align: center;
    cursor: pointer;
}

#btnDiy{
    width: 100%;
    height: 50x;
    line-height: 50px;
    color: #FFF;
}
#diyManual{
    float: left;
    width: var(--diyManualWidth);
    height: 50px;
    background-color: var(--greenOver);
    font-size: 14px;
    cursor: pointer;
}
#diyIcon{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
}
#diyIcon .iconfont{
    font-size: 40px !important;
}
.diyText{
    float: left;
    height: 50px;
    line-height: 50px;
    width: var(--diyTextWidth);
    border-left:#fff 2px solid;
}
#diyAI{
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: var(--orange);
}
#diyAI .iconfont{
    font-size: 40px !important;
}


#addToCartBoxOk {
    width: 100%;
    height: 50x;
    line-height: 50px;
    background-color: var(--orange);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

#amount {
    height: 32px;
    line-height: 32px;
    width: 50px;
    border: none;
    background: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.AmountPlus {
    width: 42px;
    height: 32px;
    line-height: 32px;
    background-color: #DDD;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 6px 6px 0px;
}

.AmountMinus {
    width: 42px;
    height: 32px;
    line-height: 32px;
    background-color: #DDD;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 6px 0px 0px 6px;
}

#buyMinScope{
    color: var(--red);
}

#buyMin{
    color: var(--red);
    font-size: 16px;
    font-weight: bold;
}

#optionsHeader{
    width: 100%;
    height:40px;
    line-height: 40px;
    background-color: #F0F0F0;
}
.option{
    display:inline-table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.option .optionName{
    width:100%;
    height:20px;
    line-height: 20px;
    font-weight: bold;
    margin-top:10px;
    border-bottom: #ddd 1px solid;
}
.option .optionChoices{
    display:inline-table;
    width:100%;
}
.option .optionChoices .optionChoice{
    float: left;
    width: var(--optionChoiceWidth);
    height: 46px;
    background-color: #F5F5F5;
    margin-left:5px;
    margin-top:5px;
    border:#ddd 1px solid;
}
.option .optionChoices .optionSelected{
    border:var(--orange) 1px solid !important;
}

.option .optionChoices .optionChoice .optionChoiceIcon{
    float: left;
    width: 44x;
    height: 44px;
    cursor: pointer;
}
.option .optionChoices .optionChoice .optionChoiceIcon img{
    max-width: 44x;
    max-height: 44px;
}
.option .optionChoices .optionChoice .optionChoiceName{
    float: left;
    padding-left: 5px;
    width: var(--optionChoiceNameWidth);
    height: 44px;
    text-align: left;
    overflow: hidden;
}
.option .optionChoices .optionChoice .optionChoiceName .theName{
    width:100%;
    height: 22px;
    line-height: 22px;
}
.option .optionChoices .optionChoice .optionChoiceName .thePrice{
    width:100%;
    height: 22px;
    line-height: 22px;
}
.option .optionChoices .optionChoice .optionChoiceCheck{
    float: left;
    height: 44px;
    line-height: 44px;
    width: 30px;
    text-align: center;
}