body {
    padding-bottom: 100px;
}

.acc01 {
    width: 100%;
}

.regBot {
    position: fixed;
    bottom: 67px;
    left: 0;
    width: 100%;
    height: 40px;
}

.regBot a {
    display: block;
    width: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-indent: 28px;
    font-size: 14px;
}

.regBot .regBot01 {
    background: #004B92 url(../img/phone.png) no-repeat 21% center;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.regBot .regBot02 {
    background: var(--font-main-color) url(../img/headset.png) no-repeat 15% center;
    -webkit-background-size: 24px;
    background-size: 24px;
}

.regTit0 {
    border-bottom: 1px solid #ccc;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
    position: relative;
    font-size: 16px;
}

.regTit0:after {
    content: "";
    position: absolute;
    height: 3px;
    background: var(--font-main-color);
    width: 30%;
    left: 35%;
    bottom: -1px;
}

.regTi {
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.regInp {
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-indent: 10%;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    display: block;
}

.regBtn {
    width: 90%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-image: linear-gradient(90deg,
    var(--main-linear-gradient-color-start)  0%,
    var(--main-linear-gradient-color-end) 100%);
    text-align: center;
    border: none;
    outline: none;
    margin: 10px auto;
    display: block;
    border-radius: 3px;
}

.reg0 {
    width: 100%;
}

.acc02,
.reg0 {
    background: #fff;
}

.regForm {
    padding: 1px 0;
}

.acc03 {
    width: 90%;
    padding: 0 5%;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    color: red;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.acc0301 {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
}

.acc0 {
    background: #fff;
    margin: 10px auto;
}

.acc0401 {
    width: 33%;
    height: 120px;
    background: url() center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    position: relative;
}

.acc0402 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
}

.acc0501 {
    width: 90%;
    padding: 5%;
}

.acc0502 {
    width: 40%;
}

.acc0502 img {
    width: 80%;
}

.acc0503 {
    width: 60%;
}

.acc0504 {
    font-size: 14px;
    color: #ff5d00;
    line-height: 30px;
}

.acc0505 {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
}

.acc0601 {
    width: 45%;
}

.acc0602 {
    height: 120px;
    margin: 0 auto;
}

.acc0603 {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.regTit0 {
    width: 60%;
}

.acc0401 img {
    height: 80px;
    margin: 10px auto 0;
}

.acc0601 img {
    height: 60px;
    margin-top: 10px;
}

footer #Copyright span {
    font-size: 12px;
    display: block;
    color: #333;
}