* {
  margin: 0;
  padding: 0;
}

.support-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 60%;
  background-color: #fff !important;
}

.support-pagination .more {
  background-color: #fff !important;
}
.support-pagination .number {
  background-color: #fff !important;
}
.support-pagination .btn-prev {
  background-color: #fff !important;
}
.support-pagination .btn-next {
  background-color: #fff !important;
}
/* .support-pagination .el-pager .active {
  background-color: #e10032 !important;
} */
.support-pagination .el-pager .more::before {
  color: #e10032 !important;
}
.support-pagination .el-pagination {
  /* margin-left: 8rem !important; */
}
.support-pagination .el-pagination .el-pager li {
  min-width: 30.5px !important;
}
.support-pagination .el-pager li:not(.disabled).active {
background-color: #e10032 !important;
color: #FFF !important;
}
.support-pagination .el-pager .more::before {
  color: #e10032 !important;
}
@media screen and (min-width: 1024px) {
  .left_box {
    display: none;
  }

  .contentbox {
    width: 100rem;
    /* padding: 0 5rem; */
    margin: 0 auto;
  }

  .contentbox .searchnav {
    width: 78.875rem;
    display: flex;
    padding-top: 4.25rem;
    margin: 0 auto;
    /* flex-direction: column; */
  }

  .contentbox .searchnav input {
    width: 72.5rem;
    height: 3.3125rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 1rem;
    padding: 0 1.25rem;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #e60039;
    outline: none;
    align-self: center;
  }

  .contentbox .searchnav .pcsearch {
    width: 5rem;
    height: 3.4375rem;
    background: #e60039;
    position: relative;
    align-self: center;
    cursor: pointer;
    display: block;
  }

  .contentbox .searchnav .appsearch {
    display: none;
  }

  .contentbox .searchnav .searchicon {
    width: 1.5rem;
    height: 1.5rem;
    align-self: center;
  }

  .contentbox .searchnav div img {
    position: absolute;
    margin-top: 1rem;
    margin-left: 1.75rem;
  }
  .contentbox .center {
    display: flex;
    overflow: hidden;
  }
  .contentbox .center .left {
    width: 21.25rem;
    height: 21.4375rem;
    border: 1px solid #dadce0;
    margin-top: 5rem;
  }
  .contentbox .center .left ul {
    width: 21.25rem;
    height: 21.4375rem;
    /* background-color: #fafafa; */
    list-style: none;
  }
  .liitem {
    list-style: none !important;
    font-size: 1rem !important;
    margin-bottom: 1.875rem !important;
    margin-left: 1.25rem !important;
    color: #202124 !important;
    margin-top: 1.875rem !important;
  }
  .show {
    list-style: none !important;
    font-size: 1rem !important;
    margin-bottom: 1.875rem !important;
    margin-left: 1.25rem !important;
    color: #e60039 !important;
    margin-top: 1.875rem !important;
  }

  .contentbox .center .left ul .liitem:hover {
    color: #e60039;
    cursor: pointer;
  }

  .contentbox .center .left ul li:nth-child(1) {
    background-color: #f4f4f4;
    /* width: 31.25rem; */
    line-height: 3.25rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    list-style: none;
    border-bottom: 1px solid #dadce0;
  }
  .contentbox .center .left ul li:nth-child(6) {
    margin-bottom: 1.875rem;
  }

  .contentbox .center .right {
    width: 121.25rem;
    margin-top: 5rem;
    margin-left: 2.5rem;
    position: relative;
  }

  .contentbox .rightnav {
    width: 121.25rem;
    height: 3.3125rem;
    background: #f4f4f4;
    border: 1px solid #dadce0;
    position: relative;
  }

  .contentbox .rightnav ul {
    display: flex;
    padding-right: 46rem;
  }

  .contentbox .rightnav ul li {
    list-style: none;
    font-size: 1rem;
    color: #999999;
    line-height: 1.25rem;
    margin-top: 1.0625rem;
  }

  .contentbox .rightnav ul li:first-child {
    margin-left: 1.25rem;
  }

  .contentbox .rightnav ul li:nth-child(2) {
    margin-left: 58.8125rem;
    /* margin-right: 1.125rem; */
    color: #202124;
    cursor: pointer;
    font-size: 1rem;
  }
  .contentbox .rightnav ul li:nth-child(4) {
    display: none;
  }

  .contentbox .right .makesense {
    width: 75.25rem;
  }

  .contentbox .right .rightnav .downsin {
    width: 1.25rem;
    height: 1.25rem;
margin-left: .75rem;
  }

  .contentbox .right .makesense .makesenseList {
 /* margin-bottom: 1.875rem; */ 
    border-bottom: 1px solid #dadce0;
    padding: 1.875rem 1rem;

  }
  .contentbox .right .makesense .makesenseList:hover{
background-color: #F2F6FC;
}
  .contentbox .right .makesense .makesenseList .firsttitle {
    font-size: 1rem;
    /* margin-top: 1.5rem; */
    margin-bottom: 0.625rem;
    width: 75rem;
  }

  .contentbox .right .makesense .makesenseList .firsttitle a {
    text-decoration: none;
    color: #202124;
    font-size: 16px !important;
  }

  .contentbox .right .makesense .makesenseList .firsttitle a:hover {
    text-decoration: underline;
    color: #e60039;
  }

  .contentbox .right .makesense .makesenseList p {
    font-size: 1rem;
    color: #5f6368;
    /* margin-bottom: 0.75rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
       width: 121.25rem;

  }
  .contentbox .right .makesense .makesenseList .firstcontent {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
  .contentbox .right .makesense .makesenseList .firstcontent a {
    text-decoration: none;
    color: #999999;
    font-size: 0.875rem !important;
  }

  .center .right .downclounbox {
    width: 1.49rem;
    height: 0.97rem;
    position: absolute;
    top: 3rem;
    left: 65.5rem;
  }
  .downclounbox .downcloun tr:nth-child(1) td{
    border-bottom: 1px solid #dadce0;
  }
  .downclounbox .downcloun td {
    padding-left: 1.875rem;
    /* padding-top: 1.5rem !important; */
    font-size: 1rem;
    color: #202124;
    cursor: pointer;
    width: 9.3125rem;
    line-height: 2.5rem;
  }
  .downclounbox .downcloun {
    width: 9.3125rem;
    height: 6.0625rem;
    border: none;
    border-spacing: 0px;
    border-spacing: 0;
    color: #202124;
    display: none;
    background-image: url("../image/rectangle.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .downclounbox .downcloun .relevance {
    padding-top: 0.5rem;
  }
}


@media screen and (max-width: 1024px) {
  .left_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(5, 6, 7, 0.31);
    opacity: 1;
    display: none;

  }
  

  .contentbox {
    width: 113rem;
    /* padding: 0 5rem; */
    /* margin: 0 auto; */
    background: #f4f4f4;
  }

  .contentbox .searchnav {
    width: 78.875rem;
    display: flex;
    padding-top: 4.25rem;
    margin: 0 auto;
    position: relative;
    /* flex-direction: column; */
  }

  .contentbox .searchnav input {
    width: 72.5rem;
    height: 10.3125rem;
    font-weight: 400;
    line-height: 1.25rem;
    font-size: 1rem;
    padding: 0 1.25rem;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #5f6368;
    outline: none;
    align-self: center;
    width: 77.5rem;
  }

  .contentbox .searchnav .pcsearch {
    width: 5rem;
    height: 5.4375rem;
    background: #e60039;
    position: relative;
    align-self: center;
    cursor: pointer;
    display: none;
  }
  .contentbox .searchnav .appsearch {
    position: absolute;
    top: 4.5rem;
    right: 11.3125rem;
  }
  .contentbox .searchnav .searchicon {
    width: 8rem;
    height: 8rem;
    align-self: center;
  }

  .contentbox .searchnav div img {
    position: absolute;
    margin-top: 1rem;
    margin-left: 1.75rem;
  }
  .contentbox .center {
    display: flex;
    overflow: hidden;
  }
  .contentbox .center .left {
    position: absolute;
    top: 0rem;
    left: 0;
    /* width: 21.25rem; */
    /* height:21.4375rem; */
    border: 1px solid #dadce0;
    /* margin-top: 5rem; */
    display: none;
    /* margin-left: -100%; */
    /* transition: all 1s; */
    z-index: 999;
  }

  .contentbox .center .left ul {
    width: 93.25rem;
    height: 243.4375rem;
    background-color: #fff;
    list-style: none;
  }
  .liitem {
    list-style: none !important;
    font-size: 4.5rem !important;
    margin-bottom: 3.875rem !important;
    margin-left: 1.25rem !important;
    color: #202124 !important;
    margin-top: 4.875rem !important;
  }
  .show {
    list-style: none !important;
    font-size: 4.5rem !important;
    margin-bottom: 4.875rem !important;
    margin-left: 1.25rem !important;
    color: #e60039 !important;
    margin-top: 4.875rem !important;
  }
  .contentbox .center .left ul li {
    padding: 1rem 3rem;
  }
  .contentbox .center .left ul .liitem:hover {
    color: #e60039;
    cursor: pointer;
  }

  .contentbox .center .left ul li:nth-child(1) {
    background-color: #f4f4f4;
    /* width: 31.25rem; */
    line-height: 3.25rem;
    padding-left: 1.25rem;
    font-size: 5.3rem;
    list-style: none;
    border-bottom: 1px solid #dadce0;
    padding: 6rem 3rem;
  }
  .contentbox .center .left ul li:nth-child(6) {
    margin-bottom: 1.875rem;
  }

  .contentbox .center .right {
    width: 121.25rem;
    margin-top: 5rem;
    /* margin-left: 2.5rem; */
    position: relative;
  }

  .contentbox .rightnav {
    /* width: 121.25rem; */
    height: 9.3125rem;
    background: #fff;
    /* border: 1px solid #DADCE0; */
    position: relative;
    padding: 3rem 5rem;
  }

  .contentbox .rightnav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contentbox .rightnav ul li {
    list-style: none;
    font-size: 1rem;
    color: #999999;
    line-height: 1.25rem;
    margin-top: 1.0625rem;
  }

  .contentbox .rightnav ul li:first-child {
    margin-left: 1.25rem;
  }

  .contentbox .rightnav ul li:nth-child(2) {
    margin-left: 60.8125rem;
    margin-right: 1.125rem;
    color: #202124;
    cursor: pointer;
    font-size: 1rem;
    display: none;
  }
  .contentbox .rightnav ul li:nth-child(3) {
    display: none;
  }
  .contentbox .rightnav ul li:nth-child(4) {
    display: block;
  }
  .contentbox .rightnav ul li:nth-child(4) div {
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #dadce0;
    /* border: 1px solid #202124; */
    background: none;
    padding: 2px;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    margin-right: 3rem;
    cursor: pointer;
  }
  .contentbox .right .makesense {
    /* width: 95.25rem; */
    overflow: hidden;
    margin-top: 1rem;
    padding: 3rem 6rem;
    background: #fff;
  }

  .contentbox .right .rightnav .downsin {
    width: 1.25rem;
    height: 1.25rem;
  }

  .contentbox .right .makesense .makesenseList {
    margin-bottom: 0.625rem;
    height: 20rem;
    border-bottom: 1px solid #ccc;
    padding-left: 1rem;
  }

  .contentbox .right .makesense .makesenseList .firsttitle {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.625rem;
  }

  .contentbox .right .makesense .makesenseList .firsttitle a {
    text-decoration: none;
    color: #202124;
    font-size: 12px !important;
  }

  .contentbox .right .makesense .makesenseList .firsttitle a:hover {
    text-decoration: underline;
    color: #e60039;
  }

  .contentbox .right .makesense .makesenseList p {
    font-size: 1rem;
    color: #5f6368;
    margin-bottom: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* width: 121.25rem; */
    height: 5rem;
  }
  .contentbox .right .makesense .makesenseList .firstcontent {
    font-size: 1rem;
  }
  .contentbox .right .makesense .makesenseList .firstcontent a {
    text-decoration: none;
    color: #999999;
    font-size: 0.875rem !important;
  }

  .center .right .downclounbox {
    width: 1.49rem;
    height: 0.97rem;
    display: none;
    position: absolute;
    top: 3.2rem;
    left: 65.5rem;
  }
  .downclounbox .downcloun tr:nth-child(1) td{
    border-bottom: 1px solid #dadce0;
  }
  .downclounbox .downcloun td {

    padding-left: 1.875rem;
    font-size: 1rem;
    color: #202124;
  }
  .downclounbox .downcloun {
    width: 9.3125rem;
    height: 6.0625rem;
    border: none;
    border-spacing: 0px;
    border-spacing: 0;
    color: #202124;
    display: none;
    background-image: url("../image/rectangle.png");
    background-repeat: no-repeat;
  }

  .downclounbox .downcloun .relevance {
    padding-top: 0.5rem;
  }
}
