* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.section .row {
  height: 100%;
}
.section:nth-of-type(2n) {
  background-color: #faf8f5;
}
.section:nth-of-type(2n+1) {
  background-color: #fff;
}
.p-m, .p-p {
  display: none;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 766px) {
  .p-m {
    display: block;
  }
  .section {
    height: 426px;
    padding-top: 56px;
    padding-bottom: 20px;
    text-align: center;
  }
  .section .sub-title {
    position: relative;
    margin-bottom: 16px;
    font-size: 33px;
    font-weight: normal;
    color: #333;
  }
  .section .sub-title:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    width: 136px;
    height: 52px;
    margin-left: -68px;
  }
  .section .p-info {
    color: #999;
    font-size: 18px;
  }

  .mh-bar {
    text-align: center;
    border-bottom: 2px dashed #999;
  }
  .mh-bar-content {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #000;
    background-color: #999;
    -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
}

@media screen and (min-width: 767px) {
  .p-p {
    display: block;
  }
  .section {
    height: 540px;
    padding: 0 50px;
  }
  .section .row {
    padding-top: 180px;
  }
  .section.mh {
    height: auto;
    padding: 50px;
    /* cursor: pointer; */
  }
  .section.mh .row {
    padding-top: 0;
  }

  .sub-title {
    position: relative;
    font-size: 50px;
    font-weight: normal;
    color: #444;
  }
  .section .sub-title:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 20px;
    width: 260px;
    height: 98px;
  }
  .p-p {
    line-height: 30px;
    font-size: 16px;
    color: #888;
  }

  .section:nth-of-type(2n) .desc {
    float: right;
  }

  .mh-bar {
    border-bottom: 2px dashed #999;
    -webkit-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
  }
  .mh-bar-content {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px #333;
    background-color: #999;
  }
}

@media screen and (min-width: 1200px) {
  .row {
    width: 1200px;
    margin: 0 auto;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px;
  color: #fff;
  background-color: #000;
}
.header .logo images {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.header .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .login .btn {
  cursor: pointer;
}
.header .login .btn-login::after {
  content: '';
  width: 1px;
  height: 100%;
  margin: 0 10px;
  border-right: 1px solid #fff;
}

.footer .copyright {
  padding: 20px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.form-wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  min-width: 200px;
  max-width: 500px;
  /* transform: translate(-50%, -50%) scale(.5); */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .8);
  /* opacity: 0;
  transition: all 400ms; */
}
.form-wrapper .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 50%;
  top: -35px;
  right: 0;
  cursor: pointer;
}
.form-wrapper .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-wrapper .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form-wrapper .form-group {
  display: none;
  padding: 50px 40px 20px;
}
.form-wrapper .form-group .form-item {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.form-wrapper .form-group .form-btn {
  font-size: 18px;
  border-radius: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #fff;
}
.form-wrapper .form-group .form-hint {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.form-wrapper .form-group .form-hint .btn {
  color: rgb(246, 174, 73);
  cursor: pointer;
}
.footer .text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e4e2e2;
}
.footer img{
  width: 30px;
  height: auto;
  margin: 4px;
}

/* head头部 */
.center {
  width: 1200px;
  margin: 0 auto;
}
.head_bg {
  background-color: #342e2e;
}
.head {
  width: 1200px;
  height: 60px;
  line-height: 58px;
  margin: 0 auto;
  display: -webkit-box;
}
.head > span {
  height: 60px;
  display: table-cell;
  color: #fff;
  padding: 0 25px;
  cursor: pointer;
}
.head > span:hover {
  background-color: #327fcb;
}
.head > .logo {
  height: 50px;
  padding: 0 50px 0 0;
  margin-top: 5px;
}



/* 轮播 */
/* .banner {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  margin: 30px 0;
  overflow: hidden;
}

.banner_img, .swiper {
  width: 100%;
  height: 350px;
  object-fit: cover;
} */

/* 模块 */
/* .module {
  margin-top: 24px;
  padding-bottom: 16px;
}
.headline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.module .headline > .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
  font-size: 24px;
  font-weight: normal;
}
.module .headline > .more {
  font-size: 14px;
  margin-top: 8px;
  color: #999;
  cursor: pointer;
}
.intro {
  width: 196px;
  cursor: pointer;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 9%);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 104px;
  margin-bottom: 20px;
}
.intro img {
  width: 100%;
  height: 213px;
  object-fit: cover;
}
.intro .text {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-weight: 700;
  padding: 8px 8px 10px 8px;
}
.composing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
} */

/* 信息栏 */
/* .info_bar {
  margin-top: 50px;
  padding: 50px 0 50px 80px;
  display: flex;
  background-color: #f8f8f8;
}
.info_bar > .block {
  margin-right: 150px;
}
.info_bar > .block > .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.info_bar > .block > ul > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 14px;
  color: #929292;
}
.info_bar > .block > ul > li > a {
  color: #929292;
  font-size: 14px;
}

.footer {
  background-color: #342e2e;
} */

/* 个人中心 */
.personal-center {
  /* position: fixed; */
  width: 10%;
  height: 50px;
  right: 20px;
  top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
}

.phone {
  color: #fff;
  font-size: 16px;
}

.phone-hidden {
  display: none;
}

.img-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.img-avatar-hideen {
  display: none;
}

.center-content {
  width: 200px;
  box-shadow: 0px 0px 4px rgba(185, 185, 185, 0.783);
  border-radius: 6px;
  position: absolute;
  top: 50px;
  box-sizing: border-box;
  padding: 10px 0px;
  background-color: white;
  display: none;
  z-index: 9;
}

.personal-center:hover {
  cursor: pointer;
}

.personal-center:hover .center-content {
  display: block;
}

.center-content div {
  padding: 2px 20px;
}

.center-ul {
  width: 100%;
  margin-top: 10px;
}

.center-ul>div {
  list-style: none;
  margin-top: 5px;
  color: #949494;

}

.center-ul>div:hover {
  background-color: #1d98a0;
  color: #fff;
  cursor: pointer;
  transition: all .5s;
}

.website {
  width: 25%;
  height: 357px;
  background-color: #f5f4f4;
  margin-right: 50px;
  padding-bottom: 10px;
}
.website > h4, .info > .point > h4 {
  font-size: 20px;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
  margin-bottom: 20px;
}
.website ul li {
  height: 35px;
  line-height: 32px;
  padding-left: 25px;
  cursor: pointer;
}
.website ul li, .website ul li a {
  color: #666;
  display: block;
}

.info {
  width: 70%;
}
.point > .content {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.info .point {
  display: none;
}
.info .active {
  display: block;
}

.news ul li a {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  cursor: pointer;
}
.news ul li a, .news ul li a span {
  color: #a4a4a4;
}
.news ul li a span {
  font-size: 14px;
}

.position {
  font-size: 14px;
  font-weight: bold;
}
.spacing {
  margin-bottom: 20px;
}
.message {
  width: 100%;
}
.message a {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
}
.message img {
  width: 175px;
  height: 116px;
  border-radius: 5px;
  margin-right: 15px;
  object-fit: cover;
}
.message a {
  color: #363636;
}
.message .message_info {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}

.message .message_info span {
  font-size: 14px;
  color: #adadad;
}
.message .message_content {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 22px;
}

.details {
  margin-top: 45px;
  padding-left: 100px;
}

.details .details_info {
  display: flex;
  line-height: 20px;
  margin-bottom: 15px;
}

.details .title {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
}

.details .details_img {
  text-align: center;
}
.details .img_big {
  margin-top: 60px;
}
.details .img_big img {
  width: 900px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.pay_button {
  margin: 50px 0 200px;
  text-align: center;
}
.pay_button span {
  color: #fff;
  background-color: #327fcb;
  padding: 10px 30px;
  border-radius: 3px;
  cursor: pointer;
}
.time {
  font-size: 12px;
  color: #ccc;
  text-align: center;
  margin-bottom: 30px;
}
.time span {
  margin-right: 30px;
}
.details_title {
  text-align: center;
  padding: 50px 0 10px;
}
.details_center {
  padding: 0 150px;
}
.details_center p {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}
.details_center .spacing {
  padding-bottom: 20px;
}
.details_center img {
  width: 444px;
  margin: 0 auto 40px;
  display: block;
}