* {
  margin: 0;
  padding: 0;
  transition-property: color, background;
  transition-duration: 0.1s, 0.3s;
}
body {
  color: #333;
  width: 100%;
}
input {
  border: none;
  outline: none;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
button {
  color: inherit;
  border: none;
  cursor: pointer;
}
.header {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  margin: 0 auto;
}
.header .header_logo {
  width: 230px;
}
.header .header_ul {
  display: flex;
  align-self: flex-end;
  font-size: 18px;
  padding-bottom: 4px;
  margin-left: 50px;
}
.header .header_ul a {
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  margin-left: 42px;
}
.header .header_ul a.header_ul_active,
.header .header_ul a:hover {
  color: #0073FF;
  border-bottom-color: #0073FF;
  font-weight: 600;
}
.header .header_search {
  display: flex;
}
.header .header_search .header_search_l {
  border: 1px solid #C0C0C0;
  border-right: 0;
  display: flex;
  align-items: center;
  padding: 10px;
}
.header .header_search .header_search_l .header_search_l_img {
  width: 20px;
}
.header .header_search .header_search_r {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  background: #0073FF;
  padding: 8px 16px;
}
.move_header {
  display: none;
}
.footer .footer_dl_list_bg {
  background: #EDF8FF;
}
.footer .footer_dl_list {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.footer .footer_dl_list dl {
  display: flex;
  align-items: center;
}
.footer .footer_dl_list dl dt img {
  width: 40px;
}
.footer .footer_dl_list dl dd {
  margin-left: 20px;
}
.footer .footer_dl_list dl dd p {
  font-size: 16px;
}
.footer .footer_dl_list dl dd p:nth-child(2) {
  color: #0073FF;
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}
.footer .footer_below_bg {
  background: linear-gradient(180deg, #0C72D0 0%, #0066E3 100%);
}
.footer .footer_below {
  color: #9AC3F2;
  font-size: 12px;
  text-align: center;
  padding: 18px 0;
  line-height: 24px;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.home .home_swiper {
  position: relative;
}
.home .home_swiper .swiper2 img {
  width: 100%;
  height: 650px;
  display: block;
  object-fit: cover;
}
.home .home_swiper .swiper1_bg {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.home .home_swiper .swiper1_bg .swiper1_title {
  font-size: 24px;
}
.home .home_swiper .swiper1 .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  padding: 40px 0 30px;
}
.home .home_swiper .swiper1 .swiper-slide:nth-child(1) .swiper-slide_bd {
  border-left: none;
}
.home .home_swiper .swiper1 .swiper-slide_bd {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.home .home_swiper .swiper1 .swiper-slide-thumb-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
}
.home .home_swiper .swiper1 .swiper-slide-thumb-active .swiper-slide_bd,
.home .home_swiper .swiper1 .swiper-slide-thumb-active + .swiper-slide .swiper-slide_bd {
  border-left-color: transparent;
}
.home .home_row {
  padding: 40px 0 60px;
}
.home .home_row:nth-child(2n) {
  background: #F5F6FC;
}
.home .home_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.home .home_title .home_title_l {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
}
.home .home_title .home_title_r {
  color: #0073FF;
  font-size: 14px;
  border: 1px solid currentColor;
  padding: 4px 16px;
  cursor: pointer;
}
.home .home_notice {
  display: flex;
  background: #EDF5FF;
}
.home .home_notice .home_notice_col {
  width: 25%;
  padding: 20px 30px;
  border-right: 1px solid #E4E4E4;
}
.home .home_notice .home_notice_col .home_notice_col_time {
  color: #999999;
}
.home .home_notice .home_notice_col .home_notice_col_title {
  font-weight: 500;
  margin-top: 6px;
}
.home .home_notice .home_notice_col .home_notice_col_text {
  font-size: 14px;
  margin-top: 4px;
}
.home .home_notice .home_notice_col .home_notice_col_title,
.home .home_notice .home_notice_col .home_notice_col_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .home_notice .home_notice_col .home_notice_col_btn a {
  display: inline-block;
  color: #C3C7CC;
  font-size: 14px;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 6px 20px;
  margin-top: 12px;
  cursor: pointer;
}
.home .home_notice .home_notice_col:hover {
  color: #fff;
  background: #0073FF;
}
.home .home_notice .home_notice_col:hover .home_notice_col_time {
  color: inherit;
}
.home .home_notice .home_notice_col:hover .home_notice_col_btn a {
  color: #0073FF;
  background: #fff;
}
.home .home_notice .home_notice_col:last-child {
  border-right: none;
}
.home .home_dynamics {
  display: flex;
}
.home .home_dynamics .home_dynamics_img {
  width: 580px;
  height: 342px;
}
.home .home_dynamics .home_dynamics_list {
  flex: 1;
  margin-left: 36px;
}
.home .home_dynamics .home_dynamics_list .home_dynamics_list_row {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.home .home_dynamics .home_dynamics_list .home_dynamics_list_row::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0073FF;
  border-radius: 50%;
}
.home .home_dynamics .home_dynamics_list .home_dynamics_list_row .home_dynamics_list_row_title {
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px;
}
.home .home_dynamics .home_dynamics_list .home_dynamics_list_row .home_dynamics_list_row_time {
  color: #999999;
}
.home .home_dynamics .home_dynamics_list .home_dynamics_list_row .home_dynamics_list_row_img {
  display: none;
}
.home .home_dynamics .home_dynamics_list .home_dynamics_list_row:hover .home_dynamics_list_row_title {
  color: #0073FF;
  font-weight: 600;
}
.home .home_result .home_result_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home .home_result .home_result_list .home_result_list_row {
  width: 595px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.home .home_result .home_result_list .home_result_list_row .home_result_list_row_title {
  font-weight: 600;
}
.home .home_result .home_result_list .home_result_list_row .home_result_list_row_text {
  color: #666666;
  font-size: 14px;
  margin-top: 14px;
}
.home .home_result .home_result_list .home_result_list_row .home_result_list_row_time {
  color: #999999;
  font-size: 12px;
  margin-top: 14px;
}
.home .home_result .home_result_list .home_result_list_row:hover {
  color: #fff;
  background: #0073FF;
}
.home .home_result .home_result_list .home_result_list_row:hover .home_result_list_row_text,
.home .home_result .home_result_list .home_result_list_row:hover .home_result_list_row_time {
  color: inherit;
}
.home .home_device {
  display: flex;
  justify-content: space-between;
}
.home .home_device .home_device_col {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  width: 370px;
  padding: 44px 0 36px;
  background-repeat: no-repeat;
}
.home .home_device .home_device_col p {
  display: inline-block;
  text-align: center;
  margin-left: 34px;
}
.home .home_device a:nth-child(1) .home_device_col {
  background-image: url('../img/home-bg.png');
}
.home .home_device a:nth-child(2) .home_device_col {
  background-image: url('../img/home-bg2.png');
}
.home .home_device a:nth-child(3) .home_device_col {
  background-image: url('../img/home-bg3.png');
}
.home .home_swiper3_bg {
  background: linear-gradient(90deg, #fff, rgba(0, 0, 0, 0), #fff), linear-gradient(#fff, #EEEEEF, #fff);
  padding-bottom: 0;
}
.home .home_swiper3_bg .home_swiper3_bg_b {
  padding-bottom: 60px;
  overflow: hidden;
}
.home .home_swiper3_bg .home_title {
  margin-bottom: 0;
}
.home .home_swiper3 {
  width: 1670px;
  margin: 0 auto;
  position: relative;
  margin-left: -280px;
}
.home .home_swiper3::before,
.home .home_swiper3::after {
  width: 270px;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}
.home .home_swiper3::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent 100%);
}
.home .home_swiper3::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, transparent 100%);
}
.home .home_swiper3 .swiper3 {
  padding: 40px 0 100px;
}
.home .home_swiper3 .swiper-wrapper .swiper-slide {
  width: 260px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #F8F8F8;
  box-sizing: border-box;
  text-align: center;
  height: auto;
  font-size: 14px;
}
.home .home_swiper3 .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 20px;
}
.home .home_swiper3 .swiper-wrapper .swiper-slide:nth-child(1),
.home .home_swiper3 .swiper-wrapper .swiper-slide:last-child {
  visibility: hidden;
}
.home .home_swiper3 .swiper-wrapper .swiper-slide:last-child {
  width: 170px;
}
.home .home_swiper3 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 244px;
  display: block;
}
.home .home_swiper3 .swiper-wrapper .swiper-slide .home_swiper3_title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 6px;
}
.home .home_swiper3 .swiper-wrapper .swiper-slide:hover {
  color: #fff;
  background: #0073FF;
}
.home .home_swiper5 {
  width: 1670px;
  margin-left: -280px;
  margin-bottom: -40px;
}
.home .home_swiper5::before,
.home .home_swiper5::after {
  width: 270px;
}
.home .home_swiper5 .swiper-wrapper .swiper-slide {
  width: 270px;
  padding: 0px;
}
.home .home_swiper5 .swiper-wrapper .swiper-slide a {
  height: 100%;
  padding: 0;
}
.home .home_swiper5 .swiper-wrapper .swiper-slide:last-child {
  width: 180px;
}
.home .home_swiper5 .swiper-wrapper .swiper-slide img {
  height: 180px;
}
.home .home_swiper5 .swiper-wrapper .swiper-slide .home_swiper3_title {
  padding: 26px 0 30px;
}
.home .home_swiper_navigation {
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 196px;
  z-index: 3;
}
.home .home_swiper_navigation .home_swiper_navigation_col {
  box-shadow: -4px 4px 20px 0px rgba(32, 180, 134, 0.12);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  margin-left: 16px;
  cursor: pointer;
}
.home .home_swiper_navigation .swiper3-prev {
  background: url('../img/left.svg') no-repeat left / cover;
}
.home .home_swiper_navigation .swiper3-prev:hover {
  background-image: url('../img/left-on.svg');
}
.home .home_swiper_navigation .swiper3-next {
  background: url('../img/right.svg') no-repeat left / contain;
}
.home .home_swiper_navigation .swiper3-next:hover {
  background-image: url('../img/right-on.svg');
}
.home .home_cooperate {
  color: #FFFFFF;
  text-align: center;
  background: url('../img/home-bg4.png') no-repeat center / cover;
  border-bottom: 10px solid #0073FF;
  padding: 30px 0;
}
.home .home_cooperate .home_cooperate_title {
  font-size: 26px;
}
.home .home_cooperate .home_cooperate_text {
  font-size: 36px;
  margin-top: 20px;
}
.home .home_cooperate .home_cooperate_btn {
  font-size: 18px;
  display: inline-block;
  background: #0073FF;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 36px;
  margin-top: 30px;
}
.cbanner {
  height: 323px;
  background-size: cover;
  padding-top: 1px;
}
.cbanner .cbanner_title {
  font-size: 50px;
  font-weight: 600;
  margin-top: 80px;
}
.cmenu {
  display: flex;
  margin-top: 30px;
}
.cmenu .cmenu_l {
  width: 258px;
  margin-right: 30px;
}
.cmenu .cmenu_l .cmenu_title {
  color: #fff;
  font-size: 24px;
  background: linear-gradient(90deg, #0152D9 0%, #4B8BF4 100%);
  border-radius: 8px 8px 0 0;
  padding: 20px 24px;
}
.cmenu .cmenu_l .cmenu_list {
  color: #1F2329;
  text-align: center;
  padding: 0 24px;
  background: #F4F4F4;
  border-radius: 0 0 8px 8px;
}
.cmenu .cmenu_l .cmenu_list a {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #BFBFBF;
}
.cmenu .cmenu_l .cmenu_list a:last-child {
  border-bottom: none;
}
.cmenu .cmenu_l .cmenu_list a.cmenu_list_active img,
.cmenu .cmenu_l .cmenu_list a:hover img {
  display: inline-block;
}
.cmenu .cmenu_l .cmenu_list a img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: none;
}
.cmenu .cmenu_l .cmenu_list a li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.cmenu .cmenu_r {
  flex: 1;
}
.crumbs {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F2F2F2;
  padding: 30px 0;
}
.crumbs .crumbs_img {
  width: 20px;
}
.crumbs .crumbs_text {
  font-size: 14px;
  margin-left: 12px;
}
.crumbs .crumbs_text a:hover {
  color: #0073FF;
}
.notice .notice_list .notice_list_row {
  display: flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  padding: 30px;
  margin-top: 20px;
}
.notice .notice_list .notice_list_row:hover {
  color: #fff;
  background: #0073FF;
  border-color: currentColor;
}
.notice .notice_list .notice_list_row:hover .notice_list_row_r {
  border-right-color: #fff;
}
.notice .notice_list .notice_list_row .notice_list_row_r {
  border-left: 2px solid #EFEFEF;
  padding-left: 32px;
  margin-left: 32px;
  flex: 1;
  width: 0;
}
.notice .notice_list .notice_list_row .notice_list_row_r .notice_list_row_title {
  font-weight: 600;
  font-size: 18px;
}
.notice .notice_list .notice_list_row .notice_list_row_r .notice_list_row_text {
  margin-top: 6px;
}
.notice .notice_list .notice_list_row .notice_list_row_r .notice_list_row_title,
.notice .notice_list .notice_list_row .notice_list_row_r .notice_list_row_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pages {
  text-align: center;
  margin: 40px 0 70px;
}
.pages a,
.pages span {
  display: inline-block;
  font-size: 14px;
  color: #9E9E9E;
  border: 1px solid #DCDCDC;
  padding: 6px 12px;
  margin: 0 3px;
}
.pages span {
  color: #fff;
  background: #0073FF;
  border-color: #0073FF;
}
.detail .detail_header {
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  padding: 46px 0 36px;
}
.detail .detail_header .detail_title {
  font-size: 36px;
  font-weight: 600;
}
.detail .detail_header .detail_text {
  color: #666666;
  font-size: 18px;
  margin-top: 6px;
}
.detail .detail_header .detail_text span {
  width: 20px;
  display: inline-block;
}
.detail .detail_content {
  color: #666;
  line-height: 40px;
  margin: 36px 0 50px;
}
.dynamics_list {
  display: flex;
  flex-wrap: wrap;
}
.dynamics_list .dynamics_list_col {
  width: 290px;
  margin-right: 13.33px;
  margin-top: 30px;
}
.dynamics_list .dynamics_list_col:nth-child(4n) {
  margin-right: 0;
}
.dynamics_list .dynamics_list_col .dynamics_list_col_img {
  width: 100%;
  height: 190px;
  display: block;
}
.dynamics_list .dynamics_list_col .dynamics_list_col_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-top: 16px;
}
.dynamics_list .dynamics_list_col .dynamics_list_col_text {
  color: #999999;
  margin-top: 10px;
}
.expert .expert_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 20px;
}
.expert .expert_list .expert_list_col {
  text-align: center;
  box-shadow: 0px 0px 20px 0px #EEEEEF;
  border-radius: 16px;
  margin-right: 38px;
  margin-bottom: 30px;
}
.expert .expert_list .expert_list_col:nth-child(3n) {
  margin-right: 0;
}
.expert .expert_list .expert_list_col a {
  display: inline-block;
  padding: 16px;
}
.expert .expert_list .expert_list_col .expert_list_col_img {
  width: 240px;
  height: 264px;
}
.expert .expert_list .expert_list_col .expert_list_col_title {
  font-weight: 600;
  font-size: 20px;
  margin: 6px 0 4px;
}
.expert .expert_list .expert_list_col .expert_list_col_text {
  color: #6D737A;
}
.expert .expert_list .expert_list_col:hover {
  color: #fff;
  background: #0073FF;
}
.expert .expert_list .expert_list_col:hover .expert_list_col_text {
  color: inherit;
}
.expert_detail {
  display: flex;
  align-items: flex-start;
  margin: 40px 0 100px;
}
.expert_detail .expert_detail_img {
  width: 240px;
  margin-right: 50px;
}
.expert_detail .expert_detail_title {
  color: #0073FF;
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
}
.expert_detail .expert_detail_content {
  color: #080808;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}
.gain .gain_list .gain_list_row {
  display: flex;
  border: 1px solid #E4E4E4;
  padding: 10px;
  margin-bottom: 20px;
}
.gain .gain_list .gain_list_row .gain_list_row_r {
  flex: 1;
  padding: 10px 0;
  margin-left: 20px;
}
.gain .gain_list .gain_list_row .gain_list_row_img {
  width: 240px;
  height: 240px;
}
.gain .gain_list .gain_list_row .gain_list_row_title {
  font-size: 18px;
  font-weight: 600;
}
.gain .gain_list .gain_list_row .gain_list_row_subtitle {
  color: #666666;
  margin-top: 10px;
}
.gain .gain_list .gain_list_row .gain_list_row_text {
  color: #666666;
  font-size: 14px;
  margin-top: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gain .gain_list .gain_list_row .gain_list_row_btn a {
  color: #666666;
  display: inline-block;
  border: 1px solid #F3F3F3;
  border-radius: 4px;
  padding: 10px 32px;
  margin-top: 60px;
}
.gain .gain_list .gain_list_row .gain_list_row_btn a:hover {
  color: #fff;
  background: #0073FF;
}
.news .news_list .news_list_row {
  display: flex;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.news .news_list .news_list_row .news_list_row_r {
  flex: 1;
  padding: 20px;
}
.news .news_list .news_list_row .news_list_row_img {
  width: 240px;
  height: 170px;
  display: block;
}
.news .news_list .news_list_row .news_list_row_title {
  font-size: 18px;
  font-weight: 600;
}
.news .news_list .news_list_row .news_list_row_text {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.news .news_list .news_list_row .news_list_row_time {
  font-size: 14px;
  color: #9E9E9E;
  margin-top: 10px;
}
.news .news_list .news_list_row .news_list_row_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 38px;
  bottom: 28px;
  display: none;
}
.news .news_list .news_list_row:hover .news_list_row_btn {
  display: block;
}
.about {
  margin-bottom: 100px;
}
.about .about_tabs {
  display: flex;
  margin: 26px 0 30px;
}
.about .about_tabs .about_tabs_col {
  color: #666;
  font-size: 24px;
  border-bottom: 4px solid transparent;
  padding-bottom: 6px;
  margin-right: 50px;
}
.about .about_tabs .about_tabs_col.about_tabs_col_active {
  color: #0073FF;
  border-bottom-color: #0073FF;
  font-weight: 500;
}
.about .about_brief {
  background: url('../img/bg7.png') no-repeat bottom / cover;
  padding: 40px;
}
.about .about_brief .about_brief_title {
  color: #1F2329;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.about .about_brief .about_brief_content {
  color: #666;
  font-size: 18px;
  line-height: 40px;
  margin-top: 20px;
}
.about .about_brief .about_brief_below {
  border-top: 1px solid #DEE0E3;
  padding-top: 46px;
  margin-top: 26px;
  display: flex;
}
.about .about_brief .about_brief_below .about_brief_below_r {
  flex: 1;
  margin-left: 44px;
  padding-top: 30px;
}
.about .about_brief .about_brief_below .about_brief_img {
  width: 500px;
  height: 600px;
}
.about .about_organize .about_organize_title {
  color: #1F2329;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}
.about .about_organize .about_organize_content {
  color: #666666;
  font-size: 18px;
  line-height: 40px;
  margin-top: 26px;
}
.search {
  min-height: 530px;
}
.home_popup_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  display: none;
}
.home_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding-bottom: 40px;
}
.home_popup .home_popup_title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
}
.home_popup .home_popup_title img {
  width: 20px;
  cursor: pointer;
}
.home_popup .home_popup_title span {
  color: #C03529;
}
.home_popup .home_popup_list {
  padding: 0 60px;
}
.home_popup .home_popup_list .home_popup_row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.home_popup .home_popup_list .home_popup_row .home_popup_label {
  font-size: 18px;
  font-weight: 600;
}
.home_popup .home_popup_list .home_popup_row .home_popup_input {
  font-size: 18px;
  width: 460px;
  border: 1px solid #E2E2E2;
  padding: 14px;
}
.home_popup .home_popup_btn {
  text-align: center;
  margin-top: 40px;
}
.home_popup .home_popup_btn button {
  color: #fff;
  font-size: 20px;
  background: #3171F6;
  border-radius: 4px;
  padding: 10px 60px;
}
.layui-layer .layui-layer-content {
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 11px 24px;
}
