.screen1{
  margin-top: -.545455rem /* 12/22 */;
  padding-top: 4.045455rem /* 89/22 */;
  padding-bottom: 6.363636rem /* 140/22 */;
  background-color: #fffcd9;
}
.screen1 .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.screen1 .kechengBox{
  width: 54.545455rem /* 1200/22 */;
  height: 10.909091rem /* 240/22 */;
  display: flex;
  padding-top: 1.363636rem /* 30/22 */;
  padding-left: 1.454545rem /* 32/22 */;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_jiayouzhan_kecheng_bg.png);
}
.screen1 .kechengBox + .kechengBox{
  margin-top: 3.818182rem /* 84/22 */;
}
.screen1 .kechengBox .xingxi{
  display: flex;
  width: 31.363636rem /* 690/22 */;
}
.screen1 .kechengBox .btnBox{
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 1.909091rem /* 42/22 */;
}
.screen1 .kechengBox .fengmian{
  width: 11.454545rem /* 252/22 */;
  height: 8.136364rem /* 179/22 */;
  margin-right: 1.090909rem /* 24/22 */;
  border: .045455rem /* 1/22 */ solid #111111;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /* background-image: url(https://135editor.cdn.bcebos.com/files/202103/cZYHH2Wd_YTkr.gif); */
}
.screen1 .kechengBox .title{
  padding-top: .772727rem /* 17/22 */;
  font-size: .909091rem /* 20/22 */;
  font-weight: bold;
  color: #000000;
}
.screen1 .kechengBox .miaoshu{
  padding-top: 0.545455rem /* 23/22 */;
  font-size: .727273rem /* 16/22 */;
  font-weight: 400;
  color: #000000;
}
.screen1 .btnBox > div{
  width: 4.545455rem /* 100/22 */;
  height: 1.772727rem /* 39/22 */;
  line-height: 1.772727rem /* 39/22 */;
  text-align: center;
}
.screen1 .btnBox a{
  display: block;
  font-size: .727273rem /* 16/22 */;
  font-weight: 400;
  color: #0E0E0E;
}
.screen1 .btnBox > .guankan{
  margin-right: .909091rem /* 20/22 */;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_jiayouzhan_kecheng_guankan_btnbg.png);
}
.screen1 .btnBox > .dati{
  margin-right: 1.727273rem /* 38/22 */;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(https://bcn.135editor.com/files/202308/images/jiuzhounian_jiayouzhan_kecheng_guankan_btnqudati.png);
}
/* 移动端 */
@media only screen and (max-width: 750px){
  .screen1 {
    padding-top: 2.045455rem /* 89/22;; */;
    background-color: transparent;
  }
  .screen1 .kechengBox{
    width: 95%;
    height: auto;
    flex-direction: column;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 20px;
  }
  .screen1 .kechengBox + .kechengBox {
    margin-top: 1.818182rem /* 84/22 */;
  }
  .screen1 .kechengBox .miaoshu{
    max-width: 160px;
  }
}