.demo-captcha {
    padding-top: 44px;
}
.m-tbanner {
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e8eb;
}
.m-tbanner .tbanner-title {
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 30px;
    color: #333;
}
.tbanner-title {
    font-size: 28px;
    color: #222;
    padding-bottom: 8px;
    line-height:40px;
}

.m-captcha {
    zoom: 1;
    /*margin-bottom: 96px;*/
}
.m-captcha:before,.m-captcha:after {
    content: "";
    display: table;
}
.m-captcha:after {
    clear: both;
    overflow: hidden;
}
.captcha-tabs-container {
    zoom: 1;
    margin-top: 32px;
}
.captcha-tabs-container:before, .captcha-tabs-container:after {
    content: "";
    display: table;
}
.captcha-tabs-container:after {
    clear: both;
    overflow: hidden;
}
.captcha-tabs-container:before, .captcha-tabs-container:after {
    content: "";
    display: table;
}
.captcha-tabs-tab + .captcha-tabs-tab {
    border-left: none;
}
.captcha-tabs-tab {
    width: 33.33%;
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #222;
    border: 1px solid #e4e7ef;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #f4f8fc;
}
.captcha-tabs-tab.active {
    background-color: #fff;
    border-bottom-color: transparent;
}
.captcha-type-container {
    padding: 0 16px 32px;
    border-right: 1px solid #e4e7ef;
    border-bottom: 1px solid #e4e7ef;
    border-left: 1px solid #e4e7ef;
    zoom: 1;
}
.captcha-type-container:before, .captcha-type-container:after {
    content: "";
    display: table;
}
.captcha-type-container:after {
    clear: both;
    overflow: hidden;
}
.captcha-type-container:before, .captcha-type-container:after {
    content: "";
    display: table;
}
.captcha-type-item {
    display: none;
}
.captcha-type-item.active {
    display: block;
}
.captcha-item {
    width: 50%;
    margin-top: 32px;
}
.captcha-item.is-block {
    width: auto;
}
.captcha-item.is-block .captcha-wrap {
    position: relative;
    height: 192px;
    max-width: none;
    width: auto;
    border: 1px solid #e4e7ef;
}
.captcha-item.is-block .captcha-hd {
    height: auto;
    padding: 48px 0 0 32px;
    background: transparent;
}
.captcha-item.is-block .captcha-content {
    position: absolute;
    padding: 0;
    top: 28px;
    right: 24px;
    width: 200px;
}
.captcha-item.is-block .wapimg img {
    width: 112px;
    height: 112px;
}
.captcha-item.is-left {
    float: left;
}
.captcha-item.is-right {
    float: right;
}
.captcha-item.is-right .captcha-wrap {
    float: right;
}
.captcha-item.is-center {
    margin-left: auto;
    margin-right: auto;
}
.captcha-wrap {
    max-width: 436px;
    width: 436px;
    height: 528px;
    border: 1px solid #e6e8eb;
}
.captcha-hd {
    min-height: 137px;
    padding: 31px 32px 8px 31px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f7f9fa;
}
.u-mdtitle {
    font-size: 18px;
    color: #222;
    line-height: 25px;
    padding-top: 18px;
    padding-bottom: 16px;
}
.captcha-desc {
    padding-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #626366;
    text-align: left;
    text-align: justify;
}
.captcha-content {
    width: 376px;
    padding-top: 32px;
    margin: 0 auto;
}
.u-fitem {
    zoom: 1;
    padding-bottom: 16px;
}
.u-fitem:before, .u-fitem:after {
    content: "";
    display: table;
}
.u-fitem:after {
    clear: both;
    overflow: hidden;
}

.u-fitem label {
    float: left;
    width: 56px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.u-fitem input {
    float: left;
    width: 270px;
    height: 40px;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 15px;
    border: 1px solid #d7dce0;
    background-color: #fff;
    font-size: 16px;
    color: rgba(102,102,102,0.5);
}
fitem:after {
    content: "";
    display: table;
}
.u-fitem-captcha >div {
    float: left;
}
.u-fitem-captcha >div >div {
    z-index: 1;
}
.u-fitem-error {
    color: #ff5447;
    padding-left: 56px;
    display: none;
}

.u-fitem-login {
    width: 270px;
    margin-left: 56px;
}

.u-fitem-login .u-fitem-login-btn {
    width: 100%;
    background-color: #9d9d9d;
    color: #fff;
    line-height: 22px;
    padding: 8px 0;
    font-size: 14px;
    cursor: default;
}



