html, body {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
    max-width: 720px;
    margin: 0 auto;
}

input {
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn:hover {
    color: #fff;
}

.container-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header {
    height: 44px;
    display: flex;
    line-height: 44px;
}

header .back {
    margin: 11px 0 0 15px;
}

header .back img {
    width: 22px;
    height: 22px;
}

header h2.title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 44px;
    margin-left: -37px;
    flex: 1;
}

.login_logo {
    margin: 80px auto 45px;
    text-align: center;
}

.login_logo img {
    width: 210px;
}

.nav-tab {
    margin: 0 34px;
    height: 50px;
    display: flex;
}

.nav-tab li {
    text-align: center;
    width: 50%;
}

.nav-tab li a {
    color: #999;
    font-size: 17px;
    font-weight: 500;
}

.nav-tab li a.active {
    color: #378df5;
    background: none;
}

.nav-tab li a.active i {
    height: 2.5px;
    width: 30px;
    background: #378df5;
    display: block;
    margin: 7px auto 0;
    border-radius: 2.5px;
    background: none;
}


.tab-content {
    margin: 10px 34px 0;
    flex: 1;
}

.group {
    position: relative;
}

.group .icon {
    position: absolute;
    top: 14px;
}

.group .icon img {
    width: 22px;
    height: 22px;
}

.group .form_input {
    border: 0;
    border-bottom: 1px #e1e1e1 solid;
    height: 50px;
    width: 100%;
    font-size: 16px;
    outline: none;
    text-indent: 28px;
    border-radius: 0;
}

.group .send {
    position: absolute;
    right: 15px;
    top: 15px;
}

.group .send a {
    color: #378DF5;
    border: 1px #378DF5 solid;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 15px;
}

.form-select {
    text-indent: 28px;
    height: 50px;
    border: 0;
    background: none;
    outline: none;
    width: 100%;
    border-bottom: 1px #e1e1e1 solid;
    font-size: 16px;
    border-radius: 0;
}

.vertify {
    position: relative;
}

.vertify .icon {
    position: absolute;
    top: 14px;
}

.vertify .icon img {
    width: 22px;
    height: 22px;
}

.vertify .form_input {
    border: 0;
    border-bottom: 1px #e1e1e1 solid;
    height: 50px;
    width: 100%;
    font-size: 16px;
    outline: none;
    text-indent: 28px;
    border-radius: 0;
}

.vertify .send {
    position: absolute;
    right: 5px;
    top: 10px;
}

.vertify .send a {
    color: #378DF5;
    border: 1px #378DF5 solid;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 15px;
}


.btn {
    width: 100%;
    height: 43px;
    border-radius: 22px;
    color: #fff;
    font-size: 18px;
    background: #378DF5;
    border: 0;
    font-weight: 600;
    outline: none;
}

@media screen and (max-width: 321px) {
    .login_logo {
        margin: 50px 0 30px;
    }
}

.register {
    display: flex;
    justify-content: space-between;
    margin: 15px 10px 0;
}

.register a {
    font-size: 14px;
    color: #333;
}

.tips_error {
    font-size: 13px;
    color: #d53b43;
    margin: 0;
    margin-top: 5px;
}

.bottom-container {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bottom-container p {
    color: #bfbfbf;
    font-size: 12px;
    text-align: center;
}

.bottom-container .login_other {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-container .login_other img {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
}

.bottom-container .login_other span {
    font-size: 13px;
    color: #666;
}

.bottom-container h4 {
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
}

.bottom-container h4 a {
    color: #378df5;
}


/*自然人注册*/
.section {
    padding: 20px 0 20px 20px;
    background: #fff;
    border-bottom: 10px #f1f1f1 solid;
}

.section:last-child {
    border-bottom: 0;
}

.section h2 {
    font-size: 16px;
}

.vertify.select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #e1e1e1 solid;
}

.vertify.select .txt {
    font-size: 15px;
    color: #333;
}

.vertify.select select {
    width: auto;
    border: 0;
    text-indent: 0;
    margin-right: 28px;
    direction: rtl;
    appearance: none;
    -webkit-appearance: none;
}

.vertify.select i {
    position: absolute;
    right: 10px;
    margin-left: 10px;
}

.vertify.select i img {
    width: 20px;
    height: 20px;
}

.protocol {
    text-align: center;
}

.protocol label {
    color: #999;
    font-size: 13px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before, .custom-control-label::after {
    width: 16px;
    height: 16px;
    top: 2px;
    left: -2rem;
}


.register .modal-dialog {
    top: 25%;
    margin: 0 20px;
}

.register .modal-content {
    border-radius: 8px;
    border: none;
}

.register .modal-header {
    justify-content: center;
    border-bottom: 0;
}

.register .modal-title {
    font-size: 18px;
    color: #999;
}

.register .btn-confirm {
    font-size: 16px;
    border: none;
    outline: none;
    width: 100%;
    background: none;
}

/*.register .btn-cancel{color: #666;border-right:1px #e4e4e4 solid;}*/
.register .btn-confirm {
    color: #378df5;
    font-weight: 600;
}

.register .modal-body {
    font-size: 14px;
    color: #333;
    padding: 10px 20px 20px;
}

.register .modal-body div {
    margin-bottom: 20px;
    font-weight: 600;
}

.register .modal-body .download a {
    color: #378df5;
}

.hello-header-wrapper {
    height: 260px;
    background: url('/portal/images/icon_hello_bg_02.jpg');
    background-size: 100% 100%;
}

.hello-header-wrapper > p {
    font-size: 18px;
    padding-left: 34px;
    margin-bottom: 30px;
    color: #1D3968;
    font-weight: bold;
}

.hello-header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 34px;
    padding-top: 60px;
}

.hello-header > span {
    font-size: 38px;
    font-weight: bolder;
    color: #1D3968;
}

.hello-header > div {
    height: 32px;
    padding: 0 15px;
    font-size: 16px;
    background-color: #ffffff7f;
    border-radius: 50px;
    line-height: 34px;
    color: #000;
}

.hello-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    margin: 0;
    margin-top: -60px;
    padding: 10px 34px 0;
}

.bottom-agreement {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999999;
    margin: 10px 0;
}
.bottom-agreement > a {
    color: #1B9BC3;
}
.bottom-agreement > input {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.btn-gradient {
    background-image: linear-gradient(117deg, #0B8EC4 0%, #7CE7BD 100%);
}

.hello-input {
    margin-bottom: 15px;
}

.hello-input .icon {
    padding-left: 12px;
}

.hello-input input,
.hello-input select {
    background: #F9FBFC;
    border-radius: 12px !important;
    border: 0 !important;
    padding-left: 14px;
    padding-right: 10px;
}

.hello-send {
    top: 18px !important;
    right: 8px !important;
}

.hello-send button {
    width: 100%;
    height: 16px;
    line-height: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #1B9BC3;
    border-left: 1px solid #1B9BC3;
    border-radius: 0;
}

.hello-send button:focus {
    box-shadow: none;
}

.hello-send button:hover {
    color: #1B9BC3;
}
/*为了适配各种机型，强行设置新的样式，避免默认样式不同导致的观感不佳*/
.ca_checkbox {
    width: 16px !important;
    height: 16px !important;
    /*margin-right: 8px !important;*/
    cursor: pointer;
    position: relative;
    top: 3px;
}
.ca_checkbox::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 16px;
    height: 16px;
    border: 2px solid #b5b5b5;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Source Code Pro';
    src: url('/portal/css/SourceCodePro-Regular_checked.ttf') format('truetype');
}
.ca_checkbox:checked::after {
    content: "√";
    position: absolute;
    font-family: 'Source Code Pro';
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #1B9BC3;
    color: #fff;
    border: none;
    outline: none;
    line-height: 16px;
}
