.hoverBox{
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
}
.openBox{
  display: none;
  width: 100%;
  height: 223px;
  position: relative;
  left: -100%;
}
.w1200{
  width: 1200px;
  height: 100%;
  margin:0 auto;
}
.postbox>img{
  float: left;
  margin-top: 50px;
}
.right_post{
  float: right;
  width: 406px;
  height: 146px;
  margin-top: 77px;
  position: relative;
}
.telbox{
  height: 50px;
  width: 340px;
  margin: 14px auto 24px auto;
  background-color: #fff;
}
.telbox .icon{
 float: left;
 width: 63px;
 height: 50px;
 box-sizing: border-box;
 border-right: 1px solid #D1D1D1;
}
.telbox .icon>img{
  display: block;
  margin: 12px auto;
}
.mobile{
  float: left;
  width: 276px;
  height: 50px;
  padding: 0px 15px;
  box-sizing: border-box;
  font-size: 20px;
  outline: none;
  border: none;
}
.getNow{
  height: 44px;
  width: 220px;
  padding: 0;
  margin: 10px auto;
  background-color: #FFC401;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  border:none;
  outline: none;
  display: block;
}
.getNow:active,.getNow:hover{
  opacity: 0.9;
  cursor: pointer;
}
.end_right_post{
  background-color: #333;
  opacity: 0.55;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.close_btn{
  width: 30px;
  height: 30px;
  position: absolute;
  right: -61px;
  top: 15px;
  cursor: pointer;
}
.shortBox{
  width: 245px;
  height: 147px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
.shortBox>img{
  margin-top: 8px;
}
.shortBox_bg{
  height: 147PX;
  width: 100%;
  background-color: #333333;
  opacity: 0.7;
  border-top-right-radius:75px;
  border-bottom-right-radius:75px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.arrow{
  float: right;
  margin-top: 39px;
  margin-right: 32px;
}
.bg_color{
  width: 100%;
  height: 146px;
  background-color: #333333;
  opacity: 0.7;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}