html,body {
    position: relative;
    background:#fff;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family:PingFangSC-Regular,PingFang SC;
}
.logo {
    position: absolute;
    z-index: 999;
    width: 260px;
    height: 70px;
}
.logo .logo-wrap {
    margin: 17px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo .logo-wrap img {
    width: 108px;
    height: 24px;
}
.logo .logo-wrap span {
    display: inline-block;
    font-size: 12px;
    width: 48px;
    color: rgba(0, 0, 0,0.8);
}
#slideBar{
    display: none;
}
.register-header {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
}
.head-content{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.reg-wrapper {
    margin: 56px auto 64px;
    background-color: #fff;
    width: 560px;
    padding-bottom: 64px;
    min-height: 932px;
    padding-top: 70px;
}
.reg-wrapper-header {
    height: 244px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reg-header-title {
    text-align: center;
    height:20px;
    font-size:20px;
    color:rgba(51,51,51,1);
    line-height:20px;
    margin-top: 20px;
    margin-bottom: 0;
}
.regInput-group {
    width: 496px;
    margin: 0 auto;
}
.input-item {
    width: 100%;
    margin-bottom: 32px;
}
.input-label {
    font-size:14px;
    color:rgba(51,51,51,1);
    line-height:14px;
    margin-bottom: 16px;
    font-weight: unset;
}
.reg-input {
    width: 496px;
    height: 36px;
    font-size: 14px;
    padding-left: 16px;
    border-radius:4px;
    border:1px solid rgba(230,230,230,1);
}
.reg-input:focus {
    outline: none;
    border:1px solid rgba(230,230,230,1);
}
.reg-input::-webkit-input-placeholder {
    color:rgba(0,0,0,0.4);
}
.reg-input::-moz-placeholder {
    color:rgba(0,0,0,0.4);
    /*margin-left: 16px;*/
    /*text-align:;*/
}
.reg-input:-moz-placeholder {
    color:rgba(0,0,0,0.4);
}
.reg-input:-ms-input-placeholder {
    color:rgba(0,0,0,0.4);
}
label {
    font-size: 14px;
}
input[type="radio"] + label::before {
    content: ""; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    text-indent: 1px;
    line-height: 1;
}
/*改变radio 样式*/
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
input[type="radio"]:checked + label::before {
    border: 1px solid #f56c1d;
    background-color: #f56c1d;
    width: 16px;
    height: 16px;
    background-clip: content-box;
    padding: 4px;
}
.reg-textarea {
    width: 496px;
    height: 86px;
    padding: 9px 16px;
    resize: none;
    border-radius:4px;
    font-size: 14px;
    /*border-width: 1px;*/
    /*border-style: solid;*/
    border:1px solid rgb(230,230,230);
}
.reg-textarea:focus {
    outline: none;
    border:1px solid rgb(230,230,230);
}
.radio-group {
    display: flex;
    width: 496px;
    flex-wrap: wrap;
    height: 46px;
    align-content: space-between;
}
.radio-item {
    width: 124px;
    height: 14px;
    display: flex;
    align-items: center;
}
.submit-btn {
    width:496px;
    height:40px;
    background:rgba(245,108,29,1);
    border-radius:4px;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}
.custom-alert {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    margin: auto;
    /*transform: translate(50%,50%);*/
    width: 340px;
    height: 264px;
}
.alert-tip {
    width:340px;
    height:264px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.16);
    border-radius:4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hidden{
    display: none !important;
}
.show{
    display: block !important;
}
.alert-title {
    font-size:16px;
    font-weight:400;
    color:rgba(0,0,0,0.8);
    line-height:16px;
    margin: 12px 0;
}
.alert-desc {
    width:233px;
    font-size:14px;
    color:rgba(0,0,0,0.6);
    line-height:22px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.backToIndex {
    display: block;
    font-size: 14px;
    color:rgba(255,255,255,1);
    width:120px;
    height:32px;
    background:rgba(245,108,29,1);
    border-radius:4px;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
}
.validate {
    margin-top: 12px;
    height:12px;
    font-size:12px;
    color:rgba(245,27,27,1);
    line-height:12px;
}
.messageInput {
    width: 375px;
}
.sendMessage {
    width: 110px;
    height: 36px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(230,230,230,1);
    outline: none;
    color:rgba(240,106,29,1);
    padding: 0;
    cursor: pointer;
    font-size: 14px;
}
.countDownMessage {
    display: none;
    width: 110px;
    height: 36px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(230,230,230,1);
    outline: none;
    color:rgba(0,0,0,0.4);
    padding: 0;
    cursor: pointer;
    font-size: 14px;
}
.resetSend {
    display: none;
    width: 110px;
    height: 40px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(230,230,230,1);
    outline: none;
    color:rgba(240,106,29,1);
    padding: 0;
    cursor: pointer;
}
.container-fluid{
    position: fixed;
    top: 30%;
    display: none;
}
.slidercaptcha {
    margin: -80px 70px;
    width: 314px;
    height: 300px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    background: #fff;
}

.slidercaptcha .card-body {
    padding-top: 1px;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}
.card-header {
    padding: 10px 10px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header-c{
    padding: 10px 10px;
    margin-bottom: 0;
}
.refreshIcon {
    top: -37px;
}
.fa-arrow-right:before {
    content: "\f061";
}
.telephoneIcon {
    margin-right: 8px;
}
.nav-tel {
    /* position: absolute; */
    /* right: 0; */
    /* line-height: 69px; */
    height: 70px;
    color: #fff;
    /* font-size: 14px; */
    float: right;
}
.tel-wrap {
    margin: 20px 0;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    padding: 0px 16px;
}