.jz{
    padding-bottom: 70px;
}

.tempWrap li{
    color: red;
}

.websiteBuy table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    color: #333;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}

.websiteBuy thead {
    background-color:#e5504f;
    color: #fff;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    z-index: 3;
}

.websiteBuy thead.fix {
    position: fixed;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 56px;
}

.websiteBuy .tdB, .websiteBuy .tdC, .websiteBuy .tdD, .websiteBuy .tdE, .websiteBuy .tdF {
    width: 398px;
}

.websiteBuy th {
    border: 1px solid #e5504f;
    padding: 15px 10px;
    position: relative;
}

.websiteBuy th .pA {
    font-size: 16px;
    width: 283px;
    text-align: center;
}

.websiteBuy td {
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 10px;
}

.tdA p,.tdB p,.tdC p{
    color: #666;
}

.websiteBuy-top h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
}

.websiteBuy-top .addr {
    margin-top: 15px;
}

.websiteBuy-top .addr ul {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.websiteBuy-top .addr li {
    position: relative;
    border-bottom: 2px solid rgba(0,0,0,0);
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 2px;
    margin: 0 10px;
    color: #f5f5f5;
    cursor: pointer;
}

.websiteBuy-top .addr li.cur {
    border-color: #fff;
    color: #fff;
}

.websiteBuy-top .pri {
    position: relative;
    margin: 10px auto auto auto;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    border-color: #e5504f;
    text-align: center;
}

.websiteBuy-top .pri a {
    color: #e5504f;
    font-size: 14px;
    background: url(/website/images/gm_9.png) no-repeat right center;
    padding-right: 17px;
}

.websiteBuy-top .pri ul {
    display: none;
    width: 142px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 33px;
    color: #e5504f;
    font-size: 14px;
    padding-top: 9px;
    border: 1px solid #e5504f;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    z-index: 5;
}

.websiteBuy-top .pri li {
    line-height: 42px;
    border-top: 1px solid #e8e8e8;
    cursor: pointer;
}

.websiteBuy-top .pri li:hover {
    background-color: #e8e8e8;
}

.websiteBuy tBody {
    padding-top: 195px;
}

.websiteBuy td {
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 25px;
}

.websiteBuy td .pB {
    width: 30px;
}

.websiteBuy td .pA {
    line-height: 20px;
}


.websiteBuy tBody tr:first-child td:nth-child(2), .websiteBuy tBody tr:first-child td:nth-child(3) {
    width: 182px;
}

.websiteBuy tBody tr:nth-child(even) {
    background-color: #f3f3f3;
}

.websiteBuy td.tdB {
    border-right-color: #e5504f;
}

.websiteBuy-bot .aA {
    color: #e5504f;
    text-decoration: underline;
}

.websiteBuy-bot .aB {
    display: block;
    width: 120px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #e5504f;
    border-radius: 5px;
    margin: 10px auto auto auto;
}

