.customer-service {
  min-width: 1200px;
  background-color: #e9e5e4;
  background-image: url("https://genwan.genwan.com/haozk/centerBg.png");
  background-size: 1920px 1137px;
  background-repeat: no-repeat;
  background-position: 0 80px;
  padding-bottom: 94px;
}
.service-box {
  /* min-height: calc(100vh - 240px); */

  padding-top: 100px;
  display: flex;
  justify-content: center;
}
.list-top-left {
  width: 730px;

  /* background: #0e2d51; */
  border-radius: 10px;
  margin-right: 20px;
}
.list-top-right {
  width: 350px;
  height: 480px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  border: 1px solid #3e2828;
  position: relative;

  box-sizing: border-box;
}
.list-top-right-top {
  height: 18px;
  display: flex;
  justify-content: end;

  position: relative;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 12px;
  color: #430f00;
}
.list-top-right .tip {
  width: 56px;
  height: 18px;
  background: #ffdf89;
  border-radius: 0px 0px 0px 8px;
  margin-left: 5px;
  color: #430f00;
  position: absolute;
  top: -1px;
  right: 30px;
  padding: 0 6px;
}
.list-top-right .tip1 {
  min-width: 40px;
  height: 18px;
  background: #ff650f;
  border-radius: 0px 10px 0px 8px;
  z-index: 1;
  color: #ffffff;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0 6px;
  text-align: center;
}
.carousel-index {
  width: 1100px;
  height: 100px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.carousel-index-item img {
  width: 102px;
  height: 66px;
  border-radius: 0 !important;
}
.img {
  border-radius: 10px;
}
.layui-carousel,
.layui-carousel > [carousel-item] {
  border-radius: 10px;
}
.swiper-slide-active {
  width: 108px;
  height: 70px;
  box-sizing: border-box;
  border: 2px solid #fde6b2;
}
.list-box {
  width: 1100px;
  min-height: 595px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  border: 1px solid #3e2828;
  margin: 0 auto;
  padding: 27px 33px;
  box-sizing: border-box;
}
.list-box .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  min-height: 24px;
  color: #ffffff;
}
.list-box-centen {
  width: 100%;
  padding: 27px 33px;
  box-sizing: border-box;
}
.list-box-centen img {
  max-width: 100%;
}
.list-box-centen {
  color: #ffffff;
}
.list-top-right .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  padding-top: 18px;
  margin-bottom: 16px;
}
.list-top-right .text {
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #e4e4e4;
  line-height: 18px;
  /* 超出两行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.min-title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #eb7a07;
  margin-bottom: 8px;
}
.tip-msg {
  display: flex;
  height: 44px;
}
.tip-msg p {
  height: 22px;
  background: #35393d;
  border-radius: 3px;
  padding: 0 8px;
  line-height: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  margin-right: 5px;
}
.list-top-right .time {
  display: flex;
  margin-bottom: 12px;
}
.time-title {
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #bdbdbd;
  /* margin-right: 14px; */
  display: block;
  width: 70px;
}
.time-text {
  flex: 1;
  flex-shrink: 0;
  font-family: Source Han Sans CN;
  font-weight: 300;
  font-size: 14px;
  color: #e4e4e4;
  /* 超出三行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.download-btn{
    width: 258px;
    height: 66px;
    background: url('../images/dw.png') no-repeat;
    background-size: 100% 100%;
  text-align: center;
  line-height: 67px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-family: ZhenyanGB;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 66px;
  font-style: italic;
  margin-bottom: 20px;
  cursor: pointer;
}
.pay-box{
    display: flex;
   justify-content: center;
}
.pay-box-1,.pay-box-2{
    width: 120px;
height: 38px;
text-align: center;
line-height: 38px;
font-family: Source Han Sans CN;
font-weight: 400;
font-size: 13px;
color: #FFFFFF;
cursor: pointer;

}
.pay-box-1{
    background: #C11703;
    margin-right: 18px;
}
.pay-box-2{
    background: #FF650F;
}
.pay-box-1,.pay-box-2{
  display: none;
}
.tip-img{
  position: absolute;
  top: 0;
  left: 0;
}
#carousel-item{
  height: 480px;
}