* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
.wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .top h2, .top h3{
    font-size:1rem !important;
  }
  .wrap {
    display: flex;
    flex-direction: column;
    background-image: url(m.jpg);
    height: auto;
    min-height: 100%;
  }
  .wrap .left {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
  }
  .wrap .left img {
    width: 30%;
  }
  .wrap .left h2 {
    font-size: 2.5rem;
  }
  .wrap .left .line {
    margin: 1rem 0;
    width: 8rem;
    background: #fff;
    height: 1px;
  }
  .wrap .left p {
    line-height: 1.5;
    font-size: 0.8rem;
  }
  .wrap .left .button {
    margin-top: 1rem;
  }
  .wrap .left .button a:first-child {
    background: none;
    color: #fff;
  }
  .wrap .left .button a {
    border: 1px solid #fff;
    display: inline-block;
    background: #fff;
    border-radius: 55px;
    margin-right: 1rem;
    color: #000;
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
  .wrap .right {
    position: relative;
  }
  .wrap .right img {
    width: 100%;
  }
  .wrap .right .text {
    position: absolute;
    width: 50%;
    left: 37%;
    margin-left: -23%;
    /* color: #fff; */
    bottom: 53%;
    text-align: center;
    font-size: 0.7rem;
  }
  .wrap .right .text span {
    border: 1px solid #fff;
    border-radius: 55px;
    font-size: 0.6rem;
    padding: 0.1rem 0.5rem;
    cursor: pointer;
  }
}
@media screen and (min-width: 600px) {
  .top{
    padding-top:10px;
    position:absolute;
    z-index:99;
    width:100%;
    text-align:center;
    top: 10px;
    left: 0;
  }
  .top h2{
    font-size: 30px !important;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    background-image: url(p.jpg);
  }
  .wrap .left {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
  }
  .wrap .left img {
    width: 200px;
    margin-bottom:50px;
  }
  .wrap .left h2 {
    font-size: 84px;
  }
  .wrap .left .line {
    margin: 50px 0;
    width: 240px;
    background: #fff;
    height: 1px;
  }
  .wrap .left p {
    line-height: 2;
  }
  .wrap .left .button {
    margin-top: 50px;
  }
  .wrap .left .button a:first-child {
    background: none;
    color: #fff;
  }
  .wrap .left .button a {
    border: 1px solid #fff;
    display: inline-block;
    background: #fff;
    border-radius: 55px;
    height: 50px;
    width: 200px;
    margin-right: 50px;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
  }
  .wrap .right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90vh;
  }
  .wrap .right img {
    height: 90vh;
  }
  .wrap .right .text {
    position: absolute;
    width: 50%;
    left: 37%;
    margin-left: -25%;
    /* color: #fff; */
    bottom: 50%;
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
  }
  .wrap .right .text span {
    border: 1px solid #000;
    border-radius: 55px;
    font-size: 14px;
    padding: 2px 5px;
    cursor: pointer;
  }
}
