* {
  margin: 0;
  padding: 0;
  border: none;
  /* border: 1px solid red; */
}

body {
  min-width: 1400px;
  background-image: url("../images/bg.png");
  background-color: RGBA(234, 230, 218, 1);
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.pointer {
  cursor: pointer;
}

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

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

.flex-column-center-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-item {
  width: 100%;
  height: 882px;
  position: relative;
}

.swiper-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  margin: 0 3px;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7d0f0f;
  width: 60px;
  opacity: 1;
}

.swiper-item-info {
  position: absolute;
  width: 600px;
  right: 10%;
  bottom: 4%;
  background-color: rgba(27, 27, 27, 0.5);
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
}

.swiper-item-info .title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
}

.swiper-item-info .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding: 15px 10px;
}

.swiper-item-info-div {
  position: relative;
}

.jiao1 {
  width: 42px;
  height: 42px;
  border-top: 2px solid rgba(211, 148, 49, 1);
  border-left: 2px solid rgba(211, 148, 49, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.jiao2 {
  width: 42px;
  height: 42px;
  border-top: 2px solid rgba(211, 148, 49, 1);
  border-right: 2px solid rgba(211, 148, 49, 1);
  position: absolute;
  top: 0;
  right: 0;
}

.jiao3 {
  width: 42px;
  height: 42px;
  border-bottom: 2px solid rgba(211, 148, 49, 1);
  border-left: 2px solid rgba(211, 148, 49, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.jiao4 {
  width: 42px;
  height: 42px;
  border-bottom: 2px solid rgba(211, 148, 49, 1);
  border-right: 2px solid rgba(211, 148, 49, 1);
  position: absolute;
  bottom: 0;
  right: 0;
}

.page-content {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 74px;
}

.information {
  display: flex;
  justify-content: space-between;
  padding-top: 43px;
}

.swiper-information-item {
  display: block;
  width: 354px;
  height: 380px;
}

.swiper-information-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.information .info-left {
  width: 945px;
  display: flex;
}

#swiper-information {
  width: 354px;
}

.information-list {
  flex: 1;
  background-image: url("../images/information.png");
  color: #fff;
  font-size: 16px;
  padding: 34px 18px 5px 18px;
}

.information-list .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.information-list .top .title {
  display: flex;
  align-items: center;
}

.information-list .top .title img {
  width: 44px;
}

.information-list .top .icon-rotateY {
  transform: rotateY(180deg);
}

.information-list .top .title span {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
}

.information-list .top .more {
  display: flex;
  align-items: center;
}

.information-list .top .more span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 30px;
}

.information-list .information-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.information-list .information-item .information-item-content {
  display: flex;
  align-items: center;
  color: #fff;
}

.information-list .information-item:last-child {
  margin-bottom: 0;
}

.information-list .information-item .information-item-content .dian {
  margin-right: 5px;
}

.information-list .information-item .information-item-content .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 420px;
}

.information .info-right {
  flex: 1;
  margin-left: 20px;
  background-image: url("../images/kaiguan.png");
  padding: 20px 23px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.information .info-right .title {
  font-weight: bold;
  font-size: 32px;
}

.information .info-right .subtitle {
  font-weight: 400;
  font-size: 16px;
}

.information .info-right .zxyy {
  background-image: url("../images/zxyy.png");
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
}

.information .info-right .zxyy img {
  width: 110px;
  margin: 0 35px 0 28px;
}

.information .info-right .zxyy span {
  font-weight: bold;
  font-size: 34px;
  position: relative;
  top: -5px;
  letter-spacing: 0.1em;
  color: #fff;
}

.information .info-right .kg-a {
  width: 120px;
  height: 120px;
  background: #1e5281;
}

.information .info-right .kg-a img {
  height: 52px;
}

.information .info-right .kg-a span {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}

.modules {
  display: flex;
  justify-content: space-between;
  padding-top: 43px;
}

.modules .item {
  width: 335px;
  height: 480px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.modules .item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.modules .item:hover .bg {
  transform: scale(1.2);
}

.modules .item .modules-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.modules .item .modules-content .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 35px;
  left: 52px;
}

.modules .item .modules-content .left img {
  width: 34px;
}

.modules .item .modules-content .left .text {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-family: "宋体";
}

.modules .item .modules-content .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.modules .item .modules-content .right img {
  width: 20px;
}

.modules .item .modules-content .right .text {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "宋体";
}

.modules .item .modules-content .left.t {
  top: 87px;
}

.foot {
  width: 100%;
  background: #1b1b1b;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot .logo {
  margin-top: 48px;
  height: 60px;
}

.foot .platform {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
}

.foot .platform .item {
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.foot .platform .item2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.foot .platform .item .icon {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(83, 83, 83, 1);
  transition: all 0.2s;
}

.foot .platform .item .text {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-top: 6px;
}

.foot .platform .item .qrcode-div {
  position: absolute;
  bottom: 85px;
  display: none;
}

.qrcode-div2 {
  padding-bottom: 15px;
}

.foot .platform .item .qrcode-div .qrcode {
  width: 125px;
  padding: 2px;
  background-color: #fff;
  display: block;
}

.foot .platform .item .qrcode-div .triangle {
  width: 0;
  height: 0;
  border-bottom: none;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  left: 43%;
}

.foot .platform .item:hover .qrcode-div {
  display: block;
}

.foot .platform .item:hover .icon {
  background-color: rgba(77, 36, 7, 1);
}

.foot .setting {
  width: 1200px;
  border-top: 1px solid rgba(83, 83, 83, 1);
  padding: 30px 0;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.foot .setting a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.foot .setting a:last-child,
.foot .setting span:last-child {
  margin-left: 45px;
}

@media (min-width: 850px) {
  .PC {
    display: block;
  }

  .MO {
    display: none;
  }
}

/* 当前屏幕宽度小于850px时 */
@media (max-width: 850px) {
  .PC {
    display: none;
  }

  .MO {
    display: block;
  }

  #swiper-banner {
    width: 100%;
  }

  #swiper-banner .swiper-item {
    width: 100%;
    height: auto;
  }

  #swiper-banner .swiper-item .swiper-item-img {
    width: 100%;
    height: 281px;
  }

  #swiper-banner .swiper-item .swiper-item-info {
    display: none;
  }

  .page-content {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .page-content .information {
    flex-direction: column;
    padding-top: 25px;
  }

  .page-content .information .info-left {
    width: 100%;
  }

  .information-list .information-item {
    margin-bottom: 15px;
  }

  .information-list .information-item .time {
    font-size: 14px;
    width: 85px;
    text-align: right;
  }

  .information-list .information-item .information-item-content {
    flex: 1;
  }

  .information-list .information-item .information-item-content .text {
    width: 92%;
  }

  #swiper-information {
    display: none;
  }

  .swiper-information-item {
    width: 100%;
    height: auto;
  }

  .swiper-information-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .information-list {
    padding: 20px 10px;
  }

  .information-list .top {
    display: block;
  }

  .information-list .top .title {
    justify-content: center;
  }

  .information-list .top .title img {
    width: 22px;
  }

  .information-list .top .title span {
    font-size: 18px;
  }

  .information-list .top .more {
    float: right;
  }

  .information-list .top .more img {
    width: 15px;
  }

  .information-list .top .more span {
    font-size: 14px;
  }

  .information .info-right {
    margin-left: 0;
    margin-top: 25px;
  }

  .information .info-right .zxyy {
    margin-top: 20px;
    justify-content: center;
  }

  .information .info-right .zxyy img {
    width: 100px;
    margin: 0 10px 0 0;
  }

  .information .info-right .zxyy span {
    font-size: 30px;
  }

  .information .info-right .zxyy_bottom {
    margin-top: 20px;
  }

  .information .info-right .kg-a {
    width: 30%;
  }

  .modules {
    padding-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 10px;
  }

  .modules .item {
    width: auto;
    height: 200px;
  }

  .modules .item .modules-content .left {
    top: 10px;
    left: 10px;
  }

  .modules .item .modules-content .left img {
    width: 20px;
  }

  .modules .item .modules-content .left .text {
    font-size: 25px;
  }

  .modules .item .modules-content .right .text {
    font-size: 14px;
  }

  .modules .item .modules-content .right img {
    width: 15px;
  }

  .modules .item .modules-content .right {
    bottom: 10px;
    right: 10px;
  }

  .modules .item .modules-content .left.t {
    top: 10px;
  }

  .foot .logo {
    width: 90%;
    height: auto;
    margin-top: 25px;
  }

  .foot .platform {
    width: 100%;
    padding: 20px 0;
  }

  .foot .platform .item {
    width: 16%;
  }

  .foot .platform .item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .foot .platform .item .icon {
    width: 20px;
    height: 20px;
  }

  .foot .platform .item .text {
    font-size: 12px;
    white-space: nowrap;
  }

  .foot .setting {
    width: 100%;
    padding: 20px 0;
    font-size: 11px;
  }

  .foot .setting span:last-child {
    margin-left: 5px;
  }

  .foot .setting a {
    font-size: 11px;
  }

  .foot .platform .item .qrcode-div .qrcode {
    width: 65px;
  }

  .foot .platform .item .qrcode-div {
    bottom: 60px;
  }

  .foot .platform .item .qrcode-div .triangle {
    left: 39%;
  }
}

/* 头部 */
.head-div {
  width: 100%;
  background-color: rgba(55, 26, 0, 0.8);
}

.head {
  width: 1400px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

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

.head .left .logo {
  height: 44px;
}

.head .left .nav {
  font-size: 18px;
  color: #fff;
  margin-left: 30px;
}

.head .left .nav .nav-li {
  float: left;
  position: relative;
}

.head .left .nav .nav-li .nav-li-a {
  height: 78px;
  padding: 0 15px;
  line-height: 78px;
  color: #fff;
  display: inline-block;
}

.head .left .nav .nav-li .nav-bar-img {
  display: inline-block;
  height: 20px;
  position: relative;
  top: 5px;
  vertical-align: baseline;
}

.head .left .nav .nav-li:last-child .nav-bar-img {
  display: none;
}

.head .left .nav .nav-li .option {
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 0;
  height: 0;
  overflow: hidden;
  display: none;
  transition: all 0.2s;
}

.head .left .nav .nav-li .option .triangle {
  width: 0;
  height: 0;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #371a00;
  margin-left: 15px;
}

.head .left .nav .nav-li .option a {
  display: block;
  white-space: nowrap;
  background-color: rgba(55, 26, 0, 1);
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  padding: 0 20px;
  transition: all 0.5s;
}

.head .left .nav .nav-li .option a:hover {
  background-color: rgba(55, 26, 0, 0.8);
}

.head .a-height {
  height: 12px;
  background-color: #371a00;
}

.head .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head .language-div {
  height: 78px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.head .language-div .select-icon {
  width: 24px;
  margin-left: 2px;
}

.head .language-div .language-option {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 70px;
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.head .language-div .language-option a {
  background-color: #371a00;
  line-height: 38px;
  display: block;
  white-space: nowrap;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
}

.head .language-div .language-option a:hover {
  background-color: rgba(55, 26, 0, 0.8);
}

.head .language-div .language-option .triangle {
  width: 0;
  height: 0;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #371a00;
  margin-left: 5px;
}

.head .login-div {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.head .login-div a {
  color: #fff;
  font-size: 18px;
}

.head .login-div .login-div-bar {
  margin: 0 10px;
}

.head .search-div {
  position: relative;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head .search-div .search-icon {
  width: 24px;
}

.head .search-div .search-option {
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 0;
  height: 0;
  overflow: hidden;
  display: none;
  transition: all 0.2s;
}

.head .search-div .search-option .triangle {
  width: 0;
  height: 0;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #371a00;
  margin-left: 5px;
}

.head .search-option-item {
  display: flex;
  border: 2px solid rgba(55, 26, 0, 1);
}

.head .search-input {
  height: 36px;
  width: 154px;
  line-height: 36px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 16px;
}

.head .search-input-icon-div {
  width: 38px;
  background-color: #371a00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head .search-input-icon {
  width: 25px;
}

.head .left .nav .nav-li .option a:hover {
  background-color: #85542a;
}

.head-mo {
  width: 100%;
  background-color: rgba(55, 26, 0, 0.8);
  padding: 20px 0 10px 0;
}

.head-mo .logo {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.head-mo .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 15px auto 0 auto;
}

.head-mo .btns .login,
.head-mo .btns .reg,
.head-mo .btns .language {
  font-size: 15px;
  color: #ffffff;
  margin-right: 5px;
}

.head-mo .btns .caidan {
  font-size: 15px;
  color: #ffffff;
}

.head-mo .btns .menu-icon {
  width: 18px;
  position: relative;
  top: -1px;
}
.menum {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menum-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.menum-modal .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.15);
}

.menum-modal .content {
  width: 50%;
  background-color: rgba(55, 26, 0, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  overflow: auto;
  transform: translateX(100%);
  transition: all 0.3s;
}

.menum-modal .content.show {
  transform: translateX(0%);
}

.menum-modal .content .item {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.menum-modal .content .item .sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menum-modal .content .item .sub a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.menum-modal .content .item .sub span {
  color: #fff;
  font-size: 18px;
}

.menum-modal .content .item .box {
  display: none;
  padding-top: 5px;
}

.menum-modal .content .item .box a {
  display: inline-block;
  white-space: nowrap;
  padding: 5px 5px 0 5px;
  color: #fff;
  font-size: 15px;
}

.foot .platform .item2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

#_ideConac a {
  margin-left: 0;
}

.visit_span {
  margin-left: 45px;
}

@media (max-width: 850px) {
  .visit_span {
    margin-left: 5px !important;
  }
}

.layui-form-item-radio .layui-form-radio > i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
  /* 设置为方形 */
  border: 1px solid #d2d2d2;
  font-size: 12px;
  box-sizing: border-box;
}

.layui-form-item-radio .layui-form-radio > i:hover {
  border: 1px solid #9f6735;
}

.layui-form-item-radio .layui-form-radioed > i {
  background: #9f6735;
  border: 1px solid #9f6735;
}

.layui-form-item-radio .layui-form-radioed > i:after {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.layui-form-item-radio .layui-form-radio > i:before {
  content: "";
}

.layui-form-item-radio .layui-form-radio:hover > * {
  color: #9f6735;
}

.layui-form-item-radio .layui-form-radio {
  color: #5f5f5f;
}

.layui-form-item-radio .layui-form-radioed {
  color: #9f6735;
}

.layui-form-vertical .layui-form-label {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 0;
}

.layui-form-vertical .layui-input-block {
  margin-left: 16px;
}

.layui-form-item-radio .layui-form-radio > * {
  font-size: 16px;
}

.layui-form-item-checkbox .layui-icon-ok:before {
  content: "✓";
  color: #fff;
  position: relative;
  top: -1px;
}

.layui-form-item-checkbox .layui-form-checkbox > div {
  font-size: 16px;
}

.layui-form-item-checkbox .layui-form-checkbox > i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 2px;
  /* 设置为方形 */
  border: 1px solid #d2d2d2;
  font-size: 12px;

  opacity: 1;
  transform: scale(1);
}

.layui-form-item-checkbox .layui-form-checkbox.layui-form-checked > i {
  border-color: #9f6735 !important;
  background-color: #9f6735;
}

.layui-form-item-checkbox .layui-form-checkbox:hover > i {
  border-color: #9f6735 !important;
}

.layui-form-item-checkbox .layui-form-checkbox > i:hover {
  border-color: #9f6735 !important;
  border: 1px solid #9f6735;
}

.layui-form-item-checkbox .layui-form-item-checkbox .layui-form-checked > i {
  background: #9f6735;
  border: 1px solid #9f6735;
}

.layui-form-item-checkbox .layui-form-checkbox:hover > * {
  color: #9f6735;
}

.layui-form-item-checkbox .layui-form-checkbox.layui-form-checked > div {
  color: #9f6735;
}

.p6_4_text {
  display: none;
}

@media (max-width: 850px) {
  .visit_span {
    margin-left: 5px !important;
  }
}

/* 当前屏幕宽度小于850px时 分页 */
@media (max-width: 850px) {
  #lay-page {
    margin-top: 20px;
  }

  #lay-page .layui-laypage a,
  #lay-page .layui-laypage span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }

  #lay-page .layui-laypage-skip {
    display: block;
    margin: 15px auto 0 auto !important;
    font-size: 14px !important;
  }

  #lay-page .layui-laypage-prev img,
  #lay-page .layui-laypage-next img {
    height: 25px;
  }

  #lay-page .layui-laypage input {
    height: 25px;
    line-height: 25px;
  }

  #lay-page .layui-laypage button {
    font-size: 14px !important;
    height: 25px;
    line-height: 25px;
  }
}

/* 分页 */
#lay-page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

#lay-page .layui-laypage-prev,
#lay-page .layui-laypage-next {
  border: none;
  position: relative;
  bottom: 2px;
  padding: 0;
  background-color: transparent !important;
}

#lay-page .layui-laypage-prev img,
#lay-page .layui-laypage-next img {
  height: 34px;
}

#lay-page .layui-laypage a,
#lay-page .layui-laypage span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
}

#lay-page .layui-laypage .layui-laypage-curr {
  background-color: #85542a;
}

#lay-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  display: block;
  padding: 0;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  border: 1px solid #85542a;
  box-sizing: border-box;
}

#lay-page .layui-laypage a:hover {
  color: #85542a;
}

#lay-page .layui-laypage-skip {
  width: auto !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #85542a !important;
  font-size: 16px !important;
  margin-left: 40px !important;
}

#lay-page .layui-laypage input {
  background-color: transparent;
  border: none;
  background-image: url("../images/page-input2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 78px;
  color: rgba(133, 84, 42, 1);
}

#lay-page .layui-laypage button {
  background-color: rgba(133, 84, 42, 1);
  border: none;
  margin-left: 20px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 15px;
}
