.popup-yidingyue {
    position: fixed;
    width: 80%;
    height: 300px;
    background-color: #fff;
    border: 2px solid #4f4f4f;
    border-radius: 8px;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.no-scroll {
    overflow: hidden;
}
.svg-container {
    position: fixed;
    top: 76%;
    left: 50%;
    /*transform: translateX(-50%);*/
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    z-index: 99991;
}

.circle-close {
    width: 33px;
    height: 33px;
}

.popup-yidingyue .top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    background-color: #fff;
}

.popup-yidingyue .top img {
    width: 90px;
    /*height: 100px;*/
}

.popup-yidingyue .middle {
    padding: 49px 25px 15px 25px;
    text-align: center;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.popup-yidingyue .middle h2 {
    /*margin-bottom: 10px;*/
    font-weight: 600;
    font-family: "Arial BoldMT", Arial, sans-serif;
    font-size: 20px;
    color: rgba(19,42,97);
}

.popup-yidingyue .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;
}

.popup-yidingyue .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;
}

.popup-yidingyue .mobile-content-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: #fff;*/

    padding: 6px 8px;
    height: 50px;
    /*gap: 5px;*/
    /*width: 284px;*/
}
.popup-yidingyue .mobile-content-input input {
    height: 50px;
    width: 237px;
    border: 1px solid #ccc;
}
.circle-close-div {
    /*padding-top: 10px;*/
    /*padding-right: 10px;*/
    /*display: flex;*/
    /*justify-content: right;*/
}
.bi-x-circle {
    position: absolute;
    /*top: calc(100% - 20px);*/
    top: 10px;
    right: 10px;
    /*color: rgba(102,102,102);*/
}

/*.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;*!*/
/*}*/
.popup-yidingyue .middle img {
    width: 80%;
    /*height: 100px;*/
}

.popup-yidingyue .middle .pc-content {
    display: none;
}
.popup-yidingyue .middle .tips {
    font-family: "ArialMT", Arial, sans-serif;
    padding-top: 15px;
    font-size: 15px;
    color: rgba(102,102,102);
}
.popup-yidingyue .bottom {
    text-align: center;
    /*padding: 20px;*/
    height: 42px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    /*padding-top: 5px;*/
    /*background-color: green;*/
}

.popup-yidingyue .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;
}
