body {
  font-size: 20px;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 75rem;
  margin: 2.5rem auto 0;
}

.first-title {
  text-align: center;
  color: #202124;
  font-size:1.75rem;
  margin: 2rem;
}

.second-title {
  font-size: 0.875rem;
  color: #5f6368;
  word-break: break-all;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  margin: 1.0625rem auto 3.25rem;
  font-family:  Arial;
}
.imgBox{
  width: 8.375rem;
  height: 8.375rem;
  line-height: 8.375rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  text-align: center;
  border: 2px solid #fff;
  background-color: #aac4f3;
  color: #fff;
  font-size: 36px;
}
.card-box,
.card-btn-layout {
  width: 75rem;
  font-size: 1.25rem;
  display: flex;
}

.card-box .card-item:first-child,
.card-btn-layout .btn-box:first-child {
  margin-right: 1.25rem;
}

.card-item {
  width: calc((100% - 1.25rem) / 2);
  border: 1px solid #dadce0;
  border-radius: 0.625rem 0.625rem 0 0;
  border-bottom: none;
}

.content-box {
  box-sizing: border-box;
}

.notice-box {
  padding: 1.25rem 2.125rem 1.25rem 1.5rem;
}

.personal-box {
  padding: 1.875rem 1.5rem 2rem;
}

.content-title {
  font-size: 1.375rem;
  color: #202124;
  font-family:  Arial;
  font-weight: 400;
  line-height:1.75rem;
}

.notice-tag {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #e60039;
  border-radius: 50%;
  margin-right: 0.0.75rem;
  position: relative;
  top: -0.125rem;
}

.notice-box ul {
  margin-top: 0.5rem;
}

.notice-box li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #dadce0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5f6368;
  cursor: pointer;
}
.notice-box li:hover{
  box-shadow: 0px 2px 3px -2px rgb(0 0 0 / 25%);
}

.user-info {
  margin-top: 2rem;
  color: #5f6368;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size:1rem;
  line-height: 1.25rem;
}

.user-info img {
  width: 8.375rem;
  height: 8.375rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}

.text-date {
  display: flex;
  justify-content: space-between;
}

.text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.date {
  width: 7.25rem;
  text-align: right;
}

.btn-box {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border: 1px solid #dadce0;
  color: #e60039;
  font-size: 1rem;
  font-weight: 400;
  width: calc((100% - 1.185rem) / 2);
  border-radius: 0 0 0.08px 0.08px;
  cursor: pointer;
}

.btn-box img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.something-box {
  border: 1px solid #dadce0;
  border-radius: 0.625rem;
  padding: 1.25rem 1.5rem 0;
  margin-top: 1.375rem;
  color: #202124;
}

.something-box > div:first-child {
  border-bottom: 1px solid #dadce0;
}

.something-title {
  font-size: 1.375rem;
  font-family:  Arial;
  font-weight: 400;
  margin-bottom:1rem;
}

.flex-layout {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 0;
  cursor: pointer;
  font-size: 0.875rem;
}

.flex-layout img {
  width: 1.125rem;
  height: 1.125rem;
}
/* pc端 */
@media screen and (min-width:1080px) {
body {
  font-size: 20px;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 75rem;
  margin: 2.5rem auto 0;
}

.first-title {
  text-align: center;
  color: #202124;
  font-size:1.75rem;
  margin: 2rem;
}

.second-title {
  font-size: 0.875rem;
  color: #5f6368;
  word-break: break-all;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  margin: 1.0625rem auto 3.25rem;
  font-family:  Arial;
}
.imgBox{
  width: 8.375rem;
  height: 8.375rem;
  line-height: 8.375rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  text-align: center;
  border: 2px solid #fff;
  background-color: #aac4f3;
  color: #fff;
  font-size: 36px;
}
.card-box,
.card-btn-layout {
  width: 75rem;
  font-size: 1.25rem;
  display: flex;
}

.card-box .card-item:first-child,
.card-btn-layout .btn-box:first-child {
  margin-right: 16px;
}

.card-item {
  width: calc((100% - 1.25rem) / 2);
  border: 1px solid #dadce0;
  border-radius: 0.625rem 0.625rem 0 0;
  border-bottom: none;
}

.content-box {
  box-sizing: border-box;
}

.notice-box {
  padding: 1.25rem 2.125rem 1.25rem 1.5rem;
}

.personal-box {
  padding: 1.875rem 1.5rem 2rem;
}

.content-title {
  font-size: 1.375rem;
  color: #202124;
  font-family:  Arial;
  font-weight: 400;
  line-height:1.75rem;
}

.notice-tag {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #e60039;
  border-radius: 50%;
  margin-right: 0.0.75rem;
  position: relative;
  top: -0.125rem;
}

.notice-box ul {
  margin-top: 0.5rem;
}

.notice-box li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #dadce0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5f6368;
  cursor: pointer;
}
.notice-box li:hover{
  box-shadow: 0px 2px 3px -2px rgb(0 0 0 / 25%);
}

.user-info {
  margin-top: 2rem;
  color: #5f6368;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size:1rem;
  line-height: 1.25rem;
}



.text-date {
  display: flex;
  justify-content: space-between;
}

.text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.date {
  width: 7.25rem;
  text-align: right;
}

.btn-box {
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border: 1px solid #dadce0;
  color: #e60039;
  font-size: 1rem;
  font-weight: 400;
  width: calc((100% - 1rem) / 2);
  border-radius: 0 0 0.08px 0.08px;
  cursor: pointer;
}

.btn-box img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.something-box {
  border: 1px solid #dadce0;
  border-radius: 0.625rem;
  padding: 1.25rem 1.5rem 0;
  margin-top: 1.375rem;
  color: #202124;
}

.something-box > div:first-child {
  border-bottom: 1px solid #dadce0;
}

.something-title {
  font-size: 1.375rem;
  font-family:  Arial;
  font-weight: 400;
  margin-bottom:1rem;
}

.flex-layout {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 0;
  cursor: pointer;
  font-size: 0.875rem;
}

.flex-layout img {
  width: 1.125rem;
  height: 1.125rem;
}


}
/* app端 */
@media screen and (max-width:1080px) {
  body {
  font-size: 20px;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 105rem;
  margin: 2.5rem auto 0;
}

.first-title {
  text-align: center;
  color: #202124;
  font-size:5.75rem;
  margin: 2rem;
}

.second-title {
  font-size: 4.5rem;
  color: #5f6368;
  word-break: break-all;
  margin-top:3.5rem !important;
  margin-bottom: 10.25rem  !important;
  margin: 1.0625rem auto 3.25rem;
  font-family:  Arial;
}
.imgBox{
  width:25.625rem;
  height:25.625rem;
  line-height:25.625rem;
  border-radius: 50%;
  margin-bottom:6.375rem;
  text-align: center;
  border: 2px solid #fff;
  background-color: #aac4f3;
  color: #fff;
  font-size: 36px;
  margin-top: 9.625rem;
}
.card-box,
.card-btn-layout {
  width: 210rem;
  font-size: 1.25rem;
  display: flex;
flex-direction: column;
}

.card-box .card-item:first-child,
.card-btn-layout .btn-box:first-child {
  margin-right: 1.25rem;
}
.card-box .card-item:first-child{
height:74rem;
}
.card-box .card-item:last-child{
height:99rem;
margin-top:20rem ;
}
.card-box .card-item .content-title1{
margin-left: 25.75rem !important;}
#email{
color: #5F6368;
font-size: 4.5rem;
}
.card-item {
  /* width: calc((100% - 1.25rem) / 2); */
  border: 1px solid #dadce0;
  border-radius: 2.5625rem 2.5625rem 0 0 ;
  border-bottom: 20rem;
}

.content-box {
  box-sizing: border-box;
}

.notice-box {
  padding: 1.25rem 2.125rem 1.25rem 1.5rem;
}

.personal-box {
  padding: 1.875rem 1.5rem 2rem;
}

.content-title {
  font-size: 5.125rem;
  color: #202124;
  font-family:  Arial;
  font-weight: 400;
  line-height:1.75rem;
margin-top: 7.6875rem;
margin-left: 30.75rem;}

.notice-tag {
  display: inline-block;
  width: 1.9375rem;
  height:1.9375rem;
  background-color: #e60039;
  border-radius: 50%;
  margin-right: 0.0.75rem;
  position: relative;
  top: -1.225rem;
}
.not{
color:#202124 ;
font-size: 5.75rem;
}
.notice-box ul {
  margin-top: 6.5rem;
}

.notice-box li {
  padding: 4.25rem 0;
  border-bottom: 1px solid #dadce0;
  font-size: 0.875rem;
  line-height:10.25rem;
  color: #5f6368;
  cursor: pointer;
}
.notice-box li:hover{
  box-shadow: 0px 2px 3px -2px rgb(0 0 0 / 25%);
}

.user-info {
  margin-top: 2rem;
  color: #5f6368;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size:1rem;
  line-height: 1.25rem;
}

.user-info img {
  width:25.625rem;
  height:25.625rem;
  line-height:25.625rem;
  border-radius: 50%;
  margin-bottom:6.375rem;
  margin-top: 9.625rem;
}

.text-date {
  display: flex;
  justify-content: space-between;
}

.text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
font-size: 4.5rem;
padding-left: 3.1875rem;
}

.date {
  width:23.25rem;
  text-align: right;
font-size: 3.8125rem;
margin-right: 3.1875rem
}
.card-btn-layout div:first-child{
     margin-top: -124rem;
    margin-bottom: 75rem;
}
.card-btn-layout div:last-child{
border-top: none;
    height: 13.68rem !important;
    line-height: 13.68rem !important;
    margin-top: 31rem;

}

.btn-box {
  height:13.68rem;
  line-height: 13.68rem;
  text-align: center;
  border: 1px solid #dadce0;
  color: #e60039;
  font-size: 4.5rem;
  font-weight: 400;
  width: calc((100% - 1.25rem) / 2);
  border-radius: 0 0 2.5625rem 2.5625rem;
  cursor: pointer;
}

.btn-box img {
  width: 6.375rem;
  height: 6.375rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.something-box {
  border: 1px solid #dadce0;
  border-radius: 0.625rem;
  padding: 1.25rem 1.5rem 0;
  margin-top: 12.375rem;
  color: #202124;
border: none;
}

.something-box > div:first-child {
  border-bottom: 1px solid #dadce0;
}

.something-title {
  font-size: 5.125rem;
  font-weight: 400;
  margin-bottom:8.9375rem;
}

.flex-layout {
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 0;
  cursor: pointer;
  font-size:4.5rem;
}
.flex-layout .website{
padding: 0 0 6.375rem 0;
}
.flex-layout .privacy{
padding: 6.375rem 0 6.375rem 0;
}
#Pollcy img{
margin-top: 6.375rem;
}
.flex-layout img {
  width: 5.75rem;
  height:  5.75rem;
}
}