.storeAuthorizationAgreement {
  width: 100%;
  background: #fff;
  position: relative;
  margin-top: 1px;
}
.storeAuthorizationAgreement p {
  margin: 0;
  line-height: 32px;
}
.storeAuthorizationAgreement .main {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 60px 0;
}
.storeAuthorizationAgreement .main .title {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.storeAuthorizationAgreement .main .content .paragraph {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-bottom: 24px;
}
.storeAuthorizationAgreement .main .content .subparagraph {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-bottom: 24px;
}
.storeAuthorizationAgreement .main .content .subparagraph .tableTitle {
  margin: 16px 0 0 0;
}
.storeAuthorizationAgreement .main .content .subparagraph table {
  width: 1200px;
  margin: 16px 0 0 0;
}
.storeAuthorizationAgreement .main .content .subparagraph table thead tr {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background: #F9F8F8;
  border-radius: 16px 16px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.storeAuthorizationAgreement .main .content .subparagraph table thead tr th {
  padding-left: 24px;
}
.storeAuthorizationAgreement .main .content .subparagraph table tbody tr {
  width: 100%;
  height: 70px;
  line-height: 18px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.storeAuthorizationAgreement .main .content .subparagraph table tbody tr td {
  padding-left: 24px;
  border-right: 1px solid #EEEEEE;
  vertical-align: middle;
}
.storeAuthorizationAgreement .main .content .subparagraph table tbody tr td:last-child {
  border-right: none;
}
.storeAuthorizationAgreement .main .content .subparagraph table tbody tr:first-child {
  border-top: none;
}
.storeAuthorizationAgreement .main .content .subparagraph table tbody tr:last-child {
  border-radius: 0px 0px 16px 16px;
}
