/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #333;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #333;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #333;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #333;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}
@media only screen and (max-width:1440px) {
	::-webkit-scrollbar{
	  width: 6px;
	  height: 6px;
	  background-color: #F5F5F5;
	}
	.header .rts .naver ul li h4 a {
		font-size: 16px;
	}
	.header .rts .rt .gowuche, 
	.header .rts .rt .whos {
		height: 35px;
		width: 35px;
		margin-left: 15px;
		background-size: 35px auto !important;
	}
	.header .rts .search {
		height: 35px;
		margin-left: 25px;
	}
	.header .rts .search .text {
		border-radius: 20px;
	}
	.header .rts .search .btns {
		height: 35px;
		width: 40px;
		background-size: 20px auto !important;
	}
	.header .rts .search .text .txt {
		font-size: 12px;
		padding: 0 50px 0 15px;
	}
	.header .rts .search:hover .text {
		width: 200px;
	}
	.bannersw .swiper_spot span.swiper-pagination-bullet-active {
		height: 16px;
		width: 16px;
	}
	.bannersw .swiper_spot span {
		height: 8px;
		width: 8px;
		margin: 0 8px !important;
	}
	h1 {
		font-size: 20px !important;
	}
	h2,
	h3 {
		font-size: 18px !important;
	}
	h4,
	h5 {
		font-size: 16px !important;
	}
	h6,
	p {
		font-size: 14px !important;
	}
	.fhprodsw .prev, 
	.fhprodsw .next {
		width: 13px;
		height: 23px;
		left: -30px;
	}
	.fhprodsw .next {
		left: auto;
		right: -30px;
	}
	.fhabout .rts h2 {
		font-size: 26px !important;
	}
	.ftlt h2 {
		font-size: 26px !important;
		padding-bottom: 12px;
	}
	.ftlt h2::before {
		height: 3px;
		width: 33px;
	}
	.footer .copyright {
		font-size: 14px ;
		line-height: 2;
	}
	.footer .nav ul li {
		height: 30px;
		width: 30px;
		margin-left: 5px;
	}
	.footer .logo {
		width: 260px;
	}
	.fabout .about .ftext .text2 h4, 
	.fabout .about .ftext .text1 h4 {
		font-size: 20px !important;
	}
	.fabout .about .ftext .text2 .del,
	.fabout .about .ftext .text1 .del {
		font-size: 14px;
	}
	.fmore a {
		font-size: 16px;
		background-size: 14px !important;
		padding-right: 20px;
	}
	.fabtlt h2 {
		font-size: 24px !important;
		padding-bottom: 10px;
	}
	.faboutdel .detail {
		padding: 30px 0 70px;
		border-bottom: 1px solid #cbcbcb;
		font-size: 14px;
	}
	.faboutdel .fpr_ne {
		margin-top: 12px;
	}
	.fpr_ne li a {
		font-size: 14px;
	}
	.faboutdel {
		padding: 30px 0 50px;
	}
	.fshoptlt h2 {
		font-size: 24px !important;
	}
	
	.fshopls ul li h4 a {
		font-size: 14px;
	}
	.fshopls ul li {
		margin: 0 30px;
	}
	.fshopls ul {
		padding: 10px 0 25px;
	}
	.fshoprts .txt h3 {
		font-size: 20px !important;
	}
	.fshoprts .del {
		font-size: 14px;
	}
	.fshoprts .list li .jia {
		width: 13px;
		height: 12px;
		background-size: 12px auto !important;
	}
	.fshoprts .list li h5 {
		width: calc(100% - 60px);
	}
	.fshoprts .add i {
		padding-right: 20px;
		font-size: 14px;
		background-size: 12px auto !important;
	}
	.fshoprts .btn {
		font-size: 16px;
	}
	.fshoplts .shopico .icon {
		height: 40px;
	}
	.fshoplts .shopico {
		width: 40px;
	}
	.fshoplts .shoppic {
		width: calc(100% - 50px);
		padding: 10px ;
	}
	.fcontact .lts .text h3 {
		font-size: 26px !important;
	}
	.fcontact .lts .text {
	    padding-left: 8rem;
	}
	.fcontact .contact {
		padding: 7rem 0 9rem 10%;
	}
	.fcontact .contact .txt h2 {
		font-size: 26px !important;
	}
	.fcontact .contact .txt h6 {
		margin-top: 5px;
	}
	.fcontact .contact .list li label {
		font-size: 14px;
		line-height: 30px;
	}
	.fcontact .contact .list li .text {
		font-size: 14px;
		height: 30px;
		width: calc(100% - 50px);
	}
	.fcontact .contact .list li .textarea {
		height: 80px;
		font-size: 14px;
	}
	.fcontact .contact .ubtns {
		font-size: 16px;
	}
	.fgowuche .shopping .btn {
		font-size: 14px;
		width: 180px;
		line-height: 2.2;
		border-radius: 18px;
	}
	.fgowuche .shopping {
		bottom: 12px;
	}
	.fgowuche {
		padding: 0 3.385416666666667rem 60px;
	}
	.fgowuche .lists {
		margin-top: 15px;
		height: calc(100% - 40px);
	}
	.fwhcenter .text .tlt h3 {
		font-size: 22px !important;
	}
	.fwhcenter .text .txt {
		margin-top: 20px;
	}
	.fwhcenter .text .txt .del {
		font-size: 14px;
		margin-top: 10px;
	}
	.fwhcenter .product .tlt h3 {
		font-size: 20px !important;
		border-bottom: 1px solid #cbcbcb;
		padding-bottom: 6px;
	}
	.fwhcenter .product li {
	    border-bottom: 1px solid #cbcbcb;
	    padding: 15px 0 10px;
	    margin-bottom: 15px;
	}
	.fwhcenter .product li .lt .pic {
		width: 70px;
		height: 90px;
		border-radius: 14px;
	}
	.fwhcenter .product li .lt .txt {
	    width: calc(100% - 85px);
	    margin-top: 12px;
	}
	.fwhcenter .product li .lt .txt h6 {
		margin-top: 6px;
	}
	.fwhcenter .product li .delete {
		font-size: 14px;
		border-radius: 18px;
		width: 110px;
	}
	.fsearch .search .ico {
		width: 18px;
	}
	.fsearch .search .tet {
		width: calc(100% - 30px);
		font-size: 16px;
		height: 40px;
	}
	.fsearch .searchls ul {
		margin: 15px 0;
	}
	.fsearch .searchls ul li {
		margin-right: 20px;
		margin-bottom: 0;
	}
	.fsearch .searchls ul li a {
		font-size: 14px;
	}
	.fsearch .inuptls li {
		margin-bottom: 12px;
		border-bottom: 1px solid #cbcbcb;
	}
	.fsearch .inuptls li .tet {
		font-size: 14px;
		height: 40px;
	}
	.ftlte h2 {
		font-size: 24px !important;
	}
	.flogin .list li {
		padding: 0 5px;
		margin-bottom: 25px;
		border-bottom: 1px solid #383838;
	}
	.flogin .list {
		margin-top: 30px;
	}
	.flogin .list li label {
		font-size: 14px;
		line-height: 32px;
	}
	.flogin .list li .text {
		width: calc(100% - 104px);
		font-size: 14px;
		height: 32px;
	}
	.flogin .list li:nth-child(2) .text {
	    width: calc(100% - 76px);
	}
	.flogin .btns {
		font-size: 16px;
		border-radius: 24px;
	}
	.flogin .tt {
		margin-top: 12px;
		font-size: 14px;
	}
	.flogin .tt a {
		margin-left: 7px;
	}
	.flogin .list li:nth-child(3) .text {
	    width: calc(100% - 190px);
	}
	.fabout .about .ftext .pic {
		width: 550px;
		height: 490px;
	}
	.fabout .about .ftext {
		margin-right: 150px;
	}
	.fwhcenter {
		padding-top: 50px;
	}
	.fwhcenter .cha {
		top: 20px;
		height: 30px;
		width: 30px;
	}
	.fwhcenter .product {
		margin-top: 20px;
	}
	.fwhcenter .product .list {
		height: calc(100vh - 320px);
	}
	.fwhcenter .fsearch {
		padding: 30px 0 0;
	}
	.fsearch .inuptls {
		height: calc(100vh - 300px);
	}
	.fproddetail .detail .del2,
	.fproddetail .detail .del {
		font-size: 14px ;
	}
	.fproddetail {
		padding: 60px 0 0 0;
	}
	.fproddetail .cha {
		top: 20px;
		height: 30px;
		width: 30px;
	}
	.fproddetail .detail {
		height: calc(100vh - 110px);
	}
	.fkuanshi {
		padding: 60px 0 20px 20px;
	}
	.fchicun .cha,
	.fkuanshi .cha {
		top: 20px;
		height: 30px;
		width: 30px;
	}
	.fchicun .txt .size i {
		font-size: 14px;
		background-size: 9px auto !important;
		padding-right: 15px;
	}
	.fchicun .cima_list li h4 a {
		font-size: 14px;
		line-height: 2.2;
	}
	.fchicun .cima_list li {
	    margin-bottom: 10px;
	    border-bottom: 1px solid #cbcbcb;
	}
	.fchicun {
		padding: 60px 20px 20px;
	}
	.fcimab {
		padding: 70px 40px 20px;
	}
	.fcimab .cha {
		top: 20px;
		height: 30px;
		width: 30px;
	}
	.fcimab .list .dds h5 {
		font-size: 14px !important;
	}
	.fcimab .list .dd h6 {
		font-size: 12px !important;
	}
	.abpadd {
		padding: 0 10rem;
	}
	.fshoprts {
		padding: 0 3rem 0 4rem;
	}
	
}
@media only screen and (max-width:1240px) {
	.wrap {
	    width: 90rem;
	}
	.pad {
		padding: 0 2rem;
	}
	.fhprodswiper li .pic {
		border-radius: 15px;
		height: 37vw;
	}
	.fshoprts {
		padding: 0 30px;
	}
	.fshopswicon {
		width: 40px;
	}
	.fshopswicon li {
		height: 40px;
	}
	.fshopswpic {
		width: calc(100% - 45px);
	}
	.fshopswicon,
	.fshopswpic {
		height: 38.4rem;
	}
	.abpadd {
		padding: 0 7rem;
	}
	
}
@media only screen and (max-width:1040px) {
	.pad,
	.padd {
		padding: 0;
	}
	.wrap {
		padding: 0 15px;
		width: auto;
	}
	.header {
		padding: 0 15px;
	}
	.header .rts .naver ul li h4 a {
		line-height: 60px;
	}
	.header .logo {
		width: 90px;
		margin-top: 13px;
	}
	.header .rts .rt .gowuche, 
	.header .rts .rt .whos {
		margin-left: 10px;
	}
	.header .rts .search {
		margin-left: 15px;
	}
	.header .rts .naver ul li {
		margin-left: 45px;
	}
	.fhproduct {
		padding: 40px 0;
	}
	.fhprodsw {
		margin-top: 30px;
		padding: 0 30px;
	}
	.fhprodsw .prev, 
	.fhprodsw .next {
		width: 13px;
		height: 23px;
		left: 0px;
	}
	.fhprodsw .next {
		left: auto;
		right: 0;
	}
	.fhabout .rts h2 {
		font-size: 22px !important;
	}
	.fhnewprod .list ul li .txt h5 {
		font-size: 14px !important;
	}
	.footer {
		padding: 30px 15px 20px;
	}
	.footer .logo {
		width: 200px;
		position: initial;
	}
	.footer .copyright,
	.footer .nav {
		float: none;
		text-align: center;
		display: block;
	}
	.footer .copyright {
		margin-top: 10px;
	}
	.footer .nav  {
		margin-top: 5px;
	}
	.footer .nav ul {
		justify-content: center;
	}
	.fabout .about {
		padding: 50px 0;
	}
	.fabout .about .ftext {
		float: none;
		margin: 0 auto;
	}
	.fabout .about .ftext .pic {
		width: 400px;
		height: auto;
		margin: 0 auto;
	}
	.fabout .about .ftext .text1,
	.fabout .about .ftext .text2 {
		position: initial;
		width: auto;
		height: auto;
		margin-top: 15px;
	}
	.fabout .about .ftext .text1 {
		padding: 20px 20px 50px;
	}
	.fabout .about .ftext .text1::before {
		height: 30px;
		width: 110px;
	}
	.fabout .about .ftext .text2 .del,
	.fabout .about .ftext .text1 .del {
		margin-top: 10px;
		height: auto;
	}
	.fabout .about .ftext .text2 {
		padding: 20px 20px 30px;
	}
	.four .list ul li .pic {
		height: 17vw;
	}
	.four .list ul li .txt {
		padding: 15px 10px 20px;
	}
	.four .list ul li {
	    width: calc((100% - 25px) / 3);
	    margin-right: 12px;
	    margin-bottom: 14px;
	    background: #fff2ef;
	}
	.fshop .list ul li {
	    width: calc((100% - 47px) / 4);
	    margin-right: 15px;
	    margin-bottom: 20px;
	}
	.fshop .list ul li:nth-child(5n) {
		margin-right: 15px;
	}
	.fshop .list ul li:nth-child(4n) {
		margin-right: 0;
	}
	.fshop .list ul li .pic {
		height: 30vw;
	}
	.fshop {
	    padding: 7rem 0 10px;
	}
	.fshoprts {
		padding: 0 0 0 30px;
	}
	.fcontact .lts .text {
	    padding-left: 3rem;
	}
	.fcontact .contact {
		padding: 7rem 0 9rem 5%;
	}
	.fcontact .contact .conta {
	    width: 80%;
	}
	.fsearch .inuptls {
		height: calc(100vh - 260px);
	}
	.fgowuche .lists ul li .txt h4 {
		font-size: 14px !important;
		width: 80px;
		line-height: 1.8;
		border-radius: 16px;
	}
	.fgowuche .lists ul li {
	    width: calc((100% - 62px) / 3);
	    margin-right: 20px;
	    margin-bottom: 25px;
	}
	.fgowuche .lists ul li .pic {
		height: 15rem;
	}
	.fcimab {
		width: 75rem;
	}
	.abpadd {
		padding: 0 4rem;
	}
	.fshopswicon, .fshopswpic {
		height: 40.4rem;
	}
	.fwhcenter .product li .delete {
		width: 90px;
	}
	.fwhcenter .product li .lt {
		width: calc(100% - 100px);
	}
	
}

@media only screen and (max-width:768px) {
	.gh {
		display: block;
		position: absolute;
		z-index: 6;
		right: 15px;
		top: 14px;
	}
	.flogin {
		left: 15px;
		right: 15px;
		width: auto;
		
	}
	.flogin,
	.fregister {
		padding: 30px 20px;
	}
	.ftlte h2 {
		font-size: 22px !important;
		padding-bottom: 10px;
	}
	.ftlte h2::before {
		height: 2px;
		width: 20px;
	}
	.flogin .list {
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.flogin .list li {
		margin-bottom: 15px;
	}
	.flogin .list li {
		display: block;
	}
	.flogin .list li .text {
		width: 100%;
	}
	.flogin .list li:nth-child(2) .text {
		width: 100%;
	}
	.flogin .list li:nth-child(3) .text {
		width: 100%;
	}
	.flogin .list li:nth-child(4) .text {
		width: 100%;
	}
	.flogin .list li label {
		line-height: 1.8;
	}
	.header {
		padding: 0;
		box-shadow:0 4px 4px 1px rgba(0, 0, 0, 0.07);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 111;
		height: 50px;
	}
	.header .logo {
		margin-top: 0;
		position: absolute;
		z-index: 6;
		left: 15px;
		top: 8px;
		float: none;
	}
	.header .rts .naver {
		float: none;
		position: absolute;
		z-index: 111;
		top: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: #fff;
		box-shadow:0 4px 4px 1px rgba(0, 0, 0, 0.07);
		display: none;
		height: calc(100vh - 50px);
	}
	.header .rts .naver ul {
		display: block;
		padding: 5px 0 0;
	}
	.header .rts .naver ul li {
		margin-left: 0;
	}
	.header .rts .naver ul li h4 a {
		line-height: 2.4;
	}
	.header .rts .rt {
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 40px;
	}
	.header .rts .search {
		margin-left: 0;
		width: calc(100% - 100px);
	}
	.header .rts .search .text {
		width: 100%;
		background: #ff7055;
	}
	.header .rts .search .btns {
	    /* background: url(../images/fn8-1.png) no-repeat center; */
		position: absolute;
		z-index: 13;
		top: 0;
		right: 0;
		background-size: 20px auto !important;
	}
	.header .rts .naver ul li h4 a {
		padding: 0 15px;
	}
	.header .rts .search:hover .text {
		width: 100%;
	}
	.layout {
		padding-top: 50px;
	}
	.bannersw li {
		height: 180px;
	}
	.bannersw .swiper_spot span {
		margin: 0 5px !important;
	}
	.bannersw .swiper_spot {
		bottom: 6px;
	}
	.ftlt h2 {
		font-size: 22px !important;
		padding-bottom: 10px;
	}
	.ftlt h2::before {
		height: 2px;
		width: 26px;
	}
	.fhprodsw {
		margin-top: 20px;
		padding: 0 20px;
	}
	.fhprodsw .prev, 
	.fhprodsw .next {
		width: 13px;
		height: 23px;
		left: -6px;
		top: 45%;
	}
	
	.fhprodsw .next {
		left: auto;
		right: -6px;
	}
	.fhprodswiper li .pic {
		height: 100vw;
	}
	.fhprodswiper li .txt {
		margin-top: 5px;
		padding: 0;
	}
	.fhabout {
		display: block;
		height: 120vw;
	}
	.fhabout .piclt {
		width: auto;
		height: 50%;
	}
	.fhabout .rts {
		width: auto;
		height: 50%;
	}
	.fhabout .rts h2 {
		font-size: 18px !important;
	}
	.fhabout .rts .text {
		margin: 0 auto 0;
		padding-top: 6vw;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fhabout .rts .text .pic {
		margin: 2vw auto 0;
		height: 38vw;
		width: 30vw;
	}
	.fhnewprod {
		padding: 40px 0;
	}
	.fhnewprod .list ul {
		margin-top: 20px;
		justify-content: space-between;
	}
	.fhnewprod .list ul li {
	    width: calc((100% - 10px) / 2);
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.fhnewprod .list ul li .txt h5 {
		opacity: 1;
		line-height: 2;
	}
	.fhnewprod .list ul li .pic {
		border-radius: 7px;
		height: 60vw;
	}
	.fhnewprod .list ul li .txt {
		padding: 0;
		margin-top: 5px;
		border-radius: 4px;
		margin: 4px auto 0;
	}
	.fhnewprod .list ul li .txt h6 {
		margin-top: 0;
	}
	.footer .logo {
		width: 150px;
	}
	.footer .copyright {
		margin-top: 5px;
	}
	.footer .nav ul li {
		margin: 0 5px;
	}
	.banner {
		height: 140px;
	}
	.four,
	.fabout .about {
		padding: 40px 0;
	}
	.fabout .about .ftext .pic {
		width: auto;
	}
	.four .list ul {
		margin-top: 20px;
		padding-bottom: 10px;
		justify-content: space-between;
	}
	.four .list ul li {
		width: calc((100% - 10px) / 2);
		margin-right: 0;
		margin-bottom: 10px;
	}
	.four .list ul li .pic {
		height: 28vw;
	}
	.four .list ul li .txt {
		padding: 15px 10px;
	}
	.four .list ul li .txt h6 {
		line-height: 1.4;
		margin-top: 5px;
		height: 4.2em;
		font-size: 13px !important;
	}
	.four .list ul li .txt h4 {
		font-size: 15px !important;
	}
	.abpadd {
		padding: 0;
	}
	.fabtlt h2 {
		font-size: 22px !important;
		padding-bottom: 10px;
	}
	.fabtlt h2::before {
		height: 2px;
		width: 25px;
	}
	.faboutdel .detail {
		padding: 20px 0 40px;
	}
	.fshoptlt {
		height: auto;
		padding: 20px 0;
	}
	.fshopls ul li:hover h4::before, 
	.fshopls ul li.on h4::before {
		width: 20px;
	}
	.fshopls ul li h4::before {
		height: 1px;
	}
	.fshopls ul li {
		margin: 0 10px;
	}
	.fshopswiper li {
		width: 100%;
		height: 50vw;
	}
	.fshop {
		padding: 40px 0;
	}
	.fshop .list ul {
		margin-top: 20px;
		justify-content: space-between;
	}
	.fshop .list ul li {
		width: calc((100% - 10px) / 2);
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.fshop .list ul li .txt h6 {
		opacity: 1;
		line-height: 2;
		margin: 5px auto 0;
	}
	.fshop .list ul li .pic {
		height: 60vw;
	}
	.fshop .list ul li .txt {
		margin-top: 5px;
	}
	.fshop .list ul li .txt h5 {
		margin-top: 0;
	}
	.fshopswicon {
		display: none;
	}
	.fshopswpic .swiper-scrollbar {
		display: none;
	}
	.fshopdel {
		padding: 0;
	}
	.fshopdel .wrap {
		padding: 0;
	}
	.fshoplts {
		float: none;
		width: auto;
		padding-left: 0;
	}
	.fshoprts {
		float: none;
		width: auto;
		padding: 0;
	}
	.fshopswpic {
		padding-right: 0;
		width: 100%;
		height: 120vw;
	}
	.fshopswpic li {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.fshopswpic img {
		max-height: 100%;
		height: auto;
	}
	.fshopswpic .swiper-pagination {
		right: auto;
		left: 20px;
	}
	.fshopswpic .swiper-pagination span {
		opacity: 1;
		margin: 12px 0 !important;
		background: rgba(0, 0, 0, 0.15);
	}
	.fshopswpic .swiper-pagination .swiper-pagination-bullet-active {
		background: rgba(0, 0, 0, 1);
	}
	.fshoprts {
		padding: 20px 15px 0;
	}
	.fshoprts .txt h2 {
		padding: 5px 0 10px;
	}
	.fshoprts .add {
		margin: 7px 0;
	}
	.fshoprts .list li {
		margin-bottom: 10px;
	}
	.fshoprts .btn {
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.fkuanshi,
	.fproddetail {
		width: 100%;
	}
	.fwhcenter .cha,
	.fcimab .cha,
	.fchicun .cha,
	.fkuanshi .cha,
	.fproddetail .cha {
		top: 15px;
		right: 15px;
	}
	.fproddetail .detail {
		height: calc(100vh - 80px);
		padding: 0 15px;
	}
	.fproddetail .detail .del,
	.fproddetail .detail .del2 {
		margin-top: 15px;
	}
	.fkuanshi {
		padding: 80px 0 15px 15px;
	}
	.fkuanshisw {
		margin-top: 20px;
	}
	.fkuanshisw li a {
		padding: 10px 13px 6px 10px;
	}
	.fkuanshisw li {
		width: 160px;
	}
	.fkuanshisw li .pic::before {
		right: -5px;
		width: 20px;
	}
	.fkuanshisw li .pic {
		height: 40vw;
	}
	.fkuanshisw li .txt {
		margin-top: 5px;
	}
	.fkuanshisw li .txt h6 {
		margin-top: 0;
	}
	.fchicun {
		width: 100%;
		padding: 60px 15px 15px;
	}
	.fchicun .txt .size {
		margin: 5px 0;
	}
	.fchicun .txt h6 {
		margin-top: 10px;
	}
	.fcimab {
		width: 100%;
		padding: 60px 15px 20px;
	}
	.fcimab .list .dds h5 {
		padding: 0 6px;
		font-size: 13px;
		width: 140px;
		display: inline-block;
		vertical-align: top;
	}
	.fcimab .list .dd {
		display: block;
	}
	.fcimab .list .dd h6 {
		width: 140px;
		display: inline-block;
		vertical-align: top;
		padding: 6px 0;
	}
	.fcimab .list .dds {
		display: block;
	}
	.fcimab .list {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.fcimab .list {
		margin-top: 10px;
	}
	.fcimab .list .dds {
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.fwhcenter ::-webkit-scrollbar,
	.fcimab ::-webkit-scrollbar{
	  width: 2px;
	  height: 2px;
	  background-color: #F5F5F5;
	}
	.fcontact {
		display: block;
	}
	.fcontact .lts,
	.fcontact .contact {
		width: auto;
		padding: 15px;
	}
	.fcontact .lts .text {
		padding-left: 0;
	}
	.fcontact .lts .text p,
	.fcontact .lts .text h5 {
		margin-top: 5px;
	}
	.fcontact .lts .text h6 {
		line-height: 1.3;
		margin-top: 10px;
	}
	.fcontact .contact .conta {
		width: 100%;
	}
	.fcontact .contact .list li {
		margin-top: 5px;
	}
	.fwhcenter {
		width: 100%;
		padding-top: 60px;
	}
	.fgowuche {
		padding: 0 5px 60px 15px;
	}
	.fgowuche .lists ul {
		justify-content: space-between;
		padding-right: 10px;
	}
	.fgowuche .lists ul li {
		width: calc((100% - 10px) / 2);
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
	.fgowuche .lists ul li .pic {
		height: 50vw;
	}
	.fgowuche .lists ul li .txt {
		margin-top: 5px;
	}
	.fgowuche .lists ul li .txt h4 {
		margin: 5px auto 0;
	}
	.fwhcenter .text .txt,
	.fwhcenter .product {
		margin-top: 10px;
	}
	.fwhcenter .product li .delete {
		font-size: 12px;
		width: 70px;
		height: 2em;
		line-height: 2;
	}
	.fwhcenter .product li .lt {
		width: calc(100% - 80px);
	}
	.fwhcenter .product .list {
		height: calc(100vh - 300px);
	}
	.header .rts .naver ul li h4 a{
		line-height: 50px;
		border-bottom: 1px solid #f1f1f1;
	}
	.header .rts .search{
		width: auto;
	}
	
	
}