@media screen and (max-width: 768px) {
  #amr-geo-warning.lay-show .lay-dialog {
    width: 90vw !important;
  }
  #amr-geo-warning.lay-show .layer-cen-neirbox {
    padding: 0 10px 10px !important;
}  
}
#amr-geo-warning.lay-show {
    width: 100dvw;
    height: 100lvh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2048;
    background: rgba(0,0,0,.35);
}
#amr-geo-warning.lay-show .lay-dialog {
    width: 640px;
    border: 10px solid #2d3c67;
    background-color: #fff;
    padding: 24px 20px;
    position: relative;
    z-index: 300;
    padding: 0;
    border: none;
}
#amr-geo-warning .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .12rem 0.24rem;
    font-size: .28rem;
    line-height: 1.5;
    border-radius: 0.08rem;
    /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}
#amr-geo-warning.lay-show .close {
    background: none;
    color: #555;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 10px;
    line-height: 1;
    border-radius: 0;
    font-size: 36px;
}
#amr-geo-warning .layer-dailog-ttbox {
    padding: 24px 60px;
    background: #f1faff;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#amr-geo-warning.lay-show .lay-logo {
    display: block;
    margin: 0;
    width: 136px;
}
#amr-geo-warning.lay-show .layer-cen-neirbox {
    padding: 0 60px 30px;
}
#amr-geo-warning.lay-show p {
    font-family: 'Noto Sans JP';
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}
#amr-geo-warning .text-center {
    text-align: center;
}
#amr-geo-warning.lay-show .btn-box {
    margin-top: 20px;
}
#amr-geo-warning.lay-show .btn.green::after {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
    content: '';
}
#amr-geo-warning.lay-show .layer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}
#amr-geo-warning .mt-3 {
    margin-top: 30px;
}
#amr-geo-warning.lay-show .layer-copyright .layer-banquan-logo {
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid #e9e9e9 1px;
}
#amr-geo-warning.lay-show .layer-copyright p {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.4;
    color: #b6b6b6;
}
#amr-geo-warning.lay-show .btn.green {
    position: relative;
    width: 90%;
    background: #0066fc;
    color: white;
    border-radius: 8px;
    padding: 11px 0;
}
#amr-geo-warning .f28 {
    font-size: 28px;
}
#amr-geo-warning .bold {
    font-weight: bold;
}

