#purchase {
    margin-top: 84px;
    background-color: #eef3fa;
}

#purchase p {
    margin: 0;
    font-size: 16px;
}

#purchase .purchase-header {
    position: relative;
    padding: 50px 0 40px;
    min-height: 300px;
    background: url("../img_css/top_store.jpg") center no-repeat;
    background-size: cover;
}

#purchase .purchase-header .purchase-header-title {
    margin: 0 0 35px;
    font-size: 30px;
    color: white;
    text-align: center;
}

#purchase .purchase-header .header-info__inner {
    margin: 5px -5px;
    background: #666666;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: #c6cfdb;
    font-size: 16px;
    text-align: center;
}

#purchase .purchase-header .purchase-header-icon {
    position: relative;
    margin: 10px 0;
    height: 66px;
}

#purchase .purchase-header .purchase-header-icon:before {
    position: absolute;
    content: '';
    width: 66px;
    height: 66px;
    background: url("../img_css/icon_store.png") no-repeat center;
    background-position: 0 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#purchase .purchase-header .purchase-header-info:nth-child(2) .purchase-header-icon:before {
    background-position: -66px 0;
}

#purchase .purchase-header .purchase-header-info:nth-child(3) .purchase-header-icon:before {
    background-position: -132px 0;
}

#purchase .purchase-header .purchase-header-info:nth-child(4) .purchase-header-icon:before {
    background-position: -198px 0;
}

#purchase .purchase-header .purchase-header-icon + div {
    margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
    #purchase .purchase-header {
        padding: 40px 0 40px;
    }

    #purchase .purchase-header .purchase-header-title {
        margin-bottom: 10px;
    }

    #purchase .purchase-header .purchase-header-icon + div {
        margin-top: 34px;
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    #purchase .purchase-header .purchase-header-icon {
        display: none;
    }

    #purchase .purchase-header .purchase-header-icon + div {
        margin: 10px 0;
    }
}

#purchase .purchase-discount {
    background: white;
}

#purchase .purchase-discount .container {
    height: 50px;
    text-align: center;
}

#purchase .purchase-discount p {
    position: relative;
    display: inline-block;
    padding-right: 90px;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
}

#purchase .purchase-discount p:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    right: 0;
    top: -15px;
    background: url("../img_css/icon_discount.png") no-repeat;
}

#purchase .purchase-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#purchase .purchase-wrapper .purchase-item {
    margin-top: 30px;
    margin-bottom: 30px;
}

#purchase .purchase-wrapper .purchase-item .item-wrapper {
    -webkit-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#purchase .purchase-wrapper .purchase-item .item-wrapper:hover {
    -webkit-box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#purchase .purchase-wrapper .purchase-item .item-header {
    position: relative;
    display: block;
    min-height: 300px;
    padding: 20px 20px;
    background-color: #ffffff;
    text-decoration: none;
    color: #333333;
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount {
    position: absolute;
    display: none;
    width: 120px;
    height: 120px;
    top: 0;
    right: 0;
    color: white;
    font-size: 22px;
    background: -webkit-linear-gradient(45deg, transparent 0, transparent 50%, #00aa40 0);
    background: -o-linear-gradient(45deg, transparent 0, transparent 50%, #00aa40 0);
    background: linear-gradient(45deg, transparent 0, transparent 50%, #00aa40 0);
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount span {
    position: absolute;
    top: 10px;
    right: 10px;
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount span:after {
    display: inline-block;
    content: '折扣';
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 16px;
    white-space: nowrap;
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount.is-active {
    display: block;
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount.green {
    background: -webkit-linear-gradient(45deg, transparent 0, transparent 50%, #00aa40 0);
    background: -o-linear-gradient(45deg, transparent 0, transparent 50%, #00aa40 0);
    background: linear-gradient(45deg, transparent 0, transparent 50%, #00aa40 0);
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount.purple {
    background: -webkit-linear-gradient(45deg, transparent 0, transparent 50%, #8758ff 0);
    background: -o-linear-gradient(45deg, transparent 0, transparent 50%, #8758ff 0);
    background: linear-gradient(45deg, transparent 0, transparent 50%, #8758ff 0);
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount.blue {
    background: -webkit-linear-gradient(45deg, transparent 0, transparent 50%, #4453ea 0);
    background: -o-linear-gradient(45deg, transparent 0, transparent 50%, #4453ea 0);
    background: linear-gradient(45deg, transparent 0, transparent 50%, #4453ea 0);
}

#purchase .purchase-wrapper .purchase-item .item-header .show-discount.orange {
    background: -webkit-linear-gradient(45deg, transparent 0, transparent 50%, #ee761f 0);
    background: -o-linear-gradient(45deg, transparent 0, transparent 50%, #ee761f 0);
    background: linear-gradient(45deg, transparent 0, transparent 50%, #ee761f 0);
}

#purchase .purchase-wrapper .purchase-item .item-header .purchase-item-title {
    margin: 10px 0 40px;
    font-size: 22px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img {
    display: block;
    width: 100px;
    height: 100px;
    padding: 0 50px;
    margin: auto;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 80px 80px;
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-bfe {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_bfe.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-ue {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_ue.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-bee {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_bee.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-efg {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_efg.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-asf {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_asf.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-pme {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_pme.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-mts {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_mts.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-cfr {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_cfr.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-bdl {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_bdl.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-asd {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_asd.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-sfe {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_sfe.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-uoe {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_uoe.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-ve {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_ve.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .soft-img.logo-roe {
    background-image: url('//blog-file.jiamisoft.com/img_css/icon_softv2/icon_roe.png');
}

#purchase .purchase-wrapper .purchase-item .item-header .input-number .purchase-price {
    margin: 15px 0 0;
    font-size: 27px;
}

#purchase .purchase-wrapper .purchase-item .item-header .input-number .purchase-price span:last-child {
    font-size: 21px;
}

#purchase .purchase-wrapper .purchase-item .item-header .input-number input {
    width: 2em;
    margin: 5px 10px;
    padding: 2px;
    border: none;
    font-size: 20px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#purchase .purchase-wrapper .purchase-item .item-header .input-number i {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 34px;
    height: 34px;
    font-size: 24px;
    vertical-align: bottom;
    cursor: pointer;
    background: url("../img_css/icon_add.png") no-repeat center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#purchase .purchase-wrapper .purchase-item .item-header .input-number i.minus {
    background-position: 0 0;
}

#purchase .purchase-wrapper .purchase-item .item-header .input-number i.plus {
    background-position: -34px 0;
}

#purchase .purchase-wrapper .purchase-item .item-header .link-soft img {
    position: relative;
    padding: 15px;
    width: 50px;
    height: 50px;
    left: -70%;
    top: 25%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

#purchase .purchase-wrapper .purchase-item .item-header .link-soft img:hover {
    background: #eeeeee;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    font-size: 22px;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    outline: none;
    border: none;
    border-radius: 0;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.green {
    background-color: #00aa40;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.green:hover {
    background-color: #00c34a;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.orange {
    background-color: #ee761f;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.orange:hover {
    background-color: #f08437;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.purple {
    background-color: #8758ff;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.purple:hover {
    background-color: #9972ff;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.blue {
    background-color: #4453ea;
}

#purchase .purchase-wrapper .purchase-item input.btn-buy.blue:hover {
    background-color: #5b68ed;
}

@media screen and (max-width: 767px) {
    #purchase {
        margin-top: 50px;
    }

    #purchase .purchase-header .title-wrapper {
        white-space: nowrap;
    }

    #purchase .purchase-header .title-wrapper .doc-h1 {
        font-size: 30px;
    }
}