/* login */
html {
  background: #f2f5ff;
}

.login-body {
  background: url(../../images/background.png) no-repeat;
  background-size: 100% 100%;
}

.linew-form {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 500px;
  margin: -250px 0 0 -450px;
  padding: 30px;
  background: #fff;
  border-radius: 0 100px 0 100px;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 102, 255, 0.3);
}

.linew-login-left {
  float: left;
  width: 400px;
}

.linew-register-left {
  width: 365px;
  margin-left: 24px;
}

.linew-login-right {
  float: right;
  width: 365px;
  margin-right: 24px;
}

.linew-login-logo {
  float: left;
  width: 365px;
  padding-top: 6px;
  margin-bottom: 20px;
}

.linew-login-left .layadmin-user-login-box,
.linew-login-right .layadmin-user-login-box {
  padding: 10px;
}

.linew-login-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  width: 100%;
  height: 32px;
  font-size: 16px;
  color: #4a5568;
  line-height: 32px;
}

.linew-login-text .layui-form-radio {
  margin: 0;
}

.linew-login-left .layui-form-item,
.linew-login-right .layui-form-item {
  margin: 0;
}

.linew-login-left .layadmin-user-login-body .layui-form-item .layui-input,
.linew-login-right .layadmin-user-login-body .layui-form-item .layui-input {
  padding-left: 10px;
  height: 50px;
  border-radius: 5px;
}

.linew-login-item {
  float: left;
  width: 100%;
  height: 70px;
  line-height: 60px;
}

.linew-login-item .layui-form-checkbox span {
  padding-left: 25px;
  color: #4a5568;
}

.linew-login-item .layadmin-link {
  color: #4a5568 !important;
}

.linew-login-item .layadmin-link:hover {
  color: #1838f3 !important;
}

.linew-login-item .layui-btn {
  height: 50px;
  font-size: 16px;
  background: #1328a1;
  border-radius: 5px;
  line-height: 50px;
}

/* 上传营业执照 */

.layui-upload-drag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 258px;
  height: 136px;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}

.layui-upload-drag .layui-hide {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layui-upload-drag .layui-hide img {
  width: 100%;
  height: 100%;
}

.register-close {
  z-index: 2;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  font-size: 18px !important;
  color: #fff !important;
  line-height: 24px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 99px;
}

/* 上传身份证 */
.upload-sfz {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.upload-sfz .layui-upload-drag {
  width: 100%;
  height: 100px;
}

.upload-sfz .layui-upload-drag:nth-of-type(2) {
  margin-left: 16px;
}

.linew-login-tab {
  position: absolute !important;
  right: -60px;
  bottom: 60px;
  width: 60px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: #0697ff;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 102, 255, 0.25);
}

.linew-login-tab a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 5px;
  color: #fff !important;
  text-align: center;
  line-height: 22px;
}

.linew-login-tab a span {
  float: left;
  display: block;
  width: 100%;
}

.layui-form-checkbox[lay-skin="primary"] i {
  border-radius: 999px;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #c78f00;
}

.layui-form-checked[lay-skin="primary"] i {
  border-color: #c78f00 !important;
  background-color: #c78f00;
}

.linew-login-sendcode {
  margin-left: 10px;
}

.linew-login-sendcode button,
.linew-login-sendcode input {
  height: 50px;
  color: #4b5ec9;
  background-color: #e5faff;
  border: 0;
  border-radius: 5px;
}

.linew-login-sendcode button:hover,
.linew-login-sendcode input:hover {
  color: #1838f3;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #c78f00;
}

/* home */
.layui-nav-tree .layui-nav-bar {
  background-color: #725bff;
}

.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a {
  background-color: #725bff !important;
}

/* demo */
.linew-upcoming {
  background: none;
  box-shadow: none;
}

.linew-upcoming .layui-card-body {
  padding: 0;
}

.linew-upcoming .layadmin-carousel {
  height: 120px !important;
  background: none;
}

.linew-upcoming {
  margin-bottom: 5px !important;
}

/* loading背景 */
.layadmin-carousel > *[carousel-item] > * {
  background: none;
}

.layui-carousel > [carousel-item]:before {
  color: #fff;
}

.linew-upcoming .layadmin-backlog-body {
  height: 120px;
  color: #fff;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}

.linew-upcoming .layadmin-backlog-body:hover img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.linew-upcoming .layadmin-backlog-body h3 {
  padding: 10px 0 26px;
  font-size: 18px;
  color: #1328a1;
}

.linew-upcoming .layadmin-backlog-body p cite {
  font-size: 36px;
  color: #5693e9;
  font-weight: 600;
}

.linew-upcoming li:nth-of-type(2n) .layadmin-backlog-body p cite {
  color: #49cfc4;
}

.linew-upcoming li:nth-of-type(3n) .layadmin-backlog-body p cite {
  color: #836eff;
}

.layadmin-backlog .layui-this {
  display: flex !important;
  justify-content: space-between;
}

.layadmin-backlog .layui-this .layui-col-xs3 {
  width: 100%;
}

.linew-upcoming .layui-col-space10 > * {
  padding: 0;
}

.linew-upcoming .layui-col-xs3:nth-of-type(1) {
  padding-left: 0;
}

.linew-upcoming .layui-col-xs3:nth-last-of-type(1) {
  padding-right: 0;
}

.linew-upcoming .layui-col-xs3 {
  margin-right: 16px;
}

.linew-upcoming .layui-col-xs3:nth-last-of-type(1) {
  margin: 0;
}

.layadmin-backlog .layadmin-backlog-body {
  padding: 10px 20px;
}

.linew-upcoming .layui-col-xs3 img {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-top: -38px;
}

.linew-shortcut {
  box-shadow: none;
  background: none;
}

.linew-shortcut .layui-this {
  display: flex !important;
  justify-content: space-between;
}

.linew-shortcut .layui-col-xs3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 16px;
  background: #fff;
  border-radius: 16px;
}

.linew-shortcut .layui-col-xs3:nth-last-of-type(1) {
  margin: 0;
}

.linew-shortcut .layui-col-xs3 img {
  width: 60px;
  height: 60px;
}

.linew-shortcut .layui-col-xs3:hover img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.linew-shortcut .layadmin-carousel {
  height: 133px !important;
  background: none;
}

.linew-shortcut .layadmin-shortcut li cite {
  top: 8px;
}

.linew-username-top {
  margin-bottom: 34px;
}

.linew-username {
  position: relative;
  height: 266px;
  padding: 30px;
  background: linear-gradient(to bottom, #1328a1 0%, #3b53de 100%);
  border-radius: 16px;
  box-shadow: none;
  box-sizing: border-box;
}

.linew-unavatar,
.linew-unname {
  display: inline-block;
  vertical-align: middle;
}

.linew-unavatar {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border-radius: 99999px;
  overflow: hidden;
}

.linew-unavatar img {
  float: left;
  width: 100%;
  height: 100%;
}

.linew-unname {
  width: 56%;
}

.linew-name {
  font-size: 16px;
  color: #fff;
}

.linew-phone {
  margin: 2px 0 10px;
  font-size: 14px;
  color: #fff;
}

.linew-badge .layui-badge {
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 14px;
}

.linew-badge .layui-bg-blue {
  background: #3654ff !important;
}

.linew-badge .layui-bg-orange {
  background: #49cfc4 !important;
}

.linew-welcome {
  width: 100%;
  padding: 12px 0;
  background: #1630c0;
  border-radius: 999px;
  font-size: 16px;
  color: #6c82ff;
  text-align: center;
}

.linew-welcome img,
.linew-welcome span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.linew-welcome img {
  margin-right: 5px;
}

.linew-untime {
  font-size: 14px;
  color: #6c82ff;
  text-align: center;
  line-height: 45px;
}

.login-out {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  background: #3654ff;
  border-radius: 99px;
}

.login-out:hover {
  color: #fff;
  background: #193cff;
}

.login-out img {
  margin-right: 4px;
}

.layui-card-header {
  color: #1328a1;
}

.demo-transaction {
  display: flex;
  text-align: center;
}

.demo-transaction > div {
  width: 100%;
  padding: 4px 0;
}

.demo-transaction > div:nth-of-type(2) {
  border-left: 1px solid #eee;
}

.demo-transaction > div span {
  font-size: 14px;
  color: #666;
}

.demo-transaction > div div {
  margin-top: 12px;
  font-size: 32px;
  color: #5693e9;
}

.demo-transaction > div:nth-of-type(2) div {
  color: #7f83e4;
}

.linew-card {
  border-radius: 16px;
  box-shadow: none;
}

.linew-card .layuiadmin-badge {
  border-radius: 999px;
}

.linew-card .layui-bg-blue {
  background: #49cfc4 !important;
}

.linew-card .layui-bg-purple {
  color: #fff;
  background-color: #7f83e4;
}

.linew-card-notice {
  height: 354px;
  border-radius: 16px;
  box-shadow: none;
  box-sizing: border-box;
}

.linew-card-notice .layui-card-body {
  height: 260px;
  overflow-y: auto;
}

.linew-card-notice .layui-card-body::-webkit-scrollbar {
  width: 0;
}

.linew-card-notice a {
  display: block;
  width: 100%;
  padding: 5px 0;
  line-height: 25px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
}

.linew-card-notice a:hover {
  color: #0697ff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.linew-card-notice a i {
  display: inline-block;
  vertical-align: top;
  width: 5%;
  font-style: normal;
  font-size: 9px;
  color: #8aceff;
}

.linew-card-notice a span {
  display: inline-block;
  vertical-align: top;
  width: 93%;
}

/* button */
.layui-btn {
  border-radius: 5px;
  background: #0697ff;
}

.layui-btn-danger {
  background: #725bff;
}

.layui-btn-normal {
  background: #29cc97;
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
  background: #725bff;
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
  background: #f7f8fc;
}

.layui-table-tool {
  background: #fff;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #0697ff;
}

.layui-form-checked span,
.layui-form-checked:hover span {
  background-color: #29cc97;
}

.layadmin-pagetabs .layui-tab-title li:hover,
.layadmin-pagetabs .layui-tab-title li.layui-this {
  background: #f7f8fc;
}

.layui-form-checkbox {
  height: 38px;
  line-height: 38px;
}

.layui-form-checkbox i {
  height: 36px;
}

.layui-form-checkbox span {
  background: #c4c9df;
}

/* 2023.11.17新改版 */

/* 左侧导航栏背景色 */
.layui-layout-admin .layui-side {
  width: 130px;
  background: #0e1438 !important;
}

/* 左侧导航栏LOGO背景色 */
.layui-layout-admin .layui-logo {
  width: 130px;
  padding: 0 5px;
  background: #0e1438 !important;
}

/* 左侧导航栏选中背景色 */
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a {
  background: linear-gradient(to left, #1328a1 0%, #3b53de 100%) !important;
}

.layui-nav-tree .layui-nav-bar {
  background-color: #3b53de !important;
}

.layui-nav-tree .layui-nav-child a {
  color: #7b85b1;
}

.layui-btn {
  border-radius: 5px;
  background: #0697ff;
}

.layui-side-menu .layui-nav {
  width: 130px;
}

.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
  left: 10px;
}

.layui-side-menu .layui-nav .layui-nav-item a {
  padding-left: 30px;
  padding-right: 10px;
}

.layui-nav-tree .layui-nav-child a {
  padding-left: 20px !important;
}

.layui-nav .layui-nav-more {
  border-width: 4px;
}

.layui-layout-admin .layui-layout-left,
.layadmin-pagetabs,
.layui-layout-admin .layui-body,
.layui-layout-admin .layui-footer {
  left: 130px;
}

.layui-btn-primary {
  background: #fff;
}

.zhankai {
  font-size: 14px;
  color: #0697ff;
  border: 0;
}

.zhankai i {
  font-size: 14px;
}

.zhankai:hover {
  color: #0648ff;
}

/* 多个标签 */

.tabbar {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  box-sizing: border-box;
}

.tabbar > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 52px;
  text-align: center;
  cursor: pointer;
}

.tabbar > div:hover {
  background: #e9f6ff;
}

.tabbar div div {
  margin-bottom: 4px;
  font-size: 16px;
  color: #20222a;
  line-height: 16px;
}

.tabbar div span {
  font-size: 12px;
  color: #999;
  line-height: 12px;
}

.tabbar div.tabbar-active div {
  color: #0697ff;
}

.tabbar div.tabbar-active span {
  color: #0697ff;
}

/* 多个按钮 */

.order-list {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  overflow: hidden;
}

.all-btn {
  display: flex;
  align-items: center;
  background: #e9f6ff;
  box-sizing: border-box;
}

.all-btn .all-btn-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.all-btn-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 10px;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.all-btn button {
  display: flex;
  align-items: center;
  height: auto;
  margin: 0 10px;
  padding: 5px 0;
  font-size: 12px;
  color: #666;
  line-height: 12px;
  border: 0;
  background: none;
  cursor: pointer;
}

.all-btn button.layui-btn-primary {
  color: #0697ff;
}

.all-btn .layui-btn .layui-icon {
  margin-left: 2px;
  font-size: 12px;
}

.all-btn button i {
  margin-right: 2px;
}

.all-btn button.color-purple {
  color: #725bff;
}

.all-btn button.color-blue {
  color: #0697ff;
}

.all-btn button:hover {
  color: #0648ff;
}

/* 列表 */
.list-scroll {
  height: calc(100vh - 235px);
  background: #dae9f2;
  overflow-y: scroll;
}

.list-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.list-scroll::-webkit-scrollbar-track {
  background-color: #dae9f2;
}

.list-scroll::-webkit-scrollbar-thumb {
  background-color: #a6b8c4;
  border-radius: 99px;
}

.list-box {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
}

.list-box:nth-last-of-type(1) {
  margin: 0;
}

.list-checkbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 30px;
  padding: 10px 0;
  font-size: 12px;
  color: #666;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.layui-form-checkbox[lay-skin="primary"] {
  padding: 0;
}

.list-box-order {
  width: 100%;
}

.list-box-details {
  display: flex;
  width: 100%;
}

.list-box-cell {
  width: 100%;
  padding: 10px 15px;
  border-right: 1px solid #e6e6e6;
}

.list-box-cell:nth-last-of-type(1) {
  border: 0;
}

.list-box-cell > div {
  display: flex;
  margin-bottom: 4px;
}

.list-box-cell > div:nth-last-of-type(1) {
  margin: 0;
}

.list-box-cell > div > span:nth-of-type(1) {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.list-box-cell > div > span:nth-of-type(2) {
  flex: 1;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.list-box-cell > div > span.price-red {
  color: #ff3c3c;
}

.list-box-cell > div > span.price-blue,
.list-box-cell .price-blue {
  color: #0697ff;
}

.list-box-cell button {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #0697ff;
  border: 0;
  background: none;
  cursor: pointer;
}

.list-box-cell button i {
  margin-right: 2px;
}

.list-box-cell button:hover {
  color: #0648ff;
}

.list-box-tag {
  padding: 2px 4px;
  margin-right: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  border-radius: 2px;
}

.tag-blue {
  background: #0697ff;
}

.tag-purple {
  background: #725bff;
}

.tag-red {
  background: #ff3c3c;
}

.list-box-purchase {
  background: #f6fbff;
  border-top: 1px solid #e6e6e6;
}

.list-box-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
  color: #725bff;
  line-height: 14px;
  border-bottom: 1px solid #e6e6e6;
}

.list-box-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 95px;
  height: 1px;
  background: #725bff;
}

.list-box-points {
  position: relative;
  display: flex;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.list-box-product {
  display: flex;
  align-items: center;
  padding: 15px;
}

.list-box-product img {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}

.list-box-product > div > span {
  display: inline-block;
  max-width: 250px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-box-product > div > div {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  line-height: 12px;
}

.list-box-product > div > div span.list-box-tag {
  padding: 2px;
  margin-left: 4px;
}

.list-box-more {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  font-size: 14px;
  color: #222;
  background: #fff;
  border-left: 1px solid #e6e6e6;
}

/* 一键代发 */

.replace-box {
  display: flex;
}

.replace-left {
  width: 300px;
  border: 1px solid #e6e6e6;
}

.replace-textarea {
  padding: 10px;
  background: #e9f6ff;
}

.replace-textarea textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 0;
  box-sizing: border-box;
}

.replace-textarea > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.replace-textarea > div div {
  display: flex;
  align-items: center;
}

.replace-textarea .layui-form-checkbox {
  margin-right: 5px;
}

.replace-textarea .searchBtn {
  height: 30px;
  line-height: 30px;
}

.replace-left-list {
  padding: 10px;
  font-size: 14px;
  color: #999;
  line-height: 18px;
}

.replace-left-list > div {
  margin-bottom: 7px;
}

.replace-left-list > div span {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  color: #666;
  word-break: break-all;
}

.replace-left-list > div span.replace-purple {
  color: #725bff;
}

.replace-left-list > div span.replace-red {
  color: #ff3c3c;
  font-weight: bold;
}

.replace-left-list > div span.replace-blue {
  color: #0697ff;
}

.replace-left-list > div span.replace-green {
  color: #29cc97;
}

.replace-left-list input {
  width: 100px;
  height: 25px;
  margin-right: 10px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  border-radius: 4px;
}

.replace-left-list button {
  height: 25px;
  line-height: 25px;
}

.replace-biaoji {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #e9f6ff;
}

.replace-biaoji input {
  margin: 0 10px;
}

.replace-right {
  flex: 1;
  width: 100%;
  margin-left: 20px;
}

.layui-tab-title button {
  position: absolute;
  right: 0;
}

.replace-right .layui-tab-content {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 0;
  box-sizing: border-box;
}

.layui-show-box {
  height: 703px;
  overflow-y: scroll;
}

.layui-show-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.layui-show-box::-webkit-scrollbar-track {
  background-color: #dae9f2;
}

.layui-show-box::-webkit-scrollbar-thumb {
  background-color: #a6b8c4;
  border-radius: 99px;
}

.replace-right .list-box-details {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.replace-right .list-box-details::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: #dae9f2;
}

.replace-right .list-box-details:nth-last-of-type(1) {
  margin: 0;
}

.replace-right .list-box-details:nth-last-of-type(1)::after {
  content: none;
}

.list-box-details img {
  width: 100px;
  height: 100px;
  margin: 15px 20px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.list-box-details input {
  width: 50px;
  height: 25px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  border-radius: 4px;
}

.replace-right .layui-table-page {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.replace-right .layui-tab-item .layui-table {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

.replace-right .layui-tab-item .layui-table tr th:nth-of-type(1) {
  color: #0697ff;
  text-align: center;
}

.replace-right .layui-tab-item .layui-table tr td:nth-of-type(1) {
  color: #0697ff;
  text-align: center;
}

.layui-tab-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.layui-tab-item-btn button {
  width: 200px;
  height: 45px;
  font-size: 16px;
}

.layui-tab-item-btn button i {
  margin-right: 10px;
}

/* 新的登录页 */
.new-container {
  display: flex;
}

.new-container-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 42%;
  height: 100vh;
  padding: 4% 0 1% 3%;
  background: url(/Content/images/left-bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.new-container-left img {
  width: 62%;
}

.new-container-left span {
  font-size: 14px;
  color: #fff;
}

.new-container-right {
  width: 58%;
  height: 100vh;
  padding: 5% 0 0 8%;
  background: #fff;
  box-sizing: border-box;
}

.new-container-logo {
  width: 40%;
}

.new-welcome {
  margin: 56px 0 24px;
  font-size: 28px;
  color: #222;
}

.new-welcome b:nth-of-type(1) {
  font-size: 32px;
}

.new-form-item {
  width: 350px;
}

.register-link {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #1328a1;
  text-align: center;
}

.register-link:hover {
  color: #1838f3;
}

.new-container-right .layui-input {
  height: 50px;
  border-radius: 5px;
}

.new-container-right input[type="checkbox"],
.new-container-right input[type="radio"],
.new-container-right select {
  display: none;
}

.new-register-bet {
  display: flex;
  width: 100%;
}

.new-register-bet > div {
  width: 350px;
}

.new-register-bet > div:nth-of-type(2) {
  margin-left: 56px;
}

.new-register-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.new-register-title img {
  width: 16px;
  margin-right: 4px;
}

.new-register-title b {
  font-size: 16px;
  color: #222;
  font-weight: bolder;
}

.new-return-btn {
  width: 100%;
  margin: 16px 0 0 !important;
  background: #cfae59 !important;
}

.new-register-bet .layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  margin: 7px;
}

.new-container-right .layui-form-checked {
  margin: auto;
}

.new-container-right .layui-form-checked span {
  background: none;
}

.new-container-right .layui-form-checked a {
  color: #1328a1;
}

.new-container-right .layui-form-checked a:hover {
  color: #1838f3;
}

.linew-login-agreement {
  display: flex;
  justify-content: center;
}

.linew-login-agreement .layui-form-checkbox[lay-skin="primary"] i {
  border-radius: 2px;
}

.new-register-text {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.new-register-text span {
  margin-top: 7px;
}

.business-license {
  width: 248px;
  height: 165px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}

.upload-sfz .layui-upload-drag {
  width: 167px;
  height: 111px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
}

.agreement {
  max-width: 800px;
  max-height: 600px;
  line-height: 1.6;
  overflow-y: scroll;
}

.agreement h1,
.agreement h2 {
  color: #333;
}

.agreement p {
  margin-bottom: 1em;
}

.agreement ul {
  margin-bottom: 1em;
}

.agreement li {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1440px) {
  .linew-username {
    padding: 15px;
  }

  .linew-unavatar {
    width: 70px;
    height: 70px;
  }

  .linew-unname {
    width: 60%;
  }

  .linew-badge .layui-badge {
    padding: 4px 8px;
    font-size: 12px;
  }

  /* 新登录页 */
  .new-container-right {
    padding: 3% 0 0 5%;
  }

  .new-container-logo {
    width: 48%;
  }

  .new-welcome {
    margin: 40px 0 24px;
    font-size: 26px;
  }

  .new-form-item {
    width: 320px;
  }

  .new-register-bet > div {
    width: 300px;
  }

  .layui-form-item {
    margin-bottom: 12px;
  }

  .linew-login-text {
    font-size: 14px;
    line-height: 28px;
  }

  .new-container-right .layui-input {
    height: 42px;
  }

  .linew-login-sendcode button,
  .linew-login-sendcode input {
    height: 42px;
  }

  .linew-login-item {
    height: 50px;
    line-height: 42px;
  }

  .linew-login-item .layui-btn {
    height: 42px;
    line-height: 42px;
  }

  .business-license {
    width: 200px;
    height: 133px;
  }

  .business-license img {
    width: 100%;
    height: 100%;
  }

  .upload-sfz .layui-upload-drag {
    width: 142px;
    height: 94px;
  }

  .upload-sfz .layui-upload-drag img {
    width: 100%;
    height: 100%;
  }
}
