* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: PingFangSC-Medium, PingFang SC;
  text-decoration: none;
}
a {
  color: #FFFFFF;
}
.w {
  width: 80%;
  max-width: 1500px;
  min-width: 1200px;
  margin: 0 auto;
}
#xx:hover{
  color: #f02b63;
  font-size: 20px;
 }
img {
  width: 100%;
  height: 100%;
  display: block;
}
.mmm{
  color: #fff;
}
.mmmNo{
border-bottom: 3px solid #f02b63;
}
.MaxBox {
  min-width: 1200px;
}
.MaxBox .mainBox .main {
  color: #FFFFFF;
  height: 500px;
  background-color: pink;
  background: url('https://llkj-wechat.oss-cn-hangzhou.aliyuncs.com/www/9/assets/lvjuback.jpg') no-repeat;
  background-size: 100% 100%;
}
.MaxBox .mainBox .main .header {
  height: 100px;
  background: rgba(3, 3, 3, 0.5);
}
.MaxBox .mainBox .main .header .headerMain {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.MaxBox .mainBox .main .header .headerMain .left {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .left .logo {
  width: 165px;
  height: 60px;
  margin-right: 20px;
}
.MaxBox .mainBox .main .header .headerMain .right ul {
  display: flex;
  height: 100%;
  /* font-size: 22px; */
  font-weight: bolder;
}
.MaxBox .mainBox .main .header .headerMain .right ul li {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .right ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}
.MaxBox .mainBox .main .header .headerMain .right ul li .phone {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.MaxBox .mainBox .main .header .headerMain .right ul li .lvju {
  border-bottom: 3px solid #f02b63;
}
.MaxBox .mainBox .main .content {
  height: calc(100% - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.MaxBox .mainBox .main .content .contentMain h1 {
  font-size: 40px;
}
.MaxBox .mainBox .main .content .contentMain p {
  font-size: 25px;
  padding: 10px 0 0;
}
.MaxBox .WhereTo {
  margin-top: 40px;
}
.MaxBox .WhereTo .whereToMain {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .WhereTo .whereToMain .title{
  font-size: 50px;
  font-weight: bolder;
}
.MaxBox .WhereTo .whereToMain .describe {
  font-size: 24px;
  color: #787878;
  padding: 10px 0;
}
.MaxBox .WhereTo .whereToMain .buttonBox {
  display: flex;
}
.MaxBox .WhereTo .whereToMain .buttonBox .btn {
  color: #f02b63;
  border: 1px solid #f02b63;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.MaxBox .WhereTo .whereToMain .buttonBox .btn .icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #f02b63;
}
.MaxBox .WhereTo .whereToMain .buttonBox .CheckBtn {
  color: #fff;
  border: 1px solid #f02b63;
  background-color: #f02b63;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.MaxBox .WhereTo .whereToMain .buttonBox .CheckBtn .icon {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #fff;
}
.MaxBox .WhereTo .whereToMain .regionImg {
  margin-top: 20px;
}
.MaxBox .Hot {
  margin-top: 40px;
  min-height: 300px;
  background-color: #f5f5f5;
}
.MaxBox .Hot .HotMain {
  padding: 30px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .Hot .HotMain .title {
  text-align: center;
  font-size: 50px;
  font-weight: bolder;
}
.MaxBox .Hot .HotMain .contentBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.MaxBox .Hot .HotMain .contentBox .contentItem {
  width: 32%;
  background-color: #fff;
  margin-bottom: 15px;
  cursor:pointer
}
.MaxBox .Hot .HotMain .contentBox .contentItem .imgBox {
  height: 300px;
  background-color: pink;
  position: relative;
  cursor:pointer
}
.MaxBox .Hot .HotMain .contentBox .contentItem .imgBox .imgItem {
  height: 100%;
  background-color: green;
}
.MaxBox .Hot .HotMain .contentBox .contentItem .imgBox .tag {
  width: 40px;
  height: 20px;
  background-color: red;
  position: absolute;
  top: 30px;
}
.MaxBox .Hot .HotMain .contentBox .contentItem .textBox {
  padding: 0 10px;
}
.MaxBox .Hot .HotMain .contentBox .contentItem .textBox .text {
  padding: 10px 0;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.MaxBox .Hot .HotMain .contentBox .contentItem .textBox .cardBox {
  display: flex;
  margin-bottom: 10px;
}
.MaxBox .Hot .HotMain .contentBox .contentItem .textBox .cardBox .cardItem {
  padding: 5px 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
}
.MaxBox .Hot .HotMain .more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 30px 0;

}
.my-demo{
  padding: 10px 40px;
  background-color: #f03268;
  color: #FFFFFF;

  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bolder;
  

}
.MaxBox .Hot .HotMain{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .Hot .HotMain .boxCode {
  width: 150px;
  height: 150px;
  /* background-color: #000; */
  position: absolute;
  bottom: 160px;
   display: none;
   border-radius: 5px;
   border: 2px solid #767676;

}
.MaxBox .Hot .HotMain .more:hover+.boxCode {
  display: block;
}



.pick{
  width: auto;
  height: 35px;
}
.MaxBox .baseWhich {
  margin-top: 40px;
}
.MaxBox .baseWhich .baseWhichMain{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .baseWhich .baseWhichMain .title {
  text-align: center;
  font-size: 50px;
  font-weight: bolder;
}
.MaxBox .baseWhich .baseWhichMain .seasons {
  margin-top: 30px;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox {
  display: flex;
  justify-content: space-between;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem {
  width: 24%;
  position: relative;
  color: #fff;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .text .content {
  width: 10px;
  font-size: 30px;
  font-weight: bold;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background-color: #f02b63;
  opacity: 0;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special .title {
  font-size: 22px;
  font-weight: bold;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special .specialContent {
  margin-top: 20px;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special .specialContent .tex {
font-size: 30px;
font-weight: bolder;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special .specialContent p {
  font-size: 18px;
  padding: 3px 0;
  line-height: 32px;
  padding: 0 0 0 10px;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem .special h2 {
text-align: center;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem:hover .text {
  opacity: 1;
}
.MaxBox .baseWhich .baseWhichMain .seasons .seasonsBox .seasonsItem:hover .special {
  opacity: 0.8;
}
.MaxBox .HotBase {
  margin-top: 40px;
  min-height: 300px;
  background-color: #f5f5f5;
}

.MaxBox .HotBase .HotBaseMain {
  padding: 30px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .HotBase .HotBaseMain .title {
  text-align: center;
  font-size: 50px;
  font-weight: bolder;
}
.MaxBox .HotBase .HotBaseMain .contentBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem {
  width: 32%;
  background-color: #fff;
  margin-bottom: 15px;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem .imgBox {
  height: 300px;
  background-color: pink;
  position: relative;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem .imgBox .imgItem {
  height: 100%;
  background-color: green;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem .imgBox .tag {
  width: 40px;
  height: 20px;
  background-color: red;
  position: absolute;
  top: 30px;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem .textBox {
  padding: 0 10px;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem .textBox .text {
  padding: 10px 0;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem .textBox .cardBox {
  display: flex;
  margin-bottom: 10px;
}
.MaxBox .HotBase .HotBaseMain .contentBox .contentItem .textBox .cardBox .cardItem {
  padding: 5px 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
}
.MaxBox .HotBase .HotBaseMain .more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  padding: 30px 0;
}
.MaxBox .HotBase .HotBaseMain{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .HotBase .HotBaseMain .boxCode{
  width: 150px;
  height: 150px;
  /* background-color: #000; */
  position: absolute;
  bottom: 160px;
   display: none;
   border-radius: 5px;
   border: 2px solid #767676;

}
.MaxBox .HotBase .HotBaseMain .more:hover+.boxCode {
  display: block;
}

.MaxBox .play .playMain {
  position: relative;
  color: #fff;
}
.MaxBox .play .playMain .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MaxBox .play .playMain .text .title {
  font-size: 30px;
  font-weight: bold;
  padding: 40px 0 0;
}
.MaxBox .play .playMain .text .con {
  font-size: 14px;
  color: #f5f5f5;
  margin-top: 5px;
}
.MaxBox .process .processMain {
  padding: 50px 0;
}
.MaxBox .process .processMain .title {
  text-align: center;
  font-size: 50px;
  font-weight: bolder ;
  
}
.MaxBox .process .processMain .titl {
  font-size: 24px;
  color: #767676;
  margin-top: 5px;
  text-align: center;
}
.MaxBox .process .processMain .cardBox {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
.MaxBox .process .processMain .cardBox .cardItem {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.MaxBox .process .processMain .cardBox .cardItem .border {
  border-bottom: 2px dashed #ccc;
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
}
.MaxBox .process .processMain .cardBox .cardItem .cardImg {
  width: 13%;
  z-index: 1;
  background-color: #fff;
  position: relative;
}
.MaxBox .process .processMain .cardBox .cardItem .cardImg .text {
  position: absolute;
  top: 50%;
  padding: 15px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.MaxBox .process .processMain .cardBox .cardItem .cardImg .text .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.MaxBox .process .processMain .cardBox .cardItem .cardImg .text .content {
  font-size: 12px;
}
.MaxBox .process .processMain .cardBox .iconleft {
  position: absolute;
  left: -4px;
  top: -7px;
  color: #ccc;
  background-color: #fff;
}
.MaxBox .process .processMain .cardBox .iconRight {
  position: absolute;
  right: -4px;
  top: -7px;
  color: #ccc;
}
.MaxBox .footer {
  /* margin-top: 30px; */
  background-color: #2c2e2e;

}
.MaxBox .footer .footerMain {
  background-color: #2c2e2e;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 20px;
}
.MaxBox .footer .footerMain dl {
  display: flex;
  flex-direction: column;
}
.MaxBox .footer .footerMain dl dt {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center
}
.MaxBox .footer .footerMain dl dd {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.MaxBox .footer .footerMain dl dd a {
  display: block;
}
.MaxBox .footer .footerMain dl dd a:hover {
  color: #e1251b;
}
.MaxBox .footer .footerMain dl dd .imgBox {
  margin: 20px 30px 0;
  text-align: center;
}
.MaxBox .footer .footerMain dl dd .imgBox .imgItem {
  width: 100px;
  height: 100px;
}
.MaxBox .footer .footerMain dl dd .imgBox .text {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.MaxBox .footer .footerMain dl .code {
  display: flex;
}
.MaxBox .footer .address {
  border-top: 1px solid #ccc;
  background-color: #2c2e2e;
  padding: 15px 0;
}
.MaxBox .footer .address .top,
.MaxBox .footer .address .bottom {
  display: flex;
  justify-content: center;
  color: #ccc;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.MaxBox .footer .address .top p,
.MaxBox .footer .address .bottom p {
  margin-right: 15px;
}
.ap{
  width: 75px;
  height: 35px;
  border: 1px solid  #000000;
  text-align: center;
  line-height: 35px;
}
.bp{
  display: none;
    background-color: #f9f9f9;
    min-width: 70px;/*最小宽度*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);/*向div添加阴影*/
    padding: 12px 16px;
    color: #000000;
}
.ap:hover{
  background-color: #EEEEEE;
}
.ap:hover .bp{
  display: block;
}
.pick{
  width: auto;
  height: 35px;
}
