.overlay {

    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
}

body .demo-class .layui-layer-content{border-radius: 3px!important;}
body .demo-class .layui-layer-content iframe {border-radius: 3px!important;}
body .layui-layer{border-radius: 3px!important;}
.popup {
    /*display: none;*/
    position: fixed;
    width: 80%;
    height: 420px;
    background-color: #fff;
    border: 2px solid #4f4f4f;
    border-radius: 8px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    background-color: #fff;
}

.top img {
    width: 78px;
    /*height: 100px;*/
}

.middle {
    padding: 39px 25px 25px 25px;
    text-align: center;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.middle h2 {
    /*margin-bottom: 10px;*/
    font-weight: 600;
    font-family: "Arial BoldMT", Arial, sans-serif;
    font-size: 20px;
    color: rgba(19,42,97);
}

.middle .mobile-content {
    /*display: block;*/
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 15px;
    font-size: 12px;
    color: #000;
}

.middle .mobile-top-content {
    /*display: block;*/
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    padding-top: 10px;
    padding-bottom: 1px;
    padding-left: 15px;
    font-size: 12px;
    color: #000;
}

.mobile-content-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: #fff;*/

    padding: 6px 8px 0 8px;
    height: 47px;
    /*gap: 5px;*/
    /*width: 284px;*/
}
.mobile-content-input input {
    height: 100%;
    width: 237px;
    text-align: center;
    border: 1px solid #ccc;
    outline: none;
}

.mobile-content-msg {
    /*display: block;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 1px;
    /*padding-left: 15px;*/

}

.mobile-content-msg-span {
    display: none;
    font-size: 10px;
    color: red;
}

/*.middle .mobile-content {*/
/*    display: block;*/
/*    !*font-family: "ArialMT", Arial, sans-serif;*!*/
/*    font-size: 12px;*/
/*    color: rgba(0,0,0);*/
/*    padding-top: 10px;*/
/*    !*line-height: 1.5;*!*/
/*}*/
.middle img {
    width: 80%;
    /*height: 100px;*/
}

.middle .pc-content {
    display: none;
}
.middle .tips {
    font-family: "ArialMT", Arial, sans-serif;
    padding-top: 15px;
    font-size: 15px;
    color: rgba(102,102,102);
}
.bottom {
    text-align: center;
    /*padding: 20px;*/
    height: 42px;
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    /*padding-top: 5px;*/
    /*background-color: green;*/
}

.green-btn {
    background-color: #008759;
    color: rgba(255,255,255);
    border: none;
    width: 237px;
    /*padding: 10px 20px;*/
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    height: 37px;
    font-weight: 600;
}
