/* ----------弹窗---------- */
.activity-jp div {
    font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}
.activity-dialog-content p.tl {
    text-align: left;
}
.activity-dialog-content p.fb {
    font-weight: bold;
}
.activity-dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
	z-index: 999;
    box-sizing: border-box;
}

.activity-dialog-main {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 552px;
    min-height: 219px;
    font-size: 30px;
    color: #505050;
    font-weight: normal;
    background: #fff;
}

.activity-dialog-close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../../img/pc/pop_close.png);
    right: 9px;
    top: 9px;
    cursor: pointer;
}

.activity-dialog-btns {
    display: flex;
    justify-content: center;
}

.activity-dialog-btns>div {
    width: 123px;
    height: 37px;
    background: #A4332C;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    line-height: 37px;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    margin-top: 45px;
    margin-bottom: 37px;
    cursor: pointer;
}

.activity-dialog-content {
    box-sizing: border-box;
    /* padding-top: 85px; */
    margin-top: 85px;
    max-height: 300px;
    overflow: auto;
    padding: 0 30px;
}

.activity-dialog-content>p {
    text-align: center;
    font-size: 0.32rem;
}

.activity-dialog-content>div {
    text-align: center;
}

.activity-dialog  .v-select {
    width: 222px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    padding-left: 10px;
    cursor: pointer;
}

.v-select>div {
    height: 100%;
    border: none;
}

.vs__selected {
    height: 50px;
    line-height: 50px;
}

.vs__dropdown-menu > div {
    height: 55px;
}

.vs__selected {
  
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    display: inline-block;
    width: 175px;
}


.activity-dialog-content-item {
    margin-top: 20px;
    font-size: 20px;
    color: #505050;
    line-height: 26px;
}


.activity-dialog1 .activity-dialog-content {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    overflow: inherit;
}

.activity-dialog4 .activity-dialog-content {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.activity-dialog4 .activity-dialog-content>p {
    text-align: left;
}

.activity-dialog2 .activity-dialog-content {
    margin-top: 60px;
}
.dialog-tips {
    font-size: 14px;
    margin-top: 12px;
    color: red;
    padding: 0 30px;
}