@charset "UTF-8";
html,body{
  height:100%;
  width:100%;
  overflow:hidden;
  margin:0;
  padding:0;
}
main{
  width:100%;
  height:100%;
  overflow:hidden;
  margin:0;
  padding:0;
}
#matbomcont {
  position: fixed;
  width: 100%;
  height:100%;
}
.scenario {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  z-index: 2;
}
.reitop{
  text-align: center;
}
.reitop img{
  width : 400px;
  height : 267px;
}
.reitop p{
  margin-top : 10px;
  font-size : 12px;
  color: #999;
}
.uplodn{
  position: relative;
  display: inline-block;
  width : 120px;
  height : 42px;
  line-height: 42px;
  background: #000;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.uplodn input{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.none {
  display: none!important;
}
.content-box{
  position: relative;
  z-index: 3;
  height: 100%;
}
.content-box .back{
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/back2.png') no-repeat;
  background-size: 100% 100%;
}
.mune-box{
  float: right;
  height: 100%;
}
.mune-box .menu2{
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/menu2.png') no-repeat;
  background-size: 100% 100%;
}
.right-box{
  height: 100%;
  overflow: hidden;
}
.mune-box .Open-box{
  float: right;
  width: 0.5rem;
  background: #ffffff;
  border-radius: 50px;
  padding-bottom: 0.2rem;
}
.mune-box .Open-box .mune span{
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/close2.png') no-repeat;
  background-size: 100% 100%;
}
.mune-box .Open-box .mune div{
  font-size: 0.2rem;
  padding: 0.3rem 0.05rem;
  text-align: center;
}
.mune-box .Open-box .mune .rpon:after{
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background: url(../images/left.png) no-repeat;
  background-size: 100% 100%;
  margin-left: -0.05rem;
  position: relative;
  top: -0.15rem;
}
.mune-box  .all-img-box{
  float: left;
  background: #ffffff;
  margin-top: 1.2rem;
  padding: 0.2rem 0.15rem 0.5rem;
  border: 1px solid #dddddd;
  overflow-y: auto!important;
  max-height: 80%;
  width: 4rem;
}
.mune-box  .all-img-box ul li{
  width: 48%;
  margin-top: 0.2rem;
  float: left;
  margin-right: 4%;
}
.mune-box  .all-img-box ul li:nth-child(2n){
  margin-right: 0;
}
.mune-box  .all-img-box ul li img{
  width: 100%;
  height: 1rem;
}
.upimgs span{
  display: inline-block;
  width: 0.36rem;
  height: 0.3rem;
  background: url('../images/upimg.png') no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.collo {
  position: absolute;
  top: 100px;
  left: calc(50% - 100px);
  width: 200px;
  height: 133px;
  outline: none;
  z-index: 9;
}
.collo .c_opa {
  height:auto;
}
.collo .matchpng {
  width: 100%;
  height: 100%;
}
.collo .btn_close {
  position: absolute;
  right: -40px;
  top: -42px;
  width: 24px;
  height: 24px;
  background-image: url('../images/btn_close.png');
}
.collo .btn_left {
  position: absolute;
  width: 24px;
  height: 32px;
  top:50%;
  left: -40px;
  cursor:e-resize;
  background-image: url('../images/btn_left.png');
  transform: translateY(-50%);
}
.collo .btn_right {
  position: absolute;
  width: 24px;
  height: 32px;
  top:50%;
  right: -40px;
  cursor:e-resize;
  background-image: url('../images/btn_right.png');
  transform: translateY(-50%);
}
.collo .btn_bottom {
  position: absolute;
  width: 32px;
  height: 24px;
  left:50%;
  bottom: -46px;
  cursor:s-resize;
  background-image: url('../images/btn_bottom.png');
  transform: translateX(-50%);
}
.collo .btn_rotate {
  position: absolute;
  width: 28px;
  height: 24px;
  left:50%;
  top: -46px;
  background-image: url('../images/btn_rotate.png');
  cursor: url('../images/cursor_rotate.cur'), default;
  transform: translateX(-50%);
}
.collo .btn_opa {
  background-size: 100% 100%;
}
.pd4 {
  padding: 20px 200px;
}