* {
  box-sizing: border-box;
}
.main_w {
  width: 1400px;
  margin: 0 auto;
}
:root {
  --wall-item-height: 80px;
  --wall-item-width: 236px;
  --wall-item-number: 18;
  --duration: 120s;
}
@keyframes scrolling {
  to {
    transform: translateX(calc(var(--wall-item-width) * -1));
  }
}
.color_text {
  background: linear-gradient(90deg, #1fa9fe 0%, #1f4cfe 99%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 36px;
  font-weight: bold;
}
.title_text {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
a:hover {
  color: #1f68fe !important;
}
@keyframes progressBar {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
#collect {
  margin: auto;
  height: 920px;
  background: url(/pgs/design/common/images/bg1.png) no-repeat center;
  overflow: hidden;
  min-width: 1400px;
  max-width: 1920px;
}
#collect .collect_main {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
#collect .collect_main .text {
  width: 704px;
  height: 400px;
  background: url(/pgs/design/common/images/text.png) no-repeat center;
  background-size: cover;
}
#collect .collect_main .collect_box {
  padding: 40px;
  width: 480px;
  height: 512px;
  border-radius: 20px;
  opacity: 0.9;
  background: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(82, 152, 194, 0.4);
  box-sizing: border-box;
}
#collect .collect_main .collect_box .collect_title {
  font-size: 18px;
  margin-bottom: 24px;
  color: #333333;
}
#collect .collect_main .collect_box .collect_input {
  width: 400px;
  height: 52px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid rgba(120, 128, 152, 0.302);
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 14px;
}
#collect .collect_main .collect_box .collect_input:focus {
  border: 1px solid #1f68fe;
}
#collect .collect_main .collect_box .check_box {
  margin-top: 16px;
}
#collect .collect_main .collect_box .check_box .check_title {
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
}
#collect .collect_main .collect_box .check_box .check_content {
  display: flex;
  flex-wrap: wrap;
}
#collect .collect_main .collect_box .check_box .check_content .check_item {
  display: flex;
  width: 33.3%;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  align-items: center;
  margin-bottom: 20px;
}
#collect .collect_main .collect_box .check_box .check_content .check_item.select .icon_box {
  background: #1f68fe;
}
#collect .collect_main .collect_box .check_box .check_content .check_item.select .icon_box .dg_icon {
  display: block;
}
#collect .collect_main .collect_box .check_box .check_content .check_item .icon_box {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(120, 128, 152, 0.302);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#collect .collect_main .collect_box .check_box .check_content .check_item .icon_box .dg_icon {
  display: none;
  width: 10px;
  height: 9px;
  background: url(/pgs/design/common/images/icon_dg.png) no-repeat center;
}
#collect .collect_main .collect_box .collect_btn {
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 400px;
  height: 52px;
  border-radius: 8px;
  margin-top: 48px;
  background: linear-gradient(278deg, #845dfc 3%, #1f68fe 97%);
  cursor: pointer;
  box-shadow: 0px 5px 20px 0px rgba(31, 104, 254, 0.28);
  position: relative;
  overflow: hidden;
}
#collect .collect_main .collect_box .collect_btn:hover .highlight {
  display: block;
}
#collect .collect_main .collect_box .collect_btn .highlight {
  display: none;
  position: absolute;
  width: 93px;
  height: 93px;
  background: rgba(43, 254, 247, 0.4);
  filter: blur(30px);
}
#collect .collect_main .collect_box .collect_btn .collect_btn_text {
  position: relative;
  z-index: 1;
}
#collect .collect_list {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
}
#collect .collect_list .item {
  padding-left: 33px;
  width: 335px;
  height: 130px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  box-shadow: 3.5px 1.94px 40px 0px rgba(31, 104, 254, 0.2);
  background: rgba(255, 255, 255, 0.7);
  display: flex;
}
#collect .collect_list .item .icon {
  margin-top: 39px;
  margin-right: 25px;
  width: 53px;
  height: 53px;
  background: url(/pgs/design/common/images/icon_1fz@1x.png) no-repeat center;
}
#collect .collect_list .item .icon2 {
  background: url(/pgs/design/common/images/icon_4fz@1x.png) no-repeat center;
}
#collect .collect_list .item .icon3 {
  background: url(/pgs/design/common/images/icon_1w+@1x.png) no-repeat center;
}
#collect .collect_list .item .icon4 {
  background: url(/pgs/design/common/images/icon_200@1x.png) no-repeat center;
}
#collect .collect_list .item .text_box {
  margin-top: 26px;
}
#collect .collect_list .item .text_box .title {
  font-weight: bold;
  letter-spacing: 0em;
  color: #1f68fe;
  font-size: 36px;
}
#collect .collect_list .item .text_box .title span {
  font-size: 16px;
}
#collect .collect_list .item .text_box .text {
  color: #152038;
  font-size: 14px;
}
.step {
  min-width: 1400px;
  max-width: 1920px;
  padding: 80px 0;
}
.step .step_title {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #152038;
}
.step .step_title span {
  background: linear-gradient(90deg, #1fa9fe 0%, #1f4cfe 99%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.step .subtitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #152038;
  margin-top: 14px;
}
.step .step_content {
  width: 1400px;
  height: 526px;
  border-radius: 20px;
  background: #f5f9ff;
  box-sizing: border-box;
  border: 2px solid #d8f1ff;
  margin-top: 60px;
}
.step .step_content #step_slide {
  display: flex;
}
.step .step_content #step_slide .hd {
  width: 414px;
  margin-top: 88px;
  margin-left: 80px;
}
.step .step_content #step_slide .hd li {
  cursor: pointer;
  margin-bottom: 35px;
}
.step .step_content #step_slide .hd li.on .step_item {
  color: #1f4cfe;
}
.step .step_content #step_slide .hd li.on .step_item .name {
  color: #1f68fe;
}
.step .step_content #step_slide .hd li.on .step_item .icon {
  display: block;
}
.step .step_content #step_slide .hd li.on .expand {
  display: flex;
}
.step .step_content #step_slide .hd li .step_item {
  position: relative;
  color: #333333;
}
.step .step_content #step_slide .hd li .step_item .icon {
  display: none;
  width: 51px;
  height: 46px;
  background: url(/pgs/design/common/images/ys_xx@1x.png) no-repeat center;
  position: absolute;
  top: -15px;
  left: -8px;
}
.step .step_content #step_slide .hd li .step_item .step_name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.step .step_content #step_slide .hd li .step_item .name {
  font-size: 16px;
}
.step .step_content #step_slide .hd li .expand {
  display: none;
  margin-top: 20px;
  justify-content: space-between;
  height: 108px;
}
.step .step_content #step_slide .hd li .expand .line {
  width: 4px;
  height: 108px;
  margin-right: 20px;
  background: #cdd9eb;
}
.step .step_content #step_slide .hd li .expand .line .bar {
  width: 4px;
  height: 0;
  animation: progressBar 10s linear;
  animation-fill-mode: forwards;
  /* 保持最后一帧状态 */
  background: #1f68fe;
}
.step .step_content #step_slide .hd li .expand .text {
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 44px;
  color: #333333;
}
.step .step_content #step_slide .bd {
  width: 600px;
  height: 450px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  margin-top: 44px;
  margin-right: 70px;
  margin-left: 236px;
  border-radius: 20px;
  overflow: hidden;
}
.step .step_content #step_slide .bd video {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #000;
}
.goodHelper {
  margin: auto;
  min-width: 1400px;
  max-width: 1920px;
  height: 824px;
  background: #f5f9fd;
  padding: 80px 0;
  box-sizing: border-box;
}
.goodHelper .goodHelper_title {
  color: #152038;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.goodHelper .goodHelper_class {
  display: flex;
  justify-content: space-between;
}
.goodHelper .goodHelper_class .item {
  width: 320px;
  height: 320px;
  background: linear-gradient(180deg, #eff6fa 0%, #f7f9fb 100%);
  border-radius: 20px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.12);
}
.goodHelper .goodHelper_class .item .icon {
  width: 224px;
  height: 224px;
  background: url(/pgs/design/common/images/zxgs.png) no-repeat center;
  margin: 0 auto;
  margin-bottom: 4px;
  margin-top: 10px;
}
.goodHelper .goodHelper_class .item .icon.icon2 {
  margin-top: 20px;
  background: url(/pgs/design/common/images/dzmd.png) no-repeat center;
  margin-bottom: -7px;
}
.goodHelper .goodHelper_class .item .icon.icon3 {
  margin-top: 26px;
  width: 192px;
  height: 192px;
  background: url(/pgs/design/common/images/rzjj.png) no-repeat center;
  margin-bottom: 20px;
}
.goodHelper .goodHelper_class .item .icon.icon4 {
  margin-top: 20px;
  background: url(/pgs/design/common/images/jcdq.png) no-repeat center;
  margin-bottom: -7px;
}
.goodHelper .goodHelper_class .item .name {
  text-align: center;
  color: #152038;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: Microsoft YaHei;
}
.goodHelper #goodHelper_collect {
  margin-top: 80px;
  width: 1400px;
  height: 160px;
  box-sizing: border-box;
  border-radius: 20px;
  background: url(/pgs/design/common/images/bg2.png) no-repeat center;
  box-shadow: 0px 4px 30px 0px rgba(144, 180, 234, 0.2);
  padding: 30px 57px;
}
.goodHelper #goodHelper_collect .collect_title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 18px;
}
.goodHelper #goodHelper_collect .form_row {
  display: flex;
}
.goodHelper #goodHelper_collect .form_row input {
  width: 364px;
  height: 56px;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 16px;
  margin-right: 24px;
  border: 0;
  box-sizing: border-box;
}
.goodHelper #goodHelper_collect .form_row .btn {
  width: 170px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(289deg, #845dfc 3%, #1f68fe 97%);
  box-shadow: 0px 5px 20px 0px rgba(31, 104, 254, 0.28);
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.hxgn {
  min-width: 1400px;
  max-width: 1920px;
  height: 962px;
  padding: 80px 0;
  box-sizing: border-box;
}
.hxgn .color_text {
  text-align: center;
  margin-bottom: 14px;
}
.hxgn #hxgn_slide {
  margin-top: 60px;
}
.hxgn #hxgn_slide .hd ul {
  width: 1400px;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-shadow: 3.5px 1.94px 43px 0px rgba(130, 143, 165, 0.4);
  display: flex;
  padding: 12px;
  justify-content: space-between;
}
.hxgn #hxgn_slide .hd ul li {
  cursor: pointer;
  width: 208px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxgn #hxgn_slide .hd ul li.on {
  background: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(41, 55, 83, 0.2);
}
.hxgn #hxgn_slide .hd ul li.on .name {
  font-weight: bold;
  color: #1f68fe;
}
.hxgn #hxgn_slide .hd ul li .icon {
  width: 34px;
  height: 34px;
  background: url(/pgs/design/common/images/icon_hxgjt@1x.png);
  margin-right: 10px;
}
.hxgn #hxgn_slide .hd ul li .icon2 {
  background: url(/pgs/design/common/images/icon_jxmb@1x.png);
}
.hxgn #hxgn_slide .hd ul li .icon3 {
  background: url(/pgs/design/common/images/icon_znbj@1x.png);
}
.hxgn #hxgn_slide .hd ul li .icon4 {
  background: url(/pgs/design/common/images/icon_fasj@1x.png);
}
.hxgn #hxgn_slide .hd ul li .icon5 {
  background: url(/pgs/design/common/images/icon_jsxr@1x.png);
}
.hxgn #hxgn_slide .hd ul li .icon6 {
  background: url(/pgs/design/common/images/icon_bjfx@1x.png);
}
.hxgn #hxgn_slide .hd ul li .name {
  font-size: 16px;
  color: #333;
}
.hxgn #hxgn_slide .bd {
  width: 1400px;
  height: 602px;
  overflow: hidden;
}
.hxgn #hxgn_slide .bd li .item {
  display: flex;
  margin-left: -60px;
}
.hxgn #hxgn_slide .bd li .item .pic {
  width: 874px;
  height: 542px;
  margin-top: 60px;
  margin-right: 6px;
}
.hxgn #hxgn_slide .bd li .item .pic1 {
  background: url(/pgs/design/common/images/pic_hxgjt@1x.png);
}
.hxgn #hxgn_slide .bd li .item .pic2 {
  background: url(/pgs/design/common/images/pic_znbj@1x.png);
}
.hxgn #hxgn_slide .bd li .item .pic3 {
  background: url(/pgs/design/common/images/pic_jxmb@1x.png);
}
.hxgn #hxgn_slide .bd li .item .pic4 {
  background: url(/pgs/design/common/images/pic_fasj@1x.png);
}
.hxgn #hxgn_slide .bd li .item .pic5 {
  background: url(/pgs/design/common/images/pic_jsxr@1x.png);
}
.hxgn #hxgn_slide .bd li .item .pic6 {
  background: url(/pgs/design/common/images/pic_bjfx@1x.png);
}
.hxgn #hxgn_slide .bd li .item .info {
  position: relative;
  width: 527px;
  height: 306px;
  color: #333333;
  padding-top: 26px;
  padding-left: 38px;
  box-sizing: border-box;
}
.hxgn #hxgn_slide .bd li .item .info.info1 {
  margin-top: 147px;
}
.hxgn #hxgn_slide .bd li .item .info .icon {
  position: absolute;
  width: 83px;
  height: 75px;
  background: url(/pgs/design/common/images/ys_xx_big.png) no-repeat center;
  top: 0;
  left: 0;
}
.hxgn #hxgn_slide .bd li .item .info .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 22px;
}
.hxgn #hxgn_slide .bd li .item .info .text {
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  margin-bottom: 14px;
  display: flex;
  letter-spacing: -0.01em;
}
.hxgn #hxgn_slide .bd li .item .info .text span {
  font-weight: bold;
  font-size: 26px;
  padding-right: 14px;
}
.jxal {
  margin: auto;
  min-width: 1400px;
  max-width: 1920px;
  height: 1596px;
  padding: 80px 0;
  box-sizing: border-box;
  background: #eff4fc;
}
.jxal .jxal_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jxal .jxal_list .item {
  width: 440px;
  height: 306px;
  background: #000;
  border-radius: 16px;
  margin-bottom: 40px;
  overflow: hidden;
}
.jxal .jxal_list .item img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.jxal .jxal_list .item img:hover {
  transform: scale(1.05);
}
.jxal .jxal_list .item.big {
  width: 680px;
  height: 400px;
}
.jxal #jxal_collect {
  margin-top: 13px;
  width: 1403px;
  height: 187px;
  background: url(/pgs/design/common/images/bg02@1x.png) no-repeat;
  box-sizing: border-box;
  padding-left: 435px;
  overflow: hidden;
}
.jxal #jxal_collect .title {
  font-size: 16px;
  color: #ffffff;
  margin-top: 63px;
  margin-bottom: 10px;
}
.jxal #jxal_collect .form_row {
  display: flex;
}
.jxal #jxal_collect .form_row input {
  width: 364px;
  height: 56px;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 16px;
  margin-right: 20px;
  border: 0;
  box-sizing: border-box;
}
.jxal #jxal_collect .form_row .btn {
  width: 170px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(267deg, #ffd324 7%, #ffd64e 99%);
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  font-weight: bold;
  color: #50410e;
  cursor: pointer;
}
.brand {
  min-width: 1400px;
  margin: auto;
  height: 602px;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}
.brand .subtitle {
  margin-top: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #152038;
  font-size: 18px;
}
.brand .wall_box {
  margin-top: 60px;
}
.brand .wall {
  margin: 30px auto;
  height: var(--wall-item-height);
  width: 100%;
  position: relative;
}
.brand .wall .wall-item {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(var(--wall-item-width) * var(--wall-item-number)));
  height: var(--wall-item-height);
  width: var(--wall-item-width);
  background: #fff;
  animation: scrolling var(--duration) linear infinite;
  cursor: pointer;
  box-shadow: 0px 4px 20px 0px rgba(40, 84, 176, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand .wall .wall-item img {
  width: 90px;
  height: 45px;
  background: unset;
}
.brand .wall[data-direction="reverse"] .wall-item {
  animation-direction: reverse;
  background: #fff;
}
.brand .wall .wall-item:nth-child(1) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 1) * -1);
}
.brand .wall .wall-item:nth-child(2) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 2) * -1);
}
.brand .wall .wall-item:nth-child(3) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 3) * -1);
}
.brand .wall .wall-item:nth-child(4) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 4) * -1);
}
.brand .wall .wall-item:nth-child(5) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 5) * -1);
}
.brand .wall .wall-item:nth-child(6) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 6) * -1);
}
.brand .wall .wall-item:nth-child(7) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 7) * -1);
}
.brand .wall .wall-item:nth-child(8) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 8) * -1);
}
.brand .wall .wall-item:nth-child(9) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 9) * -1);
}
.brand .wall .wall-item:nth-child(10) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 10) * -1);
}
.brand .wall .wall-item:nth-child(11) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 11) * -1);
}
.brand .wall .wall-item:nth-child(12) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 12) * -1);
}
.brand .wall .wall-item:nth-child(13) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 13) * -1);
}
.brand .wall .wall-item:nth-child(14) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 14) * -1);
}
.brand .wall .wall-item:nth-child(15) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 15) * -1);
}
.brand .wall .wall-item:nth-child(16) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 16) * -1);
}
.brand .wall .wall-item:nth-child(17) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 17) * -1);
}
.brand .wall .wall-item:nth-child(18) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 18) * -1);
}
.brand .wall .wall-item:nth-child(19) {
  animation-delay: calc((var(--duration) / var(--wall-item-number)) * (var(--wall-item-number) - 19) * -1);
}
.brand .wall:has(.wall-item:hover) .wall-item {
  animation-play-state: paused;
}
.download {
  min-width: 1400px;
  margin: auto;
  max-width: 1920px;
  height: 897px;
  padding-top: 124px;
  box-sizing: border-box;
  background: url(/pgs/design/common/images/download_bg.png) no-repeat top;
}
.download .title_text {
  margin-bottom: 55px;
}
.download .download_step {
  width: 950px;
  height: 150px;
  background: url(/pgs/design/common/images/down_step.png) no-repeat top;
  background-size: contain;
  margin: auto;
}
.download .download_title {
  color: #152038;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.download .download_area {
  display: flex;
  justify-content: center;
  margin-bottom: 141px;
}
.download .download_area .download_box {
  width: 584px;
  height: 200px;
  border-radius: 16px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  box-shadow: 3.5px 1.94px 43px 0px rgba(130, 143, 165, 0.4);
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.download .download_area .download_box:first-child {
  margin-right: 40px;
}
.download .download_area .download_box .download_href .type_name {
  color: #152038;
  font-size: 20px;
  font-weight: bold;
  margin-top: 56px;
  margin-bottom: 22px;
}
.download .download_area .download_box .download_href .btn_row {
  display: flex;
}
.download .download_area .download_box .download_href .btn_row .download_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 40px;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #1f68fe;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #1f68fe;
  margin-right: 10px;
}
.download .download_area .download_box .qrCode {
  width: 140px;
  height: 140px;
  border-radius: 16px;
  box-sizing: border-box;
  border: 2px solid #c7cfde;
  margin-top: 30px;
}
.download .download_area .download_box .qrCode img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.bottom_collect {
  min-width: 1400px;
  max-width: 1920px;
  bottom: 0;
  margin: auto;
  height: 159px;
  box-sizing: border-box;
  padding-top: 32px;
  padding-left: 802px;
  background: url(/pgs/design/common/images/bg_03.png) no-repeat center;
  margin-bottom: -4px;
}
.bottom_collect#fixed_collect {
  position: fixed;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  background: url(/pgs/design/common/images/bg03@1x.png) no-repeat center;
}
.bottom_collect .collect_title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 18px;
}
.bottom_collect .collect_title span {
  color: #3fe8e8;
}
.bottom_collect .form_row {
  display: flex;
}
.bottom_collect .form_row input {
  width: 324px;
  height: 52px;
  border-radius: 6px;
  color: #666666;
  padding: 0 20px;
  font-size: 16px;
  margin-right: 20px;
  border: 0;
  box-sizing: border-box;
}
.bottom_collect .form_row .btn {
  width: 170px;
  height: 52px;
  border-radius: 8px;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(287deg, #845dfc 3%, #1f68fe 97%);
  box-shadow: 0px 5px 20px 0px rgba(31, 104, 254, 0.28);
  cursor: pointer;
}
.bottom_collect .close_btn {
  width: 20px;
  height: 20px;
  background: url(/pgs/design/common/images/icon_gb_w@1x.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 260px;
  top: 10px;
}
#fixed_btn {
  display: none;
  cursor: pointer;
  right: 0;
  top: 90%;
  transform: translateY(-50%);
  position: fixed;
  width: 210px;
  height: 58px;
  line-height: 52px;
  background: linear-gradient(286deg, #845dfc 3%, #1f68fe 97%);
  box-sizing: border-box;
  border: 2px solid #99f8fe;
  box-shadow: 0px 5px 20px 0px rgba(31, 104, 254, 0.28);
  padding-left: 72px;
  border-radius: 50px 0 0 50px;
}
#fixed_btn .icon {
  width: 55px;
  height: 57px;
  background: url(/pgs/design/common/images/pic_sqsy@1x.png) no-repeat;
  position: absolute;
  left: 12px;
  top: -10px;
}
#fixed_btn span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
#collect-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
#collect-popup .collect-popup_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 660px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
}
#collect-popup .collect-popup_main .collect-popup_pic {
  width: 580px;
  height: 660px;
  background: url(/pgs/design/common/images/popup_pic.png) no-repeat center;
}
#collect-popup .collect-popup_main .collect_box {
  width: 420px;
  height: 100%;
  position: relative;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
#collect-popup .collect-popup_main .collect_box .close_btn {
  width: 20px;
  height: 20px;
  background: url(/pgs/design/common/images/icon_gb_b@1x.png) no-repeat center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#collect-popup .collect-popup_main .collect_box .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
#collect-popup .collect-popup_main .collect_box .collect_input {
  width: 340px;
  height: 52px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid rgba(120, 128, 152, 0.302);
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 14px;
}
#collect-popup .collect-popup_main .collect_box .collect_input:focus {
  border: 1px solid #1f68fe;
}
#collect-popup .collect-popup_main .collect_box .check_box {
  margin-top: 16px;
}
#collect-popup .collect-popup_main .collect_box .check_box .check_title {
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
}
#collect-popup .collect-popup_main .collect_box .check_box .check_content {
  display: flex;
  flex-wrap: wrap;
}
#collect-popup .collect-popup_main .collect_box .check_box .check_content .check_item {
  display: flex;
  width: 50%;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  align-items: center;
  margin-bottom: 20px;
}
#collect-popup .collect-popup_main .collect_box .check_box .check_content .check_item.select .icon_box {
  background: #1f68fe;
}
#collect-popup .collect-popup_main .collect_box .check_box .check_content .check_item.select .icon_box .dg_icon {
  display: block;
}
#collect-popup .collect-popup_main .collect_box .check_box .check_content .check_item .icon_box {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(120, 128, 152, 0.302);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#collect-popup .collect-popup_main .collect_box .check_box .check_content .check_item .icon_box .dg_icon {
  display: none;
  margin-top: -2px;
  width: 14px;
  height: 14px;
  background: url(/pgs/design/common/images/icon_dg.png) no-repeat center;
}
#collect-popup .collect-popup_main .collect_box .collect_btn {
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  width: 400px;
  width: 340px;
  border-radius: 8px;
  margin-top: 107px;
  background: linear-gradient(278deg, #845dfc 3%, #1f68fe 97%);
  cursor: pointer;
  box-shadow: 0px 5px 20px 0px rgba(31, 104, 254, 0.28);
  position: relative;
  overflow: hidden;
}
#collect-popup .collect-popup_main .collect_box .collect_btn:hover .highlight {
  display: block;
}
#collect-popup .collect-popup_main .collect_box .collect_btn .highlight {
  display: none;
  position: absolute;
  width: 93px;
  height: 93px;
  background: rgba(43, 254, 247, 0.4);
  filter: blur(30px);
}
#collect-popup .collect-popup_main .collect_box .collect_btn .collect_btn_text {
  position: relative;
  z-index: 1;
}