@charset "utf-8";

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
input[type='number']{
    -moz-appearance:textfield;
}

/* 筛选条件 */
.filter {
    padding: 0;
    background: #FFFFFF;
}
.filter .container {
    border-bottom: 1px #E5E5E5 solid;
}
.filter-group{
    overflow: hidden;
}
.filter-group.hide-default {
    /* display: none; */
}
.filter-group.hide-default.hide {
    display: none;
}
.filter-group:not(:last-of-type) {
    /* margin: 20px auto; */
}
.filter-show-btn {
    display: block;
    margin: 0 auto 20px;
    padding-right: 18px;
    border: none;
    background: transparent url(../img/icons/expand.png) right center no-repeat;
    color: #999999;
    font-size: 12px;
}
.filter-show-btn.is-open {
    background-image: url(../img/icons/collapse.png);
}
.filter-label {
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}
.filter-group-content {
    box-sizing: border-box;
    float: left;
    width: 1170px;
}
.filter-area-container {
    overflow: hidden;
    /* display: inline-block; */
    margin: -5px 0 14px 20px;
    padding-top: 15px;
    border: 1px solid #E5E5E5;
    background: #F8F8F8;
}
.filter-list {
    margin: 0 0 0 20px;
    padding: 0 0 0 15px;
    color: #666666;
    font-size: 14px;
    list-style: none;
    line-height: 18px;
}
.filter-list.top-line {
    border-top: 1px #E5E5E5 solid;
}
.filter-list.hide {
    display: none!important;
}
.filter-area-container .filter-list {
    margin: 0;
    font-size: 0;
}
.price-filter {
    font-size: 0;
}
.price-filter .filter-list {
    display: inline-block;
}
.filter-list-item {
    position: relative;
    display: inline-block;
    margin: 0 0 13px;
}
.filter-list-item:not(:last-child) {
    margin-right: 40px;
}
.filter-list-item.active a, .filter-list-item:hover a {
    color: #C8201E;
}
.first-list .filter-list-item.active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 4px;
    height: 4px;
    background: #f8f8f8;
    border-style: solid;
    border-width: 1px;
    border-color: #e5e5e5 transparent transparent #e5e5e5;
    transform: translate(-50%, 100%) rotate(45deg);
}
.filter-area-container .filter-list-item {
    margin: 0 25px 15px 0;
    font-size: 12px;
    line-height: 1;
}
.filter-list-item-href {
    display: inline-block;
    color: #666666;
    text-decoration: none;
}
/*.multiple .filter-list-item-href {
    padding-left: 20px;
    background: url(../img/icons/default_box.png) left center no-repeat;
}*/
.multiple.disable .filter-list-item-href {
    background-image: url(../img/icons/disable_box.png);
    color: #999999;
}
.multiple.disable li:not(.active) .filter-list-item-href {
    cursor: not-allowed;
}
.multiple .active .filter-list-item-href {
    color: #C8201E;
    background-image: url(../img/icons/selected_box.jpg);
}
.filter-scope {
    
}
.filter-scope-inputs {
    display: inline-block;
    border: 1px solid #E5E5E5;
}
.filter-scope-input {
    width: 42px;
    height: 100%;
    padding: 0px 6px;
    border: none;
    color: #333333;
    font-size: 12px;
    text-align: left;
}
.filter-scope-btn {
    width: 40px;
    height: 18px;
    margin-left: 10px;
    border: none;
    border-radius: 2px;
    background: #C8201E;
    color: #FFFFFF;
    font-size: 12px;
}
.filter-scope-btn.hide {
    display: none;
}
.filter-btn-group {
    display: inline-block;
    margin-left: 20px;
    font-size: 0;
}
.filter-btn {
    width: 40px;
    height: 18px;
    padding: 0;
    border: 1px solid #666666;
    background: transparent;
    color: #666666;
    font-size: 12px;
}
.filter-btn:not(:last-child) {
    border-right-color: transparent;
}
.filter-btn.active {
    border-color: #C8201E;
    color: #C8201E;
}
.filter-btn.active + .filter-btn {
    border-left-color: transparent;
}
.filter-result {
    
}
.filter-result-label {
    display: inline-block;
    margin-top: 15px;
    color: #333333;
    font-size: 14px;
    /* vertical-align: middle; */
}
.filter-result-list {
    display: inline-block;
    margin: 15px 0 -15px;
    padding: 0;
    font-size: 12px;
    /* vertical-align: middle; */
}
.filter-result-list li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 5px;
    border: 1px dashed #C8201E;
    border-radius: 4px;
    color: #C8201E;
    line-height: 18px;
}
.filter-result-list li:not(:last-child) {
    margin-right: 20px;
}
.filter-result-list-close {
    display: inline-block;
    margin-left: 5px;
    /* margin-right: -8px; */
    border: none;
    background: transparent;
    color: #C8201E;
    text-decoration: none;
}
.filter-result-clear {
    display: inline-block;
    height: 20px;
    margin-top: 15px;
    margin-left: 20px;
    padding-left: 20px;
    border: none;
    background: transparent url(trashcan.png) left center no-repeat;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    /* vertical-align: middle; */
}
.filter-result-clear:hover {
    background-image: url(trashcan_focus.png);
    color: #dd2534;
}
/* 筛选条件end */
/* 列表数据 */
.resource {
    margin: 30px auto 30px;
	min-height:600px;
}
.resource-left {
    float: left;
    width: 910px;
    background: #FFFFFF;
}
.resource-right {
    box-sizing: border-box;
    float: right;
    width: 250px;
}
.resource-sort-bar {
    padding: 0;
    border-bottom: 2px #e5e5e5 solid;
}
.resource-sort-list {
    display: inline-block;
    margin: 0 0 -2px 0;
    padding: 0;
    list-style: none;
}
.resource-sort-list a {
    display: inline-block;
    padding: 0 15px 15px;
    border-bottom: 2px #e5e5e5 solid;
    color: #333333;
    font-size: 14px;
    /* line-height: 45px; */
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
}
.resource-sort-list a.active {
    border-bottom-color:#C8201E;
}
.resource-sort-list a:hover, .resource-sort-list a.active {
    color: #dd2534;
}
.resource-sort-list a.disable {
    pointer-events: none;
}
.resource-sort-list a.resource-sor-item {
    padding: 0 30px 15px 15px;
    background: url(../img/icons/arrow.png) right 12px top 0 no-repeat;
}
.resource-sor-item.active.asc {
    background-image: url(../img/icons/arrow_1.png);
}
.resource-sor-item.active.desc {
    background-image: url(../img/icons/arrow_2.png);
}
.resource-count {
    float: right;
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1;
}
.resource-count span {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
}
.resource-nodata-tip {
    margin: 50px auto;
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}
.resource-nodata-tip span {
    display: inline-block;
    margin: 0 5px;
    color: #C8201E;
}
.resource-recommend {
    margin: 36px auto 0;
    padding: 0;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.resource-list {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}
.resource-list-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    padding: 15px 0;
    border-bottom: 1px #E5E5E5 solid;
    background-color: #FFFFFF;
    transition: box-shadow .2s, transform 0.2s;
}
.resource-list-item:hover {
    background: #f8f8f8;
    /* z-index: 99;
    border-bottom-color: transparent;
    box-shadow: 0 0 20px 0 #e5e5e5;
    transform: translateY(-1px); */
}
.resource-list-href {
    position: relative;
    display: block;
    padding: 30px 0;
    border-bottom: 1px #E5E5E5 solid;
}
/* .resource-list-href::after {
    content: "";
    display: block;
    clear: both;
}
.resource-list-item:hover .resource-list-href {
    border-color: transparent;
} */
.re-list-img-wrapper {
    position: relative;
    float: left;
    overflow: hidden;
    width: 240px;
    height: 190px;
    border-radius: 4px;
}
.re-list-img-href {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.re-list-img-href.has-vr::before,.re-list-img-href.has-video::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 99;
    width: 40px;
    height: 40px;
    background: url(../img/icons/icon_vr_40.png) center center/cover no-repeat;
}
.re-list-img-href.has-video::after{
  background-image: url(../img/icons/video-list.png);
}
.re-list-img-href.has-vr.has-video::after{
  left: 58px;
}
.re-list-img {
    float: left;
    width: 95%;
    height: 80%;
    transition: transform 0.2s;
}
.re-list-img-wrapper:hover .re-list-img {
    transform: scale(1.1);
}
.resource-list-item-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 7px 8px;
    border-bottom-right-radius: 4px;
    background: rgba(0,0,0,0.50);
    color: #FFFFFF;
    font-size: 12px;
}
.re-list-container {
    float: right;
    width: 650px;
    /* height: 170px; */
}
.re-list-title {
    display: block;
    width: 21em;
    margin: 0 0 23px;
    color: #333333;
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 1;
    text-decoration: none;
}
/* .re-list-title:hover {
    color: #C8201E;
} */
.re-list-title h2 {
    margin: 0;
    font-size: inherit;
    font-weight: bold;
}
.re-list-title h2:hover {
    color: #C8201E;
}
.re-list-title h2 span {
    color: #C8201E;
}
.re-list-content {
    /* position: relative; */
    color: #666666;
    font-size: 14px;
}
.re-list-content::after {
    content: "";
    display: block;
    clear: both;
}
.re-list-desc {
    float: left;
    width: 70%;
}
.re-list-desc-name {
    display: inline-block;
    margin: 0 0 17px;
    color: #666666;
    line-height: 1;
}
.re-list-desc-name:hover {
    color: #C8201E;
}
.re-list-desc-hot {
    margin: 0 auto 17px;
    line-height: 1;
}
.re-list-desc-address, .re-list-desc-broker {
    overflow: hidden;
    margin: 17px auto 25px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
}
.re-list-desc-broker {
    display: inline-block;
    padding-right: 20px;
    background: url(../img/icons/v.png) right center no-repeat;
    text-decoration: underline;
}
.re-list-desc-broker:hover {
    color: #C8201E;
}
.is-store .re-list-desc-address {
    margin: 17px auto 0;
}
.re-list-desc-tags {
    font-size: 0;
}
.re-list-desc-tags span {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 6px;
    border-radius: 2px;
    background: #F4F6F9;
    color: #536D8C;
    font-size: 14px;
}
.re-list-price {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    float: right;
    width: 35%;
    color: #999999;
    font-size: 14px;
    text-align: right;
}
.re-list-price p {
    overflow: hidden;
    margin: 12px 0 27px;
    line-height: 1;
    white-space: nowrap;
}
.re-list-price-all {
    color: #333333;
}
.re-list-price-all strong {
    display: inline-block;
    margin-right: 5px;
    color: #C8201E;
    font-size: 24px;
    font-weight: 600;
}
.re-list-price-one strong {
    font-weight: 400;
}
.re-list-price-all.is-text strong, .re-list-price-one.is-text strong {
    font-size: 24px;
}
.resource-list-more {
    display: block;
    width: 140px;
    margin: 40px auto;
    padding: 10px 30px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #404B69;
    font-size: 18px;
    text-align: center;
}

/* 分页页码 */
.pageBox {
  padding: 50px 0;
}
.pageBox p {
  display: inline-block;
  margin: auto;
  transform: translateX(50%);
}
.pageBox p a,
.pageBox p span {
  width: 40px;
  line-height: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #E5E5E5;
  display: block;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.pageBox p a {
    text-decoration: none;
}
.pageBox p a.next,
.pageBox p span.next,
.pageBox p a.prev,
.pageBox p span.prev {
  background-size: 10px 17px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pageBox p a.next,
.pageBox p span.next {
  background-image: url("../img/next_1.png");
}
.pageBox p a.next:hover,
.pageBox p span.next:hover {
  background-image: url("../img/next_2.png");
}
.pageBox p a.prev,
.pageBox p span.prev {
  background-image: url("../img/prev_1.png");
}
.pageBox p a.prev:hover,
.pageBox p span.prev:hover {
  background-image: url("../img/prev_2.png");
}

.pageBox p a:last-of-type {
  margin-right: 0;
}
.pageBox p a:hover,
.pageBox p a.focus {
  background-color: #C8201E;
  border: 1px solid #C8201E;
  color: #fff;
}
/* 分页页码end */

/* 列表右侧内容 */
.form-link {
    box-sizing: border-box;
    overflow: hidden;
    width: 250px;
    padding: 0;
    border-radius: 4px;
    background-image: linear-gradient(to right, #FF7B45 0%, #F64832 100%);
}
.resource-right-title {
    margin: 34px auto 10px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}
.resource-right-sub-title {
    margin: 0 auto 25px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}
.form-submit {
    display: block;
    width: 120px;
    height: 30px;
    margin: 21px auto 36px;
    border: none;
    border-radius: 4px;
    background: #FFFFFF;
    color: #C8201E;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.form-submit:hover {
    box-shadow: 0 0 5px 0 #e5e5e5;
}
.recommend {
    overflow: hidden;
    margin: auto;
    background: #FFFFFF;
}
.rec-title {
    margin: 30px 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px #E5E5E5 solid;
    color: #333333;
    font-size: 16px;
    line-height: 1;
}
.rec-title span {
    font-weight: bold;
}
.rec-title-more {
    float: right;
    margin-top: 3px;
    color: #979797;
    font-size: 12px;
    text-decoration: none;
}
.rec-title-more:hover {
    color: #dd2534;
}
.rec-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rec-list-item {
    display: block;
    margin: 20px auto;
    padding: 0;
}
.rec-list-item:last-child {
    margin-bottom: 0;
}
.rec-list-href {
    display: block;
}
.rec-list-href::after {
    content: "";
    display: block;
    clear: both;
}
.rec-list-img-wrapper {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100px;
    height: 71px;
    border-radius: 4px;
}
.rec-list-img {
    float: left;
    width: 100%;
    height: 100%;
}
.rec-list-item-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 2px 5px;
    border-bottom-right-radius: 4px;
    background: rgba(0,0,0,0.50);
    color: #FFFFFF;
    font-size: 12px;
}
.rec-list-container {
    position: relative;
    float: right;
    width: 140px;
    height: 60px;
    line-height: 1.42;
}
.rec-list-title {
    margin: 0;
    color: #333333;
    font-size: 14px;
}
.rec-list-title.middle {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rec-list-item:hover .rec-list-title {
    color: #dd2534;
}
.rec-list-desc-address {
    margin: 3px auto 0;
    color: #666666;
    font-size: 12px;
}
.rec-list-price-one {
    display: inline-block;
    margin: 0;
    color: #C8201E;
    font-size: 12px;
}
.xzy-qrcode {
    margin-top: 10px;
    border-radius: 4px;
}
/* 列表右侧内容end */

/* 列表数据emd */