.index-bg {
    background-image: url(../images/index_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #264b7b;
}

* {
    user-select: none;
}

.btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none
}

.search-card {
    width: auto;
    height: 424px;
    margin: 406px 30px 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.search-title {
    width: 459px;
    height: 34px;
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
    line-height: 34px;
    display: inline-block;
    margin: 50px 0;
}

.search-input {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    margin: 20px 0;
    text-align: center;
}

.search-input::placeholder {
    color: rgba(198, 198, 198, 1);
    text-align: center;
}

.search-button-wrap {
    padding: 50px 30px 40px;
}

.search-button {
    width: 100%;
    height: 80px;
    background: rgba(4, 150, 255, 1);
    border-radius: 10px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 80px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    user-select: none;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
}

.dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -290px;
    margin-top: -345px;
    width: 580px;
    height: 790px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    z-index: 3;
    display: none;
}

.dialog-title {
    text-align: center;
    height: 34px;
    font-size: 34px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
    line-height: 34px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.dialog-buttons {
    text-align: center;
    margin-top: 21px;
}

.dialog-buttons .button {
    width: 520px;
    height: 80px;
    background: rgba(4, 150, 255, 1);
    border-radius: 10px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 80px;
    border: none;
    outline: none;
}

.form-list {
    padding: 0 30px;
}

.form-list-item {
    display: flex;
    height: 88px;
    align-items: center;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    border-bottom: 1px solid #dddddd;
}

.form-list-item label {
    width: 114px;
}

.form-list-item input {
    outline: none;
}

.verify-input {
    width: 200px;
}

.form-list-item input,
.form-list-item select {
    flex: 1;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
}

select option {
    color: rgba(51, 51, 51, 1);
}

select option:first-child {
    color: #c6c6c6;
}

select.empty {
    color: #c6c6c6;
}

/* Hidden placeholder */
select option[disabled]:first-child {
    display: none;
}

select option:first-child {
    color: #dddddd;
}

.verify-code-button {
    width: 168px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(4, 150, 255, 1);
    line-height: 24px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
}

.verify-code-button:disabled {
    color: #666666;
}

.arrow-right {
    width: 12px;
    height: 20px;
    background: url(../images/arrow-right-gray.png);
}

.search-input-wrap {
    z-index: 1;
    position: relative;
    padding: 0 30px;
}

.suggest {
    position: absolute;
    left: 30px;
    width: 630px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(221, 221, 221, 1);
    top: 228px;
    display: none;
}

.sug-list {
    padding: 20px;
}

.sug-item {
    height: 28px;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0;
    color: #999999;
}

.sug-item b {
    color: rgba(51, 51, 51, 1);
}

.input-clear {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 92px;
    height: 80px;
    background: url(../images/input-clear.png) no-repeat;
    background-position: center;
}

.toast {
    font-size: 24px;
    width: 260px;
    height: auto;
    padding: 8px;
    position: fixed;
    z-index: 5000;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 5px;
    color: hsla(0, 0%, 100%, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #4c4c4c;
}

.qrcode {
    width: 160px;
    height: 188px;
    position: absolute;
    bottom: 140px;
    margin-left: -80px;
    margin-top: -94px;
    left: 50%;
    z-index: -1;
}