* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
input,
select {
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0 none;
}
a,
input,
textarea {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  color: #666 !important;
}
.tl li {
  white-space: nowrap;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dpn {
  display: none;
}
.m0 {
  margin-left: 0!important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  _height: 1px;
}
*html .clearfix {
  height: 1%;
}
* + html .clearfix {
  height: 1%;
}
body {
  width: 750px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: "Microsoft YaHei";
  color: #333333;
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.head {
  width: 690px;
  margin: 20px auto 0;
  font-size: 20px;
}
.title {
  margin-top: 30px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 56px;
}
.pingfen {
  width: 690px;
  margin: 30px auto 10px;
  text-align: left;
}
.container {
  width: 690px;
  padding: 30px 0;
  margin: 0 auto 100px;
  position: relative;
}
.fengpi {
  width: 750px;
  margin-left: -30px;
  height: 100%;
  background: url("../images/juan.jpg") no-repeat;
  background-size: 100% 100%;
}
.ti-con + .ti-con {
  border-top: 1px dashed #cccccc;
}
.ti-con {
  width: 100%;
  padding: 30px 0;
}
.ti-con p {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.ti-con label {
  width: 169px;
  float: left;
  font-size: 22px;
}
input[type='radio'],
input[type='checkbox'] {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  opacity: 0;
}
.input_style {
  background: url(../images/green.png) no-repeat;
  -webkit-background-size: 28px 28px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.radio_bg {
  background: url("../images/bai.png") no-repeat center center;
}
.checkbox_bg {
  background-position: 0 0;
}
.radio_bg_check {
  background: url("../images/blue.png") no-repeat center center;
}
.redio_bg_red {
  background: url("../images/red.png") no-repeat center center;
}
.submit {
  width: 480px;
  height: 82px;
  margin: 30px auto 30px;
}
.xiangxiatishi {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -webkit-animation: dong 1s linear 0s infinite alternate;
}
@-webkit-keyframes dong {
  from {
    bottom: 20px;
  }
  to {
    bottom: 60px;
  }
}
.foot {
  width: 750px;
  margin: 30px auto;
  position: absolute;
  left: -30px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  background: #333;
  padding: 20px 0;
}
