/* 主要内容区域 */
main {
  margin-top: 20px;
  margin-bottom: 130px;
}
.content-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1345px;
  margin: 0 auto;
  background: url("../images/book-bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 56px 97px 61px 84px;
  position: relative;
}

/* 左侧边栏 */
.left-sidebar {
  width: 300px;
  min-width: 300px;
  margin-right: 73px;
}

.gazette-info {
  margin-bottom: 40px;
  height: 167px;
  width: 300px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.gazette-info img {
  width: 100%;
  height: 100%;
  display: block;
}
.public-intro {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.public-intro h2 {
  font-size: 20px;
  color: white;
  padding: 10px 40px;
  background-color: #0087e6;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-weight: bold;
}
.public-intro p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-indent: 28px;
  margin-top: 24px;
  max-width: 300px;
}
.free-query {
  margin-top: 50px;
}
.free-query h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0087e6;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.free-query h3:before,
.free-query h3:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 17px;
}

.free-query h3:before {
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/free-query-line-left.png") no-repeat center center;
}

.free-query h3:after {
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/free-query-line-right.png") no-repeat center center;
}

.free-query p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
}
.reading-points {
  margin-top: 10px;
}
/* Webkit浏览器滚动条样式 */
.reading-points::-webkit-scrollbar {
  width: 8px;
}

.reading-points::-webkit-scrollbar-track {
  background: #f4f8fc;
  border-radius: 10px;
}

.reading-points::-webkit-scrollbar-thumb {
  background-color: #a1c1ff;
  border-radius: 10px;
}

.reading-points::-webkit-scrollbar-thumb:hover {
  background-color: #0087e6;
}

.reading-points li {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin-top: 8px;
  border-bottom: 1px #ddd dashed;
  padding-bottom: 3px;
}
.reading-points li:hover a {
  color: #0087e6;
}
.reading-points li a.active {
  color: #0087e6;
  font-weight: bold;
}
.map-container {
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.map-container img {
  width: 300px;
  height: 160px;
  display: block;
}
.qr-code {
  margin-top: 40px;
}
.survey-banner {
  width: 300px;
}
.survey-banner-img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.survey-desc {
  font-size: 14px;
  line-height: 24px;
  color: #0087e6;
  margin-top: 10px;
}
.qr-code-img {
  width: 160px;
  display: block;
  padding-bottom: 45px;
  margin: 0 auto;
  margin-top: 80px;
}
/* 主内容区 */
.map-container {
  overflow: hidden;
}
.gazette-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 408px;
  height: 107px;
  background: url("../images/gazette-header-title.png") no-repeat center center;
  background-size: cover;
  margin:0 auto 30px;
}
/* 搜索区域 */
.search-box {
  margin-bottom: 51px;
  border-top: 5px solid #0087e6;
  padding: 20px 50px 50px 50px;
  position: relative;
  width: 790px;
  background: url("../images/yh.png") no-repeat center center;
  background-size: 100% 100%;
}
.search-form .form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}

.form-group:last-child {
  margin-right: 0;
}

.icon-input {
  margin-right: 10px;
}
.doc-icon {
  width: 23px;
  height: 24px;
  background: url("../images/doc-icon.png") no-repeat center center;
  display: block;
}
.org-icon {
  width: 25px;
  height: 24px;
  background: url("../images/org-icon.png") no-repeat center center;
  display: block;
}
.search-icon {
  width: 25px;
  height: 24px;
  background: url("../images/search-icon.png") no-repeat center center;
  display: block;
}
.category-icon {
  width: 24px;
  height: 24px;
  background: url("../images/category-icon.png") no-repeat center center;
  display: block;
}
.form-group input {
  width: 294px;
  padding: 7px 10px 7px 12px;
  border: 1px solid #c8e1fa;
  border-radius: 5px;
  font-size: 16px;
  color: #5f8fed;
}
.form-group input::-webkit-input-placeholder {
  color: #5f8fed;
}
.form-group input::-moz-placeholder {
  color: #5f8fed;
}
.form-group input:-ms-input-placeholder {
  color: #b5bed0;
}
.form-group input::placeholder {
  color: #b5bed0;
}
.form-group input:focus {
  outline: none;
  border-color: #0087e6;
}
.form-group select {
  width: 294px;
  padding: 7px 10px 7px 12px;
  border: 1px solid #c8e1fa;
  border-radius: 5px;
  font-size: 16px;
  color: #5f8fed;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 35px;
  cursor: pointer;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group select:focus {
  outline: none;
  border-color: #0087e6;
}
.doc-type {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.doc-type label {
  font-size: 16px;
  color: #333333;
  margin-right: 8px;
  word-break: keep-all;
  white-space: nowrap;
}
.doc-type select {
  width: 257px;
  padding: 7px 10px 7px 12px;
  border: 1px solid #c8e1fa;
  border-radius: 5px;
  font-size: 16px;
  color: #5f8fed;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 35px;
  cursor: pointer;
  text-align: center;
}
.doc-type input {
  width: 160px;
  padding: 7px 10px 7px 12px;
  border: 1px solid #c8e1fa;
  border-radius: 5px;
  font-size: 16px;
  color: #5f8fed;
}
.doc-type .form-group {
  position: relative;
}
.doc-type .form-group:last-child input {
  /* width: 124px; */
  width: 257px;
}
.tooltip-icon {
  position: relative;
  display: none;
}
.exclamation-icon {
  width: 13px;
  height: 13px;
  background: url("../images/exclamation-icon.png") no-repeat center center;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  margin-top: -7.5px;
  z-index: 999;
}
.tooltip-text {
  padding: 10px;
  font-size: 16px;
  color: #abadaf;
  position: absolute;
  left: auto;
  right: 0;
  top: 17px;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #c8e1fa;
  z-index: 2;
  background-color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tooltip-text.show {
  opacity: 1;
  visibility: visible;
}

.tooltip-text::before,
.tooltip-text::after {
  content: "";
  position: absolute;
  right: 10px;
  top: -9px;
  width: 0;
  height: 0;
}

.tooltip-text::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c8e1fa;
  top: -8px;
}

.tooltip-text::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  top: -7px;
  right: 11px;
}
.date-range {
  display: flex;
  align-items: center;
  width: 100%;
}
.date-range-group {
  width: 100%;
  height: 34px;
  border: 1px solid #c8e1fa;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: url("../images/range-ico.png") no-repeat calc(100% - 15px) center;
  padding-right: 35px;
  cursor: pointer;
}
.date-range label {
  font-size: 16px;
  color: #333333;
  margin-right: 8px;
  word-break: keep-all;
  white-space: nowrap;
}
.date-range input {
  border: none;
  background: none;
  font-size: 16px;
  text-align: center;
  width: 50%;
  color: #0087e6;
}
.date-range input::-webkit-input-placeholder {
  color: #0087e6;
}
.date-range input::-moz-placeholder {
  color: #0087e6;
}
.date-range input:-ms-input-placeholder {
  color: #0087e6;
}
.date-range input::placeholder {
  color: #0087e6;
}
.date-range span {
  font-size: 16px;
  line-height: 34px;
}
.issue-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.issue-info label {
  font-size: 16px;
  color: #333333;
  margin-right: 8px;
  word-break: keep-all;
  white-space: nowrap;
}
.issue-info .form-group select {
  width: 132px;
  text-align: center;
}
.issue-info .form-group select[name="year"] {
  margin-right: 20px;
  width: 132px;
}
.issue-info .form-group select[name="year_num"] {
  width:220px;
}
.issue-info .form-group input {
  width: 159px;
}
.search-btn {
  display: block;
  width: 140px;
  padding: 10px 0;
  background-color: #0087e6;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  bottom: 0;
  right: auto;
  transform: translateX(-50%);
}

.search-btn:hover {
  background-color: #40a9ff;
}

/* 公报列表 */
.gazette-list {
	margin-top: 78px;
    width: 790px;
    margin-bottom: 95px;
}

.tabs .tab-header {
  display: flex;
  margin-left: 56px;
}

.tab-item {
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  color: #0087e6;
}

.tab-item.active {
  color: white;
  font-weight: bold;
  background-color: #0087e6;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.tab-content {
  border-top: 5px solid #0087e6;
  padding: 20px 28px 60px 28px;
  background: url("../images/yh1.png") no-repeat center center;
  background-size: 100% 100%;
  min-height: 790px;
}
.tab-item.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #0087e6;
}

.latest-gazette-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.latest-gazette-header .year-select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #c8e1fa;
  border-radius: 5px;
  font-size: 16px;
  color: #5f8fed;
  cursor: pointer;
  position: relative;
  background: url(../images/select-arrow.png) no-repeat calc(100% - 15px) center;
  background-color: white;
  padding-right: 35px;
  text-align: center;
  height: 34px;
  line-height: 22px;
  box-sizing: border-box;
}
.gazette-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gazette-title span {
  font-size: 16px;
  color: #3a4559;
  margin-right: 70px;
}
#download-pdf a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:14px;
  color:#999;
  padding:5px 10px
}
#download-pdf a:hover{
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}
#download-pdf i{
  width: 16px;
  height: 12px;
  background: url(../images/download-pdf-icon.png) no-repeat center center;
  margin-right: 5px;
  background-size: 100% 100%;
}
.gazette-title .status {
  color: white;
  background-color: #fc7070;
  padding: 5px 10px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size:14px;
  margin-right: 0;
}
.gazette-title .status.active {
  background-color: #73cb99;
}
.gazette-sections {
  height: 660px;
  overflow-y: auto;

  /* 自定义滚动条样式 */
  scrollbar-width: thin;
  scrollbar-color: #a1c1ff #f4f8fc;
  width: 730px;
}

/* Webkit浏览器滚动条样式 */
.gazette-sections::-webkit-scrollbar {
  width: 8px;
}

.gazette-sections::-webkit-scrollbar-track {
  background: #f4f8fc;
  border-radius: 10px;
}

.gazette-sections::-webkit-scrollbar-thumb {
  background-color: #a1c1ff;
  border-radius: 10px;
}

.gazette-sections::-webkit-scrollbar-thumb:hover {
  background-color: #0087e6;
}

.section-title {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: white;
  font-weight: bold;
  background: linear-gradient(to right, #0087e6 0%, #fff 100%);
  padding: 5px 20px;
  border-radius: 5px;
}
.section ul {
  padding: 5px 0 5px 25px;
}
.section ul li {
  position: relative;
  padding: 5px 5px 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section ul li > a {
  line-height: 1.8;
  font-size: 16px;
  color: #666666;
  transition: all 0.3s ease;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-right:auto;
  max-width: 600px;
  
}
.section ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #cecfd1;
  border-radius: 50%;
}

.section ul li:hover a {
  color: #0087e6;
}

.section ul li:hover:before {
  background-color: #0087e6;
}
.section ul li span.tag,
.section ul li a.tag {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(200, 225, 250, 0.5);
  color: #0087e6;
  border-radius: 50px;
  font-size: 14px;
  margin-right: 5px;
  line-height: 1.6;
  cursor: pointer;
  text-overflow: unset;
}

.gazette-library-roll{
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #a1c1ff #f4f8fc;
}

.gazette-library-roll::-webkit-scrollbar {
width: 8px;
}
.gazette-library-roll::-webkit-scrollbar-track {
background: #f4f8fc;
border-radius: 10px;
}

.gazette-library-roll::-webkit-scrollbar-thumb {
background-color: #a1c1ff;
border-radius: 10px;
}

.gazette-library-roll::-webkit-scrollbar-thumb:hover {
background-color: #0087e6;
}


.gazette-table {
  width: 100%;
  border-collapse: collapse;
}
.gazette-table thead {
  border-bottom: 1px solid #c8e1fa;
  border-top: 1px solid #0087e6;
  background: linear-gradient(
    to right,
    rgba(227, 241, 255, 0) 0%,
    #e3f1ff 100%
  );
  height: 40px;
}
.gazette-table th {
  text-align: center;
  font-size: 16px;
  color: #0087e6;
  font-weight: normal;
}
.gazette-table th:nth-child(1) {
  padding-left: 130px;
}
.gazette-table td {
  padding: 5px 10px;
  font-size: 14px;
  color: #3a4559;
  border-bottom: 1px solid #c8e1fa;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.gazette-table tbody tr {
  background: linear-gradient(to right, rgba(227, 241, 255, 0) 0%, #fff 100%);
}
.gazette-table tbody tr:nth-child(even) {
  background: linear-gradient(
    to right,
    rgba(227, 241, 255, 0) 0%,
    #f4f8fc 100%
  );
}
.gazette-table tbody tr:hover {
  background: linear-gradient(
    to right,
    rgba(227, 241, 255, 0) 0%,
    #f4f8fc 100%
  );
}
.gazette-table tbody .doc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
}
.gazette-table tbody .doc-type {
  display: inline-block;
  padding: 6px 10px;
  background: #daeafb;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top-left-radius: 13px;
  color: #0087e6;
  font-size: 12px;
  margin-right: 10px;
  margin-left: auto;
  max-width: 90px;
}

.gazette-table tbody .doc-name {
  display: inline-block;
  color: #3a4559;
  font-size: 14px;
  max-width: 200px;
  width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gazette-table tbody .doc-name:hover {
  color: #0087e6;
}
/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}

.page-btn {
  padding: 8px 15px;
  margin: 0 5px;
  color: #cccccc;
  border: 1px solid #cccccc;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  word-break: keep-all;
  white-space: nowrap;
}

.page-btn:hover {
  color: #0087e6;
}

.page-btn.active,
.page-btn:hover {
  background-color: #0087e6;
  color: #fff;
  border: 1px solid #0087e6;
}

.gazette-library,
.latest-gazette {
  display: none;
}
.gazette-library.active,
.latest-gazette.active {
  display: block;
}

/* 历史公报轮播 */
.history-section {
  position: relative;
}
.history-section::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -250px;
  right: 0;
  background: url("../images/history-section.png") no-repeat center center;
  width: 852px;
  height: 260px;
}
.history-section .section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.history-section h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0087e6;
  text-align: center;
  position: relative;
  padding: 0 20px;
  width: 300px;
}
.history-section h3:before,
.history-section h3:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 17px;
}

.history-section h3:before {
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/free-query-line-left.png") no-repeat center center;
}

.history-section h3:after {
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/free-query-line-right.png") no-repeat center center;
}
.history-section .year-select-wrapper {
  position: absolute;
  right: 93px;
  top: 0;
  bottom: auto;
  width: 120px;
}
.history-section .year-select {
  width: 132px;
  padding: 5px 10px;
  border: 1px solid #c8e1fa;
  border-radius: 5px;
  font-size: 16px;
  color: #5f8fed;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  background: url(../images/select-arrow.png) no-repeat calc(100% - 15px) center;
  padding-right: 35px;
  cursor: pointer;
  text-align: center;
}
.history-section .year-select:focus {
  outline: none;
  border-color: #0087e6;
}
.gazette-carousel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.carousel-arrow {
  background: none;
  border: none;
  cursor: pointer;
}
.prev-arrow i {
  width: 22px;
  height: 39px;
  background: url("../images/prev-arrow.png") no-repeat center center;
  display: block;
}
.next-arrow i {
  width: 22px;
  height: 39px;
  background: url("../images/next-arrow.png") no-repeat center center;
  display: block;
}
.carousel-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 10px;
  width: 687px;
}

.carousel-item {
  width: 167px;
  min-width: 167px;
  height: 234px;
  padding: 13px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}
.carousel-item img {
  width: 100%;
  height: 90px;
  display: block;
  margin-bottom: 50px;
}
.carousel-year {
  font-size: 20px;
  font-weight: bold;
  color: #b97f09;
  margin-bottom: 10px;
}
.carousel-name {
  font-size: 14px;
  color: #959491;
}

/* 下拉框展开样式 */
select option {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 下拉菜单样式 */
.select-group {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  width: 100%;
}
/* 右侧ai */
.right-fixed-ai {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999;
}
.fixed-ai-wrapper{
  position: relative;
}

.right-fixed-ai a {
  display: block;
  width: 140px;
  overflow: hidden;
  border-radius: 5px;
}
.right-fixed-ai img {
  width: 100%;
  height: 100%;
  display: block;
}
.right-fixed-ai .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-fixed-ai .close-btn i{
  background: url(/material/images/ai-btn-close.png) no-repeat center center;
  background-size: 100% 100%;
  width: 13px;
  height:13px;
  display: block;
}
.right-fixed-ai.hidden {
  display: none;
}
/* 订阅样式 */
.checkbox-cont {
  margin: 50px 0;
}
.checkbox-cont .checkbox-item {
  display: inline-flex;
  align-items: center;
  width: 33%;
  line-height: 30px;
}

.checkbox-cont .checkbox-group input {
  margin-right: 6px;
  border: 1px solid #e3e3e3;
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.action-buttons button {
  flex: 1;
  height: 35px;
  border: 0;
}

.checkbox-group {
  margin: 15px 0 10px 0;
}

.checkbox-inline {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 25%;
  float: left;
  margin-left: 0px !important;
}

.verify-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 100%;
}

.verify-cont input {
  height: 35px;
  border-radius: 5px;
  padding-left: 5px;
  outline: none;
  border: 1px solid #ddd;
}

.verify-cont .tel {
  width: 115px;
  margin-right: 5px;
}

.verify-cont .code {
  width: 70px;
  margin-right: 5px;
}

.verify-cont button {
  flex: 1;
  height: 35px;
}

.btn-subscribe {
  height: 42px;
  width: 140px;
  margin: 0 auto;
  display: block;
}

.verify-code-group {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.verify-code-group input {
  flex: 1;
}

.verify-code-group .btn {
  white-space: nowrap;
}

.action-buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.action-btn {
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}

.action-buttons .btn-default {
  background: #b6b6b6;
  color: #fff;
}

.btn-default:hover {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: #0087e6;
}
.btn-primary:hover {
  box-shadow: 0 4px 7px rgba(1, 51, 105, 0.2);
}

.btn-success {
  background-color: #73cb99;
}
.btn-success:hover {
  box-shadow: 0 4px 7px rgba(16, 96, 0, 0.2);
}
.btn-code {
  color: #0087e6;
  border: 1px solid #0087e6;
  background-color: #C5E5FC;
}

/* 订阅样式 */
