a, a:active, a:link, a:visited {
    text-decoration: none;
}
html{
  height: 100%;
}
body{
  margin: 0;
  height: 100%;
}
.border-button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    color: #ff5b53;
    text-align: center;
    line-height: 46px;
    height: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ff5b53;
    border-radius: 23px
}

.border-button.active,.border-button:hover {
    color: #fff;
    background: #ff5b53
}

.slot-input {
    position: relative;
    overflow: hidden
}

.slot-input__group {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px
}

.slot-input__input {
    border: none;
    outline: medium;
    width: 100%;
    margin-right: 10px;
    font-size: 16px
}

.slot-input__input::-webkit-input-placeholder {
    color: #ccc
}

.slot-input__input::-moz-input-placeholder {
    color: #ccc
}

.slot-input__input::-ms-input-placeholder {
    color: #ccc
}

.slot-input__error {
    position: absolute;
    left: 5px;
    bottom: 0;
    font-size: 12px;
    line-height: 24px;
    color: red;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.slot-input__error.error-enter,.slot-input__error.error-leave-to {
    opacity: 0
}

.code-button {
    background: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    padding: 0 12px;
    width: 100px;
    outline: none;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    cursor: pointer
}

.code-button:hover {
    color: #ff5b53
}

.code-button:disabled {
    color: #999
}

.code-button:active,.code-button:focus {
    background: transparent
}

.register-form {
    background: #fff;
    padding: 32px;
    width: 358px;
    height: 300px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: 0 0 5px 5px rgba(0,0,0,.05);
    position: relative
}

.register-form__clear {
    position: absolute;
    top: -5px;
    right: 5px;
    padding: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #bbb;
    cursor: pointer
}

.register-form__clear:hover {
    color: #ff5b53
}

.register-form__title {
    font-size: 22px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px
}

.register-form__tip {
    font-size: 13px;
    color: #999;
    line-height: 16px;
    margin-bottom: 10px
}

.register-form__input-icon {
    height: 15px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 14px 16px
}

.register-form__submit {
    width: 100%;
    cursor: pointer;
    outline: medium;
    background: #ff5b53;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: 40px;
    margin: 0;
    border: none;
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.08);
    box-shadow: 0 0 3px 3px rgba(0,0,0,.08);
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.register-form__submit:active {
    border: none
}

.register-form__submit:hover {
    color: #333
}

.register-form__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px
}

.register-form__result img {
    width: 180px
}

.register-form__label {
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #bbb;
    position: relative;
    margin-left: 5px;
    margin-right: 15px;
    vertical-align: middle
}

.register-form__label:after {
    content: "";
    position: absolute;
    background: #ff5b53;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.register-form__agreement-group {
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    font-family: PingFangSC-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.register-form__agreement-group:hover .register-form__label {
    border-color: #ff5b53
}

.register-form__agreement {
    display: none
}

.register-form__agreement:checked+.register-form__label:after {
    width: 10px;
    height: 10px
}

.register-form__protocol {
    cursor: pointer;
    color: #4287f6;
    text-decoration: none;
    line-height: 16px
}

.register-form__protocol:hover {
    color: #ff5b53
}

.pc-register__driver {
    background: url(../img/pc-register__driver-bg.bdd92f0b.png) no-repeat
}

.pc-register__driver-broadcast {
    padding-top: 120px;
    padding-left: 19%;
    margin-right: auto;
    color: #fff;
    white-space: nowrap;
    font-size: 0;
    font-weight: 400;
    font-family: PingFangSC-Light
}

.pc-register__driver-simple {
    font-size: 60px
}

.pc-register__driver-bold {
    font-weight: 700;
    font-size: 78px;
    line-height: 109px
}

.pc-register__driver-contrast {
    display: inline-block;
    font-size: 30px;
    background: #fff;
    color: #4c6eaa;
    line-height: 54px;
    padding: 0 22px;
    border-radius: 6px;
    font-family: PingFangSC-Regular
}

.pc-register__shipper {
    background: url('../images/pc-register__driver-bg.jpg') no-repeat
}

.pc-register {
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: PingFangSC-Regular
}

.pc-register,.pc-register__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pc-register__header {
    line-height: 80px;
    height: 80px;
    padding-left: 4%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pc-register__title {
    font-size: 18px;
    line-height: 80px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.pc-register__logo {
    width: 115px;
    vertical-align: middle;
    margin-right: 20px
}

.pc-register__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 4%
}

.pc-register__tabs .border-button+.border-button {
    margin-left: 30px
}

.pc-register__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    background-position: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pc-register__form {
    position: absolute;
    top: 120px;
    right: 13%
}

.pc-register__footer {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #fff;
    position: fixed;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}