@charset "UTF-8";
.banner-box {
  background-image: url(../images/pc/live/banner.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  overflow: hidden;
}

.cpgn {
  /* height: 8.22rem; */
  background: -webkit-linear-gradient(bottom, #DBEAF9, #EEF4FA);
  background: -moz-linear-gradient(bottom, #DBEAF9, #EEF4FA);
  background: -o-linear-gradient(bottom, #DBEAF9, #EEF4FA);
  background: linear-gradient(0deg, #DBEAF9, #EEF4FA);
  overflow: hidden;
  /* margin-bottom: 20px; */
}

.cpgn .title {
  position: relative;
  top: 0.6rem;
}

.cpgn .wrapper img {
  width: 100%;
}

.wmdys {
  height: 8rem;
  background-image: url(../images/pc/live/wmdys.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  overflow: hidden;
}

.wmdys .title {
  color: #fff;
  margin: 0.63rem 0 0.55rem;
}

.wmdys .wrapper div {
  display: inline-block;
  vertical-align: top;
  width: 3.27rem;
  height: 5.85rem;
  background-image: url(../images/pc/live/wmdys-cardbg.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  overflow: hidden;
  margin-right: 0.26rem;
  padding: 1.04rem 0.25rem;
}

.wmdys .wrapper div:last-child {
  margin-right: 0;
}

.wmdys .wrapper div h2 {
  font-weight: bold;
  font-size: 0.23rem;
  color: #1D84C9;
  line-height: 0.39rem;
  margin-bottom: 0.2rem;
  text-align: center;
  height: 0.78rem;
}

.wmdys .wrapper div p {
  font-size: 0.16rem;
  color: #282A2C;
  line-height: 0.32rem;
  margin-bottom: 0.2rem;
}

.wmdys .wrapper div:nth-child(3) p {
  margin-bottom: 0.05rem;
}

.wmdys .wrapper div p::before {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #1D84C9;
  border-radius: 50%;
  margin-right: 0.14rem;
}

.yycj .title {
  margin: 0.71rem 0 0.66rem;
}

.yycj .wrapper {
  height: 6.67rem;
  background: -webkit-linear-gradient(88deg, #104F82, #3B80A4);
  background: -moz-linear-gradient(88deg, #104F82, #3B80A4);
  background: -o-linear-gradient(88deg, #104F82, #3B80A4);
  background: linear-gradient(2deg, #104F82, #3B80A4);
}

.item {
  display: inline-block;
  vertical-align: top;
}

.item .img-wrapper {
  width: 4.86rem;
  height: 6.67rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item .img-wrapper .blank {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.48);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.28rem;
  padding: 0.21rem 0.39rem;
  line-height: 12rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.text-wrapper {
  display: inline-block;
  width: 5.95rem;
  text-align: center;
  vertical-align: top;
  padding: 1.97rem 0.65rem 0;
  position: relative;
}

.text-wrapper h2 {
  font-weight: bold;
  font-size: 0.35rem;
  color: #FFFFFF;
}

.text-wrapper span {
  width: 0.61rem;
  height: 0.02rem;
  background: #FF9100;
  display: inline-block;
  margin: 0.43rem 0;
}

.text-wrapper p {
  font-size: 0.17rem;
  color: #8DAEC2;
  line-height: 0.36rem;
  margin-bottom: 0.87rem;
}

.text-wrapper ul li {
  display: inline-block;
  color: #fff;
  font-size: 0.19rem;
  cursor: pointer;
  margin: 0 0.2rem;
}

.text-wrapper ul li:hover {
  font-weight: 600;
}

.text-wrapper .ar-l {
  width: 0; /* 宽度为0 */
  height: 0; /* 高度为0 */
  border-left: 0.2rem solid transparent; /* 左边透明边框 */
  border-right: 0.2rem solid #276185; /* 右边透明边框 */
  border-top: 0.2rem solid transparent; /* 顶部有黑色边框 */
  border-bottom: 0.2rem solid transparent; /* 顶部有黑色边框 */
  position: absolute;
  top: 3rem;
  left: -0.44rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.text-wrapper .ar-r {
  width: 0; /* 宽度为0 */
  height: 0; /* 高度为0 */
  border-left: 0.2rem solid #276185; /* 左边透明边框 */
  border-right: 0.2rem solid transparent; /* 右边透明边框 */
  border-top: 0.2rem solid transparent; /* 顶部有黑色边框 */
  border-bottom: 0.2rem solid transparent; /* 顶部有黑色边框 */
  position: absolute;
  top: 3rem;
  right: -0.44rem;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hide-box .text-wrapper {
  display: none;
}

.hide-box .img-wrapper {
  width: 3.1rem !important;
}

.hide-box .img-wrapper .blank {
  opacity: 1;
}

.yycj {
  /* overflow: hidden; */
}

.yycj .m-auto {
  position: relative;
}

.yycj .l {
  position: absolute;
  top: -0.2rem;
  left: -1.47rem;
  z-index: -1;
  width: 2.96rem;
}

.yycj .r {
  position: absolute;
  bottom: -2.31rem;
  right: -2.44rem;
  width: 3.86rem;
}