* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.showflex {
    display: flex!important;
}
.banner-content {
    width: 29.125rem;
    line-height:2.5rem;
    margin-top: 3.75rem;
    font-size: .5rem;
}
.banner-content p {
    width: 29.125rem;
    margin-bottom: 2.875rem;
}
.banner-right a{
    color: rgba(255,255,255,.7);
}
.adv-title {
    height: 5.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    line-height: normal;
}
.adv-title2 {
    height: 5.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.25rem;
    line-height: normal;
    text-align: center;
}
.adv-title span{
  height: 3.125rem;
  font-size: 2.125rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 750px) {
    .banner-content {
        width: 29.125rem;
        line-height:2.5rem;
        margin-top: 3.75rem;
        font-size: .5rem;
    }
    .banner-content p {
        width: 100%;
        margin-bottom: 0;
    }
}