@charset "UTF-8";
:root {
  --color-themes: #023c49;
  --color-text-primary: #666666;
  --color-text-secondary: #999999;
  --color-text-dark: #333333;
  --color-text-light: #ffffff;
  --color-accent: #076479;
  --color-accent-light: #69bcad;
  --color-border: #e0e0e0;
  --color-border-dark: #292929;
  --color-bg-light: #f7f7f7;
  --color-bg-dark: #023c49;
  --color-bg-hover: #efefef;
}

/* 颜色变量 */
/* 字体大小变量 */
/* 间距变量 */
/* 断点变量 */
/*
 * 组件函数
 * cubic-bezier(0.25, 0.1, 0.82, 0.44)
 */
/* 文本截断混合器 */
/* 网格布局混合器 */
/* 响应式断点混合器 */
.flex {
  display: flex;
}

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

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

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

html, body {
  max-width: 100%;
  margin: 0 auto;
}

body {
  font-size: 16px;
  color: #000;
  background: #fff;
  line-height: 1.4;
  word-break: break-word;
  font-family: Microsoft YaHei, Tahoma, Geneva, sans-serif;
  position: relative;
}

ul, ul li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  -webkit-user-drag: none;
}

em, i {
  font-style: normal;
}

a, button {
  cursor: pointer;
  outline: none;
}

a, a:hover {
  text-decoration: none;
}

button, input, select, textarea {
  vertical-align: middle;
  outline: 0 !important;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 750pt #fff inset;
}

.clear, .clearfix:after {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.clear, .clearfix:after, .hide {
  overflow: hidden;
}

.mc {
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
}

::-moz-selection {
  background: #a7bd06;
  color: #fff;
}

::selection {
  background: #a7bd06;
  color: #fff;
}

::-moz-selection {
  background: #a7bd06;
  color: #fff;
}

.mypage {
  height: 33px;
  text-align: center;
}

.mypage a, .mypage em {
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border: 1px solid #e1e4e8;
  color: #313131;
  cursor: pointer;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  margin-left: -1px;
  padding: 7px 12px;
  position: relative;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.mypage a:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.mypage em {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 0;
}

.mypage a:hover {
  background: #f8f8f8;
}

.mypage a.cur {
  background-color: #023c49;
  border-color: #023c49;
  color: #ffffff;
  z-index: 3;
}

.entry-content {
  padding: 20px;
  font-size: 16px;
  line-height: 2;
  color: #666666;
}

.imgzoom {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.imgzoom:hover {
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -webkit-transform-origin: center center;
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform-origin: center center;
  -moz-transform: scale(1.03, 1.03);
}

.wp, .wp_home {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .wp, .wp_home {
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1024px) {
  .wp, .wp_home {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.wp-sm {
  width: 900px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.lio {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.lio:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
  background: #d79610;
}

.swiper-navigation-theme .navigation-postion {
  width: 100%;
  display: flex;
  justify-content: center;
}
.swiper-navigation-theme .navigation-postion .button-prev, .swiper-navigation-theme .navigation-postion .button-next {
  position: static;
  width: 200px;
  height: 40px;
  background-size: 100% 100% !important;
  background: #023c49;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-navigation-theme .navigation-postion .button-prev.swiper-button-disabled, .swiper-navigation-theme .navigation-postion .button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-navigation-theme .navigation-postion .button-prev:after {
  height: 22px;
  width: 123px;
  content: "";
  background: url(/public/static/default/images/prev1.png) no-repeat center/cover !important;
}
.swiper-navigation-theme .navigation-postion .button-next:after {
  height: 22px;
  width: 123px;
  content: "";
  background: url(/public/static/default/images/next1.png) no-repeat center/cover !important;
}
.swiper-navigation-theme .swiper-button-next, .swiper-navigation-theme .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 100% 100% !important;
}
.swiper-navigation-theme .swiper-button-prev {
  left: 0px;
  background: url(/public/static/default/images/prev.png) no-repeat center/cover !important;
}
.swiper-navigation-theme .swiper-button-next {
  right: 0px;
  background: url(/public/static/default/images/next.png) no-repeat center/cover !important;
}

.text-gray {
  color: #999999;
}

.text-word-break {
  word-wrap: break-word;
  word-break: normal;
}

.input-check {
  line-height: 2;
}
.input-check > label {
  display: block;
  position: relative;
}
.input-check > label > input[type=radio],
.input-check > label > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  appearance: none;
  outline: 0;
  width: 0;
  height: 0;
}
.input-check > label > input[type=radio] + i,
.input-check > label > input[type=checkbox] + i {
  position: relative;
  top: 0.15rem;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 100%;
  margin-right: 4px;
}
.input-check > label > input[type=checkbox] + i {
  border-radius: 0.125rem;
}
.input-check > label > input:checked + i {
  background-color: #ff460f;
  box-shadow: 0px 0px 12px 5px #ff460f;
  border-color: transparent;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.input-check > label > input:checked + i::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  top: 2px;
  left: 5px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
}
.input-check > input[disabled] + i {
  opacity: 0.5;
}

.posbox {
  color: #000;
}
.posbox > i {
  color: #000;
}
.posbox > a {
  color: #000;
}

@media (max-width: 770px) {
  html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .xs\:hidden, .mypage #pdis {
    display: none;
  }
}