body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}

.hide {
  display: none!important;
}
.workspace {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  height: 290px;
  background-color: #fff;
}

.workspace .left, .workspace .right {
  width: 290px;
  height: 290px;
  padding-top: 40px;
}
.workspace .middle {
  width: 0;
  height: 290px;
  border-right: 1px solid #B3B3B3;
  opacity: 0.2;
}

.workspace .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #E4753C;
}

.workspace .title img {
  width: 111px;
  height: auto;
  margin-bottom: 11px;
}
.workspace .input-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px 0 24px;
  margin-bottom: 16px;
}
.workspace .input-line label {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.workspace .input-line label span {
  color: #E4753C;
}

.workspace .input-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5px;
  width: 150px;
  height: 29px;
  font-size: 12px;
  color: #4D4D4D;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.workspace .input-block .value {
  font-size: 12px;
}
.workspace .input-block input {
  font-size: 12px;
  color: #4D4D4D;
  border: 0;
  background-color: transparent;
  outline:none;
}
.house-types {
  display: flex;
  justify-content: space-between;
}
.house-type {
  display: flex;
  align-items: center;
  padding-left: 17px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left center;
  background-image: url(icon_off.png);
  cursor: pointer;
}
.house-type.active {
  background-image: url(icon_on.png);
}

img.arrow-down {
  width: 6px;
  margin-left: 3px;
}
.meter input {
  width: 120px;
}

.workspace .submit-wrap {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 10px auto 10px;
}
.workspace .submit-wrap .submit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  height: 124px;
  background-image: url(btn_start.png);
  background-size: 100%;
  cursor: pointer;
  z-index: 2;
}
.workspace .submit-wrap .animate {
  position: absolute;
  left: 17px;
  top: 17px;
  width: 90px;
  height: 90px;
  background-color: #fdcc9a;
  border-radius: 50%;
  z-index: 1;
-webkit-animation: scale-three2 1.5s ease infinite;
-moz-animation: scale-three2 1.5s ease infinite;
-o-animation: scale-three2 1.5s ease infinite;
animation: scale-three2 1.5s ease infinite;
    animation-fill-mode: none;
animation-fill-mode: both;
}

@keyframes scale-three2 {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

@-webkit-keyframes scale-three2 {
    0% {
        -webkit-transform: scale(1);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0
    }
}

@-moz-keyframes scale-three2 {
    0% {
        -moz-transform: scale(1);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0
    }
}

@-o-keyframes scale-three2 {
    0% {
        -o-transform: scale(1);
        opacity: .7
    }

    100% {
        -o-transform: scale(1.3);
        opacity: 0
    }
}

#district {
	width: 100%;
	border: none;
	background: #fff;
}
.workspace .tip {
  width: 280px;
  margin: 0 auto;
  font-size: 12px;
  color: #b3b3b3;
  text-align: center;
  -webkit-transform : scale(0.7,0.7) ;
}

.workspace.result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.workspace.result .headtip{
  margin-top: 28px;
  font-size: 12px;
  color: #b3b3b3;
  text-align: center;
  -webkit-transform : scale(0.7,0.7) ;
}
.workspace.result .resultinfo{
  font-size: 14px;
  font-weight: bold;
  color: #4D4D4D;
}
.workspace.result .resultinfo span {
  font-size: 20px;
  font-weight: 800;
  color: #E4753C;
}
.workspace.result .tipwrap {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;
}
.workspace.result .tipwrap img {
  width: 140px;
  height: 1px;
}
.workspace.result .tipwrap .qrtip{
  font-size: 12px;
  color: #808080;
}

.workspace.result img.dd {
  margin-top: 12px;
  width: 10px;
  height: auto;
}
.workspace.result img.qrimg {
  margin-top: 16px;
  width: 102px;
  height: auto;
}
.workspace.result .tailtip{
  margin-top: 10px;
  font-size: 10px;
  color: #b3b3b3;
}



.popup-options {
  width: 6.56rem;
  background: #fff;
  border-radius: 0.20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.popup-options .title {
  display: flex;
  height: 1.20rem;
  justify-content: center;
  align-items: center;
}
.popup-options .title .line {
  width: 0.64rem;
  height: 0;
  border-top: 1px solid #dadada;
}
.popup-options .title .text {
  font-size: 0.30rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  width: 2.00rem;
}

.popup-options .options {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.1rem;
}
.popup-options .options .cell {
  width: 1.00rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.22rem;
  border-radius: 0.08rem;
}
.popup-options .options .cell.active {
  background-color: #FD981A;
  color: #fff;
}
.popup-options .ok {
  width: 100%;
  height: 0.80rem;
  line-height: 0.80rem;
  font-size: 0.3rem;
  text-align: center;
  color: #FD981A;
}

.layui-m-layerbtn span[yes] {
  color: #FD981A!important;
}
