/* 2021.8.26 lijx */
.c-323232{color: #323232;}
.c-ec2f2f{color: #ec2f2f;}
.c-ff7418{color: #ff7418;}
.c-777{color: #777;}
.bc-ff7418{background-color: #ff7418;}
.bc-ec6500{background-color: #ec6500;}
.pl7{padding-left: 7px;}
.pl45{padding-left: 45px!important;}
.pt50{padding-top: 50px;}
.mt50{margin-top: 50px;}
.mt100{margin-top: 100px;}
.mb35{margin-bottom: 35px;}
.radius5{border-radius: 5px;}
.wd83{width: 83%!important;}
.bordertope6{border-top: 1px solid #e6e6e6;}
.dis-ib{display: inline-block;}
.fbold{font-weight: bold!important;}
.ellips1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
input.entinput::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}
input.entinput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}
input.entinput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}
input.entinput:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}


/*page*/
.nodata-box img{width: 380px;}
.icon-detail{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.icon-detail-1{
    background-image: url(../../images/policy_match/icon-detail-1.png);
}
.icon-detail-2{
    background-image: url(../../images/policy_match/icon-detail-2.png);
}
.icon-detail-3{
    background-image: url(../../images/policy_match/icon-detail-3.png);
}
.icon-detail-4{
    background-image: url(../../images/policy_match/icon-detail-4.png);
}
.icon-time{
    background-image: url(../../images/policy_match/time_icon.png);
    width: 18px;
    height: 18px;
    vertical-align: middle;
    top: 13px;
    left: 30px;
}
.msg-detail-box{width: 100%;}
.msg-detail-box p{
    float: left;
    width: 50%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.loginbtn-box a span{
    width: 90px;
    height: 34px;
    line-height: 34px;
    background-color: #ff7418;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 17px;
}
.loginbtn-box span.login{
    background-color: #fff;
    color: #ff7418;
    border: 1px solid #ff7418;
}
.report-box p{
    text-align: left;
    width: 290px;
}
.report-box p:first-child{
    width: 350px;
}
.match-per{
    right: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 5px 0 0;
    top: 0;
}
.time-valid{
    height: 24px;
    padding: 0 6px;
    line-height: 24px;
    color: #EC6500;
    background-color: #f4d8c0;
}
.time-novalid{
    color: #fff;
    background-color: #aaa;
}
.reply-bottom-login-box {
    background: url(../../images/policy_match/login-bg-2.png) no-repeat;
    height: 200px;
    background-size: contain;
}
.gologin a span{
    width: 130px;
    height: 44px;
    line-height: 44px;
    background-color: #ffd6b2;
    color: #f28732;
    border: 2px solid #fff!important;
    border-radius: 22px;
}
.gologin span.login{
    background-color: #ffb678;
    color: #fff;
}

/* 企业信息填写页 */
.half-inline {
    display: inline-block;
    float: left;
    width: 49%;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 15px;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    text-align: right;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding-top: 0!important;
}
.col-sm-4 {
    width: 33.33333333%;
    float: left;
}
.col-sm-8 {
    width: 66.66666667%;
    float: left;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    border-radius: 5px;
    height: 45px;
}
input, button, a {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.area-select select {
    width: 260px;
    height: 45px;
    font-size: 15px;
    margin-right: 15px;
    border: 1px solid #dcdfe6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/policy_match/icon-arrow-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.area-select select:last-child{
    margin-right: 0;
}
.diag-form select, .consult-submit select {
    height: 45px;
}

.hangye select {
    width: 100%;
    height: 45px;
    font-size: 15px;
    border: 1px solid #dcdfe6;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../images/policy_match/icon-arrow-bg.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    clear: both;
}
.area{width: 16.7%;}
.dignose-btn{
    width: 370px;
    background-color: #ec6500;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
}