.xqcontainer * {
  box-sizing: border-box;
  outline: none;
  font-family: "微软雅黑";
}
.xqmain {
  background: url("./images/bg.jpg");
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  top: 0;
  height: 825px;
}
.xqcontainer {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 825px;
}
.xqcontainer .mt30 {
  margin-top: 30px;
}
.xqcontainer .mt20 {
  margin-top: 20px;
}
.xqcontainer .mt15 {
  margin-top: 15px;
}
.xqcontainer .intro {
  position: absolute;
  z-index: 10;
  top: 258px;
  left: 0;
}
.xqcontainer .tx-c {
  text-align: center;
}
.xqcontainer .main {
  background: url("./images/bg.jpg");
  position: relative;
  width: 100%;
}
.xqcontainer .fixtop {
  width: 155px;
  height: 156px;
  position: absolute;
  right: -25px;
  top: 100px;
  z-index: 10;
  background: url("./images/ctop.png");
}
.xqcontainer .login {
  width: 475px;
  background: #fff;
  top: 180px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  padding: 45px 30px 35px;
  z-index: 11;
}
.xqcontainer .login .tab {
  display: table;
  width: 100%;
}
.xqcontainer .login .tab span {
  display: block;
  width: 50%;
  float: left;
  color: #333;
  font-size: 22px;
  line-height: 31px;
  cursor: pointer;
}
.xqcontainer .login .tab span.active {
  color: #ff7300;
  font-size: 30px;
  font-weight: bold;
}
.xqcontainer .login .bigtitle {
  display: block;
  color: #ff7300;
  font-size: 30px;
  line-height: 31px;
  font-weight: bold;
}
.xqcontainer .login .formlog div {
  border-bottom: 1px solid #d9d9d9;
  display: table;
  width: 100%;
}
.xqcontainer .login .formlog input {
  color: #333;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  border: none;
  padding: 0 10px;
}
.xqcontainer .login .formlog input.aprrove {
  display: inline-block;
  vertical-align: sub;
  width: 15px;
  height: 15px;
  border: 1px solid #909090;
  margin-right: 8px;
  padding-right: 0;
}
.xqcontainer .login .formlog input::-webkit-input-placeholder {
  color: #999;
}
.xqcontainer .login .formlog .tips {
  color: #ff0000;
  font-size: 14px;
  border-bottom: 0;
  margin: 10px 0;
}
.xqcontainer .login .formlog .tips.active {
  visibility: visible;
}
.xqcontainer .login .formlog .phonediv {
  padding-bottom: 5px;
}
.xqcontainer .login .formlog p {
  font-size: 14px;
  color: #666;
}
.xqcontainer .login .formlog p a {
  color: #333;
  text-decoration: none;
}
.xqcontainer .login .formlog p a span{
  color: #4993ff;
}
.xqcontainer .login .formlog p a:hover {
  color: #FF7300;
}
.xqcontainer .login .formlog .loginbtn {
  display: block;
  width: 100%;
  height: 55px;
  margin-top: 20px;
  border: none;
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
  background: url("./images/loginbtn.png") no-repeat;
  background-size: 100%;
}
.xqcontainer .login .formlog .loginbtn.active {
  background-image: url(./images/loginbtn_ac.png);
}
.xqcontainer .login .formlog .yzmdiv {
  padding: 15px 0 10px;
}
.xqcontainer .login .formlog .phoneinput {
  width: 100%;
}
.xqcontainer .login .formlog .verinput {
  width: 290px;
  float: left;
}
.xqcontainer .login .formlog .getcode {
  width: 95px;
  float: right;
  display: block;
  height: 35px;
  line-height: 33px;
  color: #ff7300;
  border: 1px solid #ff7300;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.xqcontainer .login .formlog .getcode.nunclick {
  color: #999;
  border: 1px solid #999;
  cursor: default;
}
.xqcontainer .login .formlog .pwdindiv {
  position: relative;
  padding: 15px 0 10px;
}
.xqcontainer .login .formlog .pwdindiv .forgetpwd {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  float: right;
  line-height: 35px;
}
.xqcontainer .login .formlog .pwdindiv .forgetpwd:hover {
  color: #FF7300;
}
.xqcontainer .login .bottom .title {
  position: relative;
  text-align: center;
}
.xqcontainer .login .bottom .title em {
  display: block;
  width: 100%;
  border-bottom: 1px solid #727272;
  position: absolute;
  top: 10px;
}
.xqcontainer .login .bottom .title span {
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #333333;
  position: relative;
  z-index: 9;
  padding: 0 10px;
}
.xqcontainer .login .bottom .com {
  margin: 20px 0 25px;
  text-align: center;
}
.xqcontainer .login .bottom .com a {
  display: inline-block;
  width: 33px;
  height: 33px;
}
.xqcontainer .login .bottom .com .qq {
  background: url("./images/qqimg.png");
  margin-right: 15px;
}
.xqcontainer .login .bottom .com .wb {
  background: url("./images/wbimg.png");
}
.xqcontainer .login .bottom .verp {
  color: #999;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.xqcontainer .login .bottom .pwdp {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.xqcontainer .login .bottom .pwdp a {
  color: #ff7300;
  margin-left: 3px;
  text-decoration: none;
}
.xqcontainer .login .bottom .rgisp {
  text-align: right;
  font-size: 16px;
  color: #666;
}
.xqcontainer .login .bottom .rgisp a {
  color: #ff7300;
  text-decoration: none;
}
.hide {
  display: none;
}
.visihide {
  visibility: hidden;
}
.xqfoot {
  text-align: center;
  font-size: 12px;
  color: #41484f;
  line-height: 25px;
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  background: #fff;
}
.top {
  height: 50px;
  background: #ff7300;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.user_container{position: relative; }