* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

.form label,
.form input,
.form select,
.form textarea,
.form button,
.form .label {
    float: left;
    font-size: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.overflow {
    overflow: hidden;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "宋体";
}

/* yellow_button */
.yellow_button {
    background: url(images/yellow_button.png);
    border: none;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background-position: 0 0;
    width: 139px;
}

#registsubmit.disabled {
    background-position: 0 -36px;
    cursor: default !important;
}

.red {
    color: #ff0000;
    font-family: "宋体";
    font-weight: normal;
}

/* formbox */
#formbox {
    padding: 20px;
    border: solid 1px #dfdfdf;
    margin: 20px auto;
    width: 880px;
    position: relative;
}

#formbox h3 {
    font-size: 16px;
    height: 32px;
    color: #ff6a00;
    font-weight: 800;
    border-bottom: solid 1px #dfdfdf;
    margin: 20px 0 20px 0;
    padding: 0 10px;
    text-indent: 1.8em;
}

#formbox .item {
    padding-top: 5px;
    height: 50px;
    overflow: hidden;
    line-height: 26px;
}

#formbox .item a:link,
#formbox .item a:visited {
    text-decoration: underline;
}

#formbox .label {
    width: 300px;
    text-align: right;
    font-size: 14px;
}

#formbox .span-150 {
    width: 150px;
}

#formbox .text {
    width: 240px;
    height: 16px;
    padding: 4px 3px;
    border: 1px solid #bbb;
    font-size: 14px;
    font-family: arial, "宋体";
}

#formbox .text-1 {
    width: 100px;
}

#formbox .img img {
    height: 26px;
    margin: 0 5px;
}

#formbox .succeed {
    background: url(images/pwdstrength.gif) no-repeat -105px 0;
}

#formbox .yellow_button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
}

#formbox .highlight1 {
    border: 1px solid #EFA100;
    outline: 2px solid #FFDC97;
    *border: 2px solid #ffcc66;
    *padding: 3px 2px;
}

#formbox .highlight2 {
    border: 1px solid #f00;
    outline: 1px solid #FFC1C1;
    color: #f00;
}

#formbox .pwdbg {
    background: #FFF8EB;
}

#formbox .focus {
    color: #999;
    line-height: 22px;
    *line-height: 20px;
}

#formbox .null,
#formbox .error {
    color: red;
    line-height: 22px;
    *line-height: 20px;
}

#formbox .checkbox {
    margin-top: 6px;
    *margin-top: 2px;
}

#formbox #referrer {
    color: #999;
    font-size: 12px;
}

#formbox #protocol {
    margin: 0px 5px 0 0;
    display: inline;
}

#pwdstrength {
    color: #999;
    line-height: 22px;
    padding-right: 10px;
}

#pwdstrength b {
    float: left;
    width: 104px;
    height: 13px;
    overflow: hidden;
    margin-top: 5px;
    *margin-top: 3px;
}

.strengthA b {
    background: url(images/pwdstrength.gif) no-repeat 0 0;
}

.strengthB b {
    background: url(images/pwdstrength.gif) no-repeat 0 -13px;
}

.strengthC b {
    background: url(images/pwdstrength.gif) no-repeat 0 -26px;
}

.h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ff6a00;
    width: 140px;
    height: 30px;
    position: absolute;
    top: -3%;
    left: 3%;
    background-color: #fff;
    font-weight: bold;
}

.width {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-60 {
    width: 60% !important;
}

.item-title {
    width: 30%;
    height: 38px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
}

.verify {
    margin-left: 10px;
}

.span {
    color: #2089ff;
    margin-left: 10px;
    cursor: pointer
}

.span:hover {
    color: #2089ff;
    text-decoration: underline;
}

.show {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.81);
    z-index: 99999999;
    text-align: center;
    display: none;
}

.show .show-item {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    z-index: 99999999;

}

.show .show-item .item-div {
    height: 40%;
    width: 80%;
    vertical-align: middle;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 1% 2%;
    z-index: 99999999;
}

.show .show-item .item-div>h6 {
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    width: 30%;
    height: 20%;
}

.show .show-item .item-div>.h6 {
    width: 100%;
}

.show .show-item .item-div>h6>._span {
    width: 12%;
}

.show .show-item .item-div>h6>.p {
    width: 88%;
}

.show .show-item .item-div>h6>span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    height: 100%;
    font-size: 0.8rem;
}

.show .show-item .item-div>h6>p {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
}


.showSuccess {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.81);
    z-index: 99999999;
    text-align: center;
    display: none;
}

.showSuccess .showSuccess-item {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    z-index: 99999999;

}

.showSuccess .showSuccess-item .items-div {
    height: 40%;
    width: 40%;
    vertical-align: middle;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 1% 2%;
    z-index: 99999999;
}

.showSuccess .showSuccess-item .items-div>h6 {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    vertical-align: middle;
    width: 100%;
    height: 50%;
}

.showSuccess .showSuccess-item .items-div>h6>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff6a00;
}

.showSuccess .showSuccess-item .items-div>h6>p {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9rem;
    color: #787777;
}