#banner_inside {
  height: 240px;
}

#banner_inside .banner_box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner_inside .line {
  width: 1px;
  height: 34px;
  background: #FFFFFF;
  position: relative;
  margin-right: 60px;
}

#banner_inside .line:last-child {
  margin-left: 60px;
}

#banner_inside .line::before {
  content: '';
  position: absolute;
  right: 0;
  width: 172px;
  height: 1px;
  background: #FFFFFF;
  top: 17px;
}

#banner_inside .line:last-child::before {
  left: 0;
}

#banner_inside .banner_title {
  font-size: 44px;
  font-weight: bold;
  color: #FFFEFE;
  text-shadow: 2px 2px 2px #333;
}

#banner_inside .banner_desc {
  font-size: 20px;
  font-weight: 400;
  color: #FFFEFE;
  line-height: 30px;
  margin-top: 20px;
}


/* 套餐 */

.package {
  position: relative;
  top: -50px;
  margin: 0 auto;
  width: 1200px;
}

.package .packageType {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.package .packageType .packageItem {
  text-align: center;
  width: 380px;
  height: 110px;
  background: #F6F6F6;
  box-sizing: border-box;
  padding-top: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.package .packageType .packageItem.active {
  background-color: #FFEAEC;
}


.package .packageType .packageName {
  color: #333;
  font-size: 24px;
}


.package .packageType .packagePrice {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}

.package .packageType .packagePrice span {
  font-size: 14px;
}

.package .packageType .packageItem.active .packageName {
  color: #FB3348;
}

.package .packageType .packageItem.active .packagePrice {
  color: #FB3348;
}


/* 套餐过滤 */

.packageFilter {
  background-color: #fff;
  padding-top: 80px;
  margin-top: -60px;
}

.packageFilter .filterbox {
  border-radius: 10px;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
}

.packageFilter .filterbox a {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
  line-height: 40px;
  width: 110px;
  height: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
.packageFilter .filterbox a:hover,
.packageFilter .filterbox a.active {
  background-color: #FB3348;
  color: #fff;
}


/* 媒体列表 */

.packageList {
  margin-top: 30px;
}

.packageList .noPackage {
  padding: 20px;
  background: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}

.packageList .noPackage p {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}

.packageList .packageItem {
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 40px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.packageList .packageItem:last-child{
  margin-bottom: 0;
}

.packageList .packageItem .packageinfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px;
  background-color: #F6F6F6;
  border: 1px solid #EEEEEE;
}

.packageList .packageItem .packageData{
  width: 300px;
}

.packageList .packageItem .packageData .packageName {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.packageList .packageItem .packageData .packageNote {
  color: #333;
  margin-top: 5px;
}

.packageList .packageItem ul {
  display: flex;
  justify-content: flex-start;
}

.packageList .packageItem li {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 40px;
  border-right: 1px solid #EEEEEE;
  padding-right: 40px;
}

.packageList .packageItem li span:first-child {
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.packageList .packageItem li span:last-child {
  color: #666;
  margin-top: 5px;
}

.packageList .packageItem li:last-child {
  border: unset;
}

.packageList .packageItem .handle {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: 5px;
}

.packageList .packageItem .price {
  font-size: 24px;
  color: #FB3348;
  line-height: 40px;
  font-weight: bold;
  margin-right: 50px;
  display: inline-block;
}

.packageList .packageItem .addCart {
  width: 120px;
  height: 40px;
  background: #FB3348;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.packageList .packageItem .addCart:hover{
  background: #fd4864;
}

.packageList .packageItem .selectMedia {
  width: 155px;
  height: 50px;
  background: #FB3348;
  border: 1px solid #FB3348;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

/* 媒体列表 */

.mediaList {
  padding: 35px 0 0 35px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-height: 160px;
  box-sizing: border-box;
  overflow: hidden;
}

.mediaList.active {
  max-height: unset;
}

.mediaList .mediaName {
  margin-right: 100px;
  width: 140px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mediaList .mediaName:hover{
  color: #f54b4b;
}

.mediaList .mediaName:nth-child(5n) {
  margin-right: 0;
}

.mediaList .mediaName i {
  color: #FB3348;
  vertical-align: middle;
}

.mediaList .mediaName span {
  vertical-align: middle;
}

.moreMedia {
  padding: 15px 0;
  margin: 0 auto;
  color: #666;
  width: 120px;
  text-align: center;
  cursor: pointer;
}

.moreMedia:hover{
  color: #FB3348;
}

.moreMedia i {
  margin-left: 5px;
}

/* 收藏弹框 */

.collect-modal .lymodal {
  height: auto;
  margin-top: -250px;
}

.collect-modal .modal-head .lyclose {
  top: 20px;
  right: 20px;
}

.collect-modal .modal-body {
  margin: 30px 0;
  padding: 0 30px;
}

.collect-modal .settlement-modal-i {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.collect-modal .settlement-modal-i i {
  color: #0bcf69;
  font-size: 57px;
}

.collect-modal .settlement-modal-i p {
  font-size: 24px;
  color: #333;
}

.collect-modal .collect-tip {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}

.collect-modal .collect-tip i {
  font-size: 15px;
  color: #0DC4CF;
}

.collect-modal .collect-tip span {
  color: #999;
  font-size: 14px;
}

.collect-modal .collect-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px;
}

.collect-modal .collect-list li {
  width: 50%;
  margin-bottom: 10px;
}

.collect-modal .collect-list li label {
  cursor: pointer;
  min-width: 40px;
  display: inline-block;
}

.collect-modal .collect-list input {
  margin-right: 5px;
}

.collect-modal .collect-creat {
  display: none;
}

.collect-modal .collect-group {
  margin-left: 15px;
}

.collect-modal .collect-group input {
  width: 220px;
  padding: 0 10px;
  height: 38px;
  background: #EEEEEE;
  border-radius: 10px;
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}

.collect-modal .collect-group span {
  width: 76px;
  height: 38px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  background-color: #EEEEEE;
  color: #666666;
  cursor: pointer;
  margin-left: 10px;
}

.collect-modal .collect-group span:hover {
  background-color: #FD9C0E;
  color: #fff;
}

.collect-modal .collect-new {
  margin-left: 15px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: #EEEEEE;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #9A9A9A;
}

.collect-modal .collect-new i {
  font-size: 17px;
  padding: 0 1px;
  margin-right: 5px;
  border: 1px solid #9A9A9A;
  border-radius: 50%;
}

.collect-modal .collect-btn {
  text-align: center;
  margin-top: 30px;
}

.collect-modal button {
  width: 180px;
  height: 50px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin-right: 20px;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
}

.collect-modal button:last-child {
  margin-right: 0;
  background-color: #f54b4b;
  border-color: #f54b4b;
  color: #fff;
}

.collect-modal button:hover {
  border-color: #FD9C0E;
  background-color: #FD9C0E;
  color: #fff;
}
