#container {
    min-width: 1200px;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    /* overflow: hidden; */
    margin: 0 auto;
}

.head img {
    width: 100%;
}

.head .time-wrapper {
    width: 400px;
    height: 146px;
    /* background-color: rgba(255,255,255,0.4); */
    /* text-align: center; */
    position: absolute;
    bottom: 107px;
    right: 0;
}

.head .time-wrapper p {
    font-size: 28px;
    color: #ffb621;
    margin: 20px auto;
    font-weight: bold;
}

.head .time-wrapper h2 {
    color: #ffb621;
    margin-right: 10px;
    font-size: 32px;
}

.head .time-wrapper .times {
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
}

#showTime {
    font-size: 30px;
    color: #fff;
}

#showTime b {
    font-size: 40px;
}

#container .content {
    width: 100%;
    /* height: 100%; */
    background: #e7e7e7;
    margin: 0 auto;
}

.content .content-wrapper {
    width: 1189px;
    margin: 0 auto;
    overflow: hidden;
}

.content-wrapper .wrapper {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 25px;
}

.content-wrapper .wrapper .title {
    margin: 30px 0 0 27px;
}

.content-wrapper .wrapper .title .dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffb200;
    vertical-align: middle;
}

.content-wrapper .wrapper .title span {
    font-size: 18px;
    margin-left: 13px;
    color: #434343;
    vertical-align: middle;
}

.login-wrapper {
    padding-bottom: 33px;
    position: relative;
}

.login-wrapper .login p {
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

.login-wrapper .login a {
    display: block;
    width: 165px;
    height: 52px;
    line-height: 52px;
    background-color: #ffb200;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    border-radius: 8px;
}

.login-wrapper .after-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper .after-login .select-wrapper {
    flex: 1;
    margin: 30px auto 0;
}

.login-wrapper .after-login .logout-wrapper {
    width: 365px;
    text-align: center;
}

.login-wrapper .after-login .logout-wrapper a {
    display: block;
    width: 165px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #cacaca;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
}

.after-login .selectTwo {
    margin-top: 11px;
}

.select {
    /*演示用，页面body有内容时,不需要*/
    width: 519px;
    height: 52px;
    background: url('../images/selectWrapper_03.png') no-repeat center;
    background-size: 100%;
    position: relative;
    margin: 0 auto;
}

.select label {
    display: block;
    width: 162px;
    height: 52px;
    line-height: 52px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

input.choose {
    width: 343px;
    height: 48px;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 162px;
    padding-left: 10px;
    background: none;
    border: none;
}

.after-login .selectTwo input.choose {
    height: 48px;
    top: 2px;
}

input:focus {
    outline: none;
    border: none;

}

.option {
    display: none;
    width: 354px;
    background-color: #fff;
    border: 1px solid #ffb200;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    z-index: 99999;
    left: 161px;
}

.option ul {
    padding: 0;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.option ul li {
    list-style: none;
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: left;
    cursor: pointer;
    padding-left: 10px;
}

.option ul li:hover {
    color: #000;
}

.bag-wrapper {
    height: 739px;
    overflow: hidden;
    position: relative;
}

.bag-wrapper .bag-title {
    display: flex;
    width: 100%;
}

.bag-wrapper .bag-title .bag-title-left {
    text-align: left;
    width: 50%;
    display: flex;
}

.bag-wrapper .bag-title .bag-title-right {
    text-align: right;
    width: 50%;
}

.bag-wrapper .bag-title .disabled i.dot {
    background-color: #989898;
}

.bag-wrapper .bag-title b {
    width: 1px;
    height: 28px;
    background: #999;
    margin: 30px 0 0 36px;
}

.bag-wrapper .bag-title .title {
    cursor: pointer;
}

.bag-wrapper .bag-title .bag-title-right span {
    font-size: 18px;
    margin-top: 30px;
}

.bag-wrapper .bag-title .bag-title-right span#last_ponit {
    margin: 30px 3px 0 20px;
    font-weight: bold;
}

.bag-wrapper .bag-title .bag-title-right a {
    display: inline-block;
    font-size: 18px;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 9px;
    margin: 30px 30px 0;
}

.bag-wrapper .bag-content {
    height: 644px;
    overflow-y: auto;
    width: 90%;
    margin: 30px auto;
}

.bag-wrapper .bag-content ul {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    flex-wrap: wrap;
}

.bag-wrapper .bag-content ul li {
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}

.bag-wrapper .bag-content ul li a {
    display: block;
    width: 196px;
    height: 253px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.bag-wrapper .bag-content ul li a i {
    display: block;
    width: 33px;
    height: 33px;
    background: url(../images/tip_03.png) no-repeat center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
}

.bag-wrapper .bag-content ul li img {
    width: 174px;
    height: auto;
    margin-top: 43px;
}

.bag-wrapper .bag-content ul li.active a {
    width: 196px;
    height: 253px;
    border: 1px solid transparent;
    background: url('../images/active_03.png') no-repeat center;
}

.bag-wrapper .bag-content ul li.active a h2 {
    color: #fff;
}

.bag-wrapper .bag-content ul li a p {
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bag-wrapper .bag-content ul li a h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

/*定义滚动条样式（高宽及背景）*/
.bag-content::-webkit-scrollbar {
    width: 6px;
    /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
    background: #fff;
}

/*定义滚动条轨道（凹槽）样式*/
.bag-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* 较少使用 */
    border-radius: 3px;
}

/*定义滑块 样式*/
.bag-content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 100px;
    /* 滚动条滑块长度 */
    background-color: none;
    border: 1px solid #ccc;
}

.pay-wrapper .pay-content {
    margin: 30px auto 0;
    padding-bottom: 30px;
}

.pay-wrapper .pay-content ul {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.pay-wrapper .pay-content ul li {
    width: 33.3%;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.pay-wrapper .pay-content ul li a {
    display: block;
    width: 340px;
    height: 80px;
    line-height: 70px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    margin: 0 auto;
}

.pay-wrapper .pay-content ul li:nth-child(1) a {
    line-height: 70px;
}

.pay-wrapper .pay-content ul li.active a {
    background: url('../images/pac_active_03.png') no-repeat center;
    background-size: 100%;
    border: 1px solid transparent;
}

.pay-wrapper .pay-content ul li.active a div {
    width: 267px;
}

.pay-wrapper .pay-content ul li span {
    display: block;
    width: 174px;
    height: 32px;
    background: #ffb200;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: -29px;
    right: 9px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pay-wrapper .pay-content ul li span.hide {
    display: none;
}

.tips-wrapper .tips-content {
    border: 1px solid #ffb200;
    border-radius: 8px;
    color: #2c2c2c;
    font-size: 16px;
    margin: 30px 46px;
    line-height: 40px;
    padding: 15px 20px;

}

.total-wrapper .total-content {
    margin: 30px 44px;
    position: relative;
}

.total-wrapper .total-content ul li {
    line-height: 28px;
}

.total-wrapper .total-content ul li i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #ffb200;
    border-radius: 50%;
    vertical-align: middle;
}

.total-wrapper .total-content ul li span {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;

}

.total-wrapper .total-content ul li span.name {
    width: 120px;
    margin-left: 5px;
}

.total-wrapper .total-content .total-submit {
    width: 360px;
    height: 56px;
    display: block;
    margin: 34px auto;
    text-align: center;
    line-height: 56px;
    background: #ffb200;
    border-radius: 8px;
    color: #fff;
    font-size: 25px;
}

.total-wrapper .total-content .total-submit.disabled {
    background-color: #c2c2c2;
}

.total-wrapper .total-content .tips_text {
    text-align: center;
}

.total-wrapper .total-content .tips_text p {
    color: #ffb200;
    font-size: 20px;
}

.total-wrapper .total-content .tips_text b {
    font-size: 16px;
}

.total-wrapper .total-content .service-wrapper {
    font-size: 16px;
}

.total-wrapper .total-content .service-wrapper a {
    color: #ffb200;
}

.total-wrapper .total-content .service-wrapper input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.total-wrapper .total-content .service-wrapper span {
    vertical-align: middle;
}

.total-wrapper .total-content .stored-value {
    position: absolute;
    font-size: 24px;
    top: 0;
    right: 0;
    width: 300px;

}

.footert {
    width: 100%;
    height: 260px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footert img {
    margin: 20px auto;
}

.footert a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
}

.footert a:nth-child(1) {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.footert .contact {
    margin-bottom: 12px;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 999;
}

.modal .login-modal {
    width: 500px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -250px;
}

.modal .login-modal a.close,
.modal .code-modal a.close {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../images/close_03.png') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}

.modal .login-modal .login-modal-content {
    text-align: center;
    padding-bottom: 30px;
}

.modal .login-modal .login-content {
    overflow: hidden;
    margin: 20px auto;
}

.modal .login-modal .login-content div {
    width: 392px;
    height: 47px;
    margin: 0 auto 30px;
}

.modal .login-modal .login-content div.email {
    background: url('../images/account_07.png') no-repeat center;
}

.modal .login-modal .login-content div.password {
    background: url('../images/password_10.png') no-repeat center;
}

.modal .login-modal .login-content div input {
    width: 331px;
    height: 43px;
    line-height: 45px;
    font-size: 18px;
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    background: none;
    outline: none;
    border: none;
}

.modal .login-modal .login-content a.login-submit {
    display: block;
    width: 359px;
    height: 46px;
    background: #ffb200;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
}

.modal .login-modal .login-modal-content p {
    font-size: 12px;
    text-align: center;
}

.modal .login-modal .login-modal-content img {
    margin: 20px auto 30px;

}

.modal .login-modal .login-modal-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .login-modal .login-modal-content ul li {
    width: 25%;
    text-align: center;
}

.modal .pay-modal-content {
    padding: 50px;
}

.modal .pay-modal-content p {
    font-size: 25px;
    text-align: center;
    color: #434343;
}

.modalPay .img_wrapper img {
    width: 100px;
}

.modalPay .img_wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.modalPay ul li {
    margin: 4px 0;
}

.modalPay ul li span.name {
    display: inline-block;
    width: 200px;
}

.modalPay ul li span {
    font-size: 18px;
    /* margin:0 8px */
}

.codeModal .code-modal {
    width: 500px;
    height: 300px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -250px;
    text-align: center;
}

.code-modal-content {
    overflow: hidden;
}

.code-modal-content h1 {
    margin: 20px auto 20px;
}

.code-modal-content p {
    width: 91%;
    font-size: 18px;
    margin: 0 auto;
    text-align: left;
}

.code-modal-content div {
    margin-top: 30px;
    font-size: 24px;
}

.code-modal-content div span {
    color: #f18a09;
}

.code-modal-content a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/copy.png') no-repeat center;
    margin-left: 10px;
}

.floating {
    position: fixed;
    right: 0;
    top: 310px;
}

.com__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30px, -30px);
}

.loading {
    width: 30px;
    height: 30px;
    position: relative;
    animation: animationContainer 1s ease infinite;

}

.shape {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
}

.shape-1 {
    background-color: #1875e5;
    left: 0;
    animation: animationShape1 0.5s ease infinite alternate;
}

.shape-2 {
    background-color: #c5523f;
    right: 0;
    animation: animationShape2 0.5s ease infinite alternate;
}

.shape-3 {
    background-color: #499255;
    bottom: 0;
    animation: animationShape3 0.5s ease infinite alternate;
}

.shape-4 {
    background-color: #f2b736;
    right: 0;
    bottom: 0;
    animation: animationShape4 0.5s ease infinite alternate;
}

/* desc */
.descModal .descWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;


}

.descModal .descWrapper.t23 {
    background: url('../images/1t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t24 {
    background: url('../images/2t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t25 {
    background: url('../images/3t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t26 {
    background: url('../images/4t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t27 {
    background: url('../images/5t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t28 {
    background: url('../images/6t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t29 {
    background: url('../images/7t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t30 {
    background: url('../images/8t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t31 {
    background: url('../images/9t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t32 {
    background: url('../images/10t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t33 {
    background: url('../images/11t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper.t34 {
    background: url('../images/12t.jpg') no-repeat top;
    background-size: cover;
}

.descModal .descWrapper .close {
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    top: 111px;
    right: 11%;

}

/* 礼包 */

#points li {
    width: 233px;
    height: 300px;
    border: 1px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 10px 20px;
    position: relative;
}

#points li .showTime {
    position: absolute;
    top: 50px;
    left: 5%;
    width: 90%;
    color: #ffb200;
}

#points li.lock {
    border: 1px solid #ffb200;
}

#points li.unlock {
    border: 1px solid #eee;
}

#points li.unlock div.tip {
    width: 100%;
    height: 59px;
    background-color: #c2c2c2;
    color: #fff;
    font-size: 20px;
    line-height: 59px;
    text-align: center;
}

#points li p {
    margin: 20px auto 15px;
    text-align: center;
}

#points li i {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../images/tip.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 7px;
    left: 5px;
    cursor: pointer;
}

#points li a {
    display: block;
    width: 233px;
    height: 59px;
    line-height: 59px;
    margin: 0 auto;
    border: none;
    font-size: 20px;
    color: #fff;
}

#points li a.already {
    background: url('../images/already_02.png') no-repeat center;
    background-size: 100%;
}

#points li a.un_already {
    background: url('../images/receive_02.png') no-repeat center;
    background-size: 100%;
}

.bagDModal #bag_list {
    margin: 20px auto;
}


/* 积分弹框明细 */

.pointModal .pointContent {
    width: 800px;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    border-radius: 10px;
}

.pointModal .pointContent .close {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../images/close_03.png') no-repeat center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.pointModal .pointContent .table-wrapper {
    width: 90%;
    height: 96%;
    margin: 5% auto;
}

.pointModal .pointContent .table-wrapper h1 {
    text-align: center;
    margin: 10px auto;
}

.pointModal .pointContent .table-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.pointModal .pointContent .table-wrapper ul li {
    width: 31%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
    border-collapse: collapse;
}

.pointModal .pointContent .footer {
    width: 400px;
    margin: 20px auto;
    text-align: center;
}

.pointModal .pointContent .footer span {
    font-size: 16px;
    color: #b7b7b7;
    display: inline-block;
    width: 44px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.pointModal .pointContent .footer span.active {
    background-color: #ffb200;
    color: #fff;
    border-radius: 4px;
}

/* 详情提示框 */

.bagDModal .desc-content {
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    padding-bottom: 20px;
}

.bagDModal .desc-content a.close {
    display: block;
    width: 33px;
    height: 33px;
    background: url('../images/close1_03.png') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}

.bagDModal .desc-content h1 {
    font-size: 18px;
    margin: 12px 0;
}

.bagDModal .desc-content p {
    font-size: 16px;
    color: #939393;
    width: 200px;
    margin: 15px auto;
    word-wrap: break-word;
}

.bagDModal .desc-content p.tip_desc {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffb200;
}

/* tip */

.tipModal .tip_content {
    width: 450px;
    height: 520px;
    background: url('../images/tipModal.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -260px;
}

.tipModal .tip_content .close,
.cdkModal .cdk_content .close {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/close_02.png') no-repeat center;
    background-size: 100% 100%;
}

.tipModal .tip_content .submit,
.cdkModal .cdk_content .submit {
    display: block;
    width: 359px;
    height: 46px;
    background: url('../images/submit_btn_05.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 104px;
    left: 50%;
    margin-left: -179.5px;
}

.cdkModal .cdk_content {
    width: 450px;
    height: 520px;
    background: url('../images/codeModal.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -260px;
}

.cdkModal .cdk_content .input-wrapper {
    width: 100%;
    height: 146px;
    margin: 80px auto 0;
}

.cdkModal .cdk_content .input-wrapper .cdk {
    width: 415px;
    height: 68px;
    line-height: 68px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    font-size: 16px;
    padding-left: 10px;
    text-align: center;
    margin: 0 auto 15px;
}

.cdkModal .cdk_content a.copy {
    display: block;
    width: 83px;
    height: 57px;
    background: url('../images/copy_03.png') no-repeat center;
    background-size: 100%;
    margin: 0 auto;
}

@keyframes animationContainer {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animationShape1 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(20px, 20px);
    }
}

@keyframes animationShape2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-20px, 20px);
    }
}

@keyframes animationShape3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(20px, -20px);
    }
}

@keyframes animationShape4 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 80%;
    }

    @-ms-viewport {
        width: 1920px;
    }
}