.main{
    width: 940px;
    height: 416px;
    border: 1px solid #f5f5f5;
    background: #fff;
}
.item-img, .item-price{
    float: left;
}
.item-img{
    width: 380px;
    height: 100%;
    border-right: 1px solid #f5f5f5;
}
.item-img img{
    width: 379px;
    height: 414px;
}
.item-price{
    padding: 20px 65px 0px;
}
.item-price-top{
    width: 400px;
    height: 235px;
    padding: 0 30px;
    border-bottom: 1px solid #e1e1e1;
}
.item-price-top .line{
    margin-bottom: 24px;
}
.item-price-top .line .title {
    display: inline-block;
    width: 70px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.item-price-top .line .line-content{
    margin-left: 20px;
    color: #333;
    font-size: 18px;
}
.item-price-top .line .line-inline{
    display: inline-block;
}
.item-price-top .line .line-content-font14{
    font-size: 14px;
}
.line-limit{
    margin-left: 95px;
    font-size: 14px;
    color: #333;
}
.item-price-top .line .line-content-font24{
    font-size: 24px;
    font-weight: 700;
}
.wechat-pay, .ali-pay{
    width: 119px;
    height: 30px;
    background: #fff;
    border: 1px solid rgb(225, 225, 225);
    font-size: 14px;
    color: #666;
    padding-left: 40px;
    outline: none;
    position: relative;
}
.wechat-pay img, .ali-pay img{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 5px;
}
.selected-pay{
    border: 1px solid #4699f7;
    background: url(../image/selecttag.png) right bottom no-repeat;
}
.item-price-bottom{
    text-align: center;
}
.item-price-bottom .pay-submit{
    display: inline-block;
    text-align: center;
    width: 160px;
    height: 40px;
    background: rgb(215, 0, 15);
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin: 36px 0;
}
.item-price-bottom p{
    color: #999;
    font-size: 12px;
    text-align: center;
}
.item-price-bottom .smm-hidden {
    display: none;
}

.zxkdhy-more{
    font-size: 12px;
    margin-left: 65px;
}

#wechat-modal .modal-dialog{
    position:absolute\9;
    left:50%\9;
    margin-left:-300px\9;
    width:600px\9;
}

#tips .modal-dialog{
    position:absolute\9;
    left:50%\9;
    margin-left:-300px\9;
    width:600px\9;
}