.company-box {
  display: flex;
  padding: 10px 10px 0px;
 
}
.company-box .company-left {
  width: 25%;
  position: relative;
}
.company-box .company-left .logo {
  width: 80px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.company-box .company-left .green {
  border: 1px solid #2BB351;
}
.company-box .company-left .red {
  border: 1px solid #E45950;
}
.company-box .company-left p {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color: #999;
}
.company-box .company-right {
  width:74%;
  margin-left: 10px;
}
.company-box .company-right .company-name .title {
  font-size: 18px;
  color: #333;
}
.company-box .company-right .company-name .biao {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: inline-block;
  padding: 4px 4px;
  font-size: 12px;
  margin-left: 3px;
}
.company-box .company-right .company-name .green {
  background: #059405;
  color: #fff;
}
.company-box .company-right .company-name .red {
  background: #f1680c;
  color: #fff;
}
.company-box .company-right .verification {
  padding: 10px 0;
}
.company-box .company-right .verification .green {
  display: inline-block;
  padding: 2px 4px ;
  background: #f0f0f0;
  color: #059405;
}
.company-box .company-right .verification .red {
  background: #f0f0f0;
  color: #f1680c;
}
.company-box .company-right .verification .look {
  display: inline-block;
  margin-left: 5px;
  color: #0084ff;
}
.company-box .company-right li {
  padding: 6px 0;
  color: #999;
  font-size: 14px;
}
.company-box .company-right li a {
  color: #0084ff;
}
.introduce-box {
  padding: 10px 10px 20px;
}
.introduce-box p {
  text-indent: 2em;
  color: #333;
  line-height: 1.4;
  font-size: 14px;
}
.company-nav {
  background-color: #FCFCFC;
  border-bottom: 1px solid #eee;
}
.company-nav ul {
  display: flex;
}
.company-nav ul li {
  padding: 10px 0;
  text-align: center;
  width: 33%;
  border: 1px solid #FCFCFC;
}
.company-nav ul li.active {
  background-color: #fff;
  border: 1px solid #eee;
  color: #0399f7;
}
.risk-box {
  background: #FFFBFB;
  padding: 10px 10px 0px;
}
.risk-box li {
  padding-bottom: 10px;
}
.risk-box li span {
  display: inline-block;
  padding: 0 8px;
  line-height: 22px;
  border-color: rgba(255, 95, 87, 0.3);
  color: #ff5f57;
  background-color: rgba(255, 95, 87, 0.1);
  border-radius: 4px;
  font-size: 14px;
}
.nav-box {
  display: none;
}
.nav-hide {
  display: block;
}
.user-box {
  padding: 10px;
}
.post-wrap-main {
  margin-top: 40px;
  height: 96px;
  border-bottom: 1px solid #4398ed;
  border-left: 1px solid #4398ed;
  border-right: 1px solid #4398ed;
}
.post-wrap-main .post-wrap-border-t {
  height: 8px;
  position: relative;
}
.post-wrap-main .header-login {
  top: -34px;
  left: 2px;
  width: 40px;
  height: 40px;
  border-radius: 42px;
  border: 1px solid #4398ed;
  position: absolute;
  font-size: 14px;
  color: #4398ed;
  text-align: center;
  line-height: 42px!important;
  font-family: "Microsoft YaHei";
  cursor: pointer;
  background: 0 0;
}
.post-wrap-main .post-wrap-border-t-l {
  width: 46px;
  height: 8px;
  background: url(../images/border-t.png);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.post-wrap-main .post-wrap-border-t-r {
  height: 7px;
  border-top: 1px solid #4398ed;
  margin-left: 46px;
}
.post-wrap-main .wrap-area-w {
  padding: 8px 5px 0;
}
.post-wrap-main .textarea-fw {
  width: 100%;
  height: 70px;
  background: 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  font-size: 14px;
  resize: none;
  line-height: normal;
  text-align: left;
}
.textarea-btn {
  height: 30px;
  margin-top: 5px;
}
.textarea-btn .effect-w i {
  vertical-align: bottom;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/image.png);
  background-repeat: no-repeat;
  background-position: center;
}
.textarea-btn .btn-fw {
  float: right;
  width: 79px;
  height: 30px;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-image: url(../images/pinglun.png);
  background-repeat: no-repeat;
}
.user-contetn {
  padding: 10px;
}
.user-contetn li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.user-contetn li .head {
  display: flex;
  align-items: center;
}
.user-contetn li .head img {
  width: 30px;
  border-radius: 50%;
}
.user-contetn li .head span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}
.user-contetn li .head .address {
  color: #a0a0a0;
}
.user-contetn li .head .name {
  color: #2b7dcd;
}
.user-contetn li p {
  padding: 10px 0 10px 0px;
  line-height: 1.4;
  font-size: 12px;
}
.user-contetn li .huifu {
  background: #FCFCFC;
}
.user-contetn li .huifu p {
  padding: 5px 0 5px 0;
  margin-bottom: 5px;
}
.reply-time {
  display: flex;
  justify-content: space-between;
}
.reply-time .time {
  font-size: 12px ;
}
.reply-time .reply-content {
  display: flex;
}
.reply-time .reply-content .reply-box {
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.reply-time .reply-content .reply-box img {
  width: 15px;
  margin-right: 2px;
}
.information-box {
  padding: 10px;
}
.information-box h1 {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.information-box h1 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #0399f7;
}
.information-box .com {
  margin-top: 5px;
  color: #333;
  width: 100%;
  border: 1px solid #e5ebf5;
}
.information-box .com td {
  padding: 10px 0 10px 8px;
  text-align: left;
  margin-left: 5px;
  border: 1px solid #e3edfb;

}
.information-box .com .title {
  width: 37%;
  background: #F6FAFF;
}
.information-box .com .text {
  line-height: 1.2;
}
.website-box {
  padding: 10px;
}
.website-box h1 {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.website-box h1 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #0399f7;
}
.website-box .web {
  margin-top: 5px;
  color: #333;
  width: 100%;
  border: 1px solid #e5ebf5;
}
.website-box .web td {
  padding: 10px 0 10px 8px;
  text-align: left;
  margin-left: 5px;
  border: 1px solid #e3edfb;
}
.website-box .web .title {
  background: #F6FAFF;
}
.website-box .web .text {
  font-size: 12px;
}
.supervise-box {
  padding: 10px;
}
.supervise-box h1 {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.supervise-box h1 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #0399f7;
  color: #333;
}
.supervise-box h2 {
  padding: 5px 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.supervise-box li {
  margin-top: 5px;
  padding: 10px ;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.supervise-box .icon {
  width: 20px;
  margin-top: 5px;
}
.supervise-box span {
  margin-right: 5px;
  display: inline-block;
}
.supervise-box p {
  line-height: 1.7;
  color: #999;
}
.look-verification {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.look-verification .look-bg {
  position: fixed;
  top: 50px;
  bottom: 50px;
  left: 5%;
  right: 5%;
  background: #fff;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.look-verification .look-bg .head {
  padding: 10px 15px 10px 10px;
  display: flex;
  background: #F8F8F8;
  justify-content: space-between;
}
.look-verification .look-bg .head .close-btn {
  font-size: 18px;
}
.look-verification .look-bg .record-dia {
  padding: 10px;
}
.look-verification .look-bg .record-dia li {
  border-bottom: 1px dashed #ccc;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 12px;
}
.look-verification .look-bg .record-dia li .title {
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.verification-detail {
  display: none;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 100px;
  bottom: 100px;
  right: 9%;
  left: 9%;
  background: #fff;
  z-index: 999;
}
.verification-detail .head {
  padding: 10px 15px 10px 10px;
  display: flex;
  background: #F8F8F8; 
  justify-content: space-between;
}
.verification-detail .head .close-btn {
  font-size: 18px;
}
.company-box .company-right .company-name .fangwen {
    float: right;
    padding: 5px 7px;
    background-color: #0084FF;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.company-all{
  width: 100%;
  padding: 0px 10px;
  border-bottom: 1px solid #e2e2e2;
}
.company-all li{
  padding-left: 2%;
  line-height: 18px;
}
.information-box h3{
    margin-bottom: 10px;
    font-size: 1rem;
}
.ppcm_qyjj{
    line-height: 18px;
}

.ptcm_info{
    background-color: #f6faff;
}
.ppcm_infolink{
    color: #0084FF!important;
}
.ppcm_qyjj{
    font-size: 15px;
    line-height: 25px;
}
.gz-flex {
    display: inline-block;
    float: right;
}
.gz-flex div {
    display: inline;
    text-align: center;
}
.gz-flex img{
      width: 20px;
    vertical-align: top;
    margin-left:5px;
}
.gz-flex div p {
  margin-top: 5px;
}
.look-verification2 .look-bg,
.look-verification3 .look-bg {
  overflow-y: auto;
}
.look-verification2 .complaint-content,
.look-verification3 .complaint-content {
  padding: 20px ;
}
.look-verification2 .complaint-content .mb20,
.look-verification3 .complaint-content .mb20 {
  margin-bottom: 15px;
}
.look-verification2 .complaint-content .mb40,
.look-verification3 .complaint-content .mb40 {
  margin-bottom: 20px;
}
.look-verification2 .complaint-content .input-wrap label,
.look-verification3 .complaint-content .input-wrap label {
  display: inline-block;
  width: 76px;
  position: relative;
}
.look-verification2 .complaint-content .input-wrap label span,
.look-verification3 .complaint-content .input-wrap label span {
  color: red;
}
.look-verification2 .complaint-content .input-wrap #title,
.look-verification3 .complaint-content .input-wrap #title {
  font-size: 12px;
}
.look-verification2 .complaint-content .input-wrap input,
.look-verification3 .complaint-content .input-wrap input {
  padding: 0 10px;
  box-sizing: border-box;
  /* margin-left: 21px; */
  width: 70%;
  height: 35px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #999999;
}
.look-verification2 .complaint-content .input-wrap textarea,
.look-verification3 .complaint-content .input-wrap textarea {
  width: 70%;
  height: 200px;
}
.look-verification2 .complaint-content .complaint-submit-btn,
.look-verification3 .complaint-content .complaint-submit-btn {
  margin: 30px auto 0;
  width: 200px;
  height: 44px;
  background: #2059FC;
  border-radius: 4px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.look-verification2 .look-bg, .look-verification3 .look-bg {
    overflow-y: auto;
}

.fangwen{
  float: right;
  padding-right: 2px;
}
