* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  text-decoration: none;
  background: none;
}
@font-face {
  font-family: 'PangMenZhengDao';
  src: url("../font/PangMenZhengDao.ttf");
}
.blessing {
  font-family: "微软雅黑", "Microsoft Yahei";
  padding: 75px 20px;
  min-height: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #f38140 url("../image/bg.png") no-repeat center fixed;
}
@media only screen and (max-width: 750px) {
  .blessing {
    padding: 30px 20px;
  }
}
.bless-mask .lefttop,
.bless-mask .righttop,
.bless-mask .bottom {
  position: absolute;
  background-repeat: no-repeat;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.bless-mask .lefttop {
  left: 0;
  top: 0;
  width: 400px;
  height: 350px;
  background-image: url("../image/bg_left.png");
  background-position: left top;
}
@media only screen and (max-width: 1900px) {
  .bless-mask .lefttop {
    width: 20.83vw;
    height: 18.23vw;
  }
}
.bless-mask .righttop {
  right: 0;
  top: 0;
  width: 385px;
  height: 350px;
  background-image: url("../image/bg_right.png");
  background-position: right top;
}
@media only screen and (max-width: 1900px) {
  .bless-mask .righttop {
    width: 20.05vw;
    height: 18.23vw;
  }
}
.bless-mask .bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 175px;
  background-image: url("../image/bg_bot.png");
  background-position: center bottom;
  -ms-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1900px) {
  .bless-mask .bottom {
    height: 9.1vw;
  }
}
.m-bless {
  color: #0c3056;
  font-size: 16px;
  line-height: 1.5;
  max-width: 1400px;
  padding: 35px 40px;
  background: #924430 url("../image/bg_box.png") no-repeat center;
  box-shadow: 0px 0px 35px 0px rgba(35,24,21,0.8) inset;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 1900px) {
  .m-bless {
    padding: 1.823vw 2.083vw;
    box-shadow: 0px 0px 1.823vw 0px rgba(35,24,21,0.8) inset;
  }
}
@media only screen and (max-width: 1440px) {
  .m-bless {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless {
    -ms-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
  }
}
.m-bless .content {
  padding: 40px 55px;
  background-color: #fcf1df;
  border: 3px solid #a40000;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: top;
  justify-content: space-between;
}
@media only screen and (max-width: 1440px) {
  .m-bless .content {
    padding: 2.77vw 3.82vw;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content {
    display: block;
  }
}
.m-bless .content .left {
  width: 580px;
}
@media only screen and (max-width: 1440px) {
  .m-bless .content .left {
    width: 40vw;
  }
}
@media only screen and (max-width: 990px) {
  .m-bless .content .left {
    width: 50%;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content .left {
    width: auto;
    margin-bottom: 25px;
  }
}
.m-bless .content .right {
  width: 560px;
}
@media only screen and (max-width: 1440px) {
  .m-bless .content .right {
    width: 38vw;
  }
}
@media only screen and (max-width: 990px) {
  .m-bless .content .right {
    width: 46%;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content .right {
    width: auto;
  }
}
.m-bless .content .hd {
  height: 80px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1900px) {
  .m-bless .content .hd {
    height: 4.166vw;
    min-height: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content .hd {
    margin-bottom: 10px;
  }
}
.m-bless .content .hd .tit {
  position: relative;
}
.m-bless .content .hd span,
.m-bless .content .hd em {
  font-size: 46px;
  font-family: "微软雅黑", "Microsoft Yahei";
  font-weight: bold;
  display: inline-block;
  font-style: normal;
  transform: skew(-23deg);
  -webkit-transform: skew(-23deg);
  -moz-transform: skew(-23deg);
  margin-left: 10px;
}
@media only screen and (max-width: 1900px) {
  .m-bless .content .hd span,
  .m-bless .content .hd em {
    font-size: 2.604vw;
  }
}
@media only screen and (max-width: 990px) {
  .m-bless .content .hd span,
  .m-bless .content .hd em {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content .hd span,
  .m-bless .content .hd em {
    font-size: 20px;
    margin-left: 5px;
  }
}
.m-bless .content .hd span {
  color: transparent;
  background: linear-gradient(to bottom, #fc4b15, #e73600);
  -webkit-background-clip: text;
  position: relative;
  z-index: 2;
}
.m-bless .content .hd em {
  color: #fff;
  -webkit-text-stroke: 3px #fff;
  text-shadow: 3px 5.196px 6px rgba(0,0,0,0.39);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.m-bless .content .hd img {
  max-height: 100%;
}
.m-bless .content .bd.showBd {
  margin-top: -50px;
}
@media only screen and (max-width: 750px) {
  .m-bless .content .bd.showBd {
    margin-top: -20px;
  }
}
.m-bless .content .bd .title {
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 10px;
}
@media only screen and (max-width: 1440px) {
  .m-bless .content .bd .title {
    font-size: 24px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .m-bless .content .bd .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content .bd .title {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
  }
}
.m-bless .content .bd .list {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.m-bless .content .bd .list.blessSlider1 {
  height: 210px;
}
.m-bless .content .bd .list.blessSlider2 {
  height: 340px;
}
.m-bless .content .bd .list .prev,
.m-bless .content .bd .list .next {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  font-size: 0;
  text-indent: 999px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.m-bless .content .bd .list .prev i,
.m-bless .content .bd .list .next i {
  width: 20px;
  height: 20px;
  border: 4px solid;
  display: block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.m-bless .content .bd .list .prev i.up,
.m-bless .content .bd .list .next i.up {
  border-color: #a40000 #a40000 transparent transparent;
  margin-top: 20px;
}
.m-bless .content .bd .list .prev i.down,
.m-bless .content .bd .list .next i.down {
  border-color: transparent transparent #a40000 #a40000;
  margin-bottom: 20px;
}
.m-bless .content .bd .list .prev {
  top: 0;
}
.m-bless .content .bd .list .next {
  bottom: 0;
}
.m-bless .content .bd .list.isScroll:hover .prev,
.m-bless .content .bd .list.isScroll:hover .next {
  opacity: 1;
  visibility: visible;
}
.m-bless .content .bd .list .slider {
  position: relative;
}
.m-bless .content .bd .list li {
  min-height: 60px;
  line-height: 25px;
  padding: 5px 20px;
  background-color: #fff;
  -ms-box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .m-bless .content .bd .list li {
    padding: 5px 10px;
  }
}
.m-bless .content .bd .list li:hover {
  color: #fff;
  background-color: #e83701;
}
.m-bless .content .bd .list li:hover .favor .icon_heart {
  background-image: url("../image/favor-w.png");
}
.m-bless .content .bd .list li .name {
  font-weight: bold;
}
.m-bless .content .bd .list li .words {
  min-height: 25px;
  margin-right: 80px;
}
.m-bless .content .bd .list li .favor {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  min-width: 75px;
}
@media only screen and (max-width: 990px) {
  .m-bless .content .bd .list li .favor {
    right: 10px;
  }
}
.m-bless .content .bd .list li .favor .icon_heart {
  width: 24px;
  height: 20px;
  background: url("../image/favor.png") no-repeat left center;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1280px) {
  .m-bless .content .bd .list li .favor .icon_heart {
    -ms-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    margin-right: 0;
  }
}
.m-bless .content .bd .form {
  padding: 40px;
  background-color: #fff;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -ms-box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
}
@media only screen and (max-width: 990px) {
  .m-bless .content .bd .form {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content .bd .form {
    padding: 20px;
  }
}
.m-bless .content .bd .form dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .m-bless .content .bd .form dl {
    margin-bottom: 15px;
  }
}
.m-bless .content .bd .form dl dt {
  float: left;
  line-height: 50px;
  margin-right: 15px;
}
@media only screen and (max-width: 750px) {
  .m-bless .content .bd .form dl dt {
    line-height: 40px;
  }
}
.m-bless .content .bd .form dl dd {
  overflow: hidden;
}
.m-bless .content .bd .form dl dd .inp {
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .m-bless .content .bd .form dl dd .inp {
    height: 40px;
    line-height: 40px;
  }
}
.m-bless .content .bd .form dl.area dt {
  float: none;
}
.m-bless .content .bd .form dl.area dd .inp {
  line-height: 25px;
  height: 120px;
  resize: none;
}
.m-bless .content .bd .form .btn {
  color: #ffffdb;
  font-size: 30px;
  font-family: "微软雅黑", "Microsoft Yahei";
  font-weight: bold;
  letter-spacing: 5px;
  text-shadow: 0px 3px 3px rgba(35,24,21,0.35);
  width: 310px;
  height: 115px;
  background: url("../image/bg_btn.png") no-repeat center;
  display: block;
  margin: 0 auto;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 1900px) {
  .m-bless .content .bd .form .btn {
    font-size: 1.5625vw;
    width: 16.145vw;
    min-width: 150px;
  }
}
@media only screen and (max-width: 990px) {
  .m-bless .content .bd .form .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .m-bless .content .bd .form .btn {
    width: 150px;
    height: 60px;
  }
}
.list:hover .slick-arrow,
.list:hover .prev,
.list:hover .next {
  opacity: 1;
}
.slick-arrow {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  font-size: 0;
  text-indent: 999px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.slick-arrow.prev {
  top: 0;
}
.slick-arrow.next {
  bottom: 0;
}
.slick-arrow i {
  width: 20px;
  height: 20px;
  border: 4px solid;
  display: block;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.slick-arrow i.up {
  border-color: #a40000 #a40000 transparent transparent;
  margin-top: 20px;
}
.slick-arrow i.down {
  border-color: transparent transparent #a40000 #a40000;
  margin-bottom: 20px;
}
.m-bless-pop {
  width: 100%;
  max-width: 360px;
  font-family: "微软雅黑", "Microsoft Yahei";
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  background: #924430 url("../image/bg_box.png") no-repeat center;
  box-shadow: 0px 0px 8px 0px rgba(35,24,21,0.8) inset;
  -ms-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  .m-bless-pop {
    max-width: 480px;
  }
}
.m-bless-pop.hideme .blessClose,
.m-bless-pop.hideme .list {
  display: none;
}
.m-bless-pop.hideme .blessCon {
  padding: 10px;
}
.m-bless-pop .blessClose {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
}
.m-bless-pop .blessCon {
  position: relative;
  padding: 40px 10px 10px;
  border: 1px solid #a40000;
  background-color: #fcf1df;
}
.m-bless-pop .list {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.m-bless-pop .list .slider {
  position: relative;
}
.m-bless-pop .list li {
  font-size: 14px;
  line-height: 25px;
  padding: 5px 20px;
  height: 60px;
  background-color: #fff;
  -ms-box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  box-shadow: 0px 5px 10px 0px rgba(35,24,21,0.11);
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  .m-bless-pop .list li {
    padding: 5px 10px;
  }
}
.m-bless-pop .list li:hover {
  color: #fff;
  background-color: #e83701;
}
.m-bless-pop .list li:hover .favor .icon_heart {
  background-image: url("../image/favor-w.png");
}
.m-bless-pop .list li .name {
  font-weight: bold;
}
.m-bless-pop .list li .words {
  height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 80px;
}
.m-bless-pop .list li .favor {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  min-width: 65px;
}
@media only screen and (max-width: 990px) {
  .m-bless-pop .list li .favor {
    right: 10px;
  }
}
.m-bless-pop .list li .favor .icon_heart {
  width: 24px;
  height: 20px;
  background: url("../image/favor.png") no-repeat left center;
  -ms-background-size: 16px auto;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  display: inline-block;
  vertical-align: middle;
}
.m-bless-pop .btn {
  color: #ffffdb;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 0px 3px 3px rgba(35,24,21,0.35);
  width: 150px;
  height: 60px;
  background: url("../image/bg_btn1.png") no-repeat center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
}
@media only screen and (max-width: 990px) {
  .m-bless-pop .btn {
    font-size: 16px;
  }
}