.clearfix {
  *zoom: 1;
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/*清除浮动兼容*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1440 {
  width: 1440px;
  max-width: 92%;
  margin: 0 auto;
}
.ctn1 {
  width: 100%;
  background: #3681F7;
  margin-top: 70px;
}
.ctn1 h2 {
  line-height: 54px;
  color: #fff;
  text-align: center;
}
.ctn1 h2 a {
  color: #fff;
}
.ctn1 h2 a .txt:hover {
  text-decoration: underline;
}
.ctn1 h2 a .iconfont {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.ctn2 {
  padding: 66px 0 100px;
  background: #f7f7f7;
}
.ctn2 .title {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
.ctn2 .title h2 {
  text-align: center;
  color: #242424;
}
.ctn2 .infos {
  background: #f7f7f7;
}
.ctn2 .infos .con {
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
}
.ctn2 .infos .total h3 {
  color: #636363;
}
.ctn2 .infos .total h3 span {
  color: #242424;
  font-weight: bold;
}
.ctn2 .infos .right {
  display: flex;
}
.ctn2 .infos .right .search {
  position: relative;
}
.ctn2 .infos .right .search span {
  font-size: 18px;
  cursor: pointer;
  color: #222;
  position: relative;
  top: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .infos .right .search span:hover {
  color: #3681F7;
}
.ctn2 .infos .right .search input {
  color: #636363;
  width: 150px;
  padding-right: 30px;
  background: #f7f7f7;
}
.ctn2 .infos .right .search i {
  color: red;
  position: absolute;
  left: 22px;
  bottom: -16px;
  font-size: 12px;
  font-style: normal;
  display: none;
}
.ctn2 .infos .right .order {
  padding-left: 30px;
  position: relative;
  display: flex;
}
.ctn2 .infos .right .order:before {
  content: '';
  width: 1px;
  height: 32px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn2 .infos .right .order h2 {
  color: #636363;
}
.ctn2 .infos .right .order h3 {
  margin-left: 20px;
  color: #636363;
  cursor: pointer;
  position: relative;
}
.ctn2 .infos .right .order h3:after {
  display: inline-block;
  content: '\e65c';
  font-family: iconfont;
  color: #3681F7;
  font-size: 16px;
  margin-left: 2px;
  position: relative;
  top: 1px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .infos .right .order h3.active {
  color: #3681F7;
}
.ctn2 .infos .right .order h3.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  top: 2px;
}
.ctn2 .filter {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.ctn2 .filter .top {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
.ctn2 .filter .top ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ctn2 .filter .top ul li {
  color: #000;
  font-size: 16px;
  position: relative;
  left: 10px;
}
.ctn2 .filter .top ul li:first-child {
  width: 60px;
  left: 0;
}
.ctn2 .filter .top ul li:first-child h2 {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.ctn2 .filter .top ul li:first-child h2:after {
  content: '\e600';
  font-family: iconfont;
  font-size: 14px;
  color: #636363;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .filter .top ul li:first-child h2.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ctn2 .filter .top ul li:nth-child(2) {
  width: 152px;
}
.ctn2 .filter .top ul li:nth-child(3) {
  width: 112px;
}
.ctn2 .filter .top ul li:nth-child(4) {
  width: 128px;
}
.ctn2 .filter .top ul li:nth-child(5) {
  width: 152px;
}
.ctn2 .filter .top ul li:nth-child(6) {
  width: 152px;
}
.ctn2 .filter .top ul li:not(:last-child) {
  margin-right: 70px;
}
.ctn2 .filter .top .reset {
  display: none;
  color: #3681F7;
}
.ctn2 .filter .bottom {
  width: 100%;
  display: none;
  padding-bottom: 40px;
  margin-top: 20px;
}
.ctn2 .filter .bottom .box-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ctn2 .filter .bottom .box-list .box h3 {
  display: none;
}
.ctn2 .filter .bottom .box-list .box ul li {
  cursor: pointer;
  width: 100%;
  padding: 8px 10px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .filter .bottom .box-list .box ul li:after {
  content: '\e634';
  font-family: iconfont;
  font-size: 14px;
  color: #3681F7;
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .filter .bottom .box-list .box ul li:not(:first-child) {
  margin-top: 2px;
}
.ctn2 .filter .bottom .box-list .box ul li:hover {
  background: #f7f7f7;
}
.ctn2 .filter .bottom .box-list .box ul li.active {
  background: #f7f7f7;
}
.ctn2 .filter .bottom .box-list .box ul li.active:after {
  opacity: 1;
}
.ctn2 .filter .bottom .box-list .box:first-child {
  width: 60px;
}
.ctn2 .filter .bottom .box-list .box:first-child h2 {
  font-size: 16px;
  position: relative;
  top: 4px;
  cursor: pointer;
  color: #3681F7;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .filter .bottom .box-list .box:nth-child(2) {
  width: 152px;
}
.ctn2 .filter .bottom .box-list .box:nth-child(3) {
  width: 112px;
}
.ctn2 .filter .bottom .box-list .box:nth-child(4) {
  width: 128px;
}
.ctn2 .filter .bottom .box-list .box:nth-child(5) {
  width: 152px;
}
.ctn2 .filter .bottom .box-list .box:nth-child(6) {
  width: 152px;
}
.ctn2 .filter .bottom .box-list .box:not(:last-child) {
  margin-right: 70px;
}
.ctn2 .total-mobile {
  display: none;
}
.ctn2 .ctn-list .list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn2 .ctn-list .list ul li {
  margin-top: 36px;
  flex: 0 0 22%;
  max-width: 22%;
  background: #fff;
  border-radius: 8px;
  padding: 36px 18px 16px;
  text-align: center;
}
.ctn2 .ctn-list .list ul li .icon {
  width: 58px;
  height: 58px;
  overflow: hidden;
  margin: 0 auto;
}
.ctn2 .ctn-list .list ul li .icon img {
  width: 100%;
}
.ctn2 .ctn-list .list ul li h2 {
  font-weight: bold;
  color: #242424;
  margin-top: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .list ul li h2 span {
  color: red;
}
.ctn2 .ctn-list .list ul li h3 {
  color: #222;
  margin: 6px 0 10px;
}
.ctn2 .ctn-list .list ul li h4 {
  color: #afafaf;
}
.ctn2 .ctn-list .list ul li .platform {
  margin: 16px 0;
  position: relative;
  z-index: 4;
}
.ctn2 .ctn-list .list ul li .platform .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctn2 .ctn-list .list ul li .platform .center span {
  color: #afafaf;
  position: relative;
  top: 2px;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop {
  padding-right: 12px;
  position: relative;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop:after {
  content: '';
  width: 1px;
  height: 18px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn2 .ctn-list .list ul li .platform .center .desktop .icons {
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop span {
  font-size: 18px;
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop span.pc {
  font-size: 24px;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop span:not(:last-child) {
  margin-right: 4px;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop:hover span {
  color: #3681F7;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop:hover p {
  display: block;
}
.ctn2 .ctn-list .list ul li .platform .center .desktop.active span {
  color: #3681F7;
}
.ctn2 .ctn-list .list ul li .platform .center .system {
  margin-left: 14px;
  position: relative;
}
.ctn2 .ctn-list .list ul li .platform .center .system .icons {
  display: flex;
  align-items: center;
}
.ctn2 .ctn-list .list ul li .platform .center .system span {
  position: relative;
  font-size: 18px;
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .list ul li .platform .center .system span.windows {
  font-size: 17px;
}
.ctn2 .ctn-list .list ul li .platform .center .system span:not(:last-child) {
  margin-right: 4px;
}
.ctn2 .ctn-list .list ul li .platform .center .system:hover span {
  color: #3681F7;
}
.ctn2 .ctn-list .list ul li .platform .center .system:hover p {
  display: block;
}
.ctn2 .ctn-list .list ul li .platform .center .system.active span {
  color: #3681F7;
}
.ctn2 .ctn-list .list ul li .platform p {
  background: #F1F7FF;
  padding: 6px 12px;
  width: 180px;
  font-size: 12px;
  color: #5A78A8;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 26px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .list ul li .mores {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .list ul li .mores a {
  color: #3681F7;
}
.ctn2 .ctn-list .list ul li .mores a .iconfont {
  margin-left: 4px;
  font-size: 14px;
}
.ctn2 .ctn-list .list ul li .mores a:hover .txt {
  text-decoration: underline;
}
.ctn2 .ctn-list .list ul li .mores a:nth-child(2) {
  margin-left: 20px;
}
.ctn2 .ctn-list .list ul li .down {
  margin: 16px 0 14px;
  display: flex;
  justify-content: center;
}
.ctn2 .ctn-list .list ul li .down a {
  flex: 0 0 48.5%;
  line-height: 38px;
  border: 1px solid #3681F7;
  border-radius: 5px;
  color: #3681F7;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .list ul li .down a:not(:last-child) {
  margin-right: 3%;
}
.ctn2 .ctn-list .list ul li .down a:hover {
  border: 1px solid #1268ec !important;
  background: #1268ec !important;
}
.ctn2 .ctn-list .list ul li .verify {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ctn2 .ctn-list .list ul li .verify a {
  color: #afafaf;
  display: flex;
  align-items: center;
  padding: 0 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .list ul li .verify a span {
  font-size: 22px;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.ctn2 .ctn-list .list ul li .verify a:nth-child(2) span {
  font-size: 14px;
  margin-right: 4px;
}
.ctn2 .ctn-list .list ul li .verify a:hover {
  color: #3681F7;
}
.ctn2 .ctn-list .list ul li:not(:nth-child(4n)) {
  margin-right: 4%;
}
.ctn2 .ctn-list .list ul li:hover h2 {
  color: #3681F7;
}
.ctn2 .ctn-list .list ul li:hover .mores {
  opacity: 1;
}
.ctn2 .ctn-list .list ul li:hover .down a {
  background: #3681F7;
  color: #fff;
}
.ctn2 .ctn-list .list.gray ul li .icon {
  background: #f5f6f7;
}
.ctn2 .ctn-list .list.gray ul li h2 {
  min-height: 24px;
  background: #f5f6f7;
}
.ctn2 .ctn-list .list.gray ul li h3 {
  min-height: 18px;
  background: #f5f6f7;
}
.ctn2 .ctn-list .list.gray ul li h4 {
  min-height: 16px;
  background: #f5f6f7;
}
.ctn2 .ctn-list .list.gray ul li .platform .center .desktop {
  width: 60px;
  min-height: 24px;
  background: #f5f6f7;
}
.ctn2 .ctn-list .list.gray ul li .platform .center .desktop:after {
  display: none;
}
.ctn2 .ctn-list .list.gray ul li .platform .center .system {
  width: 60px;
  min-height: 24px;
  background: #f5f6f7;
}
.ctn2 .ctn-list .list.gray ul li .down a {
  background: #f5f6f7 !important;
  min-height: 38px;
  border: none;
}
.ctn2 .ctn-list .list.gray ul li .verify a {
  width: 60px;
  min-height: 22px;
  background: #f5f6f7;
}
.ctn2 .ctn-list .list.gray ul li .verify a:first-child {
  margin-right: 10px;
}
.ctn2 .ctn-list .page {
  display: flex;
  justify-content: center;
  margin-top: 66px;
}
.ctn2 .ctn-list .page .btns {
  width: 66px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 0;
  color: #b7b7b7;
  margin: 0 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .page .btns:hover {
  background: #3681F7;
  color: #fff;
}
.ctn2 .ctn-list .page .pagination_box {
  text-align: center;
}
.ctn2 .ctn-list .page .pagination_box .pagination {
  display: flex;
  justify-content: center;
}
.ctn2 .ctn-list .page .pagination_box .pagination a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  padding: 0;
  color: #b7b7b7;
  margin: 0 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn2 .ctn-list .page .pagination_box .pagination a:hover {
  background: #3681F7;
  color: #fff;
}
.ctn2 .ctn-list .page .pagination_box .pagination .current {
  background: #3681F7;
  color: #fff;
}
.ctn2 .ctn-list .page .pagination_box .pagination .prev {
  width: 66px;
  background: #fff;
  color: #b7b7b7;
}
.ctn2 .ctn-list .page .pagination_box .pagination .next {
  width: 66px;
  background: #fff;
  color: #b7b7b7;
}
.ctn2 .ctn-list .page .pagination_box .pagination span {
  display: block;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  margin: 0 3px;
}
.ctn2 .c-m .subnavbg.on {
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}
.ctn2 .c-m .subnavbg.on .filter {
  box-shadow: none;
}
.pa-search {
  display: none;
}

/*zw add*/
.ctn2 .ctn-list .list ul li .icon img{
  border-radius: 5px;
}
.icon-close{
  position:absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: 6px;
  cursor: pointer;
  display:none;
}
/*条件下拉兼容额外的选项样式*/
.ctn2 .filter .bottom .box-list .box ul a {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-top: 2px;
    cursor: pointer;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.ctn2 .filter .bottom .box-list .box ul a:hover{
    background: #f7f7f7;
}

/* 隐藏头部栏 */
.ctn1 {
	display: none;
}
.ctn2 {
	margin-top: 40px;
}
/*zw add*/

@media screen and (max-width: 1500px) {
  .w1440 {
    width: 1200px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn2 .filter .top ul li:not(:last-child) {
    margin-right: 50px;
  }
  .ctn2 .filter .bottom .box-list .box:not(:last-child) {
    margin-right: 50px;
  }
  .ctn2 .ctn-list .list ul li {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .ctn2 .ctn-list .list ul li:not(:nth-child(4n)) {
    margin-right: 2.666%;
  }
}
@media screen and (max-width: 1280px) {
  .ctn2 .ctn-list .list ul li {
    flex: 0 0 32.666%;
    max-width: 32.666%;
  }
  .ctn2 .ctn-list .list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ctn2 .ctn-list .list ul li:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1200px) {
  .ctn2 .filter .top ul li:not(:last-child) {
    margin-right: 30px;
  }
  .ctn2 .filter .bottom .box-list .box:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn1 h2 {
    line-height: 48px;
  }
  .ctn2 {
    padding: 50px 0 80px;
  }
  .ctn2 .infos .right .order:before {
    height: 24px;
  }
  .ctn2 .filter {
    padding: 0 20px;
  }
  .ctn2 .filter .top {
    height: 50px;
  }
  .ctn2 .filter .top ul li {
    font-size: 14px;
  }
  .ctn2 .filter .top ul li:first-child {
    width: 70px;
  }
  .ctn2 .filter .top ul li:first-child h2 {
    font-size: 14px;
  }
  .ctn2 .filter .top ul li:first-child h2:after {
    margin-left: 6px;
  }
  .ctn2 .filter .top ul li:not(:last-child) {
    margin-right: 20px;
  }
  .ctn2 .filter .bottom {
    margin-top: 10px;
  }
  .ctn2 .filter .bottom .box-list .box:first-child h2 {
    font-size: 14px;
    top: 8px;
  }
  .ctn2 .filter .bottom .box-list .box:not(:last-child) {
    margin-right: 20px;
  }
  .ctn2 .ctn-list .list ul li {
    padding: 30px 12px 10px;
  }
  .ctn2 .ctn-list .list ul li h3 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .ctn2 .ctn-list .list ul li .mores {
    opacity: 1;
  }
  .ctn2 .ctn-list .list ul li .mores a:nth-child(2) {
    margin-left: 10px;
  }
  .ctn2 .ctn-list .list ul li .down a {
    background: #3681F7;
    color: #fff;
  }
  .ctn2 .ctn-list .page {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .logo .img1 {
    opacity: 0!important;
  }
  .logo .img2 {
    opacity: 1!important;
  }
  .menu-handler .burger {
    background: #006bd3 !important;
  }
  .search-btn span {
    color: #242424 !important;
  }
  .language .i1 span {
    color: #242424 !important;
  }
  .language .i2 {
    color: #242424 !important;
  }
  .header-style .download {
    background: #006bd3;
    color: #fff;
  }
  .search-btn span {
    color: #242424 !important;
  }
  .language .i1 span {
    color: #242424 !important;
  }
  .language .i2 {
    color: #242424 !important;
  }
  .header-style .download {
    background: #006bd3;
    color: #fff;
  }
  .ctn1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .ctn2 .ctn-list .list ul li .platform .center .desktop span {
    font-size: 16px;
  }
  .ctn2 .ctn-list .list ul li .platform .center .desktop span.pc {
    font-size: 22px;
  }
  .ctn2 .ctn-list .list ul li .platform .center .system span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    margin-top: 60px;
  }
  .ctn2 {
    padding: 35px 0;
  }
  .ctn2 .title {
    padding-bottom: 20px;
  }
  .ctn2 .infos .con {
    padding: 18px 0;
  }
  .ctn2 .infos .total {
    display: none;
  }
  .ctn2 .infos .right {
    width: 100%;
    justify-content: space-between;
  }
  .ctn2 .infos .right .search span {
    position: relative;
    top: 3px;
  }
  .ctn2 .infos .right .search input {
    padding-right: 20px;
    width: 150px;
  }
  .ctn2 .infos .right .order {
    padding-left: 0;
    justify-content: center;
    white-space: nowrap;
  }
  .ctn2 .infos .right .order h3 {
    margin-left: 10px;
  }
  .ctn2 .infos .right .order:before {
    display: none;
  }
  .ctn2 .filter {
    padding: 0;
  }
  .ctn2 .filter .top {
    padding-left: 20px;
  }
  .ctn2 .filter .top ul {
    width: auto;
  }
  .ctn2 .filter .top ul li:not(:first-child) {
    display: none;
  }
  .ctn2 .filter .top .reset {
    font-size: 14px;
  }
  .ctn2 .filter .bottom {
    padding: 0 20px 90px;
    margin-top: 10px;
    max-height: calc(100vh - 100px);
    overflow: scroll;
  }
  .ctn2 .filter .bottom .box-list {
    flex-wrap: wrap;
  }
  .ctn2 .filter .bottom .box-list .box {
    flex: 0 0 100%;
    margin-top: 14px;
  }
  .ctn2 .filter .bottom .box-list .box h3 {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 14px;
  }
  .ctn2 .filter .bottom .box-list .box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .ctn2 .filter .bottom .box-list .box ul li {
    width: auto;
    padding: 8px 40px 8px 10px;
    margin-right: 2px;
  }
  .ctn2 .filter .bottom .box-list .box:first-child {
    display: none;
  }
  .ctn2 .filter .bottom .box-list .box:nth-child(2) {
    margin-top: 0;
  }
  .ctn2 .filter .bottom .box-list .box:nth-child(2) ul {
    justify-content: space-between;
  }
  .ctn2 .filter .bottom .box-list .box:nth-child(2) ul li {
    flex: 0 0 49%;
    margin-right: 0;
  }
  .ctn2 .filter .bottom .box-list .box:nth-child(5) ul {
    justify-content: space-between;
  }
  .ctn2 .filter .bottom .box-list .box:nth-child(5) ul li {
    flex: 0 0 49%;
    margin-right: 0;
  }
  .ctn2 .filter .bottom .box-list .box:nth-child(6) ul {
    justify-content: space-between;
  }
  .ctn2 .filter .bottom .box-list .box:nth-child(6) ul li {
    flex: 0 0 49%;
    margin-right: 0;
  }
  .ctn2 .filter .bottom .box-list .box:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
  }
  .ctn2 .total-mobile {
    display: block;
    padding-right: 20px;
    flex: 1;
    text-align: right;
  }
  .ctn2 .total-mobile h3 {
    color: #636363;
  }
  .ctn2 .total-mobile h3 span {
    color: #242424;
    font-weight: bold;
  }
  .ctn2 .ctn-list .list ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 30px 20px 20px;
  }
  .ctn2 .ctn-list .list ul li h2 {
    font-size: 16px;
  }
  .ctn2 .ctn-list .list ul li h3 {
    height: auto;
    -webkit-line-clamp: inherit;
  }
  .ctn2 .ctn-list .list ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ctn2 .ctn-list .page {
    margin-top: 30px;
  }
  .ctn2 .ctn-list .page .btns {
    width: 40px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    margin: 0 3px;
    display: none;
  }
  .ctn2 .ctn-list .page .pagination_box .pagination a {
    font-size: 12px;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    padding: 0;
  }
  .ctn2 .ctn-list .page .pagination_box .pagination span {
    font-size: 12px;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    line-height: 30px;
    padding: 0;
  }
  .ctn2 .ctn-list .page .pagination_box .pagination .prev {
    width: 50px;
  }
  .ctn2 .ctn-list .page .pagination_box .pagination .next {
    width: 50px;
  }
}
@media screen and (max-width: 320px) {
  .ctn2 .infos .right .search input {
    width: 118px;
  }
}
/*# sourceMappingURL=index.css.map */