* {
  padding: 0;
  margin: 0;
  /* transition: all 0.4s; */
}

.hide {
  display: none;
}

body {
  font: normal 14px/1.5 "Microsoft Yahei";
}

p {}

a {
  text-decoration: none;
}

ul,
dl {
  list-style-type: none;
}

img {
  vertical-align: top;
}

.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#g-footer {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px
}

#g-footer .g-wrap {
  width: 1200px;
  margin: auto;
}


#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center
}

#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none
}

#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline
}

#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%
}

#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851
}

#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00
}

#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden
}

#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden
}

#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left
}

#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right
}

body {
  font-family: Microsoft YaHei;
  width: 100%;
}

.nav {
  background-color: #1f1818;
  border-bottom: none;
  font-size: 0;
  line-height: 66px;
  overflow: hidden;
  width: 100%;
}

.nav.flxed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
}

.nav .logo {
  height: 40px;
  padding-top: 13px;
  margin-right: 70px;
}

.nav .nav-items {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
}

.nav .nav-items .top_text {
  display: inline-block;
  margin-left: 25px;
  height: 67px;
  cursor: pointer;
}

.nav .nav-items .top_text a {
  color: #fff;
}

.nav .nav-items .active {
  font-weight: 600;
}

.nav .nav-items .bm {
  width: 143px;
  background-color: #ffe8a8;
  text-align: center;
}

.nav .nav-items .bm a {
  color: #000;
}

.nav .nav-items .bm a img {
  margin-left: 10px;
  height: 50px;
  width: 35px;
}


.nav .nav-items .bm1 {
  background: none;
  background-size: 40px;
  width: auto;
}

a:link,
a:hover,
a:visited,
a:active,
a:focus,
a {
  text-decoration: none;
}

.banner {
  position: relative;
  height: 669px;
  background: url(../img2021/banner1.png) no-repeat center bottom;
  color: #fff;
  text-align: center;
  padding-top: 0;
}

.banner .wrap {
  height: 100%;
  position: relative;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.banner .text1 {
  padding-top: 0px;
  font-weight: 600;
  font-size: 85px;
  background-image: -webkit-linear-gradient(-175deg, #dbaf55, #dbaf55, #fff9ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .text2 {
  font-size: 18px;
  color: #fff2d5;
  ;
}

.aswhile {
  background-color: #fff2d5;
  color: #000;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 10px;
}

.banner .text3 {
  padding-top: 80px;
  font-size: 35px;
  color: #dbaf55;
  font-weight: 400;
}

.banner .timer {
  border-radius: 36px;
  width: 444px;
  height: 42px;
  line-height: 42px;
  margin: 15px 0;
}

.banner .timer span {
  padding-left: 32px;
  margin-left: 5px;
  font-size: 18px;
  color: #e8c078;
}

.banner .timer span:nth-of-type(1) {
  background: url(../img2021/clock.png) no-repeat center left;
  background-size: contain;
}

.banner .timer span:nth-of-type(2) {
  padding-left: 0px;
  margin-left: 0px;
  font-size: 26px;
  font-weight: 600
}

.banner .bmbutton {
  text-align: center;
  width: 185px;
  background-color: #ffa200;
  padding: 5px 0;
  font-size: 18px;
  border-radius: 20px;
  font-weight: 600px;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 438px;
  left: -2px;
}

.bmbutton a {
  color: #000;
  font-weight: 800;
}

.intro {
  background: url(../img2021/introback.png) no-repeat center bottom;
  background-color: #000;
}

.intro p {
  color: #fff;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin-top: 10px;
}

.intro .para1 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;

}

.intro .para2 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.box_title {
  position: relative;
}

.box_title div:nth-of-type(1) {
  position: absolute;
  top: 112.5px;
  left: 0;
  width: 16%;
  height: 13px;
  background-color: #9c481b;
  z-index: 5;
}

.box_title div:nth-of-type(2) {
  position: absolute;
  top: 79px;
  left: 120px;
  height: 80px;
  background-color: #f0dca4;
  z-index: 4;
  padding-left: 50px;
}

.box_title span:nth-of-type(1) {
  display: inline-block;
  line-height: 80px;
  font-size: 38px;
  color: #83360d;
  letter-spacing: 0.3rem;
}

.box_title span:nth-of-type(2) {
  display: inline-block;
  line-height: 80px;
  font-size: 26px;
  color: #83360d;
}

.box_title div:nth-of-type(3) {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 68.5%;
  height: 118px;
  background-image: -webkit-linear-gradient(right, #b36932, #a04d1f);
  z-index: 3;
}

.num_lit {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-top: 43px;
}

.num_lit_item {
  border-right: solid 1px #fff;
  padding-right: 40px;
  margin-right: 26px;
  text-align: left;
  width: 20%;
}


.num_lit_item_end {
  padding-right: 40px;
  margin-right: 40px;
  text-align: left;
  width: 20%;
}

.num_lit_item_end span:nth-of-type(1) {
  font-size: 40px;
  color: #c6a6ed;
}

.num_lit_item_end span:nth-of-type(2) {
  font-size: 20px;
  color: #fff;
}

.num_lit_item span:nth-of-type(1) {
  font-size: 40px;
  color: #c6a6ed;
}

.num_lit_item span:nth-of-type(2) {
  font-size: 20px;
  color: #fff;
}

.intro_footer {
  color: #f0dca4;
  background: url(../img2021/intro_footer.png) no-repeat center;
  text-align: right;
}

.intro_footer div {
  padding: 110px 0 60px 0;
}

.intro_footer span {
  padding-right: 20px;
  text-indent: 0;
  color: #c6a6ed;
}

.award {
  position: relative;
  height: 765px;
  background: url(../img2021/awardback.jpg) no-repeat center;
  color: #fff;
  text-align: center;
}

.award_contont_item {
  position: relative;
}

.award_contont p {
  padding-top: 10px;
  text-align: center;
}

.award_button {
  position: relative;
  width: 54px;
  height: 152px;
  background-color: #e5d6bf;
  border-radius: 10px;
  margin-bottom: 10px;
}

.award_button_ho {
  position: relative;
  width: 54px;
  height: 152px;
  background-color: rgb(165, 85, 36);
  border-radius: 10px;
  margin-bottom: 10px;
}

.award_button ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 52px;
  top: 46px;
  border-top: solid 10px transparent;
  border-left: solid 10px #e5d6bf;
  /* 白色小三角形 */
  border-bottom: solid 10px transparent;
  color: rgb(165, 85, 36);
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}

.award_button_ho ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 52px;
  top: 46px;
  border-top: solid 10px transparent;
  border-left: solid 10px rgb(165, 85, 36);
  ;
  /* 白色小三角形 */
  border-bottom: solid 10px transparent;
  color: rgb(165, 85, 36);
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}




.award_button p {
  width: 32px;
  font-size: 24px;
  /* text-align: center; */
  margin: 0 auto;
  color: rgb(165, 85, 36);
  padding-top: 23px;
}

.constentant {
  position: relative;
  height: 765px;
  color: #fff;
  text-align: center;
}

.award_button_ho p {
  width: 32px;
  font-size: 24px;
  /* text-align: center; */
  margin: 0 auto;
  color: #e5d6bf;
  padding-top: 23px;
}

.award_contont_squ1,
.award_contont_squ2,
.award_contont_squ3,
.award_contont_squ4 {
  position: absolute;
  background: url(../img2021/back2.png) no-repeat;
  width: 298px;
  height: 298px;
  /* visibility: hidden; */
}

.award_contont_squ1 {
  left: 80px;
  top: 20px;
}

.award_contont_squ2 {
  left: 495px;
  top: 20px;
}

.award_contont_squ3 {
  left: 287px;
  top: 134px;
}

.award_contont_squ4 {
  left: 701px;
  top: 134px;
}

.award_contont_squ2 {}

.squ1 {
  height: 125px;
  width: 180px;
  color: #000;
  margin-left: 62px;
  margin-top: 80px;
  text-align: center;
  color: #a04d1f;
}

.canpin1,
.canpin2,
.canpin3,
.canpin4 {
  position: absolute;
  background: url(../img2021/back.png) no-repeat;
  width: 298px;
  height: 298px;
}

.canpin1 {
  left: 80px;
  top: 20px;
}

.canpin2 {
  left: 495px;
  top: 20px;
}

.canpin3 {
  left: 287px;
  top: 134px;
}

.canpin4 {
  left: 701px;
  top: 134px;
}

.squ1_1 {
  border-bottom: 1px solid;
  display: flex;
  flex-direction: row;
}

.squ1_1_img {
  width: 40px;
  padding-top: 15px;
}

.squ1_1-title {
  font-size: 20px;
  font-weight: 600;
  margin: 11px auto;
}

.squ1_1-button {
  margin: 0 25px;
  text-align: center;
  color: #fff;
  background-color: #a04d1f;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 600px;
  letter-spacing: 0.2rem;
  z-index: 10;
}

.canpin1_title {
  text-align: center;
  margin-top: 80px;
}

.canpin1_con {
  text-align: left;
  height: 60px;
  overflow: hidden;
  margin: auto 40px;
}

.canpin1_button {
  width: 130px;
  margin: 20px auto;
  text-align: center;
  color: #a04d1f;
  background-color: #f0dca4;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 600px;
  letter-spacing: 0.2rem;
  cursor: pointer;
}

.award_contont_squ1:hover {
  z-index: -1;
}

.canpin1:hover {
  z-index: 2;
}

.award_contont_squ2:hover {
  z-index: -1;
}

.canpin2:hover {
  z-index: 2;
}

.award_contont_squ3:hover {
  z-index: -1;
}

.canpin3:hover {
  z-index: 2;
}

.award_contont_squ4:hover {
  z-index: -1;
}

.canpin4:hover {
  z-index: 2;
}

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

.reason_content_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 45%;
  margin: 50px 0;
}



.reason_content_item p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  margin-left: 20px
}

.reason_content_item_left {
  display: flex;
  flex-direction: column;
  width: 400px;
}

.reason_content_item_left_top {
  /* background-image: url(../img2021/bg01.png);
  background-size: 85% 100%;
  background-repeat: no-repeat;
  background-position: center; */
}

.reason_content_item_left_top div {
  /* width: 180px;
  height: 160px;
  background-image: -webkit-linear-gradient(-175deg, #dbaf55, #dbaf55, #fff9ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.reason_content_item_left_top div img {
  /* margin-left: 72px; */
  /* margin-top: 44px; */
}

.reason_content_item_left_top div p {
  margin-left: 67px;
  color: #000;
  font-weight: 800;
}


.reason_content_item_left_bottom {
  /* margin-top: -40px;
  vertical-align: middle; */
}

.liucheng {
  position: relative;
  height: 720px;
  background: #000 url(../img2021/s_back.png) no-repeat center;
  color: #fff;
  text-align: center;
}

.liucheng_img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #83360d;
  padding-bottom: 30px;
  margin-top: 60px;

}

.liucheng_img2 {
  height: 115px;
  width: 210px;
  background-color: #fbe8b0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  border-radius: 10px;

}

.liucheng_img1 {
  background-image: linear-gradient(45deg, #eaeefc, #faeed1, #fef4e6);
  position: relative;
  height: 115px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  border-radius: 10px;
}

.liucheng_img2,.liucheng_img1,.liucheng_img3,.liucheng_img4 {
  background-image: linear-gradient(45deg, #eaeefc, #faeed1, #fef4e6);
}

.liucheng_img2:hover>.bottom2 {
  color: #ff590a;
}

.liucheng_img2:hover ::before {
  background-color: #ff590a;
}

.liucheng_img1 ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 108px;
  top: 110px;
  border-top: solid 10px transparent;
  border-left: solid 15px #fbe8b0;
  border-bottom: solid 10px transparent;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -webkit-transform: rotate(90deg);
}

.liucheng_img1 ::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 106.5px;
  top: 136px;
  background-color: #ff590a;
  border-top: solid 5px #fbe8b0;
  border-left: solid 5px #fbe8b0;
  border-bottom: solid 5px #fbe8b0;
  border-right: solid 5px #fbe8b0;
  border-radius: 10px;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}

.liucheng_img2 ::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 97px;
  top: 110px;
  border-top: solid 10px transparent;
  border-left: solid 15px #fbe8b0;
  border-bottom: solid 10px transparent;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -webkit-transform: rotate(90deg);
}

.liucheng_img2 ::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 96px;
  top: 136px;
  background-color: #fbe8b0;
  border: solid 5px #fbe8b0;
  border-radius: 10px;
  color: #fbe8b0;
  transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  /* IE 9 */
  -webkit-transform: rotate(12deg);
  /* Safari and Chrome */
}

.top {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-top: 18px;
}

.bottom2 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.imgbm {
  position: absolute;
  top: -8px;
  left: -8px;
}

.liucheng_sm {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.liucheng_sm img {
  width: 85px;
  margin-left: 80px;
}

.liucheng_sm p {
  color: #fef4e6;
  font-size: 16px;
  width: 75%;
  padding-left: 40px;
  line-height: 1.5rem;
  margin-top: 20px;
}

.liucheng_bz {
  margin-top: 80px;
  color: #bababa;
}

.liucheng_bz p:nth-child(1) {
  font-size: 18px;
  font-weight: 800;
}

.liucheng_bz p:nth-child(2) {
  font-size: 16px;
}

.judges {
  position: relative;
  height: 720px;
  background: url("../img2021/introback.png") center top no-repeat rgb(0, 0, 0);
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.judges .wrap {
  height: 100%;
}

.judges_con {
  margin-top: 30px;
}

.judges_con_sm {
  text-align: center;
  margin: 0 130px;
}

.juges_list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}

.juges_list_item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.juges_list_item_name {
  color: #fbe8b0;
  width: 81px;
  font-size: 23px;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #fbe8b0;
  letter-spacing: 0.1rem;
}

.juges_list_item_intro {
  color: #fbe8b0;
  font-size: 14px;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
}

.juges_list::after {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  left: 430px;
  top: 365px;
  border: solid 5px #b56d35;
  border-radius: 10px;
}

.juges_list::before {
  content: "";
  width: 70px;
  height: 0;
  position: absolute;
  left: 530px;
  top: 365px;
  border: solid 5px #d19a5a;
  border-radius: 10px;
}

.sign {
  position: relative;
  /* height: 879px; */
  background: url(../img2021/baoming_back.png) no-repeat center;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}

.title_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

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

.title {
  font-size: 40px;
  position: relative;
  z-index: 2;
  line-height: 1;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 4px;
  color: #fff0aa;
  padding-top: 40px;
}

.title_line {
  width: 182px;
  height: 0;
  border: solid 4px #b56d35;
  margin-top: -5px;
}

.bm_type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

.bm_type span {
  width: 16px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-left: 80px;
  margin-top: 67px;
  z-index: 2;
}

.bm_type p {
  margin-top: 73px;
  margin-left: 25px;
  width: 230px;
  font-weight: 800;
}

.bm_type_first {
  position: relative;
  width: 50%;
  height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  background: url(../img2021/bm_bg1.png) no-repeat 100% 100%;

}

.bm_type_sec {
  position: relative;
  width: 50%;
  height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  background: url(../img2021/bm_bg2.png) no-repeat 100% 100%;
  ;
}

.bm_type_sec ::after {
  content: "";
  width: 23px;
  height: 104px;
  position: absolute;
  left: 72px;
  top: 51px;
  border: solid 5px #d19a5a;
  background-color: #d19a5a;
  z-index: -1;
}

.bm_type_first ::after {
  content: "";
  width: 23px;
  height: 104px;
  position: absolute;
  left: 72px;
  top: 51px;
  border: solid 5px #d19a5a;
  background-color: #d19a5a;
  z-index: -1;
}

.ime_bm {
  margin: 30px auto;
  border-radius: 25px;
  background-color: #fff0aa;
  height: 50px;
  width: 25%;
}

.ime_bm_text {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.ime_bm a {
  color: #000;
}

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

.contact_info_item {
  margin-top: 50px;
}

.code {
  text-align: center;
  margin: auto 0;
}

.code p {
  margin-top: 20px;
}

.top_title {
  width: 100%;
  text-align: center;
  color: #f0dca4;
  font-size: 20px;
  background-color: #000;
  padding-bottom: 23px;
  margin-top: 40px;
}

.prize_table {
  background: url('../images/prizebg_02.png');
  background-size: 100%;
}

.prize_table ._prize_info {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 50px;
}

.prize_table ._prize_info .top_title_js {
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}

.prize_table ._prize_info .remark {
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

.prize_table #prize_table .title {
  height: 65px;
  background-color: #c9ac82;
}

.prize_table #prize_table .title th {
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: 1px solid #c9ac82;
  font-weight: 400;
}

.prize_table #prize_table .title .category {
  width: 125px;
}

.prize_table #prize_table .title .my_prize {
  width: 195px;
}

.prize_table #prize_table .title .range {
  width: 335px;
}

.prize_table #prize_table tr {
  background-color: #af9363;
  text-align: left;
}

.prize_table #prize_table tr td {
  padding: 25px 19px;
  font-size: 16px;
  border: 1px solid #c9ac82;
  color: #fff;
}

.con {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}

.swiper-container {
  width: 1015px;
  height: 100%;
  font-size: 0px;
}

.swiper-slide {
  text-align: center;
  width: 200px;
  display: inline-block;
  align-items: center;
}

.swiper-slide img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 180px;
}

.swiper-slide h3 {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.swiper-slide div {
  width: 60px;
  margin: 20px auto;
  height: 4px;
  background-image: linear-gradient(to right, #c8466b, #4a5fb5);
}

.swiper-slide p {
  width: 96%;
  color: #fff;
  font-size: 16px;
}

.swiper-pagination-bullet {
  background-color: #c8466b;
  width: 80px;
  border-radius: 4px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4a5fb5;
}

.pingwei-cont p {
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #FFF;
  text-align: center;
  width: 800px;
  margin: 40px auto 0;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  height: 60px;
  width: 60px;
  /* background: #fff; */
  border-radius: 100px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -60px;
  height: 60px;
  width: 60px;
  /* background: #fff; */
  border-radius: 100px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-size: 40px;
  font-weight: 600;
  color: #c8466b;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  font-size: 40px;
  font-weight: 600;
  color: #c8466b;
}