@charset "utf-8";
/* CSS Document */
body,
section,
article,
aside,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
textarea,
input,
select,
form {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}
input,
button {
  -webkit-appearance: none;
  outline: none;
}
/*设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:auto;*/
* {
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  -webkit-user-select: none; /*webkit浏览器*/
  -moz-user-select: none; /*火狐*/
  -ms-user-select: none; /*IE10*/
  user-select: none;
}
input,
textarea {
  -webkit-user-select: auto; /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", 微软雅黑;
  color: #4c4c4c;
  /*background-color: #f8f9fb;*/
  font-size: 0.7rem;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
/*244*/
.tips {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* background: url(../img/login_bg.jpg) no-repeat top left;
    background-size: cover;*/
}
.inp input {
  width: 100%;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  resize: none;
  outline: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
}
.inp input::-webkit-input-placeholder {
  color: #888;
}
.inp textarea {
  width: 100%;
  height: 6rem;
  line-height: 140%;
  padding: 0.5rem;
  box-sizing: border-box;
  resize: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
}
.selec select {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  resize: none;
  outline: none;
  border: none;

  color: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: transparent;
  z-index: 100;
  background: #CF8F65;
}
.selec {
  position: relative;
  /* background: #ff2323; */
}
.selec:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 1.2rem;
  height: 0.6rem;
  margin-top: -0.25rem;
  /* background: url(../img/select_icon.png) no-repeat center; */
  background-size: 100% auto;
}
.rule1-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.2rem; /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.2rem;
}
.rule1-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 0.2rem; /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.2rem;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #755a63;
}
.rule1-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.index {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  /*overflow-y: scroll;*/
  overflow: visible;
  position: relative;
  padding: 2rem 0 2.8rem;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  background-color: #f8f9fb;
}
.page {
  position: relative;
  width: 100%;
  min-height: 100%;

  overflow: hidden;
}
.tit {
  width: 100%;
  font-size: 1rem;
  text-align: center;
}

.large-btn {
  width: 14rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  text-align: center;
  background: #CF8F65;
  border-radius: 1rem;
  color: #fff;
}
.small-btn {
  width: 3rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 0.5rem;
  color: #CF8F65;
  border: 1px solid #CF8F65;
  box-sizing: border-box;
}
.tips-tit {
	width: 100%;
    margin-top: 0.6rem;
    font-size: 0.7rem;
    /* color: #888; */
    font-weight: 700;
    color: #4c4c4c;
}
.tips-text {
	margin-top: 0.4rem;
    font-size: 0.6rem;
    /* color: #888; */
    line-height: 140%;
    color: #4c4c4c;
}

.kefu-tips {
  width: 14rem;
  margin: 2rem auto 0;
  text-align: right;
}
.kefu_call {
  width: 100%;
  position: absolute;
  bottom: 0.4rem;
  text-align: right;
  padding-right: 3%;
  box-sizing: border-box;
}
/*操作成功*/
.success-box {
  width: 15rem;
  margin: 5rem auto 0;
  padding-bottom: 2rem;
  background: #fff;
  overflow: hidden;
}
.success-tit {
  width: 6.5rem;
  margin: 1rem auto 0;
}
.success-tips {
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
  color: #CF8F65;
  font-weight: 600;
}
.success-text {
  width: 100%;
  margin: 0.25rem auto 0;
  color: #4a4a4a;
  text-align: center;
}
.success-btn {
  margin: 1.2rem auto 0;
}

/*支付页面*/
.pay-tit-tips {
  /* position: absolute; */
  left: 0;
  bottom: 6rem;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-bottom: 1px solid #f8f8f8;
  box-sizing: border-box;
  background: #fff;
}
.pay-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
}
.pay-list li {
  position: relative;
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid #f8f8f8;
  box-sizing: border-box;
}
.pay-list li:last-child {
  border-bottom: none;
}
.pay-icon {
  position: absolute;
  top: 0.4rem;
  left: 5rem;
  width: 1.2rem;
}
.pay-type {
  position: absolute;
  top: 0.4rem;
  left: 7rem;
  height: 1.2rem;
  line-height: 1.2rem;
}
.pay-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

/*个人中心头部*/
/*.my-head-box{
	position: relative;
	width: 100%;
	height: 5rem;
	background: #fff;
	margin-bottom: 0.1rem;
}*/
.my-head-box {
  position: relative;
  width: 100%;
  height: 5rem;
  /* background: #fff; */
  margin-bottom: 1rem;
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.my-tx {
  /* width: 3.875rem; */
  width: 3rem;
}
.my-tx img {
  /* border-radius: 50%; */
}
.integral-middle {
  color: #fff;
  font-size: 0.5rem;
}
.my-jifen {
  height: 1.5rem;
  line-height: 1.5rem;
}
.my-tele {
  height: 1.5rem;
  line-height: 1.5rem;
}

/*一些盒子*/
.box {
  width: 15rem;
  margin: 0.4rem auto;
  padding: 0.4rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(214, 218, 225, 0.6);
}
.box12 {
  width: 100%;
  margin-top: 0.6rem;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(214, 218, 225, 0.6);
  background: #fff;
}
.box13 {
  width: 15rem;
  margin: 0.6rem auto 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(214, 218, 225, 0.6);
}
.box11 {
  width: 15rem;
  margin: 0.4rem auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(214, 218, 225, 0.6);
}
.box1 {
  width: 100%;
  padding: 0.4rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.box2 {
  width: 90%;
  margin: 0 auto;
  border-radius: 0.4rem;
  height: 1.7rem;
  display: flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(214, 218, 225, 0.2);
}
.box3 {
  width: 100%;
  padding: 0.4rem 0.4rem 0.4rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
}
.box4 {
  width: 100%;
  padding: 0.4rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
  border: 1px dashed #f8f8f8;
}
.box5 {
  position: relative;
  width: 100%;
  padding: 0.4rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.box6 {
  width: 100%;
  margin-top: 0.6rem;
}
.box7 {
  width: 100%;
  padding: 0 0.4rem 0.6rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
}
.box8 {
  position: relative;
  width: 90%;
  padding: 0.4rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  margin: 0.5rem auto 0.125rem;
}
.box9 {
  position: relative;
  width: 100%;
  padding: 0.6rem;
  box-sizing: border-box;
}
.box10 {
  position: relative;
  width: 90%;
  padding: 0.4rem 0.6rem;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto 0.125rem;
}
/*文段*/
.text {
  height: 1rem;
  line-height: 1rem;
}
/*配件购买列表*/
.accessories-box {
  width: 15rem;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(214, 218, 225, 0.6);
}
.shop-text {
  float: left;
  height: 1rem;
  line-height: 1rem;
}
.accessories-list {
  width: 100%;
  padding: 0.5rem 0.6rem;
  box-sizing: border-box;
  margin-bottom: 1px;
  background: #fefbfb;
}
.accessories-list li {
  width: 100%;
  margin-bottom: 1.2rem;
}
.accessories-list li:last-child {
  margin-bottom: 0;
}
.accessories-list-text,
.extra-list-text {
  float: left;
  width: 6rem;
  font-size: 0.55rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #888;
}
.accessories-sum-box {
  float: left;
  margin-left: 0.5rem;
}
.sum-reduce-btn,
.sum-add-btn {
  float: left;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #CF8F65;
  border-radius: 50%;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}
.sum-add-btn {
  margin-left: 0.2rem;
}
.accessories-sum {
  float: left;
  margin-left: 0.2rem;
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.55rem;
  border: 1px solid rgba(255, 35, 35, 0.2);
  box-sizing: border-box;
}
.accessories-list-price {
  float: right;
  font-size: 0.55rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.accessories-list-price span {
  color: #CF8F65;
}
.price {
  float: right;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.55rem;
}
.price span {
  font-size: 0.8rem;
  color: #CF8F65;
}

/*优惠劵列表*/
.exchange-list {
  width: 99%;
  margin: 0.4rem auto 0;
}
.exchange-list li {
  width: 100%;
  border: 1px dashed #cdcdcd;
  border-radius: 0.4rem;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
}
.list-top-box {
  position: relative;
  width: 100%;
  padding-right: 0.4rem;
  box-sizing: border-box;
  border-bottom: 1px dashed #cdcdcd;
}
.roll-box {
  float: left;
  width: 4rem;
  padding: 0.6rem 0;
  border-right: 1px dashed #b1b1b3;
}
.roll-price {
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
  color: #CF8F65;
}
.roll-name {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}
.roll-tips {
  float: left;
  margin-left: 0.5rem;
  width: 6rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
}

.exchange-sum,
.exchange-text {
  width: 100%;
  font-size: 0.6rem;
  text-align: center;
}
.type-btn {
  position: relative;
}
.type-btn::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/select_icon.jpg) no-repeat center;
  background-size: 100% 100%;
}

/*6.29*/
.page-y .reward-box {
  height: 5.6rem !important;
}
.page-y .box2 {
  border-radius: 0px;
  /*width: 100%;*/
  padding: 0px 5%;
}
.page-y .type-list {
  padding: 0px !important;
  border: none !important;
  background-color: white;
  width: 90%;
  margin: 0px auto;
}
.page-y .type-list .reward-tips-box1 {
  width: 100%;
  box-shadow: none;
  padding: 0px 5%;
  border-radius: 0.4rem;
}
.page-y .box2 {
  box-shadow: none;
}
.page-y .type-btn::after {
  content: "";
  background: url(../img/select_icon_n.png) no-repeat center;
  right: 5%;
  width: 0.8rem;
  height: 0.66rem;
}

/*6.29*/

.type-list {
  width: 100%;
  padding: 0.6rem 0.4rem;
  box-sizing: border-box;
  border-top: 1px dashed #cdcdcd;
}
.type-list p {
  height: 1rem;
  line-height: 1rem;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

/*地图页*/
.map-box {
  position: relative;
  width: 15rem;
  padding: 0.6rem;
  box-sizing: border-box;
  margin: 2rem auto;
  background: #fff;
  border-radius: 0.4rem;
}
.map-contain-box {
  width: 100%;
  background-color: #f8f8f8;
}
.map-tit {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}
.map-pic {
  width: 100%;
}
.map-text {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.7rem;
  font-weight: bold;
}
.map-path {
  width: 100%;
  margin: 0.4rem auto 0;
}
/*.tips-close-btn,.map-close-btn,.tips-close-btn1{
	position: absolute;
	top: 0.6rem;
	right: 0.5rem;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	background: #535353;
	font-size: 0.9rem;
	border-radius: 50%;
	text-align: center;
}*/
.tips-close-btn,
.tips-close-btn1 {
  position: absolute;
  top: 3px;
  right: 9px;
  color: #444;
  font-size: 0.9rem;
  text-align: center;
  width: 1rem;
}
.map-close-btn {
  position: fixed;
  bottom: 0.6rem;
  left: 6rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: #CF8F65;
  color: #fff;
  width: 4rem;
  z-index: 100;
  text-align: center;
  border-radius: 0.7rem;
}
.Hr {
  background: #e0e0e0;
  height: 1px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

/**头部开始**/
.head {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 2rem;
  background: #fff;
  z-index: 100;
  box-shadow: 1px 1px 30px #d6dae1;
}
.head_tit {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2rem;
  color: #4c4c4c;
  position: relative;
}
.head_index {
  position: absolute;
  left: 3%;
  top: 0;
}
.head_index a {
  font-size: 0.6rem;
  line-height: 2rem;
  display: inline-block;
  /*padding-left: 0.2rem;*/
}
.head_index img {
  width: 0.6rem;
  display: inline-block;
  vertical-align: middle;
}
.kefu {
  width: 7%;
  position: absolute;
  right: 3%;
  top: 20%;
}
.tel {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  font-size: 0.5rem;
}
.head-back-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.5rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.6rem;
}
/*.head-back-btn::before{
	content: " ";
    position: absolute;
    top:0.5rem;
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
    background: url(../img/back_icon.jpg) no-repeat center;
    background-size: 100% 100%;
}*/
/**头部结束**/

/**底部菜单开始**/
.menu {
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.menu ul {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
}
.menu ul li {
  position: relative;
  float: left;
  width: 20%;
}
.menu_ico {
  width: 40% !important;
  margin: 0 auto;
}
.menu_ico1 {
  width: 3rem;
  margin: -1rem auto;
}
.menu_txt {
  width: 100%;
  text-align: center;
  color: #494949;
}
.menu ul li.on .menu_txt {
  color: #CF8F65;
}
/**底部菜单结束**/

/*登录页*/
.login-bg {
  width: 100%;
  min-height: 100%;
  padding-bottom: 3rem;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../img/login_bg.jpg) no-repeat top left;
  background-size: 100% auto;
  position: relative;
}
.login-tit {
  font-size: 0.6rem;
  color: #fff;
  position: absolute;
  top: 2rem;
  left: 10%;
  text-align: left;
}
.login-tit .title {
  margin-top: 0.7rem;
  font-size: 0.62rem;
}

.logo_zhu {
  position: absolute;
  right: 5%;
  top: 1.6rem;
  width: 16%;
}

/*.login{
	width: 100%;
	min-height: 100%;
	padding-bottom: 1rem;
	background: url(../img/login_bg.jpg)no-repeat top left;
	background-size: 100% auto;
	box-sizing: border-box;
	overflow: hidden;
}*/
.login-box {
  position: relative;
  width: 80%;
  margin: 9rem auto 0;
}
.login-tele-box {
  height: 2.2rem;
  margin-bottom: 1.25rem;
  background-color: #fff;
  border-radius: 1.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: start;
}
.login-icon {
  float: left;
  width: 1rem;
  margin-left: 1.2rem;
}
.login-tele-inp {
  float: left;
  width: 6rem;
}
.login-box .login-tele-box:first-child .login-tele-inp {
  width: 80%;
}

.width80 {
  width: 80%;
}
.login-tele-box:nth-child(3) .login-tele-inp {
  width: 80%;
}

.login-tele-inp input {
  width: 100%;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  resize: none;
  outline: none;
  border: none;
  font-size: 0.7rem;
  -webkit-appearance: none;
}
.login-tele-inp input::-webkit-input-placeholder {
  color: #888;
}
.yzm-btn {
  width: 32%;
  color: #fff;
  text-align: center;
  border-radius: 0.75rem;
  height: 1.625rem;
  background-color: #CF8F65;
  /* font-size: 0.35rem; */
  font-size: 0.5rem;
  line-height: 1.625rem;
  /* position: absolute; */
  /* right: 2%; */
}
.yzm-btn2 {
  width: 32%;
  color: #fff;
  text-align: center;
  border-radius: 0.75rem;
  height: 1.625rem;
  background-color: #CF8F65;
  font-size: 0.35rem;
  line-height: 1.625rem;
  position: absolute;
  right: 2%;
}
.login-btn {
  font-size: 0.625rem;
  color: #CF8F65;
  margin-top: -57px;
  border-bottom: 1px solid CF8F65;
  width: 100px;
  float: right;
  padding-bottom: 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -32px;
}
.login-btn span {
  font-weight: bold;
}
.login-btn img {
  width: 7px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 3px;
}
.login-bottom {
  height: 3.6rem;
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 5rem;
  align-items: center;
  justify-content: flex-end;
}
.large-left {
  width: 60%;
  text-align: right;
}

.register_btn {
  width: 95px;
  float: right;
  margin-right: 0.5rem;
  margin-bottom: 90px;
}
.register_btn img {
  width: 95px;
}
.register-btn-box {
  width: 14rem;
  margin: 1rem auto 0;
}
/*.register-btn,.back-login-btn{
	float: right;
	height: 1rem;
	line-height: 1rem;
	text-decoration: underline;
}*/
.back-login-btn {
  text-align: center;
  text-decoration: underline;
}
.register-btn {
  margin-top: 0.4rem;
  float: right;
  /*height: 0.55rem;*/
  font-size: 0.5rem;
  border-bottom: 1px solid #4c4c4c;
  padding-bottom: 2px;
  margin-right: 1.2rem;
}
.link-tips {
  float: right;
  margin-top: 1rem;
  text-align: right;
  color: #888;
}

/*注册页*/
.register {
  width: 100%;
  min-height: 100%;
  padding-bottom: 5rem;
  box-sizing: border-box;
  overflow: hidden;
}

.register-sure-btn {
  margin: 1.5rem auto 0;
}
.register .login-tit {
  top: 16%;
  font-size: 0.62rem;
}
.register .login-box {
  top: 32%;
}
.tips-area {
  text-align: right;
  margin-top: 3rem;
}
.tips-area .tips-tit {
  font-size: 0.65rem;
  color: #CF8F65;
}
.tips-area .tips-tit img {
  width: 0.65rem;
  display: inline-block;
}
/*订单列表*/

/**验证身份提示开始**/
.identity {
  width: 94%;
  margin: 0px auto;
  /* position:absolute; */
  bottom: 2rem;
  left: 3%;
  background: #f6f6f6;
  line-height: 2rem;
  padding: 1% 0;
}
.identity a {
  color: #4c4c4c;
}
.identity span {
  text-decoration: underline;
}
.identity_ico {
  width: 6%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 2%;
}
/**验证身份提示结束**/

/**个人中心开始**/
.store-empty {
  width: 100%;
  padding-top: 1.6rem;
}
.empty-pic {
  width: 10.2rem;
  margin: 0 auto;
}
.txt {
  text-align: center;
  margin-top: 0.6rem;
}
.go-btn {
  width: 4.2rem;
  margin: 0.8rem auto 0;
}
.go-btn1 {
  width: 10rem;
  margin: 1rem auto 0;
  letter-spacing: 2px;
}
/**个人中心结束**/
.rent2 {
  width: 100%;
  margin-top: 2rem;
}
.rent1 {
  width: 100%;
  margin-top: 1rem;
}
.store-have {
  width: 100%;
}
.order-list {
  width: 14.4rem;
  margin: 1rem auto;
}
.order-list li {
  position: relative;
  box-shadow: 0 0 20px #f4f4f4;
  background: #fff;
  padding: 0.5rem 0;
  margin-bottom: 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.order-left-box {
  float: left;
  width: 9.4rem;
  padding: 0 0.4rem 0 0.8rem;
  box-sizing: border-box;
}
.order-time-box {
  width: 100%;
  padding: 0.4rem 0 0;
}
.order-name {
  position: relative;
  width: 97%;
  padding-left: 1.1rem;
  font-size: 0.65rem;
  box-sizing: border-box;
}
.order-name text {
  /*padding-right:0.5rem;*/
  /* font-size: 0.7rem; */
}
.order-name span {
  font-size: 0.6rem;
    padding: 0.1rem 0.5rem;
    background: #CF8F65;
    color: #fff;
    border-radius: 0.35rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.order-left-box .T-span {
  font-size: 0.6rem;
  margin-left: 1rem;
  padding: 0.1rem 0.5rem;
  background: #CF8F65;
  color: #fff;
  border-radius: 0.35rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.order-name:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.9rem;
  height: 1.1rem;
  margin-top: -0.55rem;
  background: url(../img/position_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.order-num {
  position: relative;
  float: left;
  padding-left: 1rem;
}
.order-num:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.7rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  background: url(../img/invoice_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.order-date1,
.order-date2,
.order-number {
  font-size: 0.6rem;
}
.order-date1 span,
.order-date2 span {
  color: #888;
}
.order-btn-box {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.order-price {
  float: right;
}
.order-price span {
  color: #CF8F65;
}
.invoice-btn {
  float: right;
  width: 4rem;
  position: relative;
  margin-left: 0.8rem;
  z-index: 20;
}
.refund-cancel-btn {
  float: left;
  position: relative;
  width: 3.6rem;
  z-index: 20;
}
.refund-btn,
.relet-btn {
  float: left;
  position: relative;
  margin-right: 0.8rem;
  z-index: 20;
}
.order-box .pay-btn {
  margin: 1rem auto 0;
  background: #CF8F65;
  border: none;
  color: #fff;
  margin-top: 0rem;
}
.detail-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.open-btn {
  position: relative;
  margin: 0.4rem auto 0;
  z-index: 20;
  border: none;
  background: #CF8F65;
  color: #fff;
}
.open-n-btn {
  position: relative;
  margin: 0.4rem auto 0;
  z-index: 20;
  border: none;
  background: #929292;
  color: #fff;
}
.status {
  position: relative;
  width: 100%;
  padding: 0 0.8rem;
  font-size: 0.6rem;
  height: 1.2rem;
  line-height: 1.2rem;
  color: red;
}
.status-icon {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.7rem;
}
.order-box {
  width: 100%;
}
.order-right-box {
  float: left;
  width: 5rem;
  min-height: 3rem;
  border-left: 1px solid #929292;
  box-sizing: border-box;
}
.order-tips-text {
  width: 100%;
  line-height: 1.2rem;
  font-size: 0.65rem;
  text-align: center;
  color: #888;
}
.order-time {
  width: 100%;
  font-size: 1.4rem;
  color: #CF8F65;
  text-align: center;
}
.order-time span {
  color: #4c4c4c;
  font-size: 0.6rem;
}

/*温馨提示*/
.book_tips_box {
  width: 100%;
  padding: 0.5rem 3%;
  box-sizing: border-box;
 
}
/*.book_tips_box*/
.title {
  font-size: 0.7rem;
  color: #fff;
  font-weight: 700;
}
/*.book_tips_box */
.wenxin_ico {
  display: inline-block;
  width: 5%;
  vertical-align: middle;
  margin-right: 2%;
}
.book_tips_box .txt_box {
  padding-left: 7%;
  line-height: 1rem;
  padding-top: 2%;
  font-size: 0.6rem;
}
.book_tips_box .txt_box p {
  font-size: 0.6rem;
}

/*滑动条*/
.scroll-box {
  position: absolute;
  top: 2rem;
  left: -0.2rem;
  width: 15.4rem;
  padding: 0.8rem 0;
  box-sizing: border-box;
  background: url(../img/scroll_bg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 0.4rem;
  z-index: 100;

  /* 禁止系统左右滑切换上下页 */
  touch-action: manipulation;
}

.scroll-tips1 {
  position: absolute;
  top: 2.2rem;
  left: 0.6rem;
  font-size: 0.55rem;
  color: #fff;
}
.scroll-tips2 {
  position: absolute;
  top: 4.7rem;
  left: 0.6rem;
  font-size: 0.55rem;
  color: #fff;
}
.scroll-tit {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  color: #fff;
  text-align: center;
}
.scroll-inp {
  width: 12rem;
  margin: 0 auto;
}
.scroll-inp input {
  width: 100%;
  height: 0.4rem;
  background: #fee8e8;
  border-radius: 0.2rem;
}
/*拖动块的样式*/
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /*清除系统默认样式*/
  height: 1rem; /*拖动块高度*/
  width: 1rem; /*拖动块宽度*/
  background: #701d1d; /*拖动块背景*/
  border-radius: 50%; /*外观设置为圆形*/
  border: solid 1px #ddd; /*设置边框*/
}
.scroll-close-btn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.9rem;
}
.scroll-discount-box {
  width: 11rem;
  margin: 0.2rem auto 0;
  position: relative;
  height: 1rem;
  white-space: nowrap;

  line-height: 1rem;
}
.line {
  width: 1px;
  height: 0.5rem;
  float: left;
  /* margin-left: 1.5rem; */
  background: #fff;
}
.line1 {
  float: left;
  /* margin-left: 0.625rem; */
  position: absolute;
}
.line2 {
  float: left;
  /* margin-left: 15.5%; */
  position: absolute;
}
.line22 {
  float: left;
  /* margin-left: 11%; */
  position: absolute;
}
.line3 {
  float: left;
  /* margin-left: 22.3%; */
  position: absolute;
}
.line4 {
  float: right;
  /* margin-right: 0rem; */
  position: absolute;
}
.scroll-text {
  float: left;
  font-size: 0.5rem;
  color: #fff;
}
.scroll-text1 {
  /* margin-left: 0.2rem; */
  position: absolute;
}
.scroll-text2 {
  /* margin-left: 1.5rem; */
  position: absolute;
}
.scroll-text22 {
  /* margin-left: 0.8rem; */
  position: absolute;
}
.scroll-text3 {
  /* margin-left: 1.8rem; */
  position: absolute;
}

.scroll-text4 {
  /* float: right; */
  /* font-size: 0.5rem; */
  /* color: #fff; */
  /* margin-right: -0.6rem; */
  position: absolute;
}

.tianbox {
  margin-top: -0.5rem;
}

.scroll-discount2 {
  position: absolute;
}
.scroll-discount4 {
  position: absolute;
}
.scroll-discount5 {
  position: absolute;
}
.scroll-discount3 {
  position: absolute;
}

.relet-tit {
  position: relative;
  font-size: 0.75rem;
  padding-left: 1.1rem;
}
.relet-tit span {
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  background: #CF8F65;
  font-size: 0.5rem;
  color: #fff;
  border-radius: 0.5rem;
}
.relet-tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: 1.1rem;
  margin-top: -0.55rem;
  background: url(../img/position_icon.png) no-repeat center;
  background-size: 100% 100%;
}

.inp-box {
  border: 1px solid #676767;
}

.text-box {
  width: 100%;
  margin-top: 1rem;
  height: 14rem;
  padding: 0 0.2rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.text-box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.2rem; /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.2rem;
}
.text-box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 0.4rem; /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.4rem;
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
  background: #CF8F65;
  border-radius: 0.2rem;
}
.text-box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);*/
}

.continu-btn {
  display: block;
  width: 10rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  text-align: center;
  background: #CF8F65;
  border-radius: 1rem;
  color: #fff;
  margin: 0px auto;
  margin-top: 0.2rem;
}

.invoice-apply {
  width: 10rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #CF8F65;
  color: #fff;
  border-radius: 20px;
  margin: 20px auto;
}

.invoice-unable-apply {
  width: 10rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #929292;
  color: #fff;
  border-radius: 20px;
  margin: 20px auto;
  display: none;
}

.android-ics .dwv {
  border-bottom: 2px solid #CF8F65 !important;
  color: #CF8F65 !important;
}
.android-ics .dw .dwwol {
  border-bottom: 2px solid #CF8F65 !important;
  border-top: 2px solid #CF8F65 !important;
}

.txtMarquee-left {
  position: relative;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
/* .txtMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; } */
/* .txtMarquee-left .hd .prev,.txtMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; 			 cursor:pointer; background:url("../images/arrow.png") no-repeat;} */
/* .txtMarquee-left .hd .next{ background-position:0 -50px;  } */
/* .txtMarquee-left .hd .prevStop{ background-position:-60px 0; } */
/* .txtMarquee-left .hd .nextStop{ background-position:-60px -50px; } */
.txtMarquee-left .bd {
  padding: 0px;
  height: 100%;
}
.txtMarquee-left .bd .tempWrap {
  width: 100% !important;
  height: 100%;
} /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
  height: 35px;
  line-height: 35px;
}
.txtMarquee-left .bd ul li {
  margin-right: 20px;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: left;
  _display: inline;
  padding: 0px 80px;
  width: auto !important;
} /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.txtMarquee-left .bd ul li span {
  color: #999;
}

.dantype {
  height: 1.7rem;
  line-height: 1.7rem;
  color: #666;
  text-indent: 0.8rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(214, 218, 225, 0.6);
  margin-top: 0.8rem;
  font-weight: 400;
}

/*验证码*/
.validate-box {
  position: relative;
  width: 15rem;
  margin: 5rem auto 0;
  padding: 1rem;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.validate-inp-box {
  width: 100%;
  /*margin-top:1.5rem;*/
  margin-top: 1rem;
}
.validate-inp {
  float: left;
  width: 7rem;
}
.validate-inp-box .validate-inp {
  float: none;
  margin: 0 auto;
  width: 10rem;
}
.validate-inp input {
  width: 100%;
  height: 1.4rem;
  line-height: 1.4rem;
  outline: none;
  resize: none;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.validate-btn {
  float: right;
  width: 4.6rem;
  height: 1.4rem;
  line-height: 1.4rem;
  background: #e0e0e0;
  border-radius: 0.2rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.code_input .validate-btn {
  float: none;
  margin: 0 auto;
  margin-top: 1rem;
}
.code_input p {
  text-align: center;
  margin-bottom: 10px;
  color: black;
}
.relet-disabled-btn {
  border: none;
  background: #929292;
  color: #fff;
}

/*4.1样式*/
.remarks_information textarea {
  border: 1px solid #4a4a4a;
  width: 100%;
  margin-top: 0.5rem;
  resize: none;
  outline: none;
  padding: 5px;
  height: 2rem;
}

.commpany_accredit {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.commpany_accredit .tel-box {
  position: relative;
  width: 15rem;
  margin: 5rem auto 0;
  padding: 1rem;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.commpany_accredit .tips-close-btn,
.commpany_accredit .tips-close-btn1 {
  position: absolute;
  top: 3px;
  right: 9px;
  color: #444;
  font-size: 0.9rem;
  text-align: center;
  width: 1rem;
}
.commpany_accredit .reserve-tit {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.commpany_accredit .inp-box {
  border: 1px solid #4a4a4a;
  border-radius: 1rem;
  height: 1.8rem;
  line-height: 1.8rem;
  width: 100%;
  margin-top: 0.5rem;
}
.commpany_accredit .inp-icon {
  margin-left: 1rem;
  margin-top: 0.4rem;
  float: left;
  width: 1rem;
}
.company-tips .inp {
  margin-right: 1rem;
  width: 10rem;
  float: right;
}
.commpany_accredit .sure-btn {
  width: 100%;
  margin: 1rem auto 0;
  font-size: 0.7rem;
  letter-spacing: 3px;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: #CF8F65;
  border-radius: 1rem;
  color: #fff;
}
.commpany_accredit .inp input {
  border: none;
}
