.box {
    width: 375.0px;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    padding-top: 102.0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display:none;
}

.box .box-content {
    width: 318.0px;
    min-height: 487.5px;
    background-color: #ffffff;
    border-radius: 15.0px;
    margin-bottom: 15.0px;
}

.box-content .box-top {
    width: 318.0px;
    min-height: 289.01px;
    margin-bottom: 14.51px;
    /* box-sizing: border-box; */
    
}
.box-content .box-top img{
    width: 100%;
}
.box-content .box-title {
    width: 286.99px;
    min-height: 30.49px;
    margin: 14.51px auto 13.99px;
    font-size: 12.0px;
    color: #292929;
}

.box-content .box-text {
    width: 288.0px;
    min-height: 61.5px;
    background-color: rgba(238, 238, 238, .5);
    border-radius: 4.99px;
    border: solid 0.49px rgba(153, 153, 153, .5);
    margin: 0 auto 19.99px;
    color: #999999;
    font-size: 13.99px;
}

.box-content .box-btn {
    padding: 0 34.01px;
    height: 37.99px;
    margin-bottom: 19.99px;
    font-size: 13.01px;
    color: #2f74ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-content .box-btn .p1 {
    width: 109.99px;
    height: 37.99px;
    border-radius: 19.01px;
    border: solid 0.49px #2f74ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-content .box-btn .p2 {
    width: 109.99px;
    height: 37.99px;
    background-color: #2f74ff;
    border-radius: 19.01px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .close {
    width: 28.5px;
    height: 28.5px;
    border: solid 1.01px #ffffff;
    border-radius: 50%;

}

.box .close>img {

    width: 100%;
    height: 100%;
    border-radius: 50%;

}