.hide{
    display: none !important;
}
.hwid-mask {
    display:none
}
html {
    font-size:100%;
    -webkit-text-size-adjust:100%;
    overflow-y:auto
}
.hwid-root body,
.hwid-root button,
.hwid-root select,
.hwid-root textarea {
    font-size:12px
}

.overflow-visible {
    overflow:visible
}
.padding0 {
    padding:0
}

.center {
    text-align:center
}

/*开始*/
.hwid-root abbr,
.hwid-root address,
.hwid-root blockquote,
.hwid-root caption,
.hwid-root cite,
.hwid-root code,
.hwid-root dd,
.hwid-root del,
.hwid-root dfn,
.hwid-root div,
.hwid-root dl,
.hwid-root dt,
.hwid-root fieldset,
.hwid-root form,
.hwid-root h1,
.hwid-root h2,
.hwid-root h3,
.hwid-root h4,
.hwid-root h5,
.hwid-root h6,
.hwid-root iframe,
.hwid-root img,
.hwid-root input,
.hwid-root label,
.hwid-root legend,
.hwid-root li,
.hwid-root object,
.hwid-root ol,
.hwid-root p,
.hwid-root pre,
.hwid-root table,
.hwid-root tbody,
.hwid-root td,
.hwid-root tfoot,
.hwid-root th,
.hwid-root thead,
.hwid-root tr,
.hwid-root ul {
    margin:0;
    padding:0;
    line-height:1;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}

.hwid-root b,
.hwid-root h1,
.hwid-root h2,
.hwid-root h3,
.hwid-root h4,
.hwid-root h5,
.hwid-root h6 {
    font-size:100%;
    font-weight:400
}
.hwid-root td {
    word-break:break-all;
    word-wrap:break-word;
    word-break:normal
}
.hwid-root input::-webkit-input-placeholder {
    color:#838383!important;
    font-size:14px!important
}
.hwid-root input:-moz-placeholder,
.hwid-root input::-moz-placeholder {
    color:#838383!important;
    font-size:14px!important
}
.hwid-root input:-ms-input-placeholder {
    color:#838383!important;
    font-size:14px!important
}
.hwid-root .hwid-left {
    float:left
}
.hwid-root .hwid-right{
    float:right
}
.hwid-root {
    background-color:#fff;
    color:#191919;
    z-index:99
}
.hwid-root .hwid-register-main {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.hwid-root .hwid-register-content {
    width: 960px;
    margin: 0 auto;
}
.hwid-root .hwid-reg-detail {
    padding: 60px 260px 38px;
    background: #fff;
    font-size: 14px;
}
.hwid-root .hwid-registerTitle {
    text-align: center;
    margin: 10px 0 60px;
}
.hwid-mianTitle{
    text-align: center;
    font-size: 32px;
    color: #191919;
}
.hwid-text-container {
    display: inline-block;
    line-height: 1.3;
    text-align: right;
}
.hwid-root .hwid-reg-login-link{
    font-size: 18px;
    color: #191919;
    display: inline-block;
    margin-top: 8px;
}
.hwid-root .hwid-reg-login-link a{
    color: #007dff;
}
.hwid-text-container {
    display: inline-block;
    line-height: 1.3;
    text-align: right;

}
.hwid-reg-link {
    display: inline-block;
    color: #007dff;
    font-size: 18px;
    cursor: pointer;
}
.hwid-root .hwid-right-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #007dff;
    margin-bottom: 0;
    margin-left: -3px;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-right: -3px;
}
.hwid-input-container{
    height: 48px;
    width: 100%;
    position: relative;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border: 1px solid transparent;
}
.hwid-input-container .input-content {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hwid-root input, .hwid-root select, .hwid-root textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}
input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hwid-root .hwid-input {
    outline: 0;
    height: 48px;
    line-height: 48px;
    width: calc(100% - 32px);
    font-size: 14px;
    color: #191919;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
}
.hwid-input-container .input-content input{
    height: 100%;
    width: 100%;
    border: 0;
    background: transparent;
}
.hwid-root .hwid-input-msg-error {
    font-size: 14px;
    color: #fa2a2d;
    margin: 8px;
}
.hwid-root .hwid-input-msg-error .errorDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: flex-start;
}
.hwid-root .hwid-input-msg-error .errorDiv span {
    width: calc(100% - 18px);
    line-height: 1.4;
    display: inline-block;
}
.hwid-root .hwid-reg-btn {
    margin-top: 50px;
    text-align: center;
}
.hwid-root .hwid-btn.hwid-btn-reg {
    width: 100%;
    width: 276px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    padding: 0 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    opacity: 0.38 !important;
    border-radius: 8px;
    background: #007dff;

}

.hwid-input-container .input-right {
    height: 100%;
    line-height: 48px;
    float: right;
}
.hwid-root .hwid-get-code {
    display: inline-block;
    color: #007dff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background: transparent;
    margin-right: 16px;
}
.hwid-input-ctr-parent-div[data-ctr-type="password"] {
    position: relative;
}

/*密码提示框*/
.hwid-root .hwid-tip-ctr {
    display: none;
    position: absolute;
    z-index: 10000;
}
.hwid-root .hwid-regTip-tip-ctr {
    border: 1px solid #ccc;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
}
.hwid-root .hwid-regTip-tip-msg-ctr {
    display: inline-block;
}
.hwid-root .hwid-pwdTip-pwd-info-indialog {
    padding: 0 16px;
}
.hwid-root .hwid-pwdTip-pwd-format-des-head {
    margin-bottom: 8px;
}
.hwid-root .hwid-pwdTip-gray-tips-EMUI5{
    color: rgba(0,0,0,.5);
    font-size: 13px;
    line-height: 1.3;
}
.hwid-root .hwid-pwdTip-pwd-info {
    margin-top: 16px;
    padding: 0 16px;
}
.hwid-root .hwid-pwdTip-normal-tips{
    font-size: 14px;
    color: #333;
}
.hwid-root .hwid-pwdTip-line8-EMUI5{
    margin: 8px 0;
}
.hwid-root .hwid-pwdTip-pwd-complex{
    position: relative;
    height: 3px;
    border-radius: 1.5px;
    background: #eee;
}
.hwid-root .hwid-pwdTip-gray-tips .hwid-pwdTip-pwd-stro{
    width: 100%;
    height: 4px;
}
.hwid-root .hwid-pwdTip-normal-tips-EMUI5{
    padding: 0;
    font-size: 13px;
}
.hwid-pwdTip-color66{
    color: #666 !important;
}
.hwid-root .hwid-pwdTip-success-tips-EMUI5{
    color: #41ce48;
}
.hwid-root .hwid-pwdTip-pwd-format{
    float: left;
    border: none;
    background-size: cover !important;
    margin: 1px 8px 0 0;
    width: 12px;
    height: 12px;
}
.hwid-root .hwid-pwdTip-formatOkIcon{
    background-image: url(../images/format_ok.png);
}
.hwid-pwdTip-formatNoIcon{
    background-image: url(../images/format_no.png);
}

.hwid-root .hwid-regTip-tip-ctr::after, .hwid-root .hwid-regTip-tip-ctr::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
}
.hwid-root .hwid-regTip-tip-ctr::after, .hwid-root .hwid-regTip-tip-ctr::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hwid-root .hwid-regTip-tip-ctr::before {
    border: 10px solid transparent;
    border-top-color: transparent;
    border-top-color: #ccc;
}
.hwid-root .hwid-regTip-tip-ctr::after {
    top: 99%;
}

/*弹出图片验证码*/
.ol_box_4 {
    width: 480px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99999;
}
.ol_box_4 .box-header {
    position: relative;
    min-height: 54px;
}
.ol_box_4 .box-header .box-close {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: 0;
    z-index: 2;
}

.ol_box_4 .box-header .box-close::before {
    content: "";
    width: 15px;
    height: 14px;
    display: block;
    margin: 2px 0 0 3px;
    background: url("../images/icon-close.png") no-repeat;
}
.ol_box_4 .box-header .box-title {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 25px;
    color: #444;
}
.ol_box_4 .ol_box_title .box-title {
    padding-bottom: 15px;
    padding-top: 18px;
}
.ol_box_4 .verifyImg-box{
    max-height: 400px;
    overflow: auto;
    box-shadow: inset 0 0 10px #f2f2f2;
    background: #fafafa;
    width: 430px;
    margin: 24px auto;
    height: 100px;
    padding: 20px;
    box-sizing: border-box;
}
.box-button{
    padding: 10px 10px 30px;
    text-align: center;
}
.verifyImg-r .hwid-input {
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
    outline: 0;
    height: 48px;
    line-height: 48px;
    width: calc(100% - 32px);
    font-size: 14px;
    color: #191919;
}

.ol_box_4 .box-cancel, .ol_box_4 .box-next {
    display: inline-block;
    min-width: 170px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 18px;
    margin: 0 5px;
    white-space: nowrap;
    border-radius: 2px;
}
.ol_box_4 .box-ok, .ol_box_4 .box-sure {
    display: inline-block;
    min-width: 170px;
    height: 44px;
    line-height: 44px;
    background: #ca141d;
    border: 1px solid #ca141d;
    font-size: 18px;
    color: #fff;
    margin: 0 5px;
    white-space: nowrap;
    border-radius: 2px;
}
.code-img-box {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border-top-right-radius: 8px;
    overflow: hidden;
    border-bottom-right-radius: 8px;
}

/*隐私协议*/
.ui-dialog{
    width: 947px;
    position: fixed;
    z-index: 10000;
    display: block;
    overflow: hidden;
    top: 167px;
    left: 474px;
    border: 4px solid rgba(0,0,0,.1);
    border: 4px solid #ccc\9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 10px #ccc;
}
.ui-dialog .ui-dialog-title {
    width: 927px;
    font-weight: 700;
    position: relative;
    padding: 0 10px;
    height: 31px;
    line-height: 31px;
    background: #f3f3f3;
    font-size: 14px;
    color: #666;
}
.ui-dialog-content {
    padding: 10px;
    background: #fff;
    height: 545px;
    width: 927px;
    overflow: hidden;
    user-select: none;
}
.protocol-con {
    height: 426px;
    padding: 10px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 25px;
}
.protocol-con .WordSection1{
    line-height: 26px;
    font-size: 14px;
}
.protocol-button{
    text-align: center;
}
.protocol-button button {
    margin: 0 auto;
    height: 54px;
    color: #fff;
    background: #e22;
    border: 0;
    font-size: 16px;
    display: inline-block;
    width: 400px;
    vertical-align: middle;
    cursor: pointer;
}
.ui-dialog .ui-dialog-close {
    background: url('../images/dialog_close.png') no-repeat;
    background-size: 13px 13px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100000;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    font-size: 0;
}
.ui-mask{
    position: absolute; left: 0px; top: 0px; opacity: 0.15; z-index: 9998; background-color: rgb(0, 0, 0); width: 100%; height: 100%;
}