html,body{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.scroll_box {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}
.aggregate_content_bg{
    width: 100vw;
    height: 175vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
.content_bg{
    width: 100vw;
    height: 164vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
.left {
    float: left;
}
.right {
    float: right;
}
.info-box {
    width: 72.916vw;
    height: 27.777778vh;
    margin: 0 auto;
    background: url(../images/info_bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 2vh;
    margin-top: 7.833333vh;
    overflow: hidden;
}
.info-item {
    font-size: 1.5625vw;
    color: #905637;
    text-align: left;
    line-height: 5.37vh;
    overflow: hidden;
    margin-left: 2.08vw;
}
.info-item:nth-child(1) {
    margin-top: 2.4vh;
}
.info-item:nth-child(1) span:nth-child(2) {
    font-weight: 900;
}
.info-item span {
    display: inline-block;
    width: 33.81vw;
}
.content-box {
    width: 76.52vw;
    height: 45vh;
    background-color: #fff;
    border-radius: 2vh;
    margin: -14vh auto 0 auto;
    overflow: hidden;
    position: relative;
}
.content-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.333vw;
    height: 8.52vh;
}
.content-box .icon img {
    width: 8.333vw;
    height: 8.52vh;
    display: block;
}
.content-box .title {
    width: 69.479vw;
    height: 10.926vh;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 2.777777vh auto 0 auto;
}
.content-box .title span {
    display: inline-block;
    margin: 1.852vh 2.396vw 0 6.77vw;
    font-size: 1.5625vw;
    line-height: 2.08vw;
    color: #333;
}
.count-date {
    margin-left: 5.21vw;
    margin-top: 4vh;
    width: 40vw;
}
.count-date .count {
    font-size: 1.5625vw;
    color: #333;
}
.count-date .count span {
    display: inline-block;
    line-height: 5.74vh;
    font-size: 1.275vw;
}
.count-date .count span:nth-child(2) {
    width: 4.27vw;
    height: 5.74vh;
    text-align: center;
    font-size: 1.875vw;
    background-color: #233bec;
    color: #fff;
}
.count-date .count span:nth-child(3) {
    width: 8.4166vw;
    height: 5.74vh;
    text-align: center;
    font-size: 1.875vw;
    border: 1px solid #dfdfdf;
    background-color: #f6f5f5;
}
.count-date .count span:nth-child(4) {
    width: 4.27vw;
    height: 5.74vh;
    text-align: center;
    font-size: 1.875vw;
    background-color: #233bec;
    color: #fff;
}
.count-date .date {
    margin-top: 5vh;
}
.count-date .date span {
    display: inline-block;
    line-height: 5.74vh;
    font-size: 1.275vw;
    vertical-align: middle;
}
.count-date .date span:nth-child(2) {
    width: 13.625vw;
    height: 5.74vh;
    text-align: center;
    font-size: 1.254vw;
    border: 1px solid #dfdfdf;
    background-color: #f6f5f5;
    color: #000;
    font-weight: 900;
}
.count-date .date span:nth-child(3) {
    line-height: 0;
    width: 4.27vw;
    height: 5.74vh;
    text-align: center;
    vertical-align: middle;
}
.count-date .date span:nth-child(3) img {
    width: 4.27vw;
    height: 5.74vh;
    display: block;
    background-color: #f6f5f5;
}
.content-box .price {
    margin-right: 5.729vw;
    font-size: 1.875vw;
    margin-top: 4vh;
}
.content-box .price .price-all span {
    display: inline-block;
    line-height: 5.74vh;
    font-size: 1.354vw;
    vertical-align: middle;
}
.content-box .price .price-all span:nth-child(2) {
    display: inline-block;
    line-height: 5.74vh;
    font-size: 2.291vw;
    vertical-align: middle;
    color: #905637;
}
.content-box .price .price-all span:nth-child(3) {
    color: #959595;
}
.content-box .price .price-info {
    width: 22.91vw;
    height: 15vh;
    background-color: #f5f5f5;
    position: relative;
    margin-top: 2.5vh;
    padding-bottom: 1vh;
}
.triangle {
    width: 0;
    height: 0;
    border-width: 0 1.083vw 1.083vw;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
    position: absolute;
    top: -1.083vw;
    left: 50%;
    margin-left: -1.083vw;
}
.price-info .price-info-title {
    font-size: 1.354vw;
    color: #333;
    padding-top: 1.851vh;
}
.price-info .price-item span {
    font-size: 1.25vw;
    color: #666;
    height: 1.851vh;
    line-height: 1.851vh;
}
.price-info .price-info-title span,
.price-info .price-item span {
    width: 50%;
    text-align: center;
    display: inline-block;
}
.btn {
    margin-top: 7vh;
    width: 100%;
    text-align: center;
}
.handle_btn{
    display: inline-block;
    margin-left: 1.5625vw;
    width: 25vw;
    height: 9.26vh;
    line-height: 9.26vh;
    color: #fff;
    text-align: center;
    font-size: 2.5vw;
    border-radius: .5vw;
    box-sizing: border-box;
    /* background-image: linear-gradient(to right , #169aff, #632dfc); */
    background-color: #632dfc;
}
.cancel_btn{
    display: inline-block;
    margin-left: 1.5625vw;
    width: 25vw;
    height: 9.26vh;
    line-height: 9.26vh;
    color: #fff;
    text-align: center;
    border: 1px solid #FFF;
    font-size: 2.5vw;
    border-radius: .5vw;
    box-sizing: border-box;
    background-color: #6ac0ff;
}
.active-class {
    border-width: 4px !important;
    border-style: solid !important;
    border-color: rgb(255, 139, 88) !important;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(255, 139, 88, 0)
}
.not-allow {
    background-color: #e1dfdf !important;
    color: #333 !important;
}
.date-pick-box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(21, 20, 29, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    color: #333;
    font-size: 1.98vw;
    z-index: 100;
}
.date-pick-box .content-box {
    width: 46.875vw;
    height: 42.7778vh;
    background: #fff;
    border-radius: 1vw;
    margin: 18.52vh auto 0 auto;
}
.date-pick-box .content-box .date-pick-title {
    width: 100%;
    height: 11.111111vh;
    line-height: 11.11111vh;
    font-size: 1.98vw;
    text-align: center;
    color: #333;
    border-bottom: 2px solid #e4e4e4;
}
.date-pick-box .content-box .main-content {
    margin-top: 4.63vh;
}
.date-pick-box .content-box .main-content .year,
.date-pick-box .content-box .main-content .month,
.date-pick-box .content-box .main-content .day {
    float: left;
    width: 7vw;
}
.date-pick-box .content-box .main-content .year {
    margin-left: 10vw;
}
.date-pick-box .content-box .main-content .month {
    margin-left: 3.646vw;
    margin-right: 3.646vw;
}
.date-pick-box .small-title {
    text-align: center;
}
.date-pick-box .date-ul {
    text-align: center;
}
.date-pick-box .date-ul li {
    text-align: center;
    margin-top: 1.852vh;
    height: 4.074vh;
    line-height: 4.074vh;
    color: #bfbebe;
}
.date-pick-box .date-ul li:nth-child(1) {
    border: 1px solid #dfdfdf;
    background-color: #f6f5f5;
    color: #333;
}
.date-active-class {
    border: 2px solid #0288f0 !important;
    color: #0288f0 !important;
}
.date-bth-box {
    margin-top: 6vh;
    width: 100%;
    text-align: center;
}
.date-bth-box div {
    display: inline-block;
    margin-left: 1.5625vw;
    width: 20vw;
    height: 9.26vh;
    line-height: 9.26vh;
    color: #fff;
    text-align: center;
    border: 1px solid #FFF;
    font-size: 2.5vw;
    border-radius: .5vw;
    box-sizing: border-box;
}
.date-bth-box div:nth-child(1) {
    border: none;
    background-image: linear-gradient(to right , #169aff, #632dfc);
}
.sec-confirm-box {
    width: 100vw;
    height: 100vh;
    background-color: rgba(21, 20, 29, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.98vw;
    z-index: 100;
}
.num-over-box{
    width: 65.364vw;
    height: 44.9074vh;
    background: url('../images/hint_box.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    margin-top: -22.4537vh;
    left: 50%;
    margin-left: -32.682vw;
}
.sec-btn-content {
    color: #333333;
    width: 65.364vw;
    text-align: center;
    margin-top: 22.407407vh;
}
.sec-btn-pop-content{
    color: #333333;
    width: 54.364vw;
    text-align: center;
    margin-top: 22.407407vh;
}
.num-over-btn{
    width: 25vw;
    height: 9.259259vh;
    text-align: center;
    line-height: 9.259259vh;
    background-image: linear-gradient(to right , #169aff, #632dfc);
    border-radius: 16px;
    margin: 5.4259vh auto 0px auto;
}
.sec-confirm-tips {
    margin-top: 3vh;
}
.num-over {
    background-color: #fff;
    margin-top: 27vh;
    height: 21vh;
    width: 50vw;
    color: #000;
}
.share_box{
    width: 10vw;
    height: 2.96875vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200006;
}
.share_img{
    width: 10vw;
    height: 2.96875vw;
    display: block;
}
.activeShare{
    border: 4px solid rgb(255, 139, 88) !important;
    border-radius: 4px;
}
.pop_bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgb(24, 23, 23);
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 200006;
}
.pop_box{
    position: fixed;
    width: 32.8906vw;
    height: 20.3906vw;
    top: 50%;
    margin-top: -10.1953vw;
    left: 50%;
    margin-left: -16.4453vw;
    background-color: #fff;
    border-radius: 10px;
    z-index: 200006;
}
.pop_text{
    width: 28vw;
    margin: 4.609vw auto 0 auto;
    line-height: 2.65625vw;
    text-align: center;
    font-size: 1.71875vw;
    color: #000000;
}
.sure_btn_box{
    width: 12.578vw;
    height: 3.5156vw;
    margin: 2.368vw auto 0 auto;
}
.sure_btn_box_img{
    width: 12.578vw;
    height: 3.5156vw;
    display: block;
}
.sure_choose{
    border: 4px solid rgb(255, 139, 88) !important;
    border-radius: 27px;
    box-shadow: 0px 0px 10px rgba(255, 139, 88, 0.8);
}
.share_box_pop{
    width: 93.75vw;
    height: 50vw;
    position: fixed;
    top: 50%;
    margin-top: -25vw;
    left: 50%;
    margin-left: -46.875vw;
    background: url(../images/share_box_pop_bg.png) center top no-repeat;
    background-size: 100% 100%;
    z-index: 200006;
}
.share_scroll_box{
    width: 80.2969vw;
    height: 24.53125vw;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 1.64vw;
    margin: 10.39vw auto 0 auto;
}
.share_scroll_box ul li{
    float: left;
    width: 16.71875vw;
    height: 9.453125vw;
    margin-right: 1.016vw;
    margin-bottom: 2.65625vw;
    margin-left: 1.016vw;
    background: url(../images/share_one_no_bg.png) center top no-repeat;
    background-size: 100% 100%;
}
.share_scroll_box ul li.active33 {
    background: url(../images/share_one_bg.png) center top no-repeat;
    background-size: 100% 100%;
    transform: scale(1.2, 1.2);
    -webkit-transform:scale(1.2,1.2);
}
.share_scroll_box ul li.active34{
    background: url(../images/share_one_choose.png) center top no-repeat;
    background-size: 100% 100%;
}
.share_scroll_box ul li h1 {
    color: #5a3451;
    font-size: 3vw;
    font-weight: bold;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: left;
    margin-left: 2.2vw;
    margin-top: 3vh;
    display: flex;
}
.share_scroll_box ul li h1 span {
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    white-space: nowrap;
    width: 3.9375vw;
    font-size: 1.5vw;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    background-color: #ff417a;
    margin-left: 0.5208vw;
    padding-left: 1.13vw;
    padding-right: 1.13vw;
    display: inline-block;
    height: 4vh;
    line-height: 4vh;
    vertical-align: middle;
    margin-bottom: 1.5vh;
}
.share_scroll_box ul li h2 {
    color: #76586f;
    font-size: 1.875vw;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: left;
    font-weight: normal;
    margin-top: 1vh;
    margin-left: 2.5vw;
}
.share_btn_box{
    width: 100%;
    height: 4.93vw;
    position: absolute;
    top: 37.96875vw;
    padding: 0 24.21875vw;
}
.share_btn_sure{
    width: 19.2968vw;
    height: 4.921875vw;
    margin-right: 6.40625vw;
    display: block;
    float: left;
    position: relative;
}
.share_btn_sure img{
    width: 19.2968vw;
    height: 4.921875vw;
    display: block;
}
.share_sure_choose .share_sure_border,
.share_sure_choose .share_back_border{
    border: 4px solid #fff !important;
    border-radius: 27px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}
.share_sure_border{
    position: absolute;
    left: 10px;
    top: -1px;
    width: 18.2968vw;
    height: 4vw;
}
.share_btn_back{
    width: 19.2968vw;
    height: 4.921875vw;
    display: block;
    float: left;
    position: relative;
}
.share_btn_back img{
    width: 19.2968vw;
    height: 4.921875vw;
    display: block;
}
.share_back_border{
    position: absolute;
    left: 10px;
    top: -1px;
    width: 18.2968vw;
    height: 4vw;
}
.share_success_box{
    width: 39.9218vw;
    height: 21.1718vw;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    margin-top: -10.5859vw;
    left: 50%;
    margin-left: -19.9609vw;
    box-sizing:  border-box;
    font-size: 1.718vw;
    z-index: 200006;
    color: #000;
}
.one_text{
    width: 100%;
    text-align: center;
    margin-top: 4.609vw;
}
.two_text,.three_text{
    width: 100%;
    text-align: center;
    margin-top: 1.5vw;
}
.share_success_back{
    width: 12.578vw;
    height: 3.5156vw;
    margin: 2.368vw auto 0 auto;
}
.share_success_back_img{
    width: 12.578vw;
    height: 3.5156vw;
    display: block;
}
.back_choose{
    border: 4px solid rgb(255, 139, 88) !important;
    border-radius: 27px;
    box-shadow: 0px 0px 10px rgba(255, 139, 88, 0.8);
}
.share_no_success_box{
    width: 32.89vw;
    height: 17.2656vw;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    margin-top: -8.6328vw;
    left: 50%;
    margin-left: -16.445vw;
    box-sizing:  border-box;
    font-size: 1.718vw;
    z-index: 200006;
}
.share_no_text{
    width: 100%;
    text-align: center;
    margin-top: 4.6875vw;
    color: #000;
}
.share_no_back{
    width: 12.578vw;
    height: 3.5156vw;
    margin: 4.375vw auto 0 auto;
}
.share_no_back_img{
    width: 12.578vw;
    height: 3.5156vw;
    display: block;
}
.loading_box{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(2, 4, 29, 0.4);
    z-index: 3000;
}
.loading_box img{
    width: 100vw;
    height: 100vh;
    display: block;
}
.rule_title{
    width: 34.791vw;
    height: 9.8148vh;
    display: block;
    margin: 4.16667vh auto 0px auto;
    /* position: absolute;
    top: 103.333vh;
    left: 50%;
    margin-left: -17.3955vw; */
}
.rule_box{
    width: 75.5208vw;
    height: 46.852vh;
    /* position: absolute;
    top: 125.555vh;
    left: 50%;
    margin-left: -37.7604vw; */
    border-radius: 16px;
    background-color: #fff;
    margin: 3.177vh auto 0px auto;
    box-sizing: border-box;
    padding-top: 3.66667vh;
    padding-left: 2.4479vw;
}
.back_top{
    width: 25vw;
    height: 9.259vh;
    /* background-image: linear-gradient(to right , #169aff, #632dfc); */
    background-color: #632dfc;
    text-align: center;
    line-height: 9.259vh;
    font-size: 2.5vw;
    color: #fff;
    border-radius: 16px;
    margin: 3vh auto;
}
.rule_info{
    width: 70.677vw;
    height: 41.11vh;
    /* position: absolute;
    left: 50%;
    margin-left: -35.3385vw;
    top: 4.074vh; */
    line-height: 4.33vh;
    font-size: 1.6vw;
    color: #333333;
}
.tab_box{
    width: 100vw;
    height: 15.5556vh;
    background: url('../images/tab_bg.png') no-repeat top left;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 3.611111vh;
}
.aggregate_info_box{
    width: 72.916vw;
    height: 27.777778vh;
    margin: 3.1122vh auto 0px auto;
    background: url(../images/info_bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-radius: 2vh;
    overflow: hidden;
}
.kuandaixufei_img{
    width: 13.48958vw;
    height: 6.85185vh;
    display: block;
    float: left;
    margin-left: 9.21875vw;
}
.kuandaitisu_img{
    width: 13.33333vw;
    height: 6.57407vh;
    display: block;
    float: left;
    margin-left: 8.541667vw;
}
.kuandaibaozhang_img{
    width: 15vw;
    height: 7.77778vh;
    display: block;
    float: left;
    margin-left: 8.48958vw;
}
.jiazhuang_img{
    width: 17.2916vw;
    height: 6.57407vh;
    display: block;
    float: left;
    margin-left: 7.23958vw;
    margin-top: 0.1111vh;
}
.sec-btn-box{
    width: 54.364vw;
    height: 44.9074vh;
    background: url('../images/hint_box.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    margin-top: -22.4537vh;
    left: 50%;
    margin-left: -32.682vw;
}
.sec-confirm-box .sec-btn-box div:nth-child(2) {
    display: inline-block;
    margin-left: 6.5625vw;
    width: 20vw;
    height: 9.26vh;
    line-height: 9.26vh;
    color: #fff;
    text-align: center;
    border: 2px solid #FFF;
    font-size: 2.5vw;
    border-radius: .5vw;
    margin-top: 5vh;
    box-sizing: border-box;
    background-image: linear-gradient(to right , #169aff, #632dfc);
}
.sec-confirm-box .sec-btn-box div:nth-child(3){
    display: inline-block;
    margin-left: 1.5625vw;
    width: 20vw;
    height: 9.26vh;
    line-height: 9.26vh;
    color: #5d36fc;
    text-align: center;
    border: 2px solid #5d36fc;
    font-size: 2.5vw;
    border-radius: .5vw;
    margin-top: 5vh;
    box-sizing: border-box;
}
.verification_box{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(2, 4, 29, 0.5);
}
.second_confirmation_box{
    width: 52.6041vw;
    height: 55.5555vh;
    background: url('../images/code_bg.png') center top no-repeat;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    margin-left: -26.30205vw;
    top: 50%;
    margin-top: -27.77775vh;
    box-sizing: border-box;
    padding-top: 16.574vh;
}
.second_confirmation_info{
    width: 52.6041vw;
    height: 2.5vh;
    line-height: 2.5vh;
    font-size: 1.3541vw;
    color: #333333;
    box-sizing: border-box;
    margin-left: 3.4895vw;
}
.second_confirmation_phone{
    width: 52.6041vw;
    font-size: 1.5625vw;
    color: #000000;
    margin-top: 3.79629vh;
    box-sizing: border-box;
    margin-left: 21.5625vw;
}
.second_confirmation_line{
    width: 47.0833vw;
    height: 13.7962vh;
    background: url('../images/second_confirmation_kuang.png') center top no-repeat;
    background-size: 100% 100%;
    margin: -1.22222vh auto 0 auto;
    position: relative;
}
.smsYzmall{
    width: 31.875vw;
    position: absolute;
    top: 3.5185vh;
    left: 1.875vw;
}
.active-classpp>.smsShj{
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 10px;
    border-color: #ff6656 !important;
    box-shadow: 0px 0px 2px rgba(255, 139, 88, 0.8);
    box-sizing: border-box;
}
.smsShj{
    width: 3.80208vw;
    height: 6.6666vh;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #e5e5e5;
    float: left;
    margin-right: 1.5104vw;
    color: #000;
    font-size: 1.86vw;
    text-align: center;
    line-height: 6.6666vh;
}
.sms_verification{
    width: 11.9791vw;
    height: 6.1111vh;
    font-size: 1.5625vw;
    color: #ffffff;
    background: #4db838;
    text-align: center;
    line-height: 6.1111vh;
    position: relative;
    float: left;
    margin-left: 33.8541vw;
    margin-top: 3.7962vh;
    border-radius: 10px;
}
.active_sms_code .second_confirmation_border{
    border-width: 4px !important;
    border-style: solid !important;
    border-color: rgb(255, 139, 88) !important;
    border-radius: 10px;
}
.second_confirmation_border{
    width: 12vw;
    height: 6.3vh;
    position: absolute;
    right: -4px;
    top: -4.7px;
}
.sms_timer{
    width: 11.9791vw;
    height: 6.1111vh;
    font-size: 1.5625vw;
    color: #ffffff;
    background: #333333;
    text-align: center;
    line-height: 6.1111vh;
    position: relative;
    float: left;
    margin-left: 33.8541vw;
    margin-top: 3.7962vh;
    border-radius: 10px;
}
.sms_sure{
    width: 18.2291vw;
    height: 9.2592vh;
    position: relative;
    float: left;
    margin-left: 5.15625vw;
    margin-top: 4.3518vh;
}
.second_confirmation_sure{
    width: 18.2291vw;
    height: 9.2592vh;
    display: block;
}
.active_sms_sure .sms_sure_border{
    border-width: 4px !important;
    border-style: solid !important;
    border-color: rgb(255, 139, 88) !important;
    border-radius: 16px;
}
.sms_sure_border{
    width: 18.4vw;
    height: 9.4vh;
    position: absolute;
    right: -5px;
    top: -4.7px;
}
.sms_cancel{
    width: 18.2291vw;
    height: 9.2592vh;
    position: relative;
    float: left;
    margin-left: 5.7291vw;
    margin-top: 4.3518vh;
}
.active_sms_cancel .sms_cancel_border{
    border-width: 4px !important;
    border-style: solid !important;
    border-color: rgb(255, 139, 88) !important;
    border-radius: 16px;
}
.second_confirmation_cancel{
    width: 18.2291vw;
    height: 9.2592vh;
    display: block;
}
.sms_cancel_border{
    width: 18.4vw;
    height: 9.4vh;
    position: absolute;
    right: -5px;
    top: -4.7px;
}
.content-box--nodata{
  height: 50.259vh;
}
.no-data{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  font-size: 2.083vw;
  font-weight: 500;
  line-height: 3.125vw;
}
.no-data__tips{
  position: relative;
  z-index: 2;
  padding-top: 4vh;
}
.no-data img{
  display: block;
  width: 22.604vw;
  height: 21.458vw;
  margin-top: -2.083vw;
  position: relative;
  z-index: 1;
}
.go-back{
  width: 25vw;
  height: 9.26vh;
  display: flex;
  justify-content: center;
  border-radius: 0.5vw;
  background-image: -moz-linear-gradient( -40deg, rgb(22,154,255) 0%, rgb(99,45,252) 100%);
  background-image: -webkit-linear-gradient( -40deg, rgb(22,154,255) 0%, rgb(99,45,252) 100%);
  background-image: -ms-linear-gradient( -40deg, rgb(22,154,255) 0%, rgb(99,45,252) 100%);
  -webkit-border-radius: 0.5vw;
  -moz-border-radius: 0.5vw;
  -ms-border-radius: 0.5vw;
  -o-border-radius: 0.5vw;
  margin: -.257vh auto 0;
}
