header {
  width: 100%;
  
}
.banner .swiper-wrapper{
	height: auto;
}
.banner .swiper-slide{
	height: auto;
}
.header-box {
  z-index: 9;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  height: 112px;
}

.heade-index {
  position: unset;
  background: #f3f3f3;
}
.menu {
  display: none;
  height: 60px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 0px;
}
.menu i {
  transition: all 0.4s;
  position: relative;
  width: 30px;
  height: 3px;
  margin-top: 30px;
  background: #da0b17;
  display: block;
}
.menu i:before,
.menu i:after {
  position: relative;
  content: "";
  width: 100%;
  height: 100%;
  top: -10px;
  background: #da0b17;
  display: block;
  transition: all 0.4s;
}
.menu i:after {
  top: unset;
  bottom: -8px;
}
.close i:before {
  top: -6px;
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.close i:after {
  top: -6px;
  -webkit-transform: translateY(3px) rotate(-45deg);
  -ms-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}
.close i {
  background: transparent;
}
.logo {
  width: 232px;
  margin-right: 4%;
  margin-top: 25px;
}
.logo img {
  width: 100%;
}
.nav {
  width: 35%;
  margin-top: 40px;
}
.nav > ul {
  font-size: 0;
}
.nav > ul > li {
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 3%;
}

.nav > ul > li:hover .cpxx-w {
  display: block;
}
.header-w {
  position: relative;
  z-index: 100;
}

.nav > ul > li.on {
  border-bottom: 2px solid #dc0000;
}

.nav > ul > li > a {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
}
.nav > ul > li:hover {
  border-bottom: 2px solid #dc0000;
}
.banner{
	height: auto;
}
.header-right {
  width: 45%;
}
.geren {
  display: inline-block;
  margin-right: 3%;
  margin-top: 40px;
}
.geren img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.geren span {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.sousuo {
  display: inline-block;
  width: 58%;
  vertical-align: middle;
}

.sousuo img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
.sousuo-box {
  display: inline-block;
  width: 89%;
  height: 24px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #ffffff;
  vertical-align: middle;
}
.sousuo-box img {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
}
.sousuo-box input {
  border: 0;
  height: 100%;
  width: 88%;
  font-size: 16px;
  color: #fff;
  background: none;
  display: inline-block;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  width: 14%;
  margin-left: 4%;
}
.btn button {
  width: 100%;
  height: 33px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: none;
}

.btn button:hover {
  /* background: #cc050a; */
  background: linear-gradient(90deg, #e60012, #ae020f);
  border: 0;
}

.banner img {
  width: 100%;
}

.main-box {
  margin-top: 60px;
}
.tit h2 {
  font-size: 20px;
  font-weight: bold;
  color: #171717;
}
.tit h3 {
  font-size: 20px;
  font-weight: 400;
  color: #171717;
}
.more {
  background-image: url("../images/yuan.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 50px 50px;
  height: 50px;
  padding-left: 15px;
  transition: all 0.5s;
}
.more a {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #171717;
  margin-top: 10px;
}
.more:hover {
  background-size: 70px 70px;
}
.tit-box {
  overflow: hidden;
  margin-bottom: 40px;
}

.column {
  margin-bottom: 55px;
}
.title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.title span {
  margin-left: 20px;
}
.title h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  text-decoration: underline;
  text-decoration-color: #d70d0d;
  text-underline-offset: 10px;
}

.list ul {
  font-size: 0;
}
.list ul li {
  background: #efeded;
  display: inline-block;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.list ul li:nth-of-type(4n) {
  margin-right: 0;
}

.heade-indexs {
  position: fixed;
  z-index: 999999999;
}

.list ul li img {
  width: 100%;
  display: block;
  height: 120px;
  transition: all 0.5s;
}

.list ul li:hover .column-img img {
  transform: scale(1.2);
}
.list ul li a {
  display: flex;
  align-items: center;
}
.list ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  text-align: center;
  width: 58%;
}

.download {
  margin-bottom: 60px;
}
.download img {
  width: 100%;
}
.footer-left {
  width: 40%;
}
.footer {
  background: #1d1d1b;
}
.footer-logo {
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer-logo img {
  width: 65%;
}

.xinxi p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.ma {
  font-size: 0;
}

.ma-item {
  display: inline-block;
  margin-right: 10%;
}
.ma-item img {
  width: 100px;
  display: block;
  margin-bottom: 6px;
}
.ma-item p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.footer-nav {
  width: 30%;
  margin-right: 14%;
  margin-top: 100px;
}

.footer-nav ul {
  font-size: 0;
}
.footer-nav ul li {
  width: 50%;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}

.footer-nav ul li a span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}

.header-boxx {
  background: #f0eeee;
  height: 112px;
}

.sousuo-boxx {
  border: 1px solid #cbc9c9;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.sousuos {
  width: 57%;
}

.sousuo-boxx input {
  width: 71%;
  padding-left: 60px;
  height: 100%;
  background: none;
  border: 0;
  display: inline-block;
  vertical-align: top;
}
.ss {
  width: 50px;
  height: 50px;
  background: #bd0909;
  position: absolute;
  right: 0;
  top: 0;
}

.ss img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  margin-top: 6px;
}

.navs ul li a {
  color: #262323;
  font-weight: normal;
}
.navs ul li {
  margin: 0 4%;
}
.navs {
  width: 40%;
}

/* .nav ul li {
  margin: 0 4%;
} */

.logos {
  margin-top: 40px;
}

.headers-right {
  width: 41%;
}
.gerens img {
  width: unset;
  height: unset;
}
.gerens span {
  font-size: 30px;
  color: #262323;
  font-weight: normal;
}

.gouwu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.crumbs {
  margin-bottom: 10px;
}
.crumbs img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.crumbs span {
  display: inline-block;
  vertical-align: middle;
}

.main-boxs {
  margin-top: 20px;
  margin-bottom: 58px;
}
.tits {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.tits img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
}
.tits span {
  font-size: 20px;
  color: #212121;
  display: inline-block;
  vertical-align: middle;
}

.cont {
  background: #dedede;
}

.cont-w {
  padding: 20px 0;
}
.img {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.img img {
  width: 100%;
}

.big {
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.8), 0 0 7px 7px rgba(0, 0, 0, 0.3),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  display: none;
}

.cont-tit {
  margin-bottom: 10px;
}
.cont-tit h2 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
}

.conts-box {
  overflow: hidden;
}
.conts-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}
.conts-val {
  display: inline-block;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
}

.conts-val span {
  color: #d30000;
}

.cont-right {
  width: 70%;
}

.conts-item-inlie {
  display: inline-block;
}
.conts-item-inlie:last-of-type {
  margin-left: 30px;
}

.conts-left {
  width: 60%;
}

.conts-item {
  margin-bottom: 6px;
}

.ts {
  font-size: 18px;
  font-weight: 500;
  color: #cb060a;
  margin-bottom: 10px;
}

.price {
  font-size: 20px;
  color: #303030;
}
.kuncun {
  font-size: 20px;
  color: #303030;
  margin-bottom: 10px;
}
.num {
  font-size: 0;
  user-select: none;
}
.num span {
  font-size: 20px;
  font-weight: 400;
  color: #535353;
  display: inline-block;
  vertical-align: middle;
}
.jia,
.jian {
  width: 43px;
  line-height: 40px;
  background: #ededed;
  opacity: 1;
  border: 2px solid #dedede;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #333;
  text-align: center;
  cursor: pointer;
}

.jia {
  margin-right: 20px;
}

.jian {
  margin-left: 20px;
}

.num input {
  width: 60px;
  height: 40px;
  background: #fff;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.btns {
  margin-top: 20px;
}
.btns button {
  width: 188px;
  height: 50px;
  background: #302f2f;
  border-radius: 25px 25px 25px 25px;
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  color: #fcfcfc;
  border: 0;
}

.btns button:last-of-type {
  width: 188px;
  height: 50px;
  background: #cb0509;
  border-radius: 25px 25px 25px 25px;
  opacity: 1;
  margin-left: 36px;
}

.btns button img {
  display: inline-block;
  vertical-align: middle;
}

.conts-right {
  width: 35%;
}

.conts-bj {
  background: rgba(141, 141, 141, 0.12);
  padding: 30px 30px 20px;
}

.conts-bj h3 {
  font-size: 20px;
  font-weight: bold;
  color: #303030;
  margin-bottom: 10px;
}

.conts-bj p {
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  line-height: 2;
}

.conts-bj button {
  width: 100%;
  height: 55px;
  background: none;
  border-radius: 26px 26px 26px 26px;
  border: 2px solid #6f6d6d;
  font-size: 16px;
  color: #303030;
  margin-top: 16px;
}

.conts-bj button:hover {
  background: #cc050a;
  color: #fff;
  border: 2px solid #cc050a;
}

.butn button {
  width: 85%;
  height: 55px;
  background: none;
  border: 2px solid #cc050a !important;
  border-radius: 33px 33px 33px 33px;
  font-size: 20px;
  font-weight: 500;
  color: #cc050a;
  border: 0;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.butn button:hover {
  background: #cc050a;
  color: #fff;
}
.butn button img {
  display: inline-block;
  vertical-align: middle;
}

.biaoge {
  margin-top: 70px;
}

.tabs ul {
  font-size: 0;
}
.tabs ul li {
  display: inline-block;
  width: 130px;
  line-height: 74px;
  background: #ececec;
  margin-right: 14px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: -2px;
}
.tabs ul li.on {
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 1px solid #fff;
}

.table {
  padding: 20px;
  border: 1px solid #ececec;
  display: none;
}

.table table {
  width: 100%;
}
.table tr td {
  border: 1px solid #d1d1d1;
}

.table tr td {
  width: 30%;
  font-size: 18px;
  color: #0d0c0c;
  padding: 20px;
  box-sizing: border-box;
}
.table tr td:last-of-type {
  width: 69%;
  box-sizing: border-box;
  border-right: 0;
}

.table tr td:first-of-type {
  border-left: 0;
}
.lunbo-tit {
  font-size: 30px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
}

.lunbo {
  margin-top: 40px;
  position: relative;
  z-index: 99;
}
.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.lunbo-item {
  width: 100%;
  background: #fff;
  font-size: 0;
  position: relative;

  display: flex;
}

.lunbo-items {
  width: 32%;
  margin-bottom: 40px;
  margin-right: 2%;
}

.lunbo-items:nth-of-type(3n) {
  margin-right: 0;
}

.lunbo-boxx {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.lunbo-img {
  display: inline-block;
  width: 24%;
}
.lunbo-img img {
  width: 100%;
  display: block;
}
.lunbo-right {
  width: 76%;
  padding: 20px 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
}

.lunbo-xinxi-left {
  width: 53%;
  text-align: left;
}

.lunbo-tit h2 {
  font-size: 18px;
  color: #010101;
  margin-bottom: 10px;
}

.lunbo-tit h3 {
  font-size: 18px;
  color: #cb060a;
  margin-bottom: 10px;
}

.lunbo-price {
  margin-bottom: 10px;
}
.lunbo-price h2 {
  font-size: 20px;
  color: #010101;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.lunbo-price h3 {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-size: 20px;
  color: #010101;
}
.lunbo-price h3 input {
  width: 15px;
  border: 0;
  background: none;
  font-size: 20px;
  color: #010101;
  display: inline-block;
  vertical-align: top;
}

.gouwu-box {
  background: #cb060a;
  border-radius: 20px;
  padding: 4px 10px;
  display: inline-block;
  user-select: none;
}
.gouwu-box img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.gouwu-box input {
  width: 40px;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #fff;
}
.gouwu-box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  margin-left: 4px;
  cursor: pointer;
}

.lunbo-xinxi-right {
  width: 47%;
  text-align: right;
}
.lunbo-xinxi-right button {
  width: 156px;
  height: 44px;
  border: 1px solid #cb060a;
  border-radius: 6px;
  margin-bottom: 10px;
}
.lunbo-xinxi-right button a {
  font-size: 20px;
  color: #010101;
  display: inline-block;
  vertical-align: middle;
}
.lunbo-xinxi-right button img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.lunbo-xinxi-right button.canshu {
  border: 1px solid #010101;
}

.canshu:hover .chanpincanshu {
  display: block;
}

.lunbo-xinxi-right button span {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-left: 4px;
}

.lunbo-box {
  padding: 0 40px;
  position: relative;
  z-index: 0;
}
.lunbo-boxx {
  padding: 0;
}

.next {
  background-image: url("../images/you.png") !important;
  background-size: 100% 100% !important;
}
.prev {
  background-image: url("../images/zuo.png") !important;
  background-size: 100% 100% !important;
}
.bannerr {
  margin-bottom: 50px;
}
.bannerr img {
  width: 100%;
  display: block;
  height: 185px;
  object-fit: fill;
}

.fenlei {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 26px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.select {
  display: flex;
  align-items: center;
  margin-right: 4%;
}
.select span {
  font-size: 20px;
  color: #010101;
  margin-right: 10px;
}

.select select {
  width: 270px;
  height: 30px;
}

.bteen button {
  width: 100px;
  height: 46px;
  background: #e20714;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  margin-right: 6px;
  border: 0;
  cursor: pointer;
}

.sousuo-boxxx {
  width: 22%;
}

.sousuo-boxxx input {
  padding-left: 30px;
}

.tablee table {
  width: 100%;
  overflow-y: scroll;
}
.tablee table tr th {
  height: 50px;
  background: #e5223a;
  font-size: 18px;
  color: #fff;
  border-right: 2px solid #fff;
}

.tablee table tr th:first-of-type {
  text-align: left;
  padding-left: 30px;
}

.tablee table tr th:nth-of-type(3) {
  text-align: left;
  padding-left: 30px;
  width: 236px;
}
.tablee table tr th:nth-of-type(4) {
  text-align: left;
  padding-left: 30px;
}
.tablee table tr:nth-of-type(odd) {
  background: #f1f1f1;
}
.tablee table tr:nth-of-type(even) {
  background: #fff;
}
.tablee table tr td {
  height: 70px;
}

.tablee table tr td img {
  width: 40px;
}

.flex {
  display: flex;
  align-items: center;
}
.tablee table tr td {
  border: 1px solid #eee;
  padding: 0 10px;
}
.tablee table tr td span {
  margin-left: 10px;
}

.center {
  justify-content: center;
  cursor: pointer;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}

#pages {
  text-align: -webkit-center;
  font-size: 14px;
  height: 30px;
  color: #000;
}
#pages a {
  margin: 0 5px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #000;
  padding: 0 10px;
}
#pages a.a1 {
  padding: 0 10px;
}
#pages a:hover {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
  text-decoration: none;
}
#pages span {
  margin: 0 5px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.page .noPage {
  display: inline-block;
  width: 48px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}

.register p {
  font-size: 20px;
  color: #262323;
}

.register span {
  color: #d70d0d;
}
.register-top-left {
  flex: 1;
}
.register-top-left p {
  font-size: 20px;
  color: #262323;
}

.flextewed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.logos {
  margin-top: 0;
}
.register {
  width: unset;
}
.form {
  margin-top: 70px;
  width: 52%;
  margin: 0 auto;
  padding: 50px 116px;
  box-sizing: border-box;
}

.form-img {
  margin-bottom: 70px;
}

.form-img img {
  width: 100%;
  display: block;
}

.form-input {
  border: 1px solid #eee;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-label {
  width: 168px;
  padding-left: 30px;
  border-right: 1px solid #eee;
  height: 100%;
  display: flex;
  align-items: center;
}
.form-label select {
  border: 0;
}
.form-val {
  flex: 1;
  height: 100%;
}
.form-val input {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.dianji button {
  width: 100%;
  border: 1px solid #eee;
  height: 80px;
  font-size: 20px;
  color: #010101;
  background: none;
  margin-top: 56px;
  cursor: pointer;
}

.xiayibu button {
  width: 100%;
  border: 0;
  background: #e2231a;
  height: 80px;
  font-size: 20px;
  color: #fff;
  margin-top: 56px;
  cursor: pointer;
}

.emial {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.emial span {
  font-size: 20px;
  color: #2c2c2c;
  margin-left: 10px;
}

.shopping-sousuo {
  width: 23%;
}

.shopping-sousuo input {
  padding: 0 20px;
}

.border-bottom {
  border-bottom: 2px solid #eee;
  background: #fff;
}
.bgColor {
  background: #f3f3f3;
  border-radius: 23px 23px 23px 23px;
}
.shopping-top {
  border-bottom: 1px solid #999;
}

.shopping-top-left {
  font-size: 24px;
  font-weight: 500;
  color: #2c2929;
}

.shopping-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.shopping-top-right p {
  font-size: 24px;
  font-weight: 500;
  color: #2c2929;
}

.shopping-top-right span {
  color: #bd0a0a;
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
}
.shopping-top-right button {
  width: 115px;
  height: 42px;
  background: #bd0909;
  border-radius: 21px 21px 21px 21px;
  font-size: 24px;
  font-weight: 500;
  color: #eeeeee;
  border: 0;
  cursor: pointer;
}

.shopping-padding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 20px;
}

.shopping-box {
  padding: 20px;
}

.shopping-table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.all {
  display: flex;
  align-items: center;
  margin-right: 5%;
}

.all span {
  font-size: 20px;
  font-weight: 500;
  color: #7f7d7d;
  margin-left: 10px;
}
.shopping-h3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopping-h3 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #7f7d7d;
  width: 16.66%;
  text-align: center;
}

/* .shopping-h3 h3:first-of-type {
  flex: 1;
  margin-right: 0;
} */

.shopping-li {
  background: #ffffff;
  border-radius: 27px 27px 27px 27px;
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.shopping-li-li {
  width: 16.66%;
  text-align: center;
}

.shopping-li-lii {
  width: 20%;
  text-align: center;
}

.shopping-li-li:nth-of-type(1),
.shopping-li-li:nth-of-type(2) {
  width: 8.33%;
}

.all-li {
  margin-bottom: 10px;
}

.shoppings-h3 h3 {
  width: 20%;
}
.shopping-li-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-img img {
  max-width: 100%;
}
.shopping-tit {
  font-size: 24px;
  font-weight: 500;
  color: #2c2c2c;

  word-break: break-all;
  display: flex;
  align-items: center;
}
.guige {
  font-size: 24px;
  font-weight: 500;
  color: #989898;
  word-break: break-all;
}

.xinxii {
  display: flex;
  flex: 1;
}

.shopping-li-right {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopping-jia,
.shopping-jian {
  width: 30px;
  height: 30px;
  margin: 0;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  color: #333;
  line-height: 30px;
}
.shopping-num input {
  width: 60px;
  height: 30px;
  border: 1px solid #999;
  box-sizing: border-box;
}
.je {
  font-size: 24px;
  font-weight: 500;
  color: #bd0a0a;
}

.cz a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #989898;
}

.wuliu-top {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
}

.wuliu-top-left {
  display: flex;
}
.wuliu-top-left img {
  width: 130px;
  margin-right: 30px;
}

.wuliu-top-left-xx h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.wuliu-top-left-xx p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #999;
}
.lianxi img {
  width: 150px;
}

.wuliu {
  background: #f3f3f3;
  margin: 0;
  padding: 40px 0;
}

.wuliu-bottom {
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
}

.wuliu-bottom-top {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.wuliu-bottom-top-left {
  display: flex;
  align-items: center;
}

.wuliu-bottom-top-left img {
  width: 60px;
}

.wuliu-bottom-top-left p {
  margin-left: 20px;
}
.wuliu-bottom-top-left p input {
  width: 0;
  height: 0;
  opacity: 0;
}
.wuliu-bottom-top-right p {
  padding: 0 40px;
}
.wuliu-bottom-top-right p:first-of-type {
  border-right: 1px solid #999;
  cursor: pointer;
}

.wuliu-bottom-top-right {
  display: flex;
  align-items: center;
}

.wuliu-bottom-top-right p:last-of-type {
  padding-right: 0;
}
.liucheng {
  margin-top: 30px;
}
.liucheng-tit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.yuan {
  width: 20px;
  height: 20px;
  background: #bd0a0a;
  border-radius: 50%;
  margin-right: 10px;
}

.liucheng-tit h2 {
  font-size: 30px;
  font-weight: 500;
  color: #7f7d7d;
  margin-right: 10px;
}

.liucheng-tit h3 {
  font-size: 20px;
}

.dec {
  font-size: 20px;
  color: #7f7d7d;
  padding-left: 30px;
}

.header-color {
  background: #edecec;
  border-bottom: 5px solid #d9d9d9;
  box-sizing: border-box;
}
.personal-nav {
  margin: 0;
}
.personal-nav ul li {
  position: relative;
}
.personal-nav ul li a {
  font-size: 30px;
  color: #262323;
  font-weight: normal;
}

.personal-nav ul li.on {
  border: 0;
}

.personal-nav ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

.personal-nav ul li:hover {
  border: 0;
}
.personal-w {
  display: flex;
  justify-content: space-between;
}
.personal-left {
  width: 20%;
}
.personal-right {
  width: 80%;
}
.personal-navList ul li {
  margin-bottom: 20px;
  font-size: 21px;
  color: #262323;
}
.personal-top {
  border: 2px solid #edecec;
  margin-bottom: 24px;
}

.personal-top-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 50px;
  background: #f3f3f3;
}

.user-box {
  display: flex;
  align-items: center;
  margin-right: 20%;
}
.herdImg {
  width: 96px;
  height: 96px;
  background: #be2727;
  border-radius: 50%;
  margin-right: 20px;
}

.herdImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.nikeName {
  font-size: 21px;
  color: #262323;
}
.personal-xinxi {
  flex: 1;
  display: flex;
  align-items: center;
}

.personal-xinxi p {
  font-size: 21px;
  color: #262323;
  flex: 1;
}

.personal-top-bottom ul {
  display: flex;
  height: 82px;
  align-items: center;
}
.personal-top-bottom ul li {
  flex: 1;
  font-size: 21px;
  color: #262323;
  position: relative;
  text-align: center;
}

.personal-top-bottom ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 2px;
  height: 44px;
  background: #edecec;
}

.personal-top-bottom ul li:last-of-type::after {
  display: none;
}

.wd-wuliu {
  display: flex;
  align-items: center;
  background: #f5f8fa;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.wd-wuliu img {
  width: 50px;
}
.wd-wuliu p {
  font-size: 24px;
  color: #333;
  margin-left: 10px;
}

.rmtj h2 {
  font-size: 30px;
  color: #262323;
  margin-bottom: 10px;
}

.rmtj-box {
  background: #f3f3f3;
  opacity: 1;
  height: 500px;
}

.personal-dd {
  display: flex;
  margin-bottom: 30px;
}
.personal-dd-nav {
  flex: 1;
  border-bottom: 1px solid #d8d6d6;
  padding-bottom: 10px;
}
.personal-dd-nav ul {
  display: flex;
}
.personal-dd-nav ul li.on {
  color: #bd0a0a;
}
.personal-dd-nav ul li {
  margin-right: 54px;
  font-size: 22px;
  color: #262323;
  cursor: pointer;
}

.huishou {
  display: flex;
  align-items: center;
}
.huishou img {
  width: 50px;
}
.huishou p {
  font-size: 24px;
  color: #333;
}
.dd-ss {
  margin-bottom: 30px;
}
.dd-ss-box {
  width: 40%;
  height: 60px;
  display: flex;
  border: 1px solid #eee;
}
.dd-ss-box input {
  flex: 1;
}
.dd-ss-box button {
  width: 140px;
  height: 100%;
  font-size: 24px;
  color: #fff;
  background: red;
}

.personal-table table {
  width: 100%;
}
.personal-tableee {
  display: none;
}

.personal-table table tr th {
  background: #f3f3f3;
  height: 56px;
}

.danhao {
  display: flex;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
}

.spxx {
  display: flex;
}
.spxx img {
  width: 128px;
  margin-right: 10px;
}
.spxx p {
  font-size: 16px;
  font-weight: 500;
  color: #7f7d7d;
  line-height: 24px;
}

.personal-table table tr td {
  padding: 20px;
  box-sizing: border-box;
}

.personal-table table tr th:first-of-type {
  width: 500px;
}
.about-w {
  display: flex;
  justify-content: space-between;
}

.ditu {
  width: 52%;
  height: 548px;
}

.about-right {
  width: 44%;
}

.about-right h2 {
  font-size: 24px;
  color: #1a1360;
  padding-left: 30px;
  border-bottom: 1px solid #f2f2f4;
  padding-bottom: 26px;
}

.contad1y_c {
  border-bottom: 1px solid #f2f2f4;
  padding: 26px 0;
  padding-left: 30px;
}

.contad1y_cd1 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.contad1y_cd2 {
  font-size: 16px;
  color: #9c9c9c;
}
.map {
  width: 100%;
  height: 100%;
}

.contad1y_f {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.mama {
  width: 110px;
}
.mama:first-of-type {
  margin-right: 14%;
}
.mama img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.mama p {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.liuyan {
  margin-top: 110px;
}

.liuyan h2 {
  font-size: 40px;
  color: #000;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
}

.liuyan h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  width: 40px;
  height: 6px;
  background: #000;
  border-radius: 15px;
  margin: auto;
}

.forms-li {
  display: flex;
  justify-content: space-between;
}
.forms-input {
  width: 30%;
}
.forms-label {
  display: flex;
  margin-bottom: 25px;
}
.forms-label span {
  color: #ff5e14;
  margin-right: 10px;
  font-size: 24px;
}
.forms-label h3 {
  font-size: 24px;
  color: #707070;
}

.forms-val input {
  width: 100%;
  height: 50px;
  padding: 0 24px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  color: #828282;
  box-sizing: border-box;
}

.forms-val textarea {
  border-radius: 8px;
  width: 100%;
  height: 300px;
  display: block;
  padding: 24px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  font-size: 16px;
  color: #828282;
  box-sizing: border-box;
}
.forms-textarea {
  width: 100%;
  margin-top: 40px;
}

.form-btn button {
  width: 300px;
  height: 60px;
  border: 1px solid #1b1464;
  background: #1b1464;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #1b1464;
  background: #fff;
  color: #1b1464;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 46px;
}

.settings-box {
  background: #fff;
  padding: 40px;
}

.settings {
  background: #f9f9f9;
  padding-top: 36px;
  padding-bottom: 58px;
  margin: 0;
}
.settings-h2 {
  line-height: 60px;
  font-size: 18px;
  color: #282828;
  border-bottom: 1px solid #ececec;
  margin-bottom: 34px;
  padding-left: 20px;
}

.cell-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.cell-li:nth-of-type(2) {
  align-items: end;
}
.cell-lable {
  display: flex;
  align-items: center;
}
.cell-lable img {
  width: 80px;
  height: 80px;
}
.cell-lable h2 {
  color: #777;
  font-size: 14px;
  margin-right: 20px;
}

.cell-lable h3 {
  color: #777;
  font-size: 14px;
}
.edit {
  color: #e93323;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.settings-btn {
  display: flex;
  justify-content: flex-end;
}

.settings-btn button {
  width: 130px;
  height: 40px;
  margin-top: 38px;
  text-align: center;
  background: #e93323;
  color: #fff;
  border-radius: 4px;
  border: 0;
}

.edit input {
  opacity: 0;
  max-width: 40px;
  position: absolute;
  right: 0;
}

.dilong {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.dilong-box {
  width: 420px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  padding: 15px;
  background: #fff;
  position: absolute;
}

.dilong-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dilong-top h2 {
  font-size: 18px;
  color: #303133;
}

.dilong-top h3 {
  color: #909399;
  font-size: 16px;
  cursor: pointer;
  transform: rotate(45deg);
}
.dilong-name {
  color: #606266;
  font-size: 14px;
  margin-bottom: 20px;
}

.dilong-main input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.dilong-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.dilong-footer input {
  width: 55px;
  height: 32px;
  border: 1px solid #dcdfe6;
  font-size: 12px;
  border-radius: 3px;
  background: none;
}

.dilong-footer input:last-of-type {
  color: #fff;
  background-color: #e93323;
  border-color: #e93323;
  margin-left: 20px;
}

.dilong-ts {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

.address-h2 {
  line-height: 60px;
  font-size: 18px;
  color: #282828;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
.addbox {
  width: 250px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  margin-right: 30px;
  cursor: pointer;
}
.box img {
  width: 27px;
  display: block;
  margin: 0 auto;
}

.box p {
  text-align: center;
  font-size: 14px;
  color: #c8c8c8;
}

.dilong-boxs {
  width: 50%;
}
.lia {
  display: flex;
  justify-content: space-between;
}
.lia input {
  width: 48%;
}
.sjld {
  margin-top: 20px;
}
.xingxidizhi {
  margin-top: 20px;
}
.xingxidizhi textarea {
  width: 100%;
  display: block;
  height: 74px;
  border: 1px solid #dcdfe6;
  resize: none;
  padding: 10px 20px;
  box-sizing: border-box;
}

.moren label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.moren p {
  font-size: 14px;
  margin-left: 10px;
}

input[type="checkbox"] {
  width: 14px;
  height: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  margin-right: 10px;
  position: relative;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid red;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.new-addbox {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.addbox-li {
  display: flex;
}
.tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background: #e93323;
}

.addbox-name {
  color: #282828;
  font-size: 16px;
}
.addbox-phone {
  margin-top: 14px;
  margin-bottom: 4px;
  font-size: 12px;
}
.addbox-dz {
  color: #999;
  font-size: 14px;
  height: 75px;
}

.addbox-cz {
  position: absolute;
  bottom: 20px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
}

.addbox-cz span {
  margin-right: 20px;
  font-size: 14px;
  color: #e93323;
}

.new-addbox:hover .addbox-cz {
  opacity: 1;
  visibility: unset;
}

.info select {
  width: 26%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dcdfe6;
}

.info > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coupons-ul {
  display: flex;
  flex-wrap: wrap;
}
.coupons-li {
  width: 32%;
  display: flex;
  background: url("../images/coupons-hui.png") 50% / cover no-repeat;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  margin-right: 2%;
  margin-bottom: 20px;
}

.coupons-li:nth-of-type(3n) {
  margin-right: 0;
}

.coupons-li.on {
  background-image: url("../images/coupons-red.png");
}

.text {
  flex: 1;
  padding-left: 14px;
}

.coupons-li.on .label {
  background-color: rgba(233, 51, 35, 0.1);
  color: #e93323;
}

.coupons-li .label {
  width: 62px;
  height: 24px;
  background-color: hsla(0, 0%, 56.9%, 0.1);
  color: #acacac;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.text-cont {
  margin-top: 14px;
  font-size: 14px;
  color: #969696;
  display: flex;
  align-items: center;
}
.coupons-li.on .money {
  color: #e93323;
}

.coupons-li .money {
  margin-right: 14px;
  font-size: 16px;
  color: #bfbfbf;
}
.money .num {
  font-weight: 700;
  font-size: 32px;
}

.text-cont .info {
  flex: 1;
  min-width: 0;
}
.text-cont .info .name {
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #282828;
  width: 140px;
  display: inline-block;
}

.text .time {
  margin-top: 14px;
  font-size: 12px;
  color: #969696;
}
.acea-row .btnnnn {
  width: 75px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.acea-row {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  display: flex;
}

.row-middle {
  display: flex;
  -o-box-align: center;
  align-items: center;
}
.coupons-right {
  justify-content: center;
}

.collection-top {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e1e1e1;
}

.collection-top img {
  width: 120px;
  margin-right: 20px;
}

.collection-top p {
  font-size: 14px;
  color: #282828;
  flex: 1;
}
.collection-btn {
  display: flex;
  justify-content: flex-end;
}

.collection-btn button {
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.collection-btn button:last-of-type {
  margin-left: 20px;
}

.pages-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.pages-left,
.pages-right {
  width: 30px;
  height: 28px;
  background: #f4f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages-left img,
.pages-right img {
  width: 10px;
}

.pages-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 28px;
  background-color: #e93323;
  color: #fff;
  margin: 0 10px;
}

.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

#msg {
  text-align: center;
}

.cpxx-w {
  display: flex;
  position: absolute;
  width: 40%;
  box-sizing: border-box;
  display: none;
  z-index: 99;
  padding-top: 20px;
}

/*.cpxx-bagColor {*/
/*  background: #f3f3f3;*/
/*  padding: 20px;*/
/*}*/
.cpxx-left {
  width: 40%;
  background: #f3f3f3;
  padding: 20px;
}

.cpxx-left > ul > li {
  font-size: 16px;
  color: #222121;
  margin-bottom: 20px;
}
/* .cpxx-left > ul > li:hover .cpxx-right {
  display: block;
} */
.cpxx-right {
  width: 60%;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  /* padding: 20px; */
  background: #f3f3f3;
  height: calc(100% - 20px);
  padding-left: 20px;
  padding-top: 20px;
  border-left: 2px solid #bfbfbf;
}
.cpxx-right ul h2 {
  font-size: 24px;
  color: #222121;
  margin-bottom: 50px;
}

.cpxx-right ul li {
  font-size: 16px;
  color: #222121;
  margin-bottom: 20px;
}

.header-flex {
  display: flex;
  align-items: center;
}

.navs-flex {
  margin: 0;
}

.logo-flex {
  margin: 0;
}

.headers-flex {
  justify-content: flex-end;
  display: flex;
}

.navs-flex ul li {
  padding-bottom: 0;
}

.list-ss {
  display: flex;
  align-items: center;
}
.list-ss h2 {
  font-size: 30px;
  color: #222121;
  margin-right: 30px;
}

.list-sousuo {
  width: 30%;
}

.chanpincanshu {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 190;
  display: none;
}
.chanpincanshu-box {
  padding: 20px;
}
.chanpincanshu-box ul {
  display: flex;
}

.chanpincanshu-box ul li {
  padding: 10px;
  font-size: 14px;
  color: #3c3c3c;
  border-right: 2px solid #f1eded;
  /* flex: 1; */
  width: 10%;
  text-align: center;
}

.chanpincanshu-box ul li:last-of-type {
  border-right: 0;
}

.swiper-slide.onn {
  z-index: 9;
}

.swiper-container {
  padding-bottom: 180px;
}
.column-img {
  width: 35%;
  overflow: hidden;
  background: #fff;
}

.tuchu {
  position: absolute;
  width: 30% !important;
  left: 16%;
  top: -50px;
}
.download {
  position: relative;
}

.dagouzi {
  position: absolute;
  height: 90%;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: auto !important;
  z-index: 999;
}

.download-img {
  position: relative;
  display: flex;
  justify-content: space-between;
  /* background-image: url("../images/022.png"); */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: #e60012;
  padding: 60px 7% 60px 3%;
}
.download-left {
  font-size: 100px;
  color: #fff;
  width: 25%;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 5s;
}

.download-right {
  width: 34%;
  transition: all 5s;
}

.download-right h2 {
  font-size: 40px;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 30px;
}

.download-right p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 60px;
}

.mores {
  width: 194px;
  line-height: 55px;
  background: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  color: #e60012;
  display: block;
}
.mores:hover {
  background: linear-gradient(90deg, #e60012, #ae020f) !important;
  color: #fff;
}

.banner .swiper-slide {
  width: 100%;
}

.banner .swiper-slide video {
  width: 100%;
  /* height: 100%; */
  display: block;
}
.footer {
  position: relative;
  overflow: hidden;
}

.footer-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  /* top: 20px; */
  bottom: -240px;
  z-index: 9;
}
.shuss {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  top: -10px;
  right: -10px;
  position: absolute;
  /* display: none; */
}
.shuss input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.jianjian {
  margin-right: 6px;
  cursor: pointer;
}

.nav-index ul li a {
  color: #333;
}

.geren-index span {
  color: #333;
}

.sousuo-box-index {
  border: 1px solid #333;
}
.btn-index button {
  background: linear-gradient(90deg, #e60012, #ae020f);
  border: 0;
}

.sousuo-box-index input {
  color: #000;
}

.btn-index button:hover {
  color: #fff;
}

.asd {
  background: #fff;
}

.logoOn {
  width: 232px;
  margin-right: 4%;
  margin-top: 25px;
  display: none;
}
.logoOn img {
  width: 100%;
}

.backPge {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e60012;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.shpuhuo-list h2 {
  font-size: 20px;
  color: #7f7d7d;
  margin-bottom: 20px;
}

.shpuhuo-list {
  margin-bottom: 20px;
}

.shpuhuo-box {
  display: flex;
  flex-wrap: wrap;
}

.shpuhuo-li {
  width: 24%;
  margin-right: 1.3%;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
}

.shpuhuo-li.on {
  border: 0;
  background-image: url("../images/dizhi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.shpuhuo-li:nth-of-type(4n) {
  margin-right: 0;
}

.shpuhuo-li h3 {
  font-size: 20px;
  color: #7f7d7d;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.shpuhuo-li p {
  font-size: 20px;
  color: #7f7d7d;
}

.h4-edit {
  margin-top: 16px;
  font-size: 20px;
  color: #de9797;
  display: inline-block;
}

.slsl {
  justify-content: center;
  display: flex;
}

/* .jeje {
  display: flex;
  justify-content: end;
  margin-right: 20px;
} */

.dizhi-cz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.dizhi-cz h3 {
  font-size: 20px;
  color: #cca4a4;
}

.dizhi-cz h4 {
  font-size: 20px;
  color: #7f7d7d;
}

.shopping-boxx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yunsong {
  font-size: 25px;
  color: #7f7d7d;
}

.shopping-price {
  font-size: 25px;
  color: #e60012;
}

.shopping-li-ridius {
  border-radius: 10px;
}

.yunsong {
  display: flex;
}

.yunsong h3 {
  font-size: 25px;
  color: #7f7d7d;
}

.shopping-ckd {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.shopping-ckd input[type="radio"] {
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  vertical-align: middle;
  border-radius: 0px;
  border: 2px solid #d3d3d3;
  width: 22px;
  height: 22px;
  margin-top: 5px;
  margin-right: 10px;
}

.shopping-ckd input[type="radio"]:checked:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #e60012;
}
.heji {
  display: flex;
  align-items: center;
  justify-content: end;
}
.heji h3 {
  font-size: 25px;
  color: #484848;
  margin-right: 20px;
}

.heji h4 {
  font-size: 25px;
  color: #e00404;
}

.heji {
  margin-bottom: 10px;
}
.wx-zfb {
  display: flex;
  margin-top: 30px;
}
.wx-zfb-li {
  border: 1px solid #eee;
  border-radius: 10px;
  width: 160px;
  height: 54px;
  display: flex;
  justify-content: center;
  margin-right: 45px;
  align-items: center;
}

.wx-zfb-li img {
  width: 30px;
  margin-right: 10px;
}

.wx-zfb-li span {
  font-size: 28px;
  color: #848484;
}

.wx-zfb-li.on {
  border: 2px solid #e00404;
}
.shifukuan {
  display: flex;
  align-items: center;
  justify-content: end;
}
.shifukuan h3 {
  font-size: 20px;
  color: #696969;
}

.shifukuan h4 {
  font-size: 30px;
  color: #d20000;
}
.tijiao {
  margin-top: 20px;
}
.tijiao-btn {
  display: flex;
  justify-content: end;
}
.tijiao-btn button {
  width: 240px;
  height: 50px;
  background: #e00404;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 0;
  margin-top: 20px;
}

.shopping-item textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  font-size: 18px;
}

.kuang {
  width: 48%;
  position: relative;
}
.kuang:first-of-type::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 1px;
  height: 200px;
  background: #e0e0e0;
  top: 0;
}
.kuang h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.kuang p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.kuang p span {
  color: #ff5e14;
}

.kuang-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.kuang-item h3 {
  font-size: 20px;
  margin-right: 20px;
}
.kuang-item h3 span {
  color: #ff5e14;
}

.kuang-item input {
  flex: 1;
}
.kuang-item h4 {
  font-size: 20px;
}

.kuang-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kuang-btn button {
  width: 45%;
  height: 50px;
  border: 2px solid #ff5e14;
  font-size: 20px;
  color: #ff5e14;
  background: none;
}

.kuang-btn button:last-of-type {
  background: #ff5e14;
  color: #fff;
}
.geren-mobile {
  margin-top: 10px;
  display: none;
}
.geren-mobile a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.geren-mobile img {
  width: 30px;
}

.geren-mobile span {
  margin-left: 10px;
  font-size: 14px;
  color: #f33142;
}
.grzx img {
  display: block;
  margin: 0 auto;
  min-width: 300px;
}

#div-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
#div-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.beian {
  border-top: 1px solid #fff;
  padding: 20px 0;
  position: relative;
  z-index: 999;
}

.beian p {
  text-align: right;
  font-size: 12px;
  color: #fff;
}

.beian p a:hover {
  text-decoration: underline;
}
