/*------------------------------ 头部 开始 ------------------------------*/
html,
body {
  background-color: #fff;
}
/* 导航 */
.header .main {
  width: 100%;
  min-width: 1318px;
  max-width: 1522px;
  padding: 0 10px;
}
.header .main .hea-right {
  width: auto;
}
.header .main .hea-right .nav {
  flex: auto;
  width: auto;
}
.header .main .hea-right .nav ul {
  display: block;
}
.header .main .hea-right .nav ul:before,
.header .main .hea-right .nav ul:after {
  content: " ";
  display: table;
}
.header .main .hea-right .nav ul:after {
  clear: both;
}
.header .main .hea-right .nav ul li {
  float: left;
  width: auto;
  padding: 0 30px;
}
.header .main .hea-right .nav ul li.active a {
  color: #f7941d;
}
.header .main .hea-right .btn-user {
  background-color: #ee842e;
  width: 95px;
  height: 33px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.header .main .hea-right .btn-user:hover {
  color: #fff;
}
.header .main .hea-right .btn-user img {
  padding-right: 10px;
}
.header .main .hea-right .btn-login {
  background-color: #f9c845;
  width: 95px;
  height: 33px;
  border-radius: 30px;
  display: flex;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.header .main .hea-right .btn-login:hover {
  color: #fff;
}
.header .main .hea-right .btn-login img {
  padding-right: 10px;
}
.user-action {
  display: flex;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right p {
  flex: none;
  font-size: 18px;
  color: #666;
}
.header-right .userimg {
  position: relative;
  flex: none;
  width: 54px;
  height: 54px;
  margin-left: 10px;
}
.header-right .userimg > a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header-right .userimg .user-menu {
  position: absolute;
  right: 0;
  display: none;
  width: 80px;
  line-height: 30px;
  text-align: right;
  border: 1px solid #ddd;
  background-color: #fff;
}
.header-right .userimg .user-menu li {
  width: 100%;
}
.header-right .userimg .user-menu li + li {
  border-top: 1px solid #ddd;
}
.header-right .userimg .user-menu a {
  display: block;
  padding: 0 10px;
}
.header-right .userimg:hover .user-menu {
  display: block;
}
.header-right .logout {
  padding-left: 20px;
}
.header-right .logout a img {
  width: 32px;
  height: 32px;
}
/*------------------------------ 头部 结束 ------------------------------*/
/*------------------------------ 底部 开始 ------------------------------*/
.footer .main {
  min-width: 1318px;
}
.footer .main .foot1,
.footer .main .foot2 {
  width: 100%;
  max-width: 1522px;
  min-width: 1318px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .main .foot2 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.footer .main .foot2 .fot-layout {
  width: auto;
  max-width: 1522px;
  min-width: 1318px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .main .foot2 .fot-layout .foo-right {
  width: auto;
}
.footer .main .foot2 .fot-layout .foo-right .nav ul li {
  width: auto;
  margin-left: 45px;
}
/*------------------------------ 底部 结束 ------------------------------*/
/*------------------------------ 登录注册忘记密码 开始 ------------------------------*/
.laddingbox .login,
.loginbox .login {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 120px;
  border-radius: 0 0 10px 10px;
}
.laddingbox .log-btn,
.loginbox .log-btn {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 160px;
  height: 160px;
  padding-top: 15px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #51c0e9;
  transform: rotate(-45deg);
}
.laddingbox .log-btn:hover,
.loginbox .log-btn:hover {
  color: #fff;
}
.ldg-name p {
  font-weight: bold;
}
.laddingbox .ldg-tex,
.loginbox .ldg-tex,
.forgetbox .ldg-tex {
  margin-top: 10px;
}
.ladding-btn,
.login-btn,
.forget-btn {
  font-size: 22px;
  color: #fff;
}
.ladding-btn button,
.login-btn button,
.forget-btn button {
  width: 100%;
  height: 100%;
  color: #fff;
  background: none;
  border: none;
}
/* 登录 */
.laddingbox .formbox form .check {
  font-size: 18px;
  color: #666;
}
.laddingbox .formbox form .check label {
  display: inline-block;
}
/* 注册 */
.loginbox {
  top: 10%;
}
.loginbox .formbox form .inputbox .label {
  flex: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.loginbox .formbox form .inputbox input {
  width: 100%;
  padding: 15px;
  background: none;
  border: none;
}
.loginbox .formbox form .inputbox select {
  width: 100%;
  padding: 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.loginbox .formbox form .photo .label img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  cursor: pointer;
}
.i-label {
  margin-left: 40px;
}
.i-label input[type=radio] {
  display: none;
}
.i-label .i-radio {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  padding: 4px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
.i-label .i-radio:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.i-label input:checked + .i-radio:after {
  background-color: #51c0e9;
}
.city-select-wrap {
  position: relative;
}
.city-select-wrap .address-modal {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}
.city-select-wrap .address-modal .s-con {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.city-select-wrap .address-modal select {
  float: left;
  flex: 1;
  margin: 0 5px;
  height: 30px;
  border-color: #ddd;
}
.city-select-wrap .address-modal .s-close {
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #fff url("../img/x.png") no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #aaa;
}
/* 忘记密码 */
.forgetbox .formbox {
  margin-top: 50px;
}
.forgetbox .formbox form .forget-btn {
  margin-bottom: 60px;
}
.forgetbox .fg-info {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 31px;
  color: #b7b7b7;
}
.forgetbox .send-code {
  flex: none;
  padding: 0 15px;
  color: #51c0e9;
  background: none;
  border: none;
}
/*------------------------------ 登录注册忘记密码 结束 ------------------------------*/
/*------------------------------ 首页 开始 ------------------------------*/
.green {
  color: #99e02b;
}
.blue {
  color: #0cc2f3;
}
.orange {
  color: #ff9234;
}
.purple {
  color: #f853df;
}
.red {
  color: #ff3434;
}
.main .happy-msg {
  min-width: 1318px;
}
.main .happy-msg .layout {
  width: 100%;
  max-width: 1522px;
  min-width: 1318px;
}
.main .happy-msg .layout .hpg-tit {
  margin-bottom: 125px;
}
.main .happy-msg .layout .hpg-tit p {
  line-height: 88px;
}
.main .happy-msg .notice-img {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 19;
  width: 132px;
  height: 132px;
}
.main .happiness .layout {
  width: 100%;
  max-width: 1522px;
  min-width: 1318px;
  padding: 0 10px;
}
.main .happiness .layout .hpns-left {
  width: 42%;
  padding: 2% 2% 2% 4%;
}
.main .happiness .layout .hpns-left .hlt-tit,
.main .happiness .layout .hpns-left .hlt-tit2,
.main .happiness .layout .hpns-left .hlt-tex,
.main .happiness .layout .hpns-left .play-btn,
.main .happiness .layout .hpns-left .tips,
.main .happiness .layout .hpns-left .tips-tex {
  margin-left: 0;
}
.main .happiness .layout .hpns-left .hlt-tex p {
  font-size: 38px;
  color: #6418c9;
}
.main .happiness .layout .hpns-left .tips-tex .tips-data span img {
  object-fit: contain;
}
.main .happiness .hpns-right {
  width: 54.99334221%;
}
.main .happiness .hpns-right .ind-swiper-wrap,
.main .happiness .hpns-right .hrt-tit,
.main .happiness .hpns-right .hrt-tex,
.main .happiness .hpns-right .hrt-data,
.main .happiness .hpns-right .hrt-btn {
  padding-left: 0;
}
.main .happiness .hpns-right .ind-swiper-wrap {
  padding-right: 0;
}
.main .happiness .hpns-right .ind-swiper-wrap .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 184px;
}
.main .happiness .hpns-right .ind-swiper-wrap .swiper-container .swiper-wrapper .swiper-slide .video-slide {
  width: 100%;
  position: relative;
}
.main .happiness .hpns-right .ind-swiper-wrap .swiper-container .swiper-wrapper .swiper-slide .video-slide .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/播放.png") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.main .happiness .hpns-right .ind-swiper-wrap .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 184px;
  cursor: pointer;
  object-fit: cover;
}
.main .happiness .hpns-right .hrt-data {
  display: inline-block;
}
.main .happiness .hpns-right .hrt-data:before,
.main .happiness .hpns-right .hrt-data:after {
  content: " ";
  display: table;
}
.main .happiness .hpns-right .hrt-data:after {
  clear: both;
}
.main .happiness .hpns-right .hrt-data span:nth-child(1) {
  font-size: 52px;
}
.main .happiness .hpns-right .hrt-data span:nth-child(2) {
  font-size: 26px;
  color: #ababab;
}
.main .happiness .hpns-right .hrt-data .hrt-user,
.main .happiness .hpns-right .hrt-data .hrt-time,
.main .happiness .hpns-right .hrt-data .hrt-address,
.main .happiness .hpns-right .hrt-data .hrt-time2,
.main .happiness .hpns-right .hrt-data .hrt-age {
  display: inline-block;
  float: left;
  min-width: 33.333%;
  margin-top: 50px;
  margin-left: 0;
}
.main .happiness .hpns-right .hrt-data .hrt-address {
  padding-left: 20px;
}
.main .happiness .hpns-right .hrt-btn .login,
.main .happiness .hpns-right .hrt-btn .orther {
  margin-left: 10px;
}
.main .love-youself {
  min-width: 1318px;
}
.main .love-youself .layout {
  width: 100%;
  max-width: 1522px;
}
.main .love-youself .layout .love-data {
  padding: 0 32px;
}
.main .sample {
  min-width: 1318px;
  padding-bottom: 50px;
}
.main .sample .layout {
  width: 100%;
  max-width: 1532px;
  padding: 0 10px;
}
.main .sample .layout .sam-layout {
  display: block;
}
.main .sample .layout .sam-layout:before,
.main .sample .layout .sam-layout:after {
  content: " ";
  display: table;
}
.main .sample .layout .sam-layout:after {
  clear: both;
}
.main .sample .layout .sam-layout .spe-left {
  float: left;
  width: 526px;
}
.main .sample .layout .sam-layout .spe-right {
  float: right;
  overflow: hidden;
}
.main .sample .layout .sam-layout .spe-right .spe-right-wrap {
  margin-left: -34px;
}
.main .sample .layout .sam-layout .spe-right .spe-right-wrap:before,
.main .sample .layout .sam-layout .spe-right .spe-right-wrap:after {
  content: " ";
  display: table;
}
.main .sample .layout .sam-layout .spe-right .spe-right-wrap:after {
  clear: both;
}
.main .sample .layout .sam-layout .spe-right .spe-data {
  width: 297px;
  height: 193px;
  margin: 0 0 28px 34px;
}
.main .sample .layout .about-foot a {
  display: inline-block;
}
.main .sample .layout .about-foot a > img {
  width: 67px;
  height: 67px;
}
.main .sample .layout .about-foot .wechat-share {
  position: relative;
}
.main .sample .layout .about-foot .wechat-share:hover .qr-code {
  display: block;
}
.main .sample .layout .about-foot .wechat-share .qr-code {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 150px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}
.main .sample .layout .about-foot .wechat-share .qr-code img {
  width: 100%;
  margin: 0;
}
.main .sample .layout .about-foot .wechat-share .qr-code .p {
  margin-top: 10px;
}
.main .discuss {
  max-width: 1522px;
  min-width: 1318px;
  margin: 0 auto;
  padding: 0 10px;
}
.main .discuss .layout {
  width: 100%;
}
.main .discuss .layout .or-swiper-wrap {
  width: 100%;
}
.main .discuss .layout .dis-data {
  width: 100%;
  cursor: pointer;
}
.main .discuss .layout .dis-data .dis-each {
  display: flex;
}
.main .discuss .layout .dis-data .dis-each .d-e-tex {
  padding-left: 10px;
}
.main .discuss .layout .dis-data .dis-each .d-e-tex .msgdata {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.msgbox .iconclose {
  cursor: pointer;
}
.msgbox .d-e-img {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  border: 5px solid #fff;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.msgbox .d-e-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.msgbox .d-e-tex .user-name {
  text-align: center;
  padding-top: 30px;
  font-size: 36px;
  color: #fff;
}
.msgbox .d-e-tex .zhiye {
  padding-top: 20px;
  font-size: 18px;
  color: #edfba0;
  text-align: center;
}
.msgbox .d-e-tex .msgdata {
  padding-top: 60px;
  font-size: 24px;
  color: #fff;
  line-height: 1.85;
}
@media (max-width: 1522px) {
  /* 每个人都希望快乐 */
  .main .happiness .layout .hpns-left {
    padding-left: 3%;
  }
  .main .happiness .layout .hpns-left .hlt-tex p {
    font-size: 34px;
  }
  .main .happiness .layout .hpns-left .tips-tex .tips-data span p {
    font-size: 26px;
  }
  .main .happiness .hpns-right .hrt-data span:nth-child(1) {
    font-size: 50px;
  }
  .main .happiness .hpns-right .hrt-data span:nth-child(2) {
    font-size: 24px;
  }
}
.noticebox {
  height: auto;
  min-height: 491px;
}
.noticebox .notice-fot {
  padding: 40px 54px;
  font-size: 18px;
  line-height: 52px;
  color: #555555;
}
@media (max-width: 1549px) {
  /* 关于快乐聚会 */
  .main .sample .layout .sam-layout {
    font-size: 6.45577792vw;
  }
  .main .sample .layout .sam-layout .spe-left {
    width: 5.26em;
    height: 4.14em;
  }
  .main .sample .layout .sam-layout .spe-right {
    width: 9.6em;
    font-size: 6.45577792vw;
  }
  .main .sample .layout .sam-layout .spe-right .spe-right-wrap {
    margin-left: -0.34em;
  }
  .main .sample .layout .sam-layout .spe-right .spe-data {
    width: 2.97em;
    height: 1.93em;
    margin: 0 0 .28em .34em;
  }
}
@media (max-width: 1366px) {
  .main .happiness .hpns-right .ind-swiper-wrap .swiper-container .swiper-wrapper .swiper-slide img {
    height: 160px;
  }
  .main .happiness .hpns-right .ind-swiper-wrap .swiper-container .swiper-wrapper .swiper-slide video {
    height: 160px;
  }
}
@media (max-width: 1335px) {
  .main .sample .layout .sam-layout {
    font-size: 86.18px;
  }
  .main .sample .layout .sam-layout .spe-right {
    font-size: 86.18px;
  }
}
/*------------------------------ 首页 结束 ------------------------------*/
/*------------------------------ 快乐密码 开始 ------------------------------*/
.main .pas-head {
  min-width: 1318px;
}
.main .pas-head .layout {
  width: 100%;
  max-width: 1522px;
  min-width: 1318px;
}
.main .pas-head .layout .data .data-tex {
  line-height: 36px;
}
.main .one,
.main .two,
.main .three {
  min-width: 1318px;
  min-height: 0;
}
.main .one .layout,
.main .two .layout,
.main .three .layout {
  width: 1318px;
}
.main .three:last-child {
  padding-bottom: 150px;
}
.main .one .layout .one-top,
.main .two .layout .two-top,
.main .three .layout .three-top {
  width: auto;
  margin-left: 200px;
  border-width: 3px;
  transform: translateX(-50%);
}
.main .one .layout .one-top span,
.main .two .layout .two-top span,
.main .three .layout .three-top span {
  font-size: 28px;
}
.main .one .layout .one-top p,
.main .two .layout .two-top p,
.main .three .layout .three-top p {
  font-size: 14px;
}
.main .one .layout .one-data .border,
.main .two .layout .two-data .border,
.main .three .layout .three-data .border {
  border-left: none;
  background: url("../img/dash.png") repeat-y;
  background-size: 2px 29px;
}
/*------------------------------ 快乐密码 结束 ------------------------------*/
/*------------------------------ 快乐寻宝者 开始 ------------------------------*/
.icon-zan {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/givelike.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.icon-zan.active {
  background-image: url("../img/zan.png");
}
.seach form button {
  background: none;
  border: none;
}
.main .user-head {
  min-width: 1318px;
}
.main .user-head .layout {
  width: 1318px;
}
.main .user-data {
  min-width: 1318px;
  min-height: 0;
  margin-top: -450px;
  background-position: 50% 550px;
  overflow-x: hidden;
}
.main .user-data .layout {
  width: 1318px;
  padding: 0 10px;
}
.main .user-data .layout .list {
  margin-left: -36.66666667px;
}
.main .user-data .layout .list .each {
  margin-left: 36.66666667px;
  margin-right: 0;
}
.main .user-data .layout .list .each .top img {
  height: 120px;
}
.main .user-data .layout .list .each .msg .img-size {
  position: relative;
  z-index: 1;
  width: 98px;
  height: 98px;
  margin-top: -28px;
  border: 5px solid #fff;
}
.main .user-data .layout .list .each .msg .img-size img {
  width: 100%;
  height: 100%;
}
.main .user-data .layout .list .each .msg .tittle {
  padding-top: 15px;
  height: 57px;
}
.main .user-data .layout .list .each .msg .msg-data {
  height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.main .user-data .layout .list .each .givelike {
  padding-bottom: 18px;
}
.main .user-data .layout .m-pagination {
  width: 1318px;
}
/*------------------------------ 快乐寻宝者 结束 ------------------------------*/
/*------------------------------ 快乐寻宝者详情 开始 ------------------------------*/
.udl-content > .udl-data {
  margin-top: -430px;
  margin-bottom: 90px;
  background: url("../img/快乐聚会_04.jpg") no-repeat 50% 430px;
  background-size: 1920px auto;
}
.main .udl-head {
  min-width: 1318px;
}
.main .udl-head .layout {
  width: 100%;
  max-width: 1522px;
  min-width: 1318px;
}
.main .udl-input .layout {
  width: 1318px;
}
.main .udl-input .layout:before,
.main .udl-input .layout:after {
  content: " ";
  display: table;
}
.main .udl-input .layout:after {
  clear: both;
}
.main .udl-data .layout {
  width: 1318px;
  padding: 0 10px;
}
.main .udl-data .layout .udl-top {
  display: flex;
  position: relative;
  align-items: center;
}
.main .udl-data .layout .udl-top .user-img {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #fff;
  position: static;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  border: 7px solid #fff;
}
.main .udl-data .layout .udl-top .user-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main .udl-data .layout .udl-top .udl-data {
  margin-left: 30px;
}
.main .udl-data .layout .udl-top .udl-data p:first-child {
  font-size: 36px;
  font-weight: bold;
  color: #f7941d;
}
.main .udl-data .layout .udl-top .udl-data p:last-child {
  font-size: 18px;
  color: #515050;
  line-height: 2;
}
.main .udl-data .layout .udl-list {
  margin-top: -40px;
  margin-bottom: 120px;
}
.main .udl-data .layout .udl-list .position {
  padding-bottom: 0;
}
.main .udl-data .layout .udl-list .position .udl-msg {
  position: relative;
  padding-top: 150px;
}
.main .udl-data .layout .udl-list .position .udl-msg .umsg-left {
  left: 70px;
  top: 0;
  height: 100%;
}
.main .udl-data .layout .udl-list .position .udl-msg .umsg-left .ind-border {
  width: 0;
  height: 100%;
  margin-top: 0;
  margin-left: 13px;
}
.main .udl-data .layout .udl-list .position .udl-msg .umsg-left .circle {
  position: absolute;
  top: 165px;
  margin-top: 0;
}
.main .udl-data .layout .udl-list .position .udl-msg .umsg-right {
  width: 100%;
  margin-left: 0;
  padding-left: 135px;
}
.main .udl-data .layout .udl-list .position .udl-msg .umsg-right .udl-tit .udl-tex1 span {
  display: inline-block;
}
.main .udl-data .layout .udl-list .position .udl-msg .umsg-right .udl-tit .udl-tex1 span span {
  color: #008dcf;
}
.main .udl-data .layout .udl-fot {
  width: 100%;
}
/*------------------------------ 快乐寻宝者详情 结束 ------------------------------*/
/*------------------------------ 快乐聚会 开始 ------------------------------*/
.main .m-pagination {
  width: auto;
}
.main .pty-top {
  min-width: 1318px;
}
.main .pty-top .layout {
  width: 1318px;
}
.main .pty-head .layout {
  display: flex;
  width: 1318px;
  padding: 0 10px;
}
.main .pty-head .layout .phd-left .bg-img {
  background: none;
}
.main .pty-head .layout .phd-left .bg-img img {
  opacity: 1;
}
.main .pty-head .layout .phd-left .on-img {
  position: relative;
  z-index: 1;
  margin-left: 105px;
}
.main .pty-center {
  max-width: 1522px;
  min-width: 1318px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}
.main .pty-center .layout {
  width: 100%;
  padding: 0 10px;
}
.main .pty-list {
  min-width: 1318px;
  min-height: 0;
}
.main .pty-list .layout {
  max-width: 1522px;
  width: 100%;
}
.main .pty-list .layout:before,
.main .pty-list .layout:after {
  content: " ";
  display: table;
}
.main .pty-list .layout:after {
  clear: both;
}
.main .pty-list .layout .pty-size {
  width: 315px;
}
.main .pty-list + .m-pagination {
  max-width: 1522px;
  margin-top: 10px;
  margin-bottom: 200px;
}
/*------------------------------ 快乐聚会 结束 ------------------------------*/
/*------------------------------ 联系我们 开始 ------------------------------*/
.main .call-head {
  min-width: 1318px;
}
.main .call-head .layout .tit {
  padding-bottom: 50px;
}
.main .call-head .layout .data .data-tex {
  line-height: 36px;
}
.main .form {
  min-width: 1318px;
}
.main .form .layout .form-data form input,
.main .form .layout .form-data form textarea {
  border-color: #d8d7d7;
  border-radius: 5px;
  font-size: 20px;
  color: #666;
}
.main .form .layout .form-data form input::-webkit-input-placeholder,
.main .form .layout .form-data form textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.main .form .layout .form-data form input {
  height: 66px;
  padding: 0 25px;
  font-size: 20px;
}
.main .form .layout .form-data form textarea {
  padding: 20px 25px;
  resize: none;
}
.main .happy-user {
  min-width: 1318px;
  min-height: 0;
}
.main .happy-user .layout .happy-data:before,
.main .happy-user .layout .happy-data:after {
  content: " ";
  display: table;
}
.main .happy-user .layout .happy-data:after {
  clear: both;
}
/*------------------------------ 联系我们 结束 ------------------------------*/
/*------------------------------ 讯息发布 开始 ------------------------------*/
.main .msgd-head {
  min-width: 1318px;
}
.main .msgd-head .layout {
  width: 100%;
}
.main .msgd-head .layout .tit {
  padding-bottom: 50px;
}
.main .msgd-head .layout .data p {
  line-height: 36px;
}
.main .msgd-head .layout .input {
  width: 1318px;
}
.main .msg-information1 {
  padding-bottom: 300px;
  background: url('../img/快乐聚会_04.jpg') no-repeat center 1020px;
  background-size: 1920px auto;
}
.main .msg-information1 .layout {
  width: 1318px;
  padding: 0 10px;
}
.main .msg-information1 .layout .msg-dat {
  margin-bottom: 0;
}
.main .msg-information1 .layout .msg-dat .info-con {
  font-size: 18px;
  line-height: 36px;
  color: #515151;
}
.main .msg-information1 .layout .msg-dat .info-con img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/*------------------------------ 讯息发布 结束 ------------------------------*/
/* 200520*/
/* 弹窗修改 */
.bind-mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 20;
}
.loginbox .formbox form .inputbox .label .send-code,
.laddingbox .send-code {
  flex: none;
  padding: 0 15px;
  color: #51c0e9;
  background: none;
  border: none;
}
/*  首页修改  */
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.icon-blue-right {
  width: 12px;
  height: 20px;
  background-image: url("../img/icon_blue_right.png");
}
.main .happy-msg .layout .hpg-tit {
  padding-top: 260px;
  margin-bottom: 50px;
}
.main .happy-msg .layout .hpg-tit p {
  display: inline-block;
  text-align: left;
}
.main .happy-msg .layout .hpg-btn {
  height: auto;
  line-height: 1;
  background: none;
  box-shadow: none;
}
.main .happy-msg .layout .hpg-btn a {
  color: #0265b4;
}
.main .love-youself {
  min-height: 0;
}
.main .love-youself .layout .love-tit a {
  font-size: 28px;
  color: #0265b4;
}
.main .discuss .layout .or-swiper-wrap .btn-layout .swiper-button-prev,
.main .discuss .layout .or-swiper-wrap .btn-layout .swiper-button-next {
  opacity: 1;
}
.main .discuss .layout .or-swiper-wrap .btn-layout .swiper-button-prev.swiper-button-disabled,
.main .discuss .layout .or-swiper-wrap .btn-layout .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.main .discuss .layout .dis-data .dis-each {
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.28);
}
.footer {
  margin-top: 85px;
}
.footer .footer-title {
  width: 100%;
  max-width: 1522px;
  min-width: 1318px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  font-size: 48px;
  color: #ecb012;
}
/*首页导航*/
.index-nav {
  display: flex;
  min-width: 1318px;
  padding: 0 120px;
  margin: -640px auto 0;
}
.index-nav .item {
  width: 25%;
  text-align: center;
}
.index-nav .item img {
  display: inline-block;
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.index-nav .item .name {
  margin-top: 20px;
  font-size: 28px;
  color: #0265b4;
}
/*让我们一起寻找快乐密码*/
.new-happiness {
  display: flex;
  justify-content: space-between;
  max-width: 1522px;
  min-width: 1318px;
  padding: 0 10px;
  margin: 165px auto 0;
}
.new-happiness .left-box {
  overflow: hidden;
  width: 750px;
}
.new-happiness .left-box .title {
  font-size: 48px;
  color: #ecb012;
}
.new-happiness .left-box .data {
  margin-left: -64px;
  line-height: 1;
}
.new-happiness .left-box .data .item {
  display: inline-block;
  margin-top: 50px;
  margin-left: 64px;
  font-size: 24px;
  color: #ababab;
}
.new-happiness .left-box .data .item .num {
  font-size: 45px;
  font-weight: lighter;
  color: #ff9234;
}
.new-happiness .left-box a {
  display: inline-block;
  margin-top: 35px;
  font-size: 28px;
  color: #0265b4;
}
.new-happiness .right-video {
  padding-top: 25px;
}
.new-happiness .right-video .video-box {
  position: relative;
  width: 729px;
  height: 322px;
  box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.22);
}
.new-happiness .right-video video {
  width: 729px;
  height: 322px;
}
.new-happiness .right-video .blue-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
/*# sourceMappingURL=fix.css.map */