input[type="button"], input[type="submit"], input[type="reset"], input[type="date"], input[type="text"], input[type="tel"], button {
  -webkit-appearance: none;
  appearance: none;
  font-family: '微软雅黑';
  border-radius: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
}


.aside-bar{
  position: fixed;
  top: 115px;
  right: 62px;
  width: 123px;
  height: 328px;
  background: url(../05/suspension.png) no-repeat 0 0 / cover;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  display: none;
}
.aside-bar ol{
  width: 100%;
  margin-top: 66px;
}
.aside-bar li.on,
.aside-bar li:hover{
  background-color: rgba(0,0,0,.1);
}
.aside-bar li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
}
.aside-bar img{
  margin: 0 auto 22px;
}


.hdMask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.costForm select, 
.costForm input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.costForm *{
  box-sizing: border-box;
}
.order p {
  position: relative;
  margin-bottom: 10px;
}

.costForm .order {
  position: relative;
  padding-top: 37px;
  background: none;
  width: auto;
  padding-left: 290px;
}

.order input, 
.order select {
  padding: 10px 20px 10px 52px;
  width: 100%;
  height: 55px;
  line-height: 35px;
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
}

.costForm{
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  display: none;
  margin: -200px 0 0 -425px;
  width: 850px;
  height: 400px;
  padding: 20px 30px;
  border-radius: 10px;
  /* background: url("pop_bg.jpg") no-repeat 0 147px #fff; */
  background-color: #fff;
}
.costForm .close,
.actOrderCostScu .close{
  position: absolute;
  top: -15px;
  right: -40px;
  cursor: pointer;
}
.costForm .costHead{
  height: 85px;
  background: #e8e8e8;
  box-shadow: inset 0 10px 10px rgba(0,0,0,0.08);
  border-radius: 5px;
}
.costForm .costHead h2{
  float: left;
  margin: 0 10px 0 25px;
  font-size: 30px;
  font-weight: bold;
  color: #f30077;
  line-height: 85px;
}
.costForm .costHead p{
  float: left;
  line-height: 100px;
  color: #333;
}
.costForm .costHead p span{
  /* margin: 0 5px; */
  /* font-size: 18px; */
  color: #f30077;
}
.costForm .costHead .cost{
  float: right;
  margin-right: 16px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 68px;
}
.costForm .costHead .cost img{
  margin-right: 5px;
  vertical-align: top;
}
.costForm .order{
  position: relative;
  padding-top: 37px;
  background: none;
  width: auto;
  padding-left: 290px;
}
.costForm .order p{
  float: left;
  margin: 0 20px 30px 0;
  width: 205px;
}
.costForm .order p label{
  display: block;
  position: static;
  width: auto;
  height: 35px;
  line-height: 35px;
  text-align: left;
  font-size: 16px;
}
.costForm .order p i{
  margin: 0 5px 0 3px;
  color: #ff0000;
  font-style: normal;
}
.costForm .order p input,
.costForm .order p select{
  border-color: #e1e1e1;
  padding: 10px;
  font-size: 14px;
  width: 205px;
  height: 50px;
}
.costForm .order p select{
  background: url("../05/select2.png") no-repeat 180px center transparent;
  line-height: 30px;
  outline: none;
}
.costForm .order p span{
  display: block;
  position: absolute;
  bottom: 2px;
  right: 5px;
  line-height: 50px;
  font-size: 14px;
}
.costForm .order button{
  position: absolute;
  top: 90px;
  padding: 0;
  right: -92px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background-color: #f30077;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  animation: scale 0.4s ease-in-out infinite alternate;
}

.olbs{
  position: absolute;
  left: 20px;
  bottom: 38px;
}



.open-bottom{
  transform: translateX(400px);
  z-index: 999999;
  position: fixed;
  width: 119px;
	height: 119px;
  right: 24px;
  bottom: 56px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  background: url('../images/icon_finger_bottom_bg.png') center no-repeat;
}
.open-bottom.show{
  transform: translateX(0);
}
.open-bottom>i {
  margin: 12px auto 10px;
  display: block;
  width: 24px;
  height: 33px;
  background: url('../images/icon_finger_bottom.png') center no-repeat;
  animation: draw 1s ease-out infinite;
}

.open-bottom p {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 2px 6px 0;
}
/* 手指动画 */
@keyframes draw {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

#price-0,
#design-0,
#save-money,
#chat-chat-designer{
  display: none;
}
.chat-chat-designer{
  z-index: 99999999;
  position: absolute;
  width: 500px;
	height: 490px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
}
.chat-chat-designer-inner{
  position: relative;
  width: 406px;
  margin: 0 auto;
}

.chat-chat-designer-close{
  z-index: 9;
  position: absolute;
  top: 11px;
  right: 12px;
  width: 23px;
	height: 25px;
  background: url('../05/close.png') no-repeat;
  cursor: pointer;
}
.chat-top{
  margin: 0 auto;
  width: 273px;
	height: 66px;
	line-height: 66px;
  text-align: center;
  background: url('../05/chat_top.png') no-repeat;
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
}

.chat-text-1{
  margin-top: 23px;
  line-height: 1;
  text-align: center;
	font-size: 52px;
	font-weight: lighter;
	color: #f30077;
}
.chat-text-2{
  margin-bottom: 28px;
  margin-top: 23px;
  line-height: 1;
  text-align: center;
  font-size: 37px;
	color: #f30077;
}


.order p label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.reservate-btn{
  width: 406px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
  background-color: #f30077;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  animation: scale 0.4s ease-in-out infinite alternate;

}
.bottom-tips{
  margin-top: 15px;
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  justify-content: space-between;
}

.finish{
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  font-size: 18px;
  text-align: center;
}
.num{
  color: #f30077;
}

.chat-top-2{
  overflow: hidden;
  color: #fff;
  width: 100%;
  height: 171px;
  background: url('../05/chat_top2.png') no-repeat;
}

.chat-top-2 h4{
  margin-top: 52px;
  margin-bottom: 14px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: lighter;
}

.chat-top-2 h4+h4{
  margin: 0;
  font-size: 57px;
  font-weight: bold;
}

.chat-chat-designer-close-white{
  background: url('../05/close_white.png') no-repeat;
}

.bottom-tips-2{
  justify-content: center;
}


.appointment-successful{
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  display: none;
  margin: -200px 0 0 -425px;
  width: 850px;
  height: 400px;
  padding: 20px 30px;
  border-radius: 10px;
  background: url("../05/yuyue_s.png") no-repeat;
  background-color: #fff;
}
.appointment-successful .close{
  position: absolute;
  top: -15px;
  right: -40px;
  cursor: pointer;
}

.open-chat-designer{
  cursor: pointer;
}


@keyframes scale{
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}