﻿/*支付宝新增需求*/

/*黄色*/
.colOrange:hover {
    color: #ff6300;
    font-size: 13px;
    cursor: pointer;
    text-decoration:none;
}



/********* 首页 Start **********/
.spFirTopMember,.spFirTopSiteName {
    float:left !important;
}
.divFirTopOkMenu {
    display: none; width: 185px; float: left; margin: 0px 8px;
}
/********* 首页 End **********/




/********* 产品-详细信息页面 Start **********/
#formOrderInfo #spBuyNow {background-color: #ffe4d0; color:#ff6a00; width:138px;height:41px; line-height:41px; text-align:center; display:inline-block; cursor: pointer;}
#formOrderInfo #spBuyNow:hover {background-color:#fca05c; color:white; }
#formOrderInfo #spAddJhds {background-color:#ff4400;color:white;width:138px;height:41px; line-height:41px; text-align:center; display:inline-block;cursor:pointer;margin-left: 4px;}
#formOrderInfo #spAddJhds:hover {background-color:#fe652e; color:white; }

/*提示信息*/
.counts_line {
    border-top: 1px solid #e7e7eb;
    height:20px;
}
/*数量*/
.counts_cp {
    margin: 10px 0 25px 15px;
    height: 31px;
    line-height: 31px !important;
}
/*数量-数量*/
.counts_cp span {
    color: #837979;
    float: left;
    padding-top: 5px;
}
/*数量-xx*/
.counts_cp .ecshop {
    float: left;
    height: 31px;
    margin-left: 25px;
}
.counts_cp .iptNum {
    text-align:center;
    width: 38px;
    line-height: 29px;
    padding-left: 3px;
    height: 29px;
    border: 1px solid #a7a6ac;
    float: left;
}
/*数量-增加、减少*/
.counts_cp .btns {
    float: left;
    width: 18px;
    margin-left: 5px;
    padding:0px;
}
/*数量-xx*/
.counts_cp .btns div {
    width: 18px;
    height: 14px;
    border: none;
    cursor: pointer;
    padding:0px;
}
/*数量-减*/
.counts_cp .divMinus {
    background: url(../../../../images/ico1.gif) left center no-repeat;
    margin-bottom: 3px;
}
.counts_cp .divMinus:hover {
    border:1px solid #ff6300;
}
/*数量-加*/
.counts_cp .divPlus {
    background: url(../../../../images/ico2.gif) left center no-repeat;
}
.counts_cp .divPlus:hover {
    border:1px solid #ff6300;
}


.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}


/********* 产品-详细信息页面 End **********/