@charset "UTF-8";
/* CSS Document */
/* ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
} */

html {
  font-size: 62.5%;
}
.text-center {
  text-align: center;
}
.flex-row {
  display: flex;
}
.xp_wrap a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.xp_wrap a:hover {
  color: #254194;
  text-decoration: none;
  outline: none;
}

.xp_wrap a:focus {
  outline: none;
  text-decoration: none;
}

.xp_wrap .clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}

.cell,
.cell2,
.cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.xp_wrap .fl {
  float: left;
}

.xp_wrap .fr {
  float: right;
}

.xp_wrap a,
img {
  border: 0px;
}

.xp_wrap br {
  font-family: SimSun;
}

.xp_wrap p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.xp_wrap br {
  margin: 0px;
  padding: 0px;
}

.xp_wrap .clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.xp_wrap input,
select,
textarea {
  font-family: "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
  outline: none;
}

.xp_wrap input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.xp_wrap input[type="text"]:disabled {
  background-color: #999;
}

.xp_wrap input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.xp_wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.xp_wrap input:-ms-input-placeholder {
  color: #999;
}

.xp_wrap input::-webkit-input-placeholder {
  color: #999;
}

.xp_wrap input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.xp_wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.xp_wrap input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

.xp_wrap a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
@-webkit-keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes an_01 {
  0% {
    transform: translate(-1%, 1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-1%, 1%);
  }
}
@keyframes an_01 {
  0% {
    transform: translate(-1%, 1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-1%, 1%);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: translate(0%, -1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -1%);
  }
}
@keyframes an_02 {
  0% {
    transform: translate(0%, -1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -1%);
  }
}
/*common*/
html {
  height: auto !important;
}

.xpqg_body {
  height: auto !important;
  min-height: 100vh;
}

.xpgq_mainfr {
  width: 100%;
  overflow: hidden;
}

.xp_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.xp_wrap_in {
  margin: 0px 10%;
}

.xp_wrap_c {
  width: 74.674%;
  margin: 0px auto;
  padding: 0px;
}

.w_wap {
  display: none !important;
}

.xpqg_body header {
  background-color: #fff;
}

.hx_banner {
  overflow: hidden;
  position: relative;
}
.hx_banner__pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.hx_banner__pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  object-position: 100% 50%;
}
.hx_banner__content {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.hx_banner__content .c {
  width: 100%;
  overflow: hidden;
  padding: 2.53rem 0px 2.72rem;
}
.hx_banner__content .slogan {
  height: 2.25rem;
}
.hx_banner__content .slogan img {
  height: 100%;
}
.hx_banner__content .more-btn__wrapper {
  padding-top: 0.85rem;
  padding-left: 0.2rem;
}
.hx_banner__content .more-btn__wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.76rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #2d6cde;
}
.hx_banner__content .more-btn__wrapper a:hover {
  opacity: 0.8;
}
.hx_banner__content .more-btn__wrapper a:hover * {
  color: #fff;
}
.hx_banner__content .more-btn__wrapper a .icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
  background-image: url("../imgs/icon_1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.hx_section {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.hx_section__title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.hx_section__title.white {
  color: #fff;
}

/********************* block1 *********************/
.hx_section_bl1 {
  background-color: #f4f6fb;
}
.hx_section_bl1__content {
  padding-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl1-card {
  width: 31.2%;
  padding: 4% 3%;
  border: 1px solid #ccd8e3;
  transition: all 0.4s ease;
}
.bl1-card:hover {
  transform: translateY(-0.2rem);
}
.bl1-card .icon {
  margin-bottom: 10%;
}
.bl1-card .icon img {
  height: 0.42rem;
}
.bl1-card-meta-title {
  color: #000;
  margin-bottom: 0.01rem;
}
.bl1-card-meta-description {
  color: #666666;
  line-height: 1.5;
}
/********************* block2 *********************/
.hx_section_bl2 {
  padding-bottom: 0;
  background-image: url("../imgs/section_bg_1.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hx_section_bl2__content {
  margin-top: 0.48rem;
  padding: 0.8rem 0;
  width: 100%;
  color: #000;
  background-color: #fff;
}
.hx_section_bl2_meta_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hx_section_bl2_meta_title::before,
.hx_section_bl2_meta_title::after {
  content: "";
  display: inline-block;
  width: 2.17rem;
  height: 0.06rem;
  background-image: url(../imgs/line_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.hx_section_bl2_meta_title::after {
  transform: rotate(180deg);
}
.hx_section_bl2_meta_title > span {
  padding: 0 0.1rem;
}
.hx_section_bl2_meta_data__wrapper {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
.hx_section_bl2_meta_data__item {
  width: 4.5rem;
  padding: 0 0.6rem;
  position: relative;
  color: #000000;
}
.hx_section_bl2_meta_data__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  right: 0;
  border-right: 1px dashed #e4e4e4;
}
.hx_section_bl2_meta_data__icon {
  width: 0.5rem;
  margin-bottom: 0.14rem;
}
.hx_section_bl2_meta_data__icon img {
  width: 100%;
}
.hx_section_bl2_meta_data__title {
  font-weight: bold;
  white-space: nowrap;
}
.hx_section_bl2_meta_data__description {
  line-height: 1.6;
}
/********************* block3 *********************/

.hx_section_bl3 {
  background-color: #f4f6fb;
}
.hx_section_bl3 .xp_wrap_c {
  width: 80%;
}
.hx_section_bl3 .hx_section__content {
  position: relative;
  padding-top: 0.4rem;
}
.hx_section_bl3 .hx_section__content__bg {
  position: absolute;
  top: -0.25rem;
  left: 50%;
  width: 6.3rem;
  transform: translateX(-50%);
}
.hx_section_bl3 .hx_section__content__bg img {
  width: 100%;
}
.hx_section_bl3 .hx_section_data {
  overflow: hidden;
}
.hx_section_bl3 .hx_section__content .hx_section_data_item {
  width: 4.97rem;
  padding: 0.3rem 0.22rem;
  position: relative;
  text-align: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 0.16rem;
}
.hx_section_bl3 .hx_section__content .slide-left .hx_section_data_item {
  background-position: right center;
  background-image: url("../imgs/block_bg_2.png");
}
.hx_section_bl3 .hx_section__content .slide-right .hx_section_data_item {
  background-image: url("../imgs/block_bg_1.png");
}
.hx_section_bl3
  .hx_section__content
  .hx_section_data_item
  .hx_section_data_item__title {
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.hx_section_bl3
  .hx_section__content
  .hx_section_data_item
  .hx_section_data_item__description {
  color: #666;
  text-align: justify;
  line-height: 1.4;
}

.hx_section_bl3 .hx_section_data_item__icon {
  position: absolute;
  width: 0.75rem;
}
.hx_section_bl3 .hx_section_data_item__icon::before {
  content: "";
  position: absolute;
}

.hx_section_bl3 .hx_section_data_item__icon img {
  width: 100%;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_1 {
  right: -1.9rem;
  bottom: -1.33rem;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_1::before {
  width: 1.51rem;
  height: 0.65rem;
  top: -0.63rem;
  left: -1.16rem;
  opacity: 0.2;
  border-top: 1px dashed #3a65fe;
  border-right: 1px dashed #3a65fe;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_2 {
  right: -0.92rem;
  bottom: 0.28rem;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_2::before {
  width: 0.16rem;
  height: 1px;
  top: 0.37rem;
  left: -0.16rem;
  opacity: 0.2;
  border-top: 1px dashed #3a65fe;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_3 {
  right: -1.9rem;
  top: 0rem;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_3::before {
  width: 1.16rem;
  height: 1px;
  top: 0.37rem;
  left: -1.16rem;
  opacity: 0.2;
  border-top: 1px dashed #3a65fe;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_4 {
  left: -1.9rem;
  bottom: -1.33rem;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_4::before {
  width: 1.51rem;
  height: 0.65rem;
  top: -0.63rem;
  right: -1.16rem;
  opacity: 0.2;
  border-top: 1px dashed #3a65fe;
  border-left: 1px dashed #3a65fe;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_5 {
  left: -0.92rem;
  bottom: 0rem;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_5::before {
  width: 0.16rem;
  height: 1px;
  top: 0.37rem;
  right: -0.16rem;
  opacity: 0.2;
  border-top: 1px dashed #3a65fe;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_6 {
  left: -1.9rem;
  top: 0.3rem;
}
.hx_section_bl3 .hx_section_data_item__icon.icon_6::before {
  width: 1.16rem;
  height: 1px;
  top: 0.37rem;
  right: -1.16rem;
  opacity: 0.2;
  border-top: 1px dashed #3a65fe;
}
/********************* block4 *********************/
.hx_section_bl4 {
  background-image: url("../imgs/section_bg_2.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 0.1rem;
}
.hx_section_bl4 .hx_section_table {
  margin-top: 0.3rem;
  color: #000000;
}
.hx_section_bl4 .hx_section_table .hx_section_table__thead {
  background: #8fb5de;
  display: flex;
  height: 0.5rem;
  line-height: 0.5rem;
}
.hx_section_bl4 .hx_section_table .w1 {
  width: 12%;
}
.hx_section_bl4 .hx_section_table .w2 {
  width: 88%;
}
.hx_section_bl4 .hx_section_table__tr {
  display: flex;
  border-bottom: 1px solid #4864c0;
}
.hx_section_bl4 .hx_section_table__tr:last-child {
  border-bottom: none;
}
.hx_section_bl4 .hx_section_table__tr .hx_section_table__th {
  background: #e3eefa;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hx_section_bl4 .hx_section_table__tr .hx_section_table__td {
  background-color: #fff;
  padding: 0.3rem 0.2rem;
}
.hx_section_bl4 .hx_section_table__tr ul li {
  display: inline-block;
  position: relative;
}
.hx_section_bl4 .hx_section_table__tr ul li::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #8fb5de;
  border-radius: 50%;
  margin: 0 0.06rem 0 0;
  transform: translateY(-0.03rem);
}
.hx_section_bl4 .hx_section_table__tr dl {
  width: 34.5%;
  display: inline-block;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  border-left: 1px dashed #e4e4e4;
  white-space: nowrap;
}
.hx_section_bl4 .hx_section_table__tr dl:first-child {
  border: none;
  padding-left: 0;
  width: 32.5%;
}
.hx_section_bl4 .hx_section_table__tr dl:last-child {
  padding-right: 0;
  width: 32%;
}
.hx_section_bl4 .hx_section_table__tr dl dt {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.12rem;
}
.hx_section_bl4 .hx_section_table__tr dl dd {
  transform: translateX(-0.08rem);
}
.hx_section_bl4 .ziy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.62rem;
  height: 0.68rem;
  background: #294bc2;
  box-shadow: 0rem 0rem 0rem 0rem rgba(191, 205, 255, 0.24);
  border-radius: 0.34rem;
  color: #fff;
  margin: 0.2rem auto;
  transition: all 0.4s ease;
}
.hx_section_bl4 .ziy_btn span {
  color: #fff;
}
.hx_section_bl4 .ziy_btn:hover {
  opacity: 0.8 !important;
}
.hx_section_bl4 .ziy_btn:hover span {
  color: #fff;
}
.hx_section_bl4 .ziy_btn .icon {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  background-image: url(../imgs/icon_14.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/********************* block5 *********************/
.hx_section_bl5__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.6rem;
}
.hx_section_bl5__content .bl5-card {
  border-radius: 2px;
  margin-right: 3.5%;
  width: 31%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  transition: all 0.4s ease;
}
.hx_section_bl5__content .bl5-card:last-child {
  margin-right: 0;
}
.hx_section_bl5__content .bl5-card .bl5-card-cover img {
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease;
}
.hx_section_bl5__content .bl5-card .bl5-card-body {
  padding: 5% 6% 15% 6%;
}
.hx_section_bl5__content .bl5-card .bl5-card-body .bl5-card-meta-title {
  font-weight: 600;
  margin-bottom: 0.08rem;
  color: rgba(0, 0, 0, 1);
  transition: all 0.4s ease;
}
.hx_section_bl5__content .bl5-card .bl5-card-body .bl5-card-meta-description {
  text-align: justify;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}
.hx_section_bl5__content .bl5-card:hover {
  border-color: #80b0d1;
  transform: translateY(-0.15rem);
}
.hx_section_bl5__content .bl5-card:hover .bl5-card-body .bl5-card-meta-title {
  color: #0161a4;
}
.hx_section_bl5__content .bl5-card:hover .bl5-card-cover img {
  transform: scale(1.08);
}

/************************************ 悬浮按钮 **********************************/
.rfcfr {
  width: 240px;
  overflow: hidden;
  position: fixed;
  right: 0px;
  bottom: 0.2rem;
  z-index: 99;
}

.rfcfr img {
  width: 100%;
  display: block;
}

.rfcfr a.close {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  overflow: hidden;
  background: url("../images/close.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .xp_wrap_c {
    margin: 0px auto;
    width: 1430px;
  }
}
@media screen and (max-width: 1366px) {
  .xp_wrap_c {
    max-width: 1000px;
    width: 88%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px auto;
    width: calc(100% - 40px);
  }
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  /* banner */
  .hx_banner__content .c {
    padding: 1.6rem 0px 5.3rem;
  }
  /* block1 */
  .bl1-card {
    width: 100%;
    padding: 6%;
    margin-bottom: 0.3rem;
  }
  .bl1-card:last-child {
    margin-bottom: 0px;
  }
  .bl1-card .icon {
    margin-bottom: 5%;
    text-align: center;
  }
  .bl1-card .icon img {
    height: 0.8rem;
  }
  .bl1-card-meta-title {
    text-align: center;
  }
  /* block2 */
  .hx_section_bl2__content {
    padding: 0.8rem 0.3rem;
  }
  .hx_section_bl2_meta_title {
    text-align: center;
  }
  .hx_section_bl2_meta_title::before,
  .hx_section_bl2_meta_title::after,
  .hx_section_bl2_meta_data__item:not(:last-child)::after {
    display: none;
  }
  .hx_section_bl2_meta_data__wrapper {
    padding-top: 0.6rem;
  }
  .hx_section_bl2_meta_data__item {
    width: 100%;
    padding: 0.3rem 0;
    margin-bottom: 0.3rem;
    border-bottom: 1px dashed #e4e4e4;
  }
  .hx_section_bl2_meta_data__icon {
    margin: 0 auto 0.3rem auto;
    width: 0.8rem;
  }
  .hx_section_bl2_meta_data__title {
    text-align: center;
  }
  /* block3 */
  .hx_section_bl3 .xp_wrap_c {
    width: calc(100% - 40px);
  }
  /* .hx_section_bl3 .hx_section__content__bg {
  } */
  .hx_section_bl3 .hx_section__content .hx_section_data_item {
    width: 100%;
    padding: 0.36rem;
    margin-top: 0.36rem;
    text-align: left !important;
    background-image: url("../imgs/block_bg_1.png") !important;
    background-position: left center !important;
  }
  .hx_section_bl3
    .hx_section__content
    .hx_section_data_item
    .hx_section_data_item__title {
    text-align: center;
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .hx_section_bl3
    .hx_section__content
    .hx_section_data_item
    .hx_section_data_item__icon {
    position: static;
    width: 1.2rem;
    margin: 0 auto 0.3rem auto;
  }
  .hx_section_bl3 .hx_section_data_item__icon::before {
    display: none;
  }
  /* block4 */
  .hx_section_bl4 .hx_section_table .hx_section_table__thead {
    height: 0.75rem;
    line-height: 0.75rem;
  }
  .hx_section_bl4 .hx_section_table .w1 {
    width: 28%;
  }
  .hx_section_bl4 .hx_section_table .w2 {
    width: 72%;
  }
  .hx_section_bl4 .hx_section_table__tr ul li {
    margin-left: 0;
  }
  .hx_section_bl4 .hx_section_table__tr .hx_section_table__td dl {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 0.4rem;
    white-space: unset;
  }

  /* block5 */
  .hx_section_bl5__content .bl5-card {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .rfcfr {
    width: 50%;
    bottom: 0px;
  }
}
