.sales_wrap{
  background:#fff;
  position:relative;
  margin:0 auto;
  overflow:hidden;
  border-top: 4px solid #ccc;
}
.tryout{
  width:58%;
  float:left;
  border-right:1px dashed #dedede;
  overflow:hidden;
}
.qr_code{
  width:41%;
  float:right;
}
.qr_title{text-align:center;margin-top: 1%;font-size: 16px;}
.qr_code img{width:100%;}


.theme-popove-mask {
  z-index: 998;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.4;
  filter:alpha(opacity=40);
  display:none;
}

.theme-popoverr {
  border-radius:8px;
  background-color:#fff;
  display:block;
}

.theme-popoverr * {
  font-size: 16px;
  box-sizing: content-box;
  /*margin-top: 2%;*/
}

.theme-popover-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
  height: 32px;
  background-image: url('../images/popover-close.png');
  cursor: pointer;
}

.theme-popoverr .tab_container {
  float: left;
  width: 100%;
  position: relative;
}

.theme-popoverr .tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 46px;
  border: none;
  width: 100%;
}

.theme-popoverr .tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 100%;
  line-height: 45px;
  border: none;
  margin-bottom: -1px;
  background: #e0e4e8;
  overflow: hidden;
  position: relative;
}

.theme-popoverr .tabs .activeTab, .theme-popoverr .tabs .activeTab a:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.theme-popoverr .tabs li a {
  text-decoration: none;
  color: #242424;
  display: block;
  padding: 0 20px;
  outline: none;
  text-align: center;
}

.theme-popoverr .tabs li a:hover {
  background: #ccc;
}

.theme-popoverr .line {
  border-bottom: 1px solid #bfbfbf;
}

.theme-popoverr #tab1 .fieldss {
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  /*width: 180px;*/
  margin: auto 2%;
}
.theme-popoverr #tab21 .fieldss {
  padding: 0 20px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  width: 320px;
  margin: 20px auto;
}
.theme-popoverr #ts_id {
  margin-left: 24px;
  margin-top: 10px;
}
.theme-popoverr #save{
  margin-top: 10px;
}
.theme-popoverr .require {
  color: red;
  padding: 0 5px;
}

.theme-popoverr .field {
  height: 35px;
  line-height: 35px;
  color: #888888;
}

.theme-popoverr .btn {
  display: block;
  border: none;
  height: 35px;
  width: 96%;
  border-radius: 5px;
  background-color: #49a7e0;
  margin: 0 auto;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

.theme-popoverr button, .theme-popoverr input[type="button"] {
  box-sizing: border-box;
}

.theme-popoverr #getCode {
  border: none;
  height: 25px;
  background-color: #49a7e0;
  color: #ffffff;
  float: right;
  margin-top: 7px;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  outline: none;
  font-size: 12px;
}

.field1 {
  display: none;
}

.theme-popoverr .disable {
  background-color: #d5d5d5 !important;
  cursor: auto !important;
}

.theme-popoverr input[type=text] {
  border: none;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  line-height: normal;
  width: 45%;
}

.theme-popoverr .page {
  display: none;
}

.theme-popoverr .regPage {
  display: block;
  width:300px;
  height:220px;
}

.theme-popoverr .wxQcode, .theme-popoverr .mobiQcode {
  width: 735px;
  height: 448px;
}
.theme-qcode {
  margin-left: -367px;
  margin-top: -224px;
}