html, body {
	min-width: 1180px;
}
body {
  background: #f8f8f8;
}
.matchContent {
	border-radius: 8px;
	background: #fff;
	padding: 20px 15px;
}

.cxnl_a {
  background: #fff;
  /*padding: 20px;*/
  /*margin: 20px 0;*/
  border-radius: 6px;
}

.cxnl_aa {
  font-size: 16px;
  color: #f1671b;
}
.tab{
  overflow: hidden;
}
.tab a{
  color: #999999;
  display: block;
  float: left;
  border-right: 2px solid #999999;
  padding: 0px 15px;
}
.tab a.active,.tab a:hover{
  color: #f1671b;
}
.tab a:last-child{
  border-right: 0;
}
.cxnl_a table {
  border: 0;
  width: 100%;
  margin: 20px 0;
}

.cxnl_a table tr td {
  border: 0;
  padding: 10px 5px;
  line-height: 2em;
  font-size: 14px;
  color: #666;
}
.cxnl_a table .td2 .select {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  width: 100%;
  vertical-align: middle;
  min-height: 34px;
  border: 1px solid #e6e6e6;
}
.cxnl_a table .selectWraper {
  display: flex;
  width: 600px;
}
.cxnl_a table .td2.width_600 .select {
  width: 600px;
}
.cxnl_a table .td2.width_600 .select_box {
  border: 1px solid #e6e6e6;
  width: 600px;
}
.cxnl_a table .select.address {
  padding-right: 5px;
  margin-right: 10px;
  width: 140px;
}
.cxnl_a table .td2 .select select {
  display: inline-block;
  width: 100%;
  border: 0;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  background-color: transparent;
  font-size: 14px;
  color: #505050;
  font-family: "Microsoft YaHei";
  outline: 0;
}
.cxnl_a table tr td.layui-input-block {
  margin: 0;
}

.cxnl_a table tr td .table_a {
  display: inline-block;
  width: 290px;
  margin-bottom: 10px;
}
.red {
  margin-right: .3em;
  color: red;
}
.width_300 {
  width: 300px;
}
.width_600 {
  width: 600px;
}
.width_600 .select {
  width: 600px;
}
.cxnl_btn {
  /*padding: 30px 100px 30px 0;*/
  text-align: center;
}
.cxnl_btn .layui-btn {
  background-color:#f1671b;
  border-radius: 4px;
  width: 200px;
  line-height: 36px;
}
.layui-input, .layui-select, .layui-textarea {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
  display: inline-block;
}
.radio label {
  padding: 0 5px;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.mySelect .inputWrap {
  width: 100%;
  min-height: 40px;
  /* border: 1px solid #ccc; */
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  font-family: "iconfont";
  content: "\25bc";
  color: #d2d2d2;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  pointer-events: none;
  font-size: 14px;
}

/* 多选 */
.mulSelect {
  position: relative;
}
.mulSelect .selectBox {
  min-height: 34px;
}
.mulSelect .selectList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -202px;
  border: 1px solid rgb(201, 201, 201);
  z-index: 1001;
  height: 200px;
  background: #fff;
  overflow-y: auto;
}
.mulSelect .selectList .item {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
}
.mulSelect .selectList .item:hover {
  color: #f1671b;
  /*border-bottom: 1px solid #9ec6ff;*/
}
.mulSelect .selectList .item.checked {
  background: #f1671b;
  color: #fff;
}
.selectBox .select_content {
  font-size: 14px;
  float: left;
  margin: 7px 6px 4px;
  background: rgb(234, 234, 234);
  padding: 2px 4px;
  border-radius: 4px;
}