﻿.hide_box {
    z-index: 999;
    filter: alpha(opacity=50);
    background: #666;
    opacity: 0.5;
    -moz-opacity: 0.5;
    left: 0;
    top: 0;
    height: 99%;
    width: 100%;
    position: fixed;
    display: none;
}

.shang_box {
    width: 540px;
    height: 540px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -280px;
    border: 1px dotted #dedede;
    display: none;
}

    .shang_box img {
        border: none;
        border-width: 0;
    }

.dashang {
    background-color: #e74851;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    height: 58px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 58px;
}

    .dashang:hover {
        font-size: 18px;
        opacity: 0.8;
    }

.shang_close {
    float: right;
    display: inline-block;
}

.shang_logo {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.shang_tit {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 66px;
    color: #a3a3a3;
    font-size: 16px;
    background: url('/templates/blog/images/cy-reward-title-bg.jpg');
    font-family: 'Microsoft YaHei';
    margin-top: 7px;
    margin-right: 2px;
}

    .shang_tit p {
        color: #a3a3a3;
        text-align: center;
        font-size: 16px;
    }

.shang_payimg {
    width: 180px;
    padding: 5px;
    border: 6px solid #EA5F00;
    margin: 0 auto;
    border-radius: 3px;
    height: 180px;
}

    .shang_payimg img {
        display: block;
        text-align: center;
        width: 160px;
        height: 160px;
    }

.pay_explain {
    text-align: center;
    margin: 10px auto;
    font-size: 12px;
    color: #545454;
}

.radiobox {
    width: 16px;
    height: 16px;
    background: url('/templates/blog/images/radio2.jpg');
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 14px;
}

.checked .radiobox {
    background: url('/templates/blog/images/radio1.jpg');
}

.shang_payselect {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    height: 60px;
    width: 280px;
}

    .shang_payselect .pay_item {
        display: inline-block;
        margin-right: 10px;
        float: left;
    }

.shang_info {
    clear: both;
}

    .shang_info p, .shang_info a {
        color: #C3C3C3;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
        line-height: 2em;
    }

.article-shang {
    margin: 30px 0;
    text-align: center;
    cursor: default;
}

    .article-shang a {
        display: inline-block;
        padding: 4px 7px 3px;
        margin: 0 4px 4px 0;
        color: #FFF;
        font-size: 16px;
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

        .article-shang a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
            -webkit-transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
            transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
        }
