@import '../fonts.css';
@import './reset.css';
  
  body {
    background-color: #F0F1F1;
  }
  
  .mr16 {
    margin-right: 16px;
  }
  .mb16 {
    margin-bottom: 16px;
  }

  .m-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 26px;
  }


  /* footer start */
  .footer {
    padding: 0 32px 54px;
  }
  .footer .footer-item {
    min-height: 65px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
  }
  .footer .category {
    height: 9px;
    line-height: 17px;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
  }
  .footer .sub-item {
    height: 9px;
    font-size: 10px;
    font-weight: 600;
    color: #606060;
    line-height: 17px;
  }
  .footer .follow-us {
    padding: 36px 0;
    height: 9px;
    font-size: 9px;
    font-weight: 500;
    color: #878787;
    line-height: 28px;
  }
  .footer .follow-us span {
    margin-right: 20px;
  }
  .footer .follow-us img {
    margin-right: 6px;
  }
  .footer .last-item {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer .last-item .record-no {
    height: 8px;
    font-size: 8px;
    font-weight: 500;
    color: #878787;
    line-height: 19px;
    opacity: 0.5;
    margin-top: 18px;
  }
  .footer .btn-apply button {
    width: 201px;
    height: 37px;
    font-size: 14px;
    text-align: center;
    padding-right: 16px;
    border-radius: 30px;
    border: none;
    background: #C0C0C0;
    color: #FFF;
    position: relative;
  }
  .footer .btn-apply button i{
    display: block;
    width: 11px;
    height: 11px;
    background-image: url("../images/icons/arrow_white@2x.png");
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    right: 45px;
  }

  /* footer end */



  /* 分页 start */
  .pagination-wrap .pagination {
    max-width: 100%;
  }
  .pagination .page-item {
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000000;
    margin-left: 25px;
  }
  .pagination>:first-child {
    margin-right: 100px;
  }
  .pagination>:last-child {
    margin-left: 125px;
  }
  .pagination .page-item a {
    color: #000;
  }
  .pagination .active {
    background: #000;
  }
  .pagination .active a {
    color: #fff;
  }
  /* 分页 end */
  
  #pullUp {
	text-align: center;
	color: rgb(0, 0, 0, 0.5);
	font-size: 11px;
	margin: 20px 0 30px;
  }  
  