body {
    background-color: #531a07;
    color: #ba7b17;
}

@media all and (max-height: 675px){
    .wrap {
        width: 1014px;
        margin: 50px auto;
    }
}

@media all and (min-height: 676px){
    .wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.main {
    width: 1014px;
    height: 556px;
    background: url(tpl-bg01.jpg) no-repeat;
}

.seller-info {
    width: 220px;
    line-height: 26px;
    float: left;
    margin: 100px 0 0 66px;
}

.seller-info .pic {
    width: 166px;
    height: 166px;
    border: 3px solid #f2f2f2;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.seller-info .pic img {
    width: 100%;
}

.seller-info .name {
    color: #ad0000;
    text-align: center;
    font-size: 16px;
    line-height: 38px;

}

.seller-info .qq-icon {
    width: 74px;
    height: 23px;
    background: url(qq-icon.png);
    margin: 0 auto 8px;
    display: block;
}

.content {
    float: right;
    margin: 46px 26px 0 0;
}

.top {
    width: 584px;
}

.top .domain {
    color: #ad0000;
    line-height: 32px;
    height: 32px;
    margin-bottom: 20px;
}

.domain .name {
    font-size: 34px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right: 25px;
}

.domain a {
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #ad0000;
    border-radius: 3px;
    color: #ad0000;
    margin-right: 10px;
}

.domain .whois {
    background: url(search-icon02.png) no-repeat 4px center;
    padding: 0 4px 0 20px;
}

.domain .buy {
    padding: 0 10px;
}

.text {
    line-height: 24px;
    font-size: 16px;
}

.deal-info {
    border-top: 1px solid #d2cc8e;
    margin-top: 16px;
    color: #ad0000;
}

.deal-info h4 {
    border-left: 2px solid #ad0000;
    font-size: 16px;
    height: 16px;
    margin: 20px 0 20px 2px;
    padding-left: 6px;
}

.auction-info {
    line-height: 26px;
}

.auction-info i {
    color: #ad0000;
    font-size: 16px;
}

.auction-info a {
    display: block;
    margin-top: 10px;
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ad0000;
    border-radius: 3px;
    color: #fff;
}

.auction-info b {
    color: #0087d4;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
}

.hint {
    padding: 10px 0 10px 16px;
    line-height: 26px;
    background: #fff;
    border-radius: 3px;
    margin-top: 20px;
}

.hint a {
    color: #ad0000;
}

.hint a:hover {
    text-decoration: underline;
}

.link {
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}

.link a {
    color: #ba7b17;
    padding: 0 7px; 
}