.pepm-new *{
  transition: 385ms ease;
  -webkit-transition: 385ms ease;
  -moz-transition: 385ms ease;
  -ms-transition: 385ms ease;
  -o-transition: 385ms ease;
}

.pepm-new .box {
  padding: 0 !important;
  max-width: 385px!important;
  width: 385px!important;
  min-height: 410px;
  padding-top: 23px !important;
  border: 0 !important;
  background: #fff;
  margin: auto;
  padding-bottom: 10px !important;
  box-shadow: 0 0 48px 4px rgba(101, 101, 101, 0.35);
}

.pepm-new .box.login, .pepm-new .box.reset-pwd {
  border-radius: 16px;
}

.pepm-new .box .subtitle {
  margin-bottom: 15px;
  font-size: 15px;
  color: #213f75;
  margin-top: 29px;
}
.pepm-new .box.go {
  min-height: 297px !important;
  padding-bottom: 0 !important;
}
.pepm-new .box.reset-pwd[data-step=sent],
.pepm-new .box.reset-pwd[data-step=sentTel]{
  min-height: 327px !important;
  padding-bottom: 0 !important;
}
.pepm-new .box.reset-pwd[data-step=sendform]{
  min-height: 367px !important;
}
.pepm-new .box.reset-pwd.sendform{
  padding-bottom: 0 !important;
}
.pepm-new .box.reset-pwd[data-step=reset]{
  min-height: 407px !important;
  padding-bottom: 0 !important;
}

.pepm-new .cp-logo {
  text-align: center;
  margin-bottom: 23px;
  min-height: 94px;
  line-height: 94px;

  width: 308px;
  margin-left: auto;
  margin-right: auto;
}
.pepm-new .cp-logo img {
  width: 100%;
  max-height: 230px;
}

.pepm-new .divide-line {
  height: 3px;
  width: 100%;
  background-color: #9a0000;

  margin-bottom: 30px;
}

.pepm-new .usr-email,
.pepm-new .usr-password,
.pepm-new .usr-input
{
  width: 308px;
  height: 57px;
  margin-left: auto;
  margin-right: auto;

  margin-bottom: 12px;
}
.pepm-new .usr-email .logo,
.pepm-new .usr-password .logo,
.pepm-new .usr-input .logo
{
  float: left;
  position: relative;
  background: #9f9f9f;
  width: 0px;
  height: 57px;
  text-align: center;
}
.pepm-new .usr-email .logo img,
.pepm-new .usr-password .logo img,
.pepm-new .usr-input .logo img
{
  width: 30px !important;
  height: 36px;
  margin-top: calc((57px - 36px)/2);
}
.pepm-new .usr-email .input,
.pepm-new .usr-password .input,
.pepm-new .usr-input .input
 {
  float: left;
  position: relative;
  border-radius: 4px;
}
.pepm-new .usr-email .input, .pepm-new .usr-email .input input,
.pepm-new .usr-password .input, .pepm-new .usr-password .input input,
.pepm-new .usr-input .input, .pepm-new .usr-input .input input
 {
  width: 100%;
  height: 57px;
  color: #353535;
  background: #f2f2f2;
}
.pepm-new .usr-email .input input,
.pepm-new .usr-password .input input,
.pepm-new .usr-input .input input
 {
  padding-left: 12px;
  font-size: 18px;
  border: 0;
  border-radius: 4px;
}

.pepm-new .usr-email input:-webkit-autofill,
.pepm-new .usr-password input:-webkit-autofill,
.pepm-new .usr-input input:-webkit-autofill
 {
  transition: background-color 5000s ease-in-out 0s !important;
}
.pepm-new .usr-email input::-webkit-input-placeholder,
.pepm-new .usr-password input::-webkit-input-placeholder,
.pepm-new .usr-input input::-webkit-input-placeholder
 {
    color: #b9b9b9;
    font-size: 18px;
}

.pepm-new .remember-30days {
  height: 26px;
  margin-top: 13px;
  margin-left: calc((385px - 308px) / 2);
  display: inline-block;
  margin-bottom: 0;
}
.pepm-new .remember-30days .layui-form-checkbox {
  margin-top: 0;
}
.pepm-new .remember-30days .layui-form-checkbox span {
  padding: 0;
  padding-left: 4px;
  color: #353535;
  font-size: 13px;
  line-height: 17px;
}
.pepm-new .remember-30days .layui-form-checkbox .layui-icon {
  border-width: 2px;
  width: 12px;
  height: 12px;
}
.pepm-new .remember-30days .layui-unselect.layui-form-checkbox.layui-form-checked .layui-icon{
  background: transparent;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
}

.pepm-new .forget-password {
  height: 26px;
  margin-top: 13px;
  float: right;
  text-align: right;
  margin-right: calc((385px - 308px) / 2);
  margin-bottom: 0;

  font-size: 13px;
}
.pepm-new .box .forget-password a {
  font-size: 14px;
  line-height: 14px;
  color: #444343;
}

.pepm-new .btn-submit{
  width: 305px;
  height: 56px;
  margin: 19px auto 0 auto;
  border-radius: 4px;
}
.pepm-new#go .btn-submit{
  margin: 25px auto 0 auto;
}
.pepm-new .btn-submit.mobile{
  display: none;
}
.pepm-new .btn-submit.pc{
  display: block;
}
.pepm-new .btn-submit button,
.pepm-new .btn-submit .pn-submit{
  width: 100%;
  height: 100%;
  border-radius: 4px;

  font-size: 20px;
  line-height: 56px;

  background: rgba(38,83,162,1);
  color: rgba(255, 255, 255, 1);
}

.pepm-new .btn-submit.active button,
.pepm-new .btn-submit.active .pn-submit
{
  width: 100%;
  height: 100%;
  border-radius: 4px;

  background: rgba(154,0,0,1);
  color: #fff;
}

.pepm-new .btn-submit .pn-submit-half {
  width: 46%;
  height: 82%;
  border-radius: 4px;
  font-size: 18px;
  line-height: calc(56px * 0.82);

  background: rgba(154,0,0,1);
  color: #fff;
}

.pepm-new .recommand{
  margin-top:15px !important;
  border: 0 !important;
  padding: 0 !important;

  text-align:center !important;
  font-size:14px !important;
  line-height: 14px;
  color: #5e5d5d!important;
}

.pepm-new .recommand a {
  text-align:center;
  font-size:14px;
  line-height: 14px;
  margin: 0 5px;
  margin-top:15px;

  color: #314e6c !important;

  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  .pepm-new .cp-logo {
    text-align: center;
    height: 72px !important;
    line-height: 72px !important;

    margin: 48px auto 48px auto !important;

    width: 308px;
    margin-left: auto;
    margin-right: auto;
  }
  .pepm-new .cp-logo img {
    max-height: 100%;
    max-width: 100%;

    min-height: 50%;
  }

  .pepm-new .usr-email,
  .pepm-new .usr-password,
  .pepm-new .usr-input
  {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .pepm-new .remember-30days {
    margin-left: 32px;
  }

  .pepm-new#go .btn-submit {
    width: auto;
    margin: 79px 22px !important;
  }
}
@media screen and (min-width: 319px) and (max-width: 749px){
  .pepm-new {
    padding: 0;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;

    margin-top: -20px;

    background: #fff !important;
  }
  .pepm-new .box {
    width: 100% !important;
    height: 100%;

    margin: 0 auto !important;

    background: #fff !important;

    box-shadow: 0 0 0 0;
  }

  .pepm-new .cp-logo {
    min-height: 108.5px;
    line-height: 79px;

    margin: 48px auto 56px auto;

    text-align: center;
  }

  .pepm-new .divide-line {
    display: none;
  }

  .pepm-new .title legend {
    text-align: center;
    margin-bottom: 32px;
    font-size: 24px;
  }

  .pepm-new .usr-email,
  .pepm-new .usr-password,
  .pepm-new .usr-input
  {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;

    margin-bottom: 12px;
  }

  .pepm-new .usr-email .input::before,
  .pepm-new .usr-password .input::before,
  .pepm-new .usr-input .input::before
  {
    position: absolute;
    top: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #393939;
  }
  .pepm-new .usr-email .input::before {
    content: "Username";
  }
  .pepm-new .vcode-input-wrapper.input::before {
    content: "Captcha";
  }
  .pepm-new .usr-password .input::before {
    content: "Password";
  }
  .pepm-new .usr-input.cid_name .input::before {
    content: "";
  }
  .pepm-new .usr-input.usr-tel .input::before {
    content: "手机号";
  }
  .pepm-new .usr-input.usr-vcode .input::before {
    content: "验证码";
  }

  .pepm-new .usr-email .logo, .pepm-new .usr-password .logo, .pepm-new .usr-input .logo{
    display: none;
  }
  .pepm-new .usr-email .logo img, .pepm-new .usr-password .logo img, .pepm-new .usr-input .logo img{
    display: none;
  }

  .pepm-new .usr-email .input, .pepm-new .usr-email .input input,
  .pepm-new .usr-password .input, .pepm-new .usr-password .input input,
  .pepm-new .usr-input .input, .pepm-new .usr-input .input input
  {
    width: 100%;
    height: 57px;
    color: #353535;
    background: #fff;
  }
  .pepm-new .usr-email .input input,
  .pepm-new .usr-password .input input,
  .pepm-new .usr-input .input input
  {
    padding-left: 5em;
    font-size: 18px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
  }
  .pepm-new.reg .usr-email .input input,
  .pepm-new.reg .usr-password .input input,
  .pepm-new.reg .usr-input .input input
  {
    padding-left: 1em !important;
  }
  .pepm-new .usr-input.cid_name .input input{
    padding-left: 0;
    text-align: center;
  }

  .pepm-new .usr-email input:-webkit-autofill,
  .pepm-new .usr-password input:-webkit-autofill,
  .pepm-new .usr-input input:-webkit-autofill
  {
    transition: background-color 5000s ease-in-out 0s !important;
    background: transparent;
  }

  .pepm-new .btn-submit.mobile{
    display: block;

    border-radius: 5px;

    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    margin: 56px 16px 11px 16px;
  }

  .pepm-new .btn-submit{
    margin: 38px auto 0 auto;
  }

  .pepm-new .btn-submit.pc{
    display: none;
  }

  .pepm-new .remember-30days {
    margin-left: 32px;
  }
  .pepm-new .remember-30days .layui-form-checkbox .layui-icon {
    left: -100%;
  }

  .pepm-new .forget-password {
    height: 32px;

    float: right;
    text-align: right;

    margin: 13px 16px 32px 0;
  }
  .pepm-new .box .forget-password a {
    font-size: 14px;
    line-height: 14px;
    color: #353535;
  }

  .pepm-new#go {
    background: #eeeeee;
    background-size: 100% 100%;

    margin-left: 0%;
    margin-right: 0%;
  }

  .pepm-new#go .cp-logo {
    margin-top: 55px;
    max-height: 66px;
    margin-bottom: 85px;
  }

  .pepm-new#go .btn-submit {
    width: auto;
    margin: 79px 16px;
  }

}

.reg-type-switch {
    text-align: center;
    margin-top: 1em;
}

.tel-verify {
  padding: 5% 10%;
  height: 100%;
}

.tel-verify .input{
  width: calc(100% - 15px);
  height: 42px;
  line-height: 42px;
  border: 1px solid #e6e6e6;
  margin-bottom: 8px;
  padding-left: 1em;
}
.tel-verify .verbtn{
  float: right;
  width: 35% !important;
}
.tel-verify .tvbtn{
    background: rgba(154,0,0,1);
    border-radius: 4px;
    color: #fff;
    border: 0;
    height: 38px;
    cursor: pointer;
    margin-top: 3px;
    font-size: 15px;
  width: 100%;
}
.tel-verify .tvbtn[disabled]{
    background: #c2c2c2;
}
.pepm-new .vcode-input-wrapper {
  width: calc(calc(385px - (calc(385px - 308px))) * 0.6) !important;
}
.pepm-new #vcode {
  width: calc(calc(385px - (calc(385px - 308px))) * 0.4 - 0.9em) !important;
  cursor: pointer;
  height: 53px;
  margin-top: 2px;
}
@media screen and (max-width:766px){
  .pepm-new .vcode-input-wrapper {
    width: 60.5% !important;
  }
  .pepm-new #vcode {
    width: auto !important;
  }
}
@media screen and (max-width:320px){
  .pepm-new #vcode {
    width: 35% !important;
  }
}

.pepm-new .login-tab {
  display: flex;
  width: 308px;
  margin: 0 auto;

  font-size: 16px;
}

.pepm-new .login-tab .login-tab__item {
  flex: 1;
  text-align: center;
  padding-bottom: 1em;

  color: #00000066;

  cursor: pointer;
}
.pepm-new .login-tab .login-tab__item.cur {
  color: black;
}

.pepm-new .usr-input.usr-vcode {
  display: flex;
}
.pepm-new .usr-input.usr-vcode .input {
  flex: 1;
}
.pepm-new .usr-input.usr-vcode button {
  flex: 0 0 auto;
  width: 7em;
  margin-left: 1em;
  border: 0;
  background: #9a0000;
  color: white;
  border-radius: 5px;
  font-size: 16px;

  cursor: pointer;
}
.pepm-new .usr-input.usr-vcode button[disabled] {
  background: #9a000077;
  cursor: not-allowed;
}

.filter-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  border-radius: 7px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 7px !important;
}

.list-filter .select2-container--default .select2-selection--multiple {
  border-radius: 7px !important;
}

.list-filter .layui-input {
  border-radius: 5px !important;
}

.list-search-input {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.list-search-wrap .list-search-full {
  background: black !important;
  color: #fff !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.list-search-wrap .list-header-btns .layui-btn {
  border-radius: 5px !important;
}

#comment-box-options-card .options-card input[type=search] {
  border: 0 !important;
}

.msg_control .layui-btn {
  border-radius: 5px !important;
}

.dataTables_filter label input {
  border-radius: 5px !important;
}

#search_details .select2-container .select2-selection--single .select2-selection__rendered {
  height: 31px
}

.pepm-action-btns .layui-input-block button:first-of-type, .pepm-view .pepm-action-btns a:first-of-type {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.pepm-action-btns .layui-input-block button:last-of-type, .pepm-view .pepm-action-btns a:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.msg_control .layui-form-checkbox[lay-skin=primary] i {
  border: none;
  left: 1px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 6px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-radius: 6px;
}

.select2, .pepm-table .layui-input, .pepm-table .layui-select, .pepm-table .layui-textarea, .pepm-table .data {
  border-radius: 6px;
}

.Comment h5 {
  background: #2f425d !important;
  border-radius: 6px !important;
  color: #fff !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  position: absolute;
  top: 16% !important;
}

.layui-layedit {
  border-radius: 8px !important;
}

.comment-box .layui-layedit .layui-layedit-iframe iframe {
  border-radius: 8px !important;
}

.layui-layedit-tool {
  border: none !important;
}

.layui-layer-title{
  border: none !important;
}

.pepm-table-wrap {
  border: none !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 6px !important;
}

@media screen and (min-width: 320px) and (max-width: 849px) {
  #login-submit {
    background: rgb(38, 83, 162) !important;
    width: 87% !important;
    margin-left: 1em !important;
  }
}


@media screen and (min-width: 319px) and (max-width: 749px) {
  .pepm-new .box {
    padding: 0 !important;
    max-width: 385px !important;
    min-height: 410px;
    padding-top: 23px !important;
    border: 0 !important;
    background: #fff;
    margin: auto;
    padding-bottom: 10px !important;
    box-shadow: 0 0 48px 4px rgba(101, 101, 101, 0.35);
  }

  .pepm-new .cp-logo img {
    width: 56%;
    margin-left: -1.3em;
  }

  .pepm-new .usr-email .input::before, .pepm-new .usr-password .input::before, .pepm-new .usr-input .input::before {
    display: none;
  }

  .pepm-new .usr-email .input, .pepm-new .usr-email .input input, .pepm-new .usr-password .input, .pepm-new .usr-password .input input, .pepm-new .usr-input .input, .pepm-new .usr-input .input input {
    width: 90% !important;
    margin-left: auto;
  }

  .pepm-new .usr-email .input input, .pepm-new .usr-password .input input, .pepm-new .usr-input .input input {
    background: #f2f2f2;
  }

  .pepm-new .usr-email .input input, .pepm-new .usr-password .input input, .pepm-new .usr-input .input input {
    padding-left: 1em !important;
    border: 0;
  }

  .pepm-new .box .forget-password a {
    margin-right: 2.7em;
  }

  .block_c .pipeline-td-2 {
    width: 100% !important;
  }

  .singel-input .layui-input-block {
    margin-top: -8px;
  }

  .elem-new.toolbar:not(.dropdown--show) {
    box-shadow: none !important;
  }

  .elem-new .border-bottom:after, .elem-new.border-bottom:after {
    display: none !important;
  }

  .elem-new.toolbar + .toolbar__dropdown-wrapper .toolbar__subs-container .toolbar-subs__sub.checked {
    background-color: #E5F1FB !important;
  }

  .elem-new.toolbar + .toolbar__dropdown-wrapper .toolbar__subs-container .toolbar-subs__sub.checked {
    background-color: #E5F1FB !important;
  }

  .elem-new.toolbar + .toolbar__dropdown-wrapper .toolbar-subs__sub:nth-child(odd) {
    background-color: #f5f5f5 !important;
  }

  .layui-tab-title .layui-this:after {
    background-color: #E5F1FB !important;
    border-radius: 7px;
  }

  .layui-tab-item h6 {
    opacity: 0;
  }

  .ion-ios-arrow-right:before {
    opacity: 0;
  }

  .elem-new.list--mobile .list__entity--mobile {
    margin-top: 8px;
  }

  .layout.layout--mobile #canvas, .slide-in-ph #canvas {
    top: 0 !important;
  }

  .elem-new #filter-div__wrapper .filter-btn .filter-btn--confirm {
    background-color: #212121;
    border-radius: 5px;
    flex: 1;
    order: 1;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 90px;
    font-size: 16px;
    height: 42px;
  }

  .elem-new #filter-div__wrapper .filter-btn {
    margin-left: 38px;
  }

  .elem-new #filter-div__wrapper .filter-btn .filter-btn--reset {
    background: #212121;
    color: #fff;
    border-radius: 5px;
    flex: 1;
    order: 2;
    margin-left: -5px;
    margin-right: 10px;
    max-width: 90px;
    font-size: 16px;
    height: 42px;
  }

  td .databox-list {
    background: #f3f3f3;
    border-radius: 6px;
    border: 0;
    margin-left: 2px;
    margin-top: 6px !important;
    max-height: 342px;
  }

  .layui-layer-content .databox-muti {
    margin-top: 26px;
  }

  .databox-item, .databox-wrap .loadmore, .databox-wrap .loaded {
    background: #dadada;
    border-radius: 6px;
    margin-bottom: 7px;
    box-shadow: 0px 1px 3px 0px #A9A9A9;
  }

  .layui-btn {
    border-radius: 6px;
  }

  input[type=search] {
    border-radius: 7px;
    background: white;
  }

  .mobile-menu-tabs .mobile-menu-tab.cur-this {
    background-color: #E5F1FB !important;
    border-radius: 3px;
    border: 0 !important;
  }

  .comment-box--mobile .comment-box__submit button {
    background-color: #454545 !important;
    height: 32px !important;
    margin-bottom: 6px !important;
    margin-right: 66px !important;
    min-width: 58px !important;
    margin-top: 3px !important;
    box-shadow: 2px 2px 2px -1px #ccc !important;
  }

  .comment-box--mobile .comment-box__upload {
    width: 44px !important;
    height: 42px !important;
    margin-top: auto !important;
  }

  .comment-box--mobile .comment-box__submit {
    width: 1px !important;
    right: 0 !important;
    margin-top: auto;
    height: 37px !important;
    position: initial !important;
  }

  textarea#comment-content {
    background: #ffffff !important;
    box-shadow: 0px 1px 2px 1px #ccc !important;
  }

  .noprint .comment-box--mobile .comment-box__submit button {
    background-color: #454545 !important;
    height: 32px !important;
    margin-bottom: 0px;
    margin-right: 71px;
    min-width: 58px;
    margin-top: -2px;
    box-shadow: 0px 1px 2px 1px #ccc !important;
  }

  .elem-new #filter-div__wrapper .filter-btn {
    position: sticky;

  }

  .elem-new #filter-div__wrapper .filter-btn .filter-btn--reset {
    background: #212121 !important;
    color: #fff !important;
    box-shadow: 2px 2px 2px 0px #ccc !important;
  }

  .elem-new #filter-div__wrapper .filter-btn .filter-btn--confirm {
    background-color: #212121 !important;
    color: #fff !important;
    box-shadow: 2px 2px 2px 0px #ccc !important;
  }
  .elem-new #filter-div__wrapper .filter-btn {
    line-height: 43px !important;

  }

  .elem-new #filter-div__wrapper .filter-btn {
    position: sticky;

  }

  .elem-new #filter-div__wrapper .filter-btn .filter-btn--reset {
    background: #212121 !important;
    color: #fff !important;
    box-shadow: 2px 2px 2px 0px #ccc !important;
  }

  .elem-new #filter-div__wrapper .filter-btn .filter-btn--confirm {
    background-color: #212121 !important;
    color: #fff !important;
    box-shadow: 2px 2px 2px 0px #ccc !important;
  }
  .elem-new #filter-div__wrapper .filter-btn {
    line-height: 43px !important;

  }
}

.offline-feedback {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border: 2px solid currentColor;
  border-radius: 0.25rem;
  color: #1c314e;
  background-color: #dcdee1;
  font-size: 12px;
  width: 100%;
}
.offline-feedback .locally-btn-clear, .offline-feedback .locally-btn-download {
  margin-left: 5px;
  text-decoration: underline;
}

.layui-elem-field legend {
  margin: auto;
}
.layui-layer .layui-layer-btn {
  padding-top: 0 !important;
}

.tinymce-naked-editor-wrapper {
  border: 1px solid #e1e5e8;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 0 -1px rgba(0, 0, 0, .05);
}

.layui-elem-field legend {
  margin: auto;
}

/* 一级菜单右侧边线 */
.layui-body, #menu2{
  border: none !important;
}

/* region 模块列表样式调整 */
/* 删除、编辑按钮调整: 鼠标移入显示删除、编辑按钮、调整颜色 */
.nc .ion-edit{color: #2568d7;}
.nc .ion-trash-a{color: #ff0000;}
table tr .nc:last-child span {visibility: hidden;}
table tr:hover .nc:last-child span {visibility: visible;}
.noprint .ion-edit{color: #2568d7;}
.noprint .ion-trash-a{color: #ff0000;}
table tr .noprint span {visibility: hidden;}
table tr:hover .noprint span {visibility: visible;}

/* 表格新样式 */
table.layui-table:not(.calendar) {border-collapse: separate;width: 100%;background: transparent;}
table.layui-table:not(.calendar) thead tr {background: #f5f5f5;border-radius: 8px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
table.layui-table:not(.calendar) thead th {padding: 10px !important;border: none !important;}
table.layui-table:not(.calendar) thead tr:first-child th:first-child {border-top-left-radius: 8px;}
table.layui-table:not(.calendar) thead tr:first-child th:last-child {border-top-right-radius: 8px;}
table.layui-table:not(.calendar) tbody tr {background: #fff;border-radius: 8px;transition: transform 0.15s ease, box-shadow 0.15s ease;}
table.layui-table:not(.calendar) tbody td:first-child {border-top-left-radius: 8px;border-bottom-left-radius: 8px;}
table.layui-table:not(.calendar) tbody td:last-child {border-top-right-radius: 8px;border-bottom-right-radius: 8px;}
table.layui-table:not(.calendar) td, table.layui-table:not(.calendar) th {border: none !important;}

/* 表格勾选框圆角 */
table .layui-unselect{border-radius: 5px;}

/* 表头调整 */
.layui-table thead th:not([class='checkall sorting_disabled']){text-align: left !important;}
table.dataTable tbody td, table.dataTable tbody th{padding: 10px 10px !important;}

/* 背景圆角 */
.content-main{border-radius: 10px;}
/* endregion */