/*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: #3cabe3;
    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: #3cabe3;
    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: #3cabe3;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #3cabe3;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}
@media only screen and (max-width:1240px) {
	.wrap {
		width: 1000px;
	}
	.fnavls {
		width: 75%;
	}
	.fnavls .nav li {
		margin: 0 4px;
	}
	.fnavls {
		height: 370px;
	}
	.fnavls .nav {
		top: 20px;
	}
	.fnavls .nav2 {
		top: 170px;
	}
	.fprodfl .list li {
		width: 85%;
	}
	.fproduct .list ul li .pic {
		height: 100px;
	}
	
}

@media only screen and (max-width:1040px) {
	.wrap {
		width: auto;
		padding: 0 15px;
	}
	
	.header .hd h2 {
		font-size: 18px;
	}
	.header .naver li h3 a {
		font-size: 15px;
	}
	.header .naver li {
		margin-right: 0;
	}
	.header {
		padding: 5px 0;
	}
	.header .hd .logo {
		height: 50px;
	}
	.fnavls .nav li .nli dd a, 
	.header .naver li .nli dd a {
		font-size: 13px;
	}
	.fnavls .nav li h3 a {
		font-size: 18px;
	}
	.fnavls .nav2 {
		top: 140px;
	}
	.header .naver {
		width: calc(100% - 300px );
	}
	.fprodfl .list li {
		width: 90%;
	}
	.fproduct .list ul li {
	    width: calc((100% - 42px) / 3);
	    margin-bottom: 20px;
	    margin-right: 20px;
	    position: relative;
	}
	.fproduct .list ul li:nth-child(5n) {
		margin-right: 20px;
	}
	.fproduct .list ul li:nth-child(3n) {
		margin-right: 0;
	}
	.fproduct .list ul li .pic {
		height: 17vw;
	}
	
	
}

@media only screen and (max-width:768px) {
	.mobile {
		display: block;
	}
	.header .naver {
		display: none;
	}
	.web {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.fnavls {
		background: none;
		backdrop-filter: blur(0);
		border: none;
		height: auto;
		width: 64%;
	}
	.fhproduct {
		width: 64%;
		top: 130px;
		left: 0;
		right: 0;
		margin: 0 auto;
		position: absolute;
		max-height: 300px;
		overflow-y: auto;
		background: rgba(38, 79, 109, .2);
		border: 1px solid hsla(0, 0%, 89%, .55);
		border-radius: 20px;
		backdrop-filter: blur(10px); 
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fhproduct::-webkit-scrollbar{
	  width: 8px;
	  height: 8px;
		background-color: rgba(38, 79, 109, 0);
	}
	
	/*定义滚动条轨道 内阴影+圆角*/
	.fhproduct::-webkit-scrollbar-track {
	}
	
	/*定义滑块 内阴影+圆角*/
	.fhproduct::-webkit-scrollbar-thumb{
	  background-color: rgba(38, 79, 109, 0);
	}
	
	.fhproduct ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fhproduct ul li {
	/*	width: calc((100% - 20px)/2); */
		margin-top: 20px;
	}
	.fhproduct ul li:nth-child(1),
	.fhproduct ul li:nth-child(2) {
		margin-top: 0;
	}
	.fhproduct ul li h5 {
		text-align: center;
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.4;
		color: #fff;
	}
	.header {
		padding: 10px 0;
	}
	.header .hd {
		float: none;
		padding-left: 0;
		justify-content: center;
	}
	.fnavls {
		top: 430px;
		transform:translateY(0%);
		-ms-transform:translateY(0%);  /* IE 9 */
		-moz-transform:translateY(0%);     /* Firefox */
		-webkit-transform:translateY(0%); /* Safari 和 Chrome */
		-o-transform:translateY(0%);
	}
	.fnavls .nav2 {
		position: initial;
	}
	.fhproduct ul li a {
		display: block;
	}
	.fhproduct ul li .ico {
		height: 90px;
		width: 90px;
	}
	.fhproduct ul li .ico img{
		height: 90px;
		width: 90px;
	}
	
	
	.fnavls .nav2 ul {
		justify-content: space-between;
		margin-top: 30px;
	}
	.fnavls .nav2 li {
		margin: 0;
		width: calc((100% - 60px)/2);
	}
	.footer .nav ul {
		padding: 20px 0 15px;
	}
	.footer .voss {
		display: block;
	}
	.footer .voss .like {
		margin-top: 20px;
		justify-content: center;
	}
	.fgh {
		display: block;
		position: absolute;
		right: 30px;
		top: 5px;
		z-index: 11;
		width: 40px;
		height: 40px;
		background: url('../images/fh8.png') no-repeat center/cover;
	}
	.header.on {
		padding: 0;
	}
	.header.on .hd {
		justify-content: left;
		padding-left: 10px;
	}
	.header.on .hd .logo {
		margin-left: 30px;
	}
	.header .fmnli {
		width: 85px;
		position: absolute;
		z-index: 11;
		right: 8px;
		top: 65px;
		background: #4a4a4a;
		padding: 7px;
		border-radius: 10px;
		text-align: center;
		font-size: 14px;
		z-index: 3;
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		
	}
	.header .fmnli.on {
		display: block;
	}
	.header .fmnli::before {
		position: absolute;
		z-index: 1;
		content: "";
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -7px;
		width: 14px;
		height: 7px;
		background: url('../images/jt3.png') no-repeat center/cover;
		background-size: 14px auto !important;
	}
	.header .fmnli li a {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.5;
		color: #fff;
	}
	.fprodfl .list li {
		width: auto;
	}
	.fprodfl .list li .rt .btn {
		width: 50px;
	}
	.fprodfl .list li .rt .btn i {
		line-height: 22px;
		background-size: 10px auto !important;
		padding-left: 15px;
	}
	.fprodfl .list li .rt .btn {
		height: 22px;
	}
	.fprodfl .list {
		border: none;
		padding: 0;
	}
	.wrap {
		padding: 0 10px;
	}
	.fprodfl .list li .lable {
		width: 70px;
		line-height: 22px;
	}
	.fprodfl .list li .rt {
		width: calc(100% - 80px);
	}
	.fprodfl .list li .lable i {
		display: none;
	}
	.fprodfl .list li .rt .nav dd a {
		font-size: 12px;
		line-height: 22px;
	}
	.fprodfl .list li .rt .nav dd {
		margin-right: 0;
	}
	/*
	.fprodfl .list li .rt .nav dd:nth-child(n+4) {
	    display: none;
	}
	.fprodfl .list li.on .rt .nav dd:nth-child(n+4){
	    display: block;
	}
	*/
	
	.fprodfl .list li .rt .nav {
	    width: calc(100% - 70px);
	}
	.fprodfl .list li:last-child .rt .shuru,
	.fprodfl .list li:nth-child(n+6) {
	    display: none;
	}
	.fprodfl .list li.ftype {
		display: flex !important;
	}
	.fprodfl .list li:last-child {
	    display: flex !important;
	}
	.fprodfl .list li:last-child .lable {
		opacity: 0;
	}
	.fprodfl .list.on li:last-child .rt .shuru,
	.fprodfl .list.on li:nth-child(n+6) {
	    display: flex;
	}
	.fprodfl .list.on li:last-child .lable {
		opacity: 1;
	}
	.fubtn {
		width: 72px;
		background: #fff;
		border: 1px solid #DCDFE6;
		text-align: center;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		border-radius: 3px;
		overflow: hidden;
		height: 28px;
		cursor: pointer;
		transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		margin: 20px auto 0;
	}
	.fubtn i {
	    color: #606266;
	    font-size: 12px;
	    line-height: 29px;
	    display: block;
	    padding-left: 17px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    box-sizing: border-box;
	    background: url(../images/jt1.png) no-repeat left center;
	    background-size: 12px auto !important;
	    transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -webkit-transition: all 0.3s;
	    -o-transition: all 0.3s;
	}
	.fubtn.on {
	    border-color: #c6e2ff;
	    background-color: #ecf5ff;
	}
	.fubtn.on i {
	    background: url(../images/jt1-3.png) no-repeat left center;
	    color: #409EFF;
	}
	.fprodfl .list li .rt .btnls .btn {
		margin-left: 0;
	}
	.fprodfl .list li .rt .delebtn {
		margin-left: 10px;
	}
	.fprodfl .list li .rt .shuru {
		margin-bottom: 10px;
	}
	.fproduct .list ul {
		justify-content: space-between;
	}
	.fproduct .list ul li {
		width: calc((100% - 10px)/2);
		margin-bottom: 10px;
		margin-right: 0 !important;
	}
	.fproduct .list ul li .pic {
		height: 30vw;
	}
	.fmnli {
		display: block;
	}
	.fprod {
		padding: 15px 5px;
	}
	.fprod .pic,
	.fprod .text {
		float: none;
		width: auto;
	}
	.fprod .pic .ic {
		width: 150px;
	}
	.fprod .text h3 {
		font-size: 14px;
		margin-top: 10px;
	}
	.fprod .text .ove h5 {
		font-size: 14px;
	}
	.fprod .text .ove {
		margin-top: 10px;
	}
	.fprod .text h4 {
		margin-top: 10px;
		font-size: 16px;
	}
	.fcpdetail .desc {
		padding: 0 10px 15px;
	}
	.ftlt h3 {
		font-size: 14px;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.fcpdetail .detail {
		padding: 0 10px 10px;
	}
	.fcpdetail .detail .del {
		padding-top: 10px;
	}
	.fpage1 {
		padding: 10px 5px;
	}
	.fanhui {
		font-size: 16px;
		width: 100px;
		line-height: 36px;
	}
	.fpage1 .detail {
		padding: 15px;
	}
	.fpage ul li {
		margin: 0 2px;
	}
	.fpage ul li a {
		font-size: 12px;
		line-height: 26px;
		min-width: 26px;
		height: 26px;
	}
	.fpage ul li.prev img, 
	.fpage ul li.next img {
	    width: 12px;
	}
	.fpage .celi {
		display: none;
	}
	.fpage {
		padding: 20px 0 40px;
	}
	
}