button {
  cursor: pointer;
}
.banner {
  height: 400px;
  background-size: 100% 100%;
  min-width: 1260px;
  margin-top: -78px;
  padding-top: 80px;
}

.p1 {
  font-size: 24px;
  color: #eee;
  font-weight: 400;
}

.layui-elem-field legend {
  font-size: 50px;
  padding: 0 20px;
  margin-left: 78px;
}
.p3 {
  width: 57px;
  border-bottom: 1px solid #eee;
}
/* 位置 */
.position-menus {
  width: 89%;
  min-width: 1200px;
  margin: -142px auto 47px;
  box-shadow: 0 3px 3px rgba(51, 51, 51, 0.25);
  border-radius: 10px;
}
.position-menu {
  margin-bottom: 20px;
}

.position-menu a{
  color: #fff;
}

.position-menu span {
  font-size: 12px;
  color: #c0d9fa;
}
.position-menu span strong {
  font-size: 12px;
  color: #ffa82c;
}
.position-menu span em {
  color: #fefefe;
  font-style: normal;
}

.position-menus-title {
  height: 148px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.position-menus-title-img {
  line-height: 148px;
}
.position-menus-title-img img {
  padding: 0 30px;
  width: 100px;
}
.position-menu-center {
  padding-top: 36px;
  flex: 1;
  padding-right: 180px;
}
.position-menu-center span {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.position-menu-center p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding-right: 18%;
  padding-top: 10px;
}
.position-menu-btn {
  margin-top: 20px;
  padding-right: 26px;
  position: absolute;
  right: 0;
}
.position-menu-btn button {
  width: 120px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 10px;
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
.position-menu-btn button:hover {
  color: #ffffff;
  background: #0866df;
  border: 1px solid #0866df;
}

/* 媒体列表 */

.medias {
  width: 89%;
  min-width: 1200px;
  margin: 0 auto 30px auto;
  background-color: #fff;
  padding-bottom: 30px;
  border-radius: 10px;
}

.media-list {
  width: 100%;
  overflow: hidden;
}

.media-list .media-item {
  padding: 30px;
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.media-item .media-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  line-height: 24px;
  flex-shrink: 0;
}

.media-item .media-info a{
  width: 100px;
  /* height: 36px; */
  margin-right: 20px;
  text-align: center;
}

.media-item .media-info .avator {
  max-width: 100px;
  max-height: 70px;
  /* border-radius: 50%; */
}

.media-item .media-info .media-price {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.media-item .media-info .main-price span {
  color: #f51520;
  font-size: 18px;
  vertical-align: middle;
}

.media-item .media-info .vice-price span {
  color: #f51520;
  font-size: 16px;
  vertical-align: middle;
}

.media-item .media-info .member {
  /* width: 58px;
  height: 18px; */
  vertical-align: middle;
  margin-left: 5px;
}

.media-item .media-info .need-login {
  color: #666;
  font-size: 14px;
}

.media-item .media-info .need-login span {
  color: #3573ec;
}

.media-item .media-info .media-name {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.media-item .media-info del {
  color: #999;
  font-size: 16px;
}

.media-item .media-data {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  height: 70px;
}
.media-data i {
  color: #0866df;
  font-size: 16px;
}
.media-item .media-data li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  /* width: 130px; */
  width: 10%;
}

.media-item .media-data li span {
  line-height: 24px;
  font-size: 12px;
  color: #666;
}

.media-item .media-data li span:last-child {
  border-right: 1px solid #eee;
}

.media-item .media-data .media-note {
  /* width: 400px; */
  padding-left: 20px;
  width: 40%;
}

.media-item .media-data .media-note span:last-child {
  border-right: 0;
  text-align: left;
  line-height: 16px;
}

.media-item .handle {
  margin-left: 40px;
}

.media-item .handle .cart-box{
  position: relative;
  text-align: center;
}

.media-item .handle .addcart {
  border-radius: 10px;
  text-align: center;
  width: 110px;
  color: #999999;
  border: 1px solid #999999;
  height: 30px;
  cursor: pointer;
  position: relative;
}

.media-item .handle .addcart.active{
  color: #fff;
  background-color: #0866df;
}

.media-item .handle .addcart i{
  vertical-align: middle;
}

.media-item .handle .addcart span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  line-height: 30px;
}
.media-item .handle .addcart:hover .priceList {
  display: block;
}
.media-item .handle .priceList {
  position: absolute;
  top: 32px;
  right: 0;
  box-shadow: 0px 1px 18px 0px rgba(210, 210, 210, 0.48);
  border-radius: 10px;
  display: none;
  background-color: #fff;
  z-index: 10;
  width: 200px;
  color: #333;
  padding: 10px;
}

.media-item .handle .priceList li {
  text-align: left;
  height: 38px;
  /* line-height: 38px; */
  background-color: #f6f6f6;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.media-item .handle .priceList li:last-child {
  margin-bottom: 0;
}

.media-item .handle .priceList li .priceType {
  color: #333;
  font-size: 14px;
  width: 42px;
  flex-shrink: 0;
  line-height: 16px;
  align-self: center;
  margin-right: 5px;
}

.media-item .handle .priceList li .vipPrice {
  color: #0866df;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
}

.media-item .handle .priceList li .vipPrice span {
  line-height: 14px;
}

.media-item .handle .priceList li .vipPrice span img {
  width: 42px;
  height: 18px;
}

.media-item .handle .priceList li del {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #999;
}

.media-item .handle .priceList li i {
  font-weight: normal;
}

.media-item .handle .priceList li:hover {
  background-color: #dae8ff;
}

.media-item .handle .addcart:hover {
  background-color: #3573ec;
  border-color: #3573ec;
  color: #fff;
}

.media-item .handle .collect {
  color: #999999;
  font-size: 14px;
  text-align: right;
  margin-top: 15px;
  cursor: pointer;
}

.media-item .handle .collect i{
  vertical-align: middle;
  margin-right: 2px;
}

.media-item .handle .collect img {
  vertical-align: middle;
  margin-right: 5px;
}

.media-item .handle .collect span {
  vertical-align: middle;
}

/* 分页 */

#demo9 {
  text-align: center;
  margin-top: 30px;
}

/* 没有媒体 */

.nomedia {
  width: 89%;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nomedia .server {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nomedia .server img {
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.nomedia .server .link {
  width: 470px;
  display: inline-block;
  text-align: left;
}

.nomedia .server .handle {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.nomedia .server .handle span {
  font-size: 14px;
  margin: 0 3px;
}

.nomedia .server .handle a {
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  width: 120px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}

.nomedia .server .handle a:first-child {
  border: 1px solid #ffb15e;
  background-color: #ffb15e;
  margin-left: 25px;
}

.nomedia .server .handle a:last-child {
  border: 1px solid #3573ec;
  color: #3573ec;
}

.nomedia .server .tip {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}

.nomedia .prefer-item .handle span:hover {
  color: #ffb15e;
}

.media-item .handle .cart-box .tips {
  opacity: 0;
  color: #3686dc;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 10;
}


#btn {
  height: 50px;
  /* width: 630px; */
  overflow: hidden;
  margin-top: 26px;
  text-align: center;
}

#btn ul li {
  float: left;
  margin: 0 5px;
  list-style-type: none;
}

#btn ul a {
  display: block;
  background: #ffb15e;
  color: #fff;
  height: 50px;
  width: 200px;
  font: lighter 2em/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

#btn ul a:nth-of-type(even) {
  background: #ffffff;
  color: #ffb15e;
  box-sizing: border-box;
  border: 1px solid #ffb15e;
}

#btn ul li:hover :first-child {
  margin-top: -50px;
}

/* 收藏弹框 */

.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: #ffb15e;
  border-color: #ffb15e;
  color: #fff;
}

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


.registerGift-box{
  width: 89%;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: -20px;
  min-width: 1200px;
  overflow: hidden;
  display: block;
}

.registerGift-box img{
  width: 100%;
}
