.reasurehunt-show-lan-bj{
    width: 100%;
}
.reasurehunt-show-lan-bj > .treasurehunt-show-bj{
    background: linear-gradient(90deg, #4973DE 0%, #244FD1 23%, #244FD1 74%, #092085 100%);
}
.reasurehunt-show-lan-bj button{
    color: #2E54E3;
}
.reasurehunt-show-h-bj{
    width: 100%;
}
.reasurehunt-show-h-bj > .treasurehunt-show-bj{
    background: linear-gradient(90deg, #DE5B49 0%, #D13224 23%, #D13224 74%, #AB1C15 100%);
}
.reasurehunt-show-h-bj button{
    color: #AB1C15;
}
.treasurehunt-show-bj {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    height: 124px;
}

.treasurehunt-content-space-colmun {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.treasurehunt-content-dzapi-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.treasurehunt-content-dzapi-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.treasurehunt-content-dzapi-form-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.treasurehunt-content-dzapi-form-item-tag {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.treasurehunt-content-dzapi-form-item-input {
    width: 224px;
    height: 38px;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    opacity: 0.8;
}

.treasurehunt-content-dzapi-form-item-input input {
    width: 204px;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    border: 0;
    background-color: transparent;
    padding: 0 10px;
    color: #FFFFFF;
}

.treasurehunt-content-dzapi-form-item-input input::-webkit-input-placeholder {
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.8;
}

.treasurehunt-content-dzapi-form-item-button {

}

.treasurehunt-content-dzapi-form-item-button button {
    width: 224px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.treasurehunt-content-dzapi-form-item-input-yzm {
    width: 224px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    opacity: 0.8;
}

.treasurehunt-content-dzapi-form-item-input-yzm input.yzm {
    width: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    border: 0;
    background-color: transparent;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 0 10px;
}

.treasurehunt-content-dzapi-form-item-input-yzm input.yzm::-webkit-input-placeholder {
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.8;
}

.treasurehunt-content-dzapi-form-item-input-yzm span.split {
    display: block;
    height: 22px;
    width: 1px;
    background: #FFFFFF;
}

.treasurehunt-content-dzapi-form-item-input-yzm button.yzm {
    width: 86px;
    height: 38px;
    color: #FFFFFF;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}