.main {
    width: 1080px;
    background-image: url(./images/bg.png);
    height: 1920px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}

.phone-wrapper {
    top: 950px;
    position: absolute;
    width: 100%;
}

.phone {
    height: 72px;
    width: 502px;
    margin: 0 auto;
    display: block;
    font-size: 50px;
}

.btn-wrapper {
    position: absolute;
    width: 100%;
    height: 89px;
    top: 493px;
}

.btn {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    width: 420px;
    height: 89px;
}

.success-wrapper {
    width: 1080px;
    background-image: url(./images/success.png);
    height: 1920px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    display: none;
}

input {
    border: 0px;
    outline: none;
    background: none;
}

.main-wrapper {
    /* background-color: #666;
    background-image: url(../image/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%; */
}

.select-list-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 122px;
    display: flex;
    position: relative;
}

.phone-operator-select-wrapper {
    width: 264px;
    position: absolute;
    left: 215px;
    z-index: 999;
}

#journalText {
    margin-left: 57px;
}

.phone-select-text {
    height: 54px;
    width: 100%;
}

.phone-operator-select {
    background: #FFF;
    display: none;
    /* height: 600px; */
    overflow: scroll;
}


/* [type="checkbox"] {
    width: 50px;
    height: 50px;
    margin: 34px;
    background-color: #FFCE00;
    border-color: #FFCE00;
}

[type="checkbox"]::after {
    width: 50px;
    height: 50px;
    background-color: #d0121b;
} */

input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 34px 34px 34px 0;
}

input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 50px;
    height: 50px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    background-color: #4365ff;
}


/*单选框基本（未选中）的样式*/

.phone-journal-select-wrapper {
    width: 318px;
    position: absolute;
    left: 540px;
    z-index: 99;
}

.select-value,
.phone-select-text {
    display: flex;
    align-items: center;
    font-size: 37px;
    letter-spacing: -1px;
    line-height: 56px;
    color: #062149;
    font-family: "Microsoft Ya Hei";
    text-align: left;
    margin-left: 18px;
}

.phone-operator-select .select-value {
    margin: 34px auto;
}

.phone-operator-select {}

.select-btn {
    width: 160px;
    height: 56px;
    text-align: center;
    color: #FFF;
    background-color: #4365ff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.select-value {
    display: flex;
    justify-content: center;
}

.phone-journal-select-wrapper .phone-operator-select {
    height: 600px;
}

.agreement-wrapper {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 57px;
    color: #ffffff;
    filter: drop-shadow(0px 3px 1.5px rgba(8, 18, 255, 0.35));
    text-align: center;
    position: absolute;
    width: 100%;
    top: 803px;
}

.agreement-wrapper a {
    font-size: 30px;
    color: #f1dcaa;
}

.radio-agreement {
    zoom: 2;
}

.feedback-btn {
    width: 243px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 875px;
    left: 50%;
    margin-left: -125px;
}