.lyym-content .topcnt {
  margin-top: 40px;
  margin-bottom: 40px;
}
.lyym-content .topcnt .page-title {
  font-family: MiSans;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
  line-height: 1;
  margin: 0;
}
.lyym-content .topcnt .earth {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url("../images/tourism/icon_earth.png");
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}
.lyym-content .topcnt img {
  width: 50px;
  display: block;
}
.lyym-content .adv {
  margin-top: -98px;
  z-index: 0;
  position: relative;
}
.lyym-content .adv .context {
  position: absolute;
  top: 158px;
  left: 92px;
}
.lyym-content .adv .context p {
  font-family: MiSans;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
  line-height: 1;
  margin-bottom: 0px;
  white-space: nowrap;
}
.lyym-content .adv .context p:nth-of-type(1) {
  font-weight: 500;
  margin-bottom: 40px;
}
.lyym-content .adv .context p:nth-of-type(2) {
  margin-bottom: 10px;
}
.lyym-content .adv .context p:nth-of-type(2),
.lyym-content .adv .context p:nth-of-type(3) {
  font-size: 60px;
}
.lyym-content .adv .context p:nth-of-type(4) {
  margin-top: 34px;
  font-weight: 400;
  font-size: 25px;
  opacity: 0.5;
}
.lyym-content .adv .img_top {
  display: block;
  width: 1530px;
  height: 498px;
  background-image: url("../images/tourism/img_top.png");
  background-size: cover;
}
.lyym-content .adv img {
  display: block;
  object-fit: cover;
}
.lyym-content .statics {
  display: flex;
  justify-content: space-around;
  margin-top: 73px;
}
.lyym-content .statics .statics-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lyym-content .statics .statics-item h2 {
  font-family: MiSans;
  font-weight: 500;
  font-size: 50px;
  color: #000000;
}
.lyym-content .statics .statics-item p {
  font-family: MiSans;
  font-weight: 500;
  font-size: 20px;
  color: #808080;
  line-height: 24px;
  margin-bottom: 79px;
}
.lyym-content .descs {
  display: flex;
  align-items: center;
}
.lyym-content .descs > div {
  flex: 1;
}
.lyym-content .descs .img1 {
  display: block;
  width: 750px;
  height: 400px;
  border-radius: 30px;
  background-image: url("../images/tourism/img_1.png");
  background-size: cover;
}
.lyym-content .descs img {
  padding-right: 15px;
  display: block;
  width: 100%;
  object-fit: cover;
}
.lyym-content .descs .desc p {
  font-family: MiSans;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 20px;
}
.lyym-content .descs .desc .answer {
  color: #CCA352;
  margin-bottom: 0px;
}
.lyym-content .descs .desc1 {
  padding-left: 65px;
}
.lyym-content .descs .img2 {
  display: block;
  width: 750px;
  height: 400px;
  border-radius: 30px;
  background-image: url("../images/tourism/img_2.png");
  background-size: cover;
  float: right;
}
.lyym-content .descs .img3 {
  display: block;
  width: 750px;
  height: 400px;
  border-radius: 30px;
  background-image: url("../images/tourism/img_3.png");
  background-size: cover;
}
.lyym-content .descs2 {
  justify-content: space-between;
}
.lyym-content .descs2 img {
  padding-right: 0px;
  padding-left: 15px;
}
.lyym-content .haochu {
  margin-top: 90px;
  display: flex;
}
.lyym-content .haochu .item {
  padding: 50px 40px;
  display: inline-block;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 3px solid #000000;
  margin-bottom: 30px;
  text-align: center;
}
.lyym-content .haochu .item:nth-last-child(1) {
  margin-right: 0;
}
.lyym-content .haochu .item h2 {
  font-family: MiSans;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 1;
  margin-bottom: 0px;
}
.lyym-content .haochu .item .subtitle {
  color: #808080;
  font-size: 16px;
  line-height: 1;
  padding-top: 15px;
}
.lyym-content .haochu .item .desc {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 30px;
  font-weight: 550;
}
.lyym-content .tuibian .p-l-8 {
  padding-left: 9px;
}
.lyym-content .tuibian h1 {
  padding-top: 83px;
  padding-bottom: 60px;
  text-align: center;
  font-family: MiSans;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
  line-height: 1;
}
.lyym-content .tuibian .tab {
  width: 100%;
  max-width: 1530px;
  background: #E6CF5C;
  border-radius: 30px 30px 0px 0px;
  position: relative;
  padding: 42px 40px 39px 50px;
  cursor: pointer;
}
.lyym-content .tuibian .tab h2 {
  font-family: MiSans;
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 1;
  margin-bottom: 0;
}
.lyym-content .tuibian .tab .subtitle {
  padding-top: 23px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1;
}
.lyym-content .tuibian .tab .expand {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/tourism/icon_pand.png");
  background-size: 100% 100%;
  right: 50px;
  top: 65px;
  cursor: pointer;
}
.lyym-content .tuibian .tab .expand2,
.lyym-content .tuibian .tab .expand3,
.lyym-content .tuibian .tab .expand4 {
  transform: rotate(180deg);
}
.lyym-content .tuibian .rad30 {
  border-radius: 30px;
}
.lyym-content .tuibian .hidden {
  display: none;
}
.lyym-content .tuibian .context {
  width: 100%;
  max-width: 1530px;
  background: #FAF9F5;
  border-radius: 0px 0px 30px 30px;
  padding: 32px 40px 50px 40px;
}
.lyym-content .tuibian .context p {
  font-family: MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 0;
}
.lyym-content .tuibian .context h3 {
  font-family: MiSans;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  padding-top: 36px;
  margin-bottom: 25px;
}
.lyym-content .tuibian .context .threeData > div {
  font-size: 14px;
  font-family: MiSans;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.lyym-content .tuibian .context .threeData > div h4 {
  font-family: MiSans;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  margin-bottom: 20px;
}
.lyym-content .tuibian .context .threeData > div:nth-child(2) {
  padding-left: 149px;
}
.lyym-content .tuibian .context .threeData > div:nth-child(3) {
  padding-left: 46px;
}
.lyym-content .tuibian .context .privcy {
  padding-bottom: 20px;
}
.lyym-content .tuibian .context .privcy p {
  font-family: MiSans;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.lyym-content .tuibian .context .privcy p:nth-child(2) {
  padding-left: 102px;
}
.lyym-content .tuibian .context .privcy p:nth-child(3) {
  padding-left: 109px;
}
.lyym-content .tuibian .context .alinkbtn {
  margin-top: 33px;
  display: block;
  width: 240px;
  height: 50px;
  background: #E6CF5C;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
.lyym-content .tuibian .tb {
  margin-bottom: 30px;
}
.lyym-content .tuibian .tb2 .threeData > div:nth-child(2) {
  padding-left: 102px;
}
.lyym-content .tuibian .tb2 .threeData > div:nth-child(3) {
  padding-left: 163px;
}
.lyym-content .tuibian .tb3 .threeData > div:nth-child(2) {
  padding-left: 107px;
}
.lyym-content .tuibian .tb3 .threeData > div:nth-child(3) {
  padding-left: 200px;
}
.lyym-content .tuibian .tb3 .threeData > div:nth-child(4) {
  padding-left: 188px;
}
.lyym-content .tuibian .tb4 h3 {
  padding-top: 0;
}
.lyym-content .tuibian .tb4 .threeData > div:nth-child(2) {
  padding-left: 177px;
}
.lyym-content .tuibian .tb4 .threeData > div:nth-child(3) {
  padding-left: 121px;
}
.lyym-content .dream h1 {
  padding-top: 50px;
  margin-bottom: 60px;
  font-family: MiSans;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
  line-height: 1;
  text-align: center;
}
.lyym-content .dream .steps {
  display: flex;
}
.lyym-content .dream .steps .step {
  padding: 20px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 3px solid #CCA352;
  margin-bottom: 30px;
}
.lyym-content .dream .steps .step:nth-last-child(1) {
  margin-right: 0;
}
.lyym-content .dream .steps .step i {
  display: block;
  width: 200px;
  height: 260px;
  background: #E6E6E6;
  border-radius: 20px;
  background-image: url("../images/tourism/img_4.png");
  background-size: cover;
  margin-right: 29px;
  flex-shrink: 0;
}
.lyym-content .dream .steps .step img {
  width: 46%;
  max-width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  margin-right: 29px;
}
.lyym-content .dream .steps .step .rigt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.lyym-content .dream .steps .step .rigt h2 {
  font-family: MiSans;
  font-weight: bold;
  font-size: 24px;
  color: #CCA352;
  line-height: 1;
}
.lyym-content .dream .steps .step .rigt .subtitle {
  padding-top: 8px;
  font-family: MiSans;
  font-size: 16px;
  color: #CCA352;
  line-height: 1;
  padding-left: 23px;
}
.lyym-content .dream .steps .step .rigt .desc {
  padding-top: 25px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
}
.lyym-content .dream .steps .step .rigt .total {
  padding-top: 15px;
  font-family: MiSans;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
}
.lyym-content .dream .steps .step:nth-child(2) i {
  background-image: url("../images/tourism/img_5.png");
}
.lyym-content .dream .steps .step:nth-child(3) i {
  background-image: url("../images/tourism/img_6.png");
}
.lyym-content .pingjia h1 {
  padding-top: 55px;
  font-family: MiSans;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 58px;
}
.lyym-content .pingjia .contxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lyym-content .pingjia .contxt .item {
  padding: 38px 38px;
  width: calc((100% - 60px) / 3);
  background: #FAF9F5;
  border-radius: 20px;
  margin-bottom: 30px;
}
.lyym-content .pingjia .contxt .item p {
  font-family: MiSans;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 27px;
}
.lyym-content .pingjia .contxt .item div {
  padding-top: 8px;
  font-family: MiSans;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  float: right;
}
.lyym-content .yuanze h1 {
  padding-top: 50px;
  font-family: MiSans;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.lyym-content .yuanze .context {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lyym-content .yuanze .context .item {
  width: calc((100% - 60px) / 3);
  background: #666666;
  border-radius: 30px;
  padding: 55px 38px 40px 40px;
  margin-bottom: 30px;
}
.lyym-content .yuanze .context .item h2 {
  text-align: center;
  font-family: MiSans;
  font-weight: bold;
  font-size: 70px;
  color: #E6CF5C;
  line-height: 1;
  margin-bottom: 0;
}
.lyym-content .yuanze .context .item p {
  padding-top: 35px;
  font-family: MiSans;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
}
.lyym-content .yuanze .tips {
  padding-top: 20px;
  text-align: center;
  font-family: MiSans;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
}
.lyym-content .yuanze .linkus {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 300px;
  height: 60px;
  background: #E6CF5C;
  border-radius: 30px;
  text-align: center;
  font-family: MiSans;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 60px;
  margin-bottom: 100px;
}
.lyym-content .yuanze .linkus a {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1366px) and (max-width: 1440px) {
  .lyym-content .dream .steps .step .rigt h2 {
    font-size: 21px;
  }
  .lyym-content .yuanze .context .item h2 {
    font-size: 68px;
  }
}
@media (max-width: 767.98px) {
  .lyym-content .topcnt {
    margin-top: 1.54rem;
    margin-bottom: 1.54rem;
  }
  .lyym-content .topcnt .page-title {
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.92rem;
    color: #000000;
    line-height: 1;
    margin: 0;
  }
  .lyym-content .topcnt .earth {
    width: 1.92rem;
    height: 1.92rem;
    display: inline-block;
    background-image: url("../images/tourism/icon_earth_wap.png");
    background-size: cover;
    cursor: pointer;
    z-index: 1;
  }
  .lyym-content .topcnt img {
    width: 1.92rem;
    display: block;
  }
  .lyym-content .adv {
    margin-top: -3.42rem;
    z-index: 0;
  }
  .lyym-content .adv .context {
    position: absolute;
    top: 5.73rem;
    left: 1.62rem;
  }
  .lyym-content .adv .context p {
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.54rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0px;
    white-space: nowrap;
  }
  .lyym-content .adv .context p:nth-of-type(1) {
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .lyym-content .adv .context p:nth-of-type(2) {
    margin-bottom: 0.5rem;
  }
  .lyym-content .adv .context p:nth-of-type(2),
  .lyym-content .adv .context p:nth-of-type(3) {
    font-size: 1.92rem;
  }
  .lyym-content .adv .context p:nth-of-type(4) {
    margin-top: 1.5rem;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.77rem;
    opacity: 0.5;
  }
  .lyym-content .adv .img_top {
    display: block;
    width: 100%;
    height: 17.27rem;
    border-radius: 1.15rem;
    background-image: url("../images/tourism/img_top_wap.png");
    background-size: cover;
  }
  .lyym-content .adv img {
    display: block;
    max-width: 28.46rem;
    max-height: 17.27rem;
    min-width: 28.46rem;
    width: 100%;
    object-fit: cover;
  }
  .lyym-content .statics {
    display: flex;
    justify-content: space-around;
    margin-top: 2.27rem;
  }
  .lyym-content .statics .statics-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lyym-content .statics .statics-item h2 {
    font-family: MiSans;
    font-weight: 500;
    font-size: 1.54rem;
    color: #000000;
  }
  .lyym-content .statics .statics-item p {
    height: 0.77rem;
    font-family: MiSans;
    font-weight: 500;
    font-size: 0.77rem;
    color: #808080;
    line-height: 0.92rem;
    margin-bottom: 2.35rem;
  }
  .lyym-content .descs {
    display: flex;
    align-items: center;
  }
  .lyym-content .descs .img1 {
    display: block;
    width: 13.85rem;
    height: 13.85rem;
    border-radius: 1.15rem;
    background-image: url("../images/tourism/img_1_wap.png");
    background-size: cover;
  }
  .lyym-content .descs img {
    padding-right: 0.38rem;
    display: block;
    max-width: 13.85rem;
    max-height: 13.85rem;
    width: 100%;
    object-fit: cover;
  }
  .lyym-content .descs .desc p {
    font-family: MiSans;
    font-weight: 500;
    font-size: 0.77rem;
    color: #000000;
    line-height: 1.15rem;
    margin-bottom: 0.766rem;
  }
  .lyym-content .descs .desc .answer {
    color: #CCA352;
    padding-right: 0.81rem;
  }
  .lyym-content .descs .desc1 {
    padding-left: 1rem;
  }
  .lyym-content .descs .img2 {
    display: block;
    width: 13.85rem;
    height: 13.85rem;
    border-radius: 1.15rem;
    background-image: url("../images/tourism/img_2_wap.png");
    background-size: cover;
    float: right;
  }
  .lyym-content .descs .img3 {
    display: block;
    width: 13.85rem;
    height: 13.85rem;
    border-radius: 1.15rem;
    background-image: url("../images/tourism/img_3_wap.png");
    background-size: cover;
  }
  .lyym-content .descs2 {
    justify-content: space-between;
  }
  .lyym-content .descs2 img {
    padding-right: 0px;
    padding-left: 0.38rem;
  }
  .lyym-content .haochu {
    margin-top: 2.31rem;
  }
  .lyym-content .haochu .item {
    padding: 2.08rem 1rem;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1.15rem;
    border: 2px solid #000000;
    margin-bottom: 1.15rem;
    text-align: center;
    margin-right: 0;
  }
  .lyym-content .haochu .item h2 {
    font-family: MiSans;
    font-weight: bold;
    font-size: 1.54rem;
    color: #000000;
    line-height: 1;
  }
  .lyym-content .haochu .item .subtitle {
    color: #808080;
    font-size: 0.76923077rem;
    line-height: 1;
    padding-top: 0.76923077rem;
  }
  .lyym-content .haochu .item .desc {
    color: #000000;
    font-size: 0.77rem;
    line-height: 1.5;
    padding-top: 1.19rem;
    font-weight: 550;
  }
  .lyym-content .tuibian .p-l-8 {
    padding-left: 0px;
  }
  .lyym-content .tuibian h1 {
    padding-top: 2.08rem;
    padding-bottom: 2.1rem;
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.85rem;
    color: #000000;
    line-height: 1;
  }
  .lyym-content .tuibian .tab {
    width: 100%;
    height: 5rem;
    background: #E6CF5C;
    border-radius: 0.77rem 0.77rem 0rem 0rem;
    position: relative;
    padding: 1.12rem;
  }
  .lyym-content .tuibian .tab h2 {
    font-family: MiSans;
    font-weight: bold;
    font-size: 1.23rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0;
  }
  .lyym-content .tuibian .tab .subtitle {
    padding-top: 0.77rem;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.77rem;
    color: #000000;
    line-height: 1;
  }
  .lyym-content .tuibian .tab .expand {
    position: absolute;
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    background-image: url("../images/tourism/icon_pand_wap.png");
    background-size: cover;
    right: 1.15rem;
    top: 1.92rem;
    cursor: pointer;
  }
  .lyym-content .tuibian .tab .expand2,
  .lyym-content .tuibian .tab .expand3,
  .lyym-content .tuibian .tab .expand4 {
    transform: rotate(180deg);
  }
  .lyym-content .tuibian .rad30 {
    border-radius: 0.77rem;
  }
  .lyym-content .tuibian .hidden {
    display: none;
  }
  .lyym-content .tuibian .context {
    width: 100%;
    background: #FAF9F5;
    border-radius: 0px 0px 0.77rem 0.77rem;
    padding: 1.46rem 1.54rem 2.15rem;
  }
  .lyym-content .tuibian .context p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.77rem;
    color: #000000;
    line-height: 1.54rem;
    margin-bottom: 0;
  }
  .lyym-content .tuibian .context h3 {
    font-family: MiSans;
    font-weight: bold;
    font-size: 1.08rem;
    color: #000000;
    padding-top: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .lyym-content .tuibian .context .threeData {
    flex-wrap: wrap;
  }
  .lyym-content .tuibian .context .threeData > div {
    font-family: MiSans;
    font-size: 0.77rem;
    color: #000000;
    line-height: 1.15rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .lyym-content .tuibian .context .threeData > div h4 {
    font-family: MiSans;
    font-weight: 500;
    font-size: 0.92rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.76923077rem;
  }
  .lyym-content .tuibian .context .threeData > div:nth-child(2) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .context .threeData > div:nth-child(3) {
    padding-left: 0px;
    margin-bottom: 0rem;
  }
  .lyym-content .tuibian .context .privcy {
    padding-bottom: 0.86rem;
    flex-wrap: wrap;
  }
  .lyym-content .tuibian .context .privcy p {
    width: 100%;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.77rem;
    color: #000000;
    line-height: 1.15rem;
    margin-bottom: 1rem;
  }
  .lyym-content .tuibian .context .privcy p:nth-child(2) {
    padding-left: 0;
  }
  .lyym-content .tuibian .context .privcy p:nth-child(3) {
    padding-left: 0;
  }
  .lyym-content .tuibian .context .alinkbtn {
    margin-top: 1.73rem;
    display: block;
    width: 11.54rem;
    height: 2.31rem;
    background: #E6CF5C;
    border-radius: 1.15rem;
    text-align: center;
    line-height: 2.31rem;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.92rem;
    color: #000000;
  }
  .lyym-content .tuibian .tb {
    margin-bottom: 0.77rem;
  }
  .lyym-content .tuibian .tb2 .threeData > div:nth-child(2) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .tb2 .threeData > div:nth-child(3) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .tb3 .threeData > div:nth-child(2) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .tb3 .threeData > div:nth-child(3) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .tb3 .threeData > div:nth-child(4) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .tb3 .alinkbtn {
    margin-top: 0.3rem;
  }
  .lyym-content .tuibian .tb4 h3 {
    padding-top: 0;
  }
  .lyym-content .tuibian .tb4 .threeData > div:nth-child(2) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .tb4 .threeData > div:nth-child(3) {
    padding-left: 0px;
  }
  .lyym-content .tuibian .tb4 .alinkbtn {
    margin-top: 0.3rem;
  }
  .lyym-content .dream h1 {
    padding-top: 2.48rem;
    margin-bottom: 2.31rem;
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.85rem;
    color: #000000;
    line-height: 1;
    text-align: center;
  }
  .lyym-content .dream .steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lyym-content .dream .steps .step {
    padding: 0.77rem;
    display: flex;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1.15rem;
    border: 2px solid #CCA352;
    margin-bottom: 1.15rem;
    margin-right: 0px;
  }
  .lyym-content .dream .steps .step i {
    display: block;
    width: 11.54rem;
    height: 15rem;
    border-radius: 0.77rem;
    background: #E6E6E6;
    background-image: url("../images/tourism/img_4.png");
    background-size: cover;
    margin-right: 1.5rem;
    flex-shrink: 0;
  }
  .lyym-content .dream .steps .step img {
    width: 11.54rem;
    height: 15rem;
    border-radius: 0.77rem;
    margin-right: 1.5rem;
  }
  .lyym-content .dream .steps .step .rigt h2 {
    font-family: MiSans;
    font-weight: bold;
    font-size: 1.54rem;
    color: #CCA352;
    line-height: 1;
  }
  .lyym-content .dream .steps .step .rigt .subtitle {
    padding-top: 0.33rem;
    font-family: MiSans;
    font-size: 0.92rem;
    color: #CCA352;
    line-height: 1;
    padding-left: 2rem;
  }
  .lyym-content .dream .steps .step .rigt .desc {
    padding-top: 1.72rem;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.92rem;
    color: #000000;
    line-height: 1.38rem;
  }
  .lyym-content .dream .steps .step .rigt .total {
    width: 89%;
    padding-top: 1.72rem;
    font-family: MiSans;
    font-weight: bold;
    font-size: 0.92rem;
    color: #000000;
    line-height: 1.38rem;
  }
  .lyym-content .dream .steps .step:nth-child(2) i {
    background-image: url("../images/tourism/img_5_wap.png");
  }
  .lyym-content .dream .steps .step:nth-child(3) i {
    background-image: url("../images/tourism/img_6_wap.png");
  }
  .lyym-content .pingjia h1 {
    padding-top: 2.08rem;
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.85rem;
    color: #000000;
    line-height: 1;
    text-align: center;
    margin-bottom: 2.31rem;
  }
  .lyym-content .pingjia .contxt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lyym-content .pingjia .contxt .item {
    padding: 1.4rem;
    width: 100%;
    background: #FAF9F5;
    border-radius: 0.77rem;
    margin-bottom: 0.77rem;
  }
  .lyym-content .pingjia .contxt .item p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.08rem;
    color: #000000;
    line-height: 1.62rem;
  }
  .lyym-content .pingjia .contxt .item div {
    padding-top: 0.33rem;
    font-family: MiSans;
    font-weight: 600;
    font-size: 0.92rem;
    color: #000000;
    line-height: 1;
    float: right;
  }
  .lyym-content .yuanze h1 {
    padding-top: 2.08rem;
    font-family: MiSans;
    font-weight: 600;
    font-size: 1.85rem;
    color: #000000;
    line-height: 1;
    text-align: center;
    margin-bottom: 2.31rem;
  }
  .lyym-content .yuanze .context {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lyym-content .yuanze .context .item {
    width: 100%;
    height: 11.54rem;
    background: #666666;
    border-radius: 1.15rem;
    padding: 2rem 1.5rem;
    margin-bottom: 1.15rem;
  }
  .lyym-content .yuanze .context .item h2 {
    text-align: center;
    font-family: MiSans;
    font-weight: bold;
    font-size: 3.85rem;
    color: #E6CF5C;
    line-height: 1;
    margin-bottom: 0;
  }
  .lyym-content .yuanze .context .item p {
    padding-top: 1.2rem;
    font-family: MiSans;
    font-weight: 400;
    font-size: 0.92rem;
    color: #FFFFFF;
    line-height: 1.38rem;
  }
  .lyym-content .yuanze .tips {
    padding-top: 1.7rem;
    text-align: center;
    font-family: MiSans;
    font-weight: 500;
    font-size: 0.92rem;
    color: #000000;
    line-height: 2.15rem;
  }
  .lyym-content .yuanze .linkus {
    margin: 0 auto;
    margin-top: 2.31rem;
    width: 11.54rem;
    height: 3.08rem;
    background: #E6CF5C;
    border-radius: 1.54rem;
    text-align: center;
    font-family: MiSans;
    font-weight: 500;
    font-size: 1.08rem;
    color: #000000;
    line-height: 3.08rem;
    margin-bottom: 4.15rem;
  }
}
