.pay-div {
    width: 1200px;
    margin: 40px auto 20px;
    height: 800px;
}

.product-item{
    background-color: #ffffff;
    height: 100px;
    text-align:center;
    line-height: 100px;
    position: relative;
    margin-top: 20px;
}
.sale{
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 80px;
    color: white;
    line-height: 25px;
    background-color: #F3B350;
    border-radius: 0 0 0 18px;
    font-size: 14px;
}
.name{
    font-weight: bolder;
    font-size: large;
}
.price{
    font-weight: bolder;
    font-size: large;
    color: #33C49A;
}
.final-price {
    color: #33C49A;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.product-item-selected{
    border: 2px solid #2B9274;
    background-color: #F0F8F8;
}
.product-introduce{
    margin-top: 5px;
    margin-bottom: 30px;
}
.img-tip{
    height: 40px;
}
.img-desc{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
}
.user-tip{
    font-size: 14px;
    color: #a7a7a7;
}
.user-tip-row{
    margin-top: 25px;
}
.product-div{
    margin-top: 40px;
}
.pay-type{
    margin-top: 20px;
}
.pay-type-selected{
    background-color: #fff;
    width: 100%;
    height: 55px;
    border-bottom:#F0F0F0 solid 1px;
    margin-left: 15px;
}
.pay-type-selected > ul > li {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    user-select: none;
}
.li-selected {
    border-bottom: #1CB88B 3px solid;
}
.qr-code-div {
    margin-left: 15px;
    background-color: #fff;
    width: 100%;
    height: 240px;
}
.pay-item{
    background-color: #fff;
    text-align: center;
    height: 50px;
    width: 200px;
    line-height: 46px;
    margin-top: 20px;
}
.pay-item-selected {
    border: 2px solid #2B9274;
    background-color: #F0F8F8;
}
.btn-pay{
    outline: none;
    border: 1px solid transparent;;
    height: 50px;
    width: 210px;
    color: white;
    font-size: large;
    font-weight: bolder;
    background-color: #33C49A;
    margin-top: 24px;
}
.btn-pay:hover{
    background-color: #1CB88B;
}
.btn-pay:active{
    background-color: #1CB88B;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.pay-text{
    vertical-align: middle;
    text-align: left;
}
.product-div > .col-sm-3 > .product-item {
    cursor: pointer;
    user-select: none;
}
.pay-type > .col-sm-3 > .pay-item {
    cursor: pointer;
    user-select: none;
}
.order-form{
    display: none;
}
#qr-code {
    height: 150px;
    width: 150px;
    margin-left: 60px;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
#qr-code-iframe {
    height: 150px;
    width: 150px;
    margin-left: 60px;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
.price-div {
    display: inline-block;
    margin-left: 60px;
    margin-top: 70px;
}
#alipay-svg {
    display: none;
}
.pay-type-tip {
    font-size: 14px;
}
.btn-ali {
    padding: 9px 28px;
    font-size: 15px;
    background-color : #1CB88B;
    border-color: #1CB88B;
}
.btn-ali:hover{
    background-color : #1DCD9A;
    border-color: #1DCD9A;
}
.ali-iframe {
    frameborder: no;
    height: 150px;
    width: 150px;
    scrolling: no;
}
.retry {
    margin-top: 17px;
    margin-left: 42px;
    font-size: 13px;
}
.retry > a {
    color: #6DC7AD;
    text-decoration:underline;
}
.retry > a:hover {
    text-decoration:underline;
}