@charset "utf-8";

*{ margin: 0px; padding: 0px; list-style-type: none; }
body{background: #1e0f44;}
a{text-decoration: none;}
button{cursor:pointer}
.hd_box { position: relative; }
.hd_logo{position: absolute;}
.hd_btn{position: absolute;}
.disable { opacity: 0.5; cursor: not-allowed !important; }
@media screen and (min-width: 100px) and (max-width: 1024px) {
    body{font-size: .24rem;}
    .hd_box{width: 100%;margin: 0 auto;}
    .hd_box img{width: 100%;vertical-align: top;}
    .hd_logo{position: absolute;}
    .hd_btn{position: absolute;}
    .hd_logo{width: 2.2rem; height: .8rem;top: .3rem; left: .3rem;}
    .hd_btn{width: 2.3rem; height: .6rem;bottom: .1rem; left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: .4rem;
        border: none;
        background: none;
        color: #fff;
        font-weight: bold;
        border-radius: .6rem;
        letter-spacing: .05rem;
        text-shadow: 2px 2px 2px #000;
    }
}
@media screen and (min-width: 1025px) {
    body{font-size: 12px;}
    .hd_box{width: 1440px;margin: 0 auto;}
    .hd_box img{vertical-align: top;width: 100%;}
    .hd_logo{width: 360px; height: 130px;top: 60px; left: 120px;}
    .hd_btn{width: 620px; height: 130px;bottom: 10px; left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 90px;
        border: none;
        background: none;
        color: #fff;
        border-radius: 130px;
        letter-spacing: 10px;
        text-shadow: 3px 3px 4px #000;
    }
}
.layui-layer.k_popup {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.k_popup .layui-layer-title {
    background: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
    border-radius: 16px 16px 0 0;
}
.k_popup .layui-layer-setwin {
    right: 0px;
    top: 0px;
}
.k_popup .layui-layer-setwin .layui-layer-close1 {
    background-position: center center;
}
.k_popup .layui-layer-content {
    font-size: 16px;
    text-align: center;
    color: #333;
}
.k_popup .layui-layer-btn {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0 30px 30px 30px;
    padding-top: 0 !important;
}
.k_popup .layui-layer-btn [class^="layui-layer-btn"] {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 20px;
    text-align: center;
}
.k_popup .layui-layer-btn a {
    margin: 0;
    padding: 0;
    width: 150px !important;
}
.k_popup .layui-layer-btn a:first-child {
    margin-left: 0;
}
.k_popup .layui-layer-btn .layui-layer-btn0 {
    background: #f2f2f2;
    color: #393D49;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.k_popup .layui-layer-btn .layui-layer-btn1 {
    background: #ffe2b8;
    color: #c60000;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.k_popup .k_popupBox {
    padding: 0px 30px 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.k_popup .k_popupIcon {
    width: 50px;
    height: 50px;
    margin: 0px auto 20px auto;
}
.k_popup .k_popupTitle {
    font-size: 22px;
    line-height: 34px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
}
.k_popup .k_popupText {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
