/* PC */

@media (min-width: 769px) {
  /* 内容区 */
  .main-content {
    padding-bottom: 60px;
  }
  /* 条件 */
  .searchCriteria {
    padding: 35px 30px;
    background: #FFF;
    border: 1px solid #e5e5e5;
  }
  .screen_con {
    display: flex;
    align-items: center;
  }
  .screen_box {
    display: flex;
    flex-wrap: wrap;
    height: 150px;
    align-items: center;
  }
  /* select下拉 */
  .condition2 select {
    padding-left: 10px;
    padding-right: 25px;
    outline: none;
    width: 100%;
    height: 50px;
    align-items: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .condition2>p {
    display: none;
  }
  .condition2>span {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    width: 185px;
  }
  .condition2>span>span {
    position: absolute;
    right: 10px;
    top: 50%;
  }
  /* select下拉  end*/
  .seclet_div {
    position: relative;
    width: 185px;
    margin-right: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #e5e5e5;
    cursor: pointer;
  }
  .condition5 {
    margin-right: 20px;
  }
  .seclet_div>a {
    display: block;
    width: 100%;
    height: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .seclet_div .caret {
    position: absolute;
    right: 10px;
    top: 50%;
  }
  .condition_ul {
    position: absolute;
    width: 100%;
    top: 50px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    display: none;
    z-index: 99;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .condition_ul li {
    padding-left: 20px;
    line-height: 45px;
  }
  .condition_ul li:hover {
    transition: ease 0.3 all;
    background: #f2f2f2;
  }
  .Searchbox2 {
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 14px;
  }
  .Searchbox2 input {
    width: 180px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px;
  }
  .condition10 input {
    width: 75px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px;
  }
  .Searchbox2 span:nth-of-type(2) {
    margin: 0 5px;
  }
  .screen_btn {
    border: 1px solid #e5e5e5;
    width: 50px;
    height: 50px;
    background: url(/images/usercenter/screen_btn.png) no-repeat center;
  }
  .searchbox12 {
    display: flex;
    align-items: center;
    order: 11 !important;
  }
  .searchbox12 input {
    width: 165px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 14px;
  }
  .searchbox12 .btnSearch {
    width: 90px;
    height: 50px;
    border: none;
    background: #0096ff;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 4px 4px 0;
  }
  .conditionx, .screen_btn, .searchbox1 {
    display: none;
  }
  /* 列表 */
  .list_div {
    margin: 40px 0;
  }
  .list_div .more {
    width: 100%;
    margin-top:15px;
  }
  .more a:nth-of-type(1) {
    display: inline-block;
    padding: 15px 25px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 20px;
  }
  .more a:nth-of-type(1):hover {
    transition: all 0.3s ease;
    background: #d9354d;
    color: #FFF;
  }
  .more a:nth-of-type(2) {
    display: inline-block;
    padding: 13px 25px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    background: #d9354d;
    border-radius: 4px;
  }
  .more a:nth-of-type(2):hover {
    opacity: 0.95;
  }
  .list_div>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .list_div>ul li {
    position: relative;
    width: 376px;
    padding: 30px 30px;
    margin-bottom: 30px;
    margin-right: 36px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    box-shadow: 0 12px 30px rgb(0 0 0 / 5%);
    font-size: 14px;
  }
.list_tit span {
    white-space: nowrap;
  }
  .list_div>ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .list_div>ul li:hover {
    transition: all 0.3s ease;
    border: 1px solid #d9344c;
  }
  .list_img {
    width: 314px;
    height: 200px;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_img img {
    width: 314px;
    height: 200px;
  }
  .list_tit>div {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  .detailed {
    display: none;
  }
  .list-bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .list-bottom>div, .terminal>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .explain>div {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    overflow: auto;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
  }
  .list-bottom>div>span {
    display: inline-block;
  }
  .terminal>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    padding: 10px 15px;
    border-radius: 7px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .terminal>div span:nth-of-type(1) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .terminal>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .terminal>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  /* 分页器 */
  .page-con {
    margin: 30px 0;
  }
  .ListPage {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ListPage li {
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    margin: 0 7px;
  }
  .ListPage li a {
    font-size: 14px;
    color: #333333;
    display: block;
    width: 100%;
  }
  .pageNum:hover, .Previous:hover, .Next:hover {
    background: #d9344c;
  }
  .pageNum:hover a, .Previous:hover a, .Next:hover a {
    color: #FFF;
    text-decoration: none;
  }
  .active_page {
    background: #d9344c;
  }
  .active_page a {
    color: #FFF !important;
  }
  .ListPage .total_page, .ListPage .Jump, .ListPage .ellipsis {
    border: none;
    padding: 0;
  }
  .jump_input {
    width: 40px;
    height: 28px;
    outline: none;
    text-align: center;
    border: 1px solid #e5e5e5;
  }
  .Jump span:nth-of-type(2) {
    margin: 0 5px;
  }
  .jump_btn {
    width: 56px;
    height: 28px;
    outline: none;
    border: 1px solid #e5e5e5;
    background: none;
  }
}

@media (max-width: 768px) {
  /* 内容区 */
  .main-content {
    padding: 0;
  }
  /* 条件 */
  .searchCriteria {
    position: relative;
    padding: 15px 2% 15px 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .screen_con {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    padding-left: 20%;
    background: #000000a8;
    z-index: 999;
  }
  .screen_box {
    padding-bottom: 50px;
    height: 100vh;
    background: #FFF;
    overflow: scroll;
  }
  /* select下拉 */
  .condition2 select {
    padding-left: 10px;
    padding-right: 25px;
    outline: none;
    width: 100%;
    height: 45px;
    align-items: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
  }
  .condition2>p {
    line-height: 50px;
    font-size: 14px;
    color: #333;
  }
  .condition2>span {
    margin-right: 10px;
    position: relative;
    display: inline-block;
    width: 40%;
    margin-bottom: 15px;
  }
  .condition2>span>span {
    position: absolute;
    right: 10px;
    top: 50%;
  }
  /* select下拉  end*/
  .screen_box>div {
    margin: 0 auto;
    position: relative;
    width: 90%;
    align-items: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
  }
  .screen_box>div:nth-last-child(1) {
    border: none;
  }
  .screen_box>div>a {
    line-height: 50px;
    font-size: 14px;
    color: #333;
  }
  .screen_box>div .caret {
    position: absolute;
    right: 10px;
    top: 50%;
    display: none;
  }
  .condition_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .condition_ul li {
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 15px 15px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
  }
  .screen_cur {
    background: #d9344c;
    color: #FFF;
    border-color: #d9344c;
  }
  .screen_btn {
    border: 1px solid #e5e5e5;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 4px;
    font-size: 0;
    background: #FFF url(/images/usercenter/screen_btn.png) no-repeat center;
    background-size: 25px auto;
  }
  .searchbox1 {
    display: flex;
    align-items: center;
    width: 80%;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
  }
  .searchbox1 input {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    color: #666;
  }
  .searchbox1 input:nth-child(1) {
    flex-grow: 1;
  }
  .Searchbox2 {
    width: 100%;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .Searchbox2 input {
    height: 36px;
    text-align: left;
    width: 40%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
  }
  .Searchbox2 .timeEnd {
    text-align: center;
  }
  .Searchbox2 span:nth-of-type(1) {
    width: 100%;
    line-height: 35px;
    color: #333;
  }
  .Searchbox2 span:nth-of-type(2) {
    margin: 0 15px
  }
  #btnSearch {
    position: relative;
    right: 15px;
    width: 30px;
    height: 30px;
    border: none;
    background: url(/images/usercenter/search.png) no-repeat;
    font-size: 0;
    text-align: center;
    color: #FFF;
    border-radius: 0 4px 4px 0;
  }
  .screen_con>.conditionx {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 80%;
    height: 50px;
  }
  .conditionx>input {
    width: 50%;
    border: none;
    height: 50px;
    float: left;
    color: #666;
    font-size: 14px;
  }
  .conditionx>input:nth-child(2) {
    background: #d9344c;
    color: #FFF;
  }
  .close_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
  }
  .searchbox12 {
    display: none;
  }
  /* 列表 */
  .list_div {
    padding: 0 2%;
  }
  .list_div .more {
    width: 100%;
    margin-top:15px;
  }

  .more a:nth-of-type(1) {
    display: inline-block;
    padding: 13px 25px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 20px;
  }
  .more a:nth-of-type(1):hover {
    transition: all 0.3s ease;
    background: #d9354d;
    color: #FFF;
  }
  .more a:nth-of-type(2) {
    display: inline-block;
    padding: 13px 25px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    background: #d9354d;
    border-radius: 4px;
  }
  .more a:nth-of-type(2):hover {
    opacity: 0.95;
  }
  .list_div>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .list_div>ul li {
    position: relative;
    width: 100%;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    font-size: 14px;
  }
  .list_top {
    display: flex;
    align-items: center;
  }
  .list_img {
    width: 30%;
    height: 50px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .list_img img {
    width: 100%;
    height: auto;
  }
  .list_tit>div {
    display: flex;
    align-items: center;
  }
  .list_tit>div {
    order: 2;
  }
  .list_tit {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .text1 {
    color: #777777;
    font-size: 12px;
  }
  .list_tit .text2 {
    order: 1;
    line-height: 25px;
    font-weight: 600;
    width: 85%;
  }
  .text2>span {
    display: none;
  }
  .detailed {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    font-size: 0;
    width: 25px;
    height: 25px;
    background: url(/images/usercenter/fold.png) no-repeat center;
    background-size: contain;
  }
  .rotate {
    transform: rotate(180deg);
  }
  .list-bottom {
    flex-wrap: wrap;
    display: none;
  }
  .list-bottom>div, .terminal>div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .explain>div {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    overflow: auto;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    width:100%;
  }
  .list-bottom>div>span {
    display: inline-block;
  }
  .terminal>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    padding: 10px 15px;
    border-radius: 7px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .terminal>div span:nth-of-type(1) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .terminal>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .terminal>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  /* 分页器 */
  .page-con {
    margin: 30px 0;
  }
  .ListPage {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ListPage li {
    border: 1px solid #e5e5e5;
    padding: 10px 12px;
    margin: 0 7px;
  }
  .ListPage li a {
    font-size: 14px;
    color: #333333;
    display: block;
    width: 100%;
  }
  .pageNum:hover, .Previous:hover, .Next:hover {
    background: #d9344c;
  }
  .pageNum:hover a, .Previous:hover a, .Next:hover a {
    color: #FFF;
    text-decoration: none;
  }
  .active_page {
    background: #d9344c;
  }
  .active_page a {
    color: #FFF !important;
  }
  .ListPage .total_page, .ListPage .Jump, .ListPage .ellipsis {
    border: none;
    padding: 0;
  }
  .jump_input {
    width: 40px;
    height: 28px;
    outline: none;
    text-align: center;
    border: 1px solid #e5e5e5;
  }
  .Jump span:nth-of-type(2) {
    margin: 0 5px;
  }
  .jump_btn {
    width: 56px;
    height: 28px;
    outline: none;
    border: 1px solid #e5e5e5;
    background: none;
  }
  .btn_more a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
    background: #d9344c;
  }
}