.detail-container {
    width: 1200px;
    /* height: 925px; */
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 0;
}

.detail-top {
    width: 1140px;
    margin: 0 auto 25px;
    height: 152px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 35px;
}

.detail-top .detail-img {
    float: left;
    width: 270px;
    height: 152px;
    margin-right: 36px;
}

.detail-top .detail-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
}

.detail-top .detail-con {
    width: 500px;
    float: left;
}

.detail-top .detail-con h3 {
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #000033;
}

.detail-top .detail-con p {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 8px;
}
.detail-top .detail-con p span{
    display: block;
    line-height: 38px;
}
.detail-top .to-recharge {
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    width: 255px;
    background-color: #000000;
    border-radius: 4px;
    font-size: 18px;
    color: #ffc730;
    display: block;
    float: right;
    text-align: center;
    margin: 40px 28px 0 0;
    cursor: pointer;
}

.detail-main {
    width: 1080px;
    margin: 0 auto;
}

.detail-main p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
}

.detail-main p img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
