@charset "utf-8";
/* CSS Document */
/*slider*/
.fltitle {
    width: 625px;
    height: 60px;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 20px;
    text-shadow: 0 2px 5px #000;
    font-weight: 400;
    letter-spacing: 5px;
    border-bottom: 1px dashed #999999;
}
.tishi {
    width: 380px;
    height: 710px;
    border: none;
    background: url("/image/cart.jpg") no-repeat;
}
.tishi .tt2 {
    width: 214px;
    height: 55px;
    position: absolute;
    bottom: 55px;
    left: 85px;
    cursor: pointer;
}
.video {
    width: 640px;
    height: 632px;
    border: none;
    background-color: #000;
    text-align: center;
}
.swipeg {
    width: 640px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.swipeg img {
    width: 640px;
    height: 300px;
}
.swipeg ul {
    -webkit-transition: left 800ms ease-in 0;
    -moz-transition: left 800ms ease-in 0;
    -o-transition: left 800ms ease-in 0;
    -ms-transition: left 800ms ease-in 0;
    transition: left 800ms ease-in 0;
}
.swipeg #pagenavi {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.swipeg #pagenavi a {
    width: 14px;
    height: 14px;
    line-height: 99em;
    background: #b5b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 4px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.swipeg #pagenavi a.active {
    background: #C80002;
}
/*slider over*/
#mainbox {
    width: 640px;
    height: auto;
    margin: 0px auto;
    border: none;
}
#mainbox .top5 {
    width: 600px;
    height: 150px;
    background: url("../img/top_bg.gif") no-repeat;
    line-height: 150px;
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    margin: 0px auto 20px;
}
#mainbox .fofimg img {
    width: 620px;
}
.foftit {
    width: 600px;
    margin: 0px auto;
    font-size: 72px;
    line-height: 74px;
    color: #fc2929;
    text-align: center;
}
.fofsdtit {
    width: 600px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
    color: #ACACAC;
    text-align: center;
}
/*老版区块css*/
.box {
    border: 1px solid #c3c3c3;
    float: left;
    position: relative;
    display: inline-block;
    padding: 0px;
    width: 300px;
    height: 485px;
    background-color: #fff;
    margin: 10px 8px;
    border-radius: 0px;
    box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box::after {
    content: "";
    border-radius: 0px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*.box:hover {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	transform: scale(1, 1);
		
}
	
.box:hover::after {
	opacity: 1; 
		
}
*/
.box img {
    width: 260px;
    height: 260px;
    border-radius: 0px;
    margin: 20px;
}
.box .p_title {
    font-size: 38px;
    line-height: 38px;
    margin: 6px auto 5px;
    text-align: center;
    color: #000;
    height: 38px;
}
.box .p_model {
    font-size: 20px;
    line-height: 20px;
    margin: 0px auto 6px;
    text-align: center;
    color: #6F6F6F;
    height: 20px;
}
.box .p_intro {
    font-size: 18px;
    line-height: 18px;
    margin: 6px auto 4px;
    text-align: center;
    color: #424242;
    height: 18px;
}
.box .p_price {
    font-size: 18px;
    line-height: 18px;
    margin: 4px auto 8px;
    text-align: center;
    height: 18px;
}
.box .p_price .prc {
    color: #C3C3C3;
    text-decoration: line-through;
    margin-right: 5px;
}
.box .p_price .ofprc {
    color: #fc2828;
}
.box .p_check {
    width: 100px;
    height: 32px;
    background: #fc2828;
    border-radius: 5px;
    margin: 0px auto;
    text-align: center;
    color: #FFF;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box .p_check:hover {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 1);
}
/*新版css*/
.boxsd {
    box-shadow: -1px 7px 15px -3px rgba(0, 0, 0, 0.6);
}
.main1 {
    width: 600px;
    height: 150px;
    border-radius: 10px;
    margin: 10px auto 20px;
}
.main1 .pic {
    width: 300px;
    height: 150px;
    float: left;
    background: url("../images/temp/vip.jpg");
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
}
.main1 .txt {
    width: 300px;
    height: 150px;
    float: left;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.main1 .txt .line1 {
    padding: 20px;
    font-size: 24px;
    font-weight: 500;
    text-align: justify;
}
.main1 .txt .line2 {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
}
.main2 {
    width: 640px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main2 .area2 {
    width: 280px;
    height: 420px;
    border-radius: 10px;
    float: left;
    margin: 20px;
    border: none;
    position: relative;
    background-color: #fff;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}
.main2 .area2:nth-child(1) { animation-delay: 0.1s; }
.main2 .area2:nth-child(2) { animation-delay: 0.2s; }
.main2 .area2:nth-child(3) { animation-delay: 0.3s; }
.main2 .area2:nth-child(4) { animation-delay: 0.4s; }
.main2 .area2:nth-child(5) { animation-delay: 0.5s; }
.main2 .area2:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main2 .area2 .sale, .main4 .sale {
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    z-index: 666;
    top: 10px;
    left: 10px;
    background-color: #dd1528;
    color: #fff;
}
.main2 .area2 .orig, .main4 .orig {
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    z-index: 666;
    top: 10px;
    left: 10px;
    background-color: #02c688;
    color: #fff;
}
.main2 .area2 img {
    width: 280px;
    height: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main2 .area2 .line1 {
    padding: 10px;
    font-size: 24px;
    font-weight: 200;
    line-height: 28px;
    margin-top: 10px;
}
.main2 .area2 .line2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    position: absolute;
    bottom: 5px;
}
.main2 .area2 .line2 .jiage {
    float: left;
    margin: 0px 10px;
    width: 180px;
    height: 28px;
}
.main2 .area2 .line2 .cart {
    float: right;
    margin: 0px 5px;
    width: 28px;
    height: 28px;
}
.main2 .area2 .line2 .cart2 {
    float: right;
    margin: 0px 10px;
    width: 28px;
    height: 28px;
    color: #fc2828;
    display: none;
}
/*开始品牌*/
.main2 .lanmu {
    width: 280px;
    height: 340px;
    border-radius: 10px;
    float: left;
    margin: 20px;
    border: none;
    position: relative;
    background-color: #fff;
}
.main2 .menu .text {
    width: 280px;
    height: 280px;
    border: none;
    background-color: #e74c3c;
    color: #fff;
    text-align: center;
    font-size: 180px;
    line-height: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 45px;
}
.main2 .lanmu img {
    width: 280px;
    height: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #bebebe;
}
.main2 .lanmu .line1 {
    padding: 5px;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 5px;
    text-align: center;
}
.main4 {
    width: 600px;
    height: 600px;
    margin: 20px;
    position: relative;
    border-radius: 10px;
}
.main4 img {
    width: 600px;
    height: 600px;
    border-radius: 10px;
}
.main3 .title, .main4 .title {
    width: 600px;
    height: 100px;
    color: white;
    font-size: 34px;
    padding: 10px;
    line-height: 40px;
    font-weight: 400;
    position: absolute;
    bottom: 50px;
    background-color: rgba(0, 0, 0, 0.40);
}
.main3 {
    width: 600px;
    height: 356px;
    margin: 20px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ebebeb;
}
.main3 img {
    width: 600px;
    height: 356px;
    border-radius: 10px;
}
.fenlan {
    background-image: url("/app/img/fenlan.jpg");
    width: 625px;
    height: 100px;
    margin: 10 auto;
}
.fenlan1 {
    background-image: url("/app/img/fenlan1.jpg");
    width: 625px;
    height: 100px;
    margin: 5 auto;
}
.more {
    width: 600px;
    height: 32px;
    margin: 10px auto;
    color: #FFF;
}
.more .txtbut {
    width: 80px;
    height: 32px;
    float: right;
    background-color: #000;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    font-weight: 500;
}
.pro_name {
    display: none;
}
/*测试用css*/
.buy-button {
    display: inline-block;
    background: #fc2828;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    float: right;
    margin: 0px 15px;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-top: 5px;
}
#pagination {
    width: 1000px;
    margin: 30px auto;
    text-align: center;
}
#pagination button {
    padding: 8px 16px;
    margin: 0 10px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
}
#pagination button:disabled {
    background: #ccc;
    cursor: not-allowed;
}
#filter-form {
    margin-bottom: 15px;
}
#filter-form select {
    appearance: none; /* 去除系统默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 36px 8px 12px;
    font-size: 14px;
    color: #333;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin: 4px auto;
}
#filter-form select:hover {
    border-color: #999;
}
#filter-form select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}
@media screen and (max-width: 768px) {
    #filter-form {
        flex-direction: column;
        align-items: stretch;
    }
    #filter-form select {
        width: 100%;
        font-size: 16px;
        padding: 10px 40px 10px 14px;
        background-position: right 14px center;
    }
}
#filter-form-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
#filter-form-wrapper.active {
    max-height: 200px; /* 根据内容高度调整 */
    opacity: 1;
}
#toggle-filter:hover {
    background: #005f8d;
}
.main2 .selectarea {
    width: 600px;
    margin: 5px auto;
}
.main2 .selectarea #loading-bar {
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(to right, #f48314, #fc2828);
  transition: width 0.3s ease;
  margin: 10px auto;
}

.main2 #toggle-filter {
    float: right;
    padding: 4px 16px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 5px 10px 20px;
    height: 46px;
}
.main2 .selectarea .empty-state {
    text-align: center;
    padding: 40px;
    background: #fdfaf5;
    border: 1px dashed #ccc;
    border-radius: 8px;
    color: #666;
    margin: 20px auto;
    width: 80%;
    max-width: 600px;
    font-size: 36px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.main2 .selectarea .empty-state p {
    font-size: 36px;
    margin-bottom: 20px;
}
.main2 .selectarea .empty-state p2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.main2 .selectarea .empty-state button {
    padding: 8px 16px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.main2 .selectarea .empty-state button:hover {
    background: #005f8d;
}
.main2 .filter-status {
  width: 600px;
  margin: 0px auto 10px;
  font-size: 15px;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  font-weight: 200;
}
.main2 .search-wrapper {
  display: flex;
  align-items: center;
    width: 600px;
  max-width: 600px;
  margin: 10px auto;
  position: relative;
}

.main2 #search_keyword {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
  font-size: 24px;
}

.main2 #search_button,#clear_search {
  padding: 8px 12px;
  background: #0073aa;
  color: #fff;
  border: 1px solid #0073aa;
  
  cursor: pointer;
  font-size: 28px;
}
#search_button {
    
  border-radius: 0 6px 6px 0;
}

#clear_search {display: none;
  border-radius: 0 ;
  background: #999;
}
.main2 #search_button:hover {
  background: #005f8d;
}

.main2 .loader {
  text-align: center;
  padding: 20px;
  font-style: italic;
  color: #999;
}
.main2 .progress-bar {

  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(to right, #f48314, #fc2828);
  transition: width 0.4s ease;
}
.main2 .progress-bar.active {
  width: 100%;
}
.main2 .progress-bar.done {
  width: 100%;
  transition: width 0.2s ease;
}
.favorite-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
}

.favorite-btn.active {
  color: #e74c3c;
}
