.ru-shop{padding: 0;overflow: hidden;margin: 0 auto;}
.ru-shop img{display: block;margin: 0 auto;width: 100%;}
.index_head .navbar-light .navbar-toggler-icon {
  background: url(/static/images/special/shopimg/mnav.png) no-repeat;
    background-size: auto;
  background-size: contain;
}

a:hover{text-decoration: none;}
.zt-shopOne{background-color: #f6f6f6;padding: 50px 0;margin-bottom: 50px;}
.Onea{padding: 0 30px;}
.Onea h4{font-size: 22px;color: #333;text-align: center;font-weight: bold;}
.Onea p.Oneades{font-size: 18px;color: #666;text-align: center;margin: 30px auto;line-height: 30px;}
.Onea p.OneaClick{text-align: center;margin-bottom: 0;}



.Twoa .titico{display: flex;justify-content: center;align-items: center;}
.Twoa .titico h2{margin-bottom: 0;font-size: 36px;color: #333;line-height: 42px;font-weight: revert;text-align: center;}
.Twoa .titico img:first-child{position: relative;right: 1%;}
.Twoa .titico img:last-child{position: relative;left: 1%;}
.Twoa p{font-size: 18px;color: #666;text-align: center;padding: 0 120px;line-height: 30px;margin: 15px auto;}
.Twoblist .Twobcon{background-color: #eef1f2;text-align: center;padding: 20px 30px;height: 100%;}
.Twobimg p{font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.shopdes{margin: 25px 0 15px;}
.shopdes p{margin-bottom: 0;font-size: 18px;color: #c81528;}
p.shoptd{font-size: 18px;color: #666;margin-bottom: 0;}
.Twoc{display: flex;align-items: center;margin-top: 40px;}
.Twoc .TwocR{font-size: 18px;color: #666;border: solid 1px #4887e2;padding: 20px 25px 20px 50px;}
.Twod{display: flex;justify-content: center;margin-top: 30px;}
.Twod p{margin-bottom: 0;margin-left: 15px;margin-right: 15px;}
.Twod p a{display: block;padding: 1.5rem 1.25rem;color: white;font-size: 18px;border-radius: 5px;}
.Twod p a span{padding-right: 1.25rem;}
.Twod p:first-child a{background-color: #c81528;}
.Twod p:last-child a{background-color: #199d0f;}

.zt-shopThree{background-color: #f6f6f6;padding: 50px 0 30px;margin-top: 50px;}
.Threea .titico{display: flex;justify-content: center;align-items: center;margin-bottom:30px;}
.Threea .titico h2{margin-bottom: 0;font-size: 36px;color: #333;line-height: 42px;font-weight: revert;text-align: center;}
.Threea .titico img:first-child{position: relative;right: 1%;}
.Threea .titico img:last-child{position: relative;left: 1%;}
.Threea p{font-size: 18px;color: #666;margin-bottom: 0;text-align: center;}
.Threeb{margin-top: 30px;}
.caseimg{width: 100%;}
.casedes{background-color: #fff;padding-left: 0.9375rem;}
.blistw h4{padding: 20px 0;margin-bottom: 0;}
.blistw h4 a {font-size: 22px;color: #333;font-weight: bold;}
.blistw p{margin-bottom: 0;font-size: 18px;color: #666;line-height: 30px;}
.casedes .casemore{background-color: #c81528;display: inline-block;padding: 18px 30px;border-radius: 10px;margin: 20px 0 30px;}
.casedes .casemore a{font-size: 18px;color: white;}
.casedes .casemore a span{padding-right: 30px;}
.Threeblist > div{margin-bottom: 30px;}

.Fourico{display: flex;justify-content: center;align-items: center;margin:30px 0;}
.Fourico h2{margin-bottom: 0;font-size: 36px;color: #333;line-height: 42px;font-weight: revert;text-align: center;}
.Fourico img:first-child{position: relative;right: 1%;}
.Fourico img:last-child{position: relative;left: 1%;}
.listL{float: left;background-color: #c81528;padding: 0.9375rem;border-radius: 50%;}
.listR{margin-left: 6rem;}
.Fourlist{margin-bottom: 30px;}
.Fourlistcon{background-color: #f1f1f1;border-radius: 10px;padding: 25px 15px 15px 25px;height: 100%;}


.zt-shopformbg{background-color: #f6f6f6;padding-bottom: 30px;margin-top: 15px;}
.zt-shopformhead{display: flex;justify-content: center;align-items: center;margin-bottom: 1.25rem;}
.zt-shopformhead h2{margin: 0;font-size: 36px;color: #333;line-height: 42px;font-weight: revert;}
.zt-shopformhead img:first-child{position: relative;right: 1%;}
.zt-shopformhead img:last-child{position: relative;left: 1%;}
textarea{resize: none;}
.liuyan .sub{width: 100%;}



.right-operation {
  position: relative;
  background-color: #f1f1f1;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px 0 0 5px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  overflow: hidden;
}

.right-operation a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #555;
}

.right-operation a img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.right-operation a img.hide {
  display: none;
}

.right-operation a p {
  text-align: center;
  padding: 10px 7px 0;
  font-size: 12px;
}

.right-operation a.active {
  background-color: #c81528;
}

.right-operation a.active p {
  color: #fff;
}

.right-operation a.active>img:nth-child(1) {
  display: none;
}

.right-operation a.active>img:nth-child(2) {
  display: block;
}

#LRfloater0{display: none;}

@media (max-width: 1660px) {
	.shopdes p,p.shoptd{font-size: 16px;}
	.Twoc .TwocR p{margin-bottom: 0;}
	.blistw.casemoreB{height: 185px;}
	
}

@media  (max-width: 1200px) {
	.Twoblist .Twobcon{padding: 20px;}
	.Twobimg p{font-size: 16px;}
	.Twobimg img{width: 100%;}
	p.shoptd{display: none;}
	.shopdes p{font-size: 14px;}
	.Twoc .TwocR{font-size: 15px;}
}




@media (max-width: 992px) {
	.Twobimg p{font-size: 18px;}
	.Twobimg img{width: auto;}
	.shopdes p{font-size: 16px;}
	.Twoblist .col-md-6{margin-bottom: 20px;}
	.Twoc{flex-direction: column;margin-top: 0;}
	.Twoa p{padding: 0;}
	
}

@media (max-width: 768px) {
  .Onea p.OneaClick img{width: 100%;display: block;margin: 0 auto;}
  .Twod p a{padding: 1rem;font-size: 16px;}
  .Twod p a span{display: none;}
}

@media (max-width: 525px) {
	.Twod{flex-direction: column;text-align: center;}
	.Twod p:first-child{margin-bottom: 15px;}
	.Twod p a span{display: block;}
  .Twod p a{padding: 1rem;font-size: 14px;}
  .TwocL img{width: 100%;}
  .Twoc .TwocR{padding: 15px;}
   .titico img,.Fourico img{display: none;}
   .listL{display: none;}
   .listR{margin-left: 0;}
	
}

@media (max-width: 460px) {
	.casedes .casemore a span{display: none;}
	.casedes .casemore a{font-size: 16px;}
	.casedes .casemore{padding: 15px 20px;}
	.blistw.casemoreB{height: 210px;}
	.blistw h4{padding: 15px 0;}
	.blistw h4 a{font-size: 18px;}
}

@media (min-width:768px) {
	form#form.zt-mform{display: none !important;}
}






