#container{
    min-width: 1200px;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    /* overflow: hidden; */
    margin: 0 auto;
}
.head img{
    width: 100%;
}
#container .content{
   width: 100%;
    /* height: 100%; */
    background: #f6f6f6;
    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: #ff3d4c;
    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: #d70000;
    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 #ff3d4c;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    z-index: 99999;
    left: 161px;
}

.option ul {
    padding: 0;
}

.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-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: 25%;
   text-align: center;
   margin-bottom: 30px;
}

.bag-wrapper .bag-content ul li a{
    display: block;
    width: 233px;
    height: 300px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden;
   position: relative;
}
.bag-wrapper .bag-content ul li.active a{
    width: 233px;
    height: 300px;
    border: 1px solid transparent;
    background: url('../images/active_04.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: 18px;
    text-align: center;
    margin: 18px auto 0;
}
.bag-wrapper .bag-content ul li a p.tip_text{
    color: #e4313e;
    margin-top: -4px;
}
.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 a h2{
    font-size: 30px;
    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;
   
}
.pay-wrapper .pay-content ul li{
    width: 25%;
    text-align: center;
}
.pay-wrapper .pay-content ul li a{
    display: block;
    width: 233px;
    height: 56px;
    line-height: 40px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    margin: 0 auto;
}
.pay-wrapper .pay-content ul li:nth-child(1) a{
    line-height: 46px;
}
.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: 180px;
}

.tips-wrapper .tips-content{
    border: 1px solid #ed8c8c;
    border-radius: 8px;
    color: #2c2c2c;
    font-size: 16px;
    margin: 30px 46px;
    line-height: 40px;
    padding:15px 20px;
}
.total-wrapper .total-content{
    margin: 30px 44px;
}
.total-wrapper .total-content ul li{
    line-height: 40px;
}
.total-wrapper .total-content ul li i{
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid red;
    border-radius: 50%;
    vertical-align: middle;
}
.total-wrapper .total-content ul li span{
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;

}
.total-wrapper .total-content ul li span.name{
    width: 155px;
    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: #d9001b;
    border-radius: 8px;
    color: #fff;
    font-size: 25px;
}
.total-wrapper .total-content .total-submit.disabled{
    background-color: #c2c2c2;
}
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 99;
}
.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-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;
}
/* 详情提示框 */
.descModal .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;
}
.descModal .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;
}
.descModal .desc-content h1{
    font-size: 18px;
    margin: 12px 0;
}
.descModal .desc-content p{
    font-size: 16px;
    color: #939393;
    margin-bottom: 20px;
}
.descModal .desc-content p.tip_desc{
    font-size: 18px;
   margin-bottom: 30px;
    color:#e4313e;
}
@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;
    }
}