.banner {
  width: 100%;
  height: 830px;
  background-image: url('../images/activity/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.notice {
  margin-top: 89px;
  width: 1160px;
  height: 84px;
  padding: 0 58px 0 24px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(105, 154, 239, 0.3);
}

.notice-icon {
  width: 110px;
  height: 50px;
  background-color: #429FD4;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
}

.notice-info {
  margin-left: 30px;
  flex: 1;
}

.info-msg {
  flex: 1;
}

.msg-icon {
  width: 17px;
  height: 17px;
  margin-right: 19px;
}

.msg-text {
  width: 620px;
  font-size: 16px;
  font-weight: normal;
  color: #2D2D2D;
}

.info-time {
  font-size: 16px;
  font-weight: normal;
  color: #F7AA00;
}

.model-head {
  margin-top: 106px;
  width: 538px;
  height: 48px;
  background-image: url('../images/activity/head3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 48px;
  font-size: 36px;
  font-weight: 600;
  color: #429FD4;
}

.model-1 {
  margin-top: 57px;
  width: 100%;
  height: 344px;
  padding-top: 31px;
  background-image: url('../images/activity/model_bg1.png');
  background-size: 624px 224px;
  background-repeat: no-repeat;
  background-position: top left;
}

.model-1 .model-body {
  width: 1160px;
  margin: 0 auto;
}

.model-1 .model-body .body-imgs {
  position: relative;
}

.model-1 .model-body .body-imgs .imgs-list {
  width: 542px;
  height: 300px;
  background-color: #429FD4;
  box-shadow: 0px 14px 8px 0px rgba(47, 84, 135, 0.21);
  position: relative;
}

.model-1 .model-body .body-imgs .imgs-list .list-content {
  width: 524px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: start;
  overflow: hidden;
}

.model-1 .model-body .body-imgs .imgs-list .list-content .content {
  width: auto;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.model-1 .model-body .body-imgs .imgs-list .list-content .content-pic {
  width: 524px;
  height: 280px;
  margin-right: 32px;
}

.model-1 .model-body .body-imgs .imgs-btns {
  position: absolute;
  bottom: -14px;
  right: 38px;
  z-index: 1;
}

.model-1 .model-body .body-imgs .imgs-btns .btns-btn {
  width: 60px;
  height: 42px;
  cursor: pointer;
}

.model-1 .model-body .body-imgs .imgs-btns .btns-left {
  background-image: url('../images/activity/model1_right.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.model-1 .model-body .body-imgs .imgs-btns .btns-left:hover {
  background-image: url('../images/activity/model1_left.png');
  transform: rotate(0deg);
}

.model-1 .model-body .body-imgs .imgs-btns .btns-right {
  background-image: url('../images/activity/model1_right.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.model-1 .model-body .body-imgs .imgs-btns .btns-right:hover {
  background-image: url('../images/activity/model1_left.png');
  transform: rotate(180deg);
}

.model-1 .model-body .body-list .list-item {
  width: 580px;
  height: 48px;
  box-shadow: 0px 4px 8px 0px rgba(157, 150, 245, 0.3);
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 15px auto;
}

.model-1 .model-body .body-list .list-item:nth-child(1) {
  margin-top: 0;
}

.model-1 .model-body .body-list .list-item:nth-child(5) {
  margin-bottom: 0;
}

.model-1 .model-body .body-list .list-item .item-circle {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #429FD4;
  margin: 0 18px 0 24px;
}

.model-1 .model-body .body-list .list-item .item-text {
  width: 438px;
  font-size: 14px;
  font-weight: 400;
  color: #161940;
}

.model-1 .model-body .body-list .list-item:hover {
  background-color: #429FD4;
}

.model-1 .model-body .body-list .list-item:hover .item-circle {
  background-color: #FFFFFF;
}

.model-1 .model-body .body-list .list-item:hover .item-text {
  color: #FFFFFF;
}

.model-2 {
  width: 1160px;
}

.model-2 .model-title {
  margin-top: 28px;
  width: 120px;
  height: 47px;
  background-image: url('../images/activity/head2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}

.model-2 .model-more {
  margin-top: 4px;
}

.model-2 .model-more .more-btn {
  width: 68px;
  height: 20px;
  background-color: #FFB445;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
}

.model-2 .model-list {
  margin: 18px 0 68px;
}

.model-2 .model-list-other {
  margin-bottom: 0;
}

.model-2 .model-list .list-item {
  width: 286px;
  height: 380px;
  background-color: #3695CC;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 14px 10px 0px rgba(47,84,135,0.44);
  position: relative;
}

.model-2 .model-list .list-item .item-pic {
  width: 280px;
  height: 374px;
}

.model-2 .model-list .list-item .item-shadow {
  width: 274px;
  height: 368px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}

.model-2 .model-list .list-item .item-play {
  width: 79px;
  height: 79px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.model-other {
  margin-top: 23px;
  width: 100%;
  height: 786px;
  background-image: url('../images/activity/model3_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.model-other .other-list {
  width: 1160px;
  margin: 140px auto 0;
  position: relative;
}

.model-other .other-list .list-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.model-other .other-list .list-arrow-left {
  left: -60px;
}

.model-other .other-list .list-arrow-right {
  right: -60px;
}

.model-other .other-list .list-content {
  width: 1160px;
  padding: 0 10px;
  flex-shrink: 0;
  display: flex;
  align-items: start;
  overflow: hidden;
}

.model-other .other-list .list-content .content {
  width: auto;
  transition: all 0.2s;
}

.model-other .other-list .list-content .content .con-list {
  width: auto;
}

.model-other .other-list .list-content .content .con-list .list-item {
  width: 192px;
}

.model-other .other-list .list-content .content .con-list-1 .list-item {
  margin-right: 192px;
}

.model-other .other-list .list-content .content .con-list-2 {
  margin-top: -40px;
}

.model-other .other-list .list-content .content .con-list-2 .list-item {
  margin-left: 192px;
}

.model-other .other-list .list-content .content .con-list .list-item .item-texts .texts-text {
  text-align: center;
  line-height: 32px;
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
}

.model-other .other-list .list-content .content .con-list .list-item .item-content {
  width: 136px;
  height: 136px;
  background-color: #0E71AA;
  border: 4px solid #FFFFFF;
  border-radius: 136px;
  box-shadow: 0px 0px 10px 0px rgba(0, 78, 56, 0.4);
  margin: 22px auto;
  text-align: center;
  line-height: 136px;
  font-size: 39px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}

.model-other .other-list .list-content .content .con-list .list-item .item-content::after {
  content: '';
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  border-radius: 32px;
  background-color: #F7AA00;
  position: absolute;
  bottom: 0;
  right: 0;
}

.model-other .other-list .list-content .content .con-list .list-item .item-content:hover {
  background-color: #F7AA00;
}

.model-other .other-list .list-content .content .con-list .list-item .item-content:hover::after {
  background-color: #0E71AA;
}

.footer-007EB2 {
  background-color: #007EB2;
}
