/*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: #111;
    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: #111;
    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;background: #111;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    width: 100%;
}

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

.selected .gh a {
    /* background-color: transparent !important; */
	background: #111;
}


@media only screen and (max-width:1540px) {
	html{
		font-size: 15.4px;
	}
	
}
@media only screen and (max-width:1240px) {
	html{
		font-size: 12.4px;
	}
	
}
@media only screen and (max-width:992px) {
	h2{
		font-size: 20px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 16px !important;
	}
	p,
	h5,
	h6{
		font-size: 14px !important;
	}
	
	.wrap {
		width: auto;
		padding: 0 15px;
	}	
	html{
		font-size: 16px;
	}
	.uittops{
		display: none;
	}
	.header .tps{
		padding: 5px 0 !important;
	}
	.header .tps .wrap{
		height: 45px;
	}
	.header .fms{
		display: none;
	}
	.gh{
		display: block;
		position: static;
		margin-left: 20px;
	}
	.hnaver ul{
		display: block;
	}
	.hnaver{
		position: absolute;
		left: 0;right: 0;top: 100%;
		background: #fff;
		display: none;
	}
	.hnaver li::before{
		display: none;
	}
	.hnaver li a{
		font-size: 16px;
		line-height: 46px;
	}
	.layout{
		padding-top: 55px;
	}
	.hpage1{
		padding: 30px 0;
	}
	.htit{
		font-size: 22px;
	}
	.hpage1 .box{
		margin: 20px 30px 0;
	}
	.hbanner{
		height: 40vw;
	}
	.hbanner .prev, .hbanner .next{
		width: 30px;height: 30px;
		background-size: 10px auto !important;
	}
	.hpage2 .box{
		display: block;
	}
	.hpage2 .box .lts{
		width: auto;
		height: auto;
		padding: 30px;
	}
	.hpage2 .box .rts{
		width: auto;
		margin-top: 10px;
	}
	.uitswippro .pic{
		height: 10rem;
	}
	.layout{
		overflow: hidden;
	}
	.footer .tps .wrap{
		display: block;
	}
	.footer .cent{
		width: auto;
		display: block;
		display: none;
	}
	.footer .cent dl{
		padding: 0;
	}
	.footer .cent dl:nth-child(1):before,
	.footer .cent::before, .footer .cent::after{
		display: none;
	}
	.footer .lts{
		justify-content: center;
	}
	.footer .lts h6{
		margin-top: 0;
		margin-left: 10px;
	}
	.footer .tps{
		padding: 20px 0;
	}
	.footer .rts{
		margin: 20px auto 0;
	}
	.qwtit{
		font-size: 22px;
	}
	.prodels .hds{
		display: block;
	}
	.prodels .hds .lts{
		width: auto;
	}
	.prodels .hds .rts{
		width: auto;margin-top: 20px;
	}
	.uitswippro .swiper-slide{
		width: calc((100% - 42px)/3);
		margin: 0 20px 10px 0;
	}
	.uitswippro .swiper-slide:nth-child(3n){
		margin-right: 0;
	}
	.category .bds li{
		width: 33.33%;
	}
	.category .bds li{
	        border-right: 0.052083333333333336rem solid #eeeeee !important;
	        border-bottom: 0.052083333333333336rem solid #eeeeee !important;
	}
	.category .bds li:nth-last-child(-n + 3) {
	    border-bottom: none !important;
	}
	.category .bds li:nth-child(3n){
		border-right: none !important;
	}
	.pages ul li a,
	.pages dd a{
		font-size: 14px;
		line-height: 32px;
		padding: 0 12px;
	}
	.category .bds{
		margin-bottom: 30px;
	}
	.category{
		padding-bottom: 40px;
	}
	.yinsixy{
		padding: 30px 0;
	}
	.shenqgys .wrap{
		padding: 0 15px;
	}
		
	.ulist1 li .text .lc p{
		font-size: 14px;
	}
	.ulat{
		width: auto;position: static;
	}
	.usection .wrap{
		display: block;
	}
	.uritem{
		width: auto;
		margin-top: 20px;
	}
	.usection{
		padding: 20px 0;
	}
	.tbab li{
		margin-bottom: 10px;
	}
	.ulat .name{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.ulist2 li{
		display: block;
		padding:35px 15px 15px;
		position: relative;
	}
	.ulist2 li .lt{
		width: auto;
		padding: 0;
	}
	.ulist2 li .flex{
		display: block;
		margin-top: 10px;
	}
	.ulist2 li .flex p br{
		display: none;
	}
	.ulist2 li .flex p{
		display: flex;
		justify-content: space-between;
		width: auto !important;
		margin: 5px 0;
	}
	.ulist2 li .rt{
		width: auto;
	}
	.ulist2 li h5{
		position: absolute;
		right: 0;top: 0;margin: 0;
	}
	.ulist2 li .bt{
		margin-top: 10px;
	}
	.unext{
		width: 120px;
		line-height: 36px;
	}
	.uorderdel .hd{
		padding:35px 15px 15px;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.uorderdel .hd .lt .flex{
		display: block;
	}
	.uorderdel .hd .lt{
		width: auto;
	}
	.uorderdel .hd .lt h4{
		display: flex;
		justify-content: space-between;
	}
	.uorderdel .hd .rt h5{
		position: absolute;
		right: 0;top: 0;
		margin: 0;
	}
	.uorderdel .hd .rt .bt{
		margin-top: 10px;
	}
	.scoll{
		overflow-x: scroll;
	}
	.gyslogin .bds{
		display: block;
	}
	.gyslogin{
		padding: 80px 0;
	}
	.gyslogin .wrap{
		padding:0 15px ;
	}
	.gyslogin .forms{
		width: auto;
		padding: 15px;
	}
	.gyslogin .bs{
		margin-top: 15px;
	}
	.gyslogin .btn{
		margin-top: 10px;
	}
	.gyslogin .pic{
		display: none;
	}
	.ucartlist li{
		display: block;
		padding: 10px 60px 10px 30px;
	}
	.ucartlist li .uche{
		position: absolute;
		left: 10px;top: 50%;
		margin-top: -0.6754rem;
	}
	.udelete{
		width: 60px;
	}
	.ucartlist li a{
		width: auto;border: none;
	}
	.ucartlist li dl{
		display: block;
	}
	.ucartlist li dd{
		width: auto !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ucartlist li .txt{
		width: auto;
		padding: 0 20px;
	}
	.carflex{
		display: block;
		padding: 10px;
	}
	.carflex .pubtn{
		width: 120px;
		line-height: 42px;
	}
	.carflex .rt{
		justify-content: space-between;
	}
	.viewcon{
		padding: 30px 0;
	}
	.viewcon p{
		padding: 20px 0 30px;
	}
	.uform1 li .txt{
		height: 42px;
	}
	.rtab ul{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.ulist2 li .rt{
		border: none;
	}
	.ulist2 li .flax{
		justify-content: flex-end;
	}
	.ulist2 li .flex1 h4{
		font-size: 14px;
	}
	.ulist2 li .flex1 h6 i{
		font-size: 14px;
	}
	.ulist2 li .flex1{
		padding-top: 10px;
	}
	.uitdingd li{
		padding: 10px;
	}
	.uitdingd li{
		display: block;
	}
	.uitdingd li .ls a{
		width: auto;padding-right: 0;
		border: none;
	}
	.uitdingd li .flex{
		width: auto;
		margin-top: 10px;
	}
	.hyqrqd .ds .box{
		padding: 10px;
	}
	.hyqrqd .ds .box p span{
		font-size: 14px;
	}
	.hyqrqd .ds .box.on{
		padding: 10px 10px 0;
	}
	.utiamx{
		padding: 10px;
	}
	.utiamx .th li h6{
		font-size: 16px;
	}
	.utiamx .tb .uform1 li{
		margin: 0 0 10px 0 !important;
	}
	.utiamx .tb .uform1 .ul4{
		margin: 0;
	}
	.utiamx .ebtn{
		line-height: 36px;width: 120px;
	}
}
@media only screen and (max-width:768px) {
	.uform2 li.wid30{
		width: 100%;
		margin: 0 0 5px 0;
	}
	.hyqrqd .ds dd{
		margin-bottom: 10px;
	}
	.utanc1{
		width: auto;
		margin: 0 15px;
	}
	.uline ul{
		display: block;
	}
	.uline ul li:before{
		display: none;
	}
	.uorderdel .textdel h5{
		font-size: 18px !important;
	}
	.uform1 li,
	.uform2 li.wid50{
		margin: 0 0 5px 0;
		width: 100% !important;
	}
	.uform1 li h6{
		font-size: 16px !important;
	}
	.uform1 ul{
		margin-top: 10px;
	}
	.uline ul li .ico{
		width: 38px;
		line-height: 38px;
		height: 38px;
		margin-bottom: 5px;
	}
	.uline ul li{
		width: auto;
		background: #fff;
		padding: 10px;
		border-radius: 5px;
		margin-bottom: 2px;
	}
	.ulist1 li .icon{
		width: 80px;height: 80px;
	}
	.ulist1 li .flexbtn a{
		line-height: 36px;
		padding: 0 20px;
	}
	.ulist1 li .text .lc{
		width: auto;
		display: block;
		margin: 10px 0;
	}
	.ulist1 li .text .flex{
		display: block;
	}
	.flexsearch{
		display: block;
	}
	.uaddbtn{
		width: 150px;
		line-height: 40px;
		margin: 0 0 10px 0;
	}
	.shenqgys .box .forms dl{
		display: block;
	}
	.usearch{
		width: 100%;
	}
	.usearch .txt{
		height: 40px;
	}
	.shenqgys .box .forms li{
		margin-bottom: 0;
	}
	.shenqgys .box .forms dd{
		width: auto;
		margin: 0 0 5px 0;
	}
	.shenqgys .box .btn{
		margin: 20px auto;
	}
	.shenqgys .box .forms .lsele,
	.shenqgys .box .forms .t1{
		font-size: 16px;
		height: 38px;
	}
	.shenqgys .box{
		padding: 15px;
	}
	.shenqgys{
		padding: 30px 0;
	}
	.category .bds li{
		width: 49%;border: none !important;
		background: #fff;margin-bottom: 10px;
	}
	.category .bds li .pic{
		height: 10rem;
	}
	.category .bds{
		padding: 0;background: none;
	}
	.category .bds ul{
		justify-content: space-between;
	}
	.uitswippro .swiper-slide,
	.hpage2 .box .uitswippro .swiper-slide{
		width: 49%;margin: 0 0 10px 0;
	}
	.hpage2 .box .uitswippro .swiper-wrapper{
		justify-content: space-between;
	}
	.hpage2{
		padding-bottom: 30px;
	}
	.hpage2 .box .lts p{
		margin: 15px 0;
	}
	.header .tps .logo img{
		width: auto;height: 32px;
	}
	.header .tps .btn{
		margin-left: 20px;
	}
	.prodels .hds .bs{
		height: 15rem;
	}
	.prodels .hds .hs{
		height: 20rem;
	}
	.prodels{
		padding: 20px 0;
	}
	.prodels .hds .rts dd{
		line-height: 32px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.prodels .hds .seach button{
		width: 40px;display: block;
		line-height: 40px;position: relative;
		margin: 0;height: 40px;font-size: 20px;
	}
	.prodels .hds .seach{
		width: 150px;height: 40px;
	}
	.prodels .hds .seach .t1{
		height: 30px;
	}
	.prodels .hds .seach button#decrease{
		position: relative;top: -2px;
	}
	.prodels .hds .rts h6{
		font-size: 18px !important;
	}
	.prodels .bds{
		margin: 20px 0;
	}
	.prodels .bds .box{
		padding: 20px;
	}
	.uitswippro .swiper-wrapper{
		justify-content: space-between;
	}
	.prodels .fts h3{
		padding: 0 5px;font-size: 16px !important;
	}
	.crumbs{
		padding-top: 20px;
	}
	.uform1 li .txt1{
		height: 100px;
	}
	.uorderdel .textdel h6{
	    width: 10rem;
	}
}