html {
  overflow-x: hidden;
}
.container1 {
  width: 100vw;
  height: fit-content;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* background-color: rgb(191, 202, 172); */
}

.abc h1 {
  text-align: center;
  color: black;
  padding: 40px;
}
.showimg {
  max-width: 1140px;
  width: auto;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: justify;
  padding: 10px 0;
}
.showimg h1 {
  padding: 8px 0 8px 18px;
  color: blue;
  width: 100%;
  background-image: linear-gradient(
    90deg,
    rgb(146, 52, 52),
    rgb(255, 255, 255)
  );
  border-radius: 8px 0 0 8px;
}
.showimg img {
  width: 1920px;
  height: auto;
}
.showimg p {
  text-indent: 35px;
  letter-spacing: 1px;
}
.showimg ul {
  text-align: left;
  padding: 0 0 0 35px;
  list-style-type: disc;
}
.showimg ul li {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 5px 0;
}
.right-side {
  width: 100%;
  height: auto;
  text-align: left;
}
.showimg1 {
  max-width: 1200px;
  width: auto;
  margin: auto;
  align-items: center;
  justify-content: justify;
  padding: 5px 0;
}
.header-bg {
  background-color: #afb1a4;
  padding: 25px;
  border-radius: 15px;
  margin: 15px 0;
}
.header-bg p {
  color: #fff;
  /* letter-spacing: 1px; */
  line-height: 26px;
  padding: 5px 0;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-indent: 35px;
}



/* welcome页面 */
.welcome-body .down {
  background-color: rgb(133, 23, 23);
  border-radius: 5px;
}

.welcome-body .down a {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
}

.welcome-body .star-and-downcount {
  margin: 15px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.welcome-body .star-and-downcount .item {
  padding: 5px 25px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.welcome-body .star-and-downcount .star {
  border-right: 1px solid #444444;
}

.welcome-body .intro-txt {
  margin: 15px 0;
  font-size: 16px;
}

.welcome-body {
  background-color: #f6f6f6;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding: 30px 0;
  font-size: 14px;
}

.welcome-body .rummy-carousel {
  width: 400px;
  height: 200px;
  background-color: #fff;
  overflow: hidden;
  color: #333333;
}

.welcome-body .rummy-carousel .carousel-indicators li {
  background-color: #666;
  margin: 0 3px;
}

.welcome-body .rummy-carousel .carousel-caption {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.welcome-body .rummy-carousel .carousel-caption h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.welcome-body .rummy-carousel .carousel-caption p {
  color: #555555;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.welcome-body .down-step {
  width: 600px;
  margin: 25px;
  padding: 25px;
  background-color: #fff;
  border-radius: 15px;
}

.welcome-body .down-step .item img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}

.welcome-body .user-comment {
  width: 800px;
}

.welcome-body .user-comment .item {
  margin: 20px 0;
  /* height: 100px; */
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #d7d7d7;
  padding: 10px;
  border-radius: 10px;
}

.welcome-body .user-comment .item .avator {
  width: 60px;
  height: 60px;
}

.welcome-body .user-comment .item .avator img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  margin-right: 15px;
}

.welcome-body .user-comment .item .user-intro {
  flex: 1;
  padding-left: 20px;
}

.welcome-body .user-comment .item .user-intro .name-addr {
  font-size: 15px;
  font-weight: 600;
}

.welcome-body .user-comment .item .user-intro .name-addr .ddr {
  margin-left: 25px;
  color: #666;
}

.welcome-body .user-comment .item .user-intro .desc {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
}

.welcome-body .please-note {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.welcome-body .please-note .title {
  font-weight: 600;
  color: #860a00;
}

.welcome-body .please-note .notes span {
  font-weight: 500;
  padding: 0 5px;
  color: #860a00;
}
