/**底部内容**/
/* 背景整体高度 */
.bottom{
    width: 100%;
    /* height: 36%; */
    overflow: hidden;
    left: 50%;
    margin-left: -50%;
    background: #282D3D;
    position: absolute;
    float: left;
    display: block;
    /* bottom: 0; */
}
/* 内容居中 */
.wrap{
    width: 75%;
    margin: 0 auto;
}
/* 左侧内容高度 */
.bottom-left dl{
    height: 260px;
}
/* 列表内容 */
.bottom-left li{
    text-align: left;
    margin-right: 5%;
    margin-top: 20px; 
    cursor: pointer;
    float: left;
    list-style: none;
}
/* 列表标题 */
.bottom_title a{
    font-size: 18px;
    color: #A4A6AD;
    font-weight: bold;
    line-height: 2;
}
/* 列表单项 */
.bottom-left p a{
    color: #A4A6AD;
    font-size: 16px;
    line-height: 2;
    text-decoration: none;
}
/* 鼠标悬停列表内容 */
.bottom-left p a:hover,.bottom_title a:hover{
    color: #ffffff;
}


/**信息提交**/
.message {
    width: 220px;
    display: block;
}
input[type=text]{
    width: 200px;
    height: 24px;
    background: 0;
    display: inline-block;
    border: 1px solid #60636F;
    border-radius: 0;
    outline: none;
    margin: 2px 0;
    padding: 0 9px;
    color: #fff;
    font-size: 1.4rem;
  }
  input::-webkit-input-placeholder{
    color: #ffffff50;
    font-size: 1.4rem !important;
}

  /**浏览器兼容输入框字体颜色**/
  input::-webkit-input-placeholder{
      color: #60636F;
  }
  input::-moz-input-placeholder{
    color: #60636F;
    font-size: 1.4rem;
  }
  input::-ms-input-placeholder{
    color: #60636F;
    font-size: 1.4rem;
  }
  input:hover {
    border: 1px solid #ffffff;
  }
  .btn1{
    width: 60px;
    height: 28px;
    border: none;
    font-size: 1.4rem;
    color: #1D2233;
    margin-top: 10px;
    cursor: pointer;
  }
  .btn1:hover {
    background-color: #0090ff;
    color: #fff;
  }

  /* 二维码 */
  .bottom-right{
    float: right;
    margin-top: -260px;
}
.scan{
    margin-left: 64px;
    cursor: pointer;
    float: right;
    line-height: 2;
    list-style: none;
    margin-top: 40px; 
    font-size: 18px;
    text-align: center;
    color: #A4A6AD;
    font-weight: bold;
}
.scan img{
    width: 100%;
    margin-top: 16px;
}
.copyright{
    color: #fff;
    display: block;
    height: 23%;
    bottom: 0;
    background: #1D2233;
    text-align: center;   
}
.copyright_font{
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1%;
    color: #A4A6AD;
}
.copyright_font a{
    color: #A4A6AD;
    text-decoration: none;
}
.copyright_font a:hover{
    color: #e8e9ee
}
.copyright_font a img{
    height: 12px;
}

 