html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: 'PingFang SC';
  color: #333333;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
}

input {
  border: unset;
  outline: unset;
  background: transparent;
}

:root {
  --mainRed: #C7000B;
  --mainBlue: #154D90;
  --mainGreen: #75C228;
  --normalRed: #D8323B;
  --normalBlue: #3478CB;
  --heightLightRed: #E2000D;
  --selectedRed: #A30009;
  --linearGradient1: linear-gradient(180deg, #C73C00 0%, #C7000B 100%);
  --linearGradient2: linear-gradient(148.95deg, #F4B85E 0%, #FF3843 100%);
  --linearGradient3: linear-gradient(92.57deg, #FF814A 0%, #C7000B 100%);
  --linearGradient4: linear-gradient(180deg, #58C9E2 0%, #024EA1 100%);
  --linearGradient5: linear-gradient(180deg, #99C74B 0%, #154D90 74.48%);
  --linearGradient6: linear-gradient(140.44deg, #58C9E2 -0.97%, #154D90 100%);
  --linearGradient7: linear-gradient(92.57deg, #9DC628 0%, #5BAC09 100%);
}

.wrapper {
  width: 1350px;
  margin: 0 auto;
}

.head_top_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.head_top_wrapper a {
  display: inline-block;
  width: 317px;
  height: 55px;
}

.head_top_wrapper a img {
  width: 100%;
  height: 100%;
}

.hd_search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 264px;
  height: 33px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 19px;
}

.hd_search .icon {
  height: 30px;
  width: 35px;
  margin-left: 5px;
  margin-right: 10px;
}

.hd_search .icon img {
  width: 100%;
  height: 100%;
}

.head_nav {
  height: 50px;
  background-color: var(--mainRed);
}

.head_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.head_nav ul li {
  width: 150px;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

.head_nav ul li:hover {
  background-color: var(--heightLightRed);
}

.head_nav ul li.actived {
  background-color: var(--selectedRed);
}

.head_nav ul li a {
  /* display: inline-block;
  width: 100%;
  height: 100%; */
  font-weight: 500;
  color: #FFFFFF;
}

.head_nav ul li ol{position:absolute;z-index:123;display: flex;flex-wrap: wrap;display:none;margin-left:-40px;}
.head_nav ul li ol li{background-color: var(--mainRed);color: white;cursor: pointer;}
.head_nav ul li ol li a{font-weight: 500;color: #FFFFFF;}
.head_nav ul li:hover ol li a{border-bottom:none}
.head_nav ul li ol li a:hover{border-bottom:none;background:0 0;text-decoration:none}
.head_nav  ul li:hover ol{
	display: block;
}

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 260px;
  width: 100%;
  background: url(../assets/lv-bg.png) no-repeat 50% 100%;
  color: #fff;
  font-size: 24px;
}

.banner h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
}

.section {
  padding: 30px 0;
}

.row:nth-child(even) {
  background-color: #fff;
}

.row:nth-child(add) {
  background-color: #fff;
}

.s_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding-bottom: 25px;
}

.s_title::before {
  content: '';
  display: inline-block;
  margin-right: 12px;
  height: 35px;
  width: 5px;
  border-radius: 3px;
 /* background-color: var(--mainRed); */
  vertical-align: bottom;
}

.s_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}

.s_more {
  font-weight: 500;
  color: var(--mainRed)
}

.s_more svg {
  margin-left: 5px;
}

.s1 .s_title {
  display: flex;
  justify-content: flex-start;
}

.s1 .s_title>div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 24px;
  padding: 0 8px;
  width: 188px;
  height: 33px;
  background: var(--mainRed) url(../assets/Vector\ 4.png) no-repeat right;
  color: #fff;
  box-shadow: 0px 2px 6px rgba(178, 0, 10, 0.3);
}

.s1 .s_title>div span:first-child {
  font-size: 16px;
  font-weight: 600;
}

.s1 .s_title>div span:last-child {
  padding-left: 5px;
  font-weight: 700;
  font-size: 18px;
}

.d_table .d_tr {
  display: flex;
  justify-content: space-around;
  height: 40px;
  font-size: 16px;
  color: #666;
}

.d_table .d_tr span {
  line-height: 40px;
}

.d_table .d_tr i {
  font-style: normal;
  font-size: 14px;
}

.d_th .d_tr {
  background-color: var(--normalRed);
  font-weight: 600;
  color: #fff;
}

.d_table .d_tr span {
  min-width: 100px;
}

.d_tb .d_tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.d_tb .d_tr:nth-child(even) {
  background-color: #fff;
}

.info_table .d_tb .d_tr span:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
}

.align_c {
  text-align: center;
}

.fw_700 {
  font-weight: 700;
}

.fc_rise {
  color: #EA3323;
}

.s2 .d_table .d_tr {
  font-size: 16px;
}

.s2 .d_table .d_tr span:last-child svg {
  padding-top: 5px;
}

.s3 .wrapper,
.s4 .wrapper {
  display: flex;
}

.s3 .price_list {
  width: 600px;
}

.s3 .price_list .list_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  height: 66px;
  background: var(--mainRed) url(../assets/price-list.png) no-repeat center;
  color: #fff;
}

.s3 .price_list .list_head>div:first-child {
  font-size: 24px;
  font-weight: 500;
}

.s3 .price_list .list_head>div:last-child {
  height: 100%;
  width: 123px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s3 .price_list .list_head>div:last-child span:first-child {
  font-size: 24px;
  font-weight: 500;
}

.s3 .price_list .list_head a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* background-color: #a3000836; */
  background-color: transparent;
}

.s3 .price_list .list_body {
  height: 385px;
  padding: 0 18px;
  background-color: #FFF4F4;
}

.s3 .price_list ul {
  width: 100%;
}

.s3 .price_list ul li,
.s3 .price_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 36px;
}

.s3 .price_list ul li a:hover span:first-child {
  color: var(--mainRed);
}

.s3 .price_list ul:first-child li span {
  color: #999;
}

.s3 .wrapper .section:last-child {
  margin-left: 20px;
}

.line_chart {
  width: 1200px;
  height: 450px;
}

.fc_fall {
  /* color: #1CB77B; */
}

.s3 .price_list ul li span:first-child,
.s3 .price_list ul li a span:first-child {
  flex: 6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.s3 .price_list ul li span:nth-child(2),
.s3 .price_list ul li a span:nth-child(2) {
  flex: 1;
  text-align: center;
}

.s3 .price_list ul li span:last-child,
.s3 .price_list ul li a span:last-child {
  flex: 1;
  text-align: center;
}

.s3 .price_list ul li a span:nth-child(2),
.s3 .price_list ul li a span:last-child {
  font-size: 16px;
}

.s4 .wrapper {
  justify-content: space-between;
  align-items: flex-end;
}

.s4 .section {
  width: 279px;
}

.s4 .s_body {
}

.s4 .s_body .top {
  box-sizing: border-box;
  padding: 20px;
  width: 279px;
  height: 184px;
  background: url(../assets/lv-s4-ept.png) no-repeat center;
}

.s4 .s_body .bottom {
  box-sizing: border-box;
  width: 279px;
  height: 40px;
  background: var(--normalRed) url(../assets/lv-s4-5.png) no-repeat right;
  padding-left: 20px;
  line-height: 40px;
  color: #fff;
}

.s4 .wrapper .section:nth-child(1) .top {
  background: url(../assets/lv-s4-1.png) no-repeat center;
}

.s4 .wrapper .section:nth-child(1) ul,
.s4 .wrapper .section:nth-child(2) ul,
.s4 .wrapper .section:nth-child(3) ul,
.s4 .wrapper .section:nth-child(4) ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.s4 .wrapper .section ul li a {
  color: var(--mainRed);
}

.s4 .wrapper .section ul li:hover a {
  text-decoration: underline;
}

.s4 .wrapper .section:nth-child(2) .top {
  background: url(../assets/lv-s4-2.png) no-repeat center;
}

.s4 .wrapper .section:nth-child(3) .top {
  background: #FFEBEC url(../assets/lv-s4-3.png) no-repeat center;
}

.s4 .wrapper .section:nth-child(4) .top {
  background: url(../assets/lv-s4-4.png) no-repeat center;
}

.foot {
  height: 328px;
  background-color: #676966;
}

.foot .wrapper {
  width: 1120px;
}

.foot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_top li a {
  display: inline-block;
  padding: 30px 0;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.foot_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_bottom .logo {
  width: 223px;
  height: 34px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.foot_bottom p {
  margin: 0 0 5px 0;
  color: #D0D0D0;
}

.qr_code {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: #fff;
}

.qr_code div:first-child {
  margin-right: 60px;
}

.qr_code img {
  width: 129px;
  height: 129px;
  background-color: #D9D9D9;
  margin-bottom: 5px;
}
 .table-wrapper tbody td {
  /* font-size: 1.4rem; */
   font-size: 14px;
    color: #666;
  padding: .4rem .6rem;
}

 .table-wrapper thead td {
  white-space: nowrap;
  padding: 0.1rem .3rem;
  font-size: 16px;
  color: var(--mainRed);
}