body {
  background-color: #f2f2f2;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-family: Inter, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-size-adjust: 100%;
}
body ul {
  list-style: none;
}
body a {
  text-decoration: none;
}
body .wrap {
  flex-grow: 1;
  display: flex;
}
body .label-wrap {
  display: flex;
  margin-right: auto;
}
body .wrap {
  flex-grow: 1;
  display: flex;
}
body .wrap {
  width: 10.8rem;
  padding: 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
body .label-wrap {
  width: 10.8rem;
  padding: 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
body .label-wrap a {
  text-decoration: none;
  font-weight: 600;
  color: #0f66dc;
  width: 100%;
  white-space: nowrap;
  vertical-align: baseline;
}
body .label {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.6rem;
}
body .label {
  cursor: pointer;
}
body .label:hover {
  color: #0876e4;
}
body .label + .label {
  margin-left: 0px;
}
body .item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  position: relative;
}
body .item .svg1 {
  position: absolute;
  padding-top: 22px;
}
body .item .svg2 {
  position: absolute;
  padding-top: 11px;
}
body .wrap {
  display: none;
}
body #togglenav:checked + .wrap {
  display: block;
}
.nav {
  width: 10.8rem;
  padding: 0px;
  margin: auto;
  background-color: #393d49;
  color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav .item {
  width: 180px;
  line-height: 60px;
  padding: 0 20px;
  margin: auto;
  text-align: center;
}
.nav .item a {
  text-decoration: none;
  color: #fff;
}
.nav .item .logo {
  padding-right: 0.1rem;
}
.nav .item .bMRejz {
  cursor: pointer;
}
.nav .item .bMRejz:hover {
  color: #0876e4;
}
.nav .item .bMRejz {
  appearance: none;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: stretch;
}
.nav .item .bMRejz svg {
  width: 18px;
  height: 18px;
  color: #ffffff;
  flex-shrink: 0;
}
.nav .item #togglenav {
  display: none;
}
.bbox {
  display: flex;
  justify-content: center;
}
.bbox .lbox {
  width: 30%;
  text-align: center;
  margin: auto;
}
.bbox .cbox .box {
  width: 10.8rem;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  background-color: #fff;
}
.bbox .cbox .box .bheader {
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  padding: 20px 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #333;
  border-radius: 2px 2px 0 0;
}
.bbox .cbox .box .ms {
  line-height: 32px;
  padding: 5px 15px;
  color: #f40;
}
.bbox .cbox .box .navbd .navigation ul {
  list-style: none;
}
.bbox .cbox .box .navbd .navigation .navs {
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .bbox .cbox .box .navbd .navigation .navs li {
    width: 50% !important;
  }
}
.bbox .cbox .box .navbd .navigation .navs li {
  float: left;
  width: 25%;
  height: 36px;
  margin-bottom: 5px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}
.bbox .cbox .box .navbd .navigation li a {
  display: block;
  margin: 0 5px;
  background: #ebebeb;
  text-decoration: none;
}
.bbox .cbox .box .navbd .navigation li .active {
  background: #4ba73a;
  color: #fff;
}
.bbox .cbox .box .navbd .navigation a:hover {
  background: #4bae4f;
  color: #fff;
}
.bbox .cbox .box .bd .pinel {
  padding: 15px 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.bbox .cbox .box .bd .pinel ul {
  list-style: none;
}
.bbox .cbox .box .bd .pinel ul {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.bbox .cbox .box .bd .pinel li {
  float: left;
  width: 22%;
  margin: 10px 10px;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  .bbox .cbox .box .bd .pinel li {
    width: 43% !important;
  }
}
.bbox .cbox .box .bd .pinel .input-text {
  display: block;
  width: 98%;
  line-height: 20px;
  padding: 10px 0;
  text-indent: 10px;
  outline: none;
}
.bbox .cbox .box .bd .pinel .input-button {
  display: block;
  height: 42px;
  width: 108px;
  margin: 0 auto;
  background: #4ba73a;
  border: medium none;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.bbox .cbox .box .bd .pinel .input-button:hover {
  background: #4bae4f;
  color: #fff;
}
.bbox .cbox .box .fd-1 {
  padding: 20px 15px;
  border-bottom: 1px solid #f6f6f6;
}
.bbox .cbox .box .fd-1 .fd-1-b {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}
.bbox .cbox .box .fd-1 .fd-1-b .tit {
  font-weight: 600;
  font-size: 0.2rem;
  padding-right: 0.6rem;
}
.bbox .cbox .box .fd-1 .fd-1-b input {
  outline: none;
}
.bbox .cbox .box .fd-1 .fd-1-b .fd-3-i {
  width: 160px;
  padding: 0px 20px;
  height: 39px;
  font-size: 14px;
  border: 1px solid #dedde5;
  border-radius: 5px;
  margin-right: 0.1rem;
}
.bbox .cbox .box .fd-1 .fd-1-b button {
  outline: none;
}
.bbox .cbox .box .fd-1 .fd-1-b .fd-b {
  width: 1.6rem;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #4f5bfb;
  border-color: #4f5bfb;
  line-height: 22px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s;
  font-weight: 500;
}
.bbox .cbox .box .fd-1 .fd-1-b .fd-b:hover {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-1 .fd-1-b .fd-b:active {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-2 {
  padding: 5px 15px;
  border-bottom: 1px solid #f6f6f6;
}
.bbox .cbox .box .fd-2 .tit {
  font-weight: 600;
  font-size: 0.2rem;
  padding-right: 0.4rem;
}
.bbox .cbox .box .fd-2 .fd-2-b {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
.bbox .cbox .box .fd-2 .fd-2-b input {
  outline: none;
}
.bbox .cbox .box .fd-2 .fd-2-b .fd-3-i {
  width: 160px;
  padding: 0px 20px;
  height: 39px;
  font-size: 14px;
  border: 1px solid #dedde5;
  border-radius: 5px;
  margin-right: 0.1rem;
}
.bbox .cbox .box .fd-2 .fd-2-b button {
  outline: none;
}
.bbox .cbox .box .fd-2 .fd-2-b .fd-b {
  width: 1.6rem;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #4f5bfb;
  border-color: #4f5bfb;
  line-height: 22px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s;
  font-weight: 500;
}
.bbox .cbox .box .fd-2 .fd-2-b .fd-b:hover {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-2 .fd-2-b .fd-b:active {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-3 {
  padding: 5px 15px;
  border-bottom: 1px solid #f6f6f6;
}
.bbox .cbox .box .fd-3 .tit {
  font-weight: 600;
  font-size: 0.2rem;
  padding-right: 0.1rem;
}
.bbox .cbox .box .fd-3 .fd-3-b {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
.bbox .cbox .box .fd-3 .fd-3-b .tit {
  font-weight: 600;
  font-size: 0.2rem;
}
.bbox .cbox .box .fd-3 .fd-3-b input {
  outline: none;
}
.bbox .cbox .box .fd-3 .fd-3-b .fd-3-i {
  width: 160px;
  padding: 0px 20px;
  height: 39px;
  font-size: 14px;
  border: 1px solid #dedde5;
  border-radius: 5px;
  margin-right: 0.1rem;
}
.bbox .cbox .box .fd-3 .fd-3-b button {
  outline: none;
}
.bbox .cbox .box .fd-3 .fd-3-b .fd-b {
  width: 1.6rem;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #4f5bfb;
  border-color: #4f5bfb;
  line-height: 22px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s;
  font-weight: 500;
}
.bbox .cbox .box .fd-3 .fd-3-b .fd-b:hover {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-3 .fd-3-b .fd-b:active {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-4 {
  padding: 5px 15px;
  border-bottom: 1px solid #f6f6f6;
}
.bbox .cbox .box .fd-4 .tit {
  font-weight: 600;
  font-size: 0.2rem;
}
.bbox .cbox .box .fd-4 .fd-2-b {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
.bbox .cbox .box .fd-4 .fd-2-b input {
  outline: none;
}
.bbox .cbox .box .fd-4 .fd-2-b .fd-3-i {
  width: 140px;
  padding: 0px 20px;
  height: 39px;
  font-size: 14px;
  border: 1px solid #dedde5;
  border-radius: 5px;
  margin-right: 0.1rem;
}
.bbox .cbox .box .fd-4 .fd-2-b button {
  outline: none;
}
.bbox .cbox .box .fd-4 .fd-2-b .fd-b {
  width: 1.6rem;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #4f5bfb;
  border-color: #4f5bfb;
  line-height: 22px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s;
  font-weight: 500;
}
.bbox .cbox .box .fd-4 .fd-2-b .fd-b:hover {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-4 .fd-2-b .fd-b:active {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-2-3 {
  border-bottom: 1px solid #f6f6f6;
  padding: 20px 15px;
}
.bbox .cbox .box .fd-2-3 button {
  outline: none;
}
.bbox .cbox .box .fd-2-3 .fd-2-b {
  width: 2rem;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #4f5bfb;
  border-color: #4f5bfb;
  line-height: 22px;
  margin: 0 auto;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s;
  font-weight: 600;
}
.bbox .cbox .box .fd-2-3 .fd-2-b:hover {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .box .fd-2-3 .fd-2-b:active {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .card {
  width: 10.8rem;
  margin: auto;
  margin-top: 15px;
  background-color: #fff;
}
.bbox .cbox .card .ht {
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  padding: 0px 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}
.bbox .cbox .card .cbox .tbox {
  height: auto !important;
  padding: 10px 15px;
  line-height: 24px;
  color: #141e37;
}
.bbox .cbox .card .red {
  color: #f40;
  font-size: 1.5em;
}
.bbox .cbox .card table {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
.bbox .cbox .card table td {
  padding: 10px 15px;
  border: 1px solid #f6f6f6;
  line-height: 24px;
  text-align: center;
}
.bbox .cbox .card2 {
  width: 10.8rem;
  margin: auto;
  margin-top: 15px;
  background-color: #fff;
}
.bbox .cbox .card2 .ht {
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  padding: 0px 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}
.bbox .cbox .card2 .cb {
  height: auto !important;
  padding: 10px 15px;
  line-height: 24px;
}
.bbox .cbox .card2 .cb a {
  text-decoration: none;
}
.bbox .cbox .card2 .cb .wz {
  font-size: 0.875em;
  line-height: 3;
  word-break: keep-all;
}
.bbox .cbox .card2 .cb .wz .btn {
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #4f5bfb;
  border-color: #4f5bfb;
  line-height: 22px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s;
  font-weight: 500;
  margin: 1px 1px;
  padding: 3px 5px !important;
}
.bbox .cbox .card2 .cb .wz .btn:hover {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .card2 .cb .wz .btn:active {
  color: #fff;
  background-color: #5d68ff;
  border-color: #5d68ff;
}
.bbox .cbox .card2 .cb .btns {
  border: 2px solid #fff;
  border-radius: 5px;
  line-height: 22px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  transition: 0.1s;
  font-weight: 500;
  margin: 1px 1px;
  padding: 3px 5px !important;
  color: #4f5bfb;
  background: #ddd;
  border-color: #ddd;
}
.bbox .cbox .card2 .cb .mr {
  margin-right: 20px !important;
}
.bbox .cbox .card2 .cb .btns:hover {
  color: #5d68ff;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.bbox .cbox .card2 .cb .btns:active {
  color: #5d68ff;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.bbox .cbox .card3 {
  width: 10.8rem;
  margin: auto;
  margin-top: 15px;
  background-color: #fff;
}
.bbox .cbox .card3 .ht {
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  padding: 0px 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}
.bbox .cbox .card3 .cbox .tbox {
  height: auto !important;
  padding: 10px 15px;
  line-height: 24px;
  color: #141e37;
}
.bbox .cbox .card3 .cbox a {
  text-decoration: none;
}
.bbox .cbox .card3 .cbox .badge {
  height: 40px;
  width: 100%;
}
.bbox .cbox .card3 .cbox img {
  height: auto;
  width: 100%;
}
.bbox .rbox {
  width: 30%;
  text-align: center;
  margin: auto;
}
.navf {
  width: 10.8rem;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
}
.navf a {
  text-decoration: none;
}
.navf .item {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-weight: 600;
  color: #fff;
  flex-wrap: wrap;
}
.foot {
  width: 10.8rem;
  font-size: 12px;
  margin: auto;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 0.8rem;
}
.foot .share {
  width: 10.8rem;
  margin: auto;
}
