/* * @Author: lihenghong  * @Date: 2020-04-22 10:33:54  * @Page Name: lihenghong  Newpage*/

.office_imgbox {
  width: 110px;
  height: 110px;
  line-height: 109px !important;
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin-right: 12px;
}

.officeBox {
  padding-bottom: 0 !important;
}
.imgbox{
  cursor: pointer;
}
.branchbox {
  width: 100%;
  height: 110px;
  line-height: 109px;
  border: 1px solid #e6e6e6;
  margin-right: 12px;
}

.branchbox img {
  max-width: 100%;
}

.branch_info span:nth-child(1) {
  display: inline-block;
  width: 75px;
}

.branch_info2 span:nth-child(1) {
  display: inline-block;
  width: 90px;
}

.branchContent .layui-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.contact_nolog .iconguanbi_bg {
  font-size: 20px !important;
}

.contact_nolog {
  padding: 12px 12px 70px;
}

.mar-b50 {
  margin-bottom: 50px;
}

.contact_t_w {
  width: 90px;
  display: inline-block;
}

.contact_table {
  width: 90%;
}

.contact_table th,
.contact_table td {
  width: 200px;
  padding: 6px 0;
  text-align: center;
  /* border-right: 1px solid #e6e6e6; */
  /* border-bottom: 1px solid #e6e6e6; */
}

.contact_table tr:nth-child(odd) {
  background: #EEEEEE;
}
/* .layui-layer .layui-layer-btn .layui-layer-btn0 {
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
}
.layui-layer .layui-layer-btn .layui-layer-btn1 {
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
} */
.complete-comapny-info.layui-layer .layui-layer-btn .layui-layer-btn0 {
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}

@media screen and (max-width: 1530px) {
  .contact_table {
    width: 85%;
  }
}

/*样式冲突*/
body  .demo-class .layui-layer-btn .layui-layer-btn0
{
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}
body  .demo-class .layui-layer-btn .layui-layer-btn1 {
  border-color: #dedede;
  background-color: #fff;
  color: #333;
}