 .boxlist {
  color: #333333;
  padding-bottom: 120px;
}
.close{
  background-color: transparent!important;
}
.closeicon{
  display: none;
}
 .boxlist .box {
  position: relative;
  border-left: 0;
  border-right: 0;
}
.boxlist .box:last-child{
  border-bottom: 2px solid #d9d9d9;
}

.boxlist .box .tipbox {
  padding: 29px 0 29px 18px;
  border-top: 2px solid #d9d9d9;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #f2f2f2;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tipbox span {
  font-size: 1.6rem;
}
.boxlist .box .tipbox img {
  margin-right: 20px;
}
.details {
  position: relative;
  width: 100%;
  padding: 0 18px;
  display: none;
}
.breif span{
  display: block;
  padding: 28px 0 32px 0;
}
 .boxlist .box .details .breif h4 {
  font-size: 20px;
  color: #333333;
  margin: 38px  0 12px 0;
}
.boxlist .box .details .breif p {
  line-height: 2;
  font-size: 1.4rem;
  color: #333333;
}
.joinlink{
  display: inline-block;
  width: 100%;
  text-align: right;
  cursor: pointer;
  margin-bottom: 14px;
}
.joinlink img{
  width: 100%;
}
.joinwrap{
  width: 100%;
  text-align:right;
}
@media screen and (max-width: 1600px) {
  
  .joinlink{
    width: 80%;
  }
}
@media screen and (max-width: 414px) {
  .joinlink{
    width: 186px;
  }
}