@font-face {
  font-family: "Montserrat.ttf";
  src: url('/assets/fonts/Montserrat/Montserrat-Thin.ttf')
}

@font-face {
  font-family: "Montserrat-SemiBold.ttf";
  src: url('/assets/fonts/Montserrat/Montserrat-SemiBold.ttf')
}

@font-face {
  font-family: "Comforta-Regular.ttf";
  src: url('/assets/fonts/Comfortaa/static/Comfortaa-Regular.ttf');
}

@font-face {
  font-family: "Comforta-Variable.ttf";
  src: url('/assets/fonts/Comfortaa/Comfortaa-VariableFont_wght.ttf');
}

@font-face {
  font-family: "Comforta-Bold.ttf";
  src: url('/assets/fonts/Comfortaa/static/Comfortaa-Bold.ttf');
}

@font-face {
  font-family: "Arial.ttf";
  src: url('/assets/fonts/Arial/Arial.ttf');
}

.way {
  width:100%;
  margin: 0 auto;
  color: #303669;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 100px;
  text-align: left;
  margin-top: 1em;
}
input{
    outline:none;
}
.article-item{
  width:380px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  margin:0 auto;
  margin-top:30px;
  background-color:#ffffff;
  padding-bottom:10px;
}

.article-item img{
  width:100%;
}

.article-item p{
  color: #303669;
font-family: Montserrat;
font-size: 13px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 20px;
text-align: left;
margin-top:20px;
padding-left:10px;
padding-right:10px;
}
.art-bg1{
  max-width: 245px;
  max-height: 250px;
  width: 245px;
  height: 250px;
  position:absolute;
  top:600px;
  left:0px;
  z-index:-10;
}
.art-bg1 img{
  width:100%;
}


.art-bg2{
  max-width:179px;
  max-height:183px;
  width:179px;
  height:183px;
  position:absolute;
  right:50px;
  top:800px;
  z-index:-10;
}
.article-top{
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  overflow:hidden;
  position:relative;
}

.article-top p{
  position:absolute;
  top:30%;
  z-index:1000;
  color:white;
  left:50%;
  transform:translateX(-50%);
  display:inline-flex;
  font-size:19px;
  width:80%;
  line-height:30px;
  font-weight:500;
  font-family:Montserrat;
}
.black{
  width:100%;
  height:100%;
  background-color:black;
  position:absolute;
  top:0px;
  opacity:0.5;
}
.article-bottom{
  height:140px;
  overflow:hidden;
}
.art-bg2 img{
  width:100%;
}
.art-top{
  display:flex;
  justify-content:flex-end;
}
.art-top:hover{
  cursor:pointer;
}
.art-top img{
  width:64px;
  height:64px;
  margin-right:100px;
  margin-top:100px;
}

@media(max-width:1600px){
  .art-bg1{
    width:100px;
  }
  .art-bg2{
    width:100px;
  }
}
@media(max-width:1500px){
  .art-bg2{
    right:0px;
  }
}
@media(max-width:1350px){
  .article-item{
    width:320px;
  }
  .article-item p{
    font-size:12px;
  }
}

@media(max-width:1100px){
  .article-item{
    width:300px;
  }
}

@media(max-width:991px){
  .art-bg1{
    width:120px;
    height:auto;
  }
  .art-bg2{
    width:120px;
    height:auto;
  }
  .art-top img{
    width:50px;
    height:50px;
  }

  .article-item{
    width:90%;
  }

  .art-bg2{
    display:none;
  }
}
@media(max-width:767px){
  .article-item{
    margin-top:3em;
    width:450px;
  }
  .way{
    font-size:10px;
  }
  .art-bg2{
    right:15%;
  }
  .art-top img{
    margin:0 auto;
    margin-top:3em;
  }
}

@media(max-width:600px){
  .article-item{
    width:80%;
  }
  .art-bg1{
    width:70px;
  }
}

@media(max-width:500px){
  .article-item{
    margin-top:2em;
  }
  .way{
    line-height:50px;
  }
}
@media(max-width:400px){
  .article-item{
    width:280px;
  }
  .art-bg2{
    right:0px;
  }
}
@media(max-width:340px){
  .article-item{
    width:250px;
  }
}
