@import url("../../icon/iconfont.css");

body {
  background-color: #eee;
}

/**************************************公共样式*************************************/
.mt1{ margin-top:1rem; }
.mt6 {
    margin-top:6rem !important;
}
.mt7{ margin-top:7rem; }
.mt8{ margin-top:8rem; }
.mt10{ margin-top:10rem; }
.mt12{ margin-top:12rem; }
.color00a6f8{ color:#00a6f8; }
.colorffffff{ color:#ffffff; }
/**************************************公共样式*************************************/

/**************************************登录界面*************************************/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom:27px;
  text-align:center;
  margin-top:1.2rem;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hide {
    display: none !important;
}
/**************************************登录界面*************************************/

/**************************************订单查询界面*************************************/
.order-choose {
  max-width: 640px;
  margin: 0 auto;
  padding:25px;
}

.order-check {
  max-width: 640px;
  margin: 0 auto;
}

.order-ctript {
  max-width: 60%;
  margin: 0 auto;
}

.order-check-header {
  max-width: 640px;
  position:fixed; top:0.5rem; z-index:999; background-color:#eee; 
}
.order-list {
  max-width: 640px;
  margin:72px auto 20px auto;
}
.order-detail {
  max-width: 640px;
  margin:70px auto 20px auto;
}
.order-detail .stock_change span{ width:30px; height:30px; line-height:30px; text-align:center; cursor:pointer; }
.order-detail .t_num{ width:35px; text-align:center; }

.fixed-top {
    border-bottom: 1px #e6e4e4 solid;
}
.fixed-bottom {
    border-top: 1px #e6e4e4 solid;
}
/**************************************订单查询界面*************************************/