html,
body {
  position: relative;
  height: 100%;
  background-color: #f0f4f4!important;
}
p{
    background-color: transparent!important;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
@media (max-width:768px){
    table span{
    	/* font-size: 10px!important; */
    	line-height: 1.5!important;
    }
	table{
		width: 100%!important;
		table-layout: fixed;
		word-break: break-all;
	}
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  background: rgb(240,244,244);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fanhui{
    padding: 10px 20px;
    display: block;
}
.colo h4,.cun h4{
    border: 1px solid black;
    padding: 10px 0 10px 10px;
}
.colo-r{
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}
.colo-rr{
    width: 50px;
    height: 50px;
}
.kx{
	margin-top: 50px;
	border-top:2px solid black;
    padding: 50px 20px;
}
.kx-bot{
    padding: 50px 20px;
    border-bottom:2px solid black;
}
.ke{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gui,.gui1{
    float:right;
    width: 25px;
    height: 3px;
    background: #000;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
}
.gui1{
	margin-top: -20px;
}
.menu,.menu1{
    display: none;
}
#mobile:checked ~ .menu,#mobile1:checked ~ .menu1{
    /* opacity: 1; */
    display: block;
    transition: opacity .2s ease-in,height .2s ease-in;
}
.gui::before,.gui1::before{
    transform: translatey(0) rotate(90deg);
    opacity: 1;
     /* margin-left: 5px; */
     content: '';
     position: absolute;
     /* top: 7px; */
     width: 25px;
     height: 3px;
     background: #000;
     -webkit-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
#mobile:checked~.ke>.gui::before,#mobile1:checked~.ke1>.gui1::before{
    opacity: 0;
}
#KeyShotXR{
    margin: 0 auto;
    z-index: 96;
}
.box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.box-bor{
    text-align: center;
    /* margin-top: 50px; */
	margin-top: 5vh;
}
.bor{
    border:1px solid black;
    /* padding: 15px 40px; */
}
.KeyShot{
    margin-top: 30px;
}
