.detailsBody{
    width: 1024px;
    margin: 10px auto;
}
.details-title {
    color: #999;
}
.details-title a{
    color: #333;
    margin: 0 5px;
}
.details-title a:first-child{
    color: #999;
}
.details-title a:first-child:hover{
    color: #333;
}
.detailInfo{
    margin-top: 20px;
    overflow: hidden;
}
.detailInfo-img{
    float: left;
    width: 320px;
    height: 320px;
    text-align: center;
    border: 1px solid #ddd;
}
.detailInfo-img img{
    width: 220px;
    height: 220px;
    margin-top: 50px;
}
.detailInfo-spec{
    float: left;
    width: 570px;
    margin-left: 30px;
    overflow: hidden;
    /* border: 1px solid red; */
}
.detailInfo-spec h3{
    font-size: 28px;
}
.detailInfo-spec ul li{
    margin-top: 50px;
    overflow: hidden;
}
.detailInfo-spec ul li span{
    display: block;
    float: left;
    line-height: 30px;
}
.detailInfo-spec ul li:nth-child(3){
    margin-top: 10px;
}
.detailInfo-date .listPurc{
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 5px;
    color: #333;
    cursor: pointer;
}
.detailInfo-date .on{
    background-color: red;
    color: #fff;
    border-color: red;
}
.listPrice{
    color: #f00;
}
.listPrice b{
    line-height: 30px;
    font-size: 20px;
}
.detailInfo-spec ul li:nth-child(2) .listPrice{
    color: #d1d1d1;
    text-decoration: line-through;
}
.detailInfo-spec ul li:nth-child(2) .listPrice b{
    /* color: #d1d1d1; */
    font-weight: normal;
    font-style: italic;
}
.detailBuy{
    color: #fff;
    width: 120px;
    text-align: center;
    display: block;
    padding: 8px 15px;
    border-radius: 25px;
    background-color: #ff9900;
}
.detail-tips{
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px dashed #ccc;
}
.detail-tips h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.detail-tips p{
    line-height: 24px;
    white-space: pre-line;
}

/* 支付弹窗样式 */

.hide_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #666;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999;
}
.shang_box{
    width: 540px;
    height: 540px;
    padding: 10px;
    background-color: #fff;
    border: 1px dotted #dedede;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -270px;
    margin-top: -270px;
    z-index: 1000;
}
.shang_close img{
    border: none;
    border-width: 0;
}
.shang_close{
    float: right;
    display: inline-block;
}
.shang_logo{
    width: 140px;
    display: block;
    text-align: center;
    margin: 20px auto;
}
.shang_tit{
    width: 100%;
    height: 75px;
    line-height: 66px;
    background: url('../img/cy-reward-title-bg.jpg');
    /* font-family: 'Microsoft YaHei'; */
    margin-top: 7px;
    /* margin-right: 2px; */
}
.shang_tit p{
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
}
.shang_payimg{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border: 6px solid #EA5F00;
    border-radius: 3px;
    padding: 10px;
}
.shang_payimg img{
    display: block;
    width: 140px;
    height: 140px;
    text-align: center;
}
.shang_payselect{
    width: 280px;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    /* text-align: center; */
    /* border: 1px solid red; */
}
.shang_payselect .pay_item{
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.radiobox{
    width: 16px;
    height: 16px;
    background-image: url('../img/radio2.jpg');
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.checked .radiobox{
    background-image: url('../img/radio1.jpg');
}
.shang_info{
    clear: both;
}
.shang_info p{
    font-size: 14px;
    color: #c3c3c3;
    text-align: center;
    line-height: 2em;
}

/* 弹窗提示 */

.popupTip{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
.popupTip .tipBg, .tipBgt{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1002;
}
.tipBgt{
    /* z-index: 1003; */
}
.popupTip .tipCont{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 156px;
    margin-top: -78px;
    margin-left: -150px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 1003;
}
.popupTip .tipCont h3{
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.popupTip .tipCont p{
    color: #333;
    text-align: center;
    padding: 25px 0;
}
.tipBtn{
    display: flex;
}
.tipBtn a{
    display: inline-block;
    width: 50%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.tipBtn a:first-child{
    background-color: #999;
    border-bottom-left-radius: 10px;
}
.tipBtn a:last-child{
    background-color: #0c09c6;
    border-bottom-right-radius: 10px;
}

/* 支付成功提示 */

.tipBgs{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1003;
}
.paySuccess{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -90px;
    padding: 5px 0;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}