.bg {
    width: 640px;
    height: 100%;
    min-height: 860px;
    max-height: 1336px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.inputBox {
    width: 600px;
    margin: auto;
}

.fontSize32 {
    font-size: 30px;
    color: #9B9FA2;
    margin-top: 20px;
    margin-bottom: 30px;
}

.input {
    position: relative;
    height: 90px;
    border-bottom: 1px solid #EEEEEE;
}

.input input, select {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 30px;
}

.gray {
    color: #aaaaaa;
    font-size: 26px;
    margin-top: 54px;
}

.blue {
    color: #4A90E2;
}

#tel {
    width: 500px;
    height: 88px;
}

#code {
    width: 100%;
    height: 88px;
}

.grayBg {
    background: #E6E6E6;
    color: #ffffff;
    width: 160px;
    height: 48px;
    border-radius: 6px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 23px;
    right: 0;
}

.blueBg {
    background: #4A90E2;
}

.choose {
    position: relative;
    left: 136px;
}

.input_check {
    position: absolute;
    visibility: hidden;
}

label {
    text-indent: 18px;
}

.input_check + label {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #4A90E2;
    border-radius: 50%;
    cursor: pointer;
}

.input_check:checked + label:after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 12px;
    width: 17px;
    height: 9px;
    border: 2px solid #4A90E2;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}

.choose span {
    display: inline-block;
    width: 470px;
    margin-top: -3px;
}

.btn {
    display: block;
    width: 500px;
    height: 73px;
    background: url("../images/btn2.png") no-repeat;
    background-size: 100%;
    margin: auto;
    margin-top: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 73px;
}

.redBg {
    background: url("../images/btnBg.png") no-repeat;
    background-size: 100%;
}
