﻿* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei,PingFang SC,Helvetica Neue,Hiragino Sans GB,Helvetica,Arial;
    font-size: 0.24rem;
    line-height: 1.5;
    overflow: hidden;
}

.app {
    width: 100%;
    height: 100%;
    background: url("/Images/Kart/manger/index_bg.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    overflow: auto;
}

/*2020-01-13 AM JC 教练端加入按钮,实时获取位置*/

.hand {
    cursor: pointer;
    border: 1px solid rgb(238, 191, 1);
    background: rgb(238, 191, 1);
    width: 1.8rem;
    padding: 0.15rem;
    text-align: center;
    color: rgb(255, 255, 255);
    position: absolute;
    z-index: 10;
    text-size-adjust: none;
    bottom: 2rem;
    right: auto;
    top: auto;
    left: 50%;
    border-radius: 8px;
    font-size: 0.35rem;
    margin-left: -0.8rem;
    font-weight: bold;
}



.index_menu {
    width: 80%;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    color: #fff;
    margin: 0 auto;
    margin-top: 0.5rem;
}

    .index_menu img {
        display: block;
        width: 0.76rem;
        margin-right: 0.4rem;
    }

    .index_menu.cdsz {
        background: url("/Images/Kart/manger/cdsz.png") no-repeat;
        background-size: 100% 100%;
        margin-bottom: 3rem;
    }
    .index_menu.xtsz {
        background: url("/Images/Kart/manger/xtsz.png") no-repeat;
        background-size: 100% 100%;
    }
    .index_menu.clgl {
        background: url("/Images/Kart/manger/clgl.png") no-repeat;
        background-size: 100% 100%;
    }
    .index_menu.dgyjgl {
        background: url("/Images/Kart/manger/dgyjgl.png") no-repeat;
        background-size: 100% 100%;
    }
    .index_menu.tcdl {
        background: url("/Images/Kart/manger/tcdl.png") no-repeat;
        background-size: 100% 100%;
    }

.game_set {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/Images/EatChicken/manger/game_set_bg.jpg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    overflow: auto;
}

.game_set_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.06rem solid #474741;
}

    .game_set_head img:first-child {
        display: block;
        height: 0.82rem;
    }

    .game_set_head img:last-child {
        display: block;
        height: 0.4rem;
        margin-right: 0.1rem;
    }

.game_set_body table {
    width: 100%;
}


.game_set_body_content {
    top: .85rem !important;
}

.game_set_body table tr td, .orderform_info_body table tr td {
    color: #ffffff;
    font-weight: bold;
    border-bottom: 2px solid #4b4843;
    font-size: 0.24rem;
    padding: 0.3rem 0.3rem 0.3rem 0.25rem;
}

.game_set_body table tr:last-child td button {
    height: 0.68rem;
    width: 1.56rem;
    display: inline-block;
    text-align: center;
    line-height: 0.68rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #ffbb00;
    margin: 0.15rem auto; /*margin: 0.8rem auto;*/
    background: url("/Images/EatChicken/manger/game_set_sure.png") no-repeat;
    background-size: 100% 100%;
}

.game_set_body table tr td:first-child, .orderform_info_body table tr td:first-child {
    white-space: nowrap;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffbb00;
    background: linear-gradient(to right,#322e1e,rgba(0,0,0,0));
}

.game_set_body table tr td.game_model span {
    display: inline-block;
    width: 2.2rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    margin-right: 0.35rem;
    margin-bottom: 0.3rem;
    transition: background 0.2s ease-out;
    background: url("/Images/EatChicken/manger/game_set1.png") no-repeat;
    background-size: 100% 100%;
}

    .game_set_body table tr td.game_model span:nth-child(2n) {
        margin-right: 0;
    }

    .game_set_body table tr td.game_model span.active {
        background: url("/Images/EatChicken/manger/game_set1_active.png") no-repeat;
        background-size: 100% 100%;
    }

.game_set_body table tr td.game_map span {
    display: inline-block;
    width: 2.2rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    margin-right: 0.35rem;
    background: url("/Images/EatChicken/manger/game_set_map.png") no-repeat;
    transition: background 0.2s ease-out;
    background-size: 100% 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .game_set_body table tr td.game_map span.active {
        background: url("/Images/EatChicken/manger/game_set_map_active.png") no-repeat;
        background-size: 100% 100%;
    }

.game_set_body table tr td.game_time span {
    display: inline-block;
    border: 1px solid #e8c342;
    border-radius: 0.06rem;
    width: 1.7rem;
    height: 0.45rem;
    text-align: center;
    line-height: 0.45rem;
    background: rgba(47,45,42,0.5);
}

.login {
    width: 100%;
    height: 100%;
    background: url("/Images/Kart/manger/login_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 2.4rem;
    display: inline-block;
    overflow: auto;
}

    .login .company {
        color: #a4a4a5;
        position: absolute;
        bottom: 0.25rem;
        width: 100%;
        text-align: center;
        font-size: 0.2rem;
    }

.login_logo {
    margin: 1.2rem auto;
    margin-bottom: 2.3rem;
}

    .login_logo img {
        display: block;
        width: 5.72rem;
        margin: 0 auto;
    }

.login_form {
    display: flex;
    width: 4.5rem;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 0.3rem;
}

    .login_form div {
    }

        .login_form div:first-child {
            width: 1.42rem;
            font-size: 0.28rem;
            color: #ffffff;
            margin-right: 0.1rem;
        }

            .login_form div:first-child.username_icon, .login_form div:first-child.password_icon {
                position: relative;
            }

                .login_form div:first-child.username_icon::before {
                    position: absolute;
                    top: 50%;
                    margin-top: -0.19rem;
                    left: 0.20rem;
                    right: 0;
                    bottom: 0;
                    content: "";
                    background: url("/Images/Kart/manger/username_logo.png") no-repeat;
                    background-size: 100% 100%;
                    width: 0.35rem;
                    height: 0.37rem;
                    z-index: 1;
                }

                .login_form div:first-child.password_icon::before {
                    position: absolute;
                    top: 50%;
                    margin-top: -0.19rem;
                    left: 0.24rem;
                    right: 0;
                    bottom: 0;
                    content: "";
                    background: url("/Images/Kart/manger/password_logo.png") no-repeat;
                    background-size: 100% 100%;
                    width: 0.31rem;
                    height: 0.37rem;
                    z-index: 1;
                }

        .login_form div:last-child {
            flex: 1;
        }

            .login_form div:last-child select, .login_form div:last-child input.username, .login_form div:last-child input.password {
                width: 100%;
                height: 100%;
                border: 1px solid #fff;
                padding: 0.22rem;
                background: rgba(62,60,54,0.5);
                color: #ffffff;
                font-size: 0.32rem;
                position: relative;
                padding-left: 0.75rem;
            }

                .login_form div:last-child input.username::-webkit-input-placeholder, .login_form div:last-child input.password::-webkit-input-placeholder {
                    color: #fff;
                }
                .login_form div:last-child input.username::-moz-placeholder, .login_form div:last-child input.password::-moz-placeholder {
                    color: #fff;
                }

            .login_form div:first-child .login_button {
                width: 100%;
                height: 0.55rem;
                line-height: 0.55rem;
                font-size: 0.28rem;
                color: #fff;
                background: url("/Images/Kart/manger/login_bg_btn.png") no-repeat;
                background-size: 100% 100%;
                letter-spacing: 0.28rem;
                text-indent: 0.28rem;
            }

            .login_form div:last-child .register_button {
                width: 100%;
                height: 0.55rem;
                line-height: 0.55rem;
                font-size: 0.28rem;
                color: #fff;
                background: url("/Images/Kart/manger/register_bg_btn.png") no-repeat;
                background-size: 100% 100%;
                letter-spacing: 0.28rem;
                text-indent: 0.28rem;
            }

            .login_form div:last-child.remember_password {
                display: flex;
                align-items: center;
                font-size: 0.2rem;
                color: #ffffff;
            }

                .login_form div:last-child.remember_password input {
                    display: inline-block;
                    width: 0.2rem;
                    height: 0.2rem;
                    margin-right: 0.1rem;
                    vertical-align: middle;
                    margin-top: 0.03rem;
                }



/*弹框样式*/
.modal, .comfirm {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content, .comfirm-content {
    width: 5.7rem;
    /*height: 3.5rem;*/
    background: rgba(0,0,0,.9);
}

.modal-head, .comfirm-head {
    height: 0.5rem;
    background: url("/Images/Kart/close.png") no-repeat center right;
    background-position: 5.24rem center;
    background-size: 0.28rem auto;
    border-bottom: 4px solid #56595d;
    cursor: pointer;
}

.modal-body, .comfirm-body {
    padding: .5rem 0;
    font-size: 0.30rem;
    color: #e7b62a;
    text-align: center;
}

.modal-footer, .comfirm-footer {
    padding-bottom: 0.55rem;
}

.comfirm-footer {
    display: flex;
}

    .modal-footer button, .comfirm-footer button {
        margin: 0 auto;
        display: block;
        width: 1.4rem;
        height: 0.48rem;
        text-align: center;
        background: #d5ae3f;
        font-size: 0.27rem;
        color: #fff;
        border-radius: 5px;
    }

        .comfirm-footer button:first-child {
            margin-left: 1.2rem;
        }

        .comfirm-footer button:last-child {
            margin-right: 1.2rem;
        }


/* 弹层底部 */
.comfirm-footer {
    width: 95%;
}

    .comfirm-footer .index_menu {
        width: 30%;
        height: 0.55rem;
        line-height: 0.55rem;
        font-size: 0.28rem;
        letter-spacing: 0.1rem;
        text-indent: 0.1rem;
        margin-top: 0;
    }

.container {
    -webkit-tap-highlight-color: transparent;
}

.countdown {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    z-index: 9999;
    font-size: 200px;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    visibility: hidden;
    text-shadow: 0px 0px 5px #fff;
    -webkit-tap-highlight-color: transparent;
}