html,
body,
div,
span,
img,
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background-color: #fe7642;
}
input {
  outline-style: none ;
  border: 1px solid #ccc;
  padding: 4px 4px;
  width: 90%;
  font-size: 14px;
  font-family: "Microsoft soft";
  box-sizing: border-box;
}
input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bg {
  width: 100%;
  height: 1552px;
  min-width: 1000px;
  background-image: url('../img/pcbg.png');
  background-repeat: no-repeat;
}
.bg .canter {
  width: 60%;
  min-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.bg .canter .mt50 {
  margin-top: 50px;
}
.bg .canter .sagy {
  margin-top: 61px;
  height: 57px;
  width: 171px;
  background-image: url('../img/sagykPc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg .canter .gwy {
  margin-top: 10px;
  height: 89px;
  width: 906px;
  background-image: url('../img/pcgongwu.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg .canter .neibu {
  height: 53px;
  width: 702px;
  background-image: url('../img/pcneibu.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
}
.bg .canter .tow {
  height: 164px;
  width: 164px;
  background-image: url('https://www.gwy.com/common/images/shequn_qita.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg .canter .msg {
  height: 51px;
  width: 167px;
  background-image: url('../img/pcgd.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg .canter .cante_c {
  height: 1684px;
  width: 100%;
  min-width: 1000px;
  margin-top: 300px;
  border-radius: 28px;
  background-color: #fcfcfc;
  overflow: hidden;
}
.bg .canter .cante_c .img_t {
  width: 90%;
  height: 50%;
  margin: 0 auto;
  margin-top: 30px;
  background-image: url('../img/c1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bg .canter .cante_c .img_c {
  width: 90%;
  height: 50%;
  margin: 0 auto;
}
.bg .canter .cante_c .img_c .lable_name {
  font-size: 20px;
  font-family: "SourceHanSansCN";
  color: #ef6711;
  font-weight: bold;
  line-height: 0.85;
  text-align: left;
  z-index: 14;
  margin-top: 15px;
}
.bg .canter .cante_c .img_c .select {
  display: inline-block;
  width: 300px;
  position: relative;
  vertical-align: middle;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  color: #555;
  border: 1px solid #aaa;
  text-shadow: none;
  transition: box-shadow 0.25s ease;
  padding: 4px 4px;
  font-size: 14px;
  width: 90%;
}
.bg .canter .cante_c .img_c .input_c {
  width: 390px;
  margin: 10px 0;
}
.bg .canter .cante_c .img_c .btn_yan {
  background-color: #ef6711;
  position: absolute;
  width: 129px;
  height: 29px;
  color: #fcfcfc;
  font-size: 14px;
  cursor: pointer;
}
.bg .canter .cante_c .img_c .btn_yan:active {
  opacity: 0.6;
}
.bg .canter .cante_c .img_c .btn_f {
  margin-top: 100px;
  background-color: #ef6711;
  width: 190px;
  height: 47px;
  color: #fcfcfc;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
}
.bg .canter .cante_c .img_c .btn_f:active {
  opacity: 0.6;
}
