* {
    margin: 0;
    padding: 0;
  }
  .BaseBox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .happyMain {
    width: 100%;
    height: auto;
  }
  body{
    cursor:pointer
  }

  .happytop {
    background-image: url(../image/happy/happybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 22.6vh;
    background-repeat: no-repeat;
    padding-top: 1px;
    margin-top: 6vh;
  }

  .happytitles {
    background-image: url("../image/happy/happytitle.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 80vw;
    height: 10vh;
    margin: 6vh auto auto auto;
  }
  .happy_nav{
    width: 90vw;
    height: 7vh;
    margin: 2vh auto auto auto;
  }
.happy_list{
width: 24.7%;
    text-align: center;
    color: white;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.listone {
    height: 5vh;
    background-image: url(../image/happy/happyalla.png);
}

.listtwo {
    height: 5vh;
    background-image: url(../image/happy/happyms.png);
}

.listthree {
    height: 5vh;
    background-image: url(../image/happy/happygw.png);
}

.listfour {
    height: 5vh;
    background-image: url(../image/happy/happyyl.png);
}
.happy_lisbox{
    width: 90vw;
    min-height: 60vh;
    height: auto;
    
    position: relative;
    box-sizing: border-box;

    margin: 0 auto 3vh auto;
}





.logo_box{
  width: 48%;
    height: 15vh;
    background-image: url(../image/happy/img1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    border: 1px solid #eeeeee;
    padding: 1vw;
    float: left;
    box-sizing: border-box;
    margin-bottom: 2%;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    cursor:pointer
}
.logo_box:nth-child(odd){
    margin-right: 2.8%;
    cursor:pointer
}
.mark{
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.markbox{
  width: 80vw;
  /*height: 72vh;*/
  margin: 15vh auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.markboxs{
  width: 90%;
  /*height: 70vh;*/
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}
.markimg{
  width: 100%;
  height: 23vh;
  background-image: url('../image/happy/happydetail.png');
  background-position: center;
  background-size: cover;
  margin-top: 2.6vh;
}
.markname{
  font-weight: bold;
  font-size: 4vw;
  margin: 2vh 0;
}
.marknamebox{
  justify-content: flex-start;
  align-items: center;
}
.marktimebox{
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.marknameicon{
  width: 4vw;
    height: 2.4vh;
  background-image: url('../image/happy/happyy.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2vw;
  margin-top: 4px;
}
.markiconss{
  width: 19px;
  height: 14px;
  background-image: url(../image/happy/dh.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: -2px;
  margin-top: 2px;
}
.markicon{
  width: 19px;
    height: 14px;
  background-image: url('../image/happy/time.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right:12px;
}
.marktime{
  color: #492573;
  font-size: 3.6vw;
}
.markicons{
  width: 19px;
    height: 14px;
  background-image: url('../image/happy/add.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2vw;
}
.markcontent{
  width: 100%;
  /*height: 18vh;*/
  margin-top: 1vh;
  overflow: hidden;
  font-size: 3.5vw;
  padding-bottom: 5vh;
  color: ##2c3332;
}
.markyd{
  width: 100%;
  height: 8vh;
  background-color: #f4f4f4;
  display: block;
  background-image: url('../image/happy/yd.png');
  background-position: center;
  background-size: 27%;
  background-repeat: no-repeat;
}



  