* {
	vertical-align: top;
	box-sizing: content-box;
	padding: 20px;
	border-top-width: thin;
	border-top-style: none;
}
td {
  vertical-align: middle;
}
html,
body {
  font: 12px "microsoft yahei", sans-serif;
  background: #fff;
  color: #666;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
td,
th {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
li {
  list-style: none;
}
textarea {
  border: none;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  border: none;
  resize: none;
  outline: none;
}
html,
body {
  height: 100%;
  background-color: #f7fafd;
}

.remark_detail, .remark_detail a {
  color: white;
  margin-bottom: 20px;
  line-height: 26px;
}

.header {
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px 
    #f0f0f0;
}
.header .main {
  width: 1200px;
  margin: 0 auto;
}
.header .main img {
  height: 70px;
  margin-top: 5px;
}
.content {
	padding-bottom: 100px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	top: 5;
}
.content .title {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
  /*padding: 20px 0 20px 0;*/
 /* margin-top: 8%;
  margin-bottom: 40px;*/
}
.content .box {
	font-size: 0;
	width: 1110px;
	border-radius: 10px;
	background: #bb9f66;
	height: 440px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content .box1 {
	font-size: 0;
	width: 1110px;
	border-radius: 4px;
	background: #bb9f66;
	height: 490px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content .left {
  display: inline-block;
  width: 500px;
  /*height: 460px;*/
  /*background-image: linear-gradient(180deg, #49a9fd 0%, #2474f5 100%), linear-gradient(#5970fb, #5970fb);*/
  /*background-color: #0b438c;*/
  background-blend-mode: normal, 
      normal;
  border-radius: 10px 0px 0px 10px;
}
.content .tips {
  position: relative;
  height: 86px;
}
.content .tips .one {
  position: absolute;
  width: 170px;
  height: 43px;
  background-color: #ffff;
  border-radius: 0px 6px 6px 6px;
  left: 170px;
  top: 15px;
  line-height: 43px;
  text-align: center;
/*  color: #fff;*/
  font-size: 20px;
  letter-spacing: 1px;
}
.content .tips .one .spot_1,
.content .tips .one .spot_2 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a3771f;
  top: 18.5px;
}
.content .tips .one .spot_1 {
  left: 10px;
}
.content .tips .one .spot_2 {
  right: 10px;
}
.content .tips .two {
  width: 179px;
  height: 43px;
  background-color: #a3771f;
  border-radius: 0px 6px 6px 6px;
  top: 20px;
  left: 161px;
  position: absolute;
}
.content .text {
  padding: 0 40px;
  font-size: 16px;
  height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-all;
}
.content .text1 {
  padding: 0 40px;
  font-size: 16px;
  height: 88%;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-all;
}

.content .qrcode {
  text-align: center;
}
.content .qrcode img {
  width: 89px;
  height: 89px;
}
.content .right {
  width: 610px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  border-radius: 0 10px 10px 0;
}
.content .entrance {
  padding: 20px 110px 20px;
  border-radius: 0 10px 10px 0;
  height: auto;
}

.content .entrance label {
  cursor: pointer;
  display: block;
  border-radius: 4px;
  border: solid 1px #999999;
  margin-top: 18px;
  position: relative;
  /*background-color: #fff;*/
}

.content1 .right {
  width: 610px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  border-radius: 0 10px 10px 0;
}
.content .entrance1 {
/*输入框高度*/
  padding: 1px 20px 119px;
  border-radius: 0 10px 100px 0;
  height: auto;
}


.content .entrance1 label {
/*输入框之间高度*/
  cursor: pointer;
  display: block;
  border-radius: 4px;
  border: solid 1px #999999;
  margin-top: 10px;
  position: relative;
  /*background-color: #fff;*/
}
.content .entrance label span {
  letter-spacing: 3px;
  display: inline-block;
  width: 114px;
  height: 48px;
  background-color: #f5f5f5;
  border-radius: 4px 0px 0px 4px;
  line-height: 48px;
  /*text-indent: 16px;*/
  font-size: 16px;
  color: #333;
}
.content .entrance1 label span {
  letter-spacing: 3px;
  display: inline-block;
  width: 114px;
  height: 31px;
  background-color: #f5f5f5;
  border-radius: 4px 0px 0px 4px;
  line-height: 28px;
  /*text-indent: 16px;*/
  font-size: 12px;
  color: #333;
}
.content .entrance1 label input {
  height: 28px;
  width: 318px;
  text-indent: 10px;
  font-size: 12px;
}

.content .entrance1 label select {
  height: 30px;
  width: 118px;
  text-indent: 10px;
  font-size: 12px;
}

.content .entrance2 {
/*输入框高度*/
  padding: 1px 20px 1px;
  border-radius: 0 1px 1spx 0;
  height: auto;
}
.content .entrance2 label {
/*输入框之间高度*/
  cursor: pointer;
  display: block;
  border-radius: 4px;
  border: solid 1px #999999;
  margin-top: 10px;
  position: relative;
  /*background-color: #fff;*/
}
.content .entrance2 label {
/*输入框之间高度*/
  cursor: pointer;
  display: block;
  border-radius: 4px;
  border: solid 1px #999999;
  margin-top: 10px;
  position: relative;
  /*background-color: #fff;*/
}

.content .entrance2 label span {
  letter-spacing: 3px;
  display: inline-block;
  width: 114px;
  height: 31px;
  background-color: #f5f5f5;
  border-radius: 4px 0px 0px 4px;
  line-height: 28px;
  /*text-indent: 16px;*/
  font-size: 12px;
  color: #333;
}
.content .entrance2 label input {
  height: 28px;
  width: 208px;
  text-indent: 10px;
  font-size: 12px;
}

.content .entrance2 label select {
  height: 30px;
  width: 118px;
  text-indent: 10px;
  font-size: 12px;
}

.content .entrance label input {
  height: 48px;
  width: 268px;
  text-indent: 10px;
  font-size: 14px;
}

.content .entrance label input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.content .entrance label input:-moz-placeholder {
  color: #b3b3b3;
}
.content .entrance label input::-moz-placeholder {
  color: #b3b3b3;
}
.content .entrance label input:-ms-input-placeholder {
  color: #b3b3b3;
}
.content .entrance label i {
  position: absolute;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
  right: 4px;
  top: 13px;
  padding: 6px;
}
.content .entrance label.active {
  border-color: #5970fb;
  background-color: #fafafa;
}
.content .entrance .codeBox input {
  width: 200px;
}
.content .entrance .codeBox .code {
  float: right;
  width: 56px;
  height: 47.99px;
  /*background-color: #ccc;*/
  margin: 5.5px 10px 0 0;
}
.content .entrance .codeBox i {
  right: 70px;
}
.content .switch {
  text-align: right;
  color: #6bbffa;
  font-size: 14px;
}
.content .switch span {
  cursor: pointer;
  padding: 10px 0;
  display: inline-block;
}
.content .errorTips {
  color: red;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.content .btn {
  text-align: center;
}
.content .btn span {
  cursor: pointer;
  display: inline-block;
  width: 120px;
  height: 42px;
  background-color: #bb9f66;
  border-radius: 6px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  border:1px solid #bb9f66;
}
.content .btn span:hover{
  background-color: #a3771f;
  color: #fff;
}

.content .blessing {
  text-align: center;
  line-height: 22px;
  margin-top: 20px;
    color: #f4ba1d;
}
.content .blessing img {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.content .blessing span {
  display: inline-block;
  font-size: 12px;
  color: #333;
}
.dialog {
  position: absolute;
  top: 0;
  height: 2000px;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 28, 0.8);
  display: none;
}
.dialog .tip {
  width: 580px;
  height: 290px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 175px auto 0;
}
.dialog .top {
  width: 580px;
  height: 53px;
  background-color: #a00602;
  border-radius: 8px 8px 0px 0px;
  text-align: right;
}
.dialog .top i {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  padding: 15px;
}
.dialog p {
  padding: 30px 40px;
  font-size: 20px;
  color: #a00602;
}
.dialog .text {
  padding: 0 40px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #666666;
}

.luqu-body {
  /*background: url(./image/luqu_bg.jpg) no-repeat ;*/
  text-align: center;
  min-height: 768px;
  display: none;
}
.luqu-success {
  margin: 0 auto;
  width: 52%;
  word-break: break-word;
  font-size: 20px;
  color: black;
}
.btn.active, .btn:active {
   outline: none;
   -webkit-box-shadow: unset;
   box-shadow:unset;
}
.back-query-btn button:focus{
  outline: none;
}
