@charset "UTF-8";
.login-container {
  text-align: left; }

/*手机小尺寸*/
@media (max-width: 480px) {
  .Policy-title {
    background-color: #fff;
    border-bottom: #dd4b39 solid 1px;
    color: #666;
    text-align: center; } }

/*手机小尺寸*/
@media (min-width: 481px) and (max-width: 767px) {
  .Policy-title {
    background-color: #fff;
    border-bottom: #dd4b39 solid 1px;
    height: 100px;
    line-height: 100px;
    color: #666;
    text-align: center; } }

/* 平板 + 普通PC桌面 + 大分辨率PC桌面 */
@media (min-width: 768px) {
  .Policy-title {
    background-color: #fff;
    border-bottom: #dd4b39 solid 1px;
    height: 100px;
    line-height: 100px;
    color: #666;
    text-align: center; } }
