/* 品牌顾问模块样式 */
.brand {
  width: 1200px;
  height: 420px;
  background: #1970E0;
  border-radius: 24px;
  margin: 0 auto -200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 70px 0;
  box-sizing: border-box;
  position: relative;
}

.brand .brand-center {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  width: 440px;
  text-align: justify;
}

.brand .brand-center a {
  color: #08DFA0;
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
}

.brand .brand-center .brand-img {
  position: absolute;
  bottom: 0;
}

.brand .brand-user {
  flex-shrink: 0;
  padding-left: 20px;
  box-sizing: border-box;
  margin-left: 60px;
}

.brand .brand-user .userItem {
  margin-bottom: 20px;
}

.brand .brand-user .userItem span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: right;
  width: 100px;
  line-height: 38px;
  vertical-align: top;
  margin-right: 10px;
}


.brand .brand-user .userItem span i {
  color: #fff;
  margin-right: 3px;
  vertical-align: middle;
}

.brand .brand-user .userItem textarea {
  width: 398px;
  height: 80px;
  padding: 10px 15px;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
}

.brand .brand-user .userItem input {
  width: 398px;
  height: 46px;
  padding: 0px 15px;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  
}

.brand .brand-user .userItem input::-webkit-input-placeholder {
  color: #fff;
}

.brand .brand-user .userItem textarea::-webkit-input-placeholder {
  color: #fff;
}

.brand .brand-user .userBtn {
  width: 190px;
  height: 50px;
  background: #75A9EC;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  margin-top: 26px;
  line-height: 50px;
  text-align: center;
  margin-left: 110px;
  cursor: pointer;
}

.brand .brand-user .userBtn:hover {
  opacity: .9;
}

/* 底部模板样式 */
.foot {
  height: 300px;
  margin: auto;
  min-width: 1200px;
  background: #17181B;
  padding-top: 240px;
}

.foot .footer-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.foot .footer-box .footer-menu .menu-list{
  display: inline-grid;
  display: -ms-flexbox;
  margin-right: 50px;
}

.foot .footer-box .footer-menu .menu-list:last-child{
  margin-right: 0;
}

.foot .footer-box .footer-menu .menu-link {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.foot .footer-box .footer-menu .menu-link:hover {
  color: #0866df;
}

.foot .footer-box .footer-menu .menu-title {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: context-menu;
}

.foot .footer-code .code-title {
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  margin-bottom: 15px;
  font-weight: bold;
}

.foot .footer-code .foot-img {
  text-align: center;
  display: inline-block;
}

.foot .footer-code .foot-img:nth-child(2){
  margin: 0 10px;
}

.foot .footer-code .foot-img img {
  width: 98px;
  height: 98px;
  box-shadow: 0px 3px 10px 0px rgba(33, 79, 140, 0.26);
}

.foot .footer-code .foot-img div {
  margin-top: 20px;
  color: #fff;
}

.foot .footer-link .link-title {
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 15px;
}

.foot .footer-link .link-tip {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.foot .footer-link .link-tip span {
  font-weight: bold;
  font-size: 30px;
  color: #999999;
  font-style: italic;
}

.foot .footer-link .link-phone {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  font-style: italic;
}

.foot .footer-link .link-address {
  font-size: 12px;
  color: #999999;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #fff;
}

/* 最后底部/ */
.end {
  text-align: center;
  background: #17181B;
  line-height: 46px;
  border-top: 1px solid #999999;
}

.end div {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.end a {
  color: #999;
  margin-left: 10px;
}

.end img{
  vertical-align: -3px;
  margin-right: 5px;
}

.sss123 {
  position: relative;
  top: 19px;
  left: -47px;
  font-weight: 400;
}

.menu-top {
  position: fixed;
  /* top: 0px; */
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 0 14px 0px rgba(173, 173, 173, 0.25);
  /* display: none; */
  /* transition: transform 0.3s ease-in-out, box-shadow 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), border 0.3s linear 0.1s; */
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  opacity: 0;
  /* position: relative; */
  top: -60px;
}

.n-menu-top {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 0 14px 0px rgba(173, 173, 173, 0.25);
  display: block;
}

.layui-nav .layui-nav-item-a a {
  color: #333333;
}

.layui-nav .search-ul a {
  color: #0866e0;
}

.search-ul-img {
  height: 68px;
  line-height: 68px;
}

.menu-top-dl {
  /* height: 336px; */
  line-height: 48px;
}

.menu-top-dl-top {
  height: 336px;
  line-height: 48px;
  top: 60px;
}

.menu-top-dl-a1:hover {
  border-radius: 10px 10px 0px 0px;
}

.menu-top-dl-a2:hover {
  border-radius: 0px 0px 10px 10px;
}

/* 购物车 */

.cart {
  width: 400px;
  position: fixed;
  right: -400px;
  top: 35px;
  bottom: 35px;
  background-color: #fff;
  z-index: 1000;
  border-radius: 20px;
  box-shadow: 0px 1px 18px 0px rgba(210, 210, 210, 0.35);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  transition: all .3s;
}

.cart.active {
  right: 60px;
}

.cart .cart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #EEEEEE;
}

.cart .cart-title .addFlag {
  background-color: red;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 3px 8px;
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
  display: none;
}

.cart .cart-title .icongouwuchekong-01 {
  font-size: 18px;
  margin-right: 5px;
}

.cart .cart-title .iconchahao {
  cursor: pointer;
  font-size: 14px;
}

.cart .cart-post {
  background-color: #F5F5F5;
  padding: 15px 0;
  position: relative;
  display: none;
}

.cart .cart-post .cart-post-title {
  font-size: 16px;
  color: #333;
  padding: 15px 15px 0 15px;
}

.cart .cart-post .cart-post-title span {
  color: #F41520;
  margin-right: 5px;
}

.cart .cart-post p {
  display: flex;
  justify-content: flex-start;
  width: 350px;
  font-size: 14px;
  margin: 0 auto;
  line-height: 24px;
  align-items: center;
}

.cart .cart-post p span {
  color: #333;
  width: 60px;
  flex-shrink: 0;
  font-weight: bold;
}

.cart .cart-post p a {
  color: #333;
  width: 260px;
  margin-left: 8px;
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart .cart-post p a:hover {
  color: #0765DF;
}

.cart .cart-post .postInfo {
  color: #999;
}

.cart .cart-post .postTime {
  width: 100px;
  color: #999;
}

.cart .cart-post .postNum {
  max-width: 26px;
  text-align: center;
  color: #999;
}

.cart .cart-post .delPost {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: normal;
  cursor: pointer;
  color: #666;
}

.cart .check {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 16px;
  padding: 10px;
}

.cart .check div span {
  border: 1px solid #ececec;
  border-radius: 6px;
  font-size: 14px;
  padding: 2px 10px;
  cursor: pointer;
}

.cart .check div span:hover {
  color: #007aff;
  border-color: #007aff;
}

.cart .check div span:hover a {
  color: #007aff;
}

.cart .check .delCheck {
  cursor: pointer;
  margin-left: 5px;
  font-size: 14px;
}

.cart .check .delCheck i {
  font-size: 14px;
}

.cart .check .checkall {
  width: 52px;
  height: 22px;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.cart .check .checkall i {
  font-size: 14px;
  vertical-align: middle;
}

.cart .check .checkall.active {
  color: #007aff;
  border-color: #007aff;
}

.cart .check .checkall .iconxuanzhong1 {
  display: none;
}

.cart .check .checkall.active .iconduanxuan {
  display: none;
}

.cart .check .checkall.active .iconxuanzhong1 {
  display: inline-block;
}

.cart .cartList {
  padding: 0 15px;
  overflow-y: auto;
  flex: 2;
}

.cart .cartList li {
  width: 100%;
  background: rgba(246, 246, 246, 1);
  border-radius: 10px;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
}

.cart .cartList li:hover {
  background-color: rgba(8, 102, 223, .1);
}

.cart .cartList li input {
  margin-left: 10px;
  cursor: pointer;
}

.cartList li .img {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: 30px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cartList li .img .media-img {
  width: 100%;
}

.cartList li .img .media-type {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  bottom: 0;
}

.cartList li .media-name {
  font-size: 14px;
  color: #333;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}

.cartList li .media-name a:hover {
  color: #0866df;
}

.cartList li .media-price {
  color: #F51520;
  font-size: 12px;
}

.cartList li .source {
  position: absolute;
  right: 10px;
  top: 48px;
  color: #0866DF;
  font-size: 12px;
  align-self: flex-end;
  cursor: pointer;
}

.cartList li .source i {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

.cartList li .del {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.cartList li .del i {
  color: #666;
}

.cartList li .source-media {
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 30px;
  display: none;
}

.cartList li .source-media .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #fff;
}

.cartList li .source-media .source-tip {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #FDA82B;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
}

.cart .statistics {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
}

.cart .selected {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
}

.cart .selected li {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.cart .selected li:first-child {
  border-right: 1px solid #dfdfdf;
}

.cart .selected li i {
  font-size: 24px;
}

.cart .selected .num {
  color: #333;
  font-size: 14px;
  text-align: center;
}

.cart .total {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-top: 1px solid #eee;
}

.cart .total p span {
  color: #F51520;
}

.cart .total .money span {
  font-size: 18px;
  font-weight: bold;
}

.cart .send {
  background-color: #0866DF;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  cursor: pointer;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#cart-msg {
  position: fixed;
  top: 400px;
  right: 20px;
  z-index: 10000;
  width: 1px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #0866df;
  display: none
}

/* 右侧导航 */
.right-menu {
  position: fixed;
  bottom: 200px;
  z-index: 999;
  right: 0px;
}

.right-menu li {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(160, 158, 158,0.5);
  cursor: pointer;
  position: relative;
  margin-bottom: 3px;
}

.right-menu li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.right-menu li i {
  color: #999;
  font-size: 26px;
}

.right-menu li:hover {
  background-color: rgb(8, 102, 223);
}

.right-menu li:hover i {
  color: #fff;
}


.right-menu li .cartCount {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: red;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  border-radius: 50%;
}

.right-menu li .cloud {
  position: absolute;
  right: 40px;
  top: -10px;
  width: 110px;
  height: 50px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #0866df;
  display: none;
}

.right-menu li .cloud.active {
  display: block;
}

.right-menu li .cloud span {
  line-height: 56px;
  position: absolute;
  left: 14px;
}

.guwen {
  position: absolute;
  right: 60px;
  top: -120px;
  width: 400px;
  height: 138px;
  padding: 24px 20px 15px 20px;
  background: #ffffff;
  box-shadow: 0px 1px 18px 0px rgba(210, 210, 210, 0.35);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.guwen .qr-code {
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
}

.guwen .qr-code canvas {
  margin-top: 7px;
}

.lianxifangshi {
  padding-left: 20px;
  border-left: 1px solid #eaeaea;
}

.lianxifangshi span {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.lianxifangshi-i {
  font-size: 14px;
  color: #333333;
}

.lianxifangshi-i i {
  color: #333333 !important;
  padding-right: 4px;
}

.lianxifangshi-btn {
  padding-top: 15px;
}

.lianxifangshi-btn button {
  width: 136px;
  height: 38px;
  background: #ffb15e;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.lianxifangshi-btn button:hover {
  background: #ec9f4d;
}

.kefuFlag:hover .guwen {
  display: flex;
}

/* 客服弹窗 */

.lyshade {
  z-index: 100000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: auto;
}

.lyshade .lymodal {
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  min-height: 280px;
  margin-left: -252px;
  margin-top: -200px;
  box-sizing: border-box;
}

.ec-modal .lymodal {
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 684px;
  height: 504px;
  margin-left: -382px;
  margin-top: -252px;
  box-sizing: border-box;
}

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

.ec-modal .modal-head {
  padding: 0;
}

.lyshade .modal-head .lyclose {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  color: #333333;
}

.ec-modal .modal-head .lyclose {
  font-weight: 600;
  color: #fff;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 100;
}

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

/* alert-modal */

.alert-modal .lymodal {
  width: 400px;
  min-height: 280px;
  margin-left: -200px;
  margin-top: -140px;
  left: 50%;
  top: 50%;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
}

.alert-modal .modal-body {
  text-align: center;
  padding: 10px 0;
}

.alert-modal .modal-body p {
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
  color: #333;
}

.alert-modal .modal-body button {
  background-color: #ffb15e;
  color: #fff;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
}

.alert-modal .modal-body button:hover {
  background-color: #F19C41;
}

/* 绑定手机号弹窗 */

#bindModal .lymodal {
  width: 400px;
  height: 320px;
  background-color: #fff;
}

#bindModal .form {
  padding: 20px;
}

#bindModal .form-item {
  position: relative;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#bindModal input {
  padding: 0 10px;
  height: 34px;
  width: 280px;
  font-size: 14px;
  color: #666;
  outline: none;
  border: none;
  border-bottom: 1px solid #ccc;
}

#bindModal .bindCode {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  top: 4px;
}

#bindModal .bindCount {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  top: 4px;
  display: none;
}

#bindModal .bindVoice {
  text-align: right;
  font-size: 14px;
  color: #666;
  display: none;
}

#bindModal .bidBtn {
  width: 280px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
  line-height: 40px;
  background-color: #0866df;
  color: #fff;
}

#bindModal .bindTip {
  width: 280px;
  color: #999;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
}

#bindModal .bindTip span:first-child {
  color: #dd514c;
}

/* 追加媒体弹窗 */

.cloud-modal .lymodal {
  width: 740px;
  height: 640px;
  margin-left: -370px;
  margin-top: -300px;
}

.cloud-modal .modal-head .cloud-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.cloud-modal .modal-body {
  width: 650px;
  text-align: center;
  margin: 0 auto;
}

.cloud-modal .modal-body .addStep-container {
  overflow: hidden;
}

.cloud-modal .modal-body .tip {
  color: #333;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}

.cloud-modal .modal-body .setpTip {
  font-size: 18px;
  color: #333;
  width: 240px;
  margin-bottom: 40px;
}

.cloud-modal .modal-body .setpNum {
  font-size: 12px;
  padding: 5px;
}

.cloud-modal .modal-body .setpNum.active {
  font-size: 24px;
  position: relative;
}

.cloud-modal .modal-body .setpNum.active::after {
  content: '';
  width: 30px;
  position: absolute;
  right: -10px;
  bottom: 5px;
  transform: rotateZ(-45deg);
  background-color: #333;
  height: 1px;
}

.cloud-modal .modal-body .setpNum.unactive {
  position: relative;
  left: -5px;
  bottom: -15px;
}

/* 退出弹窗 */

.logout-modal .modal-head {
  padding: 10px 20px;
}

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

.lyshade.logout-modal .lymodal {
  width: 400px;
  height: 240px;
  margin-left: -200px;
  margin-top: -120px;
  text-align: center;
}

.logout-modal .modal-body i {
  color: #FFB15E;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.logout-modal .modal-body p {
  color: #333;
  font-size: 16px;
  margin-top: 50px;
}

.logout-modal .modal-foot a {
  display: inline-block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 50px;
  margin-right: 30px;
}

.logout-modal .modal-foot a:last-child {
  background-color: #FFB15E;
  border-color: #FFB15E;
  color: #fff;
  margin-right: 0;
}

.logout-modal .modal-foot a:first-child:hover {
  background-color: #ffb15e;
  color: #fff;
  border-color: #ffb15e;
}

.logout-modal .modal-foot a:last-child:hover {
  background-color: #FDA82B;
}

/* 登录弹窗 */

.login-modal .modal-head {
  padding: 10px 20px;
}

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

.lyshade.login-modal .lymodal {
  width: 400px;
  height: 240px;
  margin-left: -200px;
  margin-top: -120px;
  text-align: center;
}

.login-modal .modal-body i {
  color: #FFB15E;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.login-modal .modal-body p {
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}

.login-modal .modal-foot a {
  display: inline-block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 40px;
  margin-right: 30px;
}

.login-modal .modal-foot a:last-child {
  background-color: #FFB15E;
  border-color: #FFB15E;
  color: #fff;
  margin-right: 0;
}

.login-modal .modal-foot a:first-child:hover {
  background-color: #ffb15e;
  color: #fff;
  border-color: #ffb15e;
}

.login-modal .modal-foot a:last-child:hover {
  background-color: #FDA82B;
}


/* 升级弹窗 */

.uplevel-modal .modal-head {
  padding: 10px 20px;
}

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

.lyshade.uplevel-modal .lymodal {
  width: 400px;
  height: 240px;
  margin-left: -200px;
  margin-top: -120px;
  text-align: center;
}

.uplevel-modal .modal-body i {
  color: #FFB15E;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.uplevel-modal .modal-body p {
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}

.uplevel-modal .modal-foot a {
  display: inline-block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 40px;
  margin-right: 30px;
}

.uplevel-modal .modal-foot a:last-child {
  background-color: #FFB15E;
  border-color: #FFB15E;
  color: #fff;
  margin-right: 0;
}

.uplevel-modal .modal-foot a:first-child:hover {
  background-color: #ffb15e;
  color: #fff;
  border-color: #ffb15e;
}

.uplevel-modal .modal-foot a:last-child:hover {
  background-color: #FDA82B;
}

/* 删除追加媒体弹窗 */

.del-post-modal .modal-head {
  padding: 10px 20px;
}

.del-post-modal .modal-head .lyclose {
  right: 20px;
}

.lyshade.del-post-modal .lymodal {
  width: 400px;
  height: 240px !important;
  margin-left: -200px;
  margin-top: -120px;
  text-align: center;
}

.del-post-modal .modal-body i {
  color: #FFB15E;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.del-post-modal .modal-body p {
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}

.del-post-modal .modal-body p span {
  font-size: 18px;
  font-weight: bold;
}

.del-post-modal .modal-foot a {
  display: inline-block;
  width: 110px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 30px;
}

.del-post-modal .modal-foot a:last-child {
  background-color: #FFB15E;
  border-color: #FFB15E;
  color: #fff;
  margin-right: 0;
}

.del-post-modal .modal-foot a:first-child:hover {
  background-color: #ffb15e;
  color: #fff;
  border-color: #ffb15e;
}

.del-post-modal .modal-foot a:last-child:hover {
  background-color: #FDA82B;
}

/* 小程序扫码登录 */
/* 
.miniCode-modal{
  display: block;
} */

.miniCode-modal .lymodal{
  height: 630px;
  border-radius: 24px;
  width: 600px;
  margin-left: -300px;
  margin-top: -315px;
}

.miniCode-modal .lymodal .modal-body {
  width: 100%;
  height: 100%;
}

.miniCode-modal .lymodal .modal-body iframe {
  width: 100%;
  height: 100%;
}
