@charset "UTF-8";
/* amazeui依赖 */
@import url(/styles/amazeui.css);

/* 全局变量 */
:root {
  --theme: #1D90DB;
  --themeActive: #3E79D6;
  --bgcolor: #fff;
  --color: #333;
}

:export {
  theme: #2B58A8;
}

ul {
  padding-left: 0px;
}

.am-u-lg-12 {
  float: initial;
  padding-left: 0em;
}

.am-breadcrumb {
  padding: .7em 0em;
  font-size:14px;
}

.am-breadcrumb>li:nth-child(2):before,
.am-breadcrumb>li:nth-child(3):before {
  display: none;
}

.am-breadcrumb>li+li:before {
  padding: 0 2px;
}

.am-breadcrumb>li.am-active a {
  color: #1D90DB;
}
.am-breadcrumb>.am-active {
    color: #1D90DB;
}

/* 站点样式 */
html,
body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
  color: #333;
}

.am-g:before,
.am-g:after {
  display: none;
}

/* 修改根字体大小适配全局大小 */
html {
  font-size: 10px;
}

body {
  color: #333;
  min-width: auto;
  background-color: #FFFFFF;
}

a {
  color: #333;
}

a:hover,
a:active {
  transition: color ease-in .1s;
  color: var(--theme);
}

.am-container,
.main-box {
  max-width: 123rem;
  margin: 0 auto;
}

.bg-main-box {
  width: 100%;
  background-image: url(/images/bg1.png);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>span,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span:hover,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>span:focus {
  background-color: #1D90DB;
  border-color: #1D90DB;
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 641px) {
  html {
    font-size: 8px;
  }

  html,
  body {
    width: 100vw;
    overflow-x: hidden;
  }

  .main-box {
    width: 100%;
  }

  .bg-main-box {
    background-image: none;
  }

  .top-card .top-title {
    font-size: 2.6rem !important;
    color: #333 !important;
  }

  .top-card .top-subtitle {
    line-height: 2.5rem;
    color: #333 !important;
  }
}

.text-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.white-box {
  background-color: #fff;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-always {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

@media only screen and (max-width: 641px) {
  .flex-row {
    text-align: center;
    flex-direction: column;
  }

  .flex-row-between {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* 页面顶部背景图 */
body {
  background-image: url(/images/index-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 41rem;
}


@media only screen and (max-width: 641px){
  body {
    background-image: url(/images/wap-banner.png);
    background-size: 100% 28rem;
  }
  }
/* 头部 */
.header .nav-tools {
  color: var(--theme);
  font-size: 1.6rem;
  line-height: 4rem;
  padding-top: 2.3rem;
}

.header .nav-tools a,
.header .nav-tools i {
  color: var(--theme);
  transition: all ease-in .1s;
  font-size:14px;
}

.header .nav-tools a:hover,
.header .nav-tools i:hover {
  color: var(--themeActive);
  /* font-weight: bold; */
}

.header .nav-tools .item {
  cursor: pointer;
}

.header .nav-tools .line {
  gap: 2.5rem;
}

.header .nav-tools .line .item {
  position: relative;
}

.header .nav-tools .line .item::after {
  position: absolute;
  content: ' ';
  top: 50%;
  right: -1.2rem;
  height: 30%;
  transform: translate(0, -50%);
  border-right: solid 1px;
  border-right-color: var(--theme);
  padding-right: 1rem;
}

.header .nav-tools .line .item:last-child::after {
  border-right-color: transparent;
}

.header .nav-tools .btns {
  /* background-color: #F4F4F4; */
  padding: 0 0.1rem;
  margin: 0px;
  margin-right: 2.5rem;
  gap: 0.1rem;
}

.header .nav-tools .btns .item {
  height: 4rem;
  background-color: rgba(142, 181, 233, 0.5);
  padding: 0 1.3rem;
  border-radius: 0;
}

.header .nav-tools .btns .item:first-child {
  border-radius: 8px 0px 0px 8px;
}

.header .nav-tools .btns .item:last-child {
  width: 12rem;
  border-radius: 0 8px 8px 0;
  height: 4rem;
  /* background: none; */
  margin-left: 0;
  background-color: #8EB5E9;
}

.header .nav-tools .btns .item .iconfont {
  font-size: larger;
}

.header .nav-tools .btns select {
  display: inherit;
  width: 12rem;
  border-radius: 0 8px 8px 0;
  background-color: #8EB5E9;
  height: 4rem;
  border: 0;
  margin-left: -0.7rem;
  padding-left: 2.5rem;
}

.header .nav-tools .btns select option {
  background: none;
}

.header .nav-tools .line .fanti {
  display: none;
}

/* 头部-导航 */
.header .nav-bar {
  background: #1D90DB;
  min-height: 6.6rem;
}

.header .nav-menu .item>a {
  color: #FFFFFF;
}

.header .nav-menu .item {
  font-size:16px;
  white-space: nowrap;
  position: relative;
  text-align: center;
}

.header .nav-menu .item a {
  display: block;
  line-height: 6.6rem;
  transition: all .2s ease-in;
}

.header .nav-menu .item::after {
  position: absolute;
  content: ' ';
  top: 50%;
  right: 0px;
  height: 25%;
  transform: translate(0, -50%);
  border-right: solid 1px;
  border-right-color: #73A3E5;
}

.header .nav-menu .item:last-child::after {
  border-right-color: transparent;
}

.header .nav-bar .nav-menu .item.active,
.header .nav-bar .nav-menu .item:hover {
  background: url(/images/dh-bg-cur.png) no-repeat center bottom;
  background-size: 100% 2px;
  background-position-y: 5.4rem;
}

.header .nav-bar .nav-menu .item.active>a,
.header .nav-bar .nav-menu .item>a:hover {
  background-color: transparent !important;
  box-shadow: none;
  color: #FFFFFF;
  font-weight: bold;
}

.header .nav-bar .nav-menu .item::after {
  display: none;
}

.wap-icon {
  display: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  height: max-content;
  width: 130px;
  margin: 0px;
  left: -26px;
  z-index: 99999;
}

.nav-menu ul li {
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  text-align: center;
}

.header .nav-menu .item ul li a {
  color: rgba(255, 255, 255, .85);
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px;
  background: rgb(0, 74, 149);
}

.header .nav-menu .item ul li a:hover {
  background: #c6dff3 !important;
  cursor: pointer;
  font-weight: 600;
}

.nav-logo {
  margin: 6rem auto 3rem;
}

.nav-logo a {
  text-align: center;
  display: block;
}

@media only screen and (max-width: 641px) {
  .nav-logo {
    margin: 3rem auto 0rem;
} 
  .nav-logo a img{
    width: 90%;
}
  .header .nav-tools {
    height: auto;
    font-size: 1.6rem;
    line-height: 4rem;
    padding: 1rem 0;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
    margin-top: 0;
  }

  .header .nav-tools>div {
    flex-direction: row;
    justify-content: space-around;
  }

  .header .nav-tools .btns {
    background-color: transparent;
    padding: 0px;
    gap: 1rem;
    margin-right: 0rem;
  }

  .header .nav-tools .btns .item {
    background-color: transparent !important;
    padding: 0px;
  }

  .header .nav-tools .line .fanti {
    display: block;
  }

  .pc-icon {
    display: none;
  }

  .header .nav-tools i {

    position: relative;
  }

  .wap-icon {
    display: inline-block;
    position: absolute;
    top: 5px;
  }

  #toolbarSwitch .wap-icon {
    left: 18px;
    top: 6px;
  } 

  .header .nav-bar {
   margin-bottom: 1.5rem;
  }

  .header .nav-bar .nav-menu {
    width: 100%;
    padding: 0px;
    /*overflow-x: scroll;*/
  }

  .header .nav-bar .nav-menu .flex-row-between {
    display: flex;
    flex-direction: row;
    /*overflow-x: scroll;*/
    width: 100%;
  }

  .header .nav-bar .nav-menu .am-g:before,
  .header .nav-bar .nav-menu .am-g:after {
    display: none;
  }

  .header .nav-menu {
    padding: 2rem 0px;
  }

  .header .nav-menu .item {
    width: 33%;
    max-width: 50%;
    justify-content: center;
    margin: 1rem 0;
    padding: 0px;
  }

  .header .nav-menu .item:hover>a,
  .header .nav-menu .item.active>a {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 7px 10px;
  }

  .header .nav-bar .nav-menu .item.active>a {
    background-color: transparent !important;
    box-shadow: none;
    color: #fff;
  }

  .header .nav-menu .item a {
    line-height: 4rem;
    color: #fff;
    display: inline-block;
    min-width: 6rem;
  }
.header .nav-menu .item ul li a{
    width: 100%;
    text-align-last: center;
}
}


.search-box {
  margin: 0rem auto 9.6rem;
  width: 44.2rem;
  height: 4.2rem;
}

.search-box form {
  width: 100%;
position: relative;
}

.search-box form input.am-form-field {
  padding: 0;
  background: #FFFFFF;
  height: 4.2rem;
  border: 0;
  border-radius: 8px;
  font-size: 1.8rem;
  padding-left: 1.6rem;
  margin-right: 1.3rem;
}

.search-box .zhuti {
  width: 8.9rem;
  height: 3rem;
  position: relative;
  float: left;
  left: 0;
  border-right: 1px solid #979797;
  margin: auto 0;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  color: #333333;
}

.search-box button {
  width: 9.4rem;
  height: 4.2rem;
  border-radius: 8px;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFF;
  background: #FDD649;
  line-height: 1.8rem;
  position: absolute;
    right: 0px;
padding: 0px 0.5rem 0rem 1.5rem;
    display: flex;
    align-items: center;
}
.am-btn-warning:hover, .am-btn-warning:focus,.am-btn-warning:active,.am-btn:active:focus{
background-color: #FDD649;
    outline: none;
}

.am-btn-warning {
  border: 0;
}

.search-box button i {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 641px) {  

  .search-box {
    width: 100%;
    height: 6.4rem;
    margin: 0;
    padding: 10px 2rem 80px;
  }

  .search-box form {
    width: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .search-box form input.am-form-field {
    width: 70%;
    padding: 0 0.5em;
    background: #fff;
    margin: 1.5rem 1.3rem 1rem 0rem;
    border: 0;
    border-radius: 8px;
  }

  .search-box button {
bottom: 8px;
    right: 40px;
  }

  .search-box .zhuti {
    background: rgba(255, 255, 255, 0.8);
    width: 10.9rem;
    min-width: 5rem;
    height: 6.4rem;
    line-height: 6.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
  }

  .nav-logos a {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem 0rem;
  }
}


/* 主体 */
.container {
  clear: both;
  overflow: hidden;
}


/* 悬浮框 */
.fixed-box {
  position: fixed;
  width: 20.6rem;
  height: 14rem;
  box-sizing: border-box;
  /* border: 1px solid #EBEBEB; */
  float: right;
  right: 1rem;
  bottom: 15rem;
  z-index: 999;
  display: none;
}

.fixed-box .fixed-left {
  width: 13.8rem;
  height: 14rem;
  border-radius: 0.6rem;
  opacity: 1;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1103);
}

.fixed-box .fixed-left img {
  margin: auto;
  width: inherit;
  height: inherit;
  border-radius: 0.6rem;
}

.fixed-box .fixed-right {
  width: 6rem;
  height: 14rem;
  border-radius: 0.6rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1103);
  padding: 1.2rem 0;
}

.fixed-box .fixed-right .f-closed {
  cursor: pointer;
  font-size: 1.2rem;
  color: #666666;
  /* padding-right:1rem */
  justify-content: center;
}

.fixed-box .fixed-right .f-closed img {
  margin-right: 0.5rem;
}

.fixed-box .fixed-right .f-closed:hover {
  color: var(--theme);
}

.fixed-box .iconfont {
  font-size: 3.2rem;
  margin: 0 auto;
  color: #28C445;
}

.fixed-box .icon-weibo1 {
  color: #EA5D5C;
}

.fixed-box .icon-guanbi {
  color: #666666;
  font-size: smaller;
}

@media only screen and (max-width: 641px) {
  .fixed-box {
    right: 1.5rem;
    align-items: flex-end;
  }

  .fixed-box .fixed-right {
    margin-top: 1rem;
  }
}

/* 版权 */
footer {
  background: #45A8EF;
  margin-top: 2rem;
}

footer .f-select {
  width: 100%;
  background: #EFF5FB;
  padding: 2.3rem 0;
}

footer .f-select select {
  height: 4rem;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(122, 140, 168, 0.16);
  background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
  border-radius: 4px;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 2rem;
  appearance: none;
  padding-left: 2rem;
  background-image: url(/images/index-icon-xl.png);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
}

select option {
  /* height: 4.8rem; */
  padding: 5px;
  color: #333;
}

footer .f-select select:last-child {
  margin-right: 0;
}

footer>div:nth-child(2).am-g:before,
footer>div:nth-child(2).am-g:after {
  display: none;
}

.foot-bottom {
  padding: 2.5rem 0rem;
}

.foot-bottom .foot-rt,
.foot-rt a {
  color: #FFFFFF;
}

.foot-rt>div {
  display: flex;
  justify-content: space-between;
}
.foot-rt>div:last-child{
justify-content: start;
}

.foot-rt>div>span,
.foot-rt>div>a {
  margin-right:3rem;
  line-height: 3rem;
    font-size: 14px;
}

.foot-rt>div>span:last-child {
  margin-right: 0rem;
}

@media only screen and (max-width: 641px) {
  footer {
    background: #1D90DB;
  }

  .foot-rt>div {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .foot-rt>div>span,
  .foot-rt>div>a {
    margin-right: 2rem;
  }

  footer .f-select select {
    margin-right: 0;
    width: 80%;
  }

  .am-breadcrumb,
  .am-breadcrumb a {
    font-size: 14px;
  }
}


/* 通用组件 */
.gray-box {
  border: 1.5rem solid;
  border-color: #F2F6F9;
  border-radius: 1rem;
  padding: 1rem;
}

.navigation {
  font-size: 1.6rem;
  color: #999;
}

.navigation a {
  color: #999;
}

.navigation .am-breadcrumb {
  font-size: 100%;
  margin-bottom: 0rem;
}

.navigation .am-breadcrumb .iconfont {
  color: var(--theme);
  font-weight: 700;
  font-size: 1.1em;
}

.navigation .active {
  color: var(--theme);
}

.pagination {
  margin: 3rem auto;
}

.pagination .am-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.pagination .am-pagination li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.pagination .am-pagination>li>a,
.pagination .am-pagination>li>span,
.pagination .am-pagination>li>select,
.pagination .am-pagination>li>input {
  border-radius: 4px;
  color: #999;
}

.pagination select {
  position: relative;
  display: block;
  padding: 0.4em 1em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.pagination input {
  width: 8rem;
  text-align: center;
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}


/* 分类列表 */
.tabs-panel {
  clear: both;
  overflow: hidden;
}

.tabs-panel .tabs-header {
  font-size: 17px;
  overflow: hidden;
  /* padding: 4px; */
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tabs-panel .tabs-header .item {
  line-height: 2.4rem;
  text-align: center;
  padding-bottom: 1rem;
  color: #fff;
  /* flex: 1; */
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
}

.tabs-panel .tabs-header .item.active {
  color: #FDD649;
  font-weight: 700;
  border-bottom: 3px solid #FDD649;
}

.tabs-panel .tabs-list {
  width: 100%;
  padding: 0px 5px;
}

@media only screen and (max-width: 641px) {
  .tabs-panel .tabs-header {
    font-size: 2rem;
    flex-wrap: wrap;
  }

}


/* 列表标题 */
.text-list {
  width: inherit;
  overflow: hidden;
}

.text-list .item {
  display: flex;
  flex-direction: row;
  line-height: 4.8rem;
  font-size: 1.8rem;
  color: #333;
  cursor: pointer;
  padding: 0px 1rem 0px 1.5rem;
  position: relative;
  transition: all .2s linear;
  justify-content: space-between;
  gap: 10px;
}

/* .text-list .item:before {
  position: absolute;
  content: ' ';
  width: 4px;
  height: 4px;
  background-color: #ccc;
  left: 3px;
  top: 50%;
  transform: translate(0, -50%); } */
.text-list .item:before {
  position: absolute;
  content: ' ';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #DADADA;
  border: 1px solid #DADADA;
  left: 0;
  top: 50%;
  /* margin-right: 1rem; */
  transform: translate(0, -50%);
}

.text-list .item .title {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 1.5rem;
}

.text-list .item .date {
  margin-left: 1rem;
  white-space: nowrap;
  text-align: right;
  color: #999;
}

.text-list .item:hover:before {
  background-color: var(--theme);
}

.text-list .item:hover .title {
  color: var(--themeActive);
}

.text-list .line {
  margin: 1.5rem 0;
  border: 1px #DCDCDC dashed;
}

/* 专题 */

.text-list .ztzl-con {
  padding: 30px 25px;
}

.ztlist {
  margin: 20px 0;
  overflow: hidden;
}

.text-list .inner-tit {
  margin: 10px 0px;
}

.ztlist .zt-item {
  height: 254px;
  background-color: #fff;
  float: left;
  box-sizing: border-box;
  margin-right: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-image: initial;
}

.ztlist .zt-item:nth-child(4n) {
  margin-right: 0px;
  margin-bottom: 18px;
}

.ztzl-new {
  height: max-content;
  overflow: hidden;
}

.ztlist .zt-item .zttit {
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  color: rgb(34, 34, 34);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 16px 0px;
}

.ztzl-old .ztlist .zt-item .zttit {
  text-align: center;
}

.ztlist .zt-item .zttit a {
  color: #333;
}

.ztlist .zt-item .zttit a:hover {
  color: #2b58a8
}

.ztlist .zt-item .zttit span {
  width: 50px;
  height: 26px;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 20px;
  background-color: rgb(218, 27, 27);
  color: rgb(255, 255, 255);
  display: inline-block;
  position: relative;
}

.ztlist .zt-item .zt-pic {
  width: 246px;
  height: 150px;
  display: block;
  margin: auto;
}

.ztlist .zt-item .zt-pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.ztlist .zt-item .zt-pic:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ztzl-con .am-avg-lg-4>li {
  width: calc((100% - 54px) / 4);
}

.main-tit h6 {
  float: left;
  font-size: 20px;
  color: #20528f;
  font-weight: bold;
  margin-bottom: -2px;
  background: url(active1.png) no-repeat top center;
  text-align: center;
  width: 200px;
  line-height: 54px;
  margin: 5px 5px 0px 5px;
}

/* 列表类标题 */
/* .text-panel {
  margin-bottom: 1.5rem; 
  margin-top: 3rem;} */
.text-panel .header {
  /* line-height: 4.8rem; */
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
  background: #F7F8FB;
  padding: 1.2rem;
}

.text-panel .header .title {
  border-left: 6px solid #184984;
  padding: 0px 1rem;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
  top: 1px;
}

.text-panel .header .title a {
  color: #000;
}

.text-panel .header .more {
  font-size: 80%;
}

.text-panel .header .more a {
  color: #999;
}


select:focus {
  outline: none;
  border-color: #E4F4FF;
  box-shadow: 0 0 5px #E4F4FF;
}


.swiper-focus {
  width: 100%;
  overflow: hidden;
}

.swiper-focus .swiper-button-white {
  background-image: none;
  transform: scale(1.8);
}

.swiper-focus .swiper-button-white i {
  position: absolute;
  font-size: 2.4rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.swiper-focus .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: .8rem 0px 0px .8rem;
  transform-origin: right;
  right: 1rem;
}

.swiper-focus .swiper-button-prev {
  transform-origin: left;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0rem .8rem .8rem 0px;
  left: 1rem;
}

.swiper-focus .item {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: .8rem;
}

.swiper-focus .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-focus .item p {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem 0px;
  margin: 0px;
}