.container {
  padding-top: 0.834rem;
  background: linear-gradient(to bottom, #163381, #FFF);
  overflow: hidden;
}

.top-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.371rem;
  margin-bottom: 0.185rem;
}

.baojia-title-box .baojia-title {
  font-size: 0.464rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.baojia-title-box .baojia-des-title {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.204rem;
  text-align: center;
  color: #fff;
  margin: 0.093rem 0;
  border-radius: 0.278rem;
  padding: 0.046rem 0.185rem;
}

.baojia-lvding-box {
  background-color: #0079D5;
  border-radius: 0.139rem;
  color: #FFF;
  margin-left: 0.185rem;
  padding: 0.102rem 0.139rem;
  width: 1.389rem;
}

.baojia-lvding-box .lvding-title {
  font-size: 0.204rem;
  text-align: center;
}

.baojia-lvding-box .lvding-des-jiage {
  font-size: 0.371rem;
  text-align: center;
}

.body {
  padding: 0 3%;
  margin-bottom: 1.389rem;
}

.page_title_h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.556rem;
  display: block;
  text-align: center;
  margin-top: 0.371rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.093rem;
}

.page_title_h2 {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 0.185rem;
  color: #e2e2e2;
}

.form_box {
  background-color: aliceblue;
  border-radius: 0.185rem;
  padding: 0.324rem;
}

.page-section {
  margin-bottom: 0.093rem;
}

/* 定义缩放动画 */
@keyframes scaleUpDown {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* 可以调整缩放比例 */
  }
}

.page-section button {
  width: 100%;
  height: 0.834rem;
  line-height: 0.834rem;
  font-size: 0.324rem;
  border-radius: 0.185rem;
  margin-top: 0.324rem;
  background-color: #F37934;
  border: 0;
  color: #fff;
  position: relative;
  /* 设置动画 */
  animation: scaleUpDown 1s ease-in-out infinite; /* 缩放动画，持续1秒，缓动函数为ease-in-out，无限循环 */
}

.page-section button::before {
  content: "获取铝单板出厂价";
  position: absolute;
  top: -0.185rem;
  right: 0.185rem;
  font-size: 0.241rem;
  padding: 0 0.139rem;
  background-image: linear-gradient(to bottom, gold, rgb(195, 223, 34));
  height: 0.333rem;
  line-height: 0.333rem;
  border-top-left-radius: 0.093rem; /* 左上角 */
  border-top-right-radius: 0.093rem; /* 右上角 */
  border-bottom-right-radius: 0.093rem; /* 右下角 */
  color: #d80000;
}

.shuoming {
  font-size: 0.231rem;
  color: #999;
  padding: 0.185rem;
}

.page-section button::after {
  border: 0;
}

.page-section-title {
  color: #666;
  margin-bottom: 0.046rem;
  font-size: 0.278rem;
  vertical-align: bottom;
}

.xx_box {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.xx_box .radio-group{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.page-section label {
    flex: 0 0 calc(33% - 0.093rem);
    background-color: #fff;
    font-size: 0.26rem;
    border: 1px solid #e3e3e3;
    margin: 0.05rem 0.05rem;
    display: flex;
    align-items: center;
    padding: 0.15rem;
    box-sizing: border-box;
    border-radius: 0.1rem;
}

.page-section input[type="radio"]{
    width: 0.3rem;
    height: 0.3rem;
    margin: 0;
    margin-right: 5px;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.popup-content {
  background-color: #fff;
  padding: 0.278rem;
  width: 65%;
  max-width: 5.556rem;
  border-radius: 0.185rem;
  position: relative;
  padding-top: 0.5rem;
}

.popup-content .popup-button {
  position: absolute;
  width: 0.464rem;
  height: 0.464rem;
  border-radius: 0.464rem;
  background-color: #333;
  top: -0.648rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  color: #fff;
  font-size: 0.278rem;
  text-align: center;
  line-height: 0.463rem;
}

.popup-content .popup-shuoming {
  font-size: 0.231rem;
  color: #999;
  padding: 0.185rem 0;
}

.popup-content .popup-baojia-text {
  text-align: center;
  margin-top: 0.093rem;
  font-size: 0.278rem;
  color: #333;
}

.popup-content .popup-baojia-jieguo {
  text-align: center;
  margin: 0.185rem 0;
  font-size: 0.371rem;
  color: red;
}
.xx_box #phone_number{
    padding: 0.35rem 0.2rem;
    color: #333;
    border: 1px solid #CCCCCC;
    font-size: 0.278571rem;
    height: 0.557143rem;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    outline: none;
    border-radius: 0.1rem;
}
