@import url(icon.css);
@import url(icon1.css);
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: OPPOSans;
  font: inherit;
  border: none;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
}
.body {
  background: #fff;
}
a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
a:hover {
  color: #da251d;
}
a:first {
  outline-style: none;
}
p {
  font-size: 14px;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="radio"],
input[type="hidder"],
input[type="radio"],
input[typt="checkbox"],
select,
textarea,
button {
  border: none;
  outline: none;
  padding: 4px;
  -webkit-appearance: none;
}
.yihang {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.erhang {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sanhang {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgs {
  transition: all 0.8s;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.texthide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cont {
  max-width: 1920px;
  margin: auto;
}
.template {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.up {
  animation: up 2s both;
  -webkit-animation: up 2s both;
}
@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.rotate1 {
  transform: rotate(45deg);
  transform-origin: left top;
  transition: all 0.3s linear;
}
.rotate2 {
  transform: rotate(-45deg);
  transform-origin: left top;
  transition: all 0.3s linear;
}
.rotate {
  transform: rotate(0deg);
  transition: all 0.3s linear;
}
.layui-upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.content {
  overflow: hidden;
}
.content .header {
  background: #f7f7f7;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 900;
}
.content .header * {
  font-size: 15px;
  position: relative;
  z-index: 100;
}
.content .header .top {
  justify-content: space-between;
  height: 80px;
  z-index: 200;
}
.content .header .top .logo {
  height: 56px;
}
.content .header .top .left {
  height: 44px;
}
.content .header .top .left .li1 {
  width: 385px;
  height: 100%;
  border-radius: 100px;
  box-shadow: 0 0 20px 0 rgba(20, 20, 20, 0.1);
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  background: #fff;
  padding: 0 20px;
}
.content .header .top .left .li1 .search {
  width: 240px;
  height: 80%;
}
.content .header .top .left .li1 .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background: #ff7214;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
}
.content .header .top .left .li2 {
  margin-left: 18px;
  width: 100px;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 0 20px 0 rgba(20, 20, 20, 0.1);
  height: 100%;
  cursor: pointer;
}
.content .header .top .right {
  height: 100%;
}
.content .header .top .right .li1 {
  width: 90px;
  border-radius: 10px;
  background: #0055ff;
  color: #fff;
  height: 44px;
}
.content .header .top .right .li2 {
  width: 90px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  position: relative;
  z-index: 200;
}
.content .header .top .right .li2:hover .ul {
  height: auto;
}
.content .header .top .right .li2 .ul {
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 100%;
  height: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.1);
}
.content .header .top .right .li2 .ul .li {
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
}
.content .header .top .right .li2 .ul .li:last-child {
  border-top: 1px solid #ddd;
}
.content .header .bot {
  background: #367afe;
  height: 50px;
}
.content .header .bot * {
  color: #fff;
}
.content .header .bot .template {
  height: 100%;
  justify-content: space-between;
}
.content .header .bot .left {
  justify-content: flex-start;
}
.content .header .bot .left .item {
  margin-right: 50px;
}
.content .header .bot .left .active {
  font-weight: bold;
}
.content .header .bot .right {
  cursor: pointer;
}
.content .header .bot .right .img {
  margin-right: 5px;
  height: 20px;
}
.content .fixed {
  position: fixed;
}
.content .about {
  background: #efefef;
}
.content .about .top {
  justify-content: space-between;
}
.content .about .bot {
  background: #da251d;
}
.content .about .bot .min {
  height: 100%;
}
.content .about .bot .min .right {
  height: 100%;
}
.content .about .bot .min .right .item {
  margin: 0;
  padding: 0;
  height: 100%;
}
.content .about .bot .min .right .item a {
  color: #fff;
  padding: 0 20px;
  height: 100%;
}
.content .about .bot .min .right .item a::after {
  content: none;
}
.content .about .bot .min .right .active {
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
.content .about .bot .min .right .active a {
  color: #fff;
}
.content .about .bot .min .right .active a::after {
  content: none;
}
.content .seller-head {
  height: 83px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #2e2e2e;
}
.content .seller-head .main {
  width: 100%;
  height: inherit;
  justify-content: space-between;
  padding: 0 45px;
}
.content .seller-head .main .left,
.content .seller-head .main .right {
  width: 50%;
}
.content .seller-head .main .left *,
.content .seller-head .main .right * {
  color: #fff;
}
.content .seller-head .main .left {
  height: 100%;
  justify-content: flex-start;
}
.content .seller-head .main .left .text {
  height: 100%;
  margin-left: 70px;
}
.content .seller-head .main .left .text .p1 {
  font-size: 24px;
}
.content .seller-head .main .left .text .p2 {
  margin-left: 10px;
  font-size: 14px;
}
.content .seller-head .main .right {
  height: 100%;
  justify-content: flex-end;
}
.content .seller-head .main .right .i1,
.content .seller-head .main .right .i2 {
  margin-right: 50px;
}
.content .seller-head .main .right .i1 {
  position: relative;
}
.content .seller-head .main .right .i1 .p {
  position: absolute;
  top: -5px;
  right: -13px;
  color: #da251d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
}
.content .seller-head .main .right .i2 img {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.content .buyer-head {
  background: #4a86ff;
}
.content .index {
  margin-top: 90px;
}
.content .index .aa {
  color: #da251d;
}
.content .index .banner {
  overflow: hidden;
  height: 450px;
  background-size: cover;
}
.content .index .banner .pc-show {
  height: 100%;
}
.content .index .banner .wap-show {
  display: none;
}
.content .index .plate {
  padding: 40px 0;
}
.content .index h2,
.content .index h3 {
  text-transform: uppercase;
}
.content .index .titles {
  width: 270px;
  padding-top: 120px;
}
.content .index .titles * {
  text-align: left;
  justify-content: flex-start;
}
.content .index .titles h2 {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 2px solid #a0a0a0;
}
.content .index .titles h2 span {
  font-size: 22px;
  font-weight: bolder;
  height: 100%;
}
.content .index .titles a {
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 5px;
  height: 40px;
  padding-left: 5px;
}
.content .index .titles a span {
  display: block;
  width: 210px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.content .index .titles a .b {
  display: none;
}
.content .index .titles a:hover {
  background: #da251d;
}
.content .index .titles a:hover span {
  color: #fff;
}
.content .index .titles a:hover .a {
  display: none;
}
.content .index .titles a:hover .b {
  display: block;
}
.content .index .titles .active {
  background: #da251d;
}
.content .index .titles .active span {
  color: #fff;
}
.content .index .titles .active .a {
  display: none;
}
.content .index .titles .active .b {
  display: block;
}
.content .index > .min {
  padding: 3% 0;
}
.content .index .img {
  overflow: hidden;
}
.content .index .item a:hover {
  color: #014099;
}
.content .index .item a:hover * {
  color: #014099;
}
.content .index .more:hover {
  background: #da251d;
  color: #fff;
}
.content .index .new {
  padding-bottom: 0;
}
.content .index .new .item {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.content .index .new .item .img {
  width: 300px;
  height: 160px;
}
.content .index .new .item .img a {
  width: 100%;
  height: 100%;
}
.content .index .new .item .img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .index .new .item .time {
  border-right: 1px solid #000;
  padding: 0 40px;
}
.content .index .new .item .time .te {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}
.content .index .new .item .time .te h2 {
  font-size: 32px;
  font-weight: bolder;
}
.content .index .new .item .text {
  flex: 1;
}
.content .index .new .item .text .bot {
  flex: 1;
  text-align: left;
  padding: 0 30px;
}
.content .index .new .item .text .bot h2 {
  font-size: 20px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content .index .new .item .text .bot .p {
  height: 50px;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .index .new .item:hover {
  background: #f7f7f7;
}
.content .footer {
  background: #323334;
}
.content .footer .main {
  padding: 25px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.content .footer .main * {
  color: #fff;
  font-size: 14px;
}
.content .footer .main .left {
  flex: 1;
  padding-right: 150px;
}
.content .footer .main .left .li1 {
  width: 100%;
  justify-content: space-between;
}
.content .footer .main .left .li1 span {
  color: #dddddd;
  margin: 0 10px;
}
.content .footer .main .left .li1 .blr {
  font-size: 24px;
}
.content .footer .main .left .li2 {
  justify-content: flex-start;
  padding: 20px 0;
}
.content .footer .main .left .li2 .item {
  padding: 0 15px;
  position: relative;
}
.content .footer .main .left .li2 .item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 70%;
  background: #e5e5e5;
}
.content .footer .main .left .li2 .item:nth-child(1) {
  padding-left: 0;
}
.content .footer .main .left .li2 .item:last-child::after {
  content: none;
}
.content .footer .main .left .li3 {
  justify-content: flex-start;
}
.content .footer .main .left .li3 .i {
  color: #999;
  font-size: 12px;
  margin-right: 5px;
}
.content .footer .main .left .li4 {
  padding-top: 20px;
  justify-content: flex-start;
}
.content .footer .main .left .li4 img {
  margin-right: 15px;
}
.content .footer .main .right {
  width: 400px;
  padding: 25px 0;
  background: #dddddd;
}
.content .footer .main .right .img {
  width: 50%;
  position: relative;
}
.content .footer .main .right .img .p {
  color: #333;
  margin-top: 5px;
}
.content .footer .main .right .img:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 90%;
  background: #333;
}
.content .lists {
  margin: 20px 0 40px;
  width: 100%;
  justify-content: space-between;
}
.content .lists * {
  font-size: 14px;
}
.content .lists span,
.content .lists a {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  margin-right: 8px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .lists span:hover,
.content .lists a:hover {
  color: #fff;
  background: #0c6eb8;
}
.content .lists .left span {
  background: none;
  border: 1px solid #a6b2c4;
  margin-right: 13px;
  color: #026db8;
}
.content .lists .right span,
.content .lists .right a {
  cursor: pointer;
}
.content .lists .right span:last-child,
.content .lists .right a:last-child {
  margin: 0;
}
.content .lists .right span:last-child:hover,
.content .lists .right a:last-child:hover {
  background: none;
}
.content .lists .right span:last-child div,
.content .lists .right a:last-child div {
  transform: rotate(180deg);
}
.content .lists .right span:hover {
  background: #ddd;
}
.content .lists .right .active,
.content .lists .right .Cur,
.content .lists .right .current {
  color: #fff;
  background: #0c6eb8;
}
.content .lists .right .sy,
.content .lists .right .sx {
  width: 40px;
}
.content .lists .right .sy:hover,
.content .lists .right .sx:hover {
  background: #ddd;
  color: #333;
}
.content .showhide {
  cursor: pointer;
  position: fixed;
  bottom: 108px;
  right: 0;
  width: 48px;
  flex-direction: column;
}
.content .showhide a {
  width: 48px;
  height: 48px;
  background: rgba(182, 178, 178, 0.6);
  margin: 2px 0;
  border-radius: 50%;
}
.content .showhide {
  bottom: 56px;
}
.content .nav-bot {
  display: none;
}
.content .header4 {
  background: #fff;
}
.content .header4 .bot {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.content .header4 .bot .right {
  cursor: auto;
}
.content .header4 .bot .right a {
  padding-left: 10px;
}
.content .header4 .bot .right .i2 {
  border-left: 1px solid #fff;
  margin-left: 10px;
}
.content .header4 .top {
  background: #fff;
  overflow: hidden;
}
.content .header4 .top .right .p1 .i1 {
  border-bottom: 3px solid #da251d;
  margin-right: 5px;
  padding: 2px 5px;
  color: #777;
}
.content .header4 .top .right .p1 .i2 {
  border-bottom: 3px solid #0f5ffe;
  padding: 2px 5px;
  color: #0f5ffe;
  font-weight: bold;
  font-size: 16px;
}
.content .header4 .top .right .p2 .i1 {
  margin-right: 15px;
  color: #777;
}
.content .header4 .top .right .p2 .i2 {
  color: #0f5ffe;
}
.content .header5 .top .right .li1 {
  width: 385px;
  height: 45px;
  border-radius: 100px;
  box-shadow: 0 0px 20px 0 rgba(50, 50, 50, 0.1);
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  background: #fff;
  padding: 0 20px;
}
.content .header5 .top .right .li1 .search {
  width: 240px;
  height: 100%;
}
.content .header5 .top .right .li1 .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 100px;
  background: #ff7214;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
}
.content .header5 .top .right .li2 {
  margin-left: 18px;
  width: 100px;
  background: #fff;
  border-radius: 100px;
  box-shadow: -6px 0px 20px 0 rgba(100, 100, 100, 0.1);
  height: 45px;
  cursor: pointer;
}
.main-index {
  background: #f7f7f7;
}
.main-index .advertising {
  padding: 0 0 10px;
}
.main-index .advertising .li {
  width: 100%;
  height: 90px;
  object-fit: cover;
  margin-top: 10px;
}
.main-index .ad2 {
  justify-content: flex-start;
  align-items: flex-start;
}
.main-index .ad2 .left {
  flex: 1;
}
.main-index .ad2 .right {
  width: 450px;
  margin-left: 10px;
}
.main-index .plate1 {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.main-index .plate1 .main {
  background: #fbfbfb;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}
.main-index .plate1 .main * {
  font-size: 14px;
}
.main-index .plate1 .main .top {
  justify-content: flex-start;
}
.main-index .plate1 .main .top .item {
  margin: 0 25px;
  cursor: pointer;
}
.main-index .plate1 .main .top .item:hover {
  color: #da251d;
}
.main-index .plate1 .main .top .active {
  color: #da251d;
  position: relative;
}
.main-index .plate1 .main .top .active::after {
  content: "";
  position: absolute;
  bottom: -137%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
  z-index: 9;
}
.main-index .plate1 .main .bot {
  margin-top: 20px;
  position: relative;
}
.main-index .plate1 .main .bot .left {
  flex: 1;
  margin-right: 10px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
}
.main-index .plate1 .main .bot .left .item {
  width: 20%;
  height: 100%;
  justify-content: space-between;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.main-index .plate1 .main .bot .left .item * {
  text-align: left;
}
.main-index .plate1 .main .bot .left .item .iconfont {
  color: #999;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.main-index .plate1 .main .bot .left .item:last-child {
  border: none;
}
.main-index .plate1 .main .bot .left .item select {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.main-index .plate1 .main .bot .left .item select option {
  line-height: 2;
}
.main-index .plate1 .main .bot .left .item input {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding: 5px 10px;
}
.main-index .plate1 .main .bot .left .item .ul {
  box-shadow: 0 10px 15px 0 rgba(1, 1, 1, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 500px;
  background: #fff;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
}
.main-index .plate1 .main .bot .left .item .ul .li {
  width: calc(100% / 4.2);
  margin-right: 4px;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-index .plate1 .main .bot .left .item .ul .li > .i {
  margin-right: 4px;
  font-size: 13px;
  width: 100%;
  cursor: pointer;
}
.main-index .plate1 .main .bot .left .item .ul .li .ul1 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-index .plate1 .main .bot .left .item .ul .li .ul1 .i {
  width: calc(100% / 3.2);
  margin-right: 4px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.main-index .plate1 .main .bot .left .item .ul .lis {
  width: 100%;
  margin-right: 0;
}
.main-index .plate1 .main .bot .left .item .ul .lis > .i {
  width: calc(100% / 4.2);
  cursor: default;
}
.main-index .plate1 .main .bot .left .item:hover .ul {
  display: flex;
}
.main-index .plate1 .main .bot .left .item:hover .iconfont {
  transform: translate(0, -50%) rotate(180deg);
}
.main-index .plate1 .main .bot .right {
  width: 230px;
  height: 50px;
  border-radius: 6px;
  background: #0f5ffe;
  color: #fff;
  cursor: pointer;
}
.main-index .plate1 .main .bot1 {
  justify-content: flex-start;
  margin-top: 20px;
}
.main-index .plate1 .main .bot1 .ul {
  margin-left: 10px;
  height: 30px;
  overflow: hidden;
}
.main-index .plate1 .main .bot1 .ul .li {
  max-width: 500px;
  height: 30px;
  line-height: 30px;
}
.main-index .plate2 {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.1);
  margin-bottom: 20px;
}
.main-index .plate2 * {
  font-size: 14px;
}
.main-index .plate2 .title {
  height: 42px;
  justify-content: flex-start;
  overflow: hidden;
}
.main-index .plate2 .title .left {
  background: #0f5ffe;
  height: 100%;
  padding: 0 20px;
  position: relative;
  margin-right: 50px;
}
.main-index .plate2 .title .left::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 200%;
  background: #0f5ffe;
  top: 0;
  right: -25px;
  transform: rotate(-25deg);
}
.main-index .plate2 .title .right {
  height: 100%;
}
.main-index .plate2 .title .right .li {
  height: 100%;
  padding: 0 10px;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
  cursor: pointer;
}
.main-index .plate2 .title .right .li::after {
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: #ff8339;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.main-index .plate2 .title .right .li:hover::after {
  width: 100%;
}
.main-index .plate2 .title .right .active {
  font-weight: bold;
}
.main-index .plate2 .title .right .active::after {
  width: 100%;
}
.main-index .plate2 .main .list {
  height: 56px;
  border-bottom: 1px solid #eff1f6;
}
.main-index .plate2 .main .list .left {
  width: 110px;
  height: 100%;
  justify-content: flex-start;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
}
.main-index .plate2 .main .list .right {
  height: 100%;
  flex: 1;
  overflow: hidden;
  margin-right: 25px;
  padding: 0 0 0 40px;
}
.main-index .plate2 .main .list .right .li {
  height: 100%;
  justify-content: flex-start;
}
.main-index .plate2 .main .list .right .swiper-button-prev,
.main-index .plate2 .main .list .right .swiper-button-next {
  z-index: 100;
}
.main-index .plate2 .main .list .right .swiper-button-prev::after,
.main-index .plate2 .main .list .right .swiper-button-next::after {
  font-size: 14px;
  color: #999;
}
.main-index .plate2 .main .list .right .swiper-button-disabled {
  opacity: 0.6;
}
.main-index .plate2 .main .list .right .swiper-button-prev {
  left: -10px;
}
.main-index .plate2 .main .list .right .swiper-button-next {
  right: 0;
}
.main-index .plate3 {
  justify-content: space-between;
  padding-top: 10px;
  align-items: flex-start;
}
.main-index .plate3 .title {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.main-index .plate3 .left {
  width: 740px;
}
.main-index .plate3 .left .ul {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.main-index .plate3 .left .ul .li {
  width: 100%;
  height: 100%;
  background: #ddd;
  position: relative;
}
.main-index .plate3 .left .ul .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .plate3 .left .ul .li .text {
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.4);
  padding: 20px;
  align-items: flex-start;
}
.main-index .plate3 .left .ul .li .text * {
  color: #fff;
  text-align: left;
}
.main-index .plate3 .left .ul .li .text .p1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.main-index .plate3 .right {
  flex: 1;
  margin-left: 40px;
  height: 508px;
  overflow: hidden;
}
.main-index .plate3 .right .ul {
  align-items: flex-start;
  text-align: left;
}
.main-index .plate3 .right .ul .li {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 14px;
}
.main-index .plate3 .right .ul .li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #ff6d12;
  border-radius: 50%;
}
.main-index .plate3 .right .ul .li:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #ff6d12;
  margin-top: 10px;
  padding: 0;
}
.main-index .plate3 .right .ul .li:first-child::after {
  content: none;
}
.main-index .plate3 .right .ul .li:last-child {
  margin: 0;
}
.main-index .plate3 .right .ul .li * {
  font-size: 14px;
}
.main-index .plate3 .right .ul .li .p1 {
  flex: 1;
  text-align: left;
}
.main-index .plate3 .right .ul .li .p2 {
  color: #999;
  margin-left: 20px;
  font-size: 12px;
}
.main-index .plate3 .right .title {
  margin: 20px 0;
  background: #ededed;
  padding: 10px 20px;
}
.main-index .plate3 .right .bot {
  justify-content: flex-start;
  height: 190px;
  overflow: hidden;
}
.main-index .plate3 .right .bot * {
  font-size: 14px;
}
.main-index .plate3 .right .bot .li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.main-index .plate3 .right .bot .li::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #ff6d12;
  border-radius: 50%;
}
.main-index .plate3 .right .bot .li .p1 {
  justify-content: space-between;
}
.main-index .plate3 .right .bot .li .p1 .i2 {
  font-size: 12px;
  color: #999;
}
.main-index .plate3 .right .bot .li .p1 .i2 .date {
  color: #276efd;
  margin-left: 2px;
  font-size: 12px;
}
.main-index .plate3 .right .bot .li .p2 {
  color: #999;
  justify-content: flex-start;
  margin-top: 12px;
  font-size: 12px;
}
.main-index .plate3 .right .bot .li .p2 .shuliang {
  color: #ff6d12;
  margin: 0 3px;
  font-size: 12px;
}
.main-index .plate4 {
  margin-top: 20px;
}
.main-index .plate4 .title {
  margin-bottom: 20px;
  justify-content: space-between;
}
.main-index .plate4 .title .p2 {
  margin: 0 90px;
  line-height: 1.8;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-index .plate4 .title .p2 .li {
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}
.main-index .plate4 .title .p2 .li:hover {
  color: #da251d;
}
.main-index .plate4 .ul {
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-index .plate4 .ul .li {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  width: 23.80952381%;
  margin-bottom: 19px;
  margin-right: 19px;
}
.main-index .plate4 .ul .li:nth-child(4n + 4) {
  margin-right: 0;
}
.main-index .plate4 .ul .li .img {
  width: 100%;
  height: 246px;
  overflow: hidden;
}
.main-index .plate4 .ul .li .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-index .plate4 .ul .li .text {
  padding: 0 10px 10px 10px;
}
.main-index .plate4 .ul .li .text .p1 {
  height: 40px;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
.main-index .plate4 .ul .li .text .p2 {
  justify-content: space-between;
  margin-top: 15px;
}
.main-index .plate4 .ul .li .text .p2 * {
  font-size: 12px;
  color: #999;
}
.main-index .plate4 .ul .li .text .p2 em {
  color: #fff;
  background: #ff6d12;
  width: 14px;
  display: inline-block;
  margin: 0 5px;
}
.main-index .plate4 .ul .li:hover img {
  transform: scale(1.1);
}
.main-index .plate5 {
  margin-top: 20px;
}
.main-index .plate5 .title {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.main-index .plate5 .ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-index .plate5 .ul .li {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px 0 #f0f0f0;
  width: 23.80952381%;
  margin-right: 19px;
}
.main-index .plate5 .ul .li:nth-child(4n + 4) {
  margin-right: 0;
}
.main-index .plate5 .ul .li .img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.main-index .plate5 .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .plate5 .ul .li .text {
  margin-top: 15px;
  padding: 0 10px;
}
.main-index .plate5 .ul .li .text .p1 {
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.main-index .plate5 .ul .li .text .p2 {
  justify-content: space-between;
  margin: 15px 0;
}
.main-index .plate5 .ul .li .text .p2 * {
  font-size: 12px;
  color: #999;
}
.main-index .plate5 .ul .li:hover img {
  transform: scale(1.1);
}
.main-index .plate6 {
  padding-bottom: 15px;
}
.main-index .plate6 .main {
  margin-top: 15px;
  background: #fff;
  overflow: hidden;
}
.main-index .plate6 .main .title {
  height: 46px;
  justify-content: flex-start;
  width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.main-index .plate6 .main .title span {
  margin: 0 5px 0 15px;
  font-size: 14px;
  color: #999;
}
.main-index .plate6 .main .title .word56 {
  margin-left: 10px;
  font-weight: bold;
  color: #333;
}
.main-index .plate6 .main .text {
  padding: 15px 30px 5px 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-index .plate6 .main .text * {
  font-size: 14px;
}
.main-index .plate6 .main .text .li {
  margin-left: 20px;
  margin-bottom: 15px;
}
.main-n {
  background: #efefef;
}
.main-n .plate1 {
  padding: 15px 0;
}
.main-n .plate1 .main {
  align-items: flex-start;
  justify-content: space-between;
  height: 360px;
  overflow: hidden;
}
.main-n .plate1 .banner {
  width: 825px;
  height: 100%;
}
.main-n .plate1 .right {
  height: 100%;
  width: 360px;
  background: #fff;
}
.main-n .plate1 .right .title {
  justify-content: flex-start;
  padding: 15px;
}
.main-n .plate1 .right .title span {
  margin-left: 5px;
}
.main-n .plate1 .right .img {
  height: calc(360px - 51px);
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-n .plate1 .right .img .item {
  width: calc(100% / 2.06);
  margin-right: 10px;
}
.main-n .plate1 .right .img .item:nth-child(2n + 2) {
  margin-right: 0;
}
.main-n .plate1 .right .img .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-n .plate2 {
  padding-bottom: 15px;
}
.main-n .plate2 .main {
  overflow: hidden;
  align-items: flex-start;
  justify-content: space-between;
}
.main-n .plate2 .main .title {
  justify-content: flex-start;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.main-n .plate2 .main .title span {
  margin-left: 5px;
}
.main-n .plate2 .main > .left {
  width: 825px;
}
.main-n .plate2 .main > .left .ul {
  margin-bottom: 15px;
  height: 790px;
  overflow: hidden;
  background: #fff;
}
.main-n .plate2 .main > .left .ul .title {
  justify-content: space-between;
}
.main-n .plate2 .main > .left .ul .title a {
  color: #da251d;
}
.main-n .plate2 .main > .left .ul:last-child {
  margin: 0;
}
.main-n .plate2 .main > .left .imgtext {
  padding: 0 15px 15px 15px;
}
.main-n .plate2 .main > .left .imgtext .item {
  justify-content: space-between;
  padding: 20px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.main-n .plate2 .main > .left .imgtext .item:last-child {
  border: none;
}
.main-n .plate2 .main > .left .imgtext .item .text {
  flex: 1;
  padding-right: 40px;
}
.main-n .plate2 .main > .left .imgtext .item .text * {
  text-align: left;
}
.main-n .plate2 .main > .left .imgtext .item .text .p1 {
  font-size: 18px;
}
.main-n .plate2 .main > .left .imgtext .item .text .p2 {
  font-size: 14px;
  margin: 10px 0;
  color: #666;
}
.main-n .plate2 .main > .left .imgtext .item .text .p3 {
  justify-content: flex-start;
  padding: 10px 0;
}
.main-n .plate2 .main > .left .imgtext .item .text .p3 * {
  font-size: 12px;
  color: #999;
}
.main-n .plate2 .main > .left .imgtext .item .text .p3 .li {
  margin-right: 80px;
}
.main-n .plate2 .main > .left .imgtext .item .text .p3 .li:last-child span:hover {
  color: #da251d;
}
.main-n .plate2 .main > .left .imgtext .item .text .p3 .li span {
  margin-left: 5px;
}
.main-n .plate2 .main > .left .imgtext .item .img {
  height: 110px;
  width: 245px;
  overflow: hidden;
}
.main-n .plate2 .main > .left .imgtext .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-n .plate2 .main > .left .imgtext .item:nth-child(1) {
  padding-top: 15px;
}
.main-n .plate2 .main > .right {
  width: 360px;
}
.main-n .plate2 .main > .right .aside {
  overflow: hidden;
  margin-bottom: 15px;
}
.main-n .plate2 .main > .right .aside .ul {
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 15px;
}
.main-n .plate2 .main > .right .aside .ul .title {
  margin-bottom: 10px;
  justify-content: space-between;
}
.main-n .plate2 .main > .right .aside .ul .title .left {
  justify-content: flex-start;
}
.main-n .plate2 .main > .right .aside .ul .title .right {
  color: #da251d;
  text-align: right;
}
.main-n .plate2 .main > .right .aside .ul .li {
  justify-content: space-between;
  padding: 0 15px 0 30px;
  height: 34px;
}
.main-n .plate2 .main > .right .aside .ul .li a {
  justify-content: flex-start;
  padding-left: 10px;
  position: relative;
}
.main-n .plate2 .main > .right .aside .ul .li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -43%);
  left: 0;
  width: 3px;
  height: 70%;
  background: #da251d;
  border-radius: 5px;
}
.main-n .plate2 .main > .right .aside .ul .li .time {
  font-size: 12px;
  color: #999;
  width: 50px;
  text-align: right;
}
.main-n .plate2 .main > .right .aside .ul:last-child {
  margin: 0;
}
.main-dz {
  background: #efefef;
}
.main-dz .plate1 {
  height: 330px;
  background: url(../images/banner-dz.png) no-repeat center / cover;
}
.main-dz .plate1 .main {
  justify-content: space-between;
  height: 100%;
}
.main-dz .plate1 .main > .left {
  position: relative;
  width: 230px;
  height: 100%;
  justify-content: flex-start;
  background-color: #2c2f3e;
}
.main-dz .plate1 .main > .left > .top {
  width: 100%;
  height: 40px;
  background-color: #da251d;
  padding-left: 14px;
  justify-content: flex-start;
}
.main-dz .plate1 .main > .left > .top * {
  color: #fff;
}
.main-dz .plate1 .main > .left > .top .main2 {
  width: 128px;
  justify-content: space-between;
}
.main-dz .plate1 .main > .left > .top span {
  width: 96px;
  font-size: 16px;
}
.main-dz .plate1 .main > .left > .bot * {
  color: #999;
  font-size: 12px;
}
.main-dz .plate1 .main > .left > .bot > .li {
  padding: 15px;
  border-bottom: 1px solid #666;
}
.main-dz .plate1 .main > .left > .bot > .li .top,
.main-dz .plate1 .main > .left > .bot > .li .bot {
  justify-content: flex-start;
}
.main-dz .plate1 .main > .left > .bot > .li .top {
  margin-bottom: 2px;
}
.main-dz .plate1 .main > .left > .bot > .li .top span {
  margin-left: 5px;
  font-size: 14px;
  color: #777;
}
.main-dz .plate1 .main > .left > .bot > .li a:hover {
  color: #da251d;
}
.main-dz .plate1 .main > .left > .bot > .li .bot {
  flex-wrap: wrap;
  min-height: 43px;
}
.main-dz .plate1 .main > .left > .bot > .li .bot a {
  margin-right: 10px;
  line-height: 1.8;
}
.main-dz .plate1 .main > .left > .bot > .li .sidebar {
  position: absolute;
  height: 99%;
  width: 540px;
  background: #efefef;
  box-shadow: 0 0 10px 0 rgba(20, 20, 20, 0.2);
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: 10;
  display: none;
  padding-bottom: 20px;
  overflow: hidden;
}
.main-dz .plate1 .main > .left > .bot > .li .sidebar * {
  color: #333;
}
.main-dz .plate1 .main > .left > .bot > .li .sidebar .h1 {
  height: 38px;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdddd;
  margin-bottom: 10px;
  padding: 0 20px;
}
.main-dz .plate1 .main > .left > .bot > .li .sidebar .ul {
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  justify-content: flex-start;
}
.main-dz .plate1 .main > .left > .bot > .li .sidebar .ul .li {
  margin-bottom: 15px;
  width: calc(100% / 4);
  font-size: 13px;
  justify-content: flex-start;
}
.main-dz .plate1 .main > .left > .bot > .li .sidebar .ul .li:nth-child(4n + 4) {
  margin-right: 0;
}
.main-dz .plate1 .main > .left > .bot > .li .sidebar .ul .li:hover {
  color: #da251d;
}
.main-dz .plate1 .main > .left > .bot > .li:hover {
  background: #24252c;
}
.main-dz .plate1 .main > .left > .bot > .li:hover .sidebar {
  display: block;
}
.main-dz .plate1 .main > .left > .bot .li:last-child {
  border: none;
}
.main-dz .plate2 {
  padding-top: 15px;
}
.main-dz .plate2 .main {
  background: #fff;
}
.main-dz .plate2 .main .title {
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
.main-dz .plate2 .main .title > .left {
  justify-content: flex-start;
}
.main-dz .plate2 .main .title > .left span {
  margin-left: 5px;
}
.main-dz .plate2 .main .title > .right {
  justify-content: space-between;
}
.main-dz .plate2 .main .title > .right .left {
  max-width: 1000px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-dz .plate2 .main .title > .right .left .item {
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  color: #5a5a5a;
}
.main-dz .plate2 .main .title > .right .left .item:hover {
  color: #da251d;
}
.main-dz .plate2 .main .title > .right .left .item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 70%;
  background: #e5e5e5;
}
.main-dz .plate2 .main .title > .right .left .item:last-child::after {
  content: none;
}
.main-dz .plate2 .main .title > .right .a {
  margin-left: 15px;
  color: #da251d;
  font-size: 12px;
}
.main-dz .plate2 .main .imgtext {
  width: 100%;
  padding: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main-dz .plate2 .main .imgtext .item {
  width: 23.80952381%;
  margin-bottom: 18px;
  margin-right: 18px;
}
.main-dz .plate2 .main .imgtext .item:nth-child(4n + 4) {
  margin-right: 0;
}
.main-dz .plate2 .main .imgtext .item .img {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.main-dz .plate2 .main .imgtext .item .img img {
  height: 100%;
  object-fit: cover;
}
.main-dz .plate2 .main .imgtext .item .text .p1 {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
.main-dz .plate2 .main .imgtext .item .text .p2 {
  justify-content: space-between;
  margin-top: 15px;
}
.main-dz .plate2 .main .imgtext .item .text .p2 * {
  font-size: 12px;
  color: #999;
}
.main-dz .plate2 .main .imgtext .item .text .p2 em {
  color: #fff;
  background: #da251d;
  width: 14px;
  display: inline-block;
  margin: 0 5px;
}
.main-dz .plate2 .main .imgtext .item:hover .img {
  border-color: #ccc;
}
.main-dz .plate2 .main .imgtext .item:hover img {
  transform: scale(1.1);
}
.main-dz .plate5 {
  margin-top: 15px;
  background: #fff;
}
.main-dz .plate5 .main {
  padding: 50px 90px;
  justify-content: space-between;
}
.main-dz .plate5 .main .item span {
  margin-left: 10px;
  font-weight: bolder;
}
.main-dz .dzlist-nav {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  margin-top: 15px;
  background: #fff;
}
.main-dz .dzlist-nav .left {
  font-weight: bold;
  margin-right: 20px;
  line-height: 24px;
}
.main-dz .dzlist-nav .right {
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-dz .dzlist-nav .right .item {
  margin-right: 15px;
  margin-bottom: 10px;
  line-height: 24px;
}
.main-dz .dzlist-nav .right .active {
  color: #da251d;
}
.main-wl {
  background: #efefef;
}
.main-wl .plate1 {
  position: relative;
  margin-bottom: 90px;
}
.main-wl .plate1 .banner {
  height: 500px;
  background: url(../images/banner-wl.png) no-repeat center / cover;
}
.main-wl .plate1 .main {
  position: absolute;
  width: 1050px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(20, 20, 20, 0.3);
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fbfbfb;
  justify-content: flex-start;
  padding: 0 85px;
}
.main-wl .plate1 .main .li {
  padding: 15px;
  font-size: 14px;
  width: 230px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.main-wl .plate1 .main .hr {
  width: 40px;
  height: 1px;
  background: #e5e5e5;
  margin: 0 10px;
}
.main-wl .plate1 .main .seek {
  margin-left: 130px;
  background: #da251d;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.main-wl .plate2 .main {
  justify-content: space-between;
  align-items: flex-start;
}
.main-wl .plate2 .main > .left {
  width: 825px;
}
.main-wl .plate2 .main > .left .title {
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  justify-content: flex-start;
}
.main-wl .plate2 .main > .left .title span {
  margin-left: 5px;
}
.main-wl .plate2 .main > .left .imgtext .li {
  background: #fff;
  margin-bottom: 15px;
}
.main-wl .plate2 .main > .left .imgtext .li * {
  font-size: 14px;
  text-align: left;
}
.main-wl .plate2 .main > .left .imgtext .li .text {
  flex: 1;
  padding-right: 20px;
}
.main-wl .plate2 .main > .left .imgtext .li .img {
  width: 340px;
  overflow: hidden;
}
.main-wl .plate2 .main > .left .imgtext .li .top {
  padding: 15px;
  justify-content: space-between;
  align-items: flex-start;
}
.main-wl .plate2 .main > .left .imgtext .li .top .text .p1 {
  font-size: 24px;
}
.main-wl .plate2 .main > .left .imgtext .li .top .text .p2 {
  margin-top: 15px;
  color: #5a5a5a;
  line-height: 2;
}
.main-wl .plate2 .main > .left .imgtext .li .bot {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  color: #da251d;
}
.main-wl .plate2 .main > .right {
  width: 360px;
}
.main-wl .plate2 .main > .right .ul {
  padding-bottom: 15px;
  background: #fff;
  margin: 15px 0;
}
.main-wl .plate2 .main > .right .ul .title {
  margin-bottom: 10px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
}
.main-wl .plate2 .main > .right .ul .title .left {
  justify-content: flex-start;
}
.main-wl .plate2 .main > .right .ul .title .left img {
  margin-right: 5px;
}
.main-wl .plate2 .main > .right .ul .title .right {
  color: #da251d;
  font-size: 12px;
  text-align: right;
}
.main-wl .plate2 .main > .right .ul .li {
  justify-content: space-between;
  padding: 0 15px 0 30px;
  height: 32px;
  position: relative;
  margin-bottom: 10px;
}
.main-wl .plate2 .main > .right .ul .li:last-child {
  margin: 0;
}
.main-wl .plate2 .main > .right .ul .li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -43%);
  left: 15px;
  width: 3px;
  height: 50%;
  background: #da251d;
  border-radius: 5px;
}
.main-wl .plate2 .main > .right .ul .li a {
  text-align: left;
  flex: 1;
}
.main-wl .plate2 .main > .right .ul .li .time {
  width: 65px;
  font-size: 12px;
  color: #999;
  text-align: right;
}
.main-vr .plate1 {
  height: 500px;
  background: url(../images/banner-vr.png) no-repeat center / cover;
  position: relative;
}
.main-vr .plate1 .img {
  position: absolute;
  bottom: 95px;
  left: 61%;
}
.main-vr .plate1 .main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 1, 1, 0.1);
}
.main-vr .plate1 .main .text {
  width: 100%;
  height: 60px;
  justify-content: space-around;
}
.main-vr .plate1 .main .text * {
  color: #fff;
  font-size: 14px;
}
.main-vr .plate1 .main .text span {
  color: #efefef;
}
.main-vr .plate1 .main .text .bor {
  font-size: 24px;
  font-weight: bolder;
  margin: 0 5px;
}
.main-vr .plate1 .main .text .i {
  margin-top: -10px;
}
.main-vr .plate2 {
  margin-bottom: 15px;
}
.main-vr .plate2 .main .title {
  padding: 35px 0 15px;
}
.main-vr .plate2 .main .title .p1 {
  font-size: 20px;
  font-weight: bolder;
}
.main-vr .plate2 .main .title .li {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 8px;
  height: 8px;
  transform: rotate(131deg);
}
.main-vr .plate2 .main .imgtext {
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-vr .plate2 .main .imgtext .li {
  width: 19.60784314%;
  margin-bottom: 15px;
}
.main-vr .plate2 .main .imgtext .li .p {
  padding: 15px 0;
  font-size: 14px;
}
.main-vr .plate3 .main .text,
.main-vr .plate4 .main .text,
.main-vr .plate5 .main .text {
  width: 560px;
  padding: 0 30px;
}
.main-vr .plate3 .main .text .p1,
.main-vr .plate4 .main .text .p1,
.main-vr .plate5 .main .text .p1 {
  font-size: 44px;
  margin-bottom: 56px;
  position: relative;
}
.main-vr .plate3 .main .text .p1::after,
.main-vr .plate4 .main .text .p1::after,
.main-vr .plate5 .main .text .p1::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background: #999;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -10px;
}
.main-vr .plate3 .main .text .p2,
.main-vr .plate4 .main .text .p2,
.main-vr .plate5 .main .text .p2 {
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
.main-vr .plate3 {
  overflow: hidden;
  min-height: 570px;
  background: url(../images/qjzz.png) no-repeat center / cover;
  justify-content: space-between;
  position: relative;
  z-index: -1;
}
.main-vr .plate3 .right {
  position: absolute;
  top: -160px;
  right: -150px;
  width: 58%;
  height: 1000px;
  background: #efefef;
  transform: rotate(24deg);
  z-index: -1;
}
.main-vr .plate3 .main {
  width: 100%;
  justify-content: flex-end;
}
.main-vr .plate4 {
  background: url(../images/hcsj.jpg) no-repeat center / cover;
  min-height: 466px;
}
.main-vr .plate4 .main {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}
.main-vr .plate4 .main .text {
  width: 780px;
}
.main-vr .plate4 .main .text * {
  color: #fff;
}
.main-vr .plate4 .main .text .p1::after {
  background: #fff;
}
.main-vr .plate5 {
  background: url(../images/wzjs.jpg) no-repeat center / cover;
  min-height: 466px;
}
.main-vr .plate5 .main {
  width: 100%;
  height: 100%;
}
.main-vr .plate5 .main .text {
  width: 600px;
}
.main-vr .plate5 .main .text * {
  color: #fff;
}
.main-vr .plate5 .main .text .p1::after {
  background: #fff;
}
.main-xh {
  background: #efefef;
}
.main-xh .header2 {
  background: #ffffff;
}
.main-xh .header2 .topbg {
  background: #efefef;
}
.main-xh .header2 .top {
  height: 50px;
}
.main-xh .header2 .top * {
  font-size: 14px;
}
.main-xh .header2 .top .left .i:first-child {
  color: #999;
  margin-right: 40px;
}
.main-xh .header2 .top .right .i {
  margin-left: 40px;
}
.main-xh .header2 .top .right .i2 {
  color: #999;
}
.main-xh .header2 .img1 {
  height: 46px;
}
.main-xh .header2 .bot {
  height: 70px;
  justify-content: space-between;
  background: #ffffff;
}
.main-xh .header2 .bot .right {
  height: 40px;
  width: 380px;
  border: 1px solid #da251d;
  justify-content: flex-start;
}
.main-xh .header2 .bot .right input {
  flex: 1;
  height: 100%;
  text-align: left;
  padding: 0 10px;
  color: #777;
}
.main-xh .header2 .bot .right .btn {
  width: 100px;
  background: #da251d;
  color: #fff;
  height: 100%;
}
.main-xh .plate1 {
  margin-bottom: 15px;
  height: 330px;
  background: url(../images/banner-ptj.png) no-repeat center / cover;
}
.main-xh .plate1 .main {
  justify-content: space-between;
  height: 100%;
}
.main-xh .plate1 .main > .left {
  width: 230px;
  height: 100%;
  justify-content: flex-start;
  background-color: #2c2f3e;
  position: relative;
}
.main-xh .plate1 .main > .left > .top {
  width: 100%;
  height: 40px;
  background-color: #da251d;
  padding-left: 14px;
  justify-content: flex-start;
}
.main-xh .plate1 .main > .left > .top * {
  color: #fff;
}
.main-xh .plate1 .main > .left > .top .main2 {
  width: 128px;
  justify-content: space-between;
}
.main-xh .plate1 .main > .left > .top span {
  width: 96px;
  font-size: 16px;
}
.main-xh .plate1 .main > .left > .bot * {
  color: #999;
  font-size: 12px;
}
.main-xh .plate1 .main > .left > .bot > .li {
  padding: 15px;
  border-bottom: 1px solid #666;
}
.main-xh .plate1 .main > .left > .bot > .li .top,
.main-xh .plate1 .main > .left > .bot > .li .bot {
  justify-content: flex-start;
}
.main-xh .plate1 .main > .left > .bot > .li .top {
  margin-bottom: 2px;
}
.main-xh .plate1 .main > .left > .bot > .li .top span {
  margin-left: 5px;
  font-size: 14px;
  color: #777;
}
.main-xh .plate1 .main > .left > .bot > .li .bot {
  flex-wrap: wrap;
  min-height: 43px;
}
.main-xh .plate1 .main > .left > .bot > .li .bot a {
  margin-right: 10px;
  line-height: 1.8;
}
.main-xh .plate1 .main > .left > .bot > .li a:hover {
  color: #da251d;
}
.main-xh .plate1 .main > .left > .bot > .li .sidebar {
  position: absolute;
  height: 99%;
  width: 540px;
  background: #efefef;
  box-shadow: 0 0 10px 0 rgba(20, 20, 20, 0.2);
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: 10;
  display: none;
  padding-bottom: 20px;
  overflow: hidden;
}
.main-xh .plate1 .main > .left > .bot > .li .sidebar * {
  color: #333;
}
.main-xh .plate1 .main > .left > .bot > .li .sidebar .h1 {
  height: 38px;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdddd;
  margin-bottom: 10px;
  padding: 0 20px;
}
.main-xh .plate1 .main > .left > .bot > .li .sidebar .ul {
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  justify-content: flex-start;
}
.main-xh .plate1 .main > .left > .bot > .li .sidebar .ul .li {
  margin-bottom: 15px;
  width: calc(100% / 4);
  font-size: 13px;
  justify-content: flex-start;
}
.main-xh .plate1 .main > .left > .bot > .li .sidebar .ul .li:nth-child(4n + 4) {
  margin-right: 0;
}
.main-xh .plate1 .main > .left > .bot > .li .sidebar .ul .li:hover {
  color: #da251d;
}
.main-xh .plate1 .main > .left > .bot > .li:hover {
  background: #24252c;
}
.main-xh .plate1 .main > .left > .bot > .li:hover .sidebar {
  display: block;
}
.main-xh .plate1 .main > .left > .bot .li:last-child {
  border: none;
}
.main-xh .plate2 {
  margin-bottom: 15px;
}
.main-xh .plate2 .main {
  padding: 20px 30px 5px 30px;
  background: #fff;
}
.main-xh .plate2 .main * {
  color: #666;
  font-size: 14px;
}
.main-xh .plate2 .main .li {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
  padding-right: 50px;
  position: relative;
}
.main-xh .plate2 .main .li .left {
  justify-content: flex-start;
}
.main-xh .plate2 .main .li .right {
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-xh .plate2 .main .li .right .i {
  justify-content: flex-start;
  cursor: pointer;
  padding-right: 50px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: relative;
}
.main-xh .plate2 .main .li .right .i:hover .ul {
  display: flex;
}
.main-xh .plate2 .main .li .right .i:has(a.active) {
  color: #da251d;
  font-weight: bold;
}
.main-xh .plate2 .main .li .right .i .ul {
  min-width: 260px;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px 0 rgba(1, 1, 1, 0.1);
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
}
.main-xh .plate2 .main .li .right .i .ul .i0 {
  padding: 10px;
}
.main-xh .plate2 .main .li .right .i .ul .active a {
  color: #da251d;
}
.main-xh .plate2 .main .li .active {
  color: #da251d;
  font-weight: bold;
}
.main-xh .plate2 .main .li .i1 {
  color: #333;
  width: 56px;
  font-weight: bolder;
  margin-right: 30px;
}
.main-xh .plate2 .main .li:last-child {
  margin: 0;
}
.main-xh .plate3 {
  margin-bottom: 15px;
}
.main-xh .plate3 .main {
  background: #fff;
  padding: 15px 30px;
}
.main-xh .plate3 .main * {
  font-size: 12px;
  color: #5a5a5a;
}
.main-xh .plate3 .main .li1 {
  margin-bottom: 15px;
}
.main-xh .plate3 .main .li {
  justify-content: flex-start;
}
.main-xh .plate3 .main .li .i {
  margin-right: 58px;
}
.main-xh .plate3 .main .li .i * {
  cursor: pointer;
}
.main-xh .plate3 .main .li .i .check {
  border: 1px solid #ddd;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.main-xh .plate3 .main .li2 .i:nth-child(1) span {
  color: #da251d;
}
.main-xh .plate3 .main .li2 span {
  margin-right: 5px;
}
.main-xh .plate3 .main .li2 .i4 .p1,
.main-xh .plate3 .main .li2 .i4 .p3 {
  text-align: left;
  padding: 1px 2px;
  width: 55px;
  border: 1px solid #ddd;
}
.main-xh .plate3 .main .li2 .i4 .p2 {
  width: 25px;
  height: 1px;
  background: #ddd;
  margin: 0 5px;
}
.main-xh .plate3 .main .li2 .i5 .p2 {
  text-align: left;
  width: 55px;
  border: 1px solid #ddd;
  height: 20px;
  margin: 0 5px;
}
.main-xh .plate4 .main {
  justify-content: space-between;
  align-items: flex-start;
}
.main-xh .plate4 .main > .left {
  flex: 1;
}
.main-xh .plate4 .main > .left .min {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-xh .plate4 .main > .left .min .item {
  width: 23.80952381%;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  margin-right: 14px;
}
.main-xh .plate4 .main > .left .min .item:nth-child(4n + 4) {
  margin-right: 0;
}
.main-xh .plate4 .main > .left .min .item .img {
  width: 100%;
  height: 175px;
  overflow: hidden;
}
.main-xh .plate4 .main > .left .min .item .img:hover img {
  transform: scale(1.1);
}
.main-xh .plate4 .main > .left .min .item .text .p1 {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  line-height: 1.7;
  height: 25px;
  overflow: hidden;
}
.main-xh .plate4 .main > .left .min .item .text .p2 {
  justify-content: space-between;
  margin-top: 5px;
}
.main-xh .plate4 .main > .left .min .item .text .p2 * {
  font-size: 12px;
  color: #999;
}
.main-xh .plate4 .main > .left .min .item .text .p2 em {
  color: #fff;
  background: #da251d;
  width: 14px;
  display: inline-block;
  margin: 0 5px;
}
.main-xh .plate4 .main > .left .min .item .text .p3 {
  justify-content: flex-start;
  margin: 7px 0;
}
.main-xh .plate4 .main > .left .min .item .text .p3 span {
  font-size: 8px;
  color: #0c6eb8;
  background: #a2d7ff;
  border-radius: 3px;
  margin-right: 5px;
  padding: 0 3px;
}
.main-xh .plate4 .main > .left .min .item .text .p4 {
  width: 100%;
  height: 19px;
  justify-content: space-between;
}
.main-xh .plate4 .main > .left .min .item .text .p4 * {
  font-size: 12px;
}
.main-xh .plate4 .main > .left .min .item .text .p4 .i1 {
  width: 50px;
  color: #da251d;
  font-size: 14px;
  justify-content: flex-start;
}
.main-xh .plate4 .main > .left .min .item .text .p4 .i1::before {
  content: "￥";
  font-size: 12px;
}
.main-xh .plate4 .main > .left .min .item .text .p4 .i2 {
  color: #999;
}
.main-xh .plate4 .main > .right {
  width: 260px;
  padding-left: 15px;
}
.main-xh .plate4 .main > .right .item {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  background: #fff;
}
.main-xh .plate4 .main > .right .item .img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.main-xh .plate4 .main > .right .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-xh .plate4 .main > .right .item .img:hover img {
  transform: scale(1.1);
}
.main-xh .plate4 .main > .right .item .text {
  padding: 16px 15px;
}
.main-xh .plate4 .main > .right .item .text .p1 {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  height: 45px;
}
.main-xh .plate4 .main > .right .item .text .p2 {
  justify-content: space-between;
  margin-top: 5px;
}
.main-xh .plate4 .main > .right .item .text .p2 * {
  font-size: 12px;
  color: #999;
}
.main-xh .plate4 .main > .right .item .text .p2 em {
  color: #fff;
  background: #da251d;
  width: 14px;
  display: inline-block;
  margin: 0 5px;
}
.main-xh .plate4 .main > .right .item .text .p2 .right {
  background: #ddd;
  padding: 0 3px;
}
.main-xh .plate4 .main > .right .item .text .p4 {
  width: 100%;
  justify-content: space-between;
}
.main-xh .plate4 .main > .right .item .text .p4 * {
  font-size: 12px;
}
.main-xh .plate4 .main > .right .item .text .p4 .i1 {
  width: 50px;
  color: #da251d;
  font-size: 14px;
}
.main-xh .plate4 .main > .right .item .text .p4 .i1::before {
  content: "￥";
  font-size: 12px;
}
.main-xh .plate4 .main > .right .item .text .p4 .i2 {
  color: #999;
}
.main-xh .plate5 {
  margin-top: 15px;
  background: #fff;
}
.main-xh .plate5 .main {
  padding: 50px 90px;
  justify-content: space-between;
}
.main-xh .plate5 .main .item span {
  margin-left: 10px;
  font-weight: bolder;
}
.main-nshow .plate1 {
  margin-top: 50px;
}
.main-nshow .plate1 .main {
  text-align: left;
}
.main-nshow .plate1 .main .text {
  margin-top: 30px;
}
.main-nshow .plate1 .main .p,
.main-nshow .plate1 .main .b {
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 10px;
}
.main-nshow .plate1 .main .b {
  font-weight: bolder;
}
.main-nshow .plate1 .main .p1,
.main-nshow .plate1 .main .p2 {
  text-align: center;
}
.main-nshow .plate1 .main .p1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.main-nshow .plate1 .main .p2 {
  color: #999;
}
.main-nshow .plate2 {
  margin: 30px 0;
}
.main-nshow .plate2 .main {
  text-align: left;
}
.main-nshow .plate2 .main .item {
  justify-content: space-between;
  padding: 20px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.main-nshow .plate2 .main .item .text * {
  text-align: left;
}
.main-nshow .plate2 .main .item .text .p1 {
  font-size: 18px;
}
.main-nshow .plate2 .main .item .text .p2 {
  font-size: 14px;
  margin: 10px 0;
  color: #666;
}
.main-nshow .plate2 .main .item .text .p3 {
  justify-content: flex-start;
  padding: 10px 0;
}
.main-nshow .plate2 .main .item .text .p3 * {
  font-size: 12px;
  color: #999;
}
.main-nshow .plate2 .main .item .text .p3 .li {
  margin-right: 80px;
}
.main-nshow .plate2 .main .item .text .p3 .li span {
  margin-left: 5px;
}
.main-nshow .plate2 .main .item .img {
  height: 110px;
  width: 245px;
  overflow: hidden;
}
.main-nshow .plate2 .main .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-nshow .plate2 .main .item:nth-child(1) {
  padding-top: 15px;
}
.main-zxh {
  background: #f6f6f6;
}
.main-zxh .plate1 .main {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-zxh .plate1 .main .img {
  margin-top: 15px;
  width: 19.30501931%;
  margin-right: 10px;
}
.main-zxh .plate1 .main .img:nth-child(5n + 5) {
  margin-right: 0;
}
.main-zxh .plate2 {
  margin-top: 15px;
}
.main-zxh .plate2 .main {
  background: #fbfbfb;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.main-zxh .plate2 .main * {
  font-size: 14px;
}
.main-zxh .plate2 .main .top {
  justify-content: flex-start;
}
.main-zxh .plate2 .main .top .item {
  margin: 0 25px;
  cursor: pointer;
}
.main-zxh .plate2 .main .top .item:hover {
  color: #da251d;
}
.main-zxh .plate2 .main .top .active {
  color: #da251d;
  position: relative;
}
.main-zxh .plate2 .main .top .active::after {
  content: "";
  position: absolute;
  bottom: -137%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
  z-index: 9;
}
.main-zxh .plate2 .main .bot {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.main-zxh .plate2 .main .bot .left {
  flex: 1;
  margin-right: 10px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
}
.main-zxh .plate2 .main .bot .left .item {
  width: 20%;
  height: 100%;
  justify-content: space-between;
  border-right: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.main-zxh .plate2 .main .bot .left .item * {
  text-align: left;
}
.main-zxh .plate2 .main .bot .left .item .iconfont {
  color: #999;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.main-zxh .plate2 .main .bot .left .item:last-child {
  border: none;
}
.main-zxh .plate2 .main .bot .left .item select {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.main-zxh .plate2 .main .bot .left .item select option {
  line-height: 2;
}
.main-zxh .plate2 .main .bot .left .item input {
  padding: 5px 10px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.main-zxh .plate2 .main .bot .left .item .ul {
  box-shadow: 0 10px 15px 0 rgba(1, 1, 1, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 500px;
  background: #fff;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 10px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
}
.main-zxh .plate2 .main .bot .left .item .ul .li {
  width: calc(100% / 4.2);
  margin-right: 4px;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-zxh .plate2 .main .bot .left .item .ul .li > .i {
  margin-right: 4px;
  font-size: 13px;
  width: 100%;
  cursor: pointer;
}
.main-zxh .plate2 .main .bot .left .item .ul .li .ul1 {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-zxh .plate2 .main .bot .left .item .ul .li .ul1 .i {
  width: calc(100% / 3.2);
  margin-right: 4px;
  margin-bottom: 10px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.main-zxh .plate2 .main .bot .left .item .ul .lis {
  width: 100%;
  margin-right: 0;
}
.main-zxh .plate2 .main .bot .left .item .ul .lis > .i {
  width: calc(100% / 4.2);
  cursor: default;
}
.main-zxh .plate2 .main .bot .left .item:hover .ul {
  display: flex;
}
.main-zxh .plate2 .main .bot .left .item:hover .iconfont {
  transform: translate(0, -50%) rotate(180deg);
}
.main-zxh .plate2 .main .bot .right {
  width: 230px;
  height: 50px;
  border-radius: 6px;
  background: #da251d;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.main-zxh .plate3 .main {
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: flex-start;
}
.main-zxh .plate3 .main > .left,
.main-zxh .plate3 .main > .right {
  justify-content: flex-start;
}
.main-zxh .plate3 .main > .left .title,
.main-zxh .plate3 .main > .right .title {
  background: #fff;
  height: 46px;
  justify-content: flex-start;
  width: 100%;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.main-zxh .plate3 .main > .left .title span,
.main-zxh .plate3 .main > .right .title span {
  margin-left: 10px;
}
.main-zxh .plate3 .main > .left {
  flex: 1;
  margin-right: 10px;
}
.main-zxh .plate3 .main > .left .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.main-zxh .plate3 .main > .left .table tr {
  width: 100%;
  height: 46px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.main-zxh .plate3 .main > .left .table td,
.main-zxh .plate3 .main > .left .table th {
  font-size: 14px;
}
.main-zxh .plate3 .main > .left .table thead {
  width: 100%;
}
.main-zxh .plate3 .main > .left .table thead tr {
  background: #fff;
}
.main-zxh .plate3 .main > .left .table tbody {
  width: 100%;
}
.main-zxh .plate3 .main > .left .table tbody tr:nth-child(even) {
  background: #fff;
}
.main-zxh .plate3 .main > .left .table tbody tr:nth-child(odd) {
  border-color: #f6f6f6;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs {
  position: relative;
  cursor: pointer;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs::after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #4a86ff;
  border-left: 1px solid #4a86ff;
  position: absolute;
  bottom: -8px;
  right: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  z-index: 9;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul {
  padding: 15px 15px 35px 15px;
  display: none;
  position: absolute;
  top: 105%;
  right: 0;
  width: 330px;
  background: #fff;
  border: 1px solid #4a86ff;
  z-index: 8;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul * {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li {
  width: 100%;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li .i1 {
  width: 60px;
  font-weight: 500;
  color: #111;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li .i2 {
  flex: 1;
  color: #777;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li .i3 {
  width: 54px;
  color: #ff6600;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li .i4 {
  flex: 1;
  color: #777;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li .i {
  margin-bottom: 5px;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li:last-child {
  margin: 0;
  border: none;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .li .p1 {
  margin-bottom: 5px;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs .ul .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 20px;
  background: #4a86ff;
  color: #fff;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs:hover::after {
  display: block;
}
.main-zxh .plate3 .main > .left .table tbody tr .gs:hover .ul {
  display: flex;
}
.main-zxh .plate3 .main > .left .table tbody tr:hover {
  background: #dddddd;
  border-color: #dddddd;
}
.main-zxh .plate3 .main > .left .lists {
  margin: 20px 0 30px;
}
.main-zxh .plate3 .main > .right {
  width: 250px;
}
.main-zxh .plate3 .main > .right .title:nth-child(1) {
  margin-bottom: 15px;
}
.main-zxh .plate3 .main > .right .item {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.main-zxh .plate3 .main > .right .item .img {
  width: 100%;
  height: 215px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.main-zxh .plate3 .main > .right .item .img img {
  height: 100%;
  object-fit: cover;
}
.main-zxh .plate3 .main > .right .item .img:hover img {
  transform: scale(1.1);
}
.main-zxh .plate3 .main > .right .item .text {
  padding: 5px;
}
.main-zxh .plate3 .main > .right .item .text .p1 {
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
  line-height: 1.5;
  height: 44px;
}
.main-zxh .plate3 .main > .right .item .text .p2 {
  justify-content: space-between;
  margin-top: 5px;
}
.main-zxh .plate3 .main > .right .item .text .p2 * {
  font-size: 12px;
  color: #999;
}
.main-zxh .plate3 .main > .right .item .text .p2 em {
  color: #fff;
  background: #da251d;
  width: 14px;
  display: inline-block;
  margin: 0 5px;
}
.main-zxh .plate3 .main > .right .item .text .p2 .right {
  background: #ddd;
  padding: 0 3px;
}
.main-zxh .plate3 .main > .right .item .text .p4 {
  width: 100%;
  justify-content: space-between;
}
.main-zxh .plate3 .main > .right .item .text .p4 * {
  font-size: 12px;
}
.main-zxh .plate3 .main > .right .item .text .p4 .i1 {
  width: 50px;
  color: #da251d;
  font-size: 14px;
}
.main-zxh .plate3 .main > .right .item .text .p4 .i1::before {
  content: "￥";
  font-size: 12px;
}
.main-zxh .plate3 .main > .right .item .text .p4 .i2 {
  color: #999;
}
.main-zxh .plate3 .main > .right > .text {
  width: 100%;
  background: #fff;
  height: 440px;
  overflow: hidden;
  padding: 0 30px;
}
.main-zxh .plate3 .main > .right > .text .ul {
  margin: 10px 0;
  overflow: hidden;
}
.main-zxh .plate3 .main > .right > .text .ul .li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main-zxh .plate3 .main > .right > .text .ul .li:last-child {
  margin-bottom: 0;
}
.main-zxh .plate3 .main > .right > .text .ul .li * {
  font-size: 12px;
  line-height: 1.6;
}
.main-zxh .plate3 .main > .right > .text .ul .li .p1 {
  justify-content: flex-start;
  font-size: 14px;
}
.main-zxh .plate3 .main > .right > .text .ul .li .p2 {
  justify-content: flex-start;
}
.main-zxh .plate3 .main > .right > .text .ul .li .p2 .i1 {
  color: #0c6eb8;
}
.main-zxh .plate3 .main > .right > .text .ul .li .p2 .i2 {
  color: #da251d;
}
.main-zxh .plate3 .main > .right > .text .ul .li:last-child {
  border: none;
}
.main-a .header .top .left .p2 {
  color: #da251d;
}
.main-a .header .top .right .p1 {
  margin: 0 15px;
  color: #999;
  font-size: 18px;
}
.main-a .header .top .right .p2 {
  font-size: 18px;
  font-weight: bold;
}
.main-a .header .bot .min {
  width: 100%;
  justify-content: space-between;
}
.main-a > .main {
  position: relative;
}
.main-a > .main .nav {
  transition: 0.4s;
  position: fixed;
  top: 140px;
  left: 10px;
  align-items: flex-start;
  border-left: 2px solid #d0d0d0;
}
.main-a > .main .nav .li {
  padding: 20px 0 20px 16px;
  position: relative;
}
.main-a > .main .nav .li::after {
  position: absolute;
  content: "";
  left: -6px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
}
.main-a > .main .nav .active {
  color: #da251d;
}
.main-a > .main .nav .active::after {
  background: #da251d;
}
.main-a > .main .goTop {
  top: 40px !important;
}
.main-a > .main .outTop {
  top: 140px !important;
}
.main-a .plate1 {
  padding: 0 2%;
}
.main-a .plate1 .title {
  padding: 40px 0 10px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 1;
}
.main-a .plate1 .title .p1,
.main-a .plate1 .title .p2 {
  font-size: 24px;
}
.main-a .plate1 .title .p1 {
  font-weight: bold;
}
.main-a .plate1 .title .p2 {
  color: #888;
}
.main-a .plate1 .title::after {
  position: absolute;
  content: "";
  bottom: -5px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10px;
  height: 10px;
  background: #da251d;
}
.main-a .plate1 .main {
  margin-top: 45px;
  padding: 40px 0;
}
.main-a .plate1 .main .p {
  text-align: left;
  line-height: 1.8;
  text-indent: 1.8rem;
  font-size: 14px;
}
.main-a .plate1 .main .li1 {
  padding: 0 0 25px 5px;
  font-size: 50px;
  font-weight: bold;
  color: #e4e4e4;
  text-align: left;
}
.main-a .plate1 .main .li2 {
  background: #fff;
}
.main-a .plate1 .main .li2 .img {
  width: 488px;
}
.main-a .plate1 .main .li2 .img img {
  width: 100%;
  object-fit: cover;
}
.main-a .plate1 .main .li2 .text {
  flex: 1;
  padding: 50px 30px;
  overflow: hidden;
}
.main-a .plate1 .main .li3 {
  padding: 40px 55px;
  background: #f5f5f5;
}
.main-c .banner {
  background: url(../images/bg3.png) no-repeat top center;
  height: 400px;
}
.main-c > .main {
  height: auto;
}
.main-c > .main .title {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0 10px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.main-c > .main .title .p1 {
  font-size: 24px;
}
.main-c > .main .title .p2 * {
  font-size: 14px;
}
.main-c > .main .title .p2 span {
  padding-left: 20px;
  position: relative;
}
.main-c > .main .title .p2 span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 3px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 7px;
  height: 7px;
}
.main-c > .main .li1 {
  min-height: 200px;
}
.main-news > .main {
  height: auto;
}
.main-news > .main .swiper-slide {
  padding: 0 3.1%;
}
.main-news > .main .swiper-slide .main {
  padding: 30px;
}
.main-news > .main .swiper-slide .main .ul .li {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
}
.main-news > .main .swiper-slide .main .ul .li .time {
  position: relative;
  width: 50px;
  height: 100%;
  margin-right: 70px;
}
.main-news > .main .swiper-slide .main .ul .li .time .p1 {
  font-size: 40px;
  font-weight: bold;
  color: #da251d;
  margin-bottom: 5px;
}
.main-news > .main .swiper-slide .main .ul .li .time .p2 {
  color: #da251d;
  font-size: 12px;
}
.main-news > .main .swiper-slide .main .ul .li .time::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -65px;
  width: 60px;
  height: 1px;
  background: #000;
  transform: translate(0, -50%) rotate(-60deg);
}
.main-news > .main .swiper-slide .main .ul .li .text {
  height: 100%;
  flex: 1;
  padding-right: 50px;
  align-items: flex-start;
  text-align: left;
}
.main-news > .main .swiper-slide .main .ul .li .text .p1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
.main-news > .main .swiper-slide .main .ul .li .text .p2 {
  font-size: 14px;
}
.main-news > .main .swiper-slide .main .ul .li .img {
  width: 200px;
  height: 100%;
  overflow: hidden;
}
.main-news > .main .swiper-slide .main .ul .li .img img {
  width: 100%;
  object-fit: cover;
}
.main-news > .main .swiper-slide .main .ul .li:last-child {
  margin: 0;
}
.mani-newsshow .main {
  padding: 0 1%;
  height: auto;
}
.mani-newsshow .main .paging {
  left: 10px;
  top: 140px;
  position: fixed;
  transform: translate(0, 0);
  transition: top 0.2s;
}
.mani-newsshow .main .paging .ul {
  align-items: flex-start;
}
.mani-newsshow .main .paging .ul .li {
  width: auto;
  padding: 20px 10px 20px 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.mani-newsshow .main .paging .ul .li::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d0d0d0;
}
.mani-newsshow .main .paging .ul .active {
  color: #da251d;
}
.mani-newsshow .main .paging .ul .active::after {
  background: #da251d;
}
.mani-newsshow .main .paging .ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #d0d0d0;
  z-index: -1;
}
.mani-newsshow .main .title {
  padding: 60px 0 30px;
}
.mani-newsshow .main .title .p1 {
  font-size: 24px;
  margin-bottom: 14px;
}
.mani-newsshow .main .title .p2 {
  font-size: 14px;
  color: #999;
}
.mani-newsshow .main .text {
  padding: 40px;
  background: #f5f5f5;
}
.mani-newsshow .main .text .p {
  margin-bottom: 30px;
  text-align: left;
  text-indent: 1.9rem;
  font-size: 14px;
  line-height: 1.8;
}
.main-qg .title {
  padding: 30px 0;
  justify-content: flex-start;
}
.main-qg .title * {
  font-size: 14px;
}
.main-qg .ul {
  border: 1px solid #ccc;
}
.main-qg .ul .li {
  border-bottom: 1px solid #ccc;
  height: 120px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 20px;
}
.main-qg .ul .li * {
  font-size: 14px;
}
.main-qg .ul .li:last-child {
  border: none;
}
.main-qg .ul .li .p1 {
  font-size: 16px;
  color: #4a86ff;
}
.main-qg .ul .li .p3 .i {
  margin-right: 15px;
  color: #999;
  font-size: 12px;
  padding-right: 15px;
  border-right: 1px solid #999;
}
.main-qg .ul .li .p3 .i:last-child {
  border: none;
}
.main-qg .ul .top {
  height: auto;
  padding: 15px 10px;
  align-items: center;
}
.main-qg .ul .top .p1 {
  font-size: 18px;
  border-left: 5px solid #4a86ff;
  padding: 0 5px;
}
.main-qg .text {
  border: 1px solid #ddd;
  margin-bottom: 100px;
}
.main-qg .text .title {
  padding: 20px;
}
.main-qg .text * {
  font-size: 14px;
}
.main-qg .text .p1 {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0;
}
.main-qg .text .p2 {
  color: #999;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}
.main-qg .text .p3 {
  min-height: 20vh;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.main-qg .text .p4 {
  align-items: flex-start;
  padding: 20px;
}
.main-qg .text .p4 .i1 {
  border-left: 5px solid #4a86ff;
  padding-left: 5px;
  font-size: 18px;
  margin-bottom: 10px;
}
.main-qg .text .p4 .i2 {
  justify-content: flex-start;
  height: 30px;
}
.main-qg .text .p4 .i2 .l1 {
  width: 80px;
  color: #4a86ff;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.main-shopIndex {
  background: #fff;
}
.main-shopIndex .header .bot .min .left .li {
  margin-left: 25px;
  align-items: flex-start;
}
.main-shopIndex .header .bot .min .left .li .p1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  padding-right: 25px;
}
.main-shopIndex .header .bot .min .left .li .p1::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  top: 50%;
  right: 0;
  transform: translate(0, -75%) rotate(135deg);
}
.main-shopIndex .header .bot .min .left .li .p2 {
  border: 1px solid #da251d;
}
.main-shopIndex .header .bot .min .left .li .p2 span {
  font-size: 12px;
  padding: 0 2px;
}
.main-shopIndex .header .bot .min .left .li .p2 span:nth-child(1) {
  background: #da251d;
  color: #fff;
}
.main-shopIndex .header .bot .min .left .li .p2 span:nth-child(2) {
  color: #da251d;
}
.main-shopIndex > .main {
  background: #fff;
}
.main-shopIndex > .main .banner {
  background: url(../images/banner-shopIndex.png) no-repeat center / cover;
  height: 360px;
}
.main-shopIndex > .main .shop-nav {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(1, 1, 1, 0.1);
  height: 74px;
}
.main-shopIndex > .main .shop-nav > .main {
  justify-content: space-between;
  height: 100%;
}
.main-shopIndex > .main .shop-nav > .main .img {
  height: 72%;
}
.main-shopIndex > .main .shop-nav > .main .img img {
  height: 100%;
}
.main-shopIndex > .main .shop-nav > .main .text {
  height: 100%;
  padding-left: 20px;
  justify-content: flex-start;
}
.main-shopIndex > .main .shop-nav > .main .text .li {
  height: 100%;
  padding: 0 25px;
  position: relative;
}
.main-shopIndex > .main .shop-nav > .main .text .li::after {
  position: absolute;
  content: "";
  bottom: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  background: #da251d;
  width: 0;
  transition: width 0.3s;
}
.main-shopIndex > .main .shop-nav > .main .text .active {
  color: #da251d;
}
.main-shopIndex > .main .shop-nav > .main .text .active::after {
  width: 60%;
}
.main-shopIndex > .main .shop-nav > .main .text .li:hover::after {
  width: 60%;
}
.main-shopIndex > .main .title {
  margin-bottom: 40px;
  padding: 40px 0 10px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 1;
}
.main-shopIndex > .main .title .p1,
.main-shopIndex > .main .title .p2 {
  font-size: 24px;
}
.main-shopIndex > .main .title .p1 {
  font-weight: bold;
}
.main-shopIndex > .main .title .p2 {
  color: #888;
  padding-left: 10px;
}
.main-shopIndex > .main .title::after {
  position: absolute;
  content: "";
  bottom: -5px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  width: 10px;
  height: 10px;
  background: #da251d;
}
.main-shopIndex > .main .li1 .img {
  margin-bottom: 40px;
}
.main-shopIndex > .main .li1 .text .p {
  font-size: 14px;
  line-height: 30px;
  text-indent: 1.8rem;
  text-align: left;
}
.main-shopIndex > .main .li2 .imgtext,
.main-shopIndex > .main .li3 .imgtext {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-shopIndex > .main .li2 .imgtext .item,
.main-shopIndex > .main .li3 .imgtext .item {
  width: 49.01960784%;
  margin: 0 23px 23px 0;
  overflow: hidden;
}
.main-shopIndex > .main .li2 .imgtext .item img,
.main-shopIndex > .main .li3 .imgtext .item img {
  width: 100%;
  object-fit: cover;
}
.main-shopIndex > .main .li2 .imgtext .item:nth-child(2n + 2),
.main-shopIndex > .main .li3 .imgtext .item:nth-child(2n + 2) {
  margin-right: 0;
}
.main-shopIndex > .main .li2 .imgtext .item:nth-child(3),
.main-shopIndex > .main .li3 .imgtext .item:nth-child(3),
.main-shopIndex > .main .li2 .imgtext .item:nth-child(4),
.main-shopIndex > .main .li3 .imgtext .item:nth-child(4) {
  margin-bottom: 0;
}
.main-shopIndex > .main .li4 .text {
  padding: 0 1%;
}
.main-shopIndex > .main .li4 .text .li {
  padding-bottom: 40px;
}
.main-shopIndex > .main .li4 .text .li .left {
  align-items: flex-start;
}
.main-shopIndex > .main .li4 .text .li .left .item {
  padding: 0 50px;
}
.main-shopIndex > .main .li4 .text .li .left .item:nth-child(1) {
  padding: 0;
}
.main-shopIndex > .main .li4 .text .li .left .item .p {
  align-items: flex-start;
}
.main-shopIndex > .main .li4 .text .li .left .item .p span:nth-child(1) {
  width: 90px;
}
.main-shopIndex > .main .li4 .text .li .left .item .p span:nth-child(2) {
  flex: 1;
  text-align: left;
}
.main-shopIndex > .main .li4 .text .li .item {
  align-items: flex-start;
}
.main-shopIndex > .main .li4 .text .li .item * {
  font-size: 14px;
  line-height: 2;
}
.main-shopIndex > .main .li4 .text .li .item .p span:nth-child(1) {
  color: #999999;
}
.main-shopIndex > .main .li4 .text .li .item .p span:last-child {
  color: #5a5a5a;
}
.main-shopIndex > .main .li4 .text .li .right {
  position: relative;
  width: 520px;
  align-items: flex-start;
}
.main-shopIndex > .main .li4 .text .li .right .item {
  padding: 0;
  height: 60px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: flex-start;
}
.main-shopIndex > .main .li4 .text .li .right .item .p {
  margin-left: 50px;
  width: 200px;
  justify-content: flex-start;
}
.main-shopIndex > .main .li4 .text .li .right::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 85%;
  background: #999;
}
.main-kucun > .main > .li1 .top {
  height: 60px;
  background: #efefef;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 20px;
}
.main-kucun > .main > .li1 .top * {
  font-weight: bold;
}
.main-kucun > .main > .li1 .top .p1 span {
  margin-left: 5px;
}
.main-kucun > .main > .li1 .top .p2 span:nth-child(2) {
  font-size: 24px;
  color: #da251d;
  margin: 0 10px;
}
.main-kucun > .main > .li1 .text .table {
  background: #efefef;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.main-kucun > .main > .li1 .text .table tr {
  width: 100%;
  height: 46px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.main-kucun > .main > .li1 .text .table td,
.main-kucun > .main > .li1 .text .table th {
  font-size: 14px;
}
.main-kucun > .main > .li1 .text .table thead {
  width: 100%;
}
.main-kucun > .main > .li1 .text .table thead tr {
  background: #fff;
}
.main-kucun > .main > .li1 .text .table tbody {
  width: 100%;
}
.main-kucun > .main > .li1 .text .table tbody tr:nth-child(even) {
  background: #fff;
}
.main-kucun > .main > .li1 .text .table tbody tr:nth-child(odd) {
  border-color: #f6f6f6;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs {
  position: relative;
  cursor: pointer;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs::after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #4a86ff;
  border-left: 1px solid #4a86ff;
  position: absolute;
  bottom: -8px;
  right: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  z-index: 9;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul {
  padding: 10px 10px 30px 10px;
  display: none;
  position: absolute;
  top: 105%;
  right: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #4a86ff;
  z-index: 8;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul * {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul .li {
  width: 100%;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul .li .i1 {
  width: 60px;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul .li .i2 {
  flex: 1;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul .li:last-child {
  margin: 0;
  border: none;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul .li .p1 {
  margin-bottom: 5px;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs .ul .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 20px;
  background: #4a86ff;
  color: #fff;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs:hover::after {
  display: block;
}
.main-kucun > .main > .li1 .text .table tbody tr .gs:hover .ul {
  display: flex;
}
.main-zizhi > .main > .li1 {
  padding-top: 40px;
}
.main-zizhi > .main > .li1 .p1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.main-zizhi > .main > .li1 .p2 {
  font-size: 16px;
  margin-bottom: 40px;
}
.main-zizhi > .main > .li1 .p3 {
  width: 100%;
  justify-content: space-between;
}
.main-zizhi > .main > .li1 .p3 .item img {
  margin-bottom: 13px;
}
.main-zizhi > .main > .li1 .p3 .item .p {
  font-size: 24px;
}
.main-zizhi > .main > .li2 {
  background: url(../images/bg1.png) no-repeat center / cover;
  padding: 80px 0;
}
.main-zizhi > .main > .li2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.6;
  height: 540px;
}
.main-zizhi > .main > .li2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-zizhi > .main > .li2 .swiper-slide-active,
.main-zizhi > .main > .li2 .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
#left-p {
  width: 320px;
  padding: 40px 0;
  align-items: flex-start;
}
#left-p .top {
  width: 100%;
  align-items: flex-start;
  background: url(../images/p20.png) no-repeat center / cover;
  padding: 15px 27px;
}
#left-p .top .p1 {
  font-size: 24px;
}
#left-p .top .p2 {
  font-size: 14px;
  line-height: 2.5;
}
#left-p .top .p3 {
  justify-content: flex-start;
}
#left-p .top .p3 > div {
  margin-right: 20px;
}
#left-p .top .p3 > div:last-child {
  margin: 0;
}
#left-p .top .p3 .i1 {
  border: 1px solid #da251d;
}
#left-p .top .p3 .i1 span {
  font-size: 12px;
  padding: 1px 2px;
}
#left-p .top .p3 .i1 span:nth-child(1) {
  background: #da251d;
  color: #fff;
}
#left-p .top .p3 .i1 span:last-child {
  color: #da251d;
}
#left-p .bot {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #efefef;
  border-top: none;
  align-items: flex-start;
}
#left-p .bot > div,
#left-p .bot > a {
  width: 100%;
}
#left-p .bot .p1 {
  padding-bottom: 15px;
  align-items: flex-start;
}
#left-p .bot .p1 img {
  margin: 0 5px;
}
#left-p .bot .p1 img:nth-child(1) {
  margin-left: 0;
}
#left-p .bot .p1 .i {
  padding-bottom: 10px;
  align-items: flex-start;
}
#left-p .bot .p1 .i span {
  font-size: 14px;
  text-align: left;
}
#left-p .bot .p1 .i span:nth-child(1) {
  color: #999999;
  display: flex;
  width: 75px;
}
#left-p .bot .p2 {
  padding: 20px 0 30px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
}
#left-p .bot .p2 .i {
  width: 25%;
  font-size: 14px;
  border-right: 1px solid #dddddd;
}
#left-p .bot .p2 .i span:last-child {
  margin-top: 5px;
  color: #da251d;
}
#left-p .bot .p2 .i:last-child {
  border: none;
}
#left-p .bot .p3 {
  padding: 25px 0;
  justify-content: space-between;
}
#left-p .bot .p3 .i {
  width: 48.7804878%;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  color: #999999;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
#left-p .bot .p3 .i:hover {
  background: #da251d;
  color: #fff;
}
#left-p .bot .p4 {
  height: 40px;
  border: 1px solid #da251d;
  color: #da251d;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}
#left-p .bot .p4:hover {
  background: #da251d;
  color: #fff;
}
#left-p .bot .p5 {
  padding: 10px 0;
  color: #4a86ff;
  font-size: 14px;
}
#left-p .h1 {
  height: 450px;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #efefef;
}
#left-p .h1 .p1 {
  background: #4a86ff;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  justify-content: flex-start;
}
#left-p .h1 .p1 span {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
#left-p .h1 .ul {
  width: 100%;
  height: 370px;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}
#left-p .h1 .ul .li {
  position: absolute;
  top: 0;
  right: -12px;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 0 32px;
}
#left-p .h1 .ul .dl {
  align-items: flex-start;
  line-height: 2.5;
}
#left-p .h1 .ul .dl .p {
  width: 230px;
  text-align: left;
  justify-content: space-between;
}
#left-p .h1 .ul .dl .p > a {
  font-size: 16px;
  font-weight: 600;
}
#left-p .h1 .ul .dl .dt {
  padding: 7px 0 7px 20px;
  border-left: 1px solid #ddd;
  display: none;
}
#left-p .h1 .ul .dl .dt .flex-col {
  align-items: flex-start;
}
#left-p .h1 .ul .dl .dt a {
  font-size: 14px;
  font-weight: 500;
}
#left-p .h1 .ul .dl:nth-child(1) .dt {
  display: block;
}
#left-p .h2 {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #efefef;
}
#left-p .h2 .p1 {
  background: #4a86ff;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  justify-content: flex-start;
}
#left-p .h2 .p1 span {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
#left-p .h2 .p2 {
  align-items: flex-start;
  padding: 15px 25px 15px 25px;
}
#left-p .h2 .p2 .i {
  justify-content: flex-start;
  line-height: 2.4;
}
#left-p .h2 .p2 .i span {
  font-size: 14px;
}
#left-p .h2 .p2 .i span:nth-child(1) {
  color: #999;
}
#left-p .h2 .img {
  margin: 0;
}
.main-shopC > .main .li1 {
  justify-content: flex-start;
  align-items: flex-start;
}
.main-shopC > .main .li1 > .right {
  flex: 1;
  padding: 0 3% 40px 3%;
}
.main-shopC > .main .li1 > .right > div {
  align-items: flex-start;
  justify-content: flex-start;
}
.main-shopC > .main .li1 > .right .title {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.main-shopC > .main .li1 > .right .title .p2 {
  margin-left: 10px;
}
.main-shopC > .main .li1 > .right > .p1 .i1 {
  font-size: 24px;
}
.main-shopC > .main .li1 > .right > .p1 .i2 {
  font-size: 14px;
  line-height: 2.5;
}
.main-shopC > .main .li1 > .right > .p2 {
  padding: 20px 0;
}
.main-shopC > .main .li1 > .right > .p2 .i {
  font-size: 14px;
  color: #4a86ff;
  height: 20px;
  line-height: 20px;
}
.main-shopC > .main .li1 > .right > .p2 .i:nth-child(1) {
  padding-right: 20px;
  border-right: 1px solid #efefef;
}
.main-shopC > .main .li1 > .right > .p2 .i:last-child {
  padding-left: 20px;
}
.main-shopC > .main .li1 > .right > .p3 {
  padding-bottom: 40px;
}
.main-shopC > .main .li1 > .right > .p3 .i {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2.5;
}
.main-shopC > .main .li1 > .right > .p4 {
  overflow: hidden;
  height: 600px;
  width: 100%;
}
.main-shopC > .main .li1 > .right > .p4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.8s;
}
.main-shopC > .main .li1 > .right > .p4:hover img {
  transform: scale(1.1);
}
.main-shopP > .main .li1 > .left .h1 {
  height: 450px;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #efefef;
}
.main-shopP > .main .li1 > .left .h1 .p1 {
  background: #4a86ff;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  justify-content: flex-start;
}
.main-shopP > .main .li1 > .left .h1 .p1 span {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
.main-shopP > .main .li1 > .left .h1 .ul {
  width: 100%;
  height: 370px;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}
.main-shopP > .main .li1 > .left .h1 .ul .li {
  position: absolute;
  top: 0;
  right: -12px;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 0 32px;
}
.main-shopP > .main .li1 > .left .h1 .ul .dl {
  align-items: flex-start;
  line-height: 2.5;
}
.main-shopP > .main .li1 > .left .h1 .ul .dl .p {
  width: 230px;
  text-align: left;
  justify-content: space-between;
}
.main-shopP > .main .li1 > .left .h1 .ul .dl .p > a {
  font-size: 16px;
  font-weight: 600;
}
.main-shopP > .main .li1 > .left .h1 .ul .dl .dt {
  padding: 7px 0 7px 20px;
  border-left: 1px solid #ddd;
  display: none;
}
.main-shopP > .main .li1 > .left .h1 .ul .dl .dt .flex-col {
  align-items: flex-start;
}
.main-shopP > .main .li1 > .left .h1 .ul .dl .dt a {
  font-size: 14px;
  font-weight: 500;
}
.main-shopP > .main .li1 > .left .h1 .ul .dl:nth-child(1) .dt {
  display: block;
}
.main-shopP > .main .li1 > .left .h2 {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #efefef;
}
.main-shopP > .main .li1 > .left .h2 .p1 {
  background: #4a86ff;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  justify-content: flex-start;
}
.main-shopP > .main .li1 > .left .h2 .p1 span {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}
.main-shopP > .main .li1 > .left .h2 .p2 {
  align-items: flex-start;
  padding: 15px 25px 15px 25px;
}
.main-shopP > .main .li1 > .left .h2 .p2 .i {
  justify-content: flex-start;
  line-height: 2.4;
}
.main-shopP > .main .li1 > .left .h2 .p2 .i span {
  font-size: 14px;
}
.main-shopP > .main .li1 > .left .h2 .p2 .i span:nth-child(1) {
  color: #999;
}
.main-shopP > .main .li1 > .left .h2 .img {
  margin: 0;
}
.main-shopP > .main .li1 > .right {
  width: 100%;
  padding: 0 3% 0 3%;
}
.main-shopP > .main .li1 > .right .h1 {
  width: 100%;
  padding: 20px 30px 0 30px;
  border: 1px solid #efefef;
}
.main-shopP > .main .li1 > .right .h1 .min {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-shopP > .main .li1 > .right .h1 .min * {
  font-size: 14px;
}
.main-shopP > .main .li1 > .right .h1 .min span {
  padding-right: 36px;
  font-weight: 600;
  width: 100px;
  justify-content: flex-start;
}
.main-shopP > .main .li1 > .right .h1 .min .ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-shopP > .main .li1 > .right .h1 .min .ul .li {
  margin-right: 40px;
  margin-bottom: 20px;
}
.main-shopP > .main .li1 > .right .h2 {
  padding: 20px 30px;
  margin-top: 15px;
  border: 1px solid #efefef;
}
.main-shopP > .main .li1 > .right .h2 .min {
  justify-content: flex-start;
}
.main-shopP > .main .li1 > .right .h2 .min > div {
  font-size: 14px;
  margin-right: 52px;
}
.main-shopP > .main .li1 > .right .h2 .min > div:last-child {
  margin: 0;
}
.main-shopP > .main .li1 > .right .h2 .min .active {
  color: #da251d;
}
.main-shopP > .main .li1 > .right .h2 .min .icon {
  padding-left: 5px;
}
.main-shopP > .main .li1 > .right .h2 .min .i3 .icon div:last-child {
  transform: rotate(180deg);
  margin-top: 1px;
}
.main-shopP > .main .li1 > .right .h3 {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-shopP > .main .li1 > .right .h3 .item {
  overflow: hidden;
  border: 1px solid #ddd;
  border-bottom: none;
  width: 32.25806452%;
  margin-right: 13px;
  margin-top: 15px;
}
.main-shopP > .main .li1 > .right .h3 .item .img {
  position: relative;
  width: 100%;
  height: 235px;
  margin: 0;
}
.main-shopP > .main .li1 > .right .h3 .item .img .swiper-container {
  width: 100%;
  height: 100%;
  position: static;
}
.main-shopP > .main .li1 > .right .h3 .item .img .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main-shopP > .main .li1 > .right .h3 .item .img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-shopP > .main .li1 > .right .h3 .item .text .p1 {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 7px;
  line-height: 2;
}
.main-shopP > .main .li1 > .right .h3 .item .text .p1 span {
  color: #da251d;
  font-size: 20px;
}
.main-shopP > .main .li1 > .right .h3 .item .text .p1 span:nth-child(2) {
  font-size: 24px;
  margin-left: 3px;
}
.main-shopP > .main .li1 > .right .h3 .item .text .p2 {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 7px;
}
.main-shopP > .main .li1 > .right .h3 .item .text .p3 {
  width: 100%;
  border: 1px solid #da251d;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #da251d;
  transition: 0.2s;
}
.main-shopP > .main .li1 > .right .h3 .item .text .p3:hover {
  background: #da251d;
  color: #fff;
}
.main-shopP > .main .li1 > .right .h3 .item:nth-child(3n + 3) {
  margin-right: 0;
}
.main-shopP > .main .li1 > .right .lists {
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.main-shop-dz > .main .li1 {
  padding: 30px 0;
  min-height: 460px;
  align-items: flex-start;
}
.main-shop-dz > .main .li1 .left,
.main-shop-dz > .main .li1 .text {
  flex: 1;
  margin: 0;
  height: 100%;
}
.main-shop-dz > .main .li1 .left .img {
  border: 1px solid #ddd;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-shop-dz > .main .li1 .left .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-shop-dz > .main .li1 .left .bot {
  width: 100%;
  overflow: hidden;
  justify-content: flex-start;
}
.main-shop-dz > .main .li1 .left .bot img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 10px;
  cursor: pointer;
}
.main-shop-dz > .main .li1 .left .bot img:last-child {
  margin: 0;
}
.main-shop-dz > .main .li1 .left .bot .active {
  border: 2px solid #da251d;
}
.main-shop-dz > .main .li1 .text {
  margin-left: 30px;
  text-align: left;
}
.main-shop-dz > .main .li1 .text .p1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.main-shop-dz > .main .li1 .text .p2 {
  padding: 30px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}
.main-shop-dz > .main .li1 .text .p3 {
  justify-content: flex-start;
  margin-top: 20px;
  text-align: left;
}
.main-shop-dz > .main .li1 .text .p3 * {
  font-size: 14px;
}
.main-shop-dz > .main .li1 .text .p3 .i1 {
  color: #999;
  width: 78px;
}
.main-shop-dz > .main .li1 .text .p3 .i2 {
  flex: 1;
}
.main-shop-dz > .main .li1 .text .p4 {
  justify-content: space-around;
  margin-top: 30px;
}
.main-shop-dz > .main .li1 .text .p4 a {
  width: 44%;
  height: 50px;
  border: 1px solid #da251d;
  color: #da251d;
  border-radius: 5px;
}
.main-shop-dz > .main .li1 .text .p4 a::before {
  margin-right: 5px;
  font-size: 22px;
}
.main-shop-dz > .main .li1 .text .p4 a:nth-child(1) {
  background: #da251d;
  color: #fff;
}
.main-shopshow > .main .li1 .left {
  width: 40%;
  flex: auto;
}
.main-shopshow > .main .li1 .left .img {
  height: 425px;
}
.main-shopshow > .main .li1 .text {
  width: 60%;
  flex: auto;
}
.main-shopshow > .main .li1 .text .ul {
  padding: 20px 0 5px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-shopshow > .main .li1 .text .ul .i {
  width: calc(100% / 3);
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
}
.main-shopshow > .main .li2 {
  align-items: flex-start;
}
.main-shopshow > .main .li2 .left {
  padding: 0 !important;
}
.main-shopshow > .main .li2 .right {
  text-align: initial;
  margin-left: 20px;
}
.main-login .footer,
.main-enroll .footer,
.main-a .footer {
  background: #ffff;
}
.main-login .footer .main,
.main-enroll .footer .main,
.main-a .footer .main {
  justify-content: center;
}
.main-login .footer .main *,
.main-enroll .footer .main *,
.main-a .footer .main * {
  color: #333;
}
.main-login .footer .main .left,
.main-enroll .footer .main .left,
.main-a .footer .main .left {
  padding-right: 0;
}
.main-login .footer .main .left .li2,
.main-enroll .footer .main .left .li2,
.main-a .footer .main .left .li2,
.main-login .footer .main .left .li3,
.main-enroll .footer .main .left .li3,
.main-a .footer .main .left .li3,
.main-login .footer .main .left .li4,
.main-enroll .footer .main .left .li4,
.main-a .footer .main .left .li4 {
  justify-content: center;
  text-align: center;
}
.main-nlist .plate1 {
  padding: 40px 0;
}
.main-nlist .footer {
  background: #323334;
}
.main-nlist .footer .main {
  padding: 25px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.main-nlist .footer .main * {
  color: #fff;
  font-size: 14px;
}
.main-nlist .footer .main .left {
  flex: 1;
  padding-right: 150px;
}
.main-nlist .footer .main .left .li1 {
  width: 100%;
  justify-content: space-between;
}
.main-nlist .footer .main .left .li1 span {
  color: #dddddd;
  margin: 0 10px;
}
.main-nlist .footer .main .left .li1 .blr {
  font-size: 24px;
}
.main-nlist .footer .main .left .li2 {
  justify-content: flex-start;
  padding: 20px 0;
}
.main-nlist .footer .main .left .li2 .item {
  padding: 0 15px;
  position: relative;
}
.main-nlist .footer .main .left .li2 .item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 1px;
  height: 70%;
  background: #e5e5e5;
}
.main-nlist .footer .main .left .li2 .item:nth-child(1) {
  padding-left: 0;
}
.main-nlist .footer .main .left .li2 .item:last-child::after {
  content: none;
}
.main-nlist .footer .main .left .li3 {
  color: #999;
  font-size: 12px;
  text-align: left;
}
.main-nlist .footer .main .left .li4 {
  padding-top: 20px;
  justify-content: flex-start;
}
.main-nlist .footer .main .left .li4 img {
  margin-right: 15px;
}
.main-nlist .footer .main .right {
  width: 400px;
  padding: 25px 0;
  background: #dddddd;
}
.main-nlist .footer .main .right .img {
  width: 50%;
  position: relative;
}
.main-nlist .footer .main .right .img .p {
  color: #333;
  margin-top: 5px;
}
.main-nlist .footer .main .right .img:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 90%;
  background: #333;
}
.main-login .header .nav,
.main-enroll .header .nav {
  padding: 20px 0;
  justify-content: space-between;
}
.main-login .header .nav .left,
.main-enroll .header .nav .left {
  justify-content: space-between;
}
.main-login .header .nav .left img,
.main-enroll .header .nav .left img {
  height: 50px;
}
.main-login .header .nav .left .i,
.main-enroll .header .nav .left .i {
  width: 1px;
  height: 19px;
  background: #efefef;
  margin: 0 10px;
}
.main-login .header .nav .left span,
.main-enroll .header .nav .left span {
  font-size: 24px;
  color: #999;
}
.main-login .header .nav .right img,
.main-enroll .header .nav .right img {
  margin-right: 10px;
}
.main-login .header .nav .right .p1 .i1,
.main-enroll .header .nav .right .p1 .i1 {
  font-size: 12px;
  color: #da251d;
}
.main-login .header .nav .right .p1 .i2,
.main-enroll .header .nav .right .p1 .i2 {
  font-size: 14px;
  font-weight: bolder;
}
.main-login .header .nav .right .p2,
.main-enroll .header .nav .right .p2 {
  margin-left: 5px;
  font-size: 30px;
  font-weight: bolder;
}
.main-login .plate1,
.main-enroll .plate1 {
  background: url(../images/pic.png) no-repeat center / cover;
}
.main-login .plate1 .main,
.main-enroll .plate1 .main {
  height: 100%;
  justify-content: flex-end;
}
.main-login .plate1 .main .right,
.main-enroll .plate1 .main .right {
  margin: 50px 0;
  width: 460px;
  height: 500px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  justify-content: flex-start;
  padding: 50px 40px;
}
.main-login .plate1 .main .right .li,
.main-enroll .plate1 .main .right .li {
  width: 100%;
  justify-content: space-between;
}
.main-login .plate1 .main .right .li *,
.main-enroll .plate1 .main .right .li * {
  font-size: 14px;
}
.main-login .plate1 .main .right .li input::-webkit-input-placeholder,
.main-enroll .plate1 .main .right .li input::-webkit-input-placeholder {
  color: #ccc;
}
.main-login .plate1 .main .right .li input,
.main-enroll .plate1 .main .right .li input {
  width: 160px;
}
.main-login .plate1 .main .right .li4 .i1,
.main-enroll .plate1 .main .right .li4 .i1,
.main-login .plate1 .main .right .li2 .i1,
.main-enroll .plate1 .main .right .li2 .i1,
.main-login .plate1 .main .right .li3 .i1,
.main-enroll .plate1 .main .right .li3 .i1 {
  width: 45px;
  text-align: justify;
  height: 38px;
  line-height: 38px;
}
.main-login .plate1 .main .right .li4 .i1::after,
.main-enroll .plate1 .main .right .li4 .i1::after,
.main-login .plate1 .main .right .li2 .i1::after,
.main-enroll .plate1 .main .right .li2 .i1::after,
.main-login .plate1 .main .right .li3 .i1::after,
.main-enroll .plate1 .main .right .li3 .i1::after {
  content: "";
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.main-login .plate1 .main .right .li1,
.main-enroll .plate1 .main .right .li1 {
  margin-bottom: 40px;
}
.main-login .plate1 .main .right .li1 .i1,
.main-enroll .plate1 .main .right .li1 .i1 {
  width: auto;
  font-size: 30px;
  text-align: left;
}
.main-login .plate1 .main .right .li1 .i2,
.main-enroll .plate1 .main .right .li1 .i2 {
  color: #0c6eb8;
}
.main-login .plate1 .main .right .li2,
.main-enroll .plate1 .main .right .li2,
.main-login .plate1 .main .right .li3,
.main-enroll .plate1 .main .right .li3 {
  margin-bottom: 35px;
}
.main-login .plate1 .main .right .li2 .i2,
.main-enroll .plate1 .main .right .li2 .i2,
.main-login .plate1 .main .right .li3 .i2,
.main-enroll .plate1 .main .right .li3 .i2 {
  width: 330px;
  height: 42px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  justify-content: space-between;
  padding: 10px 15px 10px 20px;
}
.main-login .plate1 .main .right .li2 .i2 input,
.main-enroll .plate1 .main .right .li2 .i2 input,
.main-login .plate1 .main .right .li3 .i2 input,
.main-enroll .plate1 .main .right .li3 .i2 input {
  padding: 0;
}
.main-login .plate1 .main .right .li4,
.main-enroll .plate1 .main .right .li4 {
  margin-bottom: 32px;
  justify-content: flex-start;
}
.main-login .plate1 .main .right .li4 .i1,
.main-enroll .plate1 .main .right .li4 .i1 {
  width: 50px;
  text-align: left;
}
.main-login .plate1 .main .right .li4 .i2,
.main-enroll .plate1 .main .right .li4 .i2 {
  width: 230px;
  height: 42px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px 15px 10px 20px;
  justify-content: space-between;
}
.main-login .plate1 .main .right .li4 .i2 input,
.main-enroll .plate1 .main .right .li4 .i2 input {
  padding: 0;
}
.main-login .plate1 .main .right .li4 .i3,
.main-enroll .plate1 .main .right .li4 .i3 {
  width: 90px;
  height: 40px;
  background: #ddd;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bolder;
}
.main-login .plate1 .main .right .li5,
.main-enroll .plate1 .main .right .li5 {
  margin-bottom: 32px;
}
.main-login .plate1 .main .right .li5 .i1,
.main-enroll .plate1 .main .right .li5 .i1 {
  justify-content: flex-start;
}
.main-login .plate1 .main .right .li5 .i1 *,
.main-enroll .plate1 .main .right .li5 .i1 * {
  font-size: 12px;
  cursor: pointer;
}
.main-login .plate1 .main .right .li5 .i1 input,
.main-enroll .plate1 .main .right .li5 .i1 input {
  width: auto;
  margin-right: 5px;
}
.main-login .plate1 .main .right .li5 .i1 label,
.main-enroll .plate1 .main .right .li5 .i1 label {
  color: #0c6eb8;
}
.main-login .plate1 .main .right .li5 .i2,
.main-enroll .plate1 .main .right .li5 .i2 {
  color: #0c6eb8;
  cursor: pointer;
}
.main-login .plate1 .main .right .btn,
.main-enroll .plate1 .main .right .btn {
  width: 100%;
  height: 42px;
  background: #1080ff;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.main-login .plate1 .main .right .forget,
.main-enroll .plate1 .main .right .forget {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 300px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(1, 1, 1, 0.2);
}
.main-login .plate1 .main .right .forget .h1,
.main-enroll .plate1 .main .right .forget .h1 {
  height: 40px;
  background: #4a86ff;
  justify-content: space-between;
  padding: 0 15px;
  color: #fff;
}
.main-login .plate1 .main .right .forget .out,
.main-enroll .plate1 .main .right .forget .out {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
.main-login .plate1 .main .right .forget .ul,
.main-enroll .plate1 .main .right .forget .ul {
  padding: 20px 50px;
}
.main-login .plate1 .main .right .forget .ul *,
.main-enroll .plate1 .main .right .forget .ul * {
  font-size: 14px;
}
.main-login .plate1 .main .right .forget .ul .p,
.main-enroll .plate1 .main .right .forget .ul .p {
  justify-content: flex-start;
  margin-bottom: 15px;
  height: 40px;
}
.main-login .plate1 .main .right .forget .ul .p .i1,
.main-enroll .plate1 .main .right .forget .ul .p .i1 {
  width: 100px;
  color: #999;
  text-align: right;
}
.main-login .plate1 .main .right .forget .ul .p .i2,
.main-enroll .plate1 .main .right .forget .ul .p .i2 {
  height: 100%;
  flex: 1;
  margin: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.main-login .plate1 .main .right .forget .ul .p .i2 input,
.main-enroll .plate1 .main .right .forget .ul .p .i2 input {
  width: 100%;
  height: 100%;
}
.main-login .plate1 .main .right .forget .ul .p .btn,
.main-enroll .plate1 .main .right .forget .ul .p .btn {
  background: #4a86ff;
  color: #fff;
  cursor: pointer;
}
.main-login .plate1 .main .right .forget .ul .p2 .i2,
.main-enroll .plate1 .main .right .forget .ul .p2 .i2 {
  margin-right: 0;
}
.main-login .plate1 .main .right .forget .ul .p2 .i3,
.main-enroll .plate1 .main .right .forget .ul .p2 .i3 {
  margin: 0 20px 0 15px;
  background: #4a86ff;
  cursor: pointer;
  height: 100%;
  padding: 0 10px;
  border-radius: 2px;
  width: 90px;
}
.main-login .plate1 .main .right .forget .ul .p2 .i3 #sendMes,
.main-enroll .plate1 .main .right .forget .ul .p2 .i3 #sendMes {
  color: #fff;
}
.main-login .plate2,
.main-enroll .plate2 {
  padding: 30px 0;
  background: #f5f5f5;
}
.main-login .plate2 .main,
.main-enroll .plate2 .main {
  background: #fff;
  height: 100%;
  padding: 50px 367px 60px 367px;
}
.main-login .plate2 .main .li,
.main-enroll .plate2 .main .li {
  width: 100%;
  justify-content: flex-start;
}
.main-login .plate2 .main .li *,
.main-enroll .plate2 .main .li * {
  font-size: 14px;
}
.main-login .plate2 .main .li input::-webkit-input-placeholder,
.main-enroll .plate2 .main .li input::-webkit-input-placeholder {
  color: #ccc;
}
.main-login .plate2 .main .li .i1,
.main-enroll .plate2 .main .li .i1 {
  width: 90px;
  text-align: right;
  padding-right: 10px;
}
.main-login .plate2 .main .li1,
.main-enroll .plate2 .main .li1,
.main-login .plate2 .main .li3,
.main-enroll .plate2 .main .li3,
.main-login .plate2 .main .li4,
.main-enroll .plate2 .main .li4 {
  margin-bottom: 35px;
}
.main-login .plate2 .main .li1 .i2,
.main-enroll .plate2 .main .li1 .i2,
.main-login .plate2 .main .li3 .i2,
.main-enroll .plate2 .main .li3 .i2,
.main-login .plate2 .main .li4 .i2,
.main-enroll .plate2 .main .li4 .i2 {
  width: 330px;
  height: 42px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  justify-content: space-between;
  padding: 10px 15px 10px 20px;
}
.main-login .plate2 .main .li1 .i2 input,
.main-enroll .plate2 .main .li1 .i2 input,
.main-login .plate2 .main .li3 .i2 input,
.main-enroll .plate2 .main .li3 .i2 input,
.main-login .plate2 .main .li4 .i2 input,
.main-enroll .plate2 .main .li4 .i2 input {
  padding: 0;
  width: 240px;
}
.main-login .plate2 .main .li1 .i3,
.main-enroll .plate2 .main .li1 .i3,
.main-login .plate2 .main .li3 .i3,
.main-enroll .plate2 .main .li3 .i3,
.main-login .plate2 .main .li4 .i3,
.main-enroll .plate2 .main .li4 .i3 {
  margin-left: 10px;
}
.main-login .plate2 .main .li2,
.main-enroll .plate2 .main .li2 {
  margin-bottom: 32px;
  justify-content: flex-start;
}
.main-login .plate2 .main .li2 .i2,
.main-enroll .plate2 .main .li2 .i2 {
  width: 230px;
  height: 42px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px 15px 10px 20px;
  justify-content: space-between;
}
.main-login .plate2 .main .li2 .i2 input,
.main-enroll .plate2 .main .li2 .i2 input {
  padding: 0;
}
.main-login .plate2 .main .li2 .i3,
.main-enroll .plate2 .main .li2 .i3 {
  width: 90px;
  height: 40px;
  color: #999999;
  background: #efefef;
  margin-left: 10px;
  font-size: 14px;
}
.main-login .plate2 .main .li5,
.main-enroll .plate2 .main .li5 {
  width: 384px;
  margin-bottom: 32px;
}
.main-login .plate2 .main .li5 label,
.main-enroll .plate2 .main .li5 label {
  color: #0c6eb8;
  font-size: 12px;
  margin-left: 5px;
}
.main-login .plate2 .main .btn,
.main-enroll .plate2 .main .btn {
  width: 384px;
  height: 42px;
  background: #1080ff;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 50px;
}
.main-login .plate2 .main .login,
.main-enroll .plate2 .main .login {
  font-size: 14px;
}
.main-login .plate2 .main .login a,
.main-enroll .plate2 .main .login a {
  color: #0c6eb8;
  font-size: 14px;
}
.main-login .footer,
.main-enroll .footer {
  background: #f5f5f5;
}
.main-seller {
  padding: 83px 200px 0 220px;
  background: #f4f8f9;
  height: 100vh;
  overflow: hidden;
}
.main-seller * {
  color: #333;
}
.main-seller > .main {
  height: calc(100vh - 83px);
  overflow-y: auto;
  padding: 20px 20px 5px 20px;
}
.main-seller > .main * {
  font-size: 14px;
}
.main-seller > .main > .left {
  position: fixed;
  background: #fff;
  z-index: 9;
  top: 83px;
  left: 0;
  height: calc(100vh - 83px);
}
.main-seller > .main > .left .ul {
  width: 80px;
  height: 100%;
  background: #fff;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
}
.main-seller > .main > .left .ul .item {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
  transition: 0.5s;
  z-index: 0;
}
.main-seller > .main > .left .ul .item > a {
  width: 100%;
  height: 100%;
}
.main-seller > .main > .left .ul .item .i {
  font-size: 24px;
  color: #495966;
}
.main-seller > .main > .left .ul .item .p {
  font-size: 14px;
  line-height: 2;
}
.main-seller > .main > .left .ul .item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 4px;
  height: 0;
  background: #da251d;
  transition: 0.2s;
  border-radius: 10px;
}
.main-seller > .main > .left .ul .item:hover {
  background: #e9eff4;
}
.main-seller > .main > .left .ul .item:hover .i {
  color: #da251d;
}
.main-seller > .main > .left .ul .item:hover .p {
  color: #da251d;
}
.main-seller > .main > .left .ul .item .icon-i3 {
  transform: rotateY(180deg);
}
.main-seller > .main > .left .ul .ul1 {
  cursor: default;
  transition: 0.4s;
  z-index: 9;
  position: fixed;
  top: -200%;
  left: 81px;
  width: 140px;
  height: 100%;
  padding: 25px 15px;
  background: #e9eff4;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-seller > .main > .left .ul .ul1 .li {
  margin-bottom: 30px;
  cursor: pointer;
  color: #333;
}
.main-seller > .main > .left .ul .ul1 .li:hover {
  color: #da251d;
}
.main-seller > .main > .left .ul .ul1 .active {
  color: #da251d;
}
.main-seller > .main > .left .ul .active {
  background: #e9eff4;
  position: relative;
}
.main-seller > .main > .left .ul .active .ul1 {
  top: 83px;
}
.main-seller > .main > .left .ul .active .i {
  color: #da251d;
}
.main-seller > .main > .left .ul .active .p {
  color: #da251d;
}
.main-seller > .main > .left .ul .active::after {
  height: 100%;
}
.main-seller > .main > .right {
  z-index: 99;
  position: fixed;
  top: 83px;
  right: 0;
  width: 200px;
  height: calc(100vh - 83px);
  background: #fff;
  padding: 15px;
  justify-content: flex-start;
}
.main-seller > .main > .right * {
  font-size: 14px;
}
.main-seller > .main > .right .li {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0 20px;
}
.main-seller > .main > .right .li:last-child {
  border: none;
}
.main-seller > .main > .right .li .i1,
.main-seller > .main > .right .li .i2 {
  position: relative;
}
.main-seller > .main > .right .li .i1::after,
.main-seller > .main > .right .li .i2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-seller > .main > .right .li1 {
  justify-content: space-between;
}
.main-seller > .main > .right .li1 .i1 {
  padding-left: 20px;
}
.main-seller > .main > .right .li1 .i2 {
  padding-right: 15px;
  color: #999;
}
.main-seller > .main > .right .li1 .i2::after {
  left: auto;
  right: 0;
  transform: translate(0, -50%) rotateY(180deg);
  width: 12px;
  height: 12px;
  background: url(../images/i56.png) no-repeat center / cover;
}
.main-seller > .main > .right .li2 .i1 {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 10px;
}
.main-seller > .main > .right .li2 .text {
  width: 100%;
  background: #f4f8f9;
  padding: 15px 15px;
}
.main-seller > .main > .right .li2 .text .img {
  margin: 15px 0 20px;
}
.main-seller > .main > .right .li2 .text .p2 {
  color: #999;
}
.main-seller > .main > .right .li2 .text .p2,
.main-seller > .main > .right .li2 .text .p3 {
  line-height: 1.5;
}
.main-seller > .main > .right .li2 .text .p4 {
  width: 100%;
  border: 1px solid #da251d;
  border-radius: 4px;
  margin-top: 15px;
}
.main-seller > .main > .right .li3 .i1 {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 23px;
}
.main-seller > .main > .right .li3 .text .img {
  margin: 15px 0;
}
.main-seller > .main > .right .li3 .text .p2 {
  color: #999;
}
.main-seller > .main .seller-shop .plate1 {
  background: #fff;
  padding: 15px 25px 20px 40px;
}
.main-seller > .main .seller-shop .plate1 .p1 {
  position: relative;
}
.main-seller > .main .seller-shop .plate1 .p1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-seller > .main .seller-shop .plate1 .p2 {
  line-height: 1.8;
  margin-top: 10px;
}
.main-seller > .main .seller-shop .plate2 {
  justify-content: flex-start;
  padding: 20px 25px;
  background: #fff;
  margin: 20px 0;
}
.main-seller > .main .seller-shop .plate2 .img {
  height: 40px;
}
.main-seller > .main .seller-shop .plate2 .img img {
  height: 100%;
}
.main-seller > .main .seller-shop .plate2 .p {
  margin-left: 10px;
}
.main-seller > .main .seller-shop .plate3 {
  background: #fff;
}
.main-seller > .main .seller-shop .plate3 .nav {
  height: 48px;
  border-bottom: 1px solid #ddd;
  justify-content: flex-start;
}
.main-seller > .main .seller-shop .plate3 .nav .item {
  padding: 0 39px;
  position: relative;
  height: 100%;
  margin-right: 5px;
  cursor: pointer;
}
.main-seller > .main .seller-shop .plate3 .nav .item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 4px;
  background: #da251d;
  width: 0;
  transition: 0.5s;
  border-radius: 10px;
}
.main-seller > .main .seller-shop .plate3 .nav .item:hover::after {
  width: 100%;
}
.main-seller > .main .seller-shop .plate3 .nav .active {
  color: #da251d;
}
.main-seller > .main .seller-shop .plate3 .nav .active::after {
  width: 100%;
}
.main-seller > .main .seller-shop .plate3 input[type="radio"] {
  border: 1px solid #888;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
}
.main-seller > .main .seller-shop .plate3 input[type="radio"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4a86ff;
  opacity: 0;
}
.main-seller > .main .seller-shop .plate3 input[type="radio"]:checked::after {
  opacity: 1;
}
.main-seller > .main .seller-shop .plate3 label {
  padding: 0 10px;
  margin-right: 20px;
}
.main-seller > .main .seller-shop .plate3 label:last-child {
  margin: 0;
}
.main-seller > .main .seller-shop .plate3 .qysf .h1 {
  padding: 22px 39px;
  justify-content: flex-start;
}
.main-seller > .main .seller-shop .plate3 .qysf .h1 .li2 {
  margin-left: 30px;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 {
  align-items: flex-start;
  padding: 22px 39px;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 .li {
  align-items: flex-start;
  margin-bottom: 30px;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 .li:last-child {
  margin-bottom: 50px;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 .li .i2 {
  align-items: flex-end;
  margin: 0 40px 0 30px;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 .li .i2 .img {
  width: 290px;
  height: 200px;
  padding: 10px;
  border: 1px dashed #ddd;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 .li .i2 .p {
  margin-top: 10px;
  color: #4a86ff;
  cursor: pointer;
  position: relative;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 .li .i3 {
  align-items: flex-start;
}
.main-seller > .main .seller-shop .plate3 .grsf .h1 .li .i3 .p2 {
  text-align: left;
  color: #999;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
}
.main-seller > .main .seller-shop .plate3 .h2 {
  padding: 0 40px 40px 39px;
  align-items: flex-start;
  justify-content: space-between;
}
.main-seller > .main .seller-shop .plate3 .h2 > div {
  width: 33.33333333%;
}
.main-seller > .main .seller-shop .plate3 .h2 .li1 {
  padding-right: 4%;
}
.main-seller > .main .seller-shop .plate3 .h2 .li1 .img {
  width: 100%;
  height: 175px;
  background: #efefef;
  border: 1px dashed #888;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.main-seller > .main .seller-shop .plate3 .h2 .li2 {
  align-items: flex-start;
  text-align: left;
}
.main-seller > .main .seller-shop .plate3 .h2 .li2 .p2 {
  margin-top: 5px;
  color: #999;
  font-size: 12px;
}
.main-seller > .main .seller-shop .plate3 .h2 .li3 {
  padding-left: 5%;
}
.main-seller > .main .seller-shop .plate3 .h2 .li3 .img {
  margin-bottom: 10px;
}
.main-seller > .main .seller-shop .plate3 .h3 {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}
.main-seller > .main .seller-shop .plate3 .h3 .li {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.main-seller > .main .seller-shop .plate3 .h3 .li:last-child {
  margin-bottom: 34px;
}
.main-seller > .main .seller-shop .plate3 .h3 .li .i1 {
  width: 129px;
  height: 42px;
  justify-content: flex-end;
  padding-left: 39px;
}
.main-seller > .main .seller-shop .plate3 .h3 .li .i1 .p {
  position: relative;
}
.main-seller > .main .seller-shop .plate3 .h3 .li .i1 .p::after {
  content: "*";
  color: #da251d;
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: -8px;
}
.main-seller > .main .seller-shop .plate3 .h3 .li .i2 {
  margin: 0 15px;
  width: 35%;
  height: 42px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  justify-content: flex-start;
  padding: 0 20px;
  overflow: hidden;
}
.main-seller > .main .seller-shop .plate3 .h3 .li .i2 input {
  width: 100%;
}
.main-seller > .main .seller-shop .plate3 .h3 .li .i3 .p {
  margin-left: 5px;
  color: #999;
}
.main-seller > .main .seller-shop .plate3 .h4 {
  padding: 25px 39px;
  border-bottom: 1px solid #ddd;
}
.main-seller > .main .seller-shop .plate3 .h4 .li {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.main-seller > .main .seller-shop .plate3 .h4 .li:last-child {
  margin: 0;
}
.main-seller > .main .seller-shop .plate3 .h4 .li .i1 {
  width: 200px;
  justify-content: flex-end;
  margin-right: 10px;
}
.main-seller > .main .seller-shop .plate3 .h4 .li .i1 .p {
  position: relative;
}
.main-seller > .main .seller-shop .plate3 .h4 .li .i1 .p::after {
  content: "*";
  color: #da251d;
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: -8px;
}
.main-seller > .main .seller-shop .plate3 .h4 .li1 .help .p {
  color: #4a86ff;
  padding-left: 5px;
}
.main-seller > .main .seller-shop .plate3 .h5 {
  padding: 25px 0;
}
.main-seller > .main .seller-shop .plate3 .h5 .p {
  padding: 10px 60px;
  background: #da251d;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}
.main-seller > .main .seller-shop .credit .imgtext {
  padding: 15px 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-seller > .main .seller-shop .credit .imgtext .item {
  width: 32%;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: 0 2% 2% 0;
  justify-content: space-between;
}
.main-seller > .main .seller-shop .credit .imgtext .item:nth-child(3n + 3) {
  margin-right: 0;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li1 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li2 {
  width: 100%;
  padding: 5px 10px 10px 10px;
  line-height: 1.7;
  justify-content: space-between;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li2 span {
  font-size: 12px;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li2 span:nth-child(1) {
  color: #999;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li2 .p2 span:last-child {
  color: #da251d;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li3 {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 3% 0;
  height: 230px;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li3 img {
  height: 90%;
  object-fit: cover;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li4 {
  width: 100%;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li4 .p {
  width: 50%;
  padding: 5px 0;
  cursor: pointer;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li4 .p:nth-child(1) {
  background: #da251d;
  color: #fff;
}
.main-seller > .main .seller-shop .credit .imgtext .item .li4 .p:last-child {
  background: #dddddd;
  color: #999;
}
.main-seller > .main .seller-shop .credit .imgtext .imgAdd {
  border: 1px dashed #999;
  background: #efefef;
  cursor: pointer;
  justify-content: center;
}
.main-seller > .main .seller-shop .credit .imgtext .imgAdd .iconfont {
  color: #da251d;
  font-size: 26px;
  margin-right: 5px;
}
.main-seller > .main .seller-shop .credit .imgtext .imgAdd .p {
  font-size: 22px;
  color: #666666;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor {
  display: none;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: rgba(1, 1, 1, 0.2);
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .out {
  cursor: pointer;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul {
  width: 40%;
  background: #fff;
  position: relative;
  padding: 60px 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.4);
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .out {
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 24px;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .li {
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .li .i1 {
  width: 80px;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .li .i2 {
  flex: 1;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: left;
  overflow: hidden;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .li .i2 input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .li:last-child {
  margin: 10px 0 0 0;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .li:last-child .i2 {
  background: #c4211a;
  color: #fff;
  border: none;
  text-align: center;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .img {
  height: 80px;
  align-items: flex-start;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .img .i2 {
  position: relative;
  border: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-seller > .main .seller-shop .credit .imgtext .addhonor .ul .img .i2 img {
  height: 60px;
}
.main-seller > .main .seller-shop .data .plate1 {
  padding: 25px 20px 25px 40px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.main-seller > .main .seller-shop .data .plate1 .i {
  color: #4a86ff;
}
.main-seller > .main .seller-shop .data .plate3 .h3 {
  padding: 60px 0 70px 0;
  border: none;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li1 .i2 {
  padding: 0;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li1 .i2 > div {
  position: relative;
  width: 27%;
  height: 100%;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li1 .i2 > div:before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li1 .i2 select {
  width: 100%;
  padding: 0 20px;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li2 .i2 {
  width: auto;
  border: none;
  padding: 0;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li2 .i2 input {
  width: auto;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li2 .i3 * {
  color: #da251d;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li2 .i3 .i {
  margin-top: 1px;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li3 .i2 {
  border: none;
  padding: 0;
  width: auto;
  flex: 1;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li3 .i2 .form-group {
  width: 27%;
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li3 .i2 .form-group .iconfont {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li3 .i2 .form-group select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li4 .i2 input {
  padding: 0;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 {
  align-items: flex-start;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 {
  border: none;
  height: auto;
  width: auto;
  align-items: flex-start;
  flex: 1;
  padding: 0;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 .item {
  width: 42%;
  margin-right: 30px;
  position: relative;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 .item .img {
  width: 100%;
  min-height: 260px;
  border: 2px dashed #ddd;
  overflow: hidden;
  background: #efefef url(../images/p25.png) no-repeat center;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 .item .img img {
  height: 60%;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 .item:last-child {
  margin: 0;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 .item:last-child .img {
  width: 100%;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 .item .layui-upload-file {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li5 .i2 .p {
  padding: 10px 0 5px;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li6 {
  align-items: flex-start;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li6 .i2 {
  width: 75%;
  height: auto;
  padding: 10px 20px;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li6 .i2 textarea {
  width: 100%;
  height: 150px;
  resize: none;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li7 {
  align-items: flex-start;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li7 .i1 {
  width: 129px;
  height: 42px;
  justify-content: flex-end;
  padding-left: 39px;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li7 .i2 {
  border: none;
  padding: 0;
  height: auto;
  width: 75%;
}
.main-seller > .main .seller-shop .data .plate3 .h3 .li7 .i2 .ke-container {
  width: 100% !important;
}
.main-seller > .main .seller-shop .data .plate3 .h5 {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.main-seller > .main .seller-shop .contact .plate1 {
  background: url(../images/p31.png) no-repeat center / cover;
  align-items: flex-start;
}
.main-seller > .main .seller-shop .contact .plate1 * {
  color: #fff;
}
.main-seller > .main .seller-shop .contact .plate1 .li1 {
  font-size: 24px;
}
.main-seller > .main .seller-shop .contact .plate1 .li2 {
  line-height: 2;
}
.main-seller > .main .seller-shop .contact .plate1 .li2 span {
  color: #da251d;
}
.main-seller > .main .seller-shop .contact .plate3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px 0 40px;
  min-height: 70vh;
}
.main-seller > .main .seller-shop .contact .plate3 .item {
  border-radius: 8px;
  width: 32%;
  padding: 20px 10px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #4a86ff;
  margin: 0 2% 2% 0;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.main-seller > .main .seller-shop .contact .plate3 .item:nth-child(3n + 3) {
  margin-right: 0;
}
.main-seller > .main .seller-shop .contact .plate3 .item .img {
  width: 40px;
}
.main-seller > .main .seller-shop .contact .plate3 .item .text {
  margin-left: 15px;
  flex: 1;
  align-items: flex-start;
}
.main-seller > .main .seller-shop .contact .plate3 .item .text .p1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.main-seller > .main .seller-shop .contact .plate3 .item .text .p {
  line-height: 1.8;
}
.main-seller > .main .seller-shop .contact .plate3 .item .ul {
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-seller > .main .seller-shop .contact .plate3 .item .ul .i {
  flex: 1;
  color: #999;
  background: #4a86ff;
  color: #fff;
  height: 100%;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.main-seller > .main .seller-shop .contact .plate3 .item .ul .i:last-child {
  border: none;
}
.main-seller > .main .seller-shop .contact .plate3 .item .ul .active {
  color: #da251d;
}
.main-seller > .main .seller-shop .contact .plate3 .imgAdd {
  border: none;
  background: #efefef;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.main-seller > .main .seller-shop .contact .plate3 .imgAdd .iconfont {
  color: #da251d;
  font-size: 26px;
  margin-right: 5px;
}
.main-seller > .main .seller-shop .contact .plate3 .imgAdd .p {
  font-size: 22px;
  color: #666666;
}
.main-seller > .main .seller-shop .contact .plate3 .add {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 60px;
  background: rgba(1, 1, 1, 0.2);
  border-radius: 10px;
}
.main-seller > .main .seller-shop .contact .plate3 .add .out {
  position: absolute;
  right: -11px;
  top: -11px;
  font-size: 22px;
  cursor: pointer;
  color: #2e2e2e;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul {
  width: 40%;
  background: #fff;
  position: relative;
  padding: 60px 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.4);
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .out {
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 24px;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li {
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  height: 40px;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li * {
  height: 100%;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li .i1 {
  width: 40px;
  justify-content: flex-start;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li .i2 {
  flex: 1;
  justify-content: flex-start;
  text-align: left;
  padding: 0 10px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li .i2 .layui-upload-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li:last-child {
  margin: 0;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li .tupian {
  border: none;
  padding: 0;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .li .submit {
  justify-content: center;
  background: #da251d;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .img {
  height: 80px;
  align-items: flex-start;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .img .i1 {
  height: auto;
}
.main-seller > .main .seller-shop .contact .plate3 .add .ul .img img {
  height: 60px;
}
.main-seller > .main .seller-shop .serve .h1 {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px dashed #ddd;
}
.main-seller > .main .seller-shop .serve .h1 span {
  font-size: 24px;
  color: #da251d;
  border-left: 4px solid #da251d;
  padding-left: 10px;
}
.main-seller > .main .seller-shop .serve table {
  margin: 30px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.main-seller > .main .seller-shop .serve table tr:hover {
  background: #e9eff4;
}
.main-seller > .main .seller-shop .serve table tr td {
  padding: 20px 10px;
}
.main-seller > .main .seller-shop .serve table tr td:last-child {
  text-align: right;
}
.main-seller > .main .seller-index a {
  color: #4a86ff;
}
.main-seller > .main .seller-index .plate1 {
  padding: 20px;
  background: #ffeeee;
}
.main-seller > .main .seller-index .plate1 .p1 {
  color: #da251d;
}
.main-seller > .main .seller-index .plate1 .p1::after {
  content: none;
}
.main-seller > .main .seller-index .plate2 {
  background: #fff;
  padding: 20px 25px;
  border: 1px dashed #da251d;
  margin: 20px 0;
}
.main-seller > .main .seller-index .plate2 .p::before {
  font-size: 18px;
  color: #da251d;
  margin-right: 10px;
}
.main-seller > .main .seller-index .plate3 {
  background: #fff;
  height: 160px;
  justify-content: flex-start;
}
.main-seller > .main .seller-index .plate3 .li1 {
  height: 100%;
  padding: 0 30px;
  border-right: 1px solid #ddd;
}
.main-seller > .main .seller-index .plate3 .li1 .p {
  margin-top: 15px;
}
.main-seller > .main .seller-index .plate3 .li2 {
  height: 100%;
  padding: 10px 20px;
  align-items: flex-start;
}
.main-seller > .main .seller-index .plate3 .li2 > div {
  height: 35px;
}
.main-seller > .main .seller-index .plate3 .li2 .p1 .i1 {
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}
.main-seller > .main .seller-index .plate3 .li2 .p1 .i2 {
  margin: 0 5px 0 15px;
  color: #00c800;
  font-size: 18px;
}
.main-seller > .main .seller-index .plate3 .li2 .p1 .i4 {
  margin: 0 5px 0 15px;
  color: #4a86ff;
}
.main-seller > .main .seller-index .plate3 .li2 .p2 .i1 {
  color: #999;
}
.main-seller > .main .seller-index .plate3 .li2 .p2 .i2 {
  margin: 0 10px;
  width: 200px;
  height: 15px;
  border-radius: 20px;
  background: #efefef;
  overflow: hidden;
}
.main-seller > .main .seller-index .plate3 .li2 .p2 .i2 .color {
  width: 45%;
  height: 100%;
  background: #00e696;
}
.main-seller > .main .seller-index .plate3 .li2 .p3 .i {
  width: 18px;
  margin-right: 7px;
}
.main-seller > .main .seller-index .plate3 .li2 .p4 .i {
  color: #999;
}
.main-seller > .main .seller-index .plate3 .li2 .p4 .i:nth-child(1)::before {
  margin-left: 0;
}
.main-seller > .main .seller-index .plate3 .li2 .p4 .i::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dddddd;
  font-size: 16px;
  margin: 0 10px;
}
.main-seller > .main .seller-index .plate3 .li3 {
  height: 100%;
  flex: 1;
  background: linear-gradient(to right, #fff, #f0a845);
  position: relative;
}
.main-seller > .main .seller-index .plate3 .li3::after {
  content: "";
  height: 100%;
  width: 200px;
  background: url(../images/bg6.png) no-repeat center / cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.main-seller > .main .seller-index .plate4 {
  margin: 20px 0;
  background: #fff;
  align-items: flex-start;
  padding: 15px 25px;
}
.main-seller > .main .seller-index .plate4 .li1 {
  padding: 0 25px;
  position: relative;
}
.main-seller > .main .seller-index .plate4 .li1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-seller > .main .seller-index .plate4 .li2 {
  width: 100%;
  justify-content: space-between;
  padding: 20px 0 10px 0;
}
.main-seller > .main .seller-index .plate4 .li2 .item .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f67572;
  padding: 8px;
}
.main-seller > .main .seller-index .plate4 .li2 .item .text {
  align-items: flex-start;
  margin-left: 10px;
}
.main-seller > .main .seller-index .plate4 .li2 .item .text > div {
  line-height: 1.7;
}
.main-seller > .main .seller-index .plate5 {
  padding: 15px 25px;
  align-items: flex-start;
  background: #fff;
}
.main-seller > .main .seller-index .plate5 .li1 {
  width: 100%;
  justify-content: space-between;
}
.main-seller > .main .seller-index .plate5 .li1 .i1 {
  padding-left: 25px;
  position: relative;
}
.main-seller > .main .seller-index .plate5 .li1 .i1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-seller > .main .seller-index .plate5 .li2 {
  width: 100%;
  justify-content: space-around;
  padding: 20px 0 10px;
}
.main-seller > .main .seller-index .plate5 .li2 .item .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ff80bb;
  margin-right: 10px;
}
.main-seller > .main .seller-index .plate5 .li2 .item:nth-child(2) .img {
  background: #f7cc3c;
}
.main-seller > .main .seller-index .plate5 .li2 .item:nth-child(3) .img {
  background: #4feebe;
}
.main-seller > .main .seller-index .plate5 .li2 .item:nth-child(4) .img {
  background: #4ad6ff;
}
.main-seller > .main .seller-index .plate6 {
  background: #fff;
  align-items: flex-start;
  padding: 15px 25px;
  margin: 20px 0;
}
.main-seller > .main .seller-index .plate6 .li1 {
  padding: 0 25px;
  position: relative;
}
.main-seller > .main .seller-index .plate6 .li1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-seller > .main .seller-index .plate6 .li2 {
  width: 100%;
}
.main-seller > .main .seller-index .plate6 .li2 .item {
  width: 20%;
  height: 200px;
  background: url(../images/i71.png) no-repeat center / contain;
  position: relative;
}
.main-seller > .main .seller-index .plate6 .li2 .item .i {
  position: absolute;
  top: 20%;
  left: 2%;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.main-seller > .main .seller-index .plate6 .li2 .item .imgtext {
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translate(0, -50%);
}
.main-seller > .main .seller-index .plate6 .li2 .item .imgtext .img {
  padding: 18%;
  margin-bottom: 10px;
}
.main-seller > .main .seller-issue .tooltip {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.5);
}
.main-seller > .main .seller-issue .tooltip .min {
  padding: 3%;
  width: 30vw;
  height: 35vh;
  background: #fff;
  justify-content: space-around;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
}
.main-seller > .main .seller-issue .tooltip .min #title {
  font-size: 16px;
}
.main-seller > .main .seller-issue .tooltip .min .btn {
  padding: 5px 20px;
  background: #4a86ff;
  color: #fff;
  cursor: pointer;
}
.main-seller > .main .seller-issue .popup {
  opacity: 0;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 30vw;
  min-height: 30vh;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.2);
}
.main-seller > .main .seller-issue .popup > .out {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  font-size: 24px;
  color: #fff;
  background: #2e2e2e;
  padding: 10px;
  text-align: right;
}
.main-seller > .main .seller-issue .popup > .out::before {
  cursor: pointer;
}
.main-seller > .main .seller-issue .popup > .min {
  padding-top: 40px;
  width: 70%;
  align-items: flex-start;
}
.main-seller > .main .seller-issue .popup > .min .bot {
  margin-top: 40px;
  width: 100%;
}
.main-seller > .main .seller-issue .popup > .min .bot input {
  width: 70px;
  padding: 6px 0;
  background: #dcdcdc;
  cursor: pointer;
}
.main-seller > .main .seller-issue .popup > .min .bot .inp_s01 {
  background: #da251d;
  color: #fff;
}
.main-seller > .main .seller-issue .popup > .min .bot .b1,
.main-seller > .main .seller-issue .popup > .min .bot .b2 {
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
}
.main-seller > .main .seller-issue .popup > .min .bot .b1 {
  background: #2e2e2e;
}
.main-seller > .main .seller-issue .popup > .min .bot .b2 {
  background: #999;
}
.main-seller > .main .seller-issue .plate1 {
  padding: 30px;
  margin-bottom: 20px;
  background: url(../images/bg4.png) no-repeat center / cover;
  align-items: flex-start;
}
.main-seller > .main .seller-issue .plate1 * {
  color: #fff;
  line-height: 1.7;
}
.main-seller > .main .seller-issue .plate1 .li1 {
  font-size: 24px;
}
.main-seller > .main .seller-issue .plate2 {
  background: #fff;
  margin-bottom: 0;
  padding: 0 0 30px 0;
}
.main-seller > .main .seller-issue .plate2 .li1 {
  justify-content: flex-start;
  width: 100%;
  padding: 20px 30px;
}
.main-seller > .main .seller-issue .plate2 .li1 .i {
  color: #da251d;
  margin: 0 5px;
}
.main-seller > .main .seller-issue .plate2 .li2 {
  width: 100%;
  padding: 40px 5% 10%;
  min-height: 45vh;
  justify-content: space-between;
}
.main-seller > .main .seller-issue .plate2 .li2 .item {
  width: 14.28571429%;
  cursor: pointer;
}
.main-seller > .main .seller-issue .plate2 .li2 .item .img {
  background: #7dc379;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.main-seller > .main .seller-issue .plate2 .li2 .item .p {
  margin: 5px 0 0 0;
}
.main-seller > .main .seller-issue .plate2 .li2 .item:nth-child(2) .img {
  background: #fd7f7f;
}
.main-seller > .main .seller-issue .plate2 .li2 .item:nth-child(3) .img {
  background: #f7cc3c;
}
.main-seller > .main .seller-issue .plate2 .li2 .item:nth-child(4) .img {
  background: #4feebe;
}
.main-seller > .main .seller-issue .plate2 .li2 .item:nth-child(5) .img {
  background: #4ad6ff;
}
.main-seller > .main .seller-issue .plate2 .li3 {
  padding: 30px;
  background: #ffeeee;
  align-items: flex-start;
}
.main-seller > .main .seller-issue .plate2 .li3 * {
  color: #da251d;
  line-height: 1.6;
}
.main-seller > .main .seller-issue .plate3 .li1 {
  background: #1fc7ff;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.main-seller > .main .seller-issue .plate3 .li1 .p1 {
  color: #fff;
  font-size: 18px;
}
.main-seller > .main .seller-issue .plate3 .li {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.main-seller > .main .seller-issue .plate3 .li .p1 {
  width: 70px;
  margin-right: 20px;
  justify-content: flex-end;
  color: #777;
  height: 35px;
}
.main-seller > .main .seller-issue .plate3 .li > .p1 {
  color: #333;
  font-weight: bold;
}
.main-seller > .main .seller-issue .plate3 .li .p2 {
  height: 85px;
  margin-right: 20px;
}
.main-seller > .main .seller-issue .plate3 .li .p2 img {
  height: 100%;
}
.main-seller > .main .seller-issue .plate3 .li .btn {
  padding: 7px 10px;
  color: #fff;
  position: relative;
  background: #4a86ff;
  border-radius: 2px;
  cursor: pointer;
}
.main-seller > .main .seller-issue .plate3 .li .p3 {
  border: 1px solid #ddd;
  padding: 3px 5px;
  min-width: 200px;
  justify-content: flex-start;
  border-radius: 2px;
  background: #fff;
}
.main-seller > .main .seller-issue .plate3 .li .p4 {
  min-width: 600px;
}
.main-seller > .main .seller-issue .plate3 .li .p4 #content {
  width: 100%;
  min-height: 200px;
}
.main-seller > .main .seller-issue .plate3 .li .p5 {
  flex: 1;
  padding: 0;
  border: none;
}
.main-seller > .main .seller-issue .plate3 .li .p5 .ke-container {
  width: 100% !important;
}
.main-seller > .main .seller-issue .plate3 .li select {
  width: 100px;
  height: 35px;
  padding: 0 10px;
  color: #999;
  border: 1px solid #ddd;
}
.main-seller > .main .seller-issue .plate3 .li label {
  margin: 0 20px 0 5px;
}
.main-seller > .main .seller-issue .plate3 .li > .right {
  flex: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-seller > .main .seller-issue .plate3 .li > .right .item .p1 {
  width: auto;
  margin: 0 20px;
}
.main-seller > .main .seller-issue .plate3 .li2 {
  align-items: flex-start;
}
.main-seller > .main .seller-issue .plate3 .li2 .right .item {
  margin-bottom: 10px;
}
.main-seller > .main .seller-issue .plate4 .li1 {
  background: #1fc7ff;
  padding: 20px 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.main-seller > .main .seller-issue .plate4 .li1 .p1 {
  color: #fff;
  font-size: 18px;
}
.main-seller > .main .seller-issue .plate4 .li1 .p2 {
  color: #fff;
}
.main-seller > .main .seller-issue .plate4 .li1 .p2::before {
  margin: 2px 5px 0 0;
}
.main-seller > .main .seller-issue .plate4 .ul .li {
  justify-content: space-between;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
.main-seller > .main .seller-issue .plate4 .ul .li .img {
  width: 110px;
  height: 110px;
  padding: 0 10px;
  overflow: hidden;
  border-right: 1px solid #ddd;
}
.main-seller > .main .seller-issue .plate4 .ul .li .img img {
  height: 80%;
  object-fit: cover;
}
.main-seller > .main .seller-issue .plate4 .ul .li .p1 {
  margin: 0 20px;
  flex: 1;
  text-align: left;
  justify-content: flex-start;
}
.main-seller > .main .seller-issue .plate4 .ul .li .p2 {
  border-left: 1px solid #ddd;
  padding: 0 20px;
}
.main-seller > .main .seller-issue .plate4 .ul .li .p2 .i1 {
  margin-right: 20px;
}
.main-seller > .main .seller-issue .plate4 .ul .li .p2 .i1,
.main-seller > .main .seller-issue .plate4 .ul .li .p2 .i2 {
  cursor: pointer;
}
.main-seller > .main .seller-issue .plate4 .ul .li .p2 .i1:hover,
.main-seller > .main .seller-issue .plate4 .ul .li .p2 .i2:hover {
  color: #da251d;
}
.main-seller > .main .seller-client .plate1 {
  background: #ffeeee;
  padding: 25px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.main-seller > .main .seller-client .plate1 * {
  color: #da251d;
  line-height: 2;
}
.main-seller > .main .seller-client .plate1 .p1 {
  font-size: 16px;
}
.main-seller > .main .seller-client .plate1 a {
  color: #4a86ff;
}
.main-seller > .main .seller-client .plate2 {
  padding: 25px;
  background: #fff;
  justify-content: space-between;
}
.main-seller > .main .seller-client .plate2 .li {
  width: 200px;
  margin-right: 40px;
  height: 42px;
}
.main-seller > .main .seller-client .plate2 .a {
  height: 42px;
  width: 100px;
  background: #da251d;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.main-seller > .main .seller-client .plate2 .right {
  width: 200px;
  height: 42px;
  border: 1px solid #da251d;
  border-radius: 4px;
  color: #da251d;
  cursor: pointer;
}
.main-seller > .main .seller-client .iconfont {
  position: relative;
}
.main-seller > .main .seller-client .iconfont::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.main-seller > .main .seller-client .iconfont select {
  width: 100%;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.main-seller > .main .seller-client .plate3 {
  margin-top: 20px;
  background: #fff;
}
.main-seller > .main .seller-client .plate3 .nav {
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  height: 47px;
}
.main-seller > .main .seller-client .plate3 .nav .item {
  height: 100%;
  width: 15%;
  position: relative;
  cursor: pointer;
}
.main-seller > .main .seller-client .plate3 .nav .item::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 4px;
  background: #da251d;
  width: 0;
  transition: 0.5s;
  border-radius: 10px;
}
.main-seller > .main .seller-client .plate3 .nav .item:hover::before {
  width: 100%;
}
.main-seller > .main .seller-client .plate3 .nav .active::before {
  width: 100%;
}
.main-seller > .main .seller-client .plate3 .li1 {
  width: 100%;
  justify-content: flex-start;
  padding: 25px 30px;
}
.main-seller > .main .seller-client .plate3 .li1 .i1 {
  margin-right: 5px;
}
.main-seller > .main .seller-client .plate3 .li1 .i2 {
  width: 17%;
  margin-right: 15px;
}
.main-seller > .main .seller-client .plate3 .li1 .a {
  height: 42px;
  width: 100px;
  background: #da251d;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.main-seller > .main .seller-client .plate3 .li2 {
  padding: 100px 0;
}
.main-seller > .main .seller-client .plate3 .li2 a {
  color: #4a86ff;
}
.main-seller > .main .seller-client .plate4 {
  padding: 15px 40px;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 20px;
}
.main-seller > .main .seller-client .plate4 > div {
  width: 100%;
}
.main-seller > .main .seller-client .plate4 .li1 {
  position: relative;
}
.main-seller > .main .seller-client .plate4 .li1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-seller > .main .seller-client .plate4 .li2 {
  padding: 15px 0;
  justify-content: space-between;
  position: relative;
}
.main-seller > .main .seller-client .plate4 .li2::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #da251d;
  top: 38px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.main-seller > .main .seller-client .plate4 .li2 .item {
  position: relative;
  z-index: 2;
  width: 16.66666667%;
  height: 115px;
  justify-content: flex-start;
}
.main-seller > .main .seller-client .plate4 .li2 .item .i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #da251d;
  background: #efefef;
  color: #da251d;
  font-size: 24px;
  margin-bottom: 10px;
}
.main-seller > .main .seller-client .plate4 .li2 .item .p a {
  color: #4a86ff;
}
.main-seller > .main .seller-client .plate5 {
  background: #fff;
}
.main-seller > .main .seller-client .plate5 .nav {
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  height: 47px;
}
.main-seller > .main .seller-client .plate5 .nav .item {
  height: 100%;
  width: 15%;
  position: relative;
  cursor: pointer;
}
.main-seller > .main .seller-client .plate5 .nav .item::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 4px;
  background: #da251d;
  width: 0;
  transition: 0.5s;
  border-radius: 10px;
}
.main-seller > .main .seller-client .plate5 .nav .item:hover::before {
  width: 100%;
}
.main-seller > .main .seller-client .plate5 .nav .active::before {
  width: 100%;
}
.main-seller > .main .seller-client .plate5 .li {
  margin-top: 15px;
  padding: 0 60px;
  width: 100%;
  background: #efefef;
  height: 52px;
  justify-content: flex-start;
}
.main-seller > .main .seller-client .plate5 .li .i1 {
  flex: 2;
  text-align: left;
}
.main-seller > .main .seller-client .plate5 .li .i1:nth-child(1) {
  flex: 4;
}
.main-seller > .main .seller-client .plate5 .li .i1:last-child {
  text-align: right;
  flex: 1;
}
.main-seller > .main .seller-client .plate5 .li2 {
  padding: 100px 0;
}
.main-seller > .main .seller-client .plate5 .li2 a {
  color: #4a86ff;
}
.main-seller .demand {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(1, 1, 1, 0.2);
}
.main-seller .demand .h1 {
  height: 40px;
  background: #da251d;
  justify-content: space-between;
  padding: 0 15px;
  color: #fff;
}
.main-seller .demand .out {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
.main-seller .demand .ul {
  padding: 20px 50px;
}
.main-seller .demand .ul * {
  font-size: 14px;
}
.main-seller .demand .ul .p {
  justify-content: flex-start;
  margin-bottom: 15px;
  height: 40px;
}
.main-seller .demand .ul .p .i1 {
  width: 100px;
  color: #999;
  text-align: right;
}
.main-seller .demand .ul .p .i2 {
  height: 100%;
  flex: 1;
  margin: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.main-seller .demand .ul .p .i2 input {
  width: 100%;
  height: 100%;
}
.main-seller .demand .ul .p .btn1 {
  background: #da251d;
  color: #fff;
  cursor: pointer;
}
.main-buyer > .main > .left .ul .item::after {
  background: #4a86ff;
}
.main-buyer > .main > .left .ul .item:hover .ul1 {
  z-index: 999;
}
.main-buyer > .main > .left .ul .item:hover .i {
  color: #4a86ff;
}
.main-buyer > .main > .left .ul .item:hover .p {
  color: #4a86ff;
}
.main-buyer > .main > .left .ul .ul1 .li:hover {
  color: #4a86ff;
}
.main-buyer > .main > .left .ul .ul1 .active {
  color: #4a86ff;
}
.main-buyer > .main > .left .ul .active .i {
  color: #4a86ff;
}
.main-buyer > .main > .left .ul .active .p {
  color: #4a86ff;
}
.main-buyer > .main .buyer-index {
  min-height: 84vh;
  background: #fff;
}
.main-buyer > .main .buyer-index .index1 {
  background: #f4f8f9;
}
.main-buyer > .main .buyer-index .plate1 {
  background: #fcebc5;
  padding: 25px;
}
.main-buyer > .main .buyer-index .plate1 .left {
  justify-content: space-between;
}
.main-buyer > .main .buyer-index .plate1 .left .li1 .p {
  color: #4a86ff;
  margin-top: 10px;
}
.main-buyer > .main .buyer-index .plate1 .left .li2 {
  align-items: flex-start;
  margin-left: 30px;
}
.main-buyer > .main .buyer-index .plate1 .left .li2 > div {
  line-height: 2.4;
}
.main-buyer > .main .buyer-index .plate1 .left .li2 .i1 {
  font-size: 16px;
  font-weight: bold;
}
.main-buyer > .main .buyer-index .plate1 .left .li2 .i2 span {
  color: #999;
}
.main-buyer > .main .buyer-index .plate1 .left .li2 .i2 .score {
  width: 180px;
  height: 15px;
  background: #fff;
  border-radius: 20px;
  margin: 0 10px;
  overflow: hidden;
}
.main-buyer > .main .buyer-index .plate1 .left .li2 .i2 .score .color {
  width: 45%;
  height: 100%;
  background: #00e696;
}
.main-buyer > .main .buyer-index .plate1 .left .li2 .i3 a {
  color: #4a86ff;
}
.main-buyer > .main .buyer-index .plate1 .right {
  flex: 1;
  justify-content: flex-end;
}
.main-buyer > .main .buyer-index .plate1 .right .li {
  color: #999;
  margin-right: 20px;
}
.main-buyer > .main .buyer-index .plate1 .right .li:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-index .plate1 .right .li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  width: 28px;
  height: 28px;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 5px;
}
.main-buyer > .main .buyer-index .plate1 .right .active {
  color: #333;
}
.main-buyer > .main .buyer-index .plate1 .right .active::before {
  color: #fff;
  background: #4a86ff;
}
.main-buyer > .main .buyer-index .plate1 .p1::after {
  content: none;
}
.main-buyer > .main .buyer-index .plate2 {
  padding: 20px 25px;
  background: #fff;
  margin: 20px 0;
  color: #5a5a5a;
  line-height: 1.7;
  border: 1px dashed #da251d;
}
.main-buyer > .main .buyer-index .plate2 a {
  color: #4a86ff;
}
.main-buyer > .main .buyer-index .plate3 {
  align-items: flex-start;
  padding-bottom: 25px;
  background: #fff;
}
.main-buyer > .main .buyer-index .plate3 .p1 {
  width: 100%;
  padding: 15px 25px;
  justify-content: space-between;
}
.main-buyer > .main .buyer-index .plate3 .p1 .i1 {
  position: relative;
  padding: 0 25px;
}
.main-buyer > .main .buyer-index .plate3 .p1 .i1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-buyer > .main .buyer-index .plate3 .p1 .i2 {
  color: #4a86ff;
}
.main-buyer > .main .buyer-index .plate3 .p2 {
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}
.main-buyer > .main .buyer-index .plate3 .p2 .item {
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
.main-buyer > .main .buyer-index .plate3 .p2 .item:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-index .plate3 .p2 .item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  border-radius: 5px;
  background: #4a86ff;
  transition: 0.3s;
}
.main-buyer > .main .buyer-index .plate3 .p2 .item:hover::after {
  width: 100%;
}
.main-buyer > .main .buyer-index .plate3 .p2 .active::after {
  width: 100%;
}
.main-buyer > .main .buyer-index .plate4 {
  margin: 20px 0;
  padding: 15px 25px;
  background: #fff;
  align-items: flex-start;
}
.main-buyer > .main .buyer-index .plate4 .p1 {
  position: relative;
  padding: 0 25px;
}
.main-buyer > .main .buyer-index .plate4 .p1::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
  background: url(../images/i52.png) no-repeat center / cover;
}
.main-buyer > .main .buyer-index .plate4 .p2 {
  padding: 20px 60px;
  width: 100%;
  justify-content: flex-start;
}
.main-buyer > .main .buyer-index .plate4 .p2 .img {
  margin-right: 100px;
}
.main-buyer > .main .buyer-index .plate4 .p2 .text {
  flex: 1;
  align-items: flex-start;
  text-align: left;
}
.main-buyer > .main .buyer-index .plate4 .p2 .text .i2 {
  margin: 20px 0;
}
.main-buyer > .main .buyer-index .plate4 .p2 .text .i3 {
  padding: 5px 30px;
  background: #4a86ff;
  color: #fff;
  border-radius: 4px;
}
.main-buyer > .main .buyer-index .plate5 {
  background: #fff;
}
.main-buyer > .main .buyer-index .plate5 .p1 {
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}
.main-buyer > .main .buyer-index .plate5 .p1 .item {
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
.main-buyer > .main .buyer-index .plate5 .p1 .item:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-index .plate5 .p1 .item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  border-radius: 5px;
  background: #4a86ff;
  transition: 0.3s;
}
.main-buyer > .main .buyer-index .plate5 .p1 .item:hover::after {
  width: 100%;
}
.main-buyer > .main .buyer-index .plate5 .p1 .active::after {
  width: 100%;
}
.main-buyer > .main .buyer-index .plate5 .p2 {
  width: 100%;
  padding: 25px 0 60px 0;
}
.main-buyer > .main .buyer-index .plate5 .p2 .li2 {
  margin: 20px 0 50px 0;
}
.main-buyer > .main .buyer-index .plate5 .p2 .li2 a {
  color: #4a86ff;
}
.main-buyer > .main .buyer-index .plate5 .p2 .li3 {
  width: 100%;
}
.main-buyer > .main .buyer-index .plate5 .p2 .li3 .item .p {
  margin-top: 10px;
}
.main-buyer > .main .buyer-index .plate5 .p2 .li3 .iconfont {
  margin: 0 5%;
  font-size: 40px;
  color: #efefef;
}
.main-buyer > .main .buyer-index .plate6 {
  align-items: flex-start;
  background: #fff;
  padding: 20px 30px;
}
.main-buyer > .main .buyer-index .plate6 .li1 {
  width: 100%;
  line-height: 2.4;
  padding: 0 15px;
  font-size: 24px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  color: #4a86ff;
}
.main-buyer > .main .buyer-index .plate6 .li1::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(0, -50%);
  width: 5px;
  height: 40%;
  background: #4a86ff;
}
.main-buyer > .main .buyer-index .plate6 .li2 {
  width: 100%;
  padding: 60px 160px 120px 160px;
  align-items: flex-start;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p {
  width: 100%;
  justify-content: flex-start;
  height: 42px;
  margin-bottom: 20px;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p .i1 {
  width: 80px;
  height: 100%;
  justify-content: flex-end;
  padding-right: 15px;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p .i2 {
  border: 1px solid #e1e1e1;
  width: 70%;
  height: 100%;
  border-radius: 4px;
  justify-content: flex-start;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p .i2 input {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p4 .i2 {
  padding: 0;
  border: none;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p4 .i2 > div {
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p4 .i2 .form-group {
  width: 32.25806452%;
  height: 100%;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p4 .i2 .form-group .form-control {
  height: 100%;
  width: 100%;
  padding: 10px 15px;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p4 .i2 .form-group .iconfont {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.main-buyer > .main .buyer-index .plate6 .li2 .p6 {
  margin-bottom: 40px;
}
.main-buyer > .main .buyer-index .plate6 .li2 .p7 .i2 {
  border: none;
  background: #4a86ff;
  color: #fff;
  cursor: pointer;
  justify-content: center;
}
.main-buyer > .main .buyer-index .plate7 {
  align-items: flex-start;
  background: #fff;
  padding: 20px 30px;
}
.main-buyer > .main .buyer-index .plate7 .li1 {
  width: 100%;
  line-height: 2.4;
  padding: 0 15px;
  font-size: 24px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  color: #4a86ff;
}
.main-buyer > .main .buyer-index .plate7 .li1::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(0, -50%);
  width: 5px;
  height: 40%;
  background: #4a86ff;
}
.main-buyer > .main .buyer-index .plate7 .li2 {
  width: 100%;
  align-items: flex-start;
  padding: 10px 20px;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p1 {
  margin-bottom: 10px;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p1 .i1 {
  margin-right: 10px;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p1 .i2,
.main-buyer > .main .buyer-index .plate7 .li2 .p1 .i3,
.main-buyer > .main .buyer-index .plate7 .li2 .p1 .i4 {
  width: 90px;
  height: 15px;
  background: #efefef;
  margin-right: 5px;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p1 .i2 {
  background: #ff7474;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p1 .i3 {
  background: #ffb83a;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p1 .i5 {
  margin-left: 5px;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p2 {
  margin-bottom: 40px;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 {
  width: 100%;
  align-items: flex-start;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  justify-content: flex-start;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li > div {
  text-align: left;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li .i1 {
  color: #999;
  font-size: 18px;
  flex: 1;
  text-align: left;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li .icon-zhengque {
  color: #4cbc41;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li .i2,
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li .i3 {
  flex: 2;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li .i4 {
  flex: 4;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li .i5 {
  flex: 1.5;
  margin-right: 15px;
  text-align: center;
}
.main-buyer > .main .buyer-index .plate7 .li2 .p3 .li .i5 a {
  background: #dddddd;
  padding: 5px 0;
  width: 100%;
  border-radius: 5px;
  color: #999;
}
.main-buyer > .main .buyer-index .plate8 {
  align-items: flex-start;
  padding: 20px 30px;
}
.main-buyer > .main .buyer-index .plate8 .li1 {
  width: 100%;
  line-height: 2.4;
  padding: 0 15px;
  font-size: 24px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  color: #4a86ff;
}
.main-buyer > .main .buyer-index .plate8 .li1::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(0, -50%);
  width: 5px;
  height: 40%;
  background: #4a86ff;
}
.main-buyer > .main .buyer-index .plate8 .li2 {
  width: 100%;
  height: 60vh;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li {
  margin-bottom: 20px;
  width: 42%;
  height: 40px;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li .i1 {
  justify-content: flex-end;
  margin-right: 15px;
  width: 80px;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li input,
.main-buyer > .main .buyer-index .plate8 .li2 .li .i2 {
  flex: 1;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li:last-child {
  margin: 10px 0 0 0;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li:last-child .i2 {
  background: #4a86ff;
  border-radius: 5px;
  color: #fff;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li:nth-child(3) {
  height: auto;
  margin: 0 0 5px 0;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li:nth-child(3) .i2 {
  border: none;
  padding: 0;
  position: relative;
}
.main-buyer > .main .buyer-index .plate8 .li2 .li:nth-child(3) .i2 #msg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #f00;
  font-size: 12px;
}
.main-buyer > .main .buyer-askToBuy {
  min-height: 86vh;
  background: #fff;
}
.main-buyer > .main .buyer-askToBuy .plate1 {
  align-items: flex-start;
  background: #fff;
  padding: 20px 30px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li1 {
  width: 100%;
  line-height: 2.4;
  padding: 0 15px;
  font-size: 24px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  color: #4a86ff;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li1::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(0, -50%);
  width: 5px;
  height: 40%;
  background: #4a86ff;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 {
  width: 100%;
  padding: 40px 20px;
  align-items: flex-start;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p {
  justify-content: flex-start;
  width: 100%;
  height: 42px;
  margin-bottom: 20px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p:last-child {
  margin-bottom: 0;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p .i1 {
  width: 80px;
  padding-right: 15px;
  justify-content: flex-end;
  height: 100%;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p .i2 {
  height: 100%;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p1 .i2 {
  width: 50%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p1 .i2 input {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p2 {
  height: auto;
  align-items: flex-start;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p2 .i2 {
  width: 80%;
  height: auto;
  border: none;
  align-items: flex-end;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p2 .i2 .left {
  width: 100%;
  align-items: flex-start;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p2 .i2 .left .text {
  color: #999;
  margin: 10px 0;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p2 .i2 textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 130px;
  resize: none;
  padding: 10px 15px;
  border-radius: 4px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p2 .i2 .i {
  color: #999;
  margin: 40px 10px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 {
  margin-bottom: 10px;
  height: auto;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 {
  width: auto;
  border: none;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 #hellos {
  height: 50px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 #hellos .img {
  height: 100%;
  position: relative;
  margin-right: 10px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 #hellos .img:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 #hellos .img img {
  height: 100%;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 #hellos .img .centers {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/out.png) no-repeat center / cover;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 .a {
  border: 1px solid #4a86ff;
  border-radius: 4px;
  height: 42px;
  padding: 0 40px;
  color: #4a86ff;
  position: relative;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p3 .i2 .a input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p4 {
  height: auto;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p4 .i2 {
  border: none;
  color: #999;
  justify-content: flex-start;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p5 .i2 input[type="radio"] {
  border: 1px solid #888;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: relative;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p5 .i2 input[type="radio"]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4a86ff;
  opacity: 0;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p5 .i2 input[type="radio"]:checked::after {
  opacity: 1;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p5 .i2 label {
  padding: 0 10px;
  margin-right: 20px;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p5 .i2 label:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-askToBuy .plate1 .li2 .p6 .i2 {
  border: none;
  background: #4a86ff;
  color: #fff;
}
.main-buyer > .main .buyer-askToBuy .plate2 {
  align-items: flex-start;
  background: #fff;
  padding: 20px 30px;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li1 {
  width: 100%;
  line-height: 2.4;
  padding: 0 15px;
  font-size: 24px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  color: #4a86ff;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li1::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translate(0, -50%);
  width: 5px;
  height: 40%;
  background: #4a86ff;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li2 {
  padding: 20px 0 50px 0;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li2 .i {
  color: #da251d;
  margin: 0 5px;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li3 {
  width: 100%;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li3 .item {
  cursor: pointer;
  margin-right: 5px;
  padding: 10px 0;
  width: 15.625%;
  position: relative;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li3 .item:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li3 .item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 3px;
  border-radius: 5px;
  background: #4a86ff;
  transition: 0.3s;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li3 .item:hover::after {
  width: 100%;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li3 .active::after {
  width: 100%;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li4 {
  width: 100%;
  padding: 60px 0;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li4 .text {
  margin-left: 50px;
  align-items: flex-start;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li4 .text .p1 {
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li4 .text .p1::before {
  margin-right: 10px;
  color: #4a86ff;
  font-size: 20px;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li5 {
  width: 100%;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li5 .a {
  padding: 8px 36px;
  border-radius: 4px;
  background: #4a86ff;
  color: #fff;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 {
  width: 100%;
  margin-top: 20px;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 tr {
  border-bottom: 1px solid #ddd;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 td {
  padding: 15px 10px;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 thead {
  background: #e9eff4;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 thead tr {
  border: none;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 .del {
  cursor: pointer;
}
.main-buyer > .main .buyer-askToBuy .plate2 .li6 .del:hover {
  color: #dc241c;
}
.main-buyer > .main .buyer-shoppingCart {
  padding-bottom: 100px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 {
  align-items: flex-start;
  margin-top: 20px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li {
  width: 100%;
  padding: 0 30px;
  justify-content: flex-start;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li label {
  color: #666;
  padding: 0 5px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li > div {
  justify-content: flex-start;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li .i3,
.main-buyer > .main .buyer-shoppingCart .plate1 .li .i4,
.main-buyer > .main .buyer-shoppingCart .plate1 .li .i5,
.main-buyer > .main .buyer-shoppingCart .plate1 .li .i6 {
  flex: 1;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li .i1 {
  flex: 2;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li .i2 {
  flex: 3;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li .i6 {
  justify-content: center;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li1 {
  line-height: 2.4;
  padding: 0 45px;
  font-size: 24px;
  position: relative;
  border-bottom: 1px solid #ddd;
  color: #4a86ff;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .li1::after {
  position: absolute;
  top: 50%;
  left: 30px;
  content: "";
  transform: translate(0, -45%);
  width: 5px;
  height: 40%;
  background: #4a86ff;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .title {
  padding: 10px 30px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .title > div {
  color: #666;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item:last-child {
  margin: 0;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .nav {
  border-bottom: 1px solid #ddd;
  padding: 10px 30px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .nav .i1,
.main-buyer > .main .buyer-shoppingCart .plate1 .item .nav .i2 {
  flex: 1;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .nav .i2 {
  justify-content: flex-end;
  color: #999;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .nav .i2 .i {
  color: #fc6e00;
  margin: 0 10px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 {
  padding: 10px 30px;
  align-items: flex-start;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i1 {
  align-items: flex-start;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i1 input {
  margin-top: 5px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i1 .img {
  padding: 0 10px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i2 {
  margin-top: 5px;
  align-items: flex-start;
  text-align: left;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i2 .p2 {
  color: #999;
  margin-top: 10px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i3 input {
  width: 40px;
  height: 20px;
  border: 1px solid #ddd;
  text-align: center;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i3 .add,
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i3 .minus {
  color: #999;
  height: 20px;
  width: 15px;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #f8f9fa;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i3 .add {
  border-left: none;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i3 .minus {
  border-right: none;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i3,
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i4,
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i5,
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i6 {
  height: 25px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .item .li2 .i5 {
  color: #fc6e00;
  font-size: 20px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .cashier {
  position: fixed;
  bottom: 2px;
  width: calc(100% - 460px);
  left: 50%;
  transform: translate(-49%, 0);
  padding: 20px 30px;
  background: #e9e9e8;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .cashier .i1,
.main-buyer > .main .buyer-shoppingCart .plate1 .cashier .i2 {
  flex: 1;
  cursor: pointer;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .cashier .i3 {
  flex: 6;
  justify-content: flex-end;
  padding-right: 20px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .cashier .i3 .i {
  color: #fc6e00;
  margin: 0 5px;
}
.main-buyer > .main .buyer-shoppingCart .plate1 .cashier .i4 {
  flex: 1;
  justify-content: center;
  background: #fc6e00;
  color: #fff;
  border-radius: 5px;
  padding: 7px 0;
  cursor: pointer;
}
.main-seller1 {
  padding: 83px 200px 0 80px;
}
.inConstruction {
  background: #fff;
  min-height: 84vh;
}
.inConstruction .p1 {
  font-size: 24px;
  color: #5a5a5a;
}
.inConstruction .img img {
  width: 70%;
}
