/* 其他 */
.account-box { padding:35px 0 20px; margin:0 auto; width: 410px; overflow: hidden;}
.short-btn-box { padding-bottom: 40px; text-align: center;}

.map-box { padding:30px 35px 20px;}
.map-show { display:inline-block; height:357px; background-color:#f1f1f1;}

.tab { display:none;}
.tab-title { height:55px; padding-right:25px; border-bottom:2px #ffb8b8 solid; background-color:#fff;}
.tab-title a { position:relative; bottom:-5px; display:inline-block; height:50px; padding:0 35px; font-size:18px; line-height:45px; color:#999; text-align:center;}
.tab-title a.active { color:#000; border-bottom:5px #f66 solid;}


/* 提示 */
.msg-red { display:inline-block; margin:0; padding-left:35px; font-weight:20px; font-weight:normal; color:#f66;}
.success { background:url(../../images/icon_ok.png) no-repeat 0 50%;}
.wait { background:url(../../images/icon_wait.png) no-repeat 0 50%;}

/* 箭头 */
.blue-arrow, .red-arrow { display:inline-block; width:0; height:0; margin:0 5px; vertical-align:middle; }
.blue-arrow {border-bottom:none; border-left:4px solid transparent; border-right: 4px solid transparent; border-top:4px solid #295fcb; }
.red-arrow {border-top:none; border-left:11px solid transparent; border-right: 11px solid transparent; border-bottom:11px solid #f66; }

/*新机构注册*/
.lwg-apply-step{
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.lwg-apply-step ul{
    width: 858px;
    margin: 50px auto 28px;
}
.lwg-apply-step li{
    height: 10px;
    width: 24%;
    background-color: #dcdcdc;
    position: relative;
    float: left;
}
.lwg-apply-step li::before{
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: #dcdcdc;
    left: -12px;
    top: -12px;
    border-radius: 50%;
}
.lwg-apply-step li.last{
    width: 1%;
}
.lwg-apply-step li i{
    color: #fff;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    left: -7px;
    top: -7px;
    font-style: normal;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}
.lwg-apply-step .on i{
    background-color: #48c3ef;
}
.lwg-apply-step li strong{
    color: #666;
    position: absolute;
    z-index: 2;
    left: -45px;
    top: -38px;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.lwg-apply-step .on strong{
    color: #009dde;
}
.lwg-apply-step .line::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #48c3ef;
    left: 0px;
    top: 3px;
    z-index: 1;
}
.lwg-form-box{
    width: 86%;
    margin: 0 auto;
}
.lwg-content-title{
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 40px;
    padding-left: 2px;
}
.lwg-content-title span{
    color: #ff0000;
    font-size: 12px;
    padding-left: 20px;
}
.lwg-form-info{
    padding: 20px 0 80px 0;
}
.lwg-form-info li{
    margin-top: 18px;
}
.lwg-form-info label{
    width: 340px;
    text-align: right;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #333;
    padding-right: 6px;
    vertical-align: middle;
}
.lwg-form-info label i{ 
    color: red; 
    font-style: normal;
}
.lwg-form-info input.txt{
    height: 34px;
    line-height: 34px;
    border: 1px solid #e8e8e8;
    width: 300px;
    padding: 0 4px;
}
.lwg-form-info input.error{
    border: 1px solid #01adf7;
}
.lwg-form-info input.check{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.lwg-form-info label.server-agreement{
    width: auto;
    padding: 0;
}
.lwg-form-info .agreement{
    color: #00acf6;
    vertical-align: middle;
}
.lwg-form-info .blue-form-btn,.lwg-form-info .gray-form-btn{
    background-color: #0e739b;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    width: 120px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}
.lwg-form-info .gray-form-btn{
    background-color: #ccc;
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
}
.lwg-form-info .blue-form-btn:hover{
    background-color: #0090cc;
}
.lwg-form-info .gray-form-btn:hover{
    background-color: #0e739b;
}
.lwg-form-info .error-tip{
    height: 36px;
    line-height: 36px;
    position: relative;
    color: #ff0000;
    font-size: 12px;
    padding-left: 24px;
    margin-left: 6px;
    display: none;
}
.lwg-form-info .show-error-tip{
    display: inline-block;
}
.lwg-form-info .error-tip::after{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 8px;
    content: "!";
    text-align: center;
    border: 2px solid #ff0000;
    border-radius: 50%;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
/* WebKit browsers */
::-webkit-input-placeholder {
    color: #d1d1d1;
    font-size: 12px;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
    color: #d1d1d1;
    opacity: 1;
    font-size: 12px;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #d1d1d1;
    opacity: 1;
    font-size: 12px;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #d1d1d1;
    font-size: 12px;
}
.company-select-category{
    border: 1px solid #e8e8e8;
    padding: 4px 12px;
    color: #40b4ed;
}
.upload-file-btn{
    width: 80px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #d1d1d1;
    text-align: center;
}
.upload-file-btn:hover{
    text-decoration: none;
}
.new-img-view{
    height: 140px;
    min-width: 140px;
    display: inline-block;
    background-color: #f6f6f6;
    border: 1px solid #e8e8e8;
    vertical-align: top;
}
.new-img-view img{
    width: 140px;
}
.lwg-reg-success{
    padding-top: 68px;
    padding-bottom: 200px;
}
.lwg-reg-success h2{
    background: url(../../images/reg-success-icon.jpg) no-repeat;
    height: 42px;
    line-height: 42px;
    width: 224px;
    margin: 0 auto 20px;
    padding-left: 50px;
    font-size: 18px;
}
.lwg-reg-success p{
    text-align: center;
    font-size: 14px;
}
.lwg-reg-success a{
    color: #00adf6;
    font-size: 14px;
}
.lwg-reg-success .p-2{
    margin-top: 80px;
}

.lwg-right-box{
    margin-left: 10px;
}
.lwg-guild{
    margin-bottom: 10px;
    padding: 14px;
    background-color: #fff;
}
.lwg-guild p{
    border-left: 4px solid #1673b8;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #1673b8;
}
.lwg-white-box{
    background-color: #fff;
    width: 100%;
}
.lwg-form-info2{
    padding-top: 40px;
}
.lwg-form-info2 label{
    width: 250px;
}
.lwg-form-info2 .upimg{
    width: 100%;
    height: 100%;
}
.lwg-form-info textarea.txt{
    line-height: 34px;
    border: 1px solid #e8e8e8;
    width: 400px;
    height: 120px;
    padding: 0 4px;
    vertical-align: top;
}
.lwg-form-info input.input-radio{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.editor_introduction_box{
    display: inline-block;
    vertical-align: top;
    width: 60%;
    height: auto;
    
}


/*审核不通过*/
.lwg_check_box{
    position: fixed;
    min-width: 560px;
    width: 560px;
    height: 100%;
    border: 1px solid #dfdfdf;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 0 5px 3px rgb(121, 121, 122);
    color: #000;
    display: none;
}
.lwg_check_box h2{
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    margin: 0;
}
.lwg_check_box dl{
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
    width: 100%;
}
.lwg_check_box dd{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
    text-align: center;
    padding: 6px 0;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}
.lwg_check_box dd.on{
    border-bottom: 3px solid #e10505;
}
.lwg_check_box dd span{
    font-size: 12px;
    color: #999;
}
.lwg_check_box ul{
    padding: 10px 0;
    display: none;
}
.lwg_check_box li{
    padding-bottom: 8px;
    position: relative;
    padding-left: 24px;
    line-height: 20px;
}
.lwg_check_box .no_pad{
    padding-left: 0;
}
.lwg_check_box li input{
    position: absolute;
    left: 0;
    top: -1px;
}
.lwg_check_box .check_input{
    width: 16px;
    height: 16px;
}
.lwg_check_box .check_content{
    position: relative;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding-bottom: 70px;
}
.lwg_check_box .check_top{
    overflow-y: scroll;
    padding: 0 12px;
    height: 100%;
}
.lwg_check_box .ml_160{
    margin-left: 160px;
}
.lwg_check_box .float_right{
    float: right;
}
.check_white_btn{
    border: 1px solid #666;
    color: #000;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 26px;
    margin-top: 12px;
    margin-left: 20px;
}
.check_blue_btn{
    border: 1px solid #047a97;
    color: #fff;
    background-color: #047a97;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 26px;
    margin-top: 12px;
    margin-left: 20px;
}
.lwg_check_box .s_blue_btn{
    border-radius: 4px;
    background-color: #0090cc;
    color: #fff;
    height: 24px;
    display: inline-block;
    padding: 0 18px;
    line-height: 24px;
    cursor: pointer;
}
.lwg_check_box .gray_font{
    color: #999;
}
.button_box .check_white_btn{
    border: 1px solid #666;
    box-shadow: none;
}
.lwg_check_box .check_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    box-shadow: 0px 0 5px 3px rgb(121, 121, 122);
    padding-right: 20px;
    box-sizing: border-box;
}

/*不通过详情*/
.no_check_box{
    background-color: #fff;
    color: #000;
    border: 1px solid #666;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px;
}
.no_check_box ul{
    margin: 0;
    list-style-type: disc;
}
.no_check_box ul{
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
}
.no_check_box ul li{
    margin: 0 0 16px 0;
    font-size: 14px;
}
.no_check_box ul li:first-child{
    list-style-type: none;
}
.no_check_box ul h4{
    margin: 0;
    font-size: 16px;
    display: inline-block;
}
.no_check_box li span{
    font-size: 12px;
    color: #999;
}
.no_check_box .reason_html{
    border: 1px solid #cccccc;
    padding: 10px;
    font-size: 12px;
    white-space: normal;
    word-break: break-all;
    margin-top: 16px;
    position: relative;
}
.no_check_box .reason_html::before {
    content: '';
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #cccccc;
    position: absolute;
    top: 0;
    left: 30px;
    margin-top: -24px;
}
.no_check_box .reason_html::after {
    content: "";
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 32px;
    margin-top: -21px;
}
.no_check_box .reason_html img{
    width: 100%;
    max-width: 100%;
}