::-webkit-scrollbar
{
  width: 0px;
  height: 0px;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
  background-color: #F5F7FA;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: rgb(193, 193, 193);
}

.border_b {
  background-size: cover;
  background-image: url('../imgs/莲藕动态banner.png');
  background-position: 50%;
  padding-top: 70px;
  height: 400px;
}

.border_b .bg_b {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  /* margin-top: 160px; */
}

.border_b .bg_b .bg_b_title {
  font-size: 46px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2D2B5E;
  line-height: 46px;
  letter-spacing: 1px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 26px;
}

.border_b .bg_b .bg_b_title .bg_b_title_str {
  padding: 4px 8px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #807AF4;
  line-height: 20px;
  background: linear-gradient(270deg, #EDE7FF 0%, #DFDEFF 100%);
  margin-left: 6px;
}

.border_b .bg_b .bg_b_tip {
  padding-left: 2px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5A57A9;
  margin-bottom: 122px;
}

.swiper_box {
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  box-shadow: 0px 31px 50px 0px rgba(206,219,246,0.3);
  /* border: 2px solid #FFFFFF; */
}

.swiper_box .swiper{
  /* width: 70%; */
  height: 360px;
}

.swiper_box .swiper_right{
  padding: 40px 20px 0 40px;
  width: 30%;
  position: relative;
  background: linear-gradient(135deg, #FFFFFF 0%, #ECF1FF 100%);
}

.swiper_box .swiper_right .swiper_box_right_bg{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 204px;
  height: 190px;
}

.swiper_right_title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 42px;
  position: relative;
}

.swiper_right_time {
  font-size: 16px;
  color: #565579;
  line-height: 22px;
  margin-top: 30px;
  position: relative;
}

.swiper_right_btn {
  width: 160px;
  height: 46px;
  font-size: 18px;
  color: #6861ED;
  line-height: 22px;
  margin-top: 50px;
  border: 1px solid #807AF4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.swiper_right_btn .botton_to {
  width: 20px;
  margin-left: 9px;
}

.swiper-slide {
  display: flex;
  
}

.swiper-left {
  width: 70%;
  height: 360px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.dynmaics_box {
  width: 1200px;
  min-height: 50vh;
  max-width: 1200px;
  margin: 130px auto 0;
}

.dynmaics_btn {
  width: 80px;
  height: 36px;
  color: #FFFFFF;
  background: #807AF4;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
}

.dynmaics_list {
  margin-top: 10px;
}

.dynmaics_item_box {
  padding: 40px 0;
  box-shadow: 0 0.5px 0 #C8C7E6;
}

.dynmaics_item {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.dynmaics_img {
  width: 280px;
  height: 140px;
  background: #CEDAFF;
  margin-right: 20px;
  flex: none;
}

.dynmaics_body {
  padding: 10px 0;
}

.dynmaics_type {
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
  color: #6861ED;
  line-height: 17px;
  margin-right: 4px;
  background: #ECEBFF;
  flex: none;
}

.dynmaics_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.dynmaics_decs {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 24px;
  height: 40px;
}

.dynmaics_time {
  font-size: 14px;
  color: #565579;
  line-height: 20px;
}

.dynmaics_page {
  padding: 20px 0 50px;
  text-align: right;
  color: #606266;
}

.dynmaics_page_total {
  margin: 0 1em;
}

.dynmaics_page_btn {
  cursor: pointer;
}

.dynmaics_page_size {
  margin: 0 30px;
}

.dynmaics_page_btn_disabed {
  color: #C0C4CC;
  cursor: no-drop !important;
}

.dynmaics_page_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.dynmaics_page_go_input {
  text-align: center;
  width: 60px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
}

.dynmaics_page_list {
  margin: 0 13px;
}

.dynmaics_page_item {
  margin: 0 10px;
  cursor: pointer;
}

.current {
  color: #807AF4;
}