.layui-layer-btn .layui-layer-btn0 {
  border-color: #dedede !important;
  background-color: #fff !important;
  color: #333 !important;
}

.layui-layer-btn .layui-layer-btn1 {
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}

.product_list {
  padding-top: 10px;
  overflow: hidden;
}

.product_list a {
  display: block;
  position: relative;
  width: 200px;
  height: 300px;
  float: left;
  margin-right: 45px;
  color: #333;
  cursor: pointer;
}

.product_list a .color {
  color: #666;
}

.product_list span,
.product_list img {
  display: block;
}

.product_tit {
  padding: 20px 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.product_miaos {
  padding: 20px 0;
  font-size: 14px;
}

.product_xq {
  position: absolute;
  left: 0;
  bottom: 15px;
  font-size: 14px;
}

.product_list a:hover {
  background: #5d9cec;
  color: #fff;
}

.product_list a:hover .color {
  color: #fff;
}

.product_list a:hover span {
  padding-left: 5px;
}

.nxx_cont-box {
  background-color: #f8f8f8;
  padding-bottom: 60px;
}

.nxx_cont {
  width: 1200px;
  margin: 0 auto;
}

.nxx_xcgg {
  display: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}

.nxx_xcgg span {
  display: inline-block;
  margin-right: 24px;
  padding: 0 10px 10px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.nxx_xcgg span:hover,
.nxx_xcgg .act {
  color: #4a89dc;
  border-bottom: 2px solid #5d9cec;
}

.nxx_newlist {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #e6e6e6;
  font-size: 14px;
}

.nxx_newtit {
  float: left;
  color: #333;
}

.nxx_newdate {
  float: right;
  color: #999;
}

.nxx_newlist:hover .nxx_newtit {
  color: #4a89dc;
}

/* 中部修改样式 */
.tab_a {
  width: 100%;
}

/* 选项卡 */
.tab1ys-box {
  height: 80px;
  /* padding: 0 336px; */
  margin-bottom: 30px;
}

.tab_a .tab1ys {
  height: 28px;
  padding: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_nav {
  height: 100%;
  font-size: 18px;
  margin-right: 30px;
  color: #333333;
  border-bottom: 2px solid #f8f8f8;
}

.list_nav:hover {
  color: #4a89dc;
  border-bottom: 2px solid #5d9cec;
  cursor: pointer;
}

.active {
  border-bottom: 2px solid #5d9cec;
  color: #4a89dc !important;
}

.tab_a .tabcon_sy {
  width: 100%;
}

.tab_nav {
  width: 100%;
  display: none;
}

.on {
  display: block;
}

/* 标题1 */
.firstPage-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tit-span {
  width: 9px;
  height: 14px;
  background: #999999;
  margin-right: 7px;
}

.tit-p1 {
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}

/* 轮播图 */
.swiper-father {
  height: 177px;
  position: relative;
  padding: 0 26px;
  margin-bottom: 32px;
}

.swiper-container {
  width: 100%;
  height: 177px;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-wrapper>.swiper-slide {
  width: 371px !important;
  height: 171px;
  padding: 1px;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
}

.swiper-slide:hover {
  border: 1px solid #6879f6;
  border-radius: 10px;
  z-index: 2;
  box-shadow: 0px 0px 10px #b0b0b0;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-next {
  background-image: url(/nxx/static/images/icon_arrow_down_x2.png);
  transform: rotate(-90deg) translate(-25px, 5px);
  background-size: 16px 8px;
  background-color: #ffffff;
  width: 177px;
  height: 16px;
  position: absolute;
  top: 76px;
  right: -72px;
}

.swiper-button-prev {
  background-image: url(/nxx/static/images/icon_arrow_down_x2.png);
  transform: rotate(90deg) translate(-25px, 5px);
  background-size: 16px 8px;
  background-color: #ffffff;
  width: 177px;
  height: 16px;
  position: absolute;
  top: 126px;
  left: -71px;
}

/* 中间图片内容 */
.firstPage-centen {
  width: 100%;
}

.firstPage-all {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.firstPage-one {
  width: 538px;
  height: 118px;
  margin-bottom: 30px;
  border: 1px solid white;
  padding: 10px;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.firstPage-image {
  width: 100%;
  height: 100%;
}

.firstPage-span {
  width: 25px;
  height: 138px;
  display: inline-block;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
}

.firstPage-hov {
  width: 558px;
  height: 40px;
  background: #6476fb;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: -43px;
  left: 0;
  opacity: .9;
  transition: all .5s ease;
}

.firstPage-hov a {
  font-size: 15px;
  color: white;
  display: block;
}

.firstPage-one:hover {
  cursor: pointer;
  border: 1px solid #7383fb;
  box-shadow: 0px 0px 10px #b0b0b0;
}

.firstPage-one:hover .firstPage-hov {
  bottom: 0px;
}

/* 第四页选项卡 */
.tab_wrap {
  width: 1200px;
  height: 715px;
  overflow: hidden;
  position: relative;
}

.list-box {
  width: 100%;
  height: 90px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-tit {
  width: 360px;
  height: 90px;
  display: flex;
  align-items: center;
  background: white;
  color: #333333;
}

.list-tit>img {
  width: 180px;
  height: 90px;
}

.list-tit>p {
  width: 180px;
  height: 90px;
  font-size: 23px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
}

.tab-box {
  width: 3600px;
  position: absolute;
  left: 0;
  top: 122px;
}

.show {
  background-color: #5d9cec !important;
  color: #ffffff !important;
}

/* 家庭模板 */
.tab-cent {
  width: 1200px;
  float: left;
}

/* 底部 */
.h_footer {
  position: absolute;
  width: 100%;
  left: 0px;
}

.hf_bot {
  color: #dadada;
}

/* 轮播判断样式 */
.hiddens {
  display: none;
}

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

#hideErrMsg {
  cursor: pointer;
  position: absolute;
  right: 10px;
}

/*第五页 */
.bx_top {
  display: flex;
  justify-content: space-between;
}

.bx_imgtext {
  width: 510px;
  margin-bottom: 58px;
}

.bx_imgtext img {
  margin-bottom: 18px;
}

.bx_imgtext p {
  color: #333;
  min-height: 40px;
  font-size: 14px;
}

.bx_imgtext p:nth-of-type(1) {
  text-indent: 20px;
}

.bx_imgtext button {
  cursor: pointer;
  width: 150px;
  height: 40px;
  background: #3e71ea;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 25px;
  outline: none;
  border: none;
  display: block;
  margin: 0 auto;
}

.bx_bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.bx_btodiv {
  width: 30%;
  text-align: center;
}

.bx_btodiv img {
  /* width: 360px;
			height: 190px; */
  width: 100%;
  margin: 20px 0;
}

.bto-hint {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}

.bto-btn {
  cursor: pointer;
  width: 106px;
  height: 33px;
  color: #81a2f1;
  border: 1px solid #81a2f1;
  line-height: 33px;
  margin: 0 auto;
  border-radius: 20px;
}

.bx_text {
  text-align: center;
  margin-bottom: 35px;
  color: #333;
  font-size: 14px;
}

.bx_text p:nth-of-type(1) {
  margin-bottom: 10px;
}

/* alert */
.alert-load {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background-color: rgba(0, 0, 0, .4);
  z-index: 999;
}

.alert-show {
  background: #fff;
  color: #333;
  width: 640px;
  height: 444px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.show-heade {
  height: 53px;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  align-self: center;
  justify-content: space-between;
  line-height: 53px;
  padding: 0 25px;
  font-size: 16px;
}

.alert-p {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
}

.show-hint {
  line-height: 30px;
  border: 1px solid #ffa39e;
  background: #fff2f1;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}

.show-hint p:nth-of-type(1) {
  border-radius: 50%;
  border: 1px solid #f5222d;
  color: #f5222d;
  width: 12px;
  height: 12px;
  line-height: .7;
  text-align: center;
  margin: 0 5px 0 15px;
}

.show-hint p:nth-of-type(3) {
  margin-left: 30px;
}

.show-hint p:nth-of-type(4) {
  position: absolute;
  right: 15px;
}

.show-nav {
  height: 30px;
  margin: 5px 30px;
}

.show-table {
  width: 400px;
  margin: 0 auto;
}

.table-li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.table-li input {
  width: 297px;
  height: 30px;
  padding-left: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.table-li textarea {
  width: 297px;
  height: 67px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 5px;
  font: small-caption;
}

.table-li:last-child {
  align-items: unset;
}

.tab-hint {
  display: flex;
  align-items: center;
  margin: 25px 0 30px 0;
}

.tab-hint a {
  margin-left: 8px;
  color: #1890ff;
}

.show-btn {
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}

.show-btn button {
  cursor: pointer;
  width: 158px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 4px;
}

.show-btn button:nth-of-type(1) {
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #333;
  margin-right: 30px;
}

.show-btn button:nth-of-type(2) {
  border: 1px solid #1890ff;
  background: #1890ff;
  color: #fff;
}

.posit {
  position: absolute;
  color: #ff7417;
  left: 3px;
}

.posit2 {
  position: absolute;
  color: #ff7417;
  left: -8px;
}

.bookClose {
  cursor: pointer;
}

.home-banner {
  max-width: 100%;
  height: 200px;
  background: #e0edff url(/nxx/static/images/home-banner.png) no-repeat center;
  background-position: right 10% bottom 77%;
  display: block;
}

.ho_tit {
  padding: 40px 0 0 70px;
}

.ho_tit div:nth-of-type(1) {
  font-size: 42px;
  color: #333;
}

.ho_tit div:nth-of-type(2) {
  font-size: 30px;
  color: #666;
}

textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px;
  font-family: "微软雅黑";
}