@charset 'Utf-8';
*{
	margin:0;
	padding:0;
}
html{
	font-size:625%;
 
}
body{
    margin: 0 auto;
    background-color: #fff;
	font-size:0.12rem;
}
img{
	display:block;
	width:100%;
	height:100%;

}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.clearfix:after{
   content:"";
   display:block;
   clear:both;
}
i{
  font-style:normal;
}
a{
	color:#000;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}
div,figure,figcaption{
	box-sizing:border-box; 
}
input[type=button], input[type=submit], input[type=file], button { 
	 cursor: pointer;
	 -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  -webkit-appearance:none;
  outline: none;
  border: none;
 } 

/***********************************登陆页面样式*******************************************/
.main_box{
  padding:0.17rem 0.24rem;
  background:#fbc6d0;
  overflow:hidden;
  height:100%;
  color:#fff;
}
     .main_box ul{
      overflow:hidden;
      width:100%;
      height:30%;
      margin-bottom:5%;

     }
     .main_box .left ul li{
      float:left;
      width:30%;
      height:100%;
      margin-right:5%;
      overflow:hidden
     }
     .main_box .left ul li:last-child{
      margin:0;
     }
     .main_box .left .x1{
       width:100%;
       height:100%;
     } 
     .main_box .left ul li div{
      width:96%;
        height:50%;
        border-radius: 10px;
        background:#f596aa;
        margin:0.05rem 2%;
        box-shadow: 0 0 1px rgba(0,0,0,0.2);
           /*width:200px;
           height:100px;
           border-radius:0.05rem;
           background:#fbc6d0;
         box-shadow: 0 0 10px #06c;*/
     }
     .main_box .left ul li p{
      margin-top:0.1rem;
      height:0.8rem;
     }
     .main_box .left{
      width:60%;
      height:100%;
/*      overflow:scroll;*/
      padding-bottom:0.62rem;
      position:fixed;
      width:60%;
     }
     .main_box ul li p span{
      
      width:0.16rem; 
      /*color:#fff;*/
      display:inline-block; 
      vertical-align:top;   
      line-height:0.15rem;
      
     }
     .main_box ul li p span.ss{
      /*margin:15px auto;  */
      transform:rotate(90deg);  
        -ms-transform:rotate(90deg);    /* IE 9 */  
        -moz-transform:rotate(90deg);   /* Firefox */  
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */  
        -o-transform:rotate(90deg);     /* Opera */  
     }
     .main_box ul li p span:first-child{
      font-size:0.14rem;
     }
     .main_box ul li p span:nth-child(2){
      font-size:0.15rem;
     }
     .main_box ul li p span:last-child{
      font-size:0.12rem;
     }
     .foot {
      position:fixed;
      bottom:0;
      width:100%;
      height:0.45rem;
      line-height:0.45rem;
      background:#fff;
      text-align:center;
      font-size:0.14rem;
     }
     .foot i{
      display:inline-block;
      width:0.22rem;
      height:0.2rem;
      vertical-align:middle;
      margin-right:0.05rem;
      background:url(../images/1.png)no-repeat 0rem 0rem;
      background-size:100%;
     }
     .right{
      width:40%;
      /*color:#fff;*/
      padding:0 0 0 0.45rem;
     }
     .right .top{
      height:1rem;
     }
     .right .top span{
      display:block;
      width:0.24rem;
      margin:0.15rem 0;
      /*color:#fff;*/
      font-size:0.24rem;
     }
     .right p{
      font-size:0.15rem;
      margin-top:0.45rem;
      margin-bottom:0.22rem;
     }
     .right ul{
      width:50%;
      border-bottom:1px solid #fff;
     }
     .right ul li{
      line-height:0.2rem
     }
     .right ul li:first-child{
      font-size:0.12rem;
     }
     .right ul li:last-child{
      font-size:0.15rem;
      text-align:right
     }
     .right div.u2{
      margin-top:0.35rem;
     }