
@charset "utf-8";
/* CSS Document */
.tlysxj_bg {
  background: #f5f6fa;
  width: 100%;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.02);
  padding: 40px 0 80px 0;
}
.tlysxj_bread {
  color: #222;
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: bold;
  position: relative;
}
.tlysxj_bread:before {
  position: relative;
  width: 6px;
  height: 18px;
  background: #e12941;
  left: 0;
  display: inline-block;
  content: '';
  top: 1px;
  margin-right: 15px;
}
.tlysxj_bread .back-btn {
  background: url("../img/back.png") no-repeat;
  background-size: 16px 16px;
  padding-left: 24px;
  padding-right: 20px;
  display: block;
  margin-left: 10px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  float: right;
}
.tlysxj_bread .back-btn:hover {
  text-decoration: underline;
  color: #e00629;
}
.main-cont {
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(53, 67, 98, 0.1);
  min-height: 1000px;
  background: #fff;
  padding: 60px 40px 50px 40px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
}
.tlysxj_tit {
  font-size: 26px;
  text-align: center;
  color: #000;
  padding: 10px 0 40px 0;
}
.tlysxj_tit .tit_l {
  background: url("../img/yyjj_tit_l.png");
  width: 24px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.tlysxj_tit .tit_r {
  background: url("../img/yyjj_tit_r.png");
  width: 24px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  margin-left: 25px;
}
.title h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #000;
  padding-left: 15px;
  position: relative;
}
.title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  position: relative;
  padding-left: 5px;
}
.title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #da1115;
  border-radius: 50%;
  top: 4px;
  left: 0;
}
.tab-cont {
  padding: 35px 0;
}
.tab-cont .table td {
  color: #000;
  font-size: 14px;
  padding: 14px 5px;
  position: relative;
}

input:disabled + label {/*禁用的指针*/
	cursor: not-allowed
	}
.Radio input,
.Checkbox input {
	display: none
	}
.Radio label,
.Checkbox label {
	padding: 0 0px 0 0;
	display: inline-block;
	cursor: pointer;
	position: relative
	}
.Radio label:before,
.Checkbox label:before {
	box-sizing: border-box;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #999;
	margin: 0 8px;
	vertical-align: middle;
	display: inline-block;
	transition: 0.1S;
	}
.Radio label:hover:before,
.Checkbox label:hover:before {
	border-color: #e4393c;
	}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
	background-color: #CCC;
	border-color: #999;
	opacity: 0.5;
	}
.Radio input:disabled + label,
.Checkbox input:disabled + label {
	opacity: 0.5;
	}
.Radio input:checked + label:before {
	border: 1px solid #e4393c;
    background: url(../img/radio2.png) no-repeat center;
    background-size: cover;
	}


.btn_choose {
  background: url("../img/choose.png") no-repeat 8px 5px #e4393c;
  background-size: 17px;
  border: 0;
  outline: 0;
  padding: 0 8px 0 26px;
  color: #fff;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
}
.btn_choose:hover {
  background: url("../img/choose.png") no-repeat 8px 5px #e12327;
  background-size: 17px;
}
.table_out {
  overflow-x: auto;
  padding: 35px 0 10px 0;
}
.table_list {
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 10px;
  width: 1120px;
  white-space: nowrap;
}
.table_list td, .table_list th {
  border-bottom: 1px solid #e9e9e9;
  line-height: 20px;
  padding: 12px 12px;
  text-align: center;
  min-width: 30px;
}
.table_list td {
  font-size: 14px;
  color: #000;
}
.table_list th {
  background-color: #f8f8f8;
  font-size: 14px;
  color: #333;
}
.table_list tbody tr {
  border-left: 2px solid #fff;
}
.table_list tr:nth-child(even) {
  background-color: #f8f8f8;
  border-left: 2px solid #fff;
}
.table_list tbody tr:hover {
  border-left: 2px solid #df0629;
  background-color: #f9f3f4;
}
.table_list tr:hover td {
  color: #222;
}
.btn_edit {
  color: #de0629 !important;
  background-color: #fff7f7;
  border: 1px solid #de0629;
  border-radius: 0px;
  padding: 1px 10px;
  margin: 2 3px;
  text-decoration: none;
  display: inline-block;
}
.btn_edit:hover {
  background-color: #de0629;
  color: #fff !important;
}
.person_orange {
  color: #ff8400 !important;
}
.person_green {
  color: #28b720 !important;
}
.error{
	position:absolute;
	
}
.radio1 .error{
position:relative;
}
.radio1 span{
	padding-right:15px;
	padding-left:2px;
}

.input {
  border: 1px solid #dce0e6;
  height: 38px;
  line-height: 38px;
  padding: 0px 10px;
  border-radius: 3px;
  color: #000;
	position:relative;
}
.input0 {
  border: 1px solid #dce0e6;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  color: #000;
}
.input0 xm-select{
	border:0 !important;
	width:walc(100% - 20px)!important;
}
.input1 {
  width: 320px !important;
	
}
.input2 {
  width: 180px !important;
}
.input3 {
  width: 142px !important;
}
.must {
  color: red;
  margin-right: 5px;
}
.must02 {
  color: red;
  float: right;
  margin-right: 20px;
}
.tab-cont .table td.lable {
  color: #333 !important;
  font-weight: bold;
  background: #fff;
	white-space:nowrap;
}
.main-cont input:focus, .main-cont select:focus, .main-cont .textarea:focus {
  border: solid 1px #ef8294 !important;
  box-shadow: 0 0 5px rgba(223, 6, 41, 0.3);
  outline: 0 !important;
}
.select {
  border: 1px solid #dedede;
  height: 38px;
  padding: 0px 5px;
  border-radius: 3px;
  color: #000;
}
.select1 {
  width: 320px !important;
}
.select2 {
  width: 144px !important;
}
.aui-form-input {
  float: left;
  position: relative;
  min-height: 180px;
}
.textarea {
  width: calc(100% - 20px);
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 10px;
}
.save_btn_line {
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
}
.save_btn {
  width: 190px;
  height: 40px;
  text-align: center;
  color: rgb(255, 255, 255);
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  background-color: #da1115;
  outline: none;
  margin: 0px 20px 50px 20px;
  min-width: 80px;
  padding: 0px 10px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 15px;
  cursor: pointer;
  border: 0;
}
.save_btn:hover {
  background-color: #ea3134;
}