.yellow-btn {
  background: #ffd050;
  border-radius: 5px;
  width: 112px;
  height: 46px;
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 46px;
  color: #333333;
  border: none;
  outline: medium;
}

.blackoveride {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  background: black;
  z-index: 1031;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.wihte_con {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 336px;
  height: 468px;
  background: #ffffff;
  z-index: 1032;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .wihte_con {
    padding: 0 36px;
  }
}

input::-webkit-input-placeholder {
  color: #b5b5b5;
}

input::-moz-placeholder {
  color: #b5b5b5;
}

input:-moz-placeholder {
  color: #b5b5b5;
}

input:-ms-input-placeholder {
  color: #b5b5b5;
}

.logo2 {
  font-size: 30px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(153, 153, 153);
  line-height: 46px;
  text-align: center;
  margin-top: 20px;
}

.logo2:after {
  content: "";
  display: block;
  max-width: 335px;
  height: 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 20px;
}

.logo2 span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(51, 51, 51);
  position: absolute;
  left: 31%;
  top: 15.7%;
  background: white;
  padding: 0 16px;
}

input {
  padding: 0;
}

.info-input {
  position: relative;
}

.info-input .item {
  width: 334px;
  height: 46px;
  background: rgb(244, 244, 244);
  border: 1px solid rgb(219, 219, 219);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(181, 181, 181);
  line-height: 46px;
  color: black;
  text-indent: 15px;
  outline: medium;
}

.info-input > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(181, 181, 181);
  line-height: 46px;
  position: absolute;
  left: 28%;
  top: 109.2%;
  background: white;
  padding: 0 16px;
}

.info-btn {
  width: 334px;
  height: 46px;
  background: #f4f4f4;
  font-size: 16px;
  margin-top: 20px;
}

.info-btn:hover {
  background: #ffd050;
}

.info-btn:after {
  content: "";
  display: block;
  max-width: 335px;
  height: 0px;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 40px;
}

.icon-weixin {
  font-size: 45px;
  color: #a1a1a1;
  margin-right: 15px;
  cursor: pointer;
}

.icon-QQ {
  font-size: 45px;
  color: #a1a1a1;
  cursor: pointer;
}

.icon-row {
  margin-top: 70px;
  text-align: center;
}

.icon-QQ:hover {
  color: #1589ff;
}

.icon-weixin:hover {
  color: #36c32f;
}

.info-xieyi {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(181, 181, 181);
  line-height: 46px;
}

.info-xieyi a {
  color: rgb(181, 181, 181);
  text-decoration: none;
  outline: none;
}

.info-xieyi a:hover {
  color: #ff9b19;
  text-decoration: none;
  cursor: pointer;
}

/*login header*/
.login2 {
  width: 42px;
  height: 42px;

  border-radius: 50%;
  display: block;
  /*background: rgb(53, 53, 53) url(../../images/qq1.png) no-repeat 50% 50%;*/
  /*background-size: 23px;*/
}

.msg {
  display: none;
  width: 218px;
  height: 274px;
  background: #353535;
  box-shadow: 9px 15px 9px 0px rgba(0, 0, 0, 0.13);
  border: 3px solid rgba(255, 255, 255, 0.19);
  border-radius: 10px;
  position: absolute;
  z-index: 9000;
  right: 0;
  top: 69px;
  padding: 0 14px;
}

.msg p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 20px;
}

.msg > a {
  width: 183px;
  height: 46px;
  background: #ffd050;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 46px;
  text-align: center;
}

.me {
  text-align: center;
  padding: 20px 0;
}

.me a {
  color: #ffd050;
}

/*qq top css*/
.t-box {
  width: 52px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 52.5%;
  background: white;
  border-radius: 6px;
  box-shadow: #bbb 0 0 6px;
  font-size: 12px;
}

.top {
  width: 48px;
  height: 55px;
  display: block;
  background: url(/create/static/index/images/top.png) no-repeat 14px 21px;
  background-size: 20px;
}

.jf {
  padding-top: 40px;
  width: 48px;
  height: 64px;
  display: block;
  background: url(/create/static/index/images/jf.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
  text-align: center;
}

.jf:hover {
  background: url(/create/static/index/images/jf1.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
}

.sc {
  padding-top: 40px;
  width: 48px;
  height: 64px;
  display: block;
  background: url(/create/static/index/images/sc.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
  text-align: center;
}

.sc:hover {
  background: url(/create/static/index/images/sc1.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
}

.zx {
  padding-top: 40px;
  width: 48px;
  height: 64px;
  display: block;
  background: url(/create/static/index/images/zx.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
  text-align: center;
}

.zx:hover {
  background: url(/create/static/index/images/zx1.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
}

.kefu {
  width: 48px;
  height: 49px;
  display: block;
  background: url(/create/static/index/images/kefu.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
}

.kefu:hover {
  background: url(/create/static/index/images/kefu2.png) no-repeat 11.5px 10.5px;
  background-size: 23px;
}

.box1 {
  position: relative;
}

.box2 {
  position: relative;
}

.box1 div {
  position: absolute;
  top: 3px;
  left: -169px;
  display: none;
  width: 170px;
  height: 64px;
}

.box2 div {
  position: absolute;
  top: 3px;
  left: -102px;
  display: none;
  width: 103px;
  height: 64px;
}

.foot {
  background: rgb(63, 63, 63);
  font-size: 12px;
  text-align: center;
  color: rgb(123, 123, 123);
  line-height: 30px;
}

.foot a:hover {
  color: rgb(123, 123, 123);
}

@media (max-width: 768px) {
  #iframe {
    width: 315px !important;
    height: 450px !important;
  }
}
