body {
    margin: 0;
    /*overflow: hidden;*/
    /*height: 6000px;*/
    background: #12111f;
}

.section-1 {
    background: url("/style/style2/images/device/bg.png") center top;
    background-size: contain;
    width: 100%;
    /* min-height: 800px; */
}

.section-1 .content {
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 350px;
    flex-direction: column;
}

.section-1 .content-box {
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
}

.section-1 .title {
    background: url("/style/sale/images/buy_title.png") center top;
    background-size: cover;
    width: 350px;
    height: 35px;
    margin-top: 45px;
}

.section-1 .package-div {
    background: url("/style/sale/images/package-div-bg.png") center top;
    background-size: cover;
    width: 795px;
    height: 533px;
}

.section-1 .package-div .describe {
    background: url("/style/sale/images/describe-bg.png") center top;
    background-size: cover;
    width: 643px;
    height: 34px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5395E7;
    margin: 0 auto;
    margin-top: 35px;
}

.section-1 .package-div .package-list {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.section-1 .package-div .package-list .package-item {
    background: url("/style/sale/images/package-item-bg.png") center top;
    background-size: cover;
    width: 147px;
    height: 177px;
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    margin: 0px -50px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
}

.section-1 .package-div .package-list .active {
    background: url("/style/sale/images/package-item-bg-hover.png") center top;
}

.section-1 .package-div .package-list .active .package-length{
    color: #FFFFFF !important;
}

.section-1 .package-div .package-list .package-item:hover {
    background: url("/style/sale/images/package-item-bg-hover.png") center top;
}

.section-1 .package-div .package-list .package-item:hover .package-length{
    color: #FFFFFF;
}

.package-item .package-length {
    font-weight: bold;
    font-size: 23px;
    color: #00BAFF;
}

.package-item .package-name {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    color: #84A2D1;
}

.package-item .package-old-price {
    font-size: 11px;
    margin-top: 5px;
    color: #84A2D1;

}

.package-item .package-old-price span {
    text-decoration: line-through;
    margin-bottom: 20px;
}

.package-item .package-price {
    font-size: 14px;
    margin-top: 5px;
}

.section-1 .package-div .phone {
    background: url("/style/sale/images/phone-bg.png") center top;
    background-size: cover;
    width: 382px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.section-1 .package-div .phone label {
    margin-left: 10px;
}

.section-1 .package-div .phone input {
    width: 300px;
    border: none;
    padding-left: 12px;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: #ffffff;
}


.pay-div .total-money-div {
    display: inline-flex;
    align-items: center;
}

.pay-label {
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #C1C8D3;
}


.total-money {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.pay-btn {
    background: url("/style/sale/images/pay-btn-bg.png") center top;
    background-size: cover;
    width: 192px;
    height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 0 auto;
    line-height: 50px;
    cursor: pointer;
}

.pay-btn:hover {
    background: url("/style/sale/images/pay-btn-bg-hover.png") center top;
}

.package-div .bottom {
    display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}

.package-div .pay-div {

    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 150px;
}

.package-div .illustrate {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D929B;
}

.prompt {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #698EDD;
    margin-bottom: 35px;
}

/* 支付弹窗 */
.back {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: fixed;
}


.alert {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.order-box {
    background: url("/style/sale/images/order-box-bg.png") center top;
    background-size: cover;
    width: 541px;
    height: 358px;
    z-index: 1000;
    top: 20%;
    position: absolute;
}

.order-box .order-info {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 55px;
}

.order-box .close {
    background: url("/style/sale/images/close.png") center top;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5%;
    left: 89%;
    cursor: pointer;
}

.payment-type-chose {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1F1F1;
    display: inline-flex;
    width: 100%;
    margin-top: 40px;
    justify-content: center;
}

.payment-type-chose .active {
    color: #ffffff;
    opacity: 1 !important;
}

.payment-type {
    opacity: 0.5;
    cursor: pointer;
}

.qrcode {
    background: url("/style/sale/images/qrcode-bg.png") center top;
    background-size: cover;
    width: 155px;
    height: 155px;
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.payment-total-price {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1F1F1;
}

.order-info-list {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.order-info-item {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1F1F1;
    opacity: 0.5;
    display: inline-flex;
}

.complete-alert,.ex-order-alert {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.complete-box {
    background: url("/style/sale/images/complete-box-bg.png") center top;
    background-size: cover;
    width: 561px;
    height: 377px;
    z-index: 1000;
    top: 20%;
    position: absolute;
    text-align: center;
}

.complete-box .close {
    background: url("/style/sale/images/close.png") center top;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5%;
    left: 89%;
    cursor: pointer;
}

.complete-box .complete-title {
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #F1F1F1;
    margin-top: 40px;
}

.complete-box .complete-info {
    width: 460px;
    text-align: justify;
    margin: 0 auto;
    margin-top: 30px;
}

.user-code {
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #F1F1F1;
}

.user-code span {
    color: #FDB62D;
}

.complete-box .complete-info .complete-msg {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F1F1F1;
    opacity: 0.5;
    margin-top: 20px;
}

.complete-box .complete-btn-list {
    display: inline-flex;
    margin-top: 67px;
    width: 100%;
    justify-content: center;
}

.complete-box .down-btn {
    background: url("/style/sale/images/down-btn-bg.png") center top;
    background-size: cover;
    width: 171px;
    height: 59px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #339EFB;
    line-height: 57px;
}

.complete-box .down-btn:hover {
    background: url("/style/sale/images/down-btn-bg-hover.png") center top;
}

.complete-box .copy-btn {
    background: url("/style/sale/images/copy-btn-bg.png") center top;
    background-size: cover;
    width: 171px;
    height: 59px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 57px;
}

.complete-box .copy-btn:hover {
    background: url("/style/sale/images/copy-btn-bg-hover.png") center top;
}

.complete-box .bottom-msg {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D929B;
    text-align: center;
    margin-top: 10px;
}

.complete-box .bottom-msg a{
    color: #6298FF
}

.phone-div{
    margin-top: 30px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-left: 70px;
}

.phone-div .ex-order-btn{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #FFC12E;
    margin-right: 10px;
    cursor: pointer;
}