.layui-form button {
    cursor: pointer;
    font-size: 12px;
}

.layui-form-item {
    margin: 8px 0;
}

body {
    background-color: #e9ecf3;
}

.header {
    background-color: #fff;
    margin-bottom: 60px;
    padding: 12px 0;
}

.header .welcome {
    font-size: 18px;
    line-height: 34px;
    color: #646464;
    padding: 15px 50px;
}

.header .company {
    /* border-top: 1px solid #eee; */
    padding: 0px 25px;
    /* height: 48px; */
}

.header .company span {
    vertical-align: bottom;
    color: #323232;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.header .logo-customer {
    height: 24px;
    vertical-align: bottom;
}

.header-right {
    float: right;
    margin-right: 31px;
    vertical-align: middle;
}

#logo-placeholder {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}

.footer {
    background-color: #e9ecf3;
    text-align: center;
    padding: 45px 0 25px;
    height: 133px;
}

.footer .logo-company {
    height: 40px;
    margin-right: 40px;
    margin-bottom: 15px;
}

.footer ul {
    font-size: 0;
}

.footer ul li {
    display: inline-block;
    font-size: 13px;
}

.footer ul li:before {
    content: '|';
}

.footer ul li:first-child:before {
    content: '';
}

.footer ul a {
    padding: 0 5px;
    color: #646464;
}

.footer .copyright {
    font-size: 12px;
    color: #c7c7c7;
}

.main {
    position: relative;
    height: 680px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #e9ecf3;
    background-size: 100% 680px;
}

.register-wrapper {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

.register-wrapper .main-head {
    height: 54px;
    background-color: #008ee3;
    overflow: hidden;
}

.register-wrapper .main-head .main-head-title1,
.register-wrapper .main-head .main-head-title2 {
    margin: 16px 0 16px 38px;
    color: #fff;
    font-size: 16px;
    /* font-family: 'PingFangSC-Medium', 'PingFang SC'; */
    font-weight: 500;
}

.register-wrapper .main-head .main-head-title2 {
    display: none;
}

.register-wrapper .main-body {
    width: 510px;
    margin: 80px auto;
}

.register-wrapper .main-body .layui-form-item {
    width: 100%;
}

.register-wrapper .main-body .verification-code .layui-input-inline,
.register-wrapper .main-body .get-email-code .layui-input-inline {
    width: calc(100% - 209px);
}

.get-email-code .get-code {
    cursor: pointer;
    width: 95px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #0083ee;
    color: #fff !important;
    font-size: 12px !important;
    border-color: transparent !important;
}

.get-email-code .get-code:hover {
    background-color: #00a0ff;
    border-color: #00a0ff;
}

.get-email-code .get-code:active {
    background-color: #008ee3;
    border-color: #008ee3;
}

.main-body .next-step {
    cursor: pointer;
    width: 95px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #0083ee;
    color: #fff !important;
    font-size: 12px !important;
    border-color: transparent !important;
}

.main-body .next-step:hover {
    background-color: #00a0ff;
    border-color: #00a0ff;
}

.main-body .next-step:active {
    background-color: #008ee3;
    border-color: #008ee3;
}

.step-two .layui-form-item .layui-form-label,
.step-three .layui-form-item .layui-form-label {
    min-width: 115px;
}

.step-two .layui-form-item .layui-input-inline,
.step-three .layui-form-item .layui-input-inline {
    width: calc(100% - 120px);
}

.upload-template .input-file input[type=text] {
    padding: 0 24px 0 123px !important;
}

.layui-form-radio i,
.layui-form-checkbox i {
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: 14px;
}

.input-file input {
    border-color: transparent !important;
    box-shadow: none !important;
}

.input-file input:hover {
    border-color: transparent !important;
    box-shadow: none !important;
}

.input-file input:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.input-file input:active {
    border-color: transparent !important;
    box-shadow: none !important;
}

.input-file button {
    border-radius: 0;
}

.layui-form-item .layui-form-checkbox {
    margin-top: 0px;
    margin-left: 119px;
}

.agreement1.layui-form-item .layui-form-checkbox {
    margin-top: 0px;
    margin-left: 90px;
}

.agreement.layui-form-item .layui-input-inline,
.agreement1.layui-form-item .layui-input-inline {
    width: calc(100% - 144px);
}

.layui-layer #show-agreement {
    text-align: unset;
}

#agreement,
#agreement1 {
    display: inline-block;
    width: calc(100% - 28px);
    font-size: 12px;
    color: #757575;
}

#agreement a,
#agreement1 a {
    color: #333333;
    /* font-family: 'PingFangSC-Regular', 'PingFang SC'; */
    font-weight: 600;
}

#agreement a:hover,
#agreement1 a:hover {
    color: #008ee3;
    font-weight: 600;
}

.register-wrapper .main-body .upload-template.layui-form-item,
.register-wrapper .main-body .agreement.layui-form-item,
.register-wrapper .main-body .agreement1.layui-form-item {
    width: 110%;
}

#app .layui-layer {
    width: 80% !important;
    height: 85% !important;
    left: 0 !important;
    top: 10% !important;
}

.layui-form .get-code[disabled] {
    color: #999 !important;
}

.form-tip {
    font-size: 12px;
    line-height: 20px;
    padding: 0px 120px;
    color: #de0010;
}

.form-tip i {
    font-size: 16px;
    vertical-align: -2px;
    margin: 0 3px;
}

.form-tip span {
    vertical-align: middle;
}

#app {
    background-color: #e9ecf3;
}

.edui-editor-toolbarbox {
    display: none !important;
}

.edui-editor-bottomContainer {
    display: none !important;
}

.edui-default .edui-editor {
    border: none !important;
    border-radius: 0px !important;
}

body.view {
    overflow: auto !important;
}

.view::-webkit-scrollbar {
    /* width: 8px !important; */
    height: 9px;
    display: none;
}

html {
    overflow: auto;
}

.tab-head {
    overflow: hidden;
    line-height: 40px;
    padding: 15px 37% 0;
}

.tab-head li {
    float: left;
    /* margin-right: 30px; */
    width: 50%;
    text-align: center;
}

.tab-head li a {
    display: inline-block;
    font-weight: 600;
    color: #999;
    cursor: pointer;
}

.tab-head li a:hover {
    color: #008ee3;
}

.tab-head li a.current {
    color: #008ee3;
    border-bottom: 2px solid #008ee3;
}