/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "albb_regular";
  src: url("../fonts/albb_regular.woff2") format("woff2"), url("../fonts/albb_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "albb_bold";
  src: url("../fonts/albb_bold.woff2") format("woff2"), url("../fonts/albb_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.albb_bold {
  font-family: "albb_bold";
}

@font-face {
  font-family: "albb_medium";
  src: url("../fonts/albb_medium.woff2") format("woff2"), url("../fonts/albb_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.albb_medium {
  font-family: "albb_medium";
}

@font-face {
  font-family: "Kingsoft_Cloud_Font";
  src: url("../fonts/Kingsoft_Cloud_Font.woff2") format("woff2"), url("../fonts/Kingsoft_Cloud_Font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Kingsoft_Cloud_Font {
  font-family: "Kingsoft_Cloud_Font";
}

@font-face {
  font-family: "Barlow-Regular";
  src: url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Barlow-Regular {
  font-family: "Barlow-Regular";
}

@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/Barlow-Bold.woff2") format("woff2"), url("../fonts/Barlow-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Barlow-Bold {
  font-family: "Barlow-Bold";
}

body {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000000;
  margin: 0px auto;
  padding: 0px;
  line-height: 1.6;
  font-size: 16px;
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  color: #0c4386;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
  display: inline-block;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden !important;
}

input, select, textarea {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes an_02_f {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes an_01 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(0.93, 0.93);
    -moz-transform: scale(0.93, 0.93);
    -webkit-transform: scale(0.93, 0.93);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(0.93, 0.93);
    -moz-transform: scale(0.93, 0.93);
    -webkit-transform: scale(0.93, 0.93);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_04_03 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04_03 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_04_02 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@keyframes an_04_02 {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.05rem);
    -webkit-transform: translateY(-0.05rem);
    -moz-transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@keyframes an_04_01 {
  0% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: translateY(-0.03rem);
    -webkit-transform: translateY(-0.03rem);
    -moz-transform: translateY(-0.03rem);
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an_05 {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  50% {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@-webkit-keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@keyframes an_06 {
  0% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
  25% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(-10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(-10px);
  }
  50% {
    opacity: 0.5;
    transform: scale(1, 1) translateY(-10px) translateX(10px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(10px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(10px);
  }
  75% {
    opacity: 0.6;
    transform: scale(1, 1) translateY(-10px) translateX(0px);
    -moz-transform: scale(1, 1) translateY(-10px) translateX(0px);
    -webkit-transform: scale(1, 1) translateY(-10px) translateX(0px);
  }
  100% {
    opacity: 1;
    transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -moz-transform: scale(0.96, 0.96) translateY(0) translateX(0);
    -webkit-transform: scale(0.96, 0.96) translateY(0) translateX(0);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*common*/
/* CSS Document */
.in_body {
  height: 100vh !important;
  position: relative;
  overflow: hidden !important;
  opacity: 0;
}

.lgn_body {
  min-height: 100vh;
  background: url("../images/bg_01.webp") 50% no-repeat;
  background-size: cover;
}

.otherbody {
  min-height: 100vh;
  position: relative;
  background-color: #15191f;
  opacity: 0;
}

.orther_body {
  min-height: 100vh;
  position: relative;
}

.wrap {
  width: 100%;
  margin: 0px auto;
}

.wrap_in {
  margin: 0px 0.4rem;
}

.wrap_c {
  margin: 0px 1.6rem;
}

.wrap_lgn {
  margin: 0px 2rem;
}

.w_wap {
  display: none !important;
}

.lgntopfr {
  overflow: visible;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 0.8rem;
  background-color: #fff;
  -moz-box-shadow: 0 0 0.2rem rgba(98, 138, 183, 0.13);
  -webkit-box-shadow: 0 0 0.2rem rgba(98, 138, 183, 0.13);
  box-shadow: 0 0 0.2rem rgba(98, 138, 183, 0.13);
  z-index: 9999;
}

.lgntopfr .fl {
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.lgntopfr .fl img {
  display: block;
  height: 0.6rem;
}

.lgntopfr .fl a {
  display: inline-block;
}

.lgnfr {
  width: 100%;
  overflow: hidden;
  min-height: calc(100vh - 0.8rem);
  padding-top: 0.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background: url("../images/lgn_01.png") calc(100% - 2rem) 50% no-repeat;
  background-size: auto 66%;
}

.lgnfr .c {
  width: 100%;
  overflow: visible;
}

.lgn_c {
  width: 6.8rem;
  min-height: 6.77rem;
  overflow: hidden;
  background: url("../images/bg_02.webp") 50% no-repeat;
  background-size: 100% 100%;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.lgnc_t {
  width: 100%;
  overflow: hidden;
  margin-top: 0.8rem;
}

.lgnc_t ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.lgnc_t ul li {
  display: inline-block;
  position: relative;
  margin-left: 0.7rem;
  color: #999;
  padding-bottom: 0.24rem;
  cursor: pointer;
}

.lgnc_t ul li:first-child {
  margin-left: 0px;
}

.lgnc_t ul li::before {
  content: "";
  display: block;
  width: 0rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, #0b4e9e, #1884df);
  background: -webkit-linear-gradient(to right, #0b4e9e, #1884df);
  background: -o-linear-gradient(to right, #0b4e9e, #1884df);
  background: -moz-linear-gradient(to right, #0b4e9e, #1884df);
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: 0rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.lgnc_t ul li.active {
  color: #000;
  font-family: albb_bold;
}

.lgnc_t ul li.active::before {
  width: 0.4rem;
  margin-left: -0.2rem;
}

.lgnc_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 0.9rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 0.5rem;
}

.lgncc {
  width: 100%;
  overflow: hidden;
}

.lgncc .p {
  width: 100%;
  overflow: visible;
  position: relative;
}

.lgncc .p1 {
  margin-bottom: 0.3rem;
  height: 0.7rem;
}

.lgncc .p1 input {
  width: 100%;
  height: 0.7rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.4rem;
}

.lgncc .p1_btn {
  margin-bottom: 0px;
}

.lgncc .p2 {
  margin-top: 0.24rem;
}

.lgncc .p2 .lb1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #999;
  float: left;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.lgncc .p2 .lb1 input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../images/box_03.svg") 50% no-repeat;
  background-size: 100% 100%;
  margin-right: 0.2rem;
  cursor: pointer;
}

.lgncc .p2 .lb1 input:checked {
  background-image: url("../images/box_02.svg");
}

.lgncc .p2 a {
  float: right;
  color: #0c4386;
}

.lgncc .p3 {
  margin-top: 0.6rem;
}

.lgncc .p3 input {
  width: 100%;
  border: 0px;
  cursor: pointer;
  height: 0.7rem;
  background-color: #0c4386;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
}

.lgncc .p4 {
  margin-bottom: 0.3rem;
  height: 0.7rem;
}

.lgncc .p4 input {
  width: 100%;
  height: 0.7rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.4rem 0px 1.26rem;
}

.lgncc .p4 .sel {
  display: inline-block;
  position: absolute;
  left: 0.4rem;
  top: 1px;
  height: calc(0.7rem - 2px);
  z-index: 9;
  width: 0.7rem;
}

.lgncc .p4 .sel::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.09rem;
  background: url("../images/t_02.svg") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: calc(50% - 0.03rem);
  transform: translateY(-50%);
  z-index: 9;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.lgncc .p4 select {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border: 0px;
  background-color: #f9fdff;
  outline: none;
  z-index: 1;
  width: 0.7rem;
}

.lgncc .p5 {
  margin-bottom: 0.25rem;
  height: 0.7rem;
}

.lgncc .p5 input {
  width: 100%;
  height: 0.7rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.4rem;
}

.lgncc .p5 .yzm {
  display: inline-block;
  position: absolute;
  right: 0.4rem;
  top: 0.15rem;
  z-index: 9;
  color: #000;
  line-height: 0.4rem;
  padding-left: 0.3rem;
  border-left: 1px solid #d2e2ef;
}

.lgncc .p6 a {
  float: right;
  color: #0c4386;
}

.mainfr {
  overflow: hidden;
  min-height: calc(100vh - 0.8rem);
  padding-top: 0.8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  z-index: 9998;
}

.mnr_left {
  width: 1.4rem;
  overflow: hidden;
  min-height: 100%;
  background-color: #fff;
  position: relative;
}

.mnr_left ul {
  width: 1.4rem;
  overflow: visible;
  position: fixed;
  left: 0px;
  top: 0.8rem;
}

.mnr_left ul li {
  width: 100%;
  overflow: hidden;
  padding: 0.25rem 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mnr_left ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.mnr_left ul li .p {
  width: 100%;
  overflow: hidden;
}

.mnr_left ul li .p1 img {
  display: block;
  width: 0.4rem;
  margin: 0px auto;
  padding: 0px;
}

.mnr_left ul li .p2 {
  text-align: center;
  color: #000;
  margin-top: 0.1rem;
}

.mnr_left ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #eef4fc;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.mnr_left ul li::after {
  content: "";
  display: block;
  width: 0rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(#1884df, #0b4e9e);
  background: -webkit-linear-gradient(#1884df, #0b4e9e);
  background: -o-linear-gradient(#1884df, #0b4e9e);
  background: -moz-linear-gradient(#1884df, #0b4e9e);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.mnr_left ul li.active::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.mnr_left ul li.active::after {
  width: 0.04rem;
}

.mnr_right {
  width: calc(100% - 1.4rem);
  min-height: 100%;
  overflow: hidden;
}

.lgntopfr .fr {
  overflow: visible;
}

.top_sch {
  float: left;
  width: 3.2rem;
  height: 0.4rem;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-top: 0.2rem;
  position: relative;
}

.top_sch .sel {
  width: 0.94rem;
  height: calc(100% - 2px);
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 9;
}

.top_sch .sel::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.14rem;
  background-color: #c9c9c9;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -0.07rem;
  z-index: 9;
}

.top_sch .sel::after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  overflow: hidden;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 8;
}

.top_sch .sel select {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.2rem;
  border: 0px;
  cursor: pointer;
}

.top_sch input.tops_txt {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem 0px 1.1rem;
  z-index: 1;
  border: 0px;
}

.top_sch input.tops_btn {
  width: 0.2rem;
  height: 100%;
  border: 0px;
  cursor: pointer;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.topr_r {
  float: left;
}

.top_msg {
  float: left;
  margin-left: 0.5rem;
  height: 0.8rem;
  position: relative;
}

.top_msg b {
  width: 0.21rem;
  height: 0.8rem;
  display: block;
  overflow: hidden;
  background: url("../images/t_04.svg") 50% no-repeat;
  background-size: 100%;
}

.top_msg.active::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #d61515;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  right: -0.07rem;
  top: 0.24rem;
}

.top_info {
  float: left;
  margin-left: 0.4rem;
  color: #000;
  line-height: 0.8rem;
}

.top_mem {
  float: left;
  position: relative;
  margin-left: 0.25rem;
}

.top_mem .tm_t {
  overflow: hidden;
  height: 0.8rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.32rem;
  cursor: pointer;
}

.top_mem .tm_t a {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  overflow: hidden;
}

.top_mem .tm_t i {
  display: inline-block;
  width: 0.44rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #dee9f7;
  position: relative;
}

.top_mem .tm_t i img {
  width: 100%;
  display: block;
}

.top_mem .tm_t i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.top_mem .tm_t b {
  width: 0.12rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.top_mem .tm_c {
  width: 1.6rem;
  overflow: visible;
  position: absolute;
  right: -0.3rem;
  margin-left: 0rem;
  top: 100%;
  z-index: 999;
  display: none;
}

.top_mem .tm_c::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.1rem;
  background: url("../images/t_12.svg") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -0.14rem;
  top: 0px;
}

.top_mem .tm_c .c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 0.09rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.1rem;
}

.top_mem .tm_c p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0.1rem 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.top_mem .tm_c p a {
  transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
}

.top_mem .tm_c p:hover {
  background-color: #0c4386;
}

.top_mem .tm_c p:hover a {
  color: #fff;
}

.top_mem:hover .tm_c {
  display: block;
}

.mnrr_01 {
  width: calc(100% - 0.6rem);
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
  min-height: calc(100vh - 0.3rem - 0.6rem - 0.8rem);
  overflow: visible;
}

.mnrr_copy {
  width: calc(100% - 0.6rem);
  margin: 0px auto;
  padding: 0px;
  overflow: hidden;
  color: #999;
  line-height: 0.6rem;
}

.mnrr_copy a {
  color: #999;
}

.mnrr_copy a:hover {
  text-decoration: underline;
}

.mnrr_li {
  width: 100%;
  overflow: hidden;
  min-height: 3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.mnrr_li0 {
  background: url("../images/bg_03.jpg") 50% no-repeat;
  background-size: cover;
}

.mnrr_li1 {
  background: url("../images/bg_04.jpg") 50% no-repeat;
  background-size: cover;
}

.mnrr_li2 {
  background: url("../images/bg_05.jpg") 50% no-repeat;
  background-size: cover;
}

.mnrr_li3 {
  background: url("../images/bg_06.jpg") 50% no-repeat;
  background-size: cover;
}

.mnrr_li4 {
  background: url("../images/bg_07.jpg") 50% no-repeat;
  background-size: cover;
}

.mnrr_li5 {
  background: url("../images/bg_08.jpg") 50% no-repeat;
  background-size: cover;
}

.mnrli_t {
  width: calc(100% - 0.8rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  line-height: 0.5rem;
  margin-top: 0.16rem;
}

.mnrli_t .sp1 {
  float: left;
  font-family: albb_bold;
  color: #000;
}

.mnrli_t .sp2 {
  float: right;
  color: #999;
}

.mnrli_t .sp2 a {
  color: rgba(153, 153, 153, 0.6);
}

.mnrli_t .sp2 a:hover {
  color: #0c4386;
}

.mnrli_c {
  width: calc(100% - 0.8rem);
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.05rem;
}

.inlist_01 {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: calc((100% - 0.9rem) / 2) 0.9rem calc((100% - 0.9rem) / 2);
  grid-row-gap: 0px;
}

.inlist_01 li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccd6e3;
  padding: 0.14rem 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.inlist_01 li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  color: #000;
}

.inlist_01 li i {
  width: 0.38rem;
  overflow: hidden;
}

.inlist_01 li i img {
  width: 100%;
  display: block;
}

.inlist_01 li .sp1 {
  margin-left: 0.3rem;
  color: #000;
  font-family: albb_medium;
}

.inlist_01 li a::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 100%;
  background: url("../images/t_06.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.inlist_01 li.last {
  border-bottom: 0px;
}

.inlist_01 li a:hover .sp1 {
  color: #0c4386;
}

.inlist_02 {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.16rem;
  margin-top: 0.2rem;
}

.inlist_02 li {
  width: 100%;
  overflow: hidden;
}

.inlist_02 li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.inlist_02 li img {
  width: 100%;
  display: block;
}

.inlist_02 li i {
  display: inline-block;
  font-family: albb_bold;
  color: #444;
  position: absolute;
  right: 0px;
  bottom: 0.14rem;
  z-index: 9;
  width: 0.84rem;
  line-height: 1.3;
}

.nomsg {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.nomsg img {
  display: block;
  height: 0.98rem;
  margin: 0px auto;
  padding: 0px;
}

.inlist_03 {
  width: 100%;
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.05rem;
}

.inlist_03 li {
  width: 100%;
  overflow: hidden;
}

.inlist_03 li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding: 0.05rem 0px;
  position: relative;
}

.inlist_03 li a::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, #1884df, #0b4e9e);
  background: -webkit-linear-gradient(to right, #1884df, #0b4e9e);
  background: -o-linear-gradient(to right, #1884df, #0b4e9e);
  background: -moz-linear-gradient(to right, #1884df, #0b4e9e);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.05rem;
}

.inlist_03 li .sp1 {
  width: calc(100% - 1.6rem - 0.3rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: albb_medium;
  display: block;
  margin-left: 0.3rem;
}

.inlist_03 li .sp2 {
  width: 1.6rem;
  text-align: right;
  display: block;
}

.inlist_03 li a:hover .sp1 {
  color: #0c4386;
}

.lgntopfr .fc {
  float: left;
  margin-left: 0.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  height: 0.8rem;
}

.lgntopfr .fc .sp1 {
  display: inline-block;
  position: relative;
  color: #000;
  padding-left: 0.3rem;
}

.lgntopfr .fc .sp1::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.26rem;
  background-color: #d0d0d0;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.13rem;
}

.tabmainfr {
  width: 100%;
  overflow: visible;
  padding-top: 1.1rem;
}

.table_01 {
  width: calc(100% - 0.6rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px 0.4rem;
  background: url("../images/bg_04.jpg") 0% 0% no-repeat #fff;
  background-size: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  min-height: calc(100vh - 0.8rem - 0.3rem - 0.3rem);
  -moz-box-shadow: 0 0 0.4rem rgba(0, 20, 43, 0.13);
  -webkit-box-shadow: 0 0 0.4rem rgba(0, 20, 43, 0.13);
  box-shadow: 0 0 0.4rem rgba(0, 20, 43, 0.13);
}

.table_04 {
  min-height: calc(100vh - 0.8rem - 0.3rem - 0.3rem - 0.6rem);
}

.tab01_t {
  width: 100%;
  overflow: hidden;
  line-height: 1.6;
  margin-top: 0.26rem;
  font-family: albb_bold;
  padding-bottom: 0.26rem;
  position: relative;
}

.tab01_t .a1 {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #0c4386;
  border: 2px solid #0c4386;
  padding: 0.05rem 0.35rem;
}

.tab01_t .a3 {
  right: 1.22rem;
}

.tab01_t .a2 {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  border: 2px solid #0c4386;
  padding: 0.05rem 0.35rem;
  background-color: #0c4386;
}

.tab01_c {
  width: 100%;
  overflow: hidden;
}

.tab01_c ul li {
  width: 100%;
  overflow: visible;
  float: left;
}

.tab01_c ul li .p {
  width: 100%;
  overflow: hidden;
}

.tab01_c ul li .p1 {
  font-family: albb_medium;
  color: #333;
  padding: 0.05rem 0px;
}

.tab01_c ul li .p2 {
  min-height: 0.55rem;
  margin-top: 0.05rem;
}

.tab01_c ul li .p3 {
  color: #0c4386;
  line-height: 1.75;
  font-family: albb_bold;
}

.tab01_c ul li.li1 {
  width: calc((100% - 0.9rem) / 4);
}

.tab01_c ul li.li2 {
  width: calc((100% - 0.3rem) / 2);
}

.tab01_c ul li.li3 {
  width: calc((100% - 1.2rem) / 5);
}

.tab01_c ul li .ptxtarea {
  height: 0.8rem;
}

.addfile {
  display: inline-block;
  float: right;
  background: url("../images/t_07.svg") 0% 50% no-repeat;
  background-size: 0.14rem;
  padding-left: 0.2rem;
  color: #0c4386;
  font-family: albb_medium;
}

.addfile:hover {
  color: #0c4386;
}

.addfilefr {
  width: 100%;
  overflow: hidden;
}

.addfilefr .li {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
}

.addfilefr .li1 {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.1rem;
  position: relative;
}

.addfilefr .li1:last-child {
  margin-bottom: 0px;
}

.addfilefr .li1 .i_txt {
  color: #000;
}

.addfilefr .li1 .del {
  width: 0.17rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/tasle_06.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.addfilefr .li_txt {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  padding: 0.15rem 0.2rem;
  color: rgba(0, 0, 0, 0.5);
}

.addfilefr .li_txt p {
  width: 100%;
  overflow: hidden;
  color: #000;
}

.tab01_txt {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
}

.tab01_textarea {
  width: 100%;
  height: 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  resize: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0.1rem 0.2rem;
  overflow: hidden;
}

.tab01_b {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.tab01_b .c {
  display: inline-block;
}

.tab01_b input {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

.tab01_b input:nth-child(2) {
  margin-left: 0.2rem;
}

.tab01_btn1 {
  width: 1.8rem;
  height: 0.55rem;
  overflow: hidden;
  border: 2px solid #0c4386;
  color: #0c4386;
  background-color: #fff;
}

.tab01_btn2 {
  width: 1.8rem;
  height: 0.55rem;
  overflow: hidden;
  border: 2px solid #0c4386;
  color: #fff;
  background-color: #0c4386;
}

.grmem_flex {
  width: calc(100% - 0.6rem);
  margin: 0px auto;
  padding: 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  min-height: calc(100vh - 0.8rem - 0.3rem - 0.3rem);
}

.grmem_fl {
  width: 4rem;
  overflow: hidden;
  background: linear-gradient(-45deg, #daf0ff, #f7fbff);
  background: -webkit-linear-gradient(-45deg, #daf0ff, #f7fbff);
  background: -o-linear-gradient(-45deg, #daf0ff, #f7fbff);
  background: -moz-linear-gradient(-45deg, #daf0ff, #f7fbff);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.4rem;
}

.grml_t {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
  font-family: albb_bold;
}

.grml_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}

.grml_c .p {
  width: 100%;
  overflow: hidden;
}

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

.grml_c .p1 .img {
  width: 1.82rem;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.grml_c .p1 .img img {
  width: 100%;
  display: block;
}

.grml_c .p1 .img img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.grml_c .p1 .txt {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.2rem;
}

.grml_c .p1 .txt a {
  display: inline-block;
  color: #0c4386;
  border: 2px solid #0c4386;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.1rem 0.6rem;
  background-color: #f6fbff;
}

.grmem_fr {
  width: calc(100% - 4rem);
  overflow: hidden;
}

.gmr_01 {
  width: 6.38rem;
  overflow: hidden;
  float: left;
  margin: 0.6rem 0px 0px 0.6rem;
  padding-bottom: 0.6rem;
}

.gmr01_t {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #efd2d2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff9f9;
  padding: 0.1rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #e21f25;
}

.gmr01_t i {
  display: inline-block;
  width: 0.2rem;
  margin-right: 0.15rem;
}

.gmr01_t i img {
  width: 100%;
  display: block;
}

.gmr01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.35rem;
}

.gmr01_c ul li {
  width: 100%;
  overflow: visible;
  float: left;
}

.gmr01_c ul li .p {
  width: 100%;
  overflow: hidden;
}

.gmr01_c ul li .p1 {
  font-family: albb_medium;
  color: #333;
  padding: 0.05rem 0px;
}

.gmr01_c ul li .p2 {
  min-height: 0.55rem;
  margin-top: 0.05rem;
}

.gmr_02 {
  width: calc(100% - 6.38rem - 1.7rem - 0.6rem);
  float: right;
  margin-right: 0.6rem;
}

.gmr02_t {
  width: 100%;
  overflow: hidden;
  font-family: albb_bold;
  color: #000;
  margin-top: 0.6rem;
}

.gmr02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
}

.gmr02_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.gmr02_c ul li .p {
  width: 100%;
  overflow: hidden;
}

.gmr02_c ul li .p2 {
  min-height: 0.55rem;
  margin-top: 0rem;
  position: relative;
}

.gmr02_c ul li .p2 i {
  width: 0.23rem;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
  background: url("../images/t_09.svg") 50% no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.gmr02_c ul li .p2.active i {
  background-image: url("../images/t_10.svg");
}

.gmr02_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

.dbsy_01 {
  width: calc(100% - 0.6rem);
  margin-top: 0.3rem;
  overflow: hidden;
  background: url("../images/bg_04.jpg") 0% 0% no-repeat #fff;
  background-size: 100%;
  margin-left: 0.3rem;
  padding: 0px 0.4rem;
  min-height: calc(100% - 0.6rem);
  margin-top: 0.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.dbsy01_t {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.dbsy01_t .sp1 {
  display: inline-block;
  color: #000;
  font-family: albb_bold;
}

.dbsy01_t a {
  display: inline-block;
  color: #999;
  background: url("../images/t_11.svg") 0% 50% no-repeat;
  background-size: 0.25rem;
  padding-left: 0.46rem;
}

.dbsy01_c {
  width: 100%;
  overflow: hidden;
}

.dbsy01_c .nomsg {
  margin-top: 3rem;
}

.mnrr_02 {
  width: calc(100% - 0.6rem);
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.3rem;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: url("../images/bg_04.jpg") 0% 0% no-repeat #fff;
  background-size: 100%;
}

.mnr02_c0 {
  width: calc(100% - 0.8rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  padding-bottom: 0.4rem;
  margin-top: 0rem;
}

.mnr02_c0 ul {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.4rem;
  grid-row-gap: 0px;
}

.mnr02_c0 ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccd6e3;
  padding: 0.2rem 0px;
}

.mnr02_c0 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.mnr02_c0 ul li i {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.mnr02_c0 ul li .i4 {
  width: 0.8rem;
  text-align: right;
  color: #999;
}

.mnr02_c0 ul li .i1 {
  width: 32%;
  font-family: albb_medium;
  position: relative;
  padding-left: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mnr02_c0 ul li .i1::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.05rem;
  background: linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -webkit-linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -o-linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -moz-linear-gradient(-45deg, #1884df, #0b4e9e);
}

.mnr02_c0 ul li .i2 {
  width: 19%;
  font-family: albb_medium;
}

.mnr02_c0 ul li .i3 {
  width: calc(100% - 0.8rem - 32% - 19%);
  font-family: albb_medium;
}

.mnr02_c0 ul li a:hover .i4 {
  color: #0c4386;
}

.mnr02_c1 {
  width: calc(100% - 0.8rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.mnr02_c1 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0.2rem;
  grid-row-gap: 0px;
}

.mnr02_c1 ul li {
  width: 100%;
  overflow: visible;
  background-color: #f8fafc;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.26rem;
  padding-bottom: 0.2rem;
}

.mnr02_c1 ul li .p {
  width: 100%;
  overflow: hidden;
}

.mnr02_c1 ul li .p1 {
  font-family: albb_bold;
  color: #000;
  margin-top: 0.2rem;
}

.mnr02_c1 ul li .p2 {
  margin-top: 0.2rem;
  overflow: visible;
}

.mnr02_c1 ul li .p2 .img_tb {
  width: 2rem;
  overflow: visible;
  position: relative;
  margin: 0px auto;
  padding: 0px;
}

.mnr02_c1 ul li .p2 .img_tb .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.mnr02_c1 ul li .p2 .img_tb .bg img {
  width: 100%;
  display: block;
}

.mnr02_c1 ul li .p2 .img_tb .txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.mnr02_c1 ul li .p2 .img_tb .txt .c {
  display: inline-block;
}

.mnr02_c1 ul li .p2 .img_tb .txt .ai1 {
  line-height: 1;
  font-family: albb_bold;
  text-align: center;
  color: #0b2447;
}

.mnr02_c1 ul li .p2 .img_tb .txt .ai2 {
  line-height: 1;
  margin-top: 0.08rem;
  color: #2c4a75;
}

.mnr02_c1 ul li .p2 .img_tb .tpgrad {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}

.mnr02_c1 ul li .p3 {
  margin-top: 0.2rem;
  text-align: center;
}

.mnr02_c1 ul li .p3 dl {
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 0.15rem;
}

.mnr02_c1 ul li .p3 dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0eeff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.mnr02_c1 ul li .p3 dl dd {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  text-align: left;
  padding-left: 0.2rem;
}

.mnr02_c1 ul li .p3 dl dd:nth-child(2) {
  margin-left: 0.4rem;
}

.mnr02_c1 ul li .p3 dl dd .ai1 {
  font-family: albb_bold;
  color: #0e1525;
  line-height: 1;
}

.mnr02_c1 ul li .p3 dl dd .ai2 {
  color: #0e1525;
  line-height: 1.3;
  margin-top: 0.05rem;
}

.mnr02_c1 ul li .p3 dl dd::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 100%;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mnr02_c1 ul li .p3 dl dd:nth-child(1)::before {
  background: linear-gradient(#4ca2e1, #b1d6f1);
  background: -webkit-linear-gradient(#4ca2e1, #b1d6f1);
  background: -o-linear-gradient(#4ca2e1, #b1d6f1);
  background: -moz-linear-gradient(#4ca2e1, #b1d6f1);
}

.mnr02_c1 ul li .p3 dl dd:nth-child(2)::before {
  background: linear-gradient(#da6969, #f8dede);
  background: -webkit-linear-gradient(#da6969, #f8dede);
  background: -o-linear-gradient(#da6969, #f8dede);
  background: -moz-linear-gradient(#da6969, #f8dede);
}

.mnr02_c1 ul li .p4 {
  text-align: center;
  padding-top: 0.15rem;
  color: #0e1525;
}

.tab02_data {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #d2e2ef;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 1.3;
  color: #333;
  font-family: albb_medium;
}

.tab02_data .sp1 {
  float: left;
}

.tab02_data .sp2 {
  float: right;
}

.tabstyle_01 {
  width: 100%;
  overflow: hidden;
}

.tabstyle_01 table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2e2ef;
  border-right: 0px;
  border-bottom: 0px;
}

.tabstyle_01 table tr td {
  border-right: 1px solid #d2e2ef;
  border-bottom: 1px solid #d2e2ef;
  position: relative;
  padding: 0.09rem 0.14rem;
  background-color: #f9fdff;
}

.tabstyle_01 table tr:first-child td {
  text-align: center;
  color: #0c4386;
  font-family: albb_medium;
  background-color: #f9fdff;
  line-height: 0.37rem;
}

.tabstyle_01 table tr:nth-child(2) td {
  color: #000;
  font-family: albb_medium;
  text-align: center;
  line-height: 0.37rem;
  background-color: #f9fdff;
  text-align: center;
}

.tabstyle_01 table tr td .i1 {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  background: url("../images/box_01.svg") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.14rem;
  top: 50%;
  margin-top: -0.1rem;
  cursor: pointer;
}

.tabstyle_01 table tr.active td .i1 {
  background-image: url("../images/box_02.svg");
}

.tabstyle_01 table tr:last-child td {
  text-align: left;
}

.tabstyle_01 .sp1 {
  display: inline-block;
  width: 100%;
  line-height: 0.37rem;
  text-align: center;
  color: #999;
}

.tabstyle_01 .sp2 {
  display: inline-block;
  width: 100%;
  line-height: 0.37rem;
  text-align: center;
  color: #000000;
}

.tabstyle_01 .tab_ry {
  width: 100%;
  height: 0.37rem;
  overflow: hidden;
  position: relative;
  background: url("../images/tasle_05.png") 100% 50% no-repeat;
  background-size: 0.21rem;
  text-align: center;
}

.tab_sel {
  width: 100%;
  overflow: hidden;
  height: 0.37rem;
  position: relative;
}

.tab_sel select {
  width: 100%;
  height: 0.37rem;
  border: 0px;
  background-color: #f9fdff;
}

.tab_sel::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}

.tab_cz {
  width: 100%;
  overflow: hidden;
  font-size: 0.18rem;
}

.tab_cz a {
  display: inline-block;
  float: left;
  margin-left: 0.1rem;
}

.tab_cz a:first-child {
  margin-left: 0px;
}

.tab_cz a.tabsel_add {
  padding: 0.06rem 0.3rem;
  color: #1f6fd0;
  border: 1px solid #1f6fd0;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.tab_cz a.tabsel_add i {
  display: inline-block;
  background: url("../images/tasle_01.png") 0% calc(50% + 0rem) no-repeat;
  background-size: 0.13rem;
  padding-left: 0.3rem;
}

.tab_cz a.tabsel_copy {
  padding: 0.06rem 0.3rem;
  color: #1f6fd0;
  border: 1px solid #1f6fd0;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.tab_cz a.tabsel_copy i {
  display: inline-block;
  background: url("../images/tasle_02.png") 0% 50% no-repeat;
  background-size: 0.13rem;
  padding-left: 0.3rem;
}

.tab_cz a.tabsel_del {
  padding: 0.06rem 0.3rem;
  color: #d42419;
  border: 1px solid #d42419;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.tab_cz a.tabsel_del i {
  display: inline-block;
  background: url("../images/tasle_03.png") 0% 50% no-repeat;
  background-size: 0.13rem;
  padding-left: 0.3rem;
}

.tab01_sel {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #d2e2ef;
  background-color: #f9fdff;
  position: relative;
}

.tab01_sel select {
  width: 100%;
  height: 0.55rem;
  border: 0px;
  background-color: #f9fdff;
  padding: 0px 0.14rem;
}

.tab01_sel::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.14rem;
  top: 0px;
  pointer-events: none;
}

.data_time {
  position: relative;
}

.data_time::before {
  content: "";
  display: block;
  width: 0.21rem;
  height: 100%;
  overflow: hidden;
  background: url("../images/tasle_04.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.14rem;
  top: 0px;
  z-index: 9;
  pointer-events: none;
}

.tab01_box {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  background-color: #f9fdff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.07rem 0.14rem;
}

.tab01_box label {
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0.4rem;
  color: #000;
  float: left;
  line-height: 0.37rem;
}

.tab01_box label:first-child {
  margin-left: 0px;
}

.tab01_box label input {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("../images/box_01.svg") 50% no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}

.tab01_box label input:checked {
  background-image: url("../images/box_02.svg");
}

.addCzy {
  display: inline-block;
  float: right;
  background: url("../images/t_07.svg") 0% 50% no-repeat;
  background-size: 0.14rem;
  padding-left: 0.2rem;
  color: #0c4386;
  font-family: albb_medium;
}

.addCzy:hover {
  color: #0c4386;
}

.addCzyfr {
  width: 100%;
  overflow: hidden;
}

.addCzyfr .li {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
}

.addCzyfr .li_style_01 {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 0.1rem;
}

.addCzyfr .li_style_01 .i1 {
  color: #333;
  font-family: albb_medium;
}

.addCzyfr .li_style_01::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background: url("../images/tasle_08.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.addCzyfr .li_style_01:last-child {
  margin-bottom: 0px;
}

.tabstyle_01 .tdp {
  width: 100%;
  overflow: hidden;
  color: #000;
  padding: 0.2rem 0px;
}

.tab_sel1 {
  width: calc(100% - 0.4rem);
  margin-left: 0.4rem;
  overflow: hidden;
  height: 0.37rem;
  position: relative;
}

.tab_sel1 select {
  width: 100%;
  height: 0.37rem;
  border: 0px;
  background-color: #f9fdff;
}

.tab_sel1::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}

.tabstyle_01 .table_02 tr td {
  width: 20%;
}

.tabstyle_01 .table_03 tr td {
  width: 14.2857142857%;
}

.addhtsp {
  display: inline-block;
  float: right;
  background: url("../images/t_07.svg") 0% 50% no-repeat;
  background-size: 0.14rem;
  padding-left: 0.2rem;
  color: #0c4386;
  font-family: albb_medium;
}

.addhtsp:hover {
  color: #0c4386;
}

.addhtspfr {
  width: 100%;
  overflow: hidden;
}

.addhtspfr .li {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
}

.datat_01 {
  width: 100%;
  overflow: visible;
  height: 0.37rem;
}

.datat_01 .tab01_txt {
  height: 0.37rem;
  border: 0px;
  padding: 0px;
}

.tab_sel2 {
  width: 100%;
  overflow: hidden;
  height: 0.55rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
}

.tab_sel2 select {
  width: 100%;
  height: 0.55rem;
  border: 0px;
  background-color: #f9fdff;
}

.tab_sel2::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 100%;
  background: url("../images/t_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  pointer-events: none;
}

.data_day {
  position: relative;
}

.data_day i {
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
  color: #000;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.tabstyle_02 {
  width: 100%;
  overflow: hidden;
}

.tabstyle_02 table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d2e2ef;
  border-right: 0px;
  border-bottom: 0px;
}

.tabstyle_02 table tr td {
  border-right: 1px solid #d2e2ef;
  border-bottom: 1px solid #d2e2ef;
  position: relative;
  padding: 0.09rem 0.14rem;
}

.tabstyle_02 table tr td.td_bg1 {
  background-color: #f9fdff;
}

.tabstyle_02 table tr td.td_bg1 .tabinput input {
  background-color: #f9fdff;
}

.tabstyle_02 table tr td.td1 {
  width: 15%;
}

.tabstyle_02 table tr td.td2 {
  width: 15%;
  text-align: left;
}

.tabstyle_02 table tr td.td2 .sp2 {
  text-align: left;
}

.tabstyle_02 table tr td.td3 {
  width: 15%;
  text-align: left;
}

.tabstyle_02 table tr td.td3 .sp2 {
  text-align: left;
}

.tabstyle_02 table tr td.td5 {
  width: 0.6rem;
}

.tabstyle_02 .sp1 {
  display: inline-block;
  width: 100%;
  line-height: 0.37rem;
  text-align: center;
  color: #999;
}

.tabstyle_02 .sp2 {
  display: inline-block;
  width: 100%;
  line-height: 0.37rem;
  text-align: center;
  color: #000000;
}

.tabinput {
  width: 100%;
  height: 0.37rem;
  overflow: hidden;
  position: relative;
}

.tabinput input {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px;
}

.addscr {
  display: inline-block;
  float: right;
  background: url("../images/t_07.svg") 0% 50% no-repeat;
  background-size: 0.14rem;
  padding-left: 0.2rem;
  color: #0c4386;
  font-family: albb_medium;
}

.addscr:hover {
  color: #0c4386;
}

.addscrfr {
  width: 100%;
  overflow: hidden;
}

.addscrfr .li {
  width: 100%;
  height: 0.55rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #f9fdff;
  padding: 0px 0.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.5);
}

.rytcfr {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99991;
  display: none;
}

.rytcfr.active {
  display: block;
}

.rytcfr .rytc_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.rytcfr .rytc_c {
  width: 100%;
  max-width: 6.8rem;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-color: #fff;
  border-radius: 0.06rem;
  -webkit-border-radius: 0.06rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.rytcfr .rytc_c .close {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  overflow: hidden;
  background: url("../images/tasle_07.svg") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 99;
}

.rytcfr .rytc_c .p {
  width: calc(100% - 1.2rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.rytcfr .rytc_c .pt {
  color: #000;
  font-family: albb_bold;
  margin-top: 0.5rem;
}

.rytcfr .rytc_c .psch {
  height: 0.55rem;
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-top: 0.2rem;
}

.rytcfr .rytc_c .psch .psch_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  z-index: 1;
}

.rytcfr .rytc_c .psch .psch_btn {
  width: 0.2rem;
  height: 100%;
  border: 0px;
  cursor: pointer;
  background: url("../images/t_03.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0px;
  z-index: 9;
}

.rytcfr .rytc_c .pc {
  border: 1px solid #d2e2ef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-top: 0.12rem;
}

.rytcfr .rytc_c .pc .pc_l {
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #d2e2ef;
  float: left;
}

.rytcfr .rytc_c .pc .pc_r {
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}

.rytcfr .rytc_c .pc .pcl_t {
  width: 100%;
  height: 0.48rem;
  overflow: hidden;
  border-bottom: 1px solid #d2e2ef;
  background-color: #f9fdff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.35rem;
  line-height: 0.48rem;
}

.rytcfr .rytc_c .pc .pcl_c {
  width: 100%;
  height: 3.14rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-y: auto;
}

.rytcfr .rytc_c .pc .pcl_c::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.04rem;
}
.rytcfr .rytc_c .pc .pcl_c::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #d2e2ef;
}
.rytcfr .rytc_c .pc .pcl_c::-webkit-scrollbar-thumb {
  border-radius: 0.04rem;
  background: #0c4386;
}
.rytcfr .rytc_c .pc .pcl_c::-webkit-scrollbar-thumb:hover {
  border-radius: 0.04rme;
  background: #0c4386;
}

.rytcfr .rytc_c .pc .pcl_c ul li {
  width: 100%;
  overflow: hidden;
  height: 0.55rem;
  line-height: 0.55rem;
  color: #333;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.35rem;
  font-family: albb_medium;
  cursor: pointer;
}

.rytcfr .rytc_c .pc .pcl_c ul li a {
  color: #333;
}

.rytcfr .rytc_c .pc .pcl_c ul li::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 100%;
  background: url("../images/t_06.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.3rem;
  top: 0px;
  z-index: 9;
}

.rytcfr .rytc_c .pc .pcl_c ul li.active {
  background-color: #e6ecf3;
  color: #0c4386;
}

.rytcfr .rytc_c .pc .pcl_c ul li.active a {
  color: #0c4386;
}

.rytcfr .rytc_c .pc .pcr_c {
  width: 100%;
  height: 3.14rem;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-y: auto;
}

.rytcfr .rytc_c .pc .pcr_c::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.04rem;
}
.rytcfr .rytc_c .pc .pcr_c::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #d2e2ef;
}
.rytcfr .rytc_c .pc .pcr_c::-webkit-scrollbar-thumb {
  border-radius: 0.04rem;
  background: #0c4386;
}
.rytcfr .rytc_c .pc .pcr_c::-webkit-scrollbar-thumb:hover {
  border-radius: 0.04rme;
  background: #0c4386;
}

.rytcfr .rytc_c .pc .pcr_c ul li {
  width: 100%;
  overflow: hidden;
  color: #333;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.35rem;
  font-family: albb_medium;
  cursor: pointer;
}

.rytcfr .rytc_c .pc .pcr_c ul li label {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  padding: 0.1rem 0px;
}

.rytcfr .rytc_c .pc .pcr_c ul li label input {
  width: 0.2rem;
  height: 0.2rem;
  border: 0px;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("../images/box_01.svg") 50% no-repeat;
  background-size: 100% 100%;
  margin-right: 0.14rem;
}

.rytcfr .rytc_c .pc .pcr_c ul li label input:checked {
  background-image: url("../images/box_02.svg");
}

.rytcfr .rytc_c .pb {
  margin-top: 0.4rem;
  text-align: center;
  padding-bottom: 0.5rem;
}

.rytcfr .rytc_c .pb .btn {
  display: inline-block;
  padding: 0.1rem 0.7rem;
  border: 0px;
  cursor: pointer;
  background: none;
  background-color: #0c4386;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
}

.txt_p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #d2e2ef;
  background-color: #f9fdff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.2rem;
  color: #333;
}

.splc_01 {
  width: 100%;
  overflow: hidden;
  padding-top: 0.5rem;
}

.splc_01 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.splc_01 ul li.li1 {
  width: 1.56rem;
  overflow: hidden;
}

.splc_01 ul li.li2 {
  width: 1.62rem;
  overflow: hidden;
}

.splc_01 ul li .p {
  width: 100%;
  overflow: hidden;
}

.splc_01 ul li .p1 img {
  width: 100%;
  display: block;
}

.splc_01 ul li .p2 {
  text-align: center;
  color: #0c4386;
  font-family: albb_bold;
  margin-top: 0.1rem;
}

.splc_01 ul li .p3 {
  text-align: center;
  margin-top: 0.1rem;
  color: #333;
}

.splc_01 ul li .p4 {
  text-align: center;
  margin-top: 0.1rem;
}

.splc_01 ul li .p4 a {
  display: inline-block;
  padding: 0.05rem 0.26rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #0c4386;
  background-color: #fff;
  color: #0c4386;
}

.tab01_txt_no {
  background-color: #fff;
}

.max1400 {
  max-width: 1400px;
  margin: 0px auto;
}

.msginfo {
  width: 100%;
  overflow: visible;
  margin: 0px auto;
  padding: 0px;
  margin-top: 0.05rem;
}

.msginfo ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccd6e3;
  padding: 0.2rem 0px;
}

.msginfo ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  padding: 0.05rem 0px;
  position: relative;
}

.msginfo ul li a::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(to right, #1884df, #0b4e9e);
  background: -webkit-linear-gradient(to right, #1884df, #0b4e9e);
  background: -o-linear-gradient(to right, #1884df, #0b4e9e);
  background: -moz-linear-gradient(to right, #1884df, #0b4e9e);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -0.05rem;
}

.msginfo ul li .sp1 {
  width: calc(100% - 1.6rem - 0.3rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: albb_medium;
  display: block;
  margin-left: 0.3rem;
}

.msginfo ul li .sp2 {
  width: 1.6rem;
  text-align: right;
  display: block;
}

.msginfo ul li .sp3 {
  width: 1.6rem;
  text-align: right;
  color: #999;
}

.msginfo ul li a:hover .sp1 {
  color: #0c4386;
}

.msginfo ul li a:hover .sp2 {
  color: #0c4386;
}

.msginfo ul li a:hover .sp3 {
  color: #0c4386;
}

.pagesfr {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 0.3rem;
}

.pagesfr .c {
  display: inline-block;
}

.pagesfr a {
  display: inline-block;
  float: left;
  margin-left: 0.16rem;
  width: 0.44rem;
  height: 0.44rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-color: #eef4fc;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
}

.pagesfr a:first-child {
  margin-left: 0px;
}

.pagesfr a.a1 {
  font-family: simsun;
  font-weight: bold;
}

.pagesfr a:hover {
  background: linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -webkit-linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -o-linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -moz-linear-gradient(-45deg, #1884df, #0b4e9e);
  color: #fff;
}

.pagesfr a.active {
  background: linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -webkit-linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -o-linear-gradient(-45deg, #1884df, #0b4e9e);
  background: -moz-linear-gradient(-45deg, #1884df, #0b4e9e);
  color: #fff;
}

.tabmainfr {
  max-width: 1400px;
  margin: 0px auto;
}

/*202604*/
.lblistfr {
  width: 100%;
  overflow: hidden;
}

.lblistfr .lbst_t {
  width: 100%;
  overflow: hidden;
  color: #999;
}

.lblistfr .lbst_t i {
  float: left;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
}

.lblistfr .lbst_t i img {
  display: block;
  width: 0.2rem;
  margin-right: 0.1rem;
}

.lblistfr .lbst_t .i1 {
  width: 50%;
}

.lblistfr .lbst_t .i2 {
  width: 17%;
}

.lblistfr .lbst_t .i3 {
  width: 21%;
}

.lblistfr .lbst_t .i4 {
  width: 12%;
}

.lblistfr .lbst_c {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ccd6e3;
  margin-top: 0.2rem;
}

.lblistfr .lbst_c ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccd6e3;
  padding: 0.2rem 0px;
}

.lblistfr .lbst_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.lblistfr .lbst_c ul li i {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0.3rem;
}

.lblistfr .lbst_c ul li .i1 {
  width: 50%;
}

.lblistfr .lbst_c ul li .i2 {
  width: 17%;
}

.lblistfr .lbst_c ul li .i3 {
  width: 21%;
}

.lblistfr .lbst_c ul li .i4 {
  width: 12%;
}

.lblistfr .lbst_c ul li span {
  display: inline-block;
  color: #1579d2;
}

/*end*/
.font18px_line16x3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.864rem;
  line-height: 1.6;
}
.font18px_line16x3 p {
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .font18px_line16x3 {
    height: 76.8px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x3 {
    height: 67.2px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x3 {
    height: 1.152rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x3 {
    height: 1.056rem;
  }
}

.font18px_line175x5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 1.575rem;
  line-height: 1.75;
}
.font18px_line175x5 p {
  line-height: 1.75;
}
@media screen and (max-width: 1600px) {
  .font18px_line175x5 {
    height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line175x5 {
    height: 122.5px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line175x5 {
    height: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line175x5 {
    height: 1.925rem;
  }
}

.font22px_line175x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.66rem;
  line-height: 1.5;
}
.font22px_line175x2 p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font22px_line175x2 {
    height: 57px;
  }
}
@media screen and (max-width: 1440px) {
  .font22px_line175x2 {
    height: 51px;
  }
}
@media screen and (max-width: 1025px) {
  .font22px_line175x2 {
    height: 0.78rem;
  }
}
@media screen and (max-width: 768px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font22px_line175x2 {
    height: 0.84rem;
  }
}

.font24px_line15x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.72rem;
  line-height: 1.5;
}
.font24px_line15x2 p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font24px_line15x2 {
    height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x2 {
    height: 54px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x2 {
    height: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2 {
    height: 0.84rem;
  }
}

.font24px_line15x2_max {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 0.72rem;
  line-height: 1.5;
}
.font24px_line15x2_max p {
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .font24px_line15x2_max {
    max-height: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .font24px_line15x2_max {
    max-height: 54px;
  }
}
@media screen and (max-width: 1025px) {
  .font24px_line15x2_max {
    max-height: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .font24px_line15x2_max {
    max-height: 0.84rem;
  }
}
@media screen and (max-width: 500px) {
  .font24px_line15x2_max {
    max-height: 0.84rem;
  }
}

.font18px_line16x2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 0.576rem;
  line-height: 1.6;
}
.font18px_line16x2 p {
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .font18px_line16x2 {
    height: 51.2px;
  }
}
@media screen and (max-width: 1440px) {
  .font18px_line16x2 {
    height: 44.8px;
  }
}
@media screen and (max-width: 1025px) {
  .font18px_line16x2 {
    height: 0.768rem;
  }
}
@media screen and (max-width: 768px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}
@media screen and (max-width: 500px) {
  .font18px_line16x2 {
    height: 0.704rem;
  }
}

.menu_click {
  display: none;
}

.swiper-button-disabled {
  opacity: 0;
  cursor: default !important;
}

@media screen and (max-width: 1024px) {
  .w_wap {
    display: block !important;
  }
  .w_pc {
    display: none !important;
  }
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_lgn {
    width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .lgntopfr {
    height: 1.74rem;
  }
  .lgntopfr .fl {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(201, 201, 201, 0.25);
  }
  .lgntopfr .fl img {
    float: left;
    height: 0.5rem;
  }
  .lgntopfr .fr {
    width: 100%;
  }
  .top_sch {
    width: 3.4rem;
    height: 0.6rem;
    margin-top: 0.16rem;
    float: left;
  }
  .top_sch .sel {
    width: 1.34rem;
  }
  .top_sch input.tops_btn {
    width: 0.28rem;
  }
  .topr_r {
    float: right;
    height: 0.6rem;
    margin-top: 0.16rem;
  }
  .top_info {
    margin-left: 0px;
    line-height: 0.6rem;
  }
  .top_mem {
    margin-left: 0.1rem;
  }
  .top_mem .tm_t {
    height: 0.6rem;
  }
  .mnr_left {
    width: 100%;
    min-height: auto;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    background-color: #fff;
    -moz-box-shadow: 0 0 0.2rem rgba(97, 136, 185, 0.13);
    -webkit-box-shadow: 0 0 0.2rem rgba(97, 136, 185, 0.13);
    box-shadow: 0 0 0.2rem rgba(97, 136, 185, 0.13);
  }
  .mnr_left ul {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .mnr_left ul li {
    width: 25%;
    float: left;
    padding: 0px;
    height: 1.4rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .mnr_left ul li::after {
    width: 100%;
    height: 0px;
  }
  .mnr_left ul li.active::after {
    height: 0.04rem;
    width: 100%;
  }
  .mnrr_copy {
    padding-bottom: 1.6rem;
    width: calc(100% - 40px);
    padding-top: 0.3rem;
  }
  .mnrr_copy .fl {
    width: 100%;
    line-height: 1.6;
  }
  .mnrr_copy .fr {
    width: 100%;
  }
  .mnr_right {
    width: 100%;
  }
  .mainfr {
    min-height: calc(100vh - 1.74rem);
    padding-top: 1.74rem;
  }
  .mnrr_01 {
    width: calc(100% - 40px);
    grid-template-columns: 100%;
  }
  .mnrr_li {
    min-height: 3rem;
  }
  .inlist_01 {
    grid-template-columns: calc((100% - 0.2rem) / 2) 0.2rem calc((100% - 0.2rem) / 2);
  }
  .inlist_01 li {
    padding: 0.16rem 0px;
  }
  .inlist_02 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .nomsg {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .inlist_03 {
    padding-bottom: 0.2rem;
  }
  .lgnmain .lgntopfr {
    height: 0.8rem;
  }
  .lgnmain .lgntopfr .fl {
    border-bottom: 0px;
  }
  .lgnfr {
    align-items: flex-start;
    background: url("../images/lgn_01.png") 0 100% no-repeat;
    background-size: 100%;
  }
  .lgnfr .c {
    padding-top: 0.3rem;
  }
  .lgn_c {
    width: 100%;
    min-height: 5.47rem;
  }
  .lgnc_t {
    margin-top: 0.3rem;
  }
  .lgnc_c {
    padding: 0px 0.3rem;
    margin-top: 0.3rem;
  }
  .tabmainfr {
    overflow: visible;
    padding-top: 2.04rem;
  }
  .table_01 {
    width: calc(100% - 40px);
    padding: 0px 0.2rem;
  }
  .tab01_c ul li.li1 {
    width: calc((100% - 0.3rem) / 2);
  }
  .tab01_c ul li:nth-child(3) {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.2rem;
  }
  .tab_cz a.tabsel_add {
    padding: 0.05rem 0.15rem 0.03rem 0.15rem;
  }
  .tab_cz a.tabsel_add i {
    padding-left: 0.15rem;
  }
  .tab_cz a.tabsel_copy {
    padding: 0.05rem 0.15rem 0.03rem 0.15rem;
  }
  .tab_cz a.tabsel_copy i {
    padding-left: 0.2rem;
  }
  .tab_cz a.tabsel_del {
    padding: 0.05rem 0.15rem 0.03rem 0.15rem;
  }
  .tab_cz a.tabsel_del i {
    padding-left: 0.2rem;
  }
  .tab_cz {
    padding: 0.1rem 0px;
  }
  .tab01_box {
    padding: 0.15rem 0.15rem 0px 0.15rem;
  }
  .tab01_box label {
    margin-right: 0.15rem;
    margin-bottom: 0.1rem;
    margin-left: 0px;
  }
  .tab01_box label:first-child {
    margin-right: 0.15rem;
  }
  .tab01_box label:last-child {
    margin-right: 0px;
  }
  .tab02_data .sp1 {
    width: 100%;
    display: block;
  }
  .tab02_data .sp2 {
    width: 100%;
    display: block;
  }
  .tabstyle_01 {
    overflow-x: auto;
  }
  .tabstyle_01 table {
    width: 13rem;
  }
  .tabstyle_02 {
    overflow-x: auto;
  }
  .tabstyle_02 table {
    width: 13rem;
  }
  .hysqbody .tab01_c ul li:nth-child(7) {
    margin-left: 0px;
    margin-top: 0.2rem;
  }
  .hysqbody .tab01_c ul li:nth-child(8) {
    margin-top: 0.2rem;
  }
  .hysqbody .tab01_c ul li:nth-child(12) {
    margin-left: 0px;
    margin-top: 0.1rem;
  }
  .hysqbody .tab01_c ul li:nth-child(12) .p1 {
    display: none;
  }
  .hysqbody .tab01_c ul li:nth-child(13) {
    margin-top: 0.1rem;
  }
  .hysqbody .tab01_c ul li:nth-child(13) .p1 {
    display: none;
  }
  .hysqbody .tab01_c ul li:nth-child(14) {
    width: 100% !important;
    margin-left: 0px;
    margin-top: 0.2rem;
  }
  .hysqbody .tab01_c ul li.li3 {
    width: calc((100% - 0.3rem) / 2);
  }
  .hysqbody .tab01_c ul li:nth-child(34) {
    margin-left: 0px;
    margin-top: 0.2rem;
  }
  .hysqbody .tab01_c ul li:nth-child(35) {
    margin-top: 0.2rem;
  }
  .rytcfr .rytc_c .p {
    width: calc(100% - 40px);
  }
  .rytcfr .rytc_c {
    max-width: 96%;
  }
  .bdbody_01 .tab01_c ul li:nth-child(4) {
    width: 100%;
    margin-left: 0px;
    margin-top: 0.2rem;
  }
  .tab01_c ul li .ptxtarea {
    height: 1.6rem;
  }
  .tab01_textarea {
    height: 1.6rem;
  }
  .grmem_flex {
    display: block;
  }
  .grmem_fl {
    width: 100%;
    padding-bottom: 0.4rem;
  }
  .grmem_fr {
    width: 100%;
  }
  .gmr_01 {
    width: 96%;
    margin: 0px auto;
    float: none;
    margin-top: 0.3rem;
  }
  .gmr_02 {
    width: 96%;
    margin: 0px auto;
    float: none;
  }
  .dbsy_01 {
    padding-bottom: 1.7rem;
  }
  .mnr02_c0 ul {
    grid-template-columns: 100%;
  }
  .mnr02_c0 ul li a {
    display: block;
  }
  .mnr02_c0 ul li i.i1 {
    width: 100%;
  }
  .mnr02_c0 ul li i.i2 {
    width: 50%;
    float: left;
  }
  .mnr02_c0 ul li i.i3 {
    width: 50%;
    float: right;
  }
  .mnr02_c0 ul li i.i4 {
    width: 100%;
  }
  .mnr02_c1 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0.2rem;
  }
  .mnr02_c1 {
    margin-top: 0px;
  }
  /*20260401*/
  .lblistfr .lbst_t .i1 {
    width: calc(100% - 1.5rem);
  }
  .lblistfr .lbst_t .i4 {
    width: 1.3rem;
  }
  .lblistfr .lbst_t .i2 {
    display: none;
  }
  .lblistfr .lbst_t .i3 {
    display: none;
  }
  .lblistfr .lbst_c ul li i {
    padding-left: 0px;
  }
  .lblistfr .lbst_c ul li .i1 {
    width: calc(100% - 1.5rem);
  }
  .lblistfr .lbst_c ul li .i4 {
    width: 1.3rem;
    float: right;
    text-align: right;
  }
  .lblistfr .lbst_c ul li .i2 {
    display: none;
  }
  .lblistfr .lbst_c ul li .i3 {
    display: none;
  }
  /*end*/
}
@media print {
  html {
    font-size: 60px !important;
  }
  body {
    font-size: 14px !important;
  }
  .lgntopfr {
    height: 0.8rem;
  }
  .lgntopfr .fl img {
    float: left;
    height: 0.5rem;
  }
  .top_sch {
    display: none;
  }
  .top_msg {
    display: none;
  }
  .top_mem .tm_t {
    padding-right: 0.12rem;
  }
}