/**
 *  login.css
 *  @ author    yu
 *  @ version   1.0.0
 *
 */
/*login*/
.loginBox {
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.loginBox .left {
    width: 150px;
}

.loginBox .left .logo {
    display: block;
    width: 105px;
    margin: 50px 0 0 20px;
}

.loginBox .left .tab li {
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-top: 50px;
}

.loginBox .left .tab li.on:before {
    content: '';
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #df1414;
}

.loginBox .left .tab li img {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

.loginBox .left .tab li p {
    font-size: 14px;
    color: #777777;
    margin-top: 0.5em;
}

.loginBox .center img {
    margin-top: -50px;
    margin-bottom: -50px;
    display: block;
    width: 543px;
    height: 700px;
}

.loginBox .right {
    margin: 30px 50px 0 0;
    width: 400px;
}

.loginBox .right li p {
    font-size: 16px;
    color: #333333;
    margin: 40px 0 10px 0;
}

.loginBox .right li .tel,
.loginBox .right li .pas,
.loginBox .right li .yzm {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.loginBox .right li .tel:focus,
.loginBox .right li .pas:focus,
.loginBox .right li .yzm:focus {
    border-bottom: 1px solid #df1414;
}

.loginBox .right li .yzm {
    float: left;
    width: 150px;
}

.loginBox .right .in img {
    display: block;
    float: left;
    width: 135px;
    height: 36px;
    margin-left: 30px;
}

.loginBox .right .in a {
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.loginBox .right a:hover {
    color: #df1414 !important;
}

.loginBox .right .btnBox {
    text-align: center;
    margin-top: 100px;
}

.loginBox .right .btnBox .sub {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #df1414;
    color: #fff;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
}

.loginBox .right .btnBox .sub:hover {
    -webkit-box-shadow: 0 0 3px #df1414;
    -moz-box-shadow: 0 0 3px #df1414;
    box-shadow: 0 0 3px #df1414;
}

.loginBox .right .btnBox a {
    font-size: 14px;
    color: #666666;
    margin-left: 20px;
}

/*注册1*/
.register {
    background: #f9fafb;
    padding-bottom: 50px;
}

.register .mid {
    background: #fff;
    min-height: 600px;
}

.register .topHd {
    text-align: center;
    padding: 30px 0;
}

.register .topHd li {
    display: inline-block;
    height: 50px;
    border: 2px solid #c5c5c5;
    font-size: 18px;
    color: #666666;
    width: 140px;
    line-height: 46px;
    margin: 0 80px;
}

.register .topHd li a {
    display: block;
    width: 100%;
    line-height: 100%;
    line-height: inherit;
    color: inherit;
}

.register .topHd li.on,
.register .topHd li:hover {
    border: 2px solid #df1414;
    color: #df1414;
}

.register .mid {
    padding: 50px 0;
}

.register .progress {
    width: 750px;
    text-align: center;
    border-bottom: 2px solid #999999;
    margin: 0 auto;
    font-size: 0;
}

.register .progress li {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding: 0 20px;
    border-bottom: 2px solid #666666;
    position: relative;
    top: 2px;
    line-height: 2em;
    vertical-align: middle;
}

.register .progress li:before {
    content: attr(data-id);
    display: inline-block;
    font-size: 12px;
    color: inherit;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    line-height: 16px;
    height: 16px;
    border: 1px solid #666666;
    margin-right: 0.5em;
}

.register .progress li.on {
    color: #df1414;
    border-bottom: 2px solid #df1414;
}

.register .progress li.on:before {
    border: 1px solid #df1414;
}

/*表单*/
.register .formBox {
    width: 750px;
    position: relative;
    margin: 70px auto 0 auto;
}

.register .formBox li {
    position: relative;
    padding-left: 220px;
    min-height: 40px;
    margin-bottom: 3%;
}

.register .formBox li.pl0 {
    padding-left: 0;
}

.register .formBox li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.register .formBox li .tit {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    text-align: right;
    padding-right: 1em;
}

.register .formBox li .tit .red {
    font-size: 18px;
    padding-right: 3px;
}

.register .formBox li .w360 {
    width: 360px;
}

.register .formBox li div.w360 {
    height: 40px;
}

.register .formBox li .w360:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.register .formBox .inp1 {
    height: 40px;
    border: 1px solid #bfbfbf;
    line-height: 38px;
    font-size: 14px;
    outline: none;
}

.register .formBox .inp1.inp1Br0 {
    border-right: 0;
}

.register .formBox .inp1:focus {
    border: 1px solid #df1616;
}

.register .formBox .inp2 {
    height: 40px;
    border: 1px solid #999999;
    line-height: 38px;
    font-size: 14px;
    outline: none;
    background: #fff;
    color: #333;
    cursor: pointer;
}

.register .formBox .inp2[disabled=disabled],
.register .formBox .inp2[disabled=true] {
    background: #999;
    color: #fff;
}

.register .formBox .inp3 {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    vertical-align: middle;
}

.register .formBox .tit1 {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
}

/*注册2*/
.register .idBtn {
    text-align: center;
    padding-top: 50px;
}

.register .idBtn p,
.register .idBtn span {
    display: inline-block;
    line-height: 34px;
}

.register .idBtn p {
    font-size: 18px;
    color: #ffffff;
    background: #df1414;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 10px;
    cursor: pointer;
}

.register .idBtn span {
    font-size: 14px;
    color: #666666;
}

.registerTan img {
    display: block;
    width: 300px;
    height: 300px;
    margin: 30px auto 36px auto;
}

.registerTan p,
.registerTan span {
    font-size: 18px;
    color: #333333;
    line-height: 1.5em;
    display: block;
    text-align: center;
}

.registerTan span {
    color: #df1414;
}

.register .inpFile {
    width: 200px;
    height: 250px;
    display: inline-block;
    margin: 0 40px;
    text-align: center;
}

.register .inpFile div {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.register .inpFile div input {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.register .inpFile p {
    font-size: 14px;
    color: #666666;
    padding-top: 1em;
}

.register li.cen {
    text-align: center;
}

/*注册3*/
.register .tips {
    font-size: 18px;
    color: #666666;
    line-height: 1.8em;
    text-align: center;
    padding-top: 150px;
}

/*忘记密码*/
.register.forget {
    padding-top: 50px;
}

/*企业注册1+2*/
.qregister .selArea {
    height: 40px;
    border: 1px solid #bfbfbf;
    outline: none;
    margin-right: 3%;
    display: inline-block;
}

.qregister .selArea:last-child {
    margin: 0;
}

.qregister .inpFilea {
    max-width: 310px;
}

.qregister .inpFilea dd {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 10px 0;
}

.qregister .inpFilea dd .img {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #ededed;
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qregister .inpFilea dd .img p {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.qregister .inpFilea dd .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.qregister .inpFilea dd .img input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.qregister .inpFilea dd .tit2 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding: 0.5em 0;
    line-height: 1.5em;
}

.qregister .imgTit {
    font-size: 14px;
    color: #666666;
    padding-top: 40px;
}

/*企业注册3*/
.qregister .tabhead {
    width: 750px;
    position: relative;
    margin: 40px auto 40px 290px;
    height: 40px;
    font-size: 0;
}

.qregister .tabhead * {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.qregister .tabhead p {
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
}

.qregister .tabhead .btnArrow,
.qregister .tabhead .btnDelete,
.qregister .tabhead .btnAdd {
    width: 20px;
    height: 40px;
    background-repeat: no-repeat;
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: center center;
    cursor: pointer;
}

.qregister .tabhead .btnArrow {
    background-image: url(../images/icon1.png);
}

.qregister .tabhead .btnDelete {
    background-image: url(../images/icon2.png);
    margin: 0 0 0 20px;
    display: inline-block;
}

.qregister .tabhead .btnAdd {
    background-image: url(../images/icon3.png);
    margin: 0 0 0 20px;
    display: none;
}

.qregister .tabOut:first-child .tabhead .btnDelete {
    display: none;
}

.qregister .tabOut:last-child .tabhead .btnAdd {
    display: inline-block;
}

/*on*/
.qregister .tabOut.on .tabhead .btnArrow {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.qregister .tabOut .tabbody {
    display: none;
}

.qregister .tabOut.on .tabbody {
    display: block;
}

.qregister .formBox .inline {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin: 0 20px;
}

/*委托人登录*/
.pubHead.white {
    position: absolute;
    z-index: 2;
    width: 100%;
    border-bottom: none;
}

.pubHead.white .head1 {
    background: rgba(241, 241, 241, 0.1);
}

.pubHead.white .head1 *,
.pubHead.white .head2 * {
    color: #fff !important;
}

.pubHead.white .ipt1 {
    background: none;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: none;
}

.pubHead.white .ipt2 {
    border: 1px solid #fff;
    border-left: none;
}

.pubHead.white .ipt1::-webkit-input-placeholder {
    color: #fff;
}

.pubHead.white .ipt1:-moz-placeholder {
    color: #fff;
}

.pubHead.white .ipt1::-moz-placeholder {
    color: #fff;
}

.pubHead.white .ipt1:-ms-input-placeholder {
    color: #fff;
}

.wbanner {
    width: 100%;
    font-size: 20px;
    height: 26em;
    position: relative;
    overflow: hidden;
}

.wbanner img {
    display: block;
    width: 100em;
    height: 26em;
    position: absolute;
    left: 50%;
    margin-left: -50em;
    top: 0;
}

.wloginBox {
    width: 700px;
    height: 500px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    position: relative;
    margin: -250px auto 90px auto;
}

.wloginBox .toptit {
    width: 100%;
    background: #f4f4f4;
    line-height: 60px;
    height: 60px;
}

.wloginBox .toptit p {
    font-size: 26px;
    color: #df1616;
    padding-left: 36px;
    background: url(../images/login/icon3.png) left center no-repeat;
}

.wloginBox .toptit a:hover {
    color: #df1414;
}

.wloginBox .list {
    margin: 80px auto 0 auto;
    width: 90%;
}

.wloginBox .list li {
    position: relative;
    padding-left: 130px;
    margin-top: 30px;
}

.wloginBox .list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    text-align: right;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    color: #333333;
}

.wloginBox .list li .inp1 {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border: 1px solid #cdcdcd;
    outline: none;
    padding: 0 2%;
    font-size: 24px;
}

.wloginBox .list li .inp1:focus {
    border: 1px solid #df1414;
}

.wloginBox .list li .inp2 {
    display: block;
    width: 380px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #df1414;
    border: none;
    outline: none;
    cursor: pointer;
    height: 56px;
    line-height: 56px;
    margin-top: 80px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wloginBox .btn1 {
    text-align: center;
    font-size: 18px;
    color: #999999;
    display: block;
    margin-top: 20px;
}

.wloginBox .btn1:hover {
    color: #df1414;
}

/*委托人找回密码*/
.wforget1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wforget2 {
    font-size: 18px;
    color: #333333;
    line-height: 1.5em;
    text-align: center;
    margin-top: 40px;
}

/*企业查询*/
.searchName {
    position: relative;
}

.searchBox {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0 1px #ccc;
    border-radius: 4px;
}

.searchBox span {
    display: block;
    width: 100%;
    padding: 10px;
    cursor: default;
}

.searchBox span:hover {
    background: #ddd;
}

.searchBox::-webkit-scrollbar {
    width: 3px;
    height: 9px;
}

.searchBox::-webkit-scrollbar-track {
    width: 6px;
    background-color: #fff;
}

.searchBox::-webkit-scrollbar-thumb {
    background-color: #666;
    background-clip: padding-box;
    min-height: 28px;
}

.selBank,
.selBank2 {
    width: 100%;
    height: 40px;
    border: 1px solid #bfbfbf;
    outline: none;
    display: inline-block;
    font-size: 14px;
}

.selBank2 {
    width: 48%;
}

.mt3 {
    margin-top: 3% !important;
}

.mb3 {
    margin-bottom: 3% !important;
}

.ml3 {
    margin-left: 3% !important;
}

.mr3 {
    margin-right: 3% !important;
}

.mr4 {
    margin-right: 4% !important;
}
.height-auto{
    height: auto !important;
}
