/* PC 页面布局与弹窗 */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-logo img {
  height: 48px;
  width: auto;
  display: block;
}
.site-header-tel {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
}
.success-banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.copyright-footer {
  text-align: center;
  padding: 24px 16px;
  font-size: 16px;
  color: #333;
}

.full-content {
  cursor: pointer;
}
.section-button button,
.section-button a {
  padding: 10px 140px;
  background: url("../images/1015_33.png") center no-repeat;
  background-size: 100%;
  color: #fff;
  font-size: 18px;
  border-radius: 60px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.bg_div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(92, 92, 92, 0.75);
  z-index: 11111;
  display: none;
}
.tc_div {
  width: 400px;
  height: 380px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  border-radius: 15px;
  word-break: break-all;
  position: relative;
  margin: 15% auto 0;
}
.close {
  width: 100%;
  height: 60px;
}
.close a {
  float: right;
}
.close img {
  width: 50px;
}
.tc_title {
  font-size: 26px;
  color: #333333;
  letter-spacing: 5px;
  height: 80px;
}
.user_div {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.user_div span {
  width: 10%;
  float: left;
  margin-left: 10%;
}
.user_div span img {
  width: 30px;
}
.user_div input {
  width: 60%;
  border: 1px solid #ccc;
  float: left;
  height: 30px;
  margin-left: 10px;
  padding-left: 10px;
}
