﻿@charset "utf-8";
/* CSS Document */
/*公共样式*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, a, img, textarea, input, span, button {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

img {
    display: block;
    border: none;
    width: 100%;
}

html, body {
    width: 100%;
    height: 100%;
    background: #000;
    overflow-x: hidden;
}

body {
    color: #fff;
    font: 12px/16px Verdana, Helvetica, Arial, sans-serif;
}

h2, h1, h3, h4, h5, strong, b, i, em {
    font-weight: normal;
    font-size: 1.2rem;
    font-style: normal;
}

input, textarea {
    font-family: 'font-family';
    border: none;
    outline: none;
    font-size: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

/*a:link,a:visited{color:#fff;text-decoration:none;}

a:hover{color:#fff;text-decoration:none;}*/
.hide {
    display: none;
}

.max_wrap {
    max-width: 640px;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
}

.page {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

/*加载页*/
.loadPage {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #a3cb2d;
    background-size: 100% 100%;
    z-index: 10000000;
    background: url(../img/loading.jpg) no-repeat center center;
    background-size: cover;
}

.map_top {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}


.center_box{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.center_box .loadPagefootball{
    background: url("../img/load_title.png") no-repeat center center;
    width: 300px;
    height: 148px;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 30px;
}

.center_box .bar{
    border-style: solid;
    border-width: 4px;
    border-color: #32506b;
    background-color: #d8ddef;
    margin: 0 auto;
    opacity: .9;
    width: 100%;
    height: 10px;
    border-radius: 20px;
    position: relative;
}

.center_box .bar .line {
    width: 100%;
    height: 100%;
    background-color: #fc8184;
    border-radius: 20px
}

.center_box .num{
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    left: 50px;
    top: 50%;
}

.center_box .icon {
    width: 30px;
    position: absolute;
    top: -7px;
    left: -10%;
}




.load_car {
    width: 50%;
    position: absolute;
    left: 0%;
    top: 30%;
    right: 0%;
    margin: 0 auto;
}

.load_lun_1 {
    width: 20%;
    position: absolute;
    left: 20%;
    bottom: 9%;
}

.load_lun_2 {
    width: 20%;
    position: absolute;
    left: 65%;
    bottom: 9%;
}

.weiqi_1 {
    width: 15%;
    position: absolute;
    right: -17%;
    bottom: 25%;
}

.weiqi_2 {
    width: 15%;
    position: absolute;
    right: -35%;
    bottom: 25%;
    opacity: 0.5;
}

.load_jindu_box {
    width: 50%;
    height: 1rem;
    border: 2px solid #862407;
    border-radius: 100rem;
    position: absolute;
    left: 0%;
    top: 65%;
    right: 0%;
    margin: 0 auto;
    overflow: hidden;
}

.load_jindu {
    width: 0%;
    height: 100%;
    background: #ffd857;
    display: block;
}

/*首页*/
.index {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url('../images/index_bg.jpg') #fed82f no-repeat center top;
    background-size: 100% auto;
    z-index: 10;
}

.index_title {
    width: 80%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 3%;
    z-index: 10;
    margin: 0 auto;
}

.index_yun1 {
    width: 37%;
    position: absolute;
    right: -15%;
    top: 22%;
}

.index_yun2 {
    width: 14%;
    position: absolute;
    left: -9%;
    top: 76%;
}

.index_ji_box {
    width: 50%;
    position: absolute;
    left: 0%;
    top: 55%;
    right: 0%;
    margin: 0 auto;
}

.index_bottom {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 20;
}

.index_min_ji {
    width: 10%;
    position: absolute;
    left: 26%;
    top: -15%;
}

.index_go_box {
    width: 76%;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
}

.index_go {
    width: 76%;
    height: 7rem;
    position: absolute;
    left: 0%;
    top: 3%;
    right: 0%;
    margin: 0 auto;
    cursor: pointer;
}

.index_bottom_pic {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
}

.index_yun3 {
    width: 28%;
    position: absolute;
    left: 1%;
    bottom: 30%;
}

.index_yun4 {
    width: 28%;
    position: absolute;
    right: 3%;
    bottom: 15%;
}

/*提示页*/
.tipsPage {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url('../images/bg.jpg') no-repeat center center;
    background-size: 100% 100%;
    z-index: 10;
}

.tips_box {
    width: 100%;
    margin: 15% auto 5%;
}

.tips_btn {
    width: 54%;
    margin: 0% auto;
    display: block;
    cursor: pointer;
}

/*地图容器*/
.mapPage {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
    overflow: hidden;
    background: #E5E3DF;
}

#container {
    min-width: 320px;
    height: 100vh;
}

.mapBottomBar {
    width: 25%;
    height: 3%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0%;
    bottom: 0%;
}

.game_logo {
    width: 13%;
    position: absolute;
    right: 10px;
    top: 10px;
}

.game_L_box {
    width: 26%;
    position: absolute;
    left: 10px;
    top: 10%;
}

.game_L_box p {
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
    cursor: pointer;
}

.game_L_box p strong {
    width: 15%;
    position: absolute;
    left: 47%;
    top: 31%;
}

.game_L_box p span {
    width: 34%;
    position: absolute;
    left: 63%;
    top: 35%;
    text-align: center;
}

.game_L_box p span img {
    width: 35%;
    display: inline-block;
}

.game_bottom {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 999;
}
.right_icon {
    width: 50px;
    position: absolute;
    right: 2%;
    bottom: 30%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
}

.right_icon .icon-item {
    width: 100%;
    height: auto;
    display: block;
}

.football_bottom{
    width: 259px;
    height: 187px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    z-index: 99999;
    margin: 0 auto;
    background: url("../img/football_boy.png") no-repeat center center;
    background-size: cover;
    scale: 0.7;
}

.football {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    left: 0;
}


.game_yun {
    width: 35%;
    position: absolute;
    left: 1%;
    bottom: 0%;
}

.game_go_box {
    width: 70%;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
}

.game_dh {
    width: 60%;
    height: 7rem;
    position: absolute;
    left: 0%;
    top: 3%;
    right: 0%;
    margin: 0 auto;
    cursor: pointer;
}

.game_bottom_pic {
    width: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
}

.game_fjjcs {
    width: 25%;
    position: absolute;
    left: 5px;
    top: -50%;
    cursor: pointer;
}

/*距离提示*//* background:rgba(0,0,0,0.7); */
.rangePage, .manPage {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0%;
    top: 0%;
    overflow: hidden;
    z-index: 100;
}

.rangeBox, .manBox {
    margin: 0% auto;
    width: 100%;
}

/*附近金财神*/
.framePage {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.frameBox {
    width: 80%;
    position: absolute;
    left: 0%;
    top: 15%;
    right: 0%;
    margin: 0 auto;
}

.frame_yun {
    width: 40%;
    position: absolute;
    left: -7%;
    bottom: -7%;
}

.frame_fjjcs_pic {
    width: 110%;
    position: absolute;
    left: 0%;
    top: -10%;
}

.frameBtn {
    width: 43%;
    position: absolute;
    left: 0%;
    bottom: 10%;
    right: 0%;
    margin: 0 auto;
    cursor: pointer;
    z-index: 10;
}

.fjjcs_con {
    width: 90%;
    position: absolute;
    left: 0%;
    top: 40%;
    right: 0%;
    margin: 0 auto;
    color: #fff;
}

.fjjcs_con h3 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    border-bottom: 1px solid #ffd857;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.fjjcs_con p {
    color: #ffd857;
    line-height: 1.8rem;
}

.amap-icon img {
    width: 25px;
    height: 34px;
}

.amap-marker-label{
    border: 0;
    background-color: #FFC107;
    border-radius: 20px;
}

.labelContent{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    padding: 1px;
    text-align: center;
    width: 100%;
}


.cur {
    display: block;
    opacity: 1 !important;
}

.pageBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
}

.panelPage .pageBox .rulerCenterBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    height: 75vh;
    width: 90%;
    background-image: url(../img/panelBg.png?v2.4);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.panelPage .pageBox .rulerCenterBox .contentBox {
    overflow-y: auto;
    overflow-x: hidden;
    height: 38vh;
    width: 80%;
    margin: 0 auto;
    margin-top: 26vh;
    color: #000;
}

.panelPage .pageBox .Pel{
    position: absolute;
    bottom: 1rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 99999;
    width: 100%;
}

.panelPage .pageBox .Pel .bth{
    flex: 1; /* 均分剩余空间 */
    max-width: 150px; /* 限制最大宽度 */
}

.panelPage .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.js_dialog{
    background: url(../img/list_bg.png) no-repeat center top;
    background-size: cover;
}


.head {
    margin: 0 1.173rem .897rem;
    height: 2.346rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.head .search {
    position: absolute;
    right: 0.138rem;
    width: 4.140rem;
    height: 2.070rem;
    background: #235c43;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.897rem;
    color: #fff;
    line-height: 2.001rem;
    text-align: center;
    border-radius: 35px 35px 35px 35px
}

.head .head_L {
    flex: 1;
    background: #337d4c;
    display: flex;
    align-items: center;
    height: 2.346rem;
    padding: 0 4.140rem 0 1.380rem;
    border-radius: 2.070rem
}

.head .head_L img {
    width: 1.035rem;
    height: 1.035rem
}

.head .head_L .van-cell {
    background-color: transparent;
    width: 100%;
}

.head .head_R {
    color: #218ffe;
    width: 3.450rem;
    display: flex;
    align-items: center;
    font-size: 1.035rem
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
}


.lsjaddress{
    padding: 0 1.173rem .897rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.lsjaddress .lsjl_title{
    display: flex;
    justify-content: space-between
}

.lsjaddress .lsjl_title > span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.897rem;
    color: #fff
}

.lsjaddress .lsjl_title > img{
    width: 1.104rem;
    height: 1.104rem
}

.lsjaddress .lsjl_list{
    margin: 0.69rem 0 0.345rem 0;
    white-space: nowrap
}

.lsjaddress .lsjl_list .lsjl_list_item{
    display: inline-block;
    padding: 0.483rem 0.897rem;
    border-radius: 0.414rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.897rem;
    color: hsla(0, 0%, 100%, .75);
    margin-right: 0.897rem;
    margin-bottom: 0.69rem;
    background-color: hsla(0, 0%, 100%, .1)
}

.lsjaddress .lsjl_list .lsjl_list_item.active{
    color: green;
    background-color: #fff
}


.tabs_L {
    flex: 1;
    overflow-y: auto
}

.tabs_L .list_item{
    padding: 1.035rem 1.104rem;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(180deg, #fffed9, #fff 30%);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #f4ed06;
    margin-bottom: 0.69rem;
    position: relative
}

.tabs_L .list_item .list_item_L > div:first-child {
    display: flex;
    align-items: center
}

.tabs_L .list_item .list_item_L > div:first-child img{
    width: 1.035rem;
    height: 0.966rem
}

.tabs_L .list_item .list_item_L > div:first-child span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1.035rem;
    margin-left: 0.345rem
}

.tabs_L .list_item .list_item_L > div:nth-child(2) {
    display: flex;
    align-items: center;
    margin-top: 1.035rem
}

.tabs_L .list_item .list_item_L > div:nth-child(2) img{
    width: 0.828rem;
    height: 0.897rem
}

.tabs_L .list_item .list_item_L > div:nth-child(2) span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.759rem;
    color: #999;
    margin-left: 0.345rem
}

.tabs_L .list_item .list_item_L > div:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.035rem
}

.tabs_L .list_item .list_item_L > div:nth-child(3) > div{
    padding: 0.276rem 0.621rem;
    background: #e6f2f1;
    border-radius: 0.759rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.759rem;
    color: #007f70;
    text-align: center;
    margin-right: 0.621rem;
    margin-bottom: 0.759rem
}

.tabs_L .list_item .list_item_R{
    z-index: 1;
    margin-left: 0.69rem
}

.tabs_L .list_item .list_item_R > img{
    width: 5.52rem;
    height: 4.002rem;
    background: #d9d9d9;
    border-radius: 0.276rem
}

.tabs_L .list_item .list_item_R .qw{
    width: 5.52rem;
    height: 2.07rem;
    background: #f1f1f1;
    border-radius: 0 0 0.276rem 0.276rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.345rem
}

.tabs_L .list_item .list_item_R .qw span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.828rem;
    color: #007f70
}

.tabs_L .list_item .list_item_R .qw img{
    width: 1.035rem;
    height: 1.035rem;
    margin-left: 0.207rem
}

.tabs_L .list_item .zq{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.382rem;
    height: 5.382rem
}


@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



.panelPage{
    position: absolute;
    z-index: 99;
}