/* @media screen and (min-width: 1200px) {
  body{
    max-width: 1000px;
    margin: 0 auto;
  }
} */
.address .layui-input-inline,
.address1 .layui-input-inline,
.address .layui-input-inline input,
.address1 .layui-input-inline input{
  width: 150px;
}
.dj_time .layui-badge{
  padding: 9px 20px;
  font-size: 20px;
}
header,
footer {
  height: 40px;
  background: #4788FE;
  color: #fff;
  z-index: 1;
}

header span {
  font-size: 20px;
}

.wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #FBFDFF;
}

.con {
  height: calc(100% - 80px);
  overflow-y: auto;
  margin: 20px;
  box-shadow: 0px 6px 27px 0px rgba(139, 145, 161, 0.08);
  border-radius: 10px 10px 0 0;
  background: #fff;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.con-list {
  padding: 10px 10px 0;
}

.con::-webkit-scrollbar {
  display: none;
}

.opacity {
  opacity: 0;
}

.red {
  color: red;
}

.tips {
  padding-left: 15px;
  color: #FF9900;
}

.x-auto {
  background: #e6e6e6 !important;
  width: 100% !important;
}
.w237{
  width: 237px !important;
}
.layui-form-label {
  min-width: 80px;
  width: auto;
}

.checkbox_wrap {
  display: flex;
}

.checkbox_list {
  flex: 1;
}

.checkbox_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  height: 38px;
}

.checkbox_item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 0;
}
.address>div,
.address1>div {
  display: flex;
}

.address div .layui-input-inline {
  margin: 0 10px 10px 0;
}

.layui-input {
  width: 110px;
}
.tel .layui-input {
  width: 100%;
}

.idCard-wrap img {
  display: block;
  width: 490px;
  /* height: 280px; */
  max-width: 100%;
}

.idCard-wrap .layui-btn {
  max-width: 100%;
  width: 490px;
  margin-top: 10px;
}

.x-submit {
  position: fixed;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  right: 20px;
  display: block;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-submit div{
  flex: 1;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.x-submit div.a{
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  color: #000;
  margin-right: 20px;

}
.x-submit div:nth-child(3){
  flex: 3;
}

header,
.x-submit div:last-child,
.top,
.list .layui-tab-title {
  background: linear-gradient(237deg, rgba(127, 204, 253, 1) 0%, rgba(71, 136, 254, 1) 100%);
}

footer {
  background: #443D4E;
}

header,
footer {
  height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

header img {
  width: 30px;
  height: 30px;
}

header,
footer {
  padding: 0 10px;
  justify-content: space-between;
}

footer span {
  margin-right: 10px;
}

#buzou_img {
  width: 100%;
}

.w100{
  width: 100px!important;
}

.questionnaire_model,
.authorization_model,
.signature_model {
  padding: 20px 50px;
}
.signature_model{
  background: #f5f5f5;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.signature_model canvas{
  border-radius: 10px;
  margin-bottom: 20px;
  background-size: 100% 100% !important;
}
.signature_model .layui-icon-return{
  font-weight: bold;
  font-size: 20px;
}

.signature_model .signature_model_contain{
  flex: 1;
  overflow-y: auto;
}
.signature_model .layui-btn-fluid{
 margin-top: 40px;
}
.x-group{
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
}
.x-group div{
  flex: 1;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.x-group #signature_model_fingerprint::before{
  content: ' ';
  background: url('../images/zhiwen.png') no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.x-group #signature_model_fingerprint::after{
  position: absolute;
  right: 0;
  content: ' ';
  height: 100%;
  border-right: 1px solid #000;
}
.x-group #signature_model_paizhao::before{
  content: ' ';
  background: url('../images/pz.png') no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.x-group #signature_model_paizhao::after{
  position: absolute;
  right: 0;
  content: ' ';
  height: 100%;
  border-right: 1px solid #000;
}
.x-group #signature_model_clea::before{
  content: ' ';
  background: url('../images/qc.png') no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.questionnaire_model h1,
.authorization_model h1 {
  text-align: center;
  margin-bottom: 20px;
}

.authorization_model input[type=text] {
  border: none;
}

.authorization_footer {
  padding: 40px 0;
}

.authorization_footer input {
  width: auto !important;
  background: none;
}

.authorization_footer::after {
  display: none;
}

.authorization_jg {
  position: relative;
}

.authorization_jg img {
  position: absolute;
  left: 100px;
  top: -40px;
  width: 100px;
  height: 100px;
  z-index: -1;
  border: none;
}

.authorization_jg div,
.authorization_user div {
  display: flex;
  align-items: center;
}

.authorization_user>div:first-child {
  margin: 20px 0;
}

.cao {
  text-indent: 30px;
}
.cao2{
  padding-left: 55px;
}
.text-underline{
  text-decoration:underline;
  font-weight: bolder;
}

.authorization_user img {
  min-width: 200px;
  min-height: 40px;
  max-width: 60%;
  /* width: 200px;
  height: 40px; */
  border: none;
  background: #eee;
}

.signature_model_top {
  font-size: 16px;
  margin: 20px 0 10px;
  text-align: center;
}


.signature_model_bottom {
  margin: 20px 0;
}

.layui-checkbox-disbaled[lay-skin=primary] span {
  color: #666;
}


.layui-form-select dl dd.layui-this{
  background-color: #4788FE;
}

.sbyg {
  /* width: 100%; */
  /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px; 
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
    z-index: 10;
    padding: 10px;*/
  font-size: 60px;
  line-height: 112px;
  position: relative;
}

.sbyg .layui-input {
  font-size: 50px;
  height: auto;
  border: none;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  z-index: 1;
}

.sbyg-con {
  display: flex;
  flex-wrap: wrap;
}

.sbyg_close{
  position: absolute;
  top: 20px;
  right: 30px;
  width: 65px;
  height: 65px;
}
.sbyg_close img{
  display: block;
  width: 100%;
  height: 100%;
}
.sbyg-con span {
  width: 25%;
  /* margin: 10px 10px 0 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 200px; */
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.sbyg-con span img {
  height: 90px;
}

.sbyg-con span:hover {
  background: #F4F4F4;
}

/* .sbyg-con span:nth-child(4),
.sbyg-con span:nth-child(8),
.sbyg-con span:nth-child(12),
.sbyg-con span:nth-child(15){
    margin-right: 0;
    width: 60px;
} */
.sbyg-con span:last-child {
  color: #fff;
  background: #4788FE;
  font-size: 36px;
  flex: 1;
}


.setNum {
  padding: 20px 0;
}

.setNum .a .layui-form-radio {
  width: 50px;
}

.tips_1 {
  display: flex;
  justify-content: center;
  color: #F7B500;
  margin: 20px 0 0;
  font-size: 20px;
}

.tips_2 {
  padding-left: 110px;
  line-height: 24px;
}

.layui-input-block {
  min-height: 38px;
}

div.red {
  padding-left: 15px;
}

input[name=name],
input[name=iDcard],
input[name=phone],
input[name=housNumber],
input[name=age],
input[name=chushengnianyue],
.layui-form-select input {
  width: 100%;
}



.list {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.list .layui-tab {
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.layui-tab-content,
.layui-show {
  flex: 1;
  display: flex !important;
  flex-direction: column;
}
.layui-tab-content{
  overflow-y: auto;
}
.layui-show{
  height: 100%;
}

.list .layui-tab-title {
  border: none;
  display: flex;
  height: 42px;
  margin-top: -1px;
  justify-content: center;
  color: rgba(250, 250, 250, .6);
}

.list .layui-tab-brief>.layui-tab-title .layui-this {
  color: #fff;
}

.list .layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border-color: #fff;
}

.list .layui-tab-title li {
  margin: 0 66px;
}

.list .layui-table-cell {
  width: auto;
  height: auto;
}

.list .djnr>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list .djnr div div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
}

.list .djnr div div::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/wancheng_icon1.png) no-repeat;
  background-size: 100% 100%;
}

.list .djnr .active::before {
  background: url(../images/wancheng_icon.png) no-repeat;
  background-size: 100% 100%;
}

.list .djnr div p {
  line-height: 20px;
}

.list .layui-input {
  width: 100%;
}

.list .layui-form-item {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}

.list .layui-form-item .layui-inline:nth-child(3) {
  width: 240px;
}

.list .layui-form-item .layui-inline:nth-child(4) {
  margin-right: 0;
}

.list .layui-table-page {
  text-align: right;
}

.searchcode {
  display: flex;
  width: 40px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.searchcode img,
.top .add img {
  display: block;
  width: 40px;
  height: 40px;
}

.top .add,
.top .add1 {
  color: #fff;
  box-sizing: border-box;
  height: 38px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background: #F7B500;
}
.top .add{
  background: #F9A5A5;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
  color: #4788FE;
}

.layui-table-grid-down {
  display: none !important;
}

.top {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  margin-top: -1px;
  height: 60px;
  align-items: center;
  box-sizing: border-box;
}

.top input {
  border-radius: 20px;
}

.top>div {
  margin-left: 20px;
  position: relative;
}
.search-type{
  width: 110px;
}
.search-type .layui-form-select dl dd.layui-this{
  background: #73A0FA;
}

.top .rl {
  width: 120px;
}

.top .search {
  flex: 1;
}

.top .rl input {
  background: url(../images/xiala_icon.png) no-repeat #fff right 10px bottom 10px;
  background-size: 16px 16px;
}

.top .search input {
  position: relative;
  padding-right: 30px;
}

.top .search img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}



.wrap-list {
  background: #F4F7FA;
}

.layui-table-view {
  border: none;
  display: flex;
  margin: 0;
  flex-direction: column;
}

.layui-table-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.layui-table thead tr,
.layui-table-header,
.layui-table-header .layui-table {
  border: none;
  color: #333;
  height: 38px;
  background: #fff;
  box-shadow: 0px 6px 27px 0px rgba(139, 145, 161, 0.08);
}

.layui-table {
  background: #FBFDFF;
}

.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
  border: none;
}

.layui-table-hover,
.layui-table tbody tr:hover {
  background: #fff;
}

.layui-table {
  width: 100% !important;
}

.layui-border-box {
  overflow: hidden;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.layui-table-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.layui-table-body tbody {
  height: 100%;
  overflow-y: auto;
}

.layui-table-body .layui-table tr {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 27px 0px rgba(139, 145, 161, 0.08);
  border-radius: 10px;
  margin: 20px 0;
}

.layui-table td:first-child,
.layui-table th:first-child {
  width: 60px !important;
}

.layui-table td:nth-child(2),
.layui-table th:nth-child(2) {
  flex: 1;
}

.layui-table td:nth-child(3),
.layui-table th:nth-child(3) {
  width: 190px !important;
}
.layui-table td:nth-child(4),
.layui-table th:nth-child(4) {
  width: 120px !important;
}

.layui-table td:last-child,
.layui-table th:last-child {
  width: 190px !important;
}

.layui-table-body td:first-child div {
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.layui-table-body td:first-child {
  width: 100px;
  height: 123px;
}

.layui-table-body td:first-child div span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5DA3FE;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.layui-table-body td:first-child div p {
  position: absolute;
  top: 0;
}

.layui-table-body td:first-child div.aids span {
  top: 12px;
  background: #fff;
  color: #ED4D54;
}

.layui-table-body td:first-child div img {
  width: 79px;
}

.layui-table-body td:last-child div {
  display: flex;
  justify-content: space-around;
}

.layui-table-body td:last-child div button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background: #5DA3FE;
  color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.layui-table-body td:last-child div button.bt {
  background: #ff9900;
}

.layui-table-body td:last-child div p {
  line-height: 16px;
}

.layui-table-page {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.end-tips{
  color: #ddd;
  font-size: 12px;
  text-align: center;
  margin: 30px 0 0;
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #4788FE !important;
  background: #4788FE;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #4788FE;
}

.layui-form-checked span {
  background-color: #4788FE;
}
.layui-form-checkbox span{
  max-height: 30px;
}

.layui-form-item:last-child .layui-form-checked:hover span {
  background-color: #4788FE;
}

.layui-form-checked i,
.layui-form-checked:hover i {
  color: #4788FE;
}

.user {
  text-align: left;
}

.user p {
  display: flex;
  align-items: center;
}

.user p::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.user p:first-child::before {
  background: url(../images/per_mess_icon.png);
  background-size: 100% 100%;
}

.user p:nth-child(2)::before {
  background: url(../images/gb_num_icon.png);
  background-size: 100% 100%;
}

.user p:nth-child(3)::before {
  background: url(../images/date_icon.png);
  background-size: 100% 100%;
}

.user p:nth-child(4)::before {
  background: url(../images/num_icon.png);
  background-size: 100% 100%;
}

.types {
  margin: 10px;
  display: flex;
  justify-content: space-around;
  margin-top: 0;
}

.types span {
  padding: 8px 20px;
  background: #F7F7F7;
  border-radius: 35px;
}

.types .active {
  background: #73A0FA;
  color: #fff;
}

.x_1,
.x_2 {
  height: calc(100% - 45px);
  flex: 1;
  display: flex;
  flex-direction: column;
}

#x_msg {
  width: 8.67rem;
  padding: .41rem 0 1.36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background: #fff;
  z-index: 2;
  border-radius: .27rem;
}
#x_mtk{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 1;
}

#x_msg h2 {
  width: 100%;
  text-align: center;
  font-size: .48rem;
  margin-bottom: .53rem;
  position: relative;
}
#x_msg h2 img{
  position: absolute;
  width: .47rem;
  height: .47rem;
  right: .43rem;
  top: 50%;
  transform: translateY(-50%);
}

#x_msg img {
  width: 2.75rem;
  height: 2.75rem;
}

#x_msg div {
  margin: .68rem 0 .73rem;
  font-size: .4rem;
}

#x_msg p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.79rem;
  height: .72rem;
  border-radius: .83rem;
  background: #72BCFD;
  font-size: .4rem;
  color: #fff;
}


.tipsWrap{
  padding: 10px 20px 0;
}
.tipsWrap div{
  margin-bottom: 10px;
}
.tipsWrap div:last-child{
  margin-bottom: 0;
}
.tipsWrap .layui-icon{
  margin-right: 6px;
}

.needknow_wrap{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px 50px;
  box-sizing: border-box;
  overflow-y: auto;
}
.needknow_wrap h3{
  text-align: center;
  padding: 10px 0;
}
.needknow_back_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.picccode_wrap{
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  right: -5px;
  bottom: -5px;
}
.picccode_wrap img{
  display: block;
  width: 100%;
  height: 100%;
}



.list .layui-tab-title{
  justify-content: left;
}
.list .layui-tab-title li{
  margin: 0 10px;
}
.searchBtn{
  position: absolute !important;
  right: 10px;
  top: 58px;
  height: 42px;
  line-height: 42px;
  z-index: 3;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.searchBtn img{
  height: 30px;
}
.searchMal{
  padding: 15px 15px 0;
}

.iframe-wrap{
  flex: 1;
}


.footer-left{
  display: flex;
  align-items: center;
}

.authorization_model .layui-form-item .layui-inline{
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  text-indent: 0;
  margin-right: 0;
}
.authorization_model .layui-form-item .layui-form-checkbox[lay-skin=primary]{
  margin-top: 0;
}
.authorization_model .layui-form-checkbox[lay-skin=primary]:last-child span{
  padding-right: 0;
}

.tipsSkin .layui-layer-btn .layui-layer-btn0{
  border-color: #dedede;
  background-color: #fff;
  color: #333;
}
.tipsSkin .layui-layer-btn1{
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}
.tipsFlex{
  display: flex;
  margin-bottom: 15px;
}
.tipsFlex .layui-input{
  width: auto;
  margin-right: 10px;
  flex: 1;
}


.tplBtn{
  font-size: 14px;
  color: #0099FF;
  background-color: rgba(0, 153, 255, .1);
  position: fixed;
  right: 0;
  top: 50%;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 2;
  z-index: 1;
  user-select: none;
  cursor: pointer;
}