footer .tool-pic {
  min-width: 1200px;
}

footer .tool-pic .tool-title {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

footer .tool-pic .pic-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}

footer .tool-pic .pic-item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #333;
  padding-bottom: 30px;
}

footer .tool-pic .pic-item .pic-title {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  padding-bottom: 20px;
}

footer .tool-pic .pic-item .pic-title::after {
  content: '';
  width: 70px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
}

footer .tool-pic .pic-item .pic-img {
  margin-top: 25px;
  display: inline-block;
  padding: 0 10px;
}

footer .tool-pic .pic-item .pic-img .img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .tool-pic .pic-item .pic-img .img-box img {
  margin: 0 10px 10px;
}

footer .tool-pic .pic-item .pic-img img {
  max-width: 100%;
}

footer .tool-pic .pic-item .pic-c {
  display: none;
}

footer .tool-pic .pic-item:hover .pic-n {
  display: none;
}

footer .tool-pic .pic-item:hover .pic-c {
  display: inline-block;
}

footer .footer_nav {
  background-color: #000;
  padding: 80px 0 60px;
}

footer .footer_nav .nav_flex {
  min-width: 1200px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer_nav .nav_flex .menu {
  flex: 1;
  border: 1px transparent solid;
  border-image: linear-gradient(to left, #000, #333) 1 10;
  border-left: transparent;
  border-bottom: transparent;
  padding: 30px 0;
}

footer .footer_nav .nav_flex .menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
  width: 420px;
}

footer .footer_nav .nav_flex .menu ul:first-child {
  margin-bottom: 20px;
}

footer .footer_nav .nav_flex .menu a {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

footer .footer_nav .nav_flex .menu a:hover {
  color: #FF2548;
}

footer .footer_nav .link_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer .footer_nav .link_info .phone_num p {
  color: #999999;
  text-align: right;
}

footer .footer_nav .link_info .phone_num a {
  color: #FFFFFF;
  font-size: 24px;
}

footer .footer_nav .link_info .wx_code {
  width: 120px;
  height: 140px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-left: 30px;
}

footer .footer_nav .link_info .wx_code img {
  width: 100%;
  margin-bottom: 5px;
}

.copyright {
  background-color: #000000;
  color: #999;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  border-top: 1px solid #4D4D4D;
}

.copyright a {
  color: #999;
  font-size: 12px;
}

.right_bar {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 1000;
}

.right_bar .linkserver {
  margin-bottom: 10px;
  position: relative;
}

.right_bar .linkserver .server-span {
  padding: 17px 20px;
  width: 60px;
  height: 140px;
  display: inline-block;
  color: #FB3348;
  box-shadow: 0px 1px 16px 0px rgba(51, 51, 51, 0.09);
  border-radius: 4px 0 0 4px;
  text-align: center;
  font-size: 14px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.right_bar .linkserver .server-span:hover {
  color: #fff;
  background-color: #FB3348;
}

.right_bar .linkserver .iconfont {
  font-size: 22px;
  margin-bottom: 5px;
  display: inline-block;
}

.right_bar .server-box {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #FB3348;
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  border-radius: 5px;
  display: none;
  width: 420px;
}

.right_bar .linkserver:hover .server-box {
  display: flex;
}

.right_bar .qqserver {
  color: #FB3348;
  border-left: 1px solid #D8D8D8;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 15px;
}

.right_bar .qqserver div {
  width: 80px;
  height: 28px;
  background: #FB3348;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.right_bar .wxserver {
  font-size: 14px;
  color: #FB3348;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 120px;
}

.right_bar .wxserver img {
  width: 95px;
  height: 95px;
}

.right_bar .cartFlag {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 1px 16px 0px rgb(51 51 51 / 9%);
  border-radius: 4px 0 0 4px;
  color: #FB3348;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.right_bar .cartFlag i {
  font-size: 20px;
}

.right_bar .cartFlag .cartCount {
  position: absolute;
  left: -5px;
  top: -5px;
  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_bar .topbar {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 1px 16px 0px rgba(51, 51, 51, 0.09);
  border-radius: 4px 0 0 4px;
  color: #FB3348;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  display: none;
}

.right_bar .topbar .iconfont {
  font-size: 30px;
}

.right_bar .topbar:hover {
  background: #FB3348;
  color: #fff;
}


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

.lyshade .lymodal {
  width: 420px;
  height: 260px;
  background-color: #fff;
  margin-left: -120px;
  margin-top: -160px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 5px;
}

.lyshade .modal-head .lyclose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

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

.lyshade .modal-body {
  text-align: center;
}

.lyshade .modal-body .icon-tongzhi {
  font-size: 50px;
  color: #FD7865;
}

.lyshade .modal-body .icon-shibai {
  font-size: 50px;
  color: #FD7865;
}

.lyshade .modal-body .icon-querencaozuo {
  font-size: 50px;
  color: #FD7865;
}

.lyshade .modal-foot {
  text-align: center;
}

.lyshade .modal-foot a {
  display: inline-block;
  color: #666;
  line-height: 28px;
  font-size: 14px;
  width: 80px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 40px;
}

.lyshade .modal-foot a:last-child {
  margin-right: 0;
}

.lyshade .modal-foot a:hover {
  color: #FB3348;
  border-color: #FB3348;
}

/* 绑定手机号 */

#bindModal .am-modal-dialog {
  width: 400px;
  background-color: #fff;
}

#bindModal .lymodal {
  height: 360px;
}

#bindModal .modal-body {
  margin: 0;
}

#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;
  cursor: pointer;
}

#bindModal .bindBtn {
  width: 280px;
  margin: 0 auto;
  line-height: 34px;
  border-radius: 20px;
  background-color: #FB3348;
  color: #fff;
  cursor: pointer;
}

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

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


/* 客服弹窗 */

.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: 240px;
  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: 4px;
}

.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: #f54b4b;
  color: #fff;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
}

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

/* 绑定手机号弹窗 */

#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: 4px;
  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: #f54b4b;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

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

.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: 4px;
  margin-top: 50px;
  margin-right: 30px;
}

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

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

.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: #f54b4b;
  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: 4px;
  margin-top: 40px;
  margin-right: 30px;
}

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

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

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


/* 升级弹窗 */

.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: #f54b4b;
  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: 4px;
  margin-top: 40px;
  margin-right: 30px;
}

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

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

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

/* 购物车列表 */


.cart {
  width: 400px;
  position: fixed;
  right: -460px;
  top: 40px;
  bottom: 40px;
  background-color: #fff;
  z-index: 100000;
  border-radius: 4px;
  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: 62px;
}

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

.cart .cart-title .icon-chahao {
  cursor: pointer;
  font-size: 16px;
}

.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: #FD7865;
}

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

.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: 20px;
}

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

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

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

.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: 4px;
  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: #FD7865;
  border-color: #FD7865;
}

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

.cart .cartList li {
  width: 100%;
  background: rgba(246, 246, 246, 1);
  border-radius: 4px;
  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: #FFF2EF;
}

.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: #FD7865;
}

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

.cartList li .source {
  position: absolute;
  right: 10px;
  top: 48px;
  color: #FD7865;
  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: 4px;
  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: #FD7865;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
  cursor: pointer;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#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: #FD7865;
  display: none
}
