  html,body{
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .page{
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
  }
  .page1,.page2{
    background-image: url(../images/bg1.jpg);
    background-size: 100% 100%;
  }
  .page3{
    background-image: url(../images/bg2.jpg);
    background-size: 100% 100%;
  }
  .top{
    background-image: url(../images/top.png);
    background-size: 100% 100%;
    width: 60%;
    height: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
  }
  .top1{
    background-image: url(../images/top1.png);
    background-size: 100% 100%;
    width: 50%;
    height: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
  }
  .top2{
    background-image: url(../images/top2.png);
    background-size: 100% 100%;
    width: 50%;
    height: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
  }
  .information{
    padding-top: 52%;
  }
  .name,.phone,.dormitory,.number{
    letter-spacing: -0.5px;
    margin-left: 2%;
    font-size: 15px;
    width: 25%;
    height: 42px;
    display: flex;
    float: left;
    padding-left: 5%;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center; /* Firefox */
    -o-align-items: center; /* Opera */  
    color: #584326;
  }
  .phone-1,.name-1,.dormitory-1{
    font-size: 15px;
    padding-left: 10px;
    border:0;
    border-color:#fff;
    border-radius: 5px;
    width: 60%;
    height: 42px;
    display: flex;
    float: left;
  }
  .span-style {
  	font-size: 15px;
    width: 12%;
    height: 42px;
    line-height: 42px;
    display: flex;
    float: left;
  }
  .phone-number{
    top: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    padding-left: 10px;
    width: 60%;
    height: 44px;
    border:0;
    border-color:#fff;
    border-radius: 5px;
  }
  .number1{
    display: flex;
    float: left;
    width: 45%;
    height: 42px;
  }
  .remind{
    color: #137eed;
    margin-top: 10px;
    font-size: 14px;
    margin: 5px 5% 0px 7%;
  }
  .remind >span{
    font-weight: bold;
  }
  .remind1{
    color: #137eed;
    top: 56%;
    font-size: 14px;
    margin: 0px 5% 0px 7%;
  }
  .remind1 >span{
    font-weight: bold;
  }
  .company{
    height: 20px;
    bottom: 0;
    font-size: 12px;
    background-color: #85c0fc;
    color: #fff;
    line-height: 20px;
  }
  /*预定按钮*/
  .but-1{
  }
  /*订单记录按钮*/
  .but-2{
  	margin-top: 10px;
  }
  /*返回按钮*/
  .but-3{
    top: 67%;
  }
  /*查询按钮*/
  .but-4{
    top: 53%;
  }
  /*返回按钮*/
  .but-5{
    top: 64%;
  }
  /*订单记录返回按钮*/
  .but-6{
    top: 86%;
  }
  .reduce{
    background-image: url(../images/reduce.png);
    border-top-left-radius:5px ;
    border-bottom-left-radius: 5px;
    background-size: 100% 100%;
    width: 30%;
    height: 42px;
    background-color: #fff;
    line-height: 42px;
    color: #999;
    font-size: 40px;
  }
  .plus{
    background-image: url(../images/plus.png);
     border-top-right-radius:5px ;
    border-bottom-right-radius: 5px;
    background-size: 100% 100%;
    width: 30%;
    height: 42px;
    background-color: #fff;
    line-height: 42px;
    color: #999;
    font-size: 40px;
  }
  .number2{
    background-size: 100% 100%;
    border-radius: 0px;
    font-size: 22px;
    color: #333333;
    width: 30%;
    height: 42px;
    border:0;
    border-color:#fff;
  }
  .success{
    background-image: url(../images/success.png);
    background-size: 100% 100%;
    width: 28%;
    height: 20%;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .size{
    top: 26%;
  }
  .demo{
    overflow: auto;
    background-color: #fff;
    height: 57.5%;
    top: 25%;
    border-radius: 8px;
    margin: 0px 16px 0px 16px;
  }
  .title{
    padding: 20px;
  }
  .body{
  	overflow: auto;
    height: 82%;
    padding:0px 15px 15px 13px;
    font-size: 15px;
  }
  .order-time{
    float: left;
    height:40px;
    width:26%;
  }
  .d-number{
    float: left;
    height:40px;
    width:25%;
    margin-left: 1%;
  }
  .bucket{
    float: left;
    height:40px;
    width:20%;
  }
  .state{
    float: left;
    height:40px;
    width:20%;
    margin-left: 7%;
  }
  .Split-line{
    background-color: #eeeeee;
    height: 1px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .color{
    color: #ffb321;
  }
  .text {
 		top: 25%;
 		text-align: center;
  }
  .number0 {
    width: 20%;
    border: 0;
    border-color: #fff;
    border-radius: 5px;
    display: flex;
    float: left;
    height: 35px;
	}
	.min-height-568 {
		min-height: 568px;
	}
  @media (max-height: 736px){       
  }
  @media (max-height: 667px){
  }
  @media (max-height: 568px){
    .name, .phone, .dormitory, .number{height: 38px;}
    .plus,.number2,.reduce,.number1,.phone-1, .name-1, .dormitory-1{height: 38px;}
    .remind {font-size: 13px;}
    .remind1{top: 53%;font-size: 13px;}
    .phone-number{padding-left: 5px;}
    .body{font-size: 13px;}
  }
  @media (max-height: 480px){
    .name, .phone, .dormitory, .number{height: 32px;}
    .plus,.number2,.reduce,.number1,.phone-1, .name-1, .dormitory-1{height: 32px;}
    .remind {font-size: 13px;}
    .information {padding-top: 50%;}
    .but-1{}
    .top {
    	width: 56%;
    	height: 21%;
    }
    .text {
    	top: 22%;
    }
  }
