body {
  background: #f5f5f5;
}

.banner {
  height: 1000px;
  background-size: 100% 100%;
  min-width: 1260px;
  margin-top: -78px;
  padding-top: 140px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-title {
  width: 1260px;
  margin: 0 auto;
  text-align: center;
}

.banner-title .p1 {
  font-weight: bold;
  font-size: 56px;
  color: #333333;
  line-height: 88px;
}

.banner-title .p2 {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

/* 面包屑 */
.title-menu {
  width: 1200px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  margin: -640px auto 0;
}

.title-menu span {
  color: #333;
  font-size: 12px;
}

.title-menu a {
  color: #333;
  font-size: 12px;
}

.title-menu a:hover {
  color: #0866df;
}

/* 内容 */
.media-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.media-list .media-item {
  width: 224px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 20px;
}

.media-list .media-item:nth-child(5n) {
  margin-right: 0;
}

.media-list .media-item:hover {
  border: 1px solid #0866df;
}

.media-list .media-item .media-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-list .media-item .media-logo {
  max-width: 100px;
  max-height: 30px;
}

.media-list .media-item .media-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #DDE9FA;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  color: #fff;
}

.media-list .media-item.active .media-check{
  background: #0866DF;
  border-color: #0866DF;
}

.media-list .media-item .media-check i {
  color: #fff;
  display: none;
}

.media-list .media-item.active .media-check i {
  display: block;
}

.media-list .media-item .media-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media-list .media-item .media-name {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}

.media-list .media-item .media-name:hover{
  color: #0866DF;
}

.media-list .media-item .media-price {
  font-size: 20px;
  color: #F51520;
  line-height: 20px;
  font-weight: bold;
}

.media-list .media-item .media-price span {
  font-size: 14px;
}

.media-list ul li.active span {
  background: #0866df;
}

.media-list ul li span {
  position: absolute;
  bottom: 20px;
  right: 24px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-align: center;
  line-height: 22px;
}

.media-list ul li span i {
  font-weight: bold;
  color: #fff;
}

/* 选择 */


.select-static{
  position: sticky;
  bottom: 0;
}

.select-box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: linear-gradient(0deg, #FFFFFF 0%, #F2F8FF 100%);
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0px 1px 10px 0px rgba(99, 99, 99, 0.1);
}

.select-box .select-all {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.select-box .select-all .check-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #DDE9FA;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
}

.select-box .select-all.active .check-icon{
  background: #0866DF;
  border-color: #0866DF;
}

.select-box .select-all .check-icon i {
  color: #fff;
  display: none;
}

.select-box .select-all.active .check-icon i{
  display: block;
}

.select-box .select-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.select-box .select-info .select-data {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: right;
}

.select-box .select-info .select-data .moneyTag{
  color: #F51520;
  font-weight: bold;
}

.select-box .select-info .select-data .mediaNum{
  font-size: 18px;
  font-weight: bold;
}

.select-box .select-info .select-data .mediaMoney{
  font-size: 18px;
}

.select-box .select-info .select-data .favourable{
  font-size: 18px;
}

.select-box .select-info .select-data .totalMoney{
  font-size: 24px;
  font-weight: bold;
  color: #F51520;
  line-height: 40px;
}

.select-box .select-info #settlement {
  width: 160px;
  height: 100px;
  background: #1970E0;
  border-radius: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #F2F8FF;
  line-height: 100px;
  text-align: center;
  margin-left: 30px;
}

.select-box .select-info #settlement:hover {
  opacity: .9;
}

/* 弹窗样式*/

.ok-modal .lymodal {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  width: 500px;
  height: 470px;
  margin-top: -250px;
  margin-left: -235px;
  top: 50%;
  left: 50%;
  padding: 15px;
}

.settlement-modal .lymodal {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  width: 510px;
  margin-left: -270px;
  left: 50%;
  height: 480px;
  top: 50%;
  margin-top: -240px;
  padding: 15px;
  text-align: center;
}

.ok-modal .lymodal {
  height: 320px;
  margin-top: -150px;
}

.ok-modal .modal-head {
  text-align: left;
  padding: 10px;
  position: relative;
  font-size: 16px;
  color: #333;
}

.ok-modal .modal-head .lyclose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #999999;
}

.ok-modal .modal-head .lyclose i {
  font-size: 14px;
}

.ok-modal .ok-modal-body {
  text-align: center;
  margin: 36px 0;
  width: 500px;
  height: 200px;
}

.settlement-modal .modal-body {
  margin: 20px 0;
}

.settlement-modal-i {
  padding-bottom: 33px;
  border-bottom: 1px solid #ededed;
  text-align: center;
}

.settlement-modal-i p {
  font-size: 20px;
  color: #333333;
  padding-top: 14px;
}

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

.settlement-modal-title {
  width: 220px;
  margin: 0 auto;
  text-align: left;
}

.settlement-modal-title p {
  padding-top: 14px;
}

.settlement-modal-title p:first-child,
.settlement-modal-title p:nth-child(2),
.settlement-modal-title p:nth-child(3) {
  font-size: 16px;
  color: #656565;
}

.settlement-modal-title p span {
  width: 100px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
}

.settlement-modal-title p:first-child p strong {
  padding-left: 6px;
}

.ok-modal .ok-modal-body a,
.settlement-modal .modal-body button {
  display: inline-block;
  width: 180px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  margin: 30px 20px 0 0;
  font-size: 16px;
  color: #333333;
}

.ok-modal .ok-modal-body a:last-child {
  background-color: #fd9b0d;
  color: #fff;
  border-color: #fd9b0d;
}

.settlement-modal .modal-body button:last-child {
  background-color: #fd9b0d;
  color: #fff;
  border-color: #fd9b0d;
}

.ok-modal .ok-modal-body a:hover,
.settlement-modal .modal-body button:hover {
  background: #fd9b0d;
  color: #ffffff;
}

.settlement-modal-title p:nth-child(4) {
  font-size: 24px;
  color: #f41520;
}

.settlement-modal-title p:nth-child(4) span {
  text-align: right;
  width: 100px;
  display: inline-block;
  color: #333;
}

.ok-modal-body {
  text-align: center;
  margin: 36px 0;
  width: 500px;
  height: 230px;
}

.active-btn {
  background: #0866df !important;
  color: #ffffff !important;
}
