/* banner */
.banner-box {
  display: flex;
  width: 100%;
  height: 590px;
  overflow: hidden;
  background-image: url("/assets/home/images/banner.jpg");
  background-size: 100% 100%;
  flex-direction: column;
  align-items: center;
  /* logo图片 */
  /* 选项卡 */
}

.banner-box .tab-box {
  margin: 340px 100px 12px 0;
}
.banner-box .tab-box ul {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  color: #783A1E;
  align-items: center;
  gap: 30px;
}
.banner-box .tab-box ul li {
  display: flex;
  width: 120px;
  height: 52px;
  padding-top: 8px;
  cursor: pointer;
  justify-content: center;
}
.banner-box .tab-box ul .active {
  color: #783A1E;
  background-image: url('/assets/home/images/icon.png');
  background-size: 100% 100%;
}
.banner-box .search-area {
  display: flex;
  width: 696px;
  height: 63px;
  background: linear-gradient(0deg, #ff8a34 0%, #f8b534 100%);
  border-radius: 32px;
  align-items: center;
}
.banner-box .search-area .search-input {
  width: 596px;
  height: 53px;
  padding-left: 20px;
  margin-left: 5px;
  font-size: 16px;
  letter-spacing: 1.28px;
  color: #999;
  background: #ffffff;
  border: 0;
  border-radius: 27px;
  outline: none;
}
.banner-box .search-area .search-icon {
  width: 34px;
  height: 34px;
  margin-left: 26px;
  cursor: pointer;
}
/* 开区授权 */
.auth-open-zone {
  display: flex;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  /* 标题 */
  /* 授权证书 */
  /* 标题 */
}
.auth-open-zone .c-title-1 {
  margin: 80px auto 50px;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
.auth-open-zone .authorization-certificate-box {
  position: relative;
  width: 812px;
  height: 1149px;
  /* 背景图片 */
  /* 授权编码 */
  /* 其他授权信息 */
  /* 签发日期 */
  /* 授权方和公示地址 */
}
.auth-open-zone .authorization-certificate-box .a-c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.auth-open-zone .authorization-certificate-box .auth-code {
  position: absolute;
  top: 330px;
  left: 230px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #7a1533;
}
.auth-open-zone .authorization-certificate-box .other-auth-info {
  position: absolute;
  top: 390px;
  left: 230px;
  font-size: 18px;
  color: #333;
}
.auth-open-zone .authorization-certificate-box .other-auth-info .auth-info-item {
  display: flex;
  align-items: center;
  line-height: 1.8;
}
.auth-open-zone .authorization-certificate-box .issue-date {
  position: absolute;
  top: 600px;
  right: 140px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  align-items: center;
}
.auth-open-zone .authorization-certificate-box .a-n-area {
  position: absolute;
  top: 945px;
  right: 140px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.auth-open-zone .authorization-certificate-box .a-n-area .auth-party,
.auth-open-zone .authorization-certificate-box .a-n-area .notice-addr {
  display: flex;
  align-items: center;
  line-height: 1.8;
}
.auth-open-zone .authorization-certificate-box .secretary {
  position: absolute;
  top: 890px;
  right: 180px;
  width: 135px;
  height: 135px;
  font-size: 18px;
}
.auth-open-zone .c-title-2 {
  margin: 70px auto 40px;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
/* 授权选项 */
.auth-options {
  display: flex;
  width: 1200px;
  height: 64px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.auth-options .item {
  display: flex;
  width: 290px;
  height: 64px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d7d7d7;
  justify-content: center;
  align-items: center;
}
.auth-options .item .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.station-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  /* 发布站分类 */
  /* 发布站分类内容 */
}
.station-box .station-options {
  display: flex;
  width: 1200px;
  height: 64px;
  margin-top: 50px;
  justify-content: space-between;
}
.station-box .station-options .item {
  display: flex;
  width: 230px;
  height: 54px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 27px;
  align-items: center;
  justify-content: center;
}
.station-box .station-options .active {
  color: #7F4D2B;
  border: 1px solid #FCAC3B;
}
.station-box .station-title {
  margin: 48px 0 35px;
}
.station-box .station-title .title-box {
  position: relative;
  display: flex;
  width: 418px;
  height: 58px;
  background-image: url('/assets/home/images/title.png');
  background-size: 100% 100%;
  align-items: center;
}
.station-box .station-title .title-box img {
  margin-left: 2px;
}
.station-box .station-title .title-box span {
  margin-left: 30px;
  font-size: 22px;
  font-weight: 400;
}
.station-box .station-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.station-box .station-list .item {
  display: flex;
  width: 290px;
  height: 110px;
  margin-bottom: 20px;
  background: #fafcff;
  border: 1px solid #ececec;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.station-box .station-list .item .item-top {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.station-box .station-list .item .item-line {
  width: 40px;
  height: 2px;
  margin: 10px 0 15px;
  background: #fca62d;
  border-radius: 1px;
}
.station-box .station-list .item .item-bottom {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
/* 产品授权 */
.product-auth {
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  /* 分类 */
  /* 标题 */
}
.product-auth .product-options {
  display: flex;
  width: 1200px;
  height: 64px;
  margin-top: 50px;
  justify-content: space-between;
}
.product-auth .product-options .item {
  display: flex;
  width: 230px;
  height: 54px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 27px;
  align-items: center;
  justify-content: center;
}
.product-auth .product-options .active {
  color: #7F4D2B;
  border: 1px solid #fca62d;
}
.product-auth .c-title-3 {
  margin: 70px auto 50px;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
.product-auth .c-list {
  display: grid;
  width: 1200px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 13px;
}
.product-auth .c-list .item {
  display: flex;
  width: 290px;
  height: 210px;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  flex-direction: column;
}
.product-auth .c-list .item .item-logo {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.product-auth .c-list .item .item-bottom {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 8px;
  color: #333;
  border-top: 1px solid #d7d7d7;
  justify-content: space-between;
  align-items: center;
}
.product-auth .c-list .item .item-bottom .item-left {
  font-size: 16px;
  font-weight: 700;
}
.product-auth .c-list .item .item-bottom .item-right {
  font-size: 14px;
  font-weight: 400;
}
.advertising-agency {
  display: flex;
  display: none;
  width: 100%;
  height: 300px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
}
.advertising-agency .c-title-2 {
  margin: 70px auto 40px;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
.advertising-agency .auth-options {
  display: flex;
  width: 1200px;
  height: 64px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.advertising-agency .auth-options .item {
  display: flex;
  width: 290px;
  height: 64px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d7d7d7;
  justify-content: center;
  align-items: center;
}
.advertising-agency .auth-options .item .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.content-box {
  min-height: 600px;
}
.auth-logo {
  position: absolute;
  top: 740px;
  right: 30px;
  width: 300px;
  height: 330px;
}
.auth-logo .a-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.auth-logo .auth-code {
  position: absolute;
  top: 206px;
  left: 50%;
  font-size: 14px;
  color: #550e04;
  transform: translateX(-50%);
}
.pop-up-notifications {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.pop-up-notifications .pop-up1 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 240px;
  background: #fff;
  background: linear-gradient(to bottom, #FFF9E2, #ffffff );
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.pop-up-notifications .pop-up1 .title-area {
  position: relative;
  height: 62px;
  font-size: 18px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #f7e6c6;
}
.pop-up-notifications .pop-up1 .title-area .title {
  height: 100%;
  line-height: 62px;
}
.pop-up-notifications .pop-up1 .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop-up-notifications .pop-up1 .details .info1 {
  margin: 50px 0 45px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.pop-up-notifications .pop-up1 .details .i-know {
  display: flex;
  width: 134px;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background: #fca62d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
/*# sourceMappingURL=index.css.map */