#container {
    width: 100%;
    height: calc(100vh - 44px);
}

/*自定义信息弹出窗口*/
.layui-fluid .content-window-card {
    line-height: 1.4;
    position: relative;
    bottom: 0;
    left: 0;
    width: 240px;
    min-width: 240px;
    border-radius: 5px;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.content-window-card .info-top {
    background: rgba(32, 123, 251, 0.8);
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.content-window-card .info-top div {
    margin: 0;
    color: #fff;
    padding-left: 20px;
}

.info-top .closeX {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    text-align: center;
    width: 40px;
    height: 40px;
    font: 16px/38px Tahoma, Verdana, sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.info-middle {
    background: #fff;
    padding-bottom: 10px;
    border-radius: 5px;
}

.info-middle p {
    background-color: white;
    margin: 0 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    border-bottom: 1px solid #C6C6C6;
    color: #1f1f1f;
}

.info-bottom {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.info-bottom .leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/*自定义图标内容*/
.amap-marker-content .typeidmarker {
    width: 40px !important;
}

.typeidmarkera {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url(../image/marathon/bg2.png);
    background-size: cover;
    text-align: center;
    font-size: 12px;
    color: #333;
}

.add_img {
    background: url(../image/marathon/bg1.png);
    background-size: cover;
    color: #0091FF;
}

/*比赛状态*/
.match_type {
    width: calc(100% - 30px);
    height: 135px;
    position: fixed;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    overflow: hidden;
}

.match_type_a {
    height: 104px;
}

.match_type .title_match {
    color: #080809;
    margin: 10px auto 0;
    font-size: 14px;
}

.match_type_a .title_match {
    margin: 0 auto;
    color: #262222;
    height: 52px;
    line-height: 52px;
}

.match_type .removeall_p {
    margin-top: 0;
}

.match_type .removeall b {
    font-weight: normal;
    color: #0071FE;
}

.match_type .task-num {
    margin: 10px auto 0;
}

.match_type .task-ok {
    margin: 10px auto 0;
}

.match_type .match_all {
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin: 0 auto;
    font-size: 14px;
}

.match_type .count_down {
    background: #0071FE;
    color: #fff;
}

.match_type .match_play {
    width: auto;
    background: #2484FE;
    color: #fff;
}

.match_type .game_over {
    background: #F37057;
    border-color: #F37057;
}

.subject {
    display: inline-block;
    color: #37A542;
    font-size: 14px;
}

.match_type .subject_btn {
    width: 124px;
    display: inline-block;
    margin-left: 10px;
}

.markerOptions {
    transition: all 0.25s ease-in-out;
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
}

.markerOptions img {
    width: 25px;
    margin: 0 auto;
}

.match_type .look_start_b {
    width: auto;
}

.range_out_no {
    margin-top: 25px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(183, 175, 175, 0.5);
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    overflow: hidden;
}

.markerOptions:after {
    content: "";
    background: rgba(32, 123, 251, 0.72);
    border-radius: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -5px;
    right: -8px;
    z-index: -1;
    opacity: 0.4;
    animation: pulse 1.2s ease infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.container_top {
    width: 100%;
    background: #CD4930;
    height: 52px;
    line-height: 52px;
    color: #fff;
}

.match_type_sj {
    height: auto;
}

.publice_down {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 4px 0px rgba(183, 175, 175, 0.5);
    border-radius: 8px;
    border: 1px solid #DFDFDF;
}

.publice_down_main {
    margin: 10px 15px;
    overflow: hidden;
    display: block;
    position: relative;
}

.publice_down_main p {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
    height: auto;
    margin: 0 auto;
}

.publice_down_main p img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.publice_top {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px dashed #DFDFDF;
    margin: 0 15px;
}

.publice_top_b p {
    color: #262222;
}

.publice_top_b p img {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.publice_top_b p span {
    color: #0071FE;
}

#count_num {
    display: inline-block;
    color: #262222;
}

#count_num span {
    font-size: 14px;
    color: #262222;
}

#count_num img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.button_up {
    display: inline-block;
    float: right;
    color: #0071FE;
}

.button_up span {
    margin-right: 5px;
}

.publice_down_top {
    height: 126px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 4px 0px rgba(183, 175, 175, 0.5);
    border-radius: 8px;
    border: 1px solid #DFDFDF;
}

.match_type_c {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 4px 0px rgba(183, 175, 175, 0.5);
    border-radius: 8px;
    border: 1px solid #DFDFDF;
}

.main_public {
    width: 102px;
}

.rw_left_main {
    float: left;
    margin-left: 30px;
}

.rw_right_main {
    position: absolute;
    right: 15px;
    top: 10px;
}

.rw_left_main p {
    display: inline-block;
    width: 100%;
    float: none;
    color: #080809;
}

.rw_left_main p span {
    color: #20970E;
}

.match_type .look_start_b,
.match_type .look_start {
    width: 102px;
    height: 34px;
    line-height: 34px;
    background: #F2F2F2;
    border-radius: 4px;
    color: #AFAFAF;
    margin-right: 15px;
    border: 1px solid #F2F2F2;
}

.match_type .look_start {
    background: #FFFFFF;
    border: 1px solid #338DFE;
    color: #0071FE;

}

.main-treasure {
    width: 100%;
    height: calc(100vh - 46px);
    background: url(../image/marathon/wb-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.main-gif {

    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;

}

.mod-article__reward-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000;
}

.mod-article__reward-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -200px;
    width: 320px;
    height: 400px;
    background: url(../image/marathon/box.png) no-repeat center/cover;
    border-radius: 10px;
}

.btn-wb-zdy {
    margin: 100px auto 0;
}

.btn-wb-zdy a {
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    color: #6D3801;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 700;
}

.loading-text {
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}

.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #6D3801;
}

.loading-text span:nth-child(1) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

.main-box-center,
.min-box-btn {
    margin-top: 150px;
    text-align: center;
    font-size: 16px;
    color: #6D3801;
    display: none;
}

.main-box-center h4 {
    color: #6d3801;
}

.main-box-center p {
    margin-top: 30px;
    font-size: 16px;
    padding: 0 20px;
    width: calc(100% - 40px);
}

.min-box-btn {
    margin-top: 35px;
}

.min-box-btn a {
    display: block;
    color: #fff;
    width: 179px;
    height: 49px;
    line-height: 49px;
    margin: 0 auto;
    background: #E79627;
    border-radius: 6px;
}

.min-box-btn a:hover {
    color: #6d3801;
}

.min-box-btn p {
    margin: 15px 0 0;
    color: #BCBBB9;
    font-size: 12px;
}