.page-inner {
  margin: 0 auto;
  width: 1100px;
  height: auto;
}
.ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.layui-table[lay-size=sm] td,
.layui-table[lay-size=sm] th {
  padding: 5px;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
body {
  padding-top: 60px;
  background: #f9f9f9;
  font-size: 16px;
}
body .ley-dialog .layui-layer-btn a {
  background: #ff5f16;
}
.layui-card-header {
  display: block;
}
.ley-inner {
  margin: 0 auto;
  width: 1100px;
  height: auto;
  overflow: hidden;
}
.ley-page {
  padding-top: 15px;
}
.ley-breadcrumb {
  padding-top: 10px;
}
#ley-pagination {
  text-align: center;
}
.ley-icon {
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ley-arrow {
  position: relative;
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ley-arrow:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '\e602';
  color: #989898;
}
.ley-td-ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.ley-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 20;
}
.ley-nav .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.ley-nav .logo {
  width: 214px;
  height: 32px;
}
.ley-nav .logo img {
  width: 100%;
  height: 100%;
}
.ley-nav .ley-nav-ul {
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
  background: transparent;
}
.ley-nav .ley-nav-ul a {
  color: #393939 !important;
}
.ley-nav .search-form {
  position: relative;
  background: #fff;
}
.ley-nav .search-form .ley-dialog-search {
  position: absolute;
  left: 0;
  top: 45px;
  width: 350px;
  height: 260px;
  display: none;
  padding: 20px 10px;
  overflow: hidden auto;
  background: #fff;
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  z-index: 100;
}
.ley-footer {
  color: #fff;
}
.ley-footer .top {
  font-size: 13px;
  line-height: 1.8;
  padding: 30px 0;
  background: #393939;
}
.ley-footer .top .desc {
  padding-top: 20px;
}
.ley-footer .top .desc li {
  margin-bottom: 10px;
}
.ley-footer .top .title {
  font-size: 18px;
}
.ley-footer .top .menus {
  padding-top: 20px;
}
.ley-footer .top .menus li {
  margin-bottom: 10px;
  font-size: 15px;
}
.ley-footer .top .menus li a {
  color: #fff;
}
.ley-footer .top .menus li a:hover {
  text-decoration: underline;
}
.ley-footer .top .qrcode {
  padding-top: 20px;
}
.ley-footer .top .qrcode img {
  display: block;
  width: 120px;
  height: 120px;
}
.ley-footer .bottom {
  padding: 10px 0;
  background: #1f1f1f;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
.ley-radius {
  overflow: hidden;
  border-radius: 4px;
}
.ley-filter {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 15px 25px 15px;
  background-color: #fff;
}
.ley-filter .reset-filter {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.ley-filter .row {
  margin-top: 15px;
  display: flex;
}
.ley-filter .row .title {
  margin-right: 10px;
  width: 70px;
  text-align: center;
  font-size: 14px;
  color: #565656;
}
.ley-filter .row .list {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 24px;
  overflow: hidden;
}
.ley-filter .row .list.open {
  height: auto;
}
.ley-filter .row .list .expend-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  color: #989898;
  font-size: 14px;
  cursor: auto;
}
.ley-filter .row .list .item {
  margin-bottom: 10px;
  font-size: 13px;
  color: #464646;
  padding: 0 4px;
  line-height: 20px;
  border: 1px solid #eee;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.ley-filter .row .list .item.active {
  border: none;
  background-color: #ff5f16;
  color: #fff;
}
.ley-form-container {
  padding: 10px 15px;
  background-color: #fff;
}
.ley-form-container .title {
  padding: 8px 0 20px 0px;
  text-align: center;
  font-weight: 600;
  font-size: #393939;
}
.ley-form-container .title::before {
  content: '————';
  color: #ff5f16;
}
.ley-form-container .title::after {
  content: '————';
  color: #ff5f16;
}
.ley-form-container .desc {
  font-size: 14px;
  color: #464646;
  text-align: center;
}
.ley-form-container .desc span {
  color: #ff5f16;
}
.section-table {
  padding: 15px;
  background-color: #fff;
}
.ley-panel {
  margin-top: 15px;
}
.ley-panel .layui-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ley-panel .layui-card-header .more {
  font-size: 13px;
  color: #989898;
}
.ley-panel .layui-card-header .more:hover {
  color: #ff5f16;
}
.ley-panel .news .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.ley-panel .news .item a {
  font-size: 14px;
  color: #6d6d6d;
}
.ley-panel .news .item a:hover {
  text-decoration: underline;
  color: #ff5f16;
}
.ley-panel .news .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  background-color: #ff5f16;
  opacity: 0.5;
}
.ley-panel .news .item .context {
  padding-bottom: 10px;
  font-size: 14px;
  color: #3d3d3d;
}
.list-news {
  padding: 15px;
  background-color: #fff;
  min-height: 600px;
}
.list-news .row {
  display: flex;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}
.list-news .row:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.list-news .row img {
  margin-right: 15px;
  width: 100px;
  height: 100px;
}
.list-news .row .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
}
.list-news .row .info a {
  width: 100%;
  font-size: 20px;
  color: #393939;
}
.list-news .row .info .subtitle {
  margin: 10px 0;
  flex: 1;
  font-size: 14px;
  color: #464646;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.list-news .row .info .desc {
  width: 100%;
  font-size: 13px;
  color: #989898;
}
.ley-detail-content {
  margin-bottom: 15px;
  padding: 15px 15px 0 15px;
  min-height: 700px;
  background-color: #fff;
  box-sizing: border-box;
}
.ley-detail-content .section-top {
  padding-bottom: 15px;
}
.ley-detail-content .section-top .title {
  font-size: 24px;
  line-height: 1.5;
  color: #393939;
}
.ley-detail-content .section-top .desc {
  font-size: 13px;
  color: #989898;
}
.ley-detail-content .section-top .desc .layui-icon {
  font-size: 12px;
}
.ley-detail-content .section-top .desc span {
  margin: 0 5px 0 2px;
}
.fixed-qr {
  position: fixed;
  right: 118px;
  bottom: 64px;
  width: 100px;
  height: 100px;
  opacity: 0;
  z-index: 10;
  transform: translateY(120%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.fixed-qr.show {
  opacity: 1;
  transform: translateY(0);
}
.ley-empty-box {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ley-empty-box .ley-empty {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  background: url("../images/empty.png") no-repeat center;
  background-size: 100%;
}
.ley-empty-box .ley-empty:after {
  position: absolute;
  display: block;
  font-size: 14px;
  color: #989898;
  content: '暂无数据';
  left: 0;
  bottom: -26px;
  width: 100%;
  text-align: center;
  transform: translateX(0);
}
.temp-list .row {
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
  padding: 8px 0;
  font-size: 14px;
  color: #464646;
  vertical-align: middle;
  cursor: pointer;
}
.layui-rate {
  padding: 0 !important;
}
.layui-rate i {
  margin: 0 !important;
  font-size: 11px !important;
}
.layui-menu .layui-menu-item-divider {
  margin: 0 !important;
}
.layui-menu .active .layui-menu-body-title {
  background-color: #ff5f16 !important;
}
.layui-menu .active a {
  color: #fff !important;
}
.layui-card-header .title {
  font-weight: bold;
}
.org-cell {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: 14px;
  color: #464646;
}
.org-cell img {
  margin-right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}
.org-cell span {
  flex: 1;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.loan-advisor {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.loan-advisor img {
  width: 70px;
  height: 70px;
  border-radius: 4px;
}
.loan-advisor .content {
  height: 70px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  justify-content: space-around;
  text-align: left;
}
.loan-advisor .content a {
  color: #393939;
}
.ley-page-detail-advisor .advisor-info {
  padding: 10px;
  display: flex;
}
.ley-page-detail-advisor .advisor-info .avatar {
  margin-right: 15px;
  width: 120px;
  height: 120px;
  border-radius: 4px;
}
.ley-page-detail-advisor .advisor-info .info {
  flex: 1;
  color: #3f3f3f;
}
.ley-page-detail-advisor .advisor-info .info .name {
  font-size: 20px;
  font-weight: 600;
}
.ley-page-detail-advisor .advisor-info .info .name span:last-child {
  margin-left: 5px;
  font-size: 14px;
}
.ley-page-detail-advisor .advisor-info .info .tag {
  margin: 10px 0;
  width: 82px;
  display: flex;
  column-gap: 3px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 4px;
  background: #ff5f16bf;
  color: #fff;
}
.ley-page-detail-advisor .advisor-info .info .desc .subtitle {
  padding-bottom: 8px;
  font-size: 16px;
}
.ley-page-detail-advisor .advisor-info .info .desc p {
  font-size: 14px;
}
.ley-page-detail-advisor .section-contact {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ley-page-detail-advisor .section-contact .item {
  position: relative;
  width: 320px;
  border-radius: 15px;
  padding: 25px;
  box-sizing: border-box;
  color: #3f3f3f;
}
.ley-page-detail-advisor .section-contact .item:first-child {
  background-color: #cffdf2;
}
.ley-page-detail-advisor .section-contact .item:last-child {
  background-color: #e0eeff;
}
.ley-page-detail-advisor .section-contact .item .title {
  position: relative;
  font-weight: 600;
  font-size: 19px;
  z-index: 10;
}
.ley-page-detail-advisor .section-contact .item .desc {
  position: relative;
  font-size: 14px;
  color: #666;
  z-index: 10;
}
.ley-page-detail-advisor .section-contact .item .layui-btn {
  position: absolute;
  right: 20px;
  top: 30px;
  color: #fff;
  z-index: 10;
}
.ley-page-detail-advisor .section-contact .item .layui-btn:hover {
  border-color: #fff;
}
.ley-page-detail-advisor .fix-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px 15px 0 0;
  background-color: #ff5f16;
  padding: 10px 0;
  z-index: 10;
  transition: all ease-in-out 0.3s;
}
.ley-page-detail-advisor .fix-bar.spec {
  transform: translateY(100px);
}
.ley-page-detail-advisor .fix-bar .ley-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ley-page-detail-advisor .fix-bar .advisor-info {
  display: flex;
}
.ley-page-detail-advisor .fix-bar .advisor-info .avatar {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.ley-page-detail-advisor .fix-bar .advisor-info .info {
  flex: 1;
  color: #fff;
}
.ley-page-detail-advisor .fix-bar .advisor-info .info .name {
  font-size: 16px;
  font-weight: 600;
}
.ley-page-detail-advisor .fix-bar .advisor-info .info .name span:last-child {
  margin-left: 5px;
  font-size: 10px;
}
.ley-page-detail-advisor .fix-bar .advisor-info .info .tag {
  margin: 10px 0 0 0;
  width: 86px;
  display: flex;
  column-gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 4px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ley-page-detail-advisor .fix-bar .handles {
  display: flex;
  column-gap: 20px;
}
.ley-page-detail-advisor .fix-bar .handles .item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 100px;
  height: 38px;
  border-radius: 4px;
  color: #393939;
  cursor: pointer;
  padding: 3px;
  background-color: #fff;
}
.ley-page-detail-advisor .fix-bar .toggle-block {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #ff5f16;
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  z-index: 12;
  transform: translateX(-30px);
  cursor: default;
}
.ley-page-detail-advisor .bg-phone_icon {
  width: 20px;
  height: 20px;
  background: url('/images/css_sprites.png') -50px -78px;
}
.ley-page-detail-advisor .bg-wechat_icon {
  width: 20px;
  height: 20px;
  background: url('/images/css_sprites.png') -10px -78px;
}
.ley-page-detail-advisor .bg-id_card {
  width: 16px;
  height: 16px;
  background: url('/images/css_sprites.png') -90px -78px;
}
.ley-page-detail-advisor .bg-wechat_bg {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  background: url('/images/css_sprites.png') -10px -10px;
  transform: scale(1.5);
  opacity: 0.4;
}
.ley-page-detail-advisor .bg-phone_bg {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  transform: scale(1.3);
  opacity: 0.4;
  background: url('/images/css_sprites.png') -78px -10px;
}
.advisor-popup {
  width: 340px;
  height: auto;
  padding: 15px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advisor-popup .avatar {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.advisor-popup .info {
  padding-top: 15px;
  color: #393939;
}
.advisor-popup .info span:first-child {
  margin-right: 5px;
  font-weight: bold;
  font-size: 20px;
}
.advisor-popup .info span:last-child {
  font-size: 14px;
}
.advisor-popup .qr-code {
  margin: 10px 0 5px 0;
  width: 150px;
  height: 150px;
}
.advisor-popup .title {
  font-size: 14px;
  color: #464646;
}
.advisor-popup .desc {
  padding-top: 15px;
  font-size: 13px;
  color: #989898;
}
.advisor-popup .desc span {
  color: red;
}
.ley-page-index .main {
  padding: 20px 0;
}
.ley-page-index .ley-drawer {
  width: 400px;
  background: #fff;
}
.ley-product-list {
  display: flex;
  margin-right: -10px;
  column-gap: 10px;
  flex-wrap: wrap;
}
.ley-product-list .ley-product-card {
  display: block;
  width: 32%;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to bottom, #ff60160e 0%, #fff 25%);
}
.ley-product-list .ley-product-card:hover {
  border-color: #ff5f16;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.ley-product-list .ley-product-card .product-name {
  font-size: 16px;
  color: #393939;
  line-height: 16px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.ley-product-list .ley-product-card .attr-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ley-product-list .ley-product-card .attr-list .item {
  width: 100%;
  margin: 0 0 5px 0;
  display: flex;
  font-size: 13px;
}
.ley-product-list .ley-product-card .attr-list .item .attr-name {
  white-space: nowrap;
  font-size: 12px;
  color: #989898;
}
.ley-product-list .ley-product-card .attr-list .item .attr-value {
  color: #393939;
}
.ley-page-guard .tip-box {
  width: 500px;
  height: 246px;
  padding: 30px 0;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.ley-page-guard .tip-box .title {
  font-size: 22px;
  color: #2f2f2f;
}
.ley-page-guard .tip-box .desc {
  font-size: 16px;
  color: #888888;
  margin-top: 8px;
}
.ley-page-guard .tip-box .link {
  width: 80%;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 14px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #dddddd;
}
.ley-page-guard .tip-box .link i {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: #e3e3e3;
  line-height: 30px;
  font-size: 26px;
}
.ley-page-guard .tip-box .link span {
  color: #3194d0;
}
