@charset "UTF-8";

/*总导航*/

body {
  overflow-x: hidden;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.total-hamburg {
  position: absolute;
  right: 0;
  width: 1.76rem;
  height: 1.76rem;
  background: url("//img.tugou.com/index/total_hamburg-v2.png") no-repeat center;
  background-size: 100%;
  top: 50%;
  /*transform: translateY(-50%);*/
  margin-top: -0.88rem;
}

.total-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  transition: 0.5s;
  opacity: 0;
  z-index: -10;
}

.total {
  position: fixed;
  top: 0;
  right: -100%;
  width: 15rem;
  height: 100%;
  transition: .3s right;
  z-index: 999;
}

.total-con {
  width: 15rem;
  height: 100%;
  float: right;
}

.total-off {
  width: 1.56rem;
  height: 1.68rem;
  background: url("//img.tugou.com/index/total_off.png") no-repeat center;
  background-size: 1.2rem 1.2rem;
  float: right;
}

.total-left {
  float: left;
  width: 6.4rem;
  height: 100%;
}

.total-right {
  width: 8.6rem;
  height: 100%;
  background: #fff;
  float: right;
}

.total-logo {
  width: 100%;
  height: 1.92rem;
  border-bottom: 1px solid #f6f6f6;
  background: url("//img.tugou.com/index/new_logo-v2.png") no-repeat center;
  background-size: 4.24rem 1.12rem;
  box-sizing: border-box;
}

.total-menu {
  height: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  background: #f6f6f6;
}

.total-menu li {
  width: 100%;
  height: 1.92rem;
  line-height: 1.92rem;
  text-align: left;
  border-bottom: 1px solid #f6f6f6;
  padding-left: 0.96rem;
  background: #fff;
  box-sizing: border-box;
}

.total-menu li:last-child {
  border-bottom: 0;
}

.total-menu a {
  padding-left: 1.36rem;
  color: #444;
  font-size: 0.56rem;
  text-decoration: none;
  text-align: left;
  display: block;
}

.total-menu .total-one {
  background: url("//img.tugou.com/index/homeicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-two {
  background: url("//img.tugou.com/index/zzxgsicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-three {
  background: url("//img.tugou.com/index/tjcjjicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-four {
  background: url("//img.tugou.com/index/zxsjicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-five {
  background: url("//img.tugou.com/index/zxxgticon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-six {
  background: url("//img.tugou.com/index/zxjjicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}

.total-menu .total-seven {
  background: url("//img.tugou.com/index/zxbkicon.png") no-repeat left;
  background-size: 1.2rem 1.2rem;
}


/*mobile端公共类*/


/*把非block的display设置为block,比如<a>*/

.trans-block {
  display: block;
}

.icon {
  display: inline-block;
}

select {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
}


/*微装修公共类*/

body {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
}

.partial-sprite {
  background-image: url("https://img.tugou.com/wzx/partial-sprite.png");
  background-repeat: no-repeat;
  background-size: 3.2rem 26.72rem;
}

.bar-placeholder {
  height: 2.16rem;
  max-width: 750px;
}

.apply-bar {
  width: 15rem;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #fff;
  height: 2.16rem;
}

.apply-bar li {
  float: left;
}

.apply-bar .sprite-icon-dialog {
  background-position: 0 -18.28rem;
  height: 0.6rem;
  width: 0.64rem;
  position: relative;
  top: 0.08rem;
  margin-right: 0.16rem;
}

.apply-bar .consult-submit {
  font-size: 0.56rem;
  color: #444;
  line-height: 2.16rem;
  text-align: center;
  width: 5.72rem;
  border-top: 1px solid #e5e5e5;
}

.apply-bar .apply-submit {
  line-height: 2.16rem;
  background-color: #ff6600;
  text-align: center;
  font-size: 0.64rem;
  color: #fff;
  width: 9.28rem;
}

.apply-bar .apply-submit a {
  color: inherit;
  display: block;
}

.app .app-hide {
  display: none;
}

.partial-banner {
  max-width: 750px;
}

.partial-banner img {
  width: 15rem;
}

.menu-box {
  padding: 0.64rem 0.64rem 0 0.64rem;
  border-bottom: 1px dotted #e5e5e5;
}

.menu-box .menu-desc {
  text-align: right;
  color: #444444;
  margin-top: 0.3rem;
}

.menu-box .triangle-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-bottom: 0.3rem solid #e5e5e5;
  margin-right: 0.2rem;
}

.menu-list {
  margin-left: -0.64rem;
  overflow: hidden;
}

.menu-list > li {
  float: left;
  width: 6.54rem;
  height: 3.6rem;
  border-radius: 4px;
  margin-left: 0.64rem;
  margin-bottom: 0.64rem;
  text-align: center;
}

.menu-list > li a {
  height: 100%;
  color: #fff;
  font: 0.56rem;
  position: relative;
}

.menu-list > li .item-desc {
  position: absolute;
  width: 100%;
  font-size: 0.56rem;
  bottom: 0.48rem;
  left: 0;
}

.menu-list .menu-item1 {
  background-color: #3BA1FF;
  box-shadow: 0px 0.16rem 0.32rem #AED8FF;
}

.menu-list .menu-item1 .icon {
  background-position: 0 -1.4rem;
  width: 1.2rem;
  height: 1.29rem;
  margin-top: 0.8rem;
}

.menu-list .menu-item2 {
  background-color: #FFB81B;
  box-shadow: 0px 0.16rem 0.32rem #FFE8B6;
}

.menu-list .menu-item2 .icon {
  background: url(https://img.tugou.com/wzx/partial-wsj.png) no-repeat;
  background-position: 0 0;
  background-size: 1.36rem 1.24rem;
  height: 1.26rem;
  width: 1.38rem;
  margin-top: 0.8rem;
}

.menu-list .menu-item3 {
  background-color: #2ECC71;
  box-shadow: 0px 0.16rem 0.32rem #9EFFC7;
  width: 4.14rem;
  height: 3.6rem;
}

.menu-list .menu-item3 .icon {
  background-position: 0 0;
  height: 1.2rem;
  width: 0.96rem;
  margin-top: 0.8rem;
}

.menu-list .menu-item4 {
  background-color: #FF6600;
  box-shadow: 0px 0.16rem 0.32rem #FFD0B1;
  width: 4.14rem;
  height: 3.6rem;
}

.menu-list .menu-item4 .icon {
  background: url(https://img.tugou.com/wzx/partial-esf.png) no-repeat;
  background-size: 1.28rem 1.28rem;
  background-position: 0 0;
  height: 1.28rem;
  width: 1.28rem;
  margin-top: 0.8rem;
}

.menu-list .menu-item5 {
  background-color: #BA71F2;
  box-shadow: 0px 0.16rem 0.32rem #EEC8FF;
  width: 4.14rem;
  height: 3.6rem;
}

.menu-list .menu-item5 .icon {
  background: url(https://img.tugou.com/wzx/wei-more.png) no-repeat;
  background-size: 1.2rem 1.2rem;
  background-position: 0 0;
  height: 1.2rem;
  width: 1.2rem;
  margin-top: 0.8rem;
}

.menu-list .menu-item6 {
  background-color: #ff6600;
  box-shadow: 0px 0.16rem 0.32rem #FFD0B1;
}

.menu-list .menu-item6 .icon {
  background-position: 0 -7.2rem;
  height: 1.5rem;
  width: 1.4rem;
  margin-top: 0.8rem;
}

.panel-title {
  position: relative;
  font-size: 0.64rem;
  color: #1b1d1d;
  padding-left: 0.64rem;
}

.panel-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 0.32rem;
  height: 0.88rem;
  background-color: #ff6600;
}

.refresh-panel {
  margin-top: 0.8rem;
  border-bottom: 1px solid #e5e5e5;
}

.refresh-panel .panel-body {
  padding: 0.6rem 0.64rem 0.8rem 0.64rem;
  overflow: hidden;
}

.refresh-panel .panel-body .panel-item {
  float: left;
  width: 7.2rem;
  height: 2.56rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.32rem 0 0.32rem 0.64rem;
}

.refresh-panel .panel-body .panel-item .icon {
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: middle;
}

.refresh-panel .panel-body .panel-item a {
  display: block;
}

.refresh-panel .panel-body .panel-item:nth-child(2n) {
  margin-bottom: 0.48rem;
}

.refresh-panel .panel-body .panel-desc {
  display: inline-block;
  color: #444;
  font-size: 0.64rem;
  vertical-align: middle;
  margin-left: 0.64rem;
}

.refresh-panel .panel-body .sprite-icon-kitchen {
  background: url(https://img.tugou.com/wzx/cffximg.png);
  height: 1.92rem;
  width: 1.92rem;
  display: inline-block;
  background-size: 1.92rem 1.92rem;
  vertical-align: middle;
}

.refresh-panel .panel-body .sprite-icon-restroom {
  background: url(https://img.tugou.com/wzx/wsjfximg.png);
  height: 1.92rem;
  width: 1.92rem;
  display: inline-block;
  background-size: 1.92rem 1.92rem;
  vertical-align: middle;
}

.refresh-panel .panel-body .panel-item-big {
  float: right;
  width: 6.04rem;
  height: 5.6rem;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 0.56rem;
}

.refresh-panel .panel-body .panel-item-big .panel-desc {
  margin-left: 0;
  margin-top: 0.44rem;
}

.refresh-panel .panel-body .sprite-icon-secondhand {
  background: url(https://img.tugou.com/wzx/esffximg.png);
  height: 3.24rem;
  width: 3.24rem;
  display: inline-block;
  background-size: 3.24rem 3.24rem;
}

.faq-panel {
  padding-top: 0.64rem;
}

.faq-panel .panel-body {
  padding: 0 0.64rem;
}

.faq-panel .question-list {
  margin-top: 0.64rem;
}

.faq-panel .question-list > li + li {
  margin-top: 0.3rem;
}

.faq-panel .item-title {
  margin-bottom: 0.32rem;
  font-size: 0.6rem;
  color: #444;
}

.faq-panel .item-title .list-symbol {
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.32rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0.48rem;
  color: #fff;
  line-height: 0.64rem;
  background-color: #FF6600;
  position: relative;
  top: -0.04rem;
}

.faq-panel .item-desc {
  padding: 0.36rem 0.96rem 0.64rem;
  line-height: 1.5;
  font-size: 0.56rem;
  border-top: 1px dashed #e5e5e5;
  color: #999;
}


/*# sourceMappingURL=partial.css.map */

.panel-body{
  width: 13.72rem;
  overflow: hidden;
  margin: 0.64rem auto 0.96rem auto;
}

.apply-form-set {
  border: 1px solid #e5e5e5;
}

.apply-form-set label {
  display: inline-block;
  width: 2.4rem;
  vertical-align: middle;
  line-height: 1.6rem;
  font-size: 0.56rem;
  color: #444;
}

.price-list {
  padding: 0.64rem;
}

.price-list .price-tile li {
  border: 1px solid #e5e5e5;
  position: relative;
  font-size: 0.56rem;
  height: 1.92rem;
  line-height: 1.92rem;
  border-radius: 4px;
  padding-left: 1.68rem;
}

.price-list .price-tile li .check-point {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0.64rem;
  width: 0.72rem;
  height: 0.72rem;
  background-color: #F6F6F6;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.price-list .price-tile li .the-price {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.64rem;
  color: #FF3C4E;
  font-size: 0.64rem;
}

.price-list .price-tile li + li {
  margin-top: 0.48rem;
}

.price-list .price-tile li.active {
  border-color: #FF6600;
}

.price-list .price-tile li.active .check-point {
  border: 0;
  background: url(https://img.tugou.com/wzx/checkbox-down.png) center no-repeat;
  background-size: cover;
}

.form-line {
  height: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  padding-left: 0.48rem;
  position: relative;
}

.form-line:last-child {
  border-bottom: 0;
}

.form-inline {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}

.form-line-pure {
  padding: 0;
}

.select-project-name {
  width: 10.48rem;
  box-sizing: border-box;
  height: 1.6rem;
  background-color: transparent;
  padding-left: 0.8rem;
  font-size: 0.56rem;
  color: #444;
}

.input-username {
  width: 10.48rem;
  box-sizing: border-box;
  height: 1.6rem;
  padding-left: 0.8rem;
  font-size: 0.56rem;
  background-color: transparent;
}

.sprite-icon-menudown {
  position: absolute;
  z-index: -1;
  right: 0.48rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-position: 0 -19.84rem;
  height: 0.8rem;
  width: 0.8rem;
}

.city-select-list {
  font-size: 0;
}

.city-select-list .select-province,
.city-select-list .select-city {
  font-size: 0.56rem;
  box-sizing: border-box;
  background-color: #f6f6f6;
  padding-left: 0.48rem;
  color: #444;
  width: 6.8rem;
  height: 1.6rem;
}

.city-select-list .select-city {
  border-left: 1px solid #e5e5e5;
}

.city-select-list .sprite-icon-menudown {
  z-index: 9;
}

.apply-panel .partial-sprite-icon {
  background-image: url("https://img.tugou.com/wzx/partial-sprite.png");
  background-repeat: no-repeat;
  background-size: 3.2rem 26.72rem;
}

.submit-btn{
  width: 13.72rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  font-size: 0.64rem;
  color: #fff;
  background: #0EC9C3;
  margin-top: 0.96rem;
}

.city-select-list .city-banner{
  width: 13.65rem;
}