@charset "utf-8";

/* 弹窗样式 */
.dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.dialog-container {
    width: 1070px;
    height: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../2023_images/dialog-bg.png);
}

.close {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../2023_images/close.png);
    cursor: pointer;
}

.content {
    display: flex;
}

.form {
    display: block;
    position: relative;
    left: 10%;
    margin-top: 150px;
}

.confirm {
    height: 390px;
    width: 377px;
    display: flex;
    position: absolute;
    top: 140px;
    right: 80px;
    cursor: pointer;
}

.halo {
    position: absolute;
    left: 9%;
    top: 9%;
    transform: translate(-50%, -50%);
    animation: rotate 6s linear infinite;
}

.button1 {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.halo-hover {
    position: absolute;
    left: 9%;
    top: 9%;
    transform: translate(-50%, -50%);
    animation: rotate 3s linear infinite;
}

.title {
    width: 120px;
    height: 40px;
    margin: auto 0;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: right;
}

.radio-input {
    display: flex;
    width: 385px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.check-radio {
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin: 10px 5px 10px 20px;
}

.form-input {
    width: 385px;
    height: 40px;
    outline: 0;
    padding: 0 18px 0 18px;
    caret-color: #01FAFF;
    color: #01FAFF;
    background: rgba(0, 42, 93, 0.53);
    border: 1px solid #13A1D7;
    border-radius: 2px;
}

.form-input::placeholder {
    color: #6DB4F1;
}

.first {
    width: 500px;
    height: 40px;
    margin: 24px 0;
    display: flex;
}

.second {
    width: 500px;
    height: 40px;
    margin: 24px 0;
    display: flex;
}

.third {
    width: 500px;
    height: 40px;
    margin: 24px 0;
    display: flex;
}

.forth {
    width: 500px;
    height: 40px;
    margin: 24px 0;
    display: flex;
}

.fifth {
    width: 500px;
    height: 40px;
    margin: 12px 0;
    display: flex;
}

.sixth {
    width: 500px;
    height: 14px;
    display: flex;
    padding-left: 110px;
}

.notice {
    height: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #47FFFE;
    line-height: 14px;
    opacity: 0.65;
}

.list-result {
    position: relative;
    left: 10%;
    margin-top: 150px;
}

.result {
    display: flex;
    height: 34px;
    width: 100%;
    align-items: center;
}

.result img {
    width: 36px;
    height: 34px;
    margin-right: 9px;
}

.p01 {
    font-size: 16px;
    color: #FFFFFF;
    font-family: PingFangSC-Semibold;
}

.num {
    font-size: 18px;
    color: #00FDFF;
    font-family: PingFangSC-Regular;
}

.list {
    display: block;
    width: 81%;
    height: 360px;
    overflow: auto;
    overflow-x: hidden;
}

.list::-webkit-scrollbar {
    height: 360px;
    width: 10px;
    border-radius: 10px;
}

.list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #00FDFF;
}

.list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #009EEF;
}

.list-cell {
    display: flex;
    height: 58px;
    width: 93%;
    margin: 10px 0;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,42,93,0.53);
    border: 1px solid #13A1D7;
    border-radius: 6px;
}

.list-cell p {
    width: 70%;
    font-size: 18px;
    color: #FFFFFF;
    font-family: PingFangSC-Semibold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more {
    display: flex;
    width: 100px;
    height: 34px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    background: linear-gradient(0deg, #00F0FF 0%, #0083FF 82%);
    border-radius: 17px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
