.info
{
  height:84vh;
  overflow: hidden;
  position: relative;
}
.content
{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 4;
  display: flex;
  align-items: center;
}
.pic_phone
{
  width: 13vw;
}
.info:after
{
  content: '';
  display: block;
  background: url(../images/pic_06.jpg) center 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index:-1;
  position:absolute;
}
.ct
{
  margin-left:4vw;
  color: #fff;
}
.ct .name
{
  font-size: 24px;
}
.ct .name strong
{
  font-size:50px;
}
.ct  .ptx
{
    font-size: 38px;
    margin-top:15px;
    margin-bottom: 15px;
}
.not
{
  margin: 20px 0;
  font-size: 16px;
}
.btnImg
{
  display: flex;
  align-items: center;
}
.btnImg .left button
{
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.btnImg .left button.m1{
  margin-bottom: 12px;
}
.btnImg .left button .ico1
{
  width: 24px;
  height: 24px;
}
.btnImg .left button .ico2
{
  width: 16px;
  height: 16px;
}
.btnImg .left button>*
{
  display: inline-block;
  vertical-align: middle;
}
.btnImg .left button em
{
  width: 80px;
  font-size: 16px;
  color: #666;
}
.right
{
  width: 100px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.down
{
  display: flex;
  align-items: center;
  height:16vh;
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  white-space: nowrap;
}
.down .left{
  font-size:16px;
  color: #666;
}
.down  .m
{
  margin-bottom: 10px;
}
.down .right
{
    color: #3a3637;
    font-size:24px;
    text-align: right;
    flex:1;
}
.btns button .ico1
{
    width: 24px;
    height: 24px;
}
.btns li
{
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
.btns button {
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    margin-right:30px;
    padding: 6px 15px;
    border-radius:5px;
}
.btns button em
{
  margin-left: 6px;
}