body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {

    font-family: "a83e1b06-e569-4886-b24f-77455a210dfc";

}
.e_filterSort-3 .p_nav_a.curr .p_up{color: #c7a378 !Important;}
.e_filterSort-3 .p_nav_a.curr .p_down{color: #c7a378 !Important;}

.e_filterSort-3 .p_nav_a.curr .icon{color: #c7a378 !Important;}
.e_filterSort-3 .p_nav_a:hover .icon{color: #c7a378 !Important;}
.e_filterSort-31 .p_nav_a:hover .icon{color: #c7a378 !Important;}

.e_filterSort-3 .p_nav_a.curr {
    border-color: rgb(199 163 120) !important;
    color: rgb(199 163 120) !important;
}

.page_a.current {
    background: #c7a378 !Important;
    color: #fff;
}
.page_a:hover {
    text-decoration: none;
    background: #c7a378 !Important;
    color: #fff !Important;
}

.e_filterSort-31 .p_nav_a.curr{
    border-color: #c7a378 !Important;
    color: #b39078 !Important;


}
.e_filterSort-31 .p_nav_a.curr .icon{
    border-color: #c7a378 !Important;
    color: #c7a378 !Important;


}
/*shaixuan */
 .e_bottomNav-24 .p_menu2Item:hover {
    color: rgb(199 163 120) !Important ;
}
button:hover .p_icon {
    color: #c7a378 !important;
}
.e_productScreen-1 .p_BButton{    width: 94px;
    margin-top: 5px;
    text-align: center;
    align-items: flex-start;
    justify-content: right;}
.e_productScreen-1 .p_RButton{width: 150px !Important;}

.e_productScreen-1 .p_valBox {
    max-width: calc(100% - 150px) !important;
}
.e_productScreen-1 .p_valItem{margin-right: 19px !Important;}
.e_productScreen-1 .p_single{height:30px !Important;}



.p_single {
    display: block;
    line-height: 30px;
    display-radio: block;
    font-family: "a83e1b06-e569-4886-b24f-77455a210dfc";
}

.p_DelIcon {
    color: #fff !important;
}
.p_checkedItem {
    display: inline-block;
    font-style: normal;
    padding: 3px 4px;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #b38f78;
    color: #fff;
    font-family: "a83e1b06-e569-4886-b24f-77455a210dfc";
}


/*piaofu*/

.side i {
    width: 50px;
    text-align: center;
    background: rgb(199 163 120) !Important;
    transition: all 0.3s;
}

.side1{    background: #2d4857 !Important;}
.side span{    background: #2d4857 !Important;}



.e_filterSort-31 .p_nav_a:hover {
    border-color: rgb(179 144 120) !important;
    color: rgb(179 144 120) !important;
}



.btn-primary {
	color: #fff;
	background-color: #c7a378 !important;
	border-color: #c7a378 !important;
}
.c-datepicker-picker{z-index:9999;}
 .e_formBtn-19 {
	color: #fff;
	background-color: #c7a378;
	border-color: #c7a378;
}

.bg-primary{
  	background-color: #f7f7f7 !important;
}
.text-primary {
        color: #fff !important;
    background: #c7a378 !important;
    padding: 0px 10px;
}
button:hover {
    color: #c7a378 !important;
    border-color: #c7a378 !important;
}
.text-white {
    color: #333;
}

.p_checkedItem{    background: #c7a378 !important;}


.p_nav_a:hover {
    border-color: #c7a378 !important;
    color: #c7a378 !important;
}




/*老导航*/
@media screen and (max-width: 768px){
  .f_nav_lst{display:none;}
  
  
  .e_productScreen-1 .checkItem{color: var(--ge) !Important;border-color: var(--ge) !important;background: var(--ge) !Important; color:#fff !important;}
.text-danger{color:var(--gege) !Important;}
  
}




/*版权*/
#c_navigation_012-1641883041733 .e_html-30 {
  
}
#c_navigation_012-1641883041733 .e_credible-31 {
    max-width: 85px;
    margin: 20px auto;
   display:none;
}
#c_navigation_012-1641883041733 .e_container-18 .cbox-18-1{
  display:none;
}






/*手机版导航*/
		.mobile-inner-nav a{
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		  -webkit-backface-visibility: visible !important;
		  backface-visibility: visible !important;
		  -webkit-animation-name: flipInX;
		  animation-name: flipInX;
		}

		
	@-webkit-keyframes flipInX {
	  from {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    -webkit-animation-timing-function: ease-in;
	    animation-timing-function: ease-in;
	    opacity: 0;
	  }

	  40% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    -webkit-animation-timing-function: ease-in;
	    animation-timing-function: ease-in;
	  }

	  60% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	    opacity: 1;
	  }

	  80% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	  }

	  to {
	    -webkit-transform: perspective(400px);
	    transform: perspective(400px);
	  }
	}

	@keyframes flipInX {
	  from {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	    -webkit-animation-timing-function: ease-in;
	    animation-timing-function: ease-in;
	    opacity: 0;
	  }

	  40% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	    -webkit-animation-timing-function: ease-in;
	    animation-timing-function: ease-in;
	  }

	  60% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	    opacity: 1;
	  }

	  80% {
	    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	  }

	  to {
	    -webkit-transform: perspective(400px);
	    transform: perspective(400px);
	  }
	}

@media screen and (max-width:768px) { 

｝