@media screen and (max-width: 767px) {
.open_{
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 1px;
  height: 20px;
  background: #333333;
  background: #ffffff;
}
.open_:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 1px;
  margin-top: -1px;
  background: #ffffff;
}
.modal_open_{
position: absolute;
    top: 10px;
    right: 0;
}
.close{
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 1px;
  height: 30px;
  background: #333333;
  transform: rotate(45deg);
}
.close:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 30px;
  height: 1px;
  margin-top: -1px;
  background: #333333;
}
.modal_box {
  position: fixed;
  display: none;
  z-index: 7777;
  width: 100%;
  max-width: 375px;
  margin: 0;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0 0 5% 0;
}
a.modal_close {
  position: absolute;
  top: 20px;
  left: 27px;
}
a.modal_close:hover{
  text-decoration: none;
}
.modal-img{
  padding: 2%;
  margin: 0 auto;
}
.modal-img .caption_{
  text-align: left;
  font-size: 11px;
  margin: 0 0 5%;
  letter-spacing: -1px;
}
.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}
.modal_bg {
  z-index: 6666;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255,255,255,1);
}
.itemSpec_{
  margin: 5%;
}
.link_area {
  overflow: hidden;
  max-width: 375px;
  margin: 5% auto 0;
  text-align: center;
  padding: 0 5% 5%;
}
.link_area .modal_link {
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
  text-align: left;
}
.link_area .modal_link:nth-child(4){
  margin: 0;
}
.link{
  width: 24%;
  display: inline-block;
}
.linkArea_{
  margin: 3% 0;
  text-align: left;
}
.linkArea_ div.item_ {
  width: 73%;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
.linkArea_ div.btnArea_ {
  margin: 0 auto;
  text-align: right;
  width: 23%;
  display: inline-block;
}
.linkArea_ div.btnArea_ a{
  color: #ffffff;
  text-align: center;
  padding: 10% 24%;
  font-size: 12px;
  text-decoration: none;
  background: #333333;
  line-height: 12px;
}
.linkArea_ div.comingsoon_ {
  margin: 0 auto;
  text-align: center;
  width: 24%;
  display: inline-block;
  font-size: 1.2rem;
  background: #cccccc;
  color: #ffffff;
  padding: 1% 0;
}
}
@media screen and (min-width:768px) and ( max-width:1199px) {
  .open_{
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 1px;
    height: 20px;
    background: #333333;
    background: #ffffff;
  }
  .open_:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    background: #ffffff;
  }
  .modal_open_{
  position: absolute;
      top: 10px;
      right: 0;
  }
  .close{
    display: inline-block;
    position: relative;
    margin: 0 20px 0 7px;
    padding: 0;
    width: 1px;
    height: 30px;
    background: #333333;
    transform: rotate(45deg);
  }
  .close:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 30px;
    height: 1px;
    margin-top: -1px;
    background: #333333;
  }
  .modal_box {
    position: fixed;
    display: none;
    z-index: 7777;
    width: 100%;
    max-width: 768px;
    margin: 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  a.modal_close {
    position: absolute;
    top: 20px;
    right: 27px;
  }
  a.modal_close:hover{
    text-decoration: none;
  }
  .modal-img{
    padding: 15% 0 0;
    margin: 0 auto;
  }
  .modal-img .caption_{
    text-align: left;
    font-size: 11px;
    margin: 0 0 5%;
    letter-spacing: -1px;
  }
  .modal_close i {
    line-height: 62px;
    vertical-align: bottom;
  }
  .modal_bg {
    z-index: 6666;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255,255,255,1);
  }
  .modal-img img{
  width: 50%;
  display: inline-block;
}
  .itemSpec_{
    width: 43%;
    display: inline-block;
    margin: 2% 0 0 2%;
    vertical-align: bottom;
  }
  .link_area {
    overflow: hidden;
    max-width: 768px;
    margin: 5% auto 5%;
    text-align: center;
    padding: 0;
  }
  .link_area .modal_link {
    display: inline-block;
    width: 11.8%;
    margin: 0.5%;
  }
  .link{
    width: 24%;
    display: inline-block;
  }
  .linkArea_{
    margin: 3% 0;
    text-align: left;
  }
  .linkArea_ div.item_ {
    width: 73%;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1.8;
    letter-spacing: 0.5px;
  }
  .linkArea_ div.btnArea_ {
    margin: 0 auto;
    text-align: right;
    width: 23%;
    display: inline-block;
  }
  .linkArea_ div.btnArea_ a{
    color: #ffffff;
    text-align: center;
    padding: 10% 24%;
    font-size: 12px;
    text-decoration: none;
    background: #333333;
    line-height: 12px;
  }
  .linkArea_ div.comingsoon_ {
    margin: 0 auto;
    text-align: center;
    width: 24%;
    display: inline-block;
    font-size: 1.2rem;
    background: #cccccc;
    color: #ffffff;
    padding: 1% 0;
  }
  }
