.pc-hide {
  display: none;
}
.font-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.main-color {
  color: #1421a1;
}
.transparent {
  opacity: 0;
  color: transparent;
}
.sub-main-color {
  color: #e7c26a;
}
.flex-n {
  display: flex;
  flex-wrap: nowrap;
}
.flex-w {
  display: flex;
  flex-wrap: wrap;
}
.flex-sb {
  justify-content: space-between;
}
.flex-center {
  justify-content: center;
}
.flex-row-center {
  justify-content: flex-start;
  align-items: center;
}
.flex-row-reverse-center {
  justify-content: flex-end;
  align-items: center;
}
.flex-r-c-center {
  align-items: center;
  justify-content: center;
}
.flex-stert {
  align-items: flex-start;
}
.title-wrap {
  text-align: center;
  margin-bottom: 30px;
}
header {
  position: relative;
}
header .cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .cont .t {
  width: 70%;
}
header .cont .logo {
  position: absolute;
  top: 43px;
}
header .cont .logo1 {
  left: 0;
}
header .cont .logo2 {
  right: 0;
}
header > img {
  width: 100%;
}
#modular1 {
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
}
#modular1 .content {
  position: relative;
  text-align: right;
}
#modular1 .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 320px;
  background-color: #fff;
  width: 650px;
  padding: 50px 40px;
  border-radius: 16px;
  border-left: 4px solid #e7c26a;
  box-shadow: 0px 6px 20px 0px rgba(10, 0, 31, 0.1);
}
#modular1 .text p {
  line-height: 2;
}
#modular2 {
  background: url(../images/bg2.png) no-repeat center top;
  background-size: cover;
  height: 100vh;
  position: relative;
}
#modular2 .content {
  background: rgba(255, 255, 255, 0.9);
  padding: 60px;
  border-radius: 4px;
}
#modular2 .cont {
  position: relative;
  z-index: 10;
}
#modular2 p {
  line-height: 2;
  margin-bottom: 15px;
}
#modular3 {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
}
#modular3 .ll {
  padding-top: 50px;
  border: 1px solid #e7c26a;
  border-radius: 16px;
  position: relative;
}
#modular3 .ll .desc {
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
#modular3 .ll .desc span {
  background-color: #1421a1;
  display: inline-block;
  padding: 0 20px;
}
#modular3 .ll .desc.desc2 {
  color: #e7c26a;
  bottom: -8px;
  top: auto;
}
#modular3 .t {
  font-size: 18px;
  text-align: center;
}
#modular3 .t .num {
  font-weight: bold;
  font-size: 60px;
}
#modular3 .d {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
#modular3 li {
  width: 20%;
  margin-bottom: 40px;
}
#modular3 .ll2 {
  margin-top: 50px;
  border-bottom: none;
}
#modular3 .ll2 .desc2::before,
#modular3 .ll2 .desc2::after {
  content: '';
  width: calc((100% - 130px) / 2 - 40px);
  height: 1px;
  background-color: #e7c26a;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#modular3 .ll2 .desc2::before {
  left: 10px;
}
#modular3 .ll2 .desc2::after {
  right: 10px;
}
#modular3 .ll2 .desc2 span {
  background: none;
}
.tab-wrap .tab-item {
  width: 170px;
  line-height: 46px;
  border: 1px solid #e7c26a;
  border-radius: 23px;
  color: #e7c26a;
  text-align: center;
  margin: 0 15px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  transition: 500ms;
}
.tab-wrap .tab-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: 500ms;
}
.tab-wrap .tab-item.active {
  color: #fff;
  background-color: #e7c26a;
}
.tab-wrap .tab-item.active::after {
  border-top-color: #e7c26a;
}
.tab-content-item {
  display: none;
}
.tab-content-item.active {
  display: block;
}
#modular4 .tab-content {
  margin-top: 40px;
}
#modular4 .tab-content-item.active {
  display: flex;
}
#modular4 .tab-content-item.active .r {
  flex: 1;
  margin-left: 40px;
}
#modular4 .tab-content-item.active .t {
  font-size: 24px;
}
#modular4 .tab-content-item.active p {
  line-height: 2;
}
#modular5 {
  background: url(../images/bg4.png) no-repeat center;
  background-size: cover;
}
#modular5 .tab-content {
  margin-top: 40px;
}
#modular5 .list-group {
  margin-top: 30px;
}
#modular5 .list-group .group-item {
  background-color: #fff;
  flex: 1;
  margin: 0 10px;
}
#modular5 .list-group .group-item .tt {
  background-color: #1421a1;
  padding: 30px 0 30px 25px;
}
#modular5 .list-group .group-item .f {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
#modular5 .list-group .group-item .f:nth-child(1) {
  padding-left: 40px;
}
#modular5 .list-group .group-item .f2 {
  font-size: 24px;
  margin-top: -30px;
}
#modular5 .list-group .group-item .f2 span {
  font-size: 60px;
}
#modular5 .list-group .group-item:nth-child(2) .f:nth-child(1),
#modular5 .list-group .group-item:nth-child(3) .f:nth-child(1) {
  padding-left: 20px;
}
#modular5 .list-group .group-item .bb {
  padding: 25px;
}
#modular5 .list-group .group-item .bb .d {
  font-weight: bold;
  line-height: 2;
}
#modular5 .list-group .group-item .bb p:not(.d) {
  margin-top: 15px;
  font-style: 15px;
}
#modular5 .list-group2 {
  margin-top: 100px;
}
#modular5 .list-group2 .group-item {
  flex: 1;
  background-color: #fff;
  border-radius: 16px;
  padding: 0 40px 50px;
}
#modular5 .list-group2 .group-item:nth-child(2) {
  margin: 0 60px;
}
#modular5 .list-group2 .group-item .icon {
  margin-top: -60px;
}
#modular5 .list-group2 .group-item .t {
  margin: 25px 0;
  font-size: 20px;
}
#modular5 .list-group3 {
  margin-top: 70px;
}
#modular5 .list-group3 .group-item {
  background-color: #fff;
  flex: 1;
  padding-bottom: 50px;
}
#modular5 .list-group3 .group-item:nth-child(2) {
  margin: 0 60px;
}
#modular5 .list-group3 .group-item .icon {
  margin: 0 auto;
  background-color: #EDEEF8;
  height: 60px;
  text-align: center;
}
#modular5 .list-group3 .group-item .icon img {
  margin-top: -30px;
}
#modular5 .list-group3 .group-item .t {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 25px;
}
#modular5 .list-group3 .group-item .d {
  line-height: 2;
}
#modular5 .card {
  margin-top: 30px;
  background-color: #fff;
}
#modular5 .card .t {
  padding-left: 40px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(90deg, #ceab59 0%, #fff 100%);
}
#modular5 .card .flex-w {
  padding: 30px 40px;
}
#modular5 .card .flex-w .r img {
  margin-left: 20px;
}
#modular5 .img-wrap {
  margin-top: 40px;
}
#modular6 .tab-content {
  margin-top: 40px;
}
#modular6 .img-wrap {
  margin-top: 40px;
}
#modular6 .img-wrap2 {
  flex: 1;
  text-align: center;
  position: relative;
}
#modular6 .img-wrap2 .img-cccc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#modular6 .img-wrap2 .img-cccc div {
  width: 100%;
  margin: 0 auto 12px;
  cursor: pointer;
}
#modular6 .img-wrap2 .img-cccc div:nth-child(1) {
  height: 80px;
  width: 110px;
}
#modular6 .img-wrap2 .img-cccc div:nth-child(2) {
  width: 160px;
  height: 50px;
}
#modular6 .img-wrap2 .img-cccc div:nth-child(3) {
  width: 225px;
  height: 45px;
}
#modular6 .img-wrap2 .img-cccc div:nth-child(4) {
  width: 316px;
  height: 75px;
}
#modular6 .img-wrap2 .img-cccc div:nth-child(5) {
  width: 445px;
  height: 95px;
}
#modular6 .img-wrap2 .fix-right {
  box-shadow: 0px 6px 20px 0px rgba(20, 33, 161, 0.15);
  border-radius: 10px;
  padding: 20px 15px;
  width: 200px;
  position: absolute;
  right: -50px;
  top: 0;
  background-color: #fff;
  display: none;
}
#modular6 .img-wrap2 .fix-right p {
  font-size: 14px;
}
#modular6 .img-wrap2 .fix-right .t {
  font-size: 16px;
  text-align: left;
}
#modular6 .img-wrap2 .fix-right::after {
  content: '';
  position: absolute;
  width: 115px;
  height: 8px;
  background: url(../images/line-1.png) no-repeat center right;
  background-size: contain;
  top: 45px;
  left: -130px;
}
#modular6 .img-wrap2 .fix-right:nth-child(1) {
  display: block;
}
#modular6 .img-wrap2 .fix-right:nth-child(2) {
  top: 0.5rem;
}
#modular6 .img-wrap2 .fix-right:nth-child(3) {
  top: 1.1rem;
}
#modular6 .img-wrap2 .fix-right:nth-child(4) {
  top: 1.7rem;
}
#modular6 .img-wrap2 .fix-right:nth-child(5) {
  top: 2rem;
}
#modular6 .img-wrap2 .fix-right:nth-child(5)::after {
  top: 1.3rem;
}
#modular6 .desc {
  margin-top: 25px;
}
#modular6 .desc2 {
  color: #e7c26a;
  font-size: 14px;
}
#modular6 .tt-list {
  margin-top: 50px;
}
#modular6 .tt-list li {
  width: 560px;
}
#modular6 .tt-list .title {
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  background-image: linear-gradient(90deg, #e7c26a 50%, #fff);
  padding-left: 30px;
  margin-bottom: 30px;
}
#modular6 .tt-list .dd p {
  font-size: 15px;
  line-height: 2;
}
#modular7 {
  background: url(../images/bg5.png) no-repeat center;
  background-size: cover;
}
#modular7 table {
  width: 100%;
  margin-bottom: 30px;
}
#modular7 table th {
  color: #fff;
  font-size: 22px;
  line-height: 55px;
  width: 240px;
}
#modular7 table td {
  height: 56px;
}
#modular7 table td,
#modular7 table th {
  padding: 2px;
}
#modular7 table td div,
#modular7 table th div {
  width: 100%;
  height: 100%;
  min-height: 56px;
}
#modular7 table th div {
  background-color: #e7c26a;
}
#modular7 table td div {
  color: #fff;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.12);
}
#modular7 table td .sub-main-color {
  color: #e7c26a;
}
#modular8 {
  background-color: #f4f5fa;
}
#modular8 .step-list {
  align-items: flex-start;
}
#modular8 .step-list .item .t {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, #1421a1 0%, #5460dc 100%);
}
#modular8 .step-list .item:nth-child(even) {
  padding-top: 42px;
}
#modular8 .step-list .item .desc {
  margin-top: 15px;
}
#modular9 {
  background: url(../images/bg6.png) no-repeat center;
  background-size: cover;
}
#modular9 .list-9-f .item {
  margin-right: 130px;
  margin-bottom: 30px;
}
#modular9 .list-9-f .t {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
#modular9 .list-9-f .ff-item {
  width: 200px;
  margin-right: 30px;
}
#modular9 .list-9-f .ff-item .title {
  color: #fff;
  line-height: 40px;
  margin-bottom: 20px;
}
#modular9 .list-9-f .ff-item .de {
  white-space: nowrap;
}
#modular9 .list-9-f .item:nth-child(odd) .title {
  background-color: #e7c26a;
}
#modular9 .list-9-f .item:nth-child(even) .title {
  background-color: #1421a1;
}
#modular10 {
  background: url(../images/bg7.png) no-repeat center;
  background-size: cover;
}
#modular10 p,
#modular10 a {
  color: #fff;
}
#modular10 .tt {
  font-size: 22px;
  margin-bottom: 15px;
}
#modular10 .l p {
  line-height: 2;
}
#modular10 .r {
  width: 440px;
}
#modular10 .r .item {
  width: 120px;
  margin-bottom: 20px;
}
#modular10 .r p {
  font-size: 15px;
  margin-top: 5px;
}
.fix-right-code {
  position: fixed;
  right: 30px;
  top: 50%;
  width: 200px;
}
@media (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  #nav {
    display: none;
  }
  header .cont .logo {
    top: 0.4rem;
  }
  header .cont .logo1 {
    width: 2.4rem;
  }
  header .cont .logo2 {
    height: 0.4rem;
  }
  header .cont .t {
    width: 6.55rem;
  }
  #nav .logo img {
    height: 0.5rem;
  }
  #nav .nav-list {
    width: 2.5rem;
    text-align: center;
  }
  section {
    padding: 0.6rem 0;
  }
  .title-wrap img {
    height: 0.8rem;
  }
  #modular1 .content {
    display: block;
  }
  #modular1 .img {
    height: 3.6rem;
    width: 100%;
    object-fit: cover;
    border-radius: 0.16rem;
  }
  #modular1 .text {
    position: relative;
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem;
    height: unset;
    padding: 0.4rem;
    margin-top: -0.4rem;
  }
  #modular2 {
    background: url(../images/m-bg1.png) no-repeat center;
    background-size: cover;
    height: unset;
    padding-bottom: 4rem;
  }
  #modular2 .content {
    padding: 0;
    background: none;
  }
  #modular3 .ll {
    padding-top: 0.3rem;
    flex-wrap: wrap;
  }
  #modular3 .ll.ll1 {
    justify-content: flex-start;
  }
  #modular3 li {
    width: 33.33%;
    padding: 0 0.15rem;
    margin-bottom: 0.4rem;
  }
  #modular3 .t {
    font-size: 0.2rem;
  }
  #modular3 .t .num {
    font-size: 0.6rem;
  }
  #modular3 .d {
    font-size: 0.2rem;
  }
  .tab-wrap .tab-item {
    flex: 1;
    width: unset;
    margin: 0 0.05rem;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 0.28rem;
  }
  #modular4 .tab-content-item.active {
    display: block;
  }
  #modular4 .tab-content-item.active .r {
    margin-left: 0;
    margin-top: 0.15rem;
  }
  #modular4 .tab-content-item.active .t {
    font-size: 0.34rem;
  }
  #modular4 .tab-content-item .l img {
    height: 3.6rem;
    width: 100%;
    object-fit: cover;
    border-radius: 0.16rem;
  }
  #modular5 .tab-content {
    margin-top: 0.4rem;
  }
  #modular5 > .text-center {
    text-align: justify;
  }
  #modular5 .list-group {
    flex-wrap: wrap;
  }
  #modular5 .list-group .group-item {
    width: 48%;
    flex: unset;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  #modular5 .list-group .group-item .tt {
    padding: 0.4rem 0.3rem;
  }
  #modular5 .list-group .group-item .f {
    font-size: 0.34rem;
  }
  #modular5 .list-group .group-item .f:nth-child(1) {
    padding-left: 0.5rem;
  }
  #modular5 .list-group .group-item .f2 {
    margin-top: -0.42rem;
  }
  #modular5 .list-group .group-item .f2 span {
    font-size: 0.8rem;
  }
  #modular5 .list-group .group-item:nth-child(2) .f:nth-child(1),
  #modular5 .list-group .group-item:nth-child(3) .f:nth-child(1) {
    padding-left: 0.3rem;
  }
  #modular5 .list-group .group-item .bb {
    padding: 0.3rem;
  }
  #modular5 .list-group2 {
    display: block;
  }
  #modular5 .list-group2 .group-item {
    padding: 0.6rem 0.5rem;
  }
  #modular5 .list-group2 .group-item:nth-child(2) {
    margin: 1rem 0;
  }
  #modular5 .list-group2 .group-item .t {
    text-align: center;
    font-size: 0.32rem;
    margin: 0.15rem 0;
  }
  #modular5 .list-group2 .group-item .icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: -1.2rem auto 0;
  }
  #modular5 .list-group3 {
    flex-wrap: wrap;
    margin-top: 0.7rem;
  }
  #modular5 .list-group3 .group-item {
    flex: unset;
    width: 49%;
  }
  #modular5 .list-group3 .group-item:nth-child(2) {
    margin: 0;
  }
  #modular5 .list-group3 .group-item:last-child {
    width: 100%;
    margin-top: 0.7rem;
  }
  #modular5 .list-group3 .group-item .icon {
    height: 0.8rem;
  }
  #modular5 .list-group3 .group-item .icon img {
    width: 1.3rem;
    margin-top: -0.3rem;
  }
  #modular5 .list-group3 .group-item .t {
    margin-top: 0.6rem;
    margin-bottom: 0.25rem;
    font-size: 0.32rem;
  }
  #modular5 .card .flex-w {
    padding: 0.3rem 0.25rem;
  }
  #modular5 .card .flex-w .r {
    margin-top: 0.3rem;
  }
  #modular5 .card .flex-w .r img {
    margin: 0;
    width: 48%;
  }
  #modular5 .card .t {
    font-size: 0.3rem;
    line-height: 0.7rem;
    padding-left: 0.3rem;
  }
  #modular6 .tab-content-item > .text-center {
    text-align: justify;
  }
  #modular6 .tab-content-item:nth-child(3) .img-wrap {
    overflow-x: scroll;
  }
  #modular6 .tab-content-item:nth-child(3) .img-wrap img {
    width: 12rem;
    max-width: 12rem;
  }
  #modular6 .tab-content-item:nth-child(3) .text-center {
    text-align: center;
    margin-top: 0.3rem;
  }
  #modular6 .fl-2 {
    display: block;
  }
  #modular6 .img-wrap2 {
    margin-bottom: 0.3rem;
    padding: 0 0.5rem;
  }
  #modular6 .img-wrap2 .img-cccc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #modular6 .img-wrap2 .img-cccc div {
    width: 100%;
    margin: 0 auto 12px;
    cursor: pointer;
  }
  #modular6 .img-wrap2 .img-cccc div:nth-child(1) {
    width: 1.1rem;
    height: 0.8rem;
  }
  #modular6 .img-wrap2 .img-cccc div:nth-child(2) {
    width: 1.6rem;
    height: 0.8rem;
  }
  #modular6 .img-wrap2 .img-cccc div:nth-child(3) {
    width: 2.2rem;
    height: 0.6rem;
  }
  #modular6 .img-wrap2 .img-cccc div:nth-child(4) {
    width: 3.16rem;
    height: 0.9rem;
  }
  #modular6 .img-wrap2 .img-cccc div:nth-child(5) {
    width: 4.5rem;
    height: 1.2rem;
  }
  #modular6 .img-wrap2 .fix-right {
    width: 2.8rem;
    padding: 0.25rem;
    right: 0;
    top: 0.3rem;
  }
  #modular6 .img-wrap2 .fix-right p {
    font-size: 0.18rem;
  }
  #modular6 .img-wrap2 .fix-right .t {
    font-size: 0.22rem;
  }
  #modular6 .img-wrap2 .fix-right::after {
    display: none;
  }
  #modular6 .img-wrap2 .fix-right:nth-child(1) {
    display: block;
  }
  #modular6 .img-wrap2 .fix-right:nth-child(2) {
    top: 0.5rem;
  }
  #modular6 .img-wrap2 .fix-right:nth-child(3) {
    top: 1.1rem;
  }
  #modular6 .img-wrap2 .fix-right:nth-child(4) {
    top: 1.8rem;
  }
  #modular6 .img-wrap2 .fix-right:nth-child(5) {
    top: 2rem;
  }
  #modular6 .img-wrap2 .fix-right:nth-child(5)::after {
    top: 130px;
  }
  #modular6 .tt-list {
    margin-top: 0.3rem;
    display: block;
  }
  #modular6 .tt-list li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #modular6 .tt-list li .title {
    font-size: 0.3rem;
    line-height: 0.7rem;
    padding-left: 0.45rem;
    margin-bottom: 0.4rem;
  }
  #modular6 .tt-list li .dd p {
    font-size: 0.24rem;
  }
  #modular7 .table-outer {
    overflow-x: scroll;
  }
  #modular7 table {
    width: 12rem;
  }
  #modular7 table th div,
  #modular7 table td div {
    min-height: 0.8rem;
  }
  #modular7 table th {
    line-height: 0.8rem;
    font-size: 0.3rem;
    width: unset;
  }
  #modular7 table td {
    font-size: 0.24rem;
  }
  #modular7 table td div {
    padding: 0.15rem;
  }
  #modular7 table td .sub-main-color {
    white-space: nowrap;
  }
  #modular7 table td .flex-n {
    align-items: center;
  }
  #modular7 table td .text-left {
    display: flex;
    align-items: center;
  }
  #modular8 .step-list {
    justify-content: center;
  }
  #modular8 .step-list .item {
    margin-bottom: 0.3rem;
  }
  #modular8 .step-list .item .t {
    width: 1.3rem;
    height: 1.3rem;
  }
  #modular8 .step-list .item:nth-child(even) {
    padding-top: 0.4rem;
  }
  #modular8 .step-list .item:nth-child(even) img {
    width: 0.2rem;
    margin: 0 0.15rem;
  }
  #modular8 .step-list .item:last-child .desc {
    margin-left: -0.2rem;
  }
  #modular9 .list-9-f {
    flex-direction: column;
  }
  #modular9 .list-9-f .item {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  #modular9 .list-9-f .item .t {
    font-size: 0.34rem;
    margin-bottom: 0.15rem;
  }
  #modular9 .list-9-f .item .ff-item {
    width: 48%;
    margin-right: 0;
  }
  #modular9 .list-9-f .item .ff-item .title {
    font-size: 0.28rem;
    line-height: 0.7rem;
    margin-bottom: 0.15rem;
  }
  #modular9 .list-9-f .item .flex-n {
    justify-content: space-between;
  }
  #modular9 .list-9-f .item:nth-child(1) {
    order: 1;
  }
  #modular9 .list-9-f .item:nth-child(2) {
    order: 3;
  }
  #modular9 .list-9-f .item:nth-child(3) {
    order: 2;
  }
  #modular9 .list-9-f .item:nth-child(4) {
    order: 4;
  }
  #modular10 .tt {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
  }
  #modular10 .l p {
    word-break: break-all;
    line-height: 2;
  }
  #modular10 .r {
    margin-top: 0.3rem;
  }
  #modular10 .r .item {
    width: 2rem;
  }
  #modular10 .r p {
    font-size: 0.24rem;
  }
  .none {
    display: none;
  }
  .fix-right-code {
    width: 2rem;
    right: 0.3rem;
    top: unset;
    bottom: 5rem;
  }
}
