.page-pop-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.page-pop-outer i,.page-pop-outer strong{
    font-weight: normal;
    font-style: normal;
}


.page-pop-outer .page-pop-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: 10000;
    overflow: hidden;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
}

.page-pop-outer .page-pop-top {
    width: 100%;
    height: 57px;
    line-height: 56px;
    border-bottom: 1px solid #dedede;

    position: relative;
}

.page-pop-outer .page-pop-top strong {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    text-align: center;
}
.page-pop-outer .page-pop-top .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("/images/renewal-img.png") no-repeat 0 0;
    background-position: -10px -112px;
    cursor: pointer;

}
/*---------*/

.consumption {
    width: 505px;
}

.consumption .consumption-center {
    padding: 30px 40px 40px 40px;
}

.consumption .consumption-center h3 {
    color: #999999;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
}

.consumption .name {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    margin-right: 20px;
    vertical-align: middle;
    line-height: 1;
}

.consumption .consumption-list {
    height: 30px;
    font-size: 0;
}

.consumption .consumption-list span {
    display: inline-block;
    font-size: 12px;
    color: #000;
    width: 45px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cccccc;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.consumption .consumption-list span.active:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -2px;
    width: 43px;
    height: 26px;
    border: 2px solid #ff4200;
}

.consumption .consumption-list span.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -2px;
    width: 16px;
    height: 14px;
    background: url("/images/renewal-img.png") no-repeat 0 0;
    background-position: -10px -78px;
}

.consumption .consumption-list span.consumption-total {
    margin-right: 0;
}

.consumption .consumption-list i {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cccccc;
    border-right-color: transparent;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.consumption .consumption-list i:hover {
    border: 1px solid #ff4200;
}

.consumption .consumption-list i.plus {
    border: 1px solid #cccccc;
    border-left-color: transparent;
}

.consumption .consumption-list i.plus:hover {
    border: 1px solid #ff4200;
}

.consumption hr {
    background: #dcdcdc;
    margin: 15px 0;
}

.consumption .edition, .consumption .expiration, .consumption .cost {
    line-height: 1;
    margin-bottom: 15px;
}

.consumption .edition label, .consumption .expiration label, .consumption .cost label {
    margin-right: 15px;
}

.consumption .edition span, .consumption .expiration span, .consumption .cost span {
    display: inline-block;
    font-size: 12px;
    color: #000000;
    line-height: 1;
    vertical-align: middle;
}

.consumption .expiration {
    margin-bottom: 20px;
}

.consumption .cost {
    margin-bottom: 0;
}

.consumption .cost label {
    vertical-align: text-bottom;
}

.consumption .cost em {
    font-size: 14px;
    vertical-align: super;
}

.consumption .cost b {
    font-size: 24px;
    color: #ff4200;
    vertical-align: super;
}

.consumption .purchase {
    display: block;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #eb3d00;
    font-size: 14px;
    border: 1px solid #ff4200;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 30px;
}

.consumption .purchase:hover {
    color: #fff;
    background: #ff4200;
    border-color: #ff4200;
}

.consumer {
    width: 320px;
}

.consumer .consumer-center {
    padding: 30px 40px;
    overflow: hidden;
}

.consumer .consumer-center span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 1;
}

.consumer .consumer-center span b {
    color: #fc5210;
}

.consumer .consumer-center i {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 1;
    margin: 20px 0 38px 0;
}

.consumer .consumer-center i b {
    color: #ff5a21;
    font-weight: bold;
}

.consumer .consumer-center a {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.consumer .consumer-center a.cancel-btn {
    background: #c6c6c6;
    margin-right: 20px;
}

.consumer .consumer-center a.cancel-btn:hover {
    background: #aaaaaa;
}

.consumer .consumer-center a.determine-btn {
    background: #1b9ff7;
}

.consumer .consumer-center a.determine-btn:hover {
    background: #198bd7;
}

.renew-success {
    width: 300px;
}

.renew-success .renew-center {
    height: 150px;
    position: relative;
}

.renew-success .renew-center h3 {
    color: #666666;
    font-size: 18px;
    line-height: 150px;
    text-indent: 150px;
}

.renew-success .renew-center h3:before {
    content: '';
    position: absolute;
    top: 46px;
    left: 75px;
    width: 58px;
    height: 58px;
    background: url("/images/renewal-img.png") no-repeat 0 0;
    background-position: -10px -148px;
}

.renew-fail {
    width: 300px;
}

.renew-fail .renew-center {
    height: 150px;
    position: relative;
}

.renew-fail .renew-center h3 {
    color: #666666;
    font-size: 18px;
    line-height: 150px;
    text-indent: 118px;
}

.renew-fail .renew-center h3:before {
    content: '';
    position: absolute;
    top: 46px;
    left: 39px;
    width: 58px;
    height: 58px;
    background: url("/images/renewal-img.png") no-repeat 0 0;
    background-position: -10px -226px;
}



























