html {
  font-size: 100px;
}
body {
  color: #444;
  background: #f7f8f9;
  overflow-x: hidden;
  font-family: ALIBABA-PUHUITI-REGULAR;
}
@font-face {
  font-family: ALIBABA-PUHUITI-REGULAR;
  src: url(../fonts/ALIBABA-PUHUITI-REGULAR.OTF);
}
@font-face {
  font-family: ALIBABA-PUHUITI-MEDIUM;
  src: url(../fonts/ALIBABA-PUHUITI-MEDIUM.OTF);
}
@font-face {
  font-family: ALIBABA-PUHUITI-BOLD;
  src: url(../fonts/ALIBABA-PUHUITI-BOLD.OTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #444;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #0437AA;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
input[type="checkbox"]::after,
input[type="radio"]::after {
  content: "";
  display: inline-block;
  background-color: #54576e;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  background: url(../images/checkbox.jpg) center no-repeat #fff;
  background-size: 100% 100%;
}
.wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 0.86rem;
  font-size: 0.14rem;
}
.container {
  margin: 0 auto;
  width: 13.7rem;
  z-index: 3;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 0.6rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header .flex {
  justify-content: space-between;
}
.header .logo {
  width: 2.36rem;
}
.header .nav {
  display: flex;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  align-items: center;
}
.header .nav > li {
  padding: 0 0.3rem;
  font-size: 0.2rem;
  line-height: 0.86rem;
  position: relative;
}
.header .nav > li a {
  color: #585858;
}
.header .nav .dropdown {
  position: absolute;
  background: #fff;
  width: 1.23rem;
  text-align: center;
  left: 0.3rem;
  top: 100%;
  border-radius: 0 0 0.1rem 0.1rem;
  line-height: 0.37rem;
  padding: 0.05rem 0;
  display: none;
}
.header .nav > li:hover .dropdown {
  display: block;
}
.header .nav .dropdown a {
  display: block;
}
.header .nav > li img {
  width: 0.4rem;
}
.header .side {
  display: flex;
  align-items: center;
  line-height: 1rem;
}
.header .nav > li:hover > a,
.header .nav > li.on > a {
  color: #0437AA;
}
.search {
  display: flex;
  align-items: center;
  background: #f7f8f9;
  padding: 0 0.15rem;
  width: 3.14rem;
  border-radius: 0.3rem;
}
.search input {
  height: 0.35rem;
  width: 100%;
  background: none;
  font-size: 0.16rem;
}
.search i {
  width: 16px;
  height: 15px;
  background: url(../images/img_09.png) center no-repeat;
}
.swiper-pagination-bullet {
  background: #fff;
}
.a .banner .swiper-slide > a > img {
  height: 3.68rem;
  border-radius: 0.1rem;
}
.banner img {
  width: 100%;
}
.advange {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0.02rem 0.13rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
}
.footer {
  color: #fff;
  padding: 0.2rem 0;
  font-size: 0.15rem;
  background: #0437AA;
}
.footer .bd {
  line-height: 0.24rem;
  display: flex;
}
.footer .bd a {
  color: #fff;
}
.footer .bd .box {
  margin-left: 0.5rem;
}
.footer .ft {
  margin-top: 40px;
}
/**/
.homepage .a {
  display: flex;
  padding: 0.3rem 0;
  justify-content: space-between;
}
.homepage .a .box {
  width: 62%;
  padding: 0.1rem;
  background: #fff;
  border-radius: 0.1rem;
}
.homepage .a .box .txt {
  padding: 0.2rem;
}
.homepage .a .box .txt p {
  font-size: 0.18rem;
  color: #8b8b8b;
  margin: 0.1rem 0 0.2rem;
}
.homepage .a .box .txt h3 {
  font-family: ALIBABA-PUHUITI-MEDIUM;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.3rem;
}
.homepage .a .box .txt h3 a {
  color: #000;
}
.homepage .a .box .txt h3 i {
  width: 22px;
  display: block;
  height: 10px;
  background: url(../images/img_23.png) center no-repeat;
}
.homepage .a .box .flex {
  color: #8b8b8b;
}
.homepage .a .side {
  width: 35%;
  padding: 0.3rem 0.45rem;
  background: #fff;
  border-radius: 0.1rem;
}
.title_common {
  font-family: ALIBABA-PUHUITI-BOLD;
  font-size: 0.3rem;
  padding-left: 0.25rem;
  color: #000;
  margin-bottom: 0.3rem;
  background: url(../images/web_21.png) left center no-repeat;
}
.title_common i {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  vertical-align: middle;
}
.homepage .a .side dd {
  color: #929292;
}
.homepage .a .side dt {
  font-size: 0.22rem;
  margin-bottom: 0.1rem;
  line-height: 0.22rem;
}
.homepage .a .side li {
  padding: 0 0 0.4rem 0.3rem;
  position: relative;
}
.homepage .a .side li::before {
  content: "";
  border-radius: 50%;
  background: #0437AA;
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage .a .side li::after {
  content: "";
  border-left: 1px solid #0437AA;
  position: absolute;
  left: 0.07rem;
  top: 0;
  height: 100%;
}
.homepage .b {
  margin-bottom: 0.3rem;
}
.homepage .b ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.homepage .b ul li {
  width: 20%;
  padding: 0.05rem;
}
.homepage .b ul a {
  display: block;
  background: #fff;
  padding: 0.1rem;
  border-radius: 0.1rem;
}
.homepage .b ul p {
  font-size: 0.12rem;
  text-indent: 2em;
  color: #666;
  margin: 0.15rem 0;
  line-height: 0.18rem;
}
.homepage .b ul dt {
  font-size: 0.2rem;
  position: relative;
  height: 0.54rem;
  margin-top: 0.15rem;
}
.homepage .b ul dt i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 10px;
  background: url(../images/img_23.png) center no-repeat;
}
.homepage .b ul .data {
  color: #d0d1d1;
  font-size: 0.12rem;
  margin-top: 10px;
}
.homepage .d {
  padding: 0.3rem 0 0.5rem;
}
.homepage .d .bd {
  display: flex;
}
.homepage .d .bd .side {
  width: 35%;
  margin-left: 5%;
}
.homepage .d .bd .side img {
  width: 100%;
}
.homepage .d .bd .flex_item li {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem;
  margin-bottom: 0.2rem;
}
.homepage .d .bd .flex_item li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage .d .bd .flex_item li a .pic {
  width: 1.7rem;
  border-radius: 0.1rem;
}
.homepage .d .bd .flex_item li a .time {
  margin-top: 0.2rem;
  color: #999;
  font-size: 0.12rem;
}
.homepage .d .bd .flex_item li a dl {
  max-width: 4.6rem;
}
.homepage .d .bd .flex_item li a dd {
  font-size: 0.12rem;
  border-left: 3px solid #ddd;
  padding-left: 0.1rem;
  margin-top: 0.1rem;
  color: #757474;
}
.homepage .d .bd .flex_item li a dt {
  font-size: 0.17rem;
  margin-top: 0.15rem;
}
.homepage .d .bd .flex_item li .data {
  color: #d0d1d1;
}
.homepage .d .bd .flex_item li .data img {
  margin: -0.03rem 0.05rem 0 0;
}
.homepage .d .bd li i {
  display: inline-block;
  width: 22px;
  height: 10px;
  background: url(../images/img_23.png) center no-repeat;
}
.homepage .d .bd .side .lists {
  border-radius: 0.1rem;
  padding: 0.3rem;
  background: #fff;
  margin-bottom: 0.3rem;
}
.homepage .d .bd .side .lists li {
  padding: 0.2rem 0;
  border-top: 1px solid #ddd;
}
.homepage .d .bd .side .lists li p {
  color: #929292;
}
.homepage .d .bd .side .lists li p span {
  color: #8e8e8e;
  font-size: 0.12rem;
}
.homepage .d .bd .side .lists li h4 {
  font-family: ALIBABA-PUHUITI-MEDIUM;
  font-size: 0.2rem;
  color: #000;
  margin: 0.1rem 0;
}
.homepage .d .ft {
  text-align: center;
  margin-top: 0.2rem;
}
.homepage .d .ft a {
  background: #0437AA;
  color: #fff;
  padding: 0.1rem 0.4rem;
  border-radius: 0.3rem;
}
.homepage .d .search {
  background: #ececec;
  width: 100%;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
.homepage .d .search input {
  height: 0.5rem;
}
/**/
.login {
  font-size: 0.16rem;
  color: #fff;
}
.login .logo {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.login .top {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  padding: 0.6rem 1rem;
}
.login .top li a {
  color: #969696;
  padding-left: 1rem;
}
.login .bd {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 4.95rem;
}
.login .bd h2 {
  font-size: 0.5rem;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  padding-left: 0.2rem;
  margin-top: 0.3rem;
}
.login .bd h4 {
  font-size: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.2rem 0.15rem;
}
.login .bd h4 a {
  font-size: 0.15rem;
  color: #fff;
  opacity: 0.3;
}
.login .bd .input {
  width: 100%;
  padding-left: 0.2rem;
  border-radius: 0.5rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.18rem;
  background: #54576e;
}
.login .bd p {
  margin-top: 0.15rem;
}
.login .bd p a {
  color: #fff;
}
.login .bd .btn {
  color: #fff;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  background: #0437AA;
  font-size: 0.22rem;
  padding: 0.12rem 0.5rem;
  border-radius: 0.5rem;
  margin-top: 0.3rem;
}
/**/
.pages {
  color: #777;
  padding-top: 0.2rem;
  text-align: center;
}
.pages a {
  padding: 0 0.05rem;
  color: #777;
}
.pages .on {
  text-decoration: underline;
}
/**/
.bread {
  color: #8e8e8e;
  font-size: 0.15rem;
}
.newsitem {
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.3rem;
}
.newsitem .hd {
  border-bottom: 1px solid #ddd;
  padding: 0.3rem 0 0.15rem;
}
.newsitem .hd h1 {
  font-size: 0.4rem;
  font-family: ALIBABA-PUHUITI-BOLD;
  color: #000;
  margin-bottom: 0.3rem;
}
.newsitem .hd p span {
  font-size: 0.14rem;
  color: #8b8b8b;
  padding-right: 0.3rem;
}
.newsitem .hd p img {
  /*width: 0.22rem;*/
  margin: -0.03rem 0 0;
}
.newsitem .txt {
  padding: 0.3rem 0;
  font-size: 0.2rem;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.newsitem .txt .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 45%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255),
    rgba(255, 255, 255),
    rgba(255, 255, 255)
  );
  text-align: center;
  padding-top: 0.7rem;
}
.newsitem .txt .down span {
  color: #0437AA;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
.newsitem .txt .down span::after {
  content: " ";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-width: 0 2px 2px 0;
  border-color: #0437AA;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -6px;
}
.newsitem .txt p {
  padding: 0.2rem 0;
}
.homepage .d .bd .flex_item .newsitem li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ddd;
  margin: 0;
  border-radius: 0;
}
.homepage .d .bd .flex_item .newsitem li dt {
  font-size: 0.22rem;
  font-family: ALIBABA-PUHUITI-BOLD;
}
.homepage .d .bd .flex_item .newsitem li .time {
  color: #d0d1d1;
}
.homepage .d .bd .flex_item .newsitem li .data {
  color: #8e8e8e;
}
.homepage .d .bd .flex_item .newsitem .title_common {
  margin-bottom: 0.1rem;
}

/**/
.newpage .banner {
  margin: 0.3rem 0 0.6rem;
}
.newpage .one {
  margin-bottom: 0.6rem;
}
.newpage .one .title {
  font-size: 0.39rem;
  font-family: "Helvetica Neue Light", HelveticaNeue-Light, Helvetica, Arial,
    sans-serif;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: normal;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #d5d6d9;
  color: #0437AA;
}
.newpage .one .bd {
  padding-top: 0.2rem;
}
.newpage .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.newpage .one .bd ul li {
  width: 25%;
  padding: 0.15rem;
}
.newpage .one .bd ul li .box {
  position: relative;
}
.newpage .one .bd ul li .box span {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #b30838;
  color: white;
  z-index: 9;
  padding: 2px 10px;
  font-family: "Helvetica Neue Light", HelveticaNeue-Light, Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.newpage .one .bd ul li .box .info {
  padding: 0.13rem 0;
}
.newpage .one .bd ul li p {
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-top: 0.1rem;
  height: 0.81rem;
}
.newpage .one .bd ul li h3 {
  color: #0437AA;
  font-size: 0.18rem;
  font-weight: bold;
  height: 0.72rem;
  line-height: 0.24rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.newpage .one .bd ul li.on .box {
  background-color: #f2f4f7;
}
.newpage .one .bd ul li.on .box .info {
  padding: 0.13rem 0.2rem;
}
/**/
.newpageitem {
  padding: 0.3rem 0;
}
.newpageitem .one {
  background-color: #e5f5fb;
  display: flex;
  padding: 0.2rem 0.6rem;
  border-top: 4px solid #009ddc;
}
.newpageitem .one h1 {
  font-weight: bold;
  font-size: 0.29rem;
  color: #0437AA;
}
.newpageitem .one p {
  color: #0437AA;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.newpageitem .one p span {
  display: flex;
  align-items: center;
}
.newpageitem .one p span::before {
  color: #c5c6c9;
  font-size: 0.3rem;
  line-height: 0.15rem;
  content: "·";
  margin: 0 0.1rem;
}
.newpageitem .one select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/15DrewryArrowNavyDownDD.svg);
  background-position: right 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  padding: 0.09rem;
  font-size: 0.16rem;
  padding-right: 0.49rem;
  background-size: 0.4rem;
  height: 0.4rem;
  max-width: 100%;
  width: auto;
}
.newpageitem .info {
  display: flex;
  padding: 0.2rem 0.6rem;
}
.newpageitem .info .left {
  width: 20%;
  margin-right: 0.3rem;
}
.newpageitem .info .center {
  font-size: 0.18rem;
  line-height: 1.3;
  position: relative;
}
.newpageitem .info .center h2 {
  font-size: 0.29rem;
  color: #0437AA;
  border-bottom: 1px solid #d5d6d9;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.newpageitem .info .center ul {
  font-size: 0.16rem;
  color: #0437AA;
  margin: 0.2rem 0;
}
.newpageitem .info .center ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 0.18rem;
}
.newpageitem .info .center ul li::before {
  content: "";
  background: #0437AA;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.newpageitem .info .center .ft {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  margin-top: 0.2rem;
  color: #0437AA;
  font-size: 0.16rem;
  padding-top: 0.2rem;
}
.newpageitem .info .center .ft a {
  margin-left: 0.1rem;
}
.newpageitem .info .side {
  width: 20%;
  color: #0437AA;
  margin-left: 0.3rem;
}
.newpageitem .info .side .title {
  font-size: 0.24rem;
  border-bottom: 1px solid #d5d6d9;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}
.newpageitem .info .side .two {
  line-height: 0.3rem;
}
.newpageitem .info .side .three {
  padding-top: 0.2rem;
}
.newpageitem .info .side .three ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.newpageitem .info .side .three ul li {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}
.newpageitem .info .side .three img {
  width: 100%;
  border: 1px solid #ddd;
}
@media screen and (min-width: 1921px) and (max-width: 4000px) {
  html {
    font-size: 120px;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 80px;
  }
}
.newpageitem .down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 45%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255),
    rgba(255, 255, 255),
    rgba(255, 255, 255)
  );
  text-align: center;
  padding-top: 1rem;
}
.newpageitem .down span {
  color: #0437AA;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
}
.newpageitem .down span::after {
  content: " ";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-width: 0 2px 2px 0;
  border-color: #0437AA;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: -6px;
}

.newpageitem .center .bd {
  position: relative;
}
.newpageitem .info .center .height {
  height: 600px;
  overflow: hidden;
}

.mask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  font-size: 14px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.mask .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 530px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 10px 10px 10px;
  text-align: center;
}
.mask .dialog p {
  margin-top: 15px;
}
.mask .close {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  font-size: 23px;
}

.deng .btn {
  color: #fff;
  font-family: ALIBABA-PUHUITI-MEDIUM;
  background: #0437AA;
  font-size: 0.22rem;
  padding: 0.12rem 0.5rem;
  border-radius: 0.5rem;
  margin-top: 0.3rem;
}

.button {
  background-color: #0437AA;
  border: none;
  color: white;
  padding: 4px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  border-radius: 12px;
  cursor: pointer;
}
/**/
.shuju {
  padding-bottom: 0.5rem;
}

.shuju .box h3 {
  font-weight: bold;
  padding-bottom: 0.15rem;
  font-size: 0.2rem;
  padding-top: 0.3rem;
}
.shuju .box .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.15rem;
}
.shuju .box .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.shuju .box .bd .col-5 li {
  width: 50%;
  height: 50%;
}
.shuju .box .info {
  border-radius: 5px;
  padding: 23px 10px 10px;
  background: #fff;position:relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.shuju .box .lgicon{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.chart {
  height: 3.5rem;
}
.tablebox {
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tablebox h4 {
  font-weight: bold;
  font-size: 0.26rem;
}
.tablebox p {
  color: #909090;
  font-size: 0.13rem;
  margin-bottom: 0.15rem;
}
.tablebox .tabtitle {
  border-bottom: 1px solid #ddd;
}
.tablebox .tabtitle li {
  font-weight: bold;
  font-size: 0.16rem;
  padding-bottom: 10px;
  cursor: pointer;
  margin-right: 0.2rem;
  border-bottom: 2px solid transparent;
}
.tablebox .tabtitle li.on {
  color: #006dfc;
  border-bottom: 2px solid #006dfc;
}
.tablebox .tabcontent table {
  width: 100%;
}
.tablebox .tabcontent table tr {
  border-bottom: 1px solid #ccc;
}
.tablebox .tabcontent table th img {
  width: 14px;
}
.tablebox .tabcontent table th {
  text-align: left;
  color: #909090;
  padding: 0.1rem;
}
.tablebox .tabcontent table td {
  padding: 0.1rem;
  font-size: 0.16rem;
}
.tablebox .tabcontent table td a {
  font-weight: bold;
  color: #006dfc;
}
.tablebox .tabcontent table td .green {
  color: #36b794;
}
.tablebox .tabcontent table td .red {
  color: #f56161;
}
.tablebox .tabcontent .over {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 0.15rem;
}
.tablebox .tabcontent .bar {
  width: 0.8rem;
  height: 0.16rem;
  border-radius: 0.16rem;
  background-color: #909090;
}
.mask .dialog-lg{width: 7.5rem;}