.bg-abcc {
    background: url(/assets/images/backgrounds/bg_abcc.jpg) no-repeat center;
    margin-bottom: 0 !important;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 110px 0;
}

.bg-abcc h1 {
    font-size: 4.8rem;
}


.bg-gray {
    background-color: #eee;
}

.bg-white {
    background-color: #fff;
}

.discount-capsule {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.media {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.media-body-inner {
    padding: 30px 0 0 20px;
}

.media-body-inner h3 {
    margin-bottom: 30px;
}

.media-body-inner p {
    margin-bottom: 10px;
}

.media-body-inner p:first-child {
    margin-bottom: 0;
}


.pricingbox {
    padding: 30px 15px 15px;
    display: table;
    text-align: center;
    margin: auto;
}

.button-item, .price-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.price-item {
    padding-right: 20px;
}

.button-item .btn {
    margin-bottom: 5px;
}


@media all and (max-width: 576px) {
    .media-body {
        width: 100%;
    }

    .media-body-inner {
        padding: 0 15px;
    }

    .pricingbox, .button-item, .price-item {
        display: block;
        width: auto;
    }
}

@media all and (max-width: 767px) {
    .pricingbox {
        padding: 15px 0;
    }
}


.media:hover, .media-body:hover {
    z-index: 998;
    overflow: visible;
    position: relative;
}

/*tip*/
.illustrate-tip {
    cursor: pointer;
    width: 17px;
    height: 25px;
    position: relative;
    background: url(/assets/images/icons/tiny-icon-all.png) no-repeat -129px -112px;
    display: inline-block;
    top: 5px;
}

.illustrate-tip:hover,
.illustrate-tip:focus {

}

.illustrate-tip .illustrate-content {
    min-width: 370px;
    font-size: 1.4rem;
    padding: 15px;
    background-color: #0f2944;
    color: #fff;
    border: 1px solid #0f2944;
    position: absolute;
    display: none;
    line-height: 1.4;
    word-spacing: normal;
    letter-spacing: normal;
    text-align: left !important;
    max-width: 470px;
    font-weight: normal;
}

.illustrate-tip:hover .illustrate-content {
    display: block;
}

.illustrate-tip .illustrate-content.right {
    right: 20px;
}

.illustrate-tip .illustrate-content.bottom {
    bottom: 20px;
}

.illustrate-tip .illustrate-content.left {
    left: 20px;
}

.illustrate-tip .illustrate-content.top {
    top: 20px;
}

.illustrate-tip .illustrate-content span {
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.illustrate-tip .illustrate-content span:first-child {
    margin-bottom: 20px;
}

.bg-paymd {
    padding: 55px 0;
    background: url(/assets/images/backgrounds/bg_paymd.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 0 !important;
}

.payitem {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    padding: 25px 35px;
}

.payitem.trans {
    padding: 0;
}

.payitem h3 {
    font-size: 3.0rem;
}

.bg-white h3 {
    color: #000;
}

.bg-white p {
    color: #666;
}

.mdinfo {
    display: table;
    width: 100%;
    margin: 30px auto 0 auto;
}

.mdinfo a {
    color: #fff;
}

.mdinfo .mdinfo-item {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.mdinfo dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.mdinfo dd {
    margin-bottom: 5px;
}

.mdinfo dd:last-child {
    margin-bottom: 0;
}

/*.mdinfo .mdinfo-item:first-child {*/
/*    border-right: 2px solid #fff;*/
/*}*/

.mdinfo .mdinfo-item:last-child {
    padding-left: 45px;
}

.payitem > img {
    margin-top: 20px;
}

/*icon*/
.icon-secure-md2 {
    background: url(/assets/images/icons/secure-md2.png) no-repeat center;
}

.icon-guarantee-md2 {
    background: url(/assets/images/icons/guarantee-md2.png) no-repeat center;
}

.icon-good-md2 {
    background: url(/assets/images/icons/good-md2.png) no-repeat center;
}

.grt-img-box > p {
    margin-top: 20px;
}
.media-left, .media>.pull-left{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.media{
    position: relative;
    padding-left: 130px;
}