.tabs-measure {
  display: none;
  position: absolute;
  float: right;
  top:90px;
  right: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6em;

  z-index: 2000;
  /*position: relative;*/
  background: #FFFFFF;
  width: 360px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 100px auto 10px;
  overflow: hidden;
}
.tabs-measure-header {
  position: relative;
  background: #4285F4;
  overflow: hidden;
  height: 50px;
}
.tabs-measure-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F4B142;
  width: auto;
  height: 2px;
}
.tabs-measure-header ul {

}
.tabs-measure-header li {
  float: left;
}
.tabs-measure-header a {
  font-family:'Microsoft YaHei';
  font-size: 16px;
  /*font-weight:bold;*/
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #FFFFFF;
  /*font-weight: 500;*/
  text-decoration: none;
  text-transform: uppercase;
  /*border: solid 1px #bbb;*/
  /*margin-left: -1px;*/
}
.tabs-measure-nav {
  top: 0;
  right: 0;
  background: #4285F4;
}
.tabs-measure-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 20px 10px #4285F4;
}
.tabs-measure-nav span {
  cursor: pointer;
}
.tabs-measure-content {
  position: relative;
  padding: 15px 20px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
  overflow: hidden;
}
.tabs-measure-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-measure-content .tab-measure {
  display: none;
}
.tabs-measure-content .tab-measure.active {
  display: block;
}

.selectUnitWrap{
  float: right;
  width:260px;
}

.selectUnitValue{
  width:150px;
  display: inline-block;
  float: left;
  text-align: right;
}

.selectUnit{
  float: right;
  width: 80px;
}

.activeTransparentBackground{
  background:rgba(255,255,255,0.1);
}

.closeMeaturebox{
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(../images/close.png);
  display: block;
}
