* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, "宋体";
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  max-width: 10rem;
  margin: auto;
  font-family: sans-serif;
  position: relative;
}
.app_scroll {
  height: 100vh;
  overflow-y: hidden;
}
main {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
main .draw01 {
  background-image: url(/Scripts/yzh/images/living/bg01.gif);
}
main .draw02 {
  background-image: url(/Scripts/yzh/images/living/bg03.gif);
}
main .draw {
  width: 8.66666667rem;
  height: 8.66666667rem;
  margin: 0 auto 0;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
main .draw li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  width: 7.38666667rem;
  height: 2.53333333rem;
}
main .draw .item {
  width: 2.26666667rem;
  height: 2.13333333rem;
  border-radius: 0.21333333rem;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  margin: 0.13333333rem 0rem 0rem 0rem;
  box-sizing: border-box;
}
main .draw .item .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
main .draw .item .img img {
  vertical-align: top;
  width: 0.74666667rem;
  height: 0.74666667rem;
}
main .draw .item span.name {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.26666667rem;
  color: #333333;
  margin: 0.05333333rem 0rem 0rem 0rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
main .draw .item span.name01 {
  width: 100%;
  font-size: 0.29333333rem;
  color: #333333;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  max-width: 3.2rem;
  /*需要配合宽度来使用*/
  text-align: center;
  margin: 0.05333333rem 0rem 0rem 0rem;
}
main .draw .item.active {
  border: 0.08rem solid yellow;
}
main .draw .draw-btn {
  width: 2.26666667rem;
  height: 2.26666667rem;
  display: block;
  border-radius: 20px;
  font-weight: 700;
  text-decoration: none;
}
main .word_txt02 {
  font-size: 0.42666667rem;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: 0.37333333rem 0rem 0rem 0rem;
}
main .word_txt02 span {
  font-size: 0.56rem;
  color: #FFC183;
}
main .word_btn {
  width: 6.82666667rem;
  margin: 0.66666667rem auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
main .word_btn .btn {
  width: 3.2rem;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  text-align: center;
  border-radius: 0.53333333rem;
  font-size: 0.4rem;
}
main .word_btn .btn01 {
  background: #e3e3e3;
  color: #333333;
}
main .word_btn .btn02 {
  color: #ffffff;
  background: linear-gradient(0deg, #919bea 0%, #cc8ae2 100%);
}
main .word_txt03 {
  width: 100%;
  height: 0.53333333rem!important;
  line-height: 0.53333333rem;
  font-size: 0.29333333rem;
  color: #FFFFFF;
  margin: 0.82666667rem 0rem 0rem 0rem;
}
main .word_txt03 .swiper-container {
    height: 0.53333333rem;
    line-height: 0.53333333rem;
}
main .word_txt03 .swiper-container .swiper-wrapper {
    height: 0.53333333rem;
    line-height: 0.53333333rem;
}
main .word_txt03 .swiper-container .swiper-wrapper .swiper-slide {
  height: 0.53333333rem ;
  line-height: 0.53333333rem;
  text-align: center;
}
#info {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
#info .a {
  position: relative;
  margin: auto;
  width: 9.57333333rem;
  height: 8.88rem;
}
#info .a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.57333333rem;
  height: 8.88rem;
  z-index: -1;
}
#info .a .info_txt01 {
  margin: 1.06666667rem auto 0;
  font-size: 0.48rem;
  color: #333333;
  text-align: center;
  width: 5rem;
}
#info .a .info_txt01 span {
  color: #F55B5A;
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#info .a .info_txt02 {
  font-size: 0.37333333rem;
  color: #666666;
  margin: 0.13333333rem auto 0;
  text-align: center;
}
#info .a .info_copy {
  width: 4.02666667rem;
  display: flex;
  justify-content: space-between;
  margin: 0.3rem auto 0;
  text-align: center;
}
#info .a .info_copy .left {
  font-size: 0.29333333rem;
  color: #333333;
}
#info .a .info_copy .right {
  font-size: 0.29333333rem;
  color: #F45958;
}
#info .a .info_btn {
  background: linear-gradient(0deg, #ffe65f 0%, #ffd247 100%);
  box-shadow: 0px 0.13333333rem 0px 0px #f0a816;
  width: 4rem;
  height: 1.06666667rem;
  border-radius: 5.33333333rem;
  margin: 2.69333333rem auto 0;
}
#info .a .info_btn .btn {
  border-radius: 0.53333333rem;
  text-align: center;
  line-height: 1.06666667rem;
  font-size: 0.4rem;
  color: #333333;
  width: 4rem;
  height: 1.06666667rem;
}
#info .a .info_txt03 {
  font-size: 0.26666667rem;
  color: #FFFFFF;
  height: 0.29333333rem;
  line-height: 0.29333333rem;
  text-align: center;
  width: 100%;
  margin: 0.53333333rem auto 0;
}

