.agree{
  padding-top: 180px ;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/home/bg5.png");
  background-size: cover;
  padding-bottom: 60px;
}

.agree .title{
  font-size: 52px;
  color: #FFFFFF;
  line-height: 64px;
}

.agree .content{
  margin-top: 80px;
  width: 1360px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 24px;
}

.agree .content p{
    line-height: 24px;
}

.fontsize20{
  font-size: 20px;
  color: #fff;
}

.mt20{
  margin-top: 20px;
}

.mt10{
  margin-bottom: 10px;
}
.mb10{
  margin-top: 10px;
}

.bold{
  font-weight: bold;
  color: #fff;
}

.unline{
  text-decoration: underline;
}

.email_label{
  color: #7960FF;
}

@media (max-width: 1360px) { 
  .agree{ 
    width: 100vw;
    padding: 0 ;
  }

  .agree .title{
    padding-top:1.68rem;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: .2rem;
  }

  .agree .content{
    margin-top:0;
    width: 100vw;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: .24rem;
    padding: 0 0.3rem;
    padding-bottom: 0.68rem;
  }

  .agree .content p{
    line-height: .42rem;
    margin-bottom: .1rem;
}

  .fontsize20{
    font-size: 16px;
    color: #fff;
  }

  .mt20{
    margin-top: .6rem;
  }

  .mt10{
    margin-bottom: .3rem;
  }
  .mb10{
    margin-top: .3rem;
  }
}