@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
html {
  height: 100%;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  min-height: 100%;
  padding-bottom: 322px;
  background: #f8f8f8;
  overflow-x: hidden;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

a {
  color: inherit;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

* {
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "OPPOSans-M";
  src: url("./fonts/OPPOSans-M/OPPOSans-M.woff") format("woff"), url("./fonts/OPPOSans-M/OPPOSans-M.ttf") format("truetype"), url("./fonts/OPPOSans-M/OPPOSans-M.eot") format("embedded-opentype");
}
@font-face {
  font-family: "AlimamaFangYuanTiVF-Thin";
  src: url("./fonts/AlimamaFangYuanTiVF-Thin/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
/* 通用样式 */
* {
  box-sizing: border-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
.container.flexsb, .container.flexs {
  height: 100%;
}

.flexsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexs {
  display: flex;
  justify-content: start;
  align-items: center;
}

.header {
  padding-top: 22px;
  background: #fff;
  height: 190px;
  box-sizing: border-box;
}
.header .top {
  height: 42px;
  background: #f9f9f9;
}
.header .top .welcome {
  color: #666666;
}
.header .header-content {
  height: 73px;
}
.header .logo {
  width: 475px;
  height: 73px;
}
.header .nav {
  font-size: 20px;
  margin-top: 43px;
}
.header .nav li a {
  display: block;
  height: 100%;
  line-height: 30px;
}
.header .nav li a.active {
  color: #3c8df6;
  font-weight: bold;
}
.header .search {
  width: 630px;
  height: 56px;
  border: 2px solid #3c8df6;
  border-radius: 8px;
  padding: 0 4px 0 45px;
  font-size: 18px;
  background: url(../images/common/hearder-readglass.png) no-repeat 15px center;
}
.header .search input {
  width: calc(100% - 100px);
}
.header .search button {
  width: 84px;
  height: 44px;
  background: #3c8df6;
  color: #fff;
  text-align: center;
  line-height: 27px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 322px;
  background: #fff;
}
#footer .footer {
  padding-top: 60px;
}
#footer .footer .logo {
  display: none;
  width: 475px;
  height: 73px;
}
#footer .footer .inf {
  align-items: self-start;
}
#footer .footer .inf h2 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
#footer .footer .inf .navigation {
  width: 272px;
}
#footer .footer .inf .navigation .navigation-list {
  flex-wrap: wrap;
  margin-top: 28px;
}
#footer .footer .inf .navigation .navigation-list li {
  line-height: 21px;
  width: 122px;
  margin-bottom: 9px;
}
#footer .footer .inf .navigation .navigation-list li a {
  color: #666;
}
#footer .footer .inf .contact .contact-inf {
  flex-wrap: wrap;
  margin-top: 28px;
}
#footer .footer .inf .contact .contact-inf p {
  line-height: 21px;
  margin-bottom: 9px;
  color: #666;
}
#footer .footer .inf .qrcode {
  margin-top: 30px;
  gap: 37px;
}
#footer .footer .inf .qrcode img {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto;
}
#footer .footer .inf .qrcode p {
  margin-top: 10px;
}
#footer .footer .footer-txt {
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 41px;
  line-height: 41px;
  background: #0f62bb;
  width: 100%;
  color: #fff;
}

.detail-banner {
  height: 153px;
  position: relative;
}
.detail-banner .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.detail-banner .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.detail-banner .container h2 {
  font-size: 24px;
  font-weight: bold;
}
.detail-banner .container p {
  margin-top: 15px;
  font-size: 20px;
}

.main-list {
  margin: 32px auto;
  display: flex;
  align-items: stretch;
}
.main-list .inf-detail {
  margin-bottom: 0;
}
.main-list .nav {
  width: 224px;
  background: #ebf2fd url(../images/common/nav.png) no-repeat center bottom;
}
.main-list .nav .nav-list {
  margin: 16px;
}
.main-list .nav .nav-list > li {
  font-size: 17px;
  margin-bottom: 8px;
  overflow: hidden;
}
.main-list .nav .nav-list > li > a {
  display: block;
  height: 100%;
  height: 54px;
  padding-left: 14px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-list .nav .nav-list > li:hover, .main-list .nav .nav-list > li.current {
  background: #F6FAFF;
  border-radius: 6px;
}
.main-list .nav .nav-list > li:hover > a, .main-list .nav .nav-list > li.current > a {
  background: #d9e5fd;
  font-weight: bold;
  color: #3c8df6;
}
.main-list .nav-sub li a {
  position: relative;
  padding: 0 20px 0 38px;
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.main-list .nav-sub li a:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  background: #3C8DF6;
}
.main-list .nav-sub li:hover a, .main-list .nav-sub li.current a {
  background: #fff;
  color: #3C8DF6;
}
.main-list .list-content {
  flex: 1;
  background: #fff;
  padding-bottom: 25px;
}
.main-list .list-content .title {
  height: 54px;
  border-bottom: 1px solid #dde0e4;
  padding: 0 16px;
}
.main-list .list-content .title .txt {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.main-list .list-content .title .txt:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #3c8df6;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-list .list-content .title .txts {
  display: flex;
}
.main-list .list-content .title .txts span {
  font-size: 20px;
  position: relative;
  color: #666666;
  cursor: pointer;
}
.main-list .list-content .title .txts span + span {
  margin-left: 30px;
}
.main-list .list-content .title .txts span.active {
  color: #333;
  font-weight: bold;
}
.main-list .list-content .title .txts span.active:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #3c8df6;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-list .list-content .title .search {
  width: 246px;
  height: 32px;
  border: 1px solid #dde0e4;
  border-radius: 16px;
  overflow: hidden;
}
.main-list .list-content .title .search input,
.main-list .list-content .title .search span {
  height: 100%;
}
.main-list .list-content .title .search span {
  width: 40px;
  cursor: pointer;
  background: url(../images/common/readglass.png) no-repeat center;
}
.main-list .list-content .title .search input {
  flex: 1;
  padding: 0 15px;
}
.main-list .list-content .list-content-content {
  margin: 0 16px;
}
.main-list .list-content .condition {
  margin-top: 24px;
  padding: 0 10px 6px;
}
.main-list .list-content .condition .condition-box {
  display: flex;
}
.main-list .list-content .condition .condition-box + .condition-box {
  margin-top: 20px;
}
.main-list .list-content .condition .condition-label {
  padding: 0 8px;
  line-height: 24px;
  font-weight: bold;
}
.main-list .list-content .condition .condition-con {
  flex: 1;
  margin-left: 16px;
}
.main-list .list-content .condition .condition-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.main-list .list-content .condition .condition-item {
  height: 24px;
}
.main-list .list-content .condition .condition-item:hover .condition-name, .main-list .list-content .condition .condition-item.active .condition-name {
  color: #fff;
  background-color: #3c8df6;
}
.main-list .list-content .condition .condition-name {
  display: block;
  padding: 0 12px;
  line-height: 24px;
  color: #646464;
  background-color: transparent;
  border: 1px solid transparent;
}
.main-list .list-content .list {
  margin-top: 16px;
}
.main-list .list-content .com-table table {
  width: 100%;
  table-layout: fixed;
}
.main-list .list-content .com-table th {
  height: 52px;
  padding: 0 10px;
  background: #f7f7f7;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.main-list .list-content .com-table th.al {
  text-align: left;
}
.main-list .list-content .com-table tbody td {
  height: 60px;
  word-break: break-all;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
}
.main-list .list-content .com-table tbody td.al {
  text-align: left;
}
.main-list .list-content .com-table tbody td .icon {
  padding-left: 15px;
  background: url(../images/common/list-icon.png) no-repeat left center;
}
.main-list .list-content .com-table tbody tr {
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}
.main-list .list-content .com-table tbody tr:hover td {
  color: #3c8df6;
}

.m-pagination-info > span {
  color: #333 !important;
}
.m-pagination-page {
  padding-right: 0;
}
.m-pagination-page > li {
  margin-right: 8px;
}
.m-pagination-page > li > a {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-color: #efefef;
  color: #5c5c5c;
  font-size: 14px;
  border-radius: 4px;
}
.m-pagination-page > li.active > a, .m-pagination-page > li:hover > a {
  border-color: #3c8df6;
  color: #3c8df6;
  font-weight: normal;
  background: #fff;
}
.m-pagination-size {
  padding-right: 12px;
}
.m-pagination-size > select {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-group > input, .m-pagination-group > button {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-color: #d6d6d6;
  color: #333;
}
.m-pagination-group > input {
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid #d6d6d6;
}
.m-pagination-group > button {
  border-radius: 4px;
  margin-left: 5px;
  line-height: 30px;
}
.m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333;
}
.m-pagination-jump {
  width: 100px !important;
}

.com-local {
  background: url(../images/common/local.png) no-repeat 0 center;
  color: #666666;
  margin: 32px 0 24px;
  padding-left: 22px;
}
.com-local a {
  margin: 0 6px;
}
.com-local a:last-child {
  color: #3c8df6;
}

.inf-detail {
  background: #ffffff;
  padding: 24px 24px 16px;
  margin-bottom: 32px;
  flex: 1;
}
.inf-detail .title {
   /* height: 54px; */
  line-height: 54px;
  text-align: center;
  font-size: 36px;
}
.inf-detail .sub-title {
  margin-top: 16px;
  height: 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #646464;
}
.inf-detail .sub-title .font-size {
  display: flex;
  align-items: center;
  gap: 5px;
}
.inf-detail .sub-title .font-size span {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.inf-detail .sub-title .font-size span.active {
  background: #3c8df6;
  color: #fff;
}
.inf-detail .sub-title .share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.inf-detail .sub-title .share img {
  cursor: pointer;
}
.inf-detail .inf-detail-content {
  margin-top: 16px;
  line-height: 24px;
  font-size: 16px;
}
.inf-detail .inf-detail-content p {
  text-indent: 2em;
}
.inf-detail .inf-detail-content p + p {
  margin-top: 16px;
}
.inf-detail .inf-detail-content img{
  max-width:100%;
}

.inf-detail .files {
  margin-top: 16px;
}
.inf-detail .files .files-title {
  height: 55px;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}
.inf-detail .files .files-title .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 55px;
  border-bottom: 2px solid #3c8df6;
}
.inf-detail .files .files-list {
  margin-top: 16px;
}
.inf-detail .files .files-list li {
  height: 36px;
  background: #f5f6f7;
}
.inf-detail .files .files-list li a {
  display: block;
  height: 100%;
  line-height: 36px;
  padding-left: 52px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/common/file-icon.png) no-repeat left 16px center;
}
.inf-detail .files .files-list li a:hover {
  color: #3c8df6;
}
.inf-detail .files .files-list li + li {
  margin-top: 8px;
}

.switch {
  display: flex;
  justify-content: end;
  align-items: center;
}
.switch span {
  width: 34px;
  height: 26px;
  cursor: pointer;
}
.switch span:nth-child(1) {
  background: url(../images/common/switch-icon1.png) no-repeat center;
  background-size: 100% 100%;
}
.switch span:nth-child(1).active {
  background: url(../images/common/switch-icon1-active.png) no-repeat center;
}
.switch span:nth-child(2) {
  background: url(../images/common/switch-icon2.png) no-repeat center;
  background-size: 100% 100%;
}
.switch span:nth-child(2).active {
  background: url(../images/common/switch-icon2-active.png) no-repeat center;
}

.com-items .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
}
.com-items .list li {
  background: #f7faff;
  border: 1px solid #c7ddff;
  border-radius: 16px;
}
.com-items .list li > a {
  display: block;
  height: 100%;
  padding: 10px;
}
.com-items .list li .inf {
  padding: 10px;
}

/* 融资弹窗样式 */
.financing-form {
  padding: 20px;
}

.financing-form .form-item {
  margin-bottom: 15px;
}

.financing-form .form-item label {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 10px;
}

.financing-form .form-item input {
  width: 300px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.financing-form .form-item textarea {
  width: 300px;
  height: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
}

.financing-form .captcha-wrap {
  display: inline-flex;
  align-items: center;
}

.financing-form .captcha-wrap input {
  width: 150px;
  margin-right: 10px;
}

.financing-form .captcha-img {
  height: 32px;
  cursor: pointer;
}

#float1 {
  position: fixed;
  top: 375px;
  right: 50%;
  margin-right: -700px;
  border-radius: 20px;
  width: 74px;
  box-shadow: 0px 4px 33.8px 0px rgba(0, 0, 0, 0.04);
  z-index: 99;
}
#float1 li {
  height: 84px;
  position: relative;
  background: #fff;
}
#float1 li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: rgba(208, 208, 208, 0.33);
}
#float1 li:hover {
  background: #C7DDFF;
}
#float1 li:first-child {
  background: linear-gradient(180deg, #E5EFFF 0%, #FFF 100%);
}
#float1 li > a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#float1 li > a .style2 {
  display: none;
}
#float1 li > a p {
  margin-top: 5px;
}
#float1 li > a:hover {
  color: #fff;
  font-weight: bold;
}
#float1 li > a:hover .style2 {
  display: block;
}
#float1 li > a:hover .style1 {
  display: none;
}
#float1 li:first-child:hover {
  background: linear-gradient(180deg, #3C8DF6 0%, #C7DDFF 100%);
}
#float1 li:last-child:hover {
  background: linear-gradient(180deg, #C7DDFF 0%, #3C8DF6 100%);
}
#float1 li:hover .float-pop {
  right: 84px;
  opacity: 1;
  width: auto;
}
#float1 .float-pop {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 74px;
  width: 0;
  transform: translateY(-50%);
  transform-origin: right 0;
  z-index: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#float1 .float-pop .qrcode-item {
  padding: 5px;
  text-align: center;
  background: #fff;
}
#float1 .float-pop .qrcode-item p {
  margin-top: 10px;
  white-space: nowrap;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
  width: 26px;
  height: 26px;
  right: -10px;
  top: -10px;
  background: url(../images/common/layer-close.png) no-repeat center !important;
}


.layui-form-item {
  margin-bottom: 20px;
}
.layui-form-item .layui-form-label {
  margin-right: 17px;
  padding: 6px 0;
  width: 149px;
  line-height: 24px;
}
.layui-form-item .layui-form-label.required {
  position: relative;
}
.layui-form-item .layui-form-label.required:after {
  content: "*";
  position: absolute;
  right: -7px;
  top: 56%;
  transform: translateY(-50%);
  display: inline-block;
  color: #E03F3F;
}
.layui-form-item .layui-input-block {
  position: relative;
  margin-left: 166px;
}
.layui-input,
.layui-select,
.layui-textarea {
  padding: 7.5px 10px;
  height: 36px;
  line-height: 21px;
  border-color: #E6E6E6;
  resize: none;
}
.layui-input:focus,
.layui-textarea:focus {
  box-shadow: none;
  border-color: #3c8df6 !important;
}
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #ff5722 !important;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.08) !important;
}
.layui-form-select dl dd.layui-this {
  color: #3C8DF6;
  background: #EEF6FF;
}
.layui-form-select .layui-edge {
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url("../images/common/select_down.png") no-repeat center;
  border: 0;
}
.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #3C8DF6;
}
.layui-form-radio:hover > * > div,
.layui-form-radioed > div,
.layui-form-radioed > i > div {
  color: #333;
}
.layui-form-radio:hover > div {
  color: #333;
}
.layui-form-radio {
  margin-top: 4px;
}
.layui-form-radio > i {
  font-size: 14px;
}
.layui-textarea-length {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #B6B6B6;
  line-height: 24px;
}
.layui-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #3C8DF6;
  border-radius: 2px;
  border: 1px solid rgba(60, 141, 246, 0.26);
  background: #EEF6FF;
}
.layui-upload:hover {
  color: #3C8DF6;
}
.msg-error.layui-layer-msg {
  min-width: 0;
  border: 0;
  color: #ff5722;
  background: #FFCCBC;
}
.public-success .success-txt {
  padding-top: 112px;
  line-height: 24px;
  color: #333;
  font-size: 16px;
  text-align: center;
  background: url("../images/common/submit_success.png") no-repeat center top;
}
.public-success .success-txt span {
  margin-bottom: 4px;
  line-height: 30px;
  display: block;
  color: #3C8DF6;
  font-size: 20px;
  font-weight: bold;
}
.public-success .success-btn {
  margin: 20px auto 0;
  display: block;
  width: 98px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #3C8DF6;
  border-radius: 6px;
}
.public-success.layui-layer-dialog .layui-layer-content {
  padding: 24px 40px;
}
.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-mend,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
  border: 0;
}
.layui-table-view {
  clear: none;
}
.layui-table-view:after {
  display: none;
}
.layui-table th {
  background: #F7F7F7;
}
.layui-table th .layui-table-cell {
  padding: 8px 10px;
  height: 52px;
  line-height: 36px;
  color: #666;
}
.layui-table td {
  height: 60px;
}
.layui-table td .layui-table-cell {
  padding: 0px 6px;
  height: 44px;
  line-height: 44px;
  overflow: visible;
}
.layui-table-box,
.layui-table-body {
  overflow: visible;
}
.layui-table-body,
.layui-table-header .layui-table {
  margin-bottom: 0;
}
.layui-table-view .layui-table td[data-edit]:hover:after {
  left: 6px;
  top: 8px;
  width: calc(100% - 12px);
  height: calc(100% - 16px);
  border-color: #3C8DF6 !important;
}
.layui-table-edit {
  left: 6px;
  top: 8px;
  right: 6px;
  min-width: 0;
  width: auto;
  min-height: calc(100% - 16px);
  z-index: 189;
  padding: 0 10px;
  box-sizing: border-box;
  border-color: #3C8DF6 !important;
}
.layui-table-view .layui-input,
.layui-table-view .layui-select,
.layui-table-view .layui-textarea {
  height: 44px;
  line-height: 42px;
}
.layui-table td[data-edit=textarea]:after {
  padding: 0 6px;
  position: absolute;
  left: 6px;
  top: 8px;
  width: calc(100% - 12px);
  height: calc(100% - 16px);
  box-sizing: border-box;
  border: 1px solid rgba(230, 230, 230, 0.85);
  pointer-events: none;
  content: "";
}
.layui-table td[data-edit=textarea] .layui-table-cell {
  padding: 0 16px;
}
.layui-table-hover {
  background: #fff;
}