@charset "utf-8";
.container{
  width:100vw;
  height: 100vh;
  background: url(../images/index_bg.jpg) no-repeat center;
  background-size: cover;
}
.container .wrap{
  display: flex;
}
.container .left{
  width: 57%;
  padding-top: 7.75vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.container .left .image img{
  max-width: 100%;
  display: block;
}
.container .right{
  width: 43%;
  padding-left: 4.8%;
  color: #fff;
}
.container .right .title{
  line-height: 80px;
  font-family: "KaiTi", "楷体", "STKaiti", serif;
  font-size: 36px;
  text-align: center;
}
.container .right .content{
  margin-top: 15.4145vw;
  font-size: 24px;
}
.container .right .word{
  font-family:  "楷体", "KaiTi";
  line-height: 1.5;
}
.container .right .button{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container .right .button a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.container .right .button .btn_1{
  width: 336px;
  font-size: 26px;
  height: 60px;
  margin-top: 0.3vw;
  border-radius: 16px;
  background-image: linear-gradient(502deg, rgb(90, 132, 255) 14.9123%, rgb(0, 222, 255) 87.7193%);
  border:1px #2ba0e8 solid;
  position: relative;
}
.container .right .button .btn_2{
  width: 336px;
  font-size: 26px;
  height: 60px;
  margin-top: 1.4vw;
  border-radius: 16px;
  background-image: linear-gradient(502deg, rgb(211, 211, 211) 14.9123%, rgb(0, 222, 255) 87.7193%);
  border:1px #2ba0e8 solid;
  position: relative;
}
@media screen and (max-width: 1680px) {
    .container .right .content{
      margin-top: 13.125vw;
    }
}
@media screen and (max-width: 1280px) {
  .container{
    height: auto;
    padding-bottom: 2.5vw;
  }
  .container .wrap{
    flex-direction: column;
  }
  .container .left,
  .container .right{
    width: 100%;
  }
  .container .right{
    padding-left: 0;
  }
  .container .right .title{
    line-height: 1.5;
    font-weight: 600;
    font-size: 28px;
    margin: 2.5vw 0 0 0;
  }
  .container .right .content{
    margin:0;
  }
  .container .right .content .word{
    font-size: 18px;
  }
  .container .right .button .btn_1,
  .container .right .button .btn_2{
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container .right .title{
    line-height: 1.5;
    font-weight: 600;
    font-size: 24px;
    margin: 2.5vw 0 0 0;
  }
  .container .right .content .word{
    font-size: 16px;
  }
  .container .right .button .btn_1,
  .container .right .button .btn_2{
    width: 268px;
    height: 48px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .container .right .button .btn_1,
  .container .right .button .btn_2{
    margin-top: 2.65vw;
  }
}