﻿@charset "UTF-8";
/*
	作者：郭朋兵
	时间：2019-07-05
	描述： 卓繁行政审批中介服务网（登录注册版块）
*/
/*登录页面开始*/
.login-banner {
    background: url("../images/login-bg.png") no-repeat center;
    height: 562px;
    width: 100%;
}

.w1200 {
    position: relative;
}

.tab-box {
    width: 392px;
    position: absolute;
    right: 97px;
    top: 87px;
}

.title-wrap {
    position: relative;
}

.title-wrap span {
    color: white;
    font-family: "Microsoft YaHei", sans-serif;
    display: inline-block;
    vertical-align: middle;
}

.owner-login, .intermediary-login {
    text-align: center;
}

.owner-login input::-webkit-input-placeholder {
    color: #999999;
}

.intermediary-login input::-webkit-input-placeholder {
    color: #999999;
}

.owner {
    width: 196px;
    height: 44px;
    line-height: 44px;
    background: #0054a7;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}

.owner-set-font, .intermediary-set-font {
    font-size: 16px;
}

.change-font-size {
    font-size: 18px;
}

.intermediary {
    width: 196px;
    height: 44px;
    line-height: 44px;
    background: #04b080;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.change-height {
    height: 50px;
    line-height: 50px;
}

.login-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    bottom: 0;
    left: 88px;
}

.login-triangle {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    bottom: 0;
    right: 88px;
}

.user-password {
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff); /*兼容IE8的rgba*/
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
}

.login-wrap {
    width: 309px;
    margin: auto;
    background: white;
    border: 1px solid #eeeeee;
    padding: 18px 22px;
    position: relative;
}

.login-wrap:nth-of-type(1) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.login-wrap:nth-of-type(2) {
    border-top: none;
    border-bottom: none;
}

.login-wrap:nth-of-type(3) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login-wrap input {
    border: none;
    width: 215px;
    margin-left: 10px;
    padding-left: 5px;
}

.login-wrap .verification-code {
    position: absolute;
    right: 30px;
    top: 20px;
}

.remember-forget-password {
    margin-top: 15px;
}

.remember-forget-password span {
    color: #999999;
    font-size: 12px;
}

.remember-password {
    margin-left: 38px;
    position: relative;
}

.remember-password input {
    margin-right: 10px;
    cursor: pointer;

}

input[type='checkbox'] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: #999 solid 1px;
    border-radius: 3px;
    width: 16px;
    height: 16px;
}

input[type=checkbox]:checked::after {
    content: '';
    top: 6px;
    left: 3px;
    position: absolute;
    background: url("../images/login-icon07.png") no-repeat center;
    height: 9px;
    width: 9px;
}

.forget-password {
    margin-left: 188px;
}

.forget-password a {
    color: #999999;
    font-size: 12px;
}

.forget-password a:hover {
    color: #044dec;
}

.login-btn {
    display: inline-block;
    width: 338px;
    margin: 15px auto 10px;
    text-align: center;
    background: #0054a7;
    font-size: 18px;
    font-weight: bold;
    color: white;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
}
.enter-btn{
    display: inline-block;
    width: 338px;
    margin: 0 auto 25px;
    text-align: center;
    background: -webkit-linear-gradient(#ffbb11, #ff7700); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ffbb11, #ff7700); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ffbb11, #ff7700); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ffbb11, #ff7700); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffbb11, endColorstr=#ff7700);/*IE<9>*/
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffbb11, endColorstr=#ff7700)";/*IE8+*/;
    font-size: 18px;
    font-weight: bold;
    color: white;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
}

.login-btn:hover,.enter-btn:hover {
    opacity: .8;
    color: white;
}

.login-tips {
    font-size: 14px;
    color: #666666;
    padding-bottom: 30px;
}
.layui-input-block {
    margin-left: -140px;
    min-height: 36px;
    padding-bottom:5px;
}
.layui-form-radio * {
    font-size: 14px;
    color: #333333;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #0054a7;
}
.layui-form-radio>i {
    margin-right: 8px;
    font-size: 18px;
    color: #0054a7;
}
/*登录页面结束*/


/*业主用户注册页面-用户协议开始*/
.user-register {
    background: white;
    margin-top: 21px;
    margin-bottom: 20px;
}

.yhxy-header-left span {
    padding-left: 7px;
    color: #4879e4;
    font-size: 18px;
}

.write-msg span {
    font-size: 14px;
    color: #999999;
}

.yhxy-header, .zjfw-yhxy-header {
    padding: 22px 30px 12px;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
}

.yhxy-header .active-line::after {
    position: absolute;
    content: '';
    left: 24px;
    bottom: -1px;
    width: 148px;
    height: 2px;
    background-color: #4879e4;
}

.yhxy-agreement-msg {
    padding: 17px 25px 0;
}

.yhxy-agreement-msg span {
    font-size: 16px;
}

.yhxy-agreement-msg img {
    padding-top: 2px;
}

.yhxy-agreement {
    background: url("../images/register-icon18.png") no-repeat center;
    width: 396px;
    height: 46px;
    line-height: 42px;
    background-size: 100% 100%;
    margin-right: -13px;
    text-align: center;
}

.yhxy-msg {
    background: url("../images/register-icon22.png") no-repeat center;
    width: 401px;
    height: 46px;
    line-height: 42px;
    background-size: 100% 100%;
    text-align: center;
}

.yhxy-complete {
    background: url("../images/register-icon20.png") no-repeat center;
    width: 379px;
    height: 46px;
    line-height: 42px;
    background-size: 100% 100%;
    margin-left: -13px;
    text-align: center;
}

.yhxy-user-know {
    margin-top: 81px;
}

.yhxy-user-know h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
}

.yhxy-concrete-content {
    padding-left: 67px;
}

.yhxy-concrete-content li {
    margin-top: 24px;
    font-size: 14px;
    color: #666666;
}

.yhxy-agree-disagree {
    padding: 100px 415px 174px;
}

/*业主用户注册页面-用户协议结束*/


/*业主用户注册页面-基本信息开始*/
.jbxx-msg {
    background: url("../images/register-icon19.png") no-repeat center;
    width: 401px;
    height: 46px;
    line-height: 42px;
    background-size: 100% 100%;
    text-align: center;
}

.jbxx-complete {
    background: url("../images/register-icon20.png") no-repeat center;
    width: 379px;
    height: 46px;
    line-height: 42px;
    background-size: 100% 100%;
    text-align: center;
    margin-left: -13px;
}

.jbxx-tips {
    border: 1px solid #f9f3e7;
    margin: 10px 25px 10px;
    padding: 7px 0;
    background: #fefaf3;
}

.jbxx-tip-icon {
    padding-left: 16px;
}

.jbxx-yellow {
    color: #ff7800;
    font-size: 14px;
}

.jbxx-gray {
    color: #666666;
    font-size: 14px;
    padding-left: 7px;
}

.jbxx-close {
    padding-right: 12px;
}

.jbxx-form .layui-form-label b {
    color: #ff403e;
    margin-right: 3px;
}

.jbxx-form .yzm img {
    vertical-align: middle;
    height: 34px;
    width: auto;
}

.jbxx-form .layui-form-label {
    width: 150px;
}

.jbxx-form .layui-form-item .layui-input-inline {
    width: 422px;
}

.jbxx-set-padding {
    padding-left: 25px;
}

.jbxx-form .a-hs-qian {
    background: #ff7f02;
}

.jbxx-form .a-hs {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
}
.type-title{
    margin-top: 30px;
}
.type-title h4{
    font-size: 16px;
    color: #666666;
    padding-bottom: 5px;
    border-bottom: 1px solid #eff0f4;
}

/*业主用户注册页面-基本信息结束*/


/*业主用户注册页面-注册完成开始*/
.zcwc-complete {
    background: url("../images/register-icon17.png") no-repeat center;
    width: 379px;
    height: 46px;
    line-height: 42px;
    background-size: 100% 100%;
    text-align: center;
    margin-left: -13px;
}

.layui-table-form .td-header {
    background: #f6f8fb;
    text-align: right;
    color: #999;
}

.zcwc-register-info {
    background: #ebf4fd;
    margin: 0 25px;
    padding: 14px 20px;
}

.zcwc-register-info img {
    padding-right: 7px;
}

.zcwc-set-color-gray {
    color: #333333;
    font-size: 16px;
}

.zcwc-set-color-red {
    color: red;
    font-size: 14px;
}

/*业主用户注册页面-注册完成结束*/


/*中介服务机构注册页面-用户协议开始*/
.zjfw-yhxy-header .active-line::after {
    position: absolute;
    content: '';
    left: 24px;
    bottom: -1px;
    width: 183px;
    height: 2px;
    background-color: #4879e4;
}

.zjfw-agreement {
    background: url("../images/register-icon10.png") no-repeat center;
    width: 290px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}

.zjfw-jbxx, .zjfw-zzxx {
    background: url("../images/register-icon11.png") no-repeat center;
    width: 305px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}

.zjfw-jbxx {
    margin-left: -14px;
    margin-right: -14px;
}

.zjfw-wczc {
    background: url("../images/register-icon12.png") no-repeat center;
    width: 290px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
    margin-left: -14px;
}

.color-white {
    color: white;
    padding-left: 5px;
}

.color-gray {
    color: #333333;
    padding-left: 5px;
}

/*中介服务机构注册页面-用户协议结束*/


/*中介服务机构注册页面-基本信息开始*/
.zjfw-jbxx-gray {
    background: url("../images/register-icon13.png") no-repeat center;
    width: 305px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
    margin-left: -14px;
    margin-right: -14px;
}

.layui-form-item .layui-set-width {
    width: 105px;
}

.zjfw-form .layui-form-label b {
    color: #ff403e;
    margin-right: 3px;
}

.jbxx-form .layui-input-block {
    margin-left: 180px;
    padding-right: 50px;
}

.zjfw-money {
    height: 34px;
    line-height: 34px;
}

.set-tilt {
    font-style: italic
}

.layui-btn-yellow {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #ff9800;
    text-align: center;
    margin-left: 15px;
}

.color-red {
    color: red;
    display: block;
    line-height: 33px;
}

.layui-input-date {
    background: #f9f9f9 url(../images/grzx-rl.png) 95% center no-repeat;
}

.layui-input {
    padding-right: 10px;
}

.zjfw-jbxx-upload {
    padding-left: 180px;
}

.zjfw-img {
    position: relative;
    margin: 10px 0;
    display: inline-block;
}

.zjfw-click-del {
    position: absolute;
    top: -9px;
    right:-9px;
}

.btn-blue-style {
    font-size: 15px;
    background: #4879e4;
    width: 152px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 40px;
}

.btn-gray-style {
    font-size: 15px;
    background: #C6C6C6;
    width: 152px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

/*中介服务机构注册页面-基本信息结束*/


/*中介服务机构注册页面-资质信息开始*/
.xz-span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    background: #c2c1c1;
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
}

.zjfw-zzxx-blue {
    background: url("../images/register-icon13.png") no-repeat center;
    width: 305px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
}

/*中介服务机构注册页面-资质信息结束*/


/*中介服务机构注册页面-完成注册开始*/
.zjfw-wczc-blue {
    background: url("../images/register-icon14.png") no-repeat center;
    width: 290px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    background-size: 100% 100%;
    margin-left: -15px;
}

.company-info {
    font-size: 14px;
    color: #999999;
}

.btn-green-style {
    font-size: 15px;
    background: #1caf88;
    width: 106px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.btn-small-green-style {
    font-size: 15px;
    background: #1caf88;
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 20px;
}

.zcwc-change-info {
    width: 106px;
    margin: 30px auto 60px;
}

.chzz-bg {
    background: #f6f8fb;
    text-align: center;
    position: relative;
    height: 46px;
}

.chzz-style {
    color: #333333;
    font-size: 18px;
}

.zcwc-click-register {
    width: 152px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
}

.zcwc-company-img img {
    width: 400px;
    margin: 25px auto auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.layui-table img {
    max-width: 100% !important;
}
.upload-img{
	display:inline-block;
	position:relative;
	margin-right:10px;
}

/*中介服务机构注册页面-完成注册结束*/

/*忘记密码*/
.layui-span{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: black;
    padding-left: 5px;
}
.wjmm-btn{
    padding: 100px 0 174px;
    text-align: center;
}
.set-password-finish img{
    display: block;
    margin: 70px auto 30px;
}
.password-finish-text{
    text-align: center;
    font-size: 16px;
    color: #353535;
}
.write-msg-left{
    margin-top: 100px;
}
.write-msg-right{
    margin-top: 50px;
    width:285px;
    padding: 30px 40px 20px;
    border: 1px solid #d5d5d5;
}
.write-msg-title h5{
    display: inline-block;
    color: black;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
}
.write-msg-title img{
    display: inline-block;
    vertical-align: middle;
}
.write-msg-right p{
    color: #353535;
    font-size: 14px;
    margin-bottom: 25px;
}
.write-msg-right p span{
    color: black;
}
/*资质弹层页面开始*/
.tc-set-bg {
    background: white;
    color: #4879e4;
}

.tc-nav {
    background: #4879e4;
    color: white;
    font-size: 13px;
}

.tc-nav span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 22px;
    cursor: pointer;
}

.tc-box {
    border: 1px solid #d7e3f6;
    padding-bottom: 10px;
}

.tc-content {
    height: 360px;
    overflow: auto;
    padding: 0 20px;
    margin-top: 10px;
}

.ztree * {
    font-size: 13px;
}

.sx-bomp-dq-content {
    width: auto;
    height: 572px;
    margin-top: -286px;
    margin-left: -223px;
    top: 50%;
    left: 50%;
    background: #ffffff;
    position: fixed;
    border: 1px solid #0557bb;
    z-index: 2;
}

/*资质弹层页面结束*/
.login-elastic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 999999;
}
.login-elastic-container{
    width: 585px;
    height: 220px;
    background: white;
    margin: 200px auto;
    position: relative;
}
.login-elastic-container .click-close{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor:pointer;
}
.login-elastic-container h1{
    color: black;
    font-size: 16px;
    text-align: center;
    padding-top: 55px;
}
.select-login-user{
    text-align: center;
    padding-top: 40px;
}
.select-login-user span{
    display: inline-block;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #0054a7;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.select-login-user span:hover{
    opacity: .8;
}
.select-login-user .set-green-bg{
    background: #04b080;
    margin-left: 50px;
}