.module {
  margin-bottom: 2.5rem;
}

.module-title {
  font-weight: 600;
  font-size: 1.75rem;
  color: #333333;
}

.tips {
  font-weight: 300;
  font-size: 1.25rem;
  color: #999999;
  margin-top: .625rem;
}

.module-content {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.module-content img {
  width: 220px;
  height: 124px;
}

.module-content span {
  line-height: 2rem;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  margin-left: 1.25rem;
}

.noticeList {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
}

.noticeList>div {
  flex: 1;
  height: 166px;
  padding: 1.25rem;
  margin-right: 1.25rem;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 #82828233;
  border-radius: 8px;
  display: flex;
  cursor: default;
}
.noticeList>div:nth-child(3n){
  margin-right: 0;
}
.noticeList>div img {
  width: 40px;
  height: 40px;
}

.noticeList .text {
  margin-left: 1.25rem;
}

.noticeList .text span:first-child {
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #333333;
  font-family: AlibabaPuHuiTiB;
  display: block;
  margin-bottom: .25rem;
}

.noticeList .text span:nth-of-type(2) {
  line-height: 1.375rem;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
}

.flow-path {
  width: 100%;
  height: 17.4375rem;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 #82828233;
  border-radius: 8px;
  margin-top: 1.625rem;
}

.flow-path>.title {
  height: 5.25rem;
  line-height: 5.25rem;
  padding: 0 1.1875rem 0 1.3125rem;
  border-bottom: 1px solid #DCDFE6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flow-path>.title span {
  font-family: AlibabaPuHuiTiR;
  font-size: 1.25rem;
  color: #333333;
}

.flow-path>.title a {
  width: 8.4375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #03A7FF;
  border-radius: 4px;
  opacity: 0.8;
  font-family: AlibabaPuHuiTiR;
  font-size: .875rem;
  color: #FFFFFF;
  text-align: center;
}

.flow-path-list {
  display: flex;
  justify-content: space-between;
  padding: 1.1875rem 1.75rem 0 1.875rem;
}

.flow-path-list li {
  width: 6.25rem;
}

.flow-path-list li>img {
  width: 5rem;
  height: 5rem;
  border: 1px dashed #AFB0B2;
}

.flow-path-list li>div {
  font-family: AlibabaPuHuiTiR;
  font-size: 1rem;
  color: #333333;
  line-height: 32px;
  margin-top: .625rem;
}

.policy>.title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
  margin: 1.5rem 0 1.25rem;
}

.policy>.content {
  width: 100%;
  height: 9.75rem;
  padding: 1.375rem 1.25rem;
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 #82828233;
  border-radius: 8px;
}

.policy>.content .text {
  width: 100%;
  margin-bottom: 1.875rem;
}

.policy>.content .text span:first-child {
  font-family: AlibabaPuHuiTiB;
  font-size: 1rem;
  color: #333333;
  background: url('policyIcon.png') no-repeat left center;
  background-size: 1rem .75rem;
  padding-left: 1.625rem;
  margin-right: 1.25rem;
}

.policy>.content .text span {
  font-size: .875rem;
  color: #333333;
  letter-spacing: 0;
}

.link div {
  font-family: AlibabaPuHuiTiR;
  font-size: 16px;
  color: #333333;
  padding-left: 2rem;
  margin-top: 1.25rem;
}

.address {
  background: url('address.png') no-repeat left center;
  background-size: 1rem 1rem;
}

.phone {
  background: url('phone.png') no-repeat left center;
  background-size: 1rem 1rem;
}

.fax span {
  margin-right: 2.375rem;
}