.support{
  width: 100%;
  height: 100%;
  margin-bottom: 5rem;
}
/* 头部样式 */
.support .head{
  width: 100%;
  padding: 7px 3px;
  color: #000;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.support .head div
{
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: auto;
}
/* logo&按钮 */
.support .content{
  margin-top: 44px;
  background-color: #fff;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support .content .logo{
  width: 143px;
  height: 143px;
}
.support .content .logo img{
  width: 100%;
  height: 100%;
}
.support .content .btn{
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 27px;
  background: linear-gradient( 90deg,#282828,#5f5f5f);
  box-shadow: 0px 0px 13px #333;
  margin-top: 25px;
}
/* 页面跳转按钮 */
.support .items{
  padding: 15px 11px;
  margin: 11px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support .items:last-child{
  margin-bottom: 81px;
}
.support .items .left{
  display: flex;
  align-items: center;
}
.support .items .left img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.support .items .right img{
  height: 16px;
  width: 10px;
  margin-left: 11px;
}