.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  font-size: 0;
}
.main {
  background: #f3f4f5;
  padding-bottom: 40px;
}
.top_con_bg {
  height: 361px;
  background: url(../images/topbg.png) no-repeat center center;
  padding-top: 34px;
  box-sizing: border-box;
  margin-top: -50px;
  display: inline-block;
}
.top_con {
  height: 298px;
  background: #ffffff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.41);
  opacity: 0.74;
  border-radius: 10px;
  margin: 0 30px;
  padding: 0 29px;
  padding-top: 30px;
  box-sizing: border-box;
}
.top_con p {
  font-size: 20px;
  line-height: 36px;
  text-indent: 40px;
}
.top_con p span {
  font-size: 24px;
}

.mytitle {
  font-size: 30px;
  height: 103px;
  text-indent: 30px;
  line-height: 130px;
  background-color: #fff;

  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  margin-top: 25px;
}
.title img {
  vertical-align: middle;
}
.con_form {
  margin: 0 30px;
  background: #fff;
  margin-top: 33px;
  padding: 0 36px;
  box-sizing: border-box;
  padding-top: 29px;
  padding-bottom: 45px;
  margin-bottom: 22px;
}
h4 {
  font-size: 24px;
  font-weight: 500;
}
.hr {
  height: 1px;
  background: #d4d4d4;
  margin-top: 13px;
  margin-bottom: 36px;
}
.red::before {
  content: "*";
  color: red;
}
.form_inp {
  background: #f0f9ff;
  height: 59px;
  line-height: 59px;
  font-size: 20px;
  padding-left: 10px;
}
.form_inp input {
  width: 150px;
  height: 25px;
  border: 1px solid rgba(148, 148, 148, 0.25);
  background: #fff;
  margin-right: 18px;
  border-radius: 2px;
  letter-spacing: 2px;
  padding-left: 3px;
  color:#575757;
  font-size:16px;
}
.form_inp select {
  width: 158px;
  height: 30px;
  border: 1px solid rgba(148, 148, 148, 0.25);
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  outline: none; /*wl更改*/  
  color: #575757;
  font-size:16px;
}
.form_city {
  background: #f0f9ff;
  height: 59px;
  /* line-height: 59px; */
  position: relative;
  display: flex;
  padding: 17px 0;
  box-sizing: border-box;
  font-size: 20px;
  padding-left: 24px;
}
.con_question {
  margin: 0 30px;
  background: url(../images/qusbg.png) no-repeat center -464px;
  margin-top: 33px;
  padding: 0 36px;
  box-sizing: border-box;
  padding-top: 29px;
  padding-bottom: 79px;
  margin-bottom: 26px;
}
.qus_list {
  width: 1078px;
  height: 499px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  justify-content: left;
  padding-bottom: 10px;
}
.qus_list li {
  width: 238px;
  min-height: 102px;
  background: #f0f9ff;
  margin: 0 13.5px;
  margin-top: 10px;
  font-size: 18px;
  color: #26475e;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor:pointer;
  border-radius:4px;
}
.current {
	background:#167CFF!important;	
	color: #fff!important;
	cursor: pointer;
}

.qus_list::-webkit-scrollbar {
  width: 17px;
  background-color: #fff;
}
.qus_list::-webkit-scrollbar-thumb {
  background-color: rgba(22, 124, 255, 0.63);
}
.form_title {
  font-size: 30px;
  height: 65px;
  line-height: 65px;
  font-weight: 700;
  color: #000;
  background: #f0f9ff;
  text-align: center;
}
.form_list {
  padding-left: 127px;
  background: #f0f9ff;
  border: 1px solid rgba(148, 148, 148, 0.25);
  margin-top: 10px;
}
.form_list label {
  cursor: pointer;
  margin-left: 28px;
}

.form_list li {
  font-size: 20px;
  /* height: 60px; */
  line-height: 60px;
  display: flex;
  flex-direction: column;
}
.form_list textarea {
  width: 528px;
  height: 111px;
  border: 1px solid rgba(148, 148, 148, 0.25);
  background-color: #fff;
  font-size: 18px;
}
.text_count {
  color: #a6a6a6;
  font-size: 18px;
  position: absolute;
  right: 13px;
  bottom: 7px;
}
.no_required {
  display: none;
}
.code {
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 26px;
}
.code input {
  width: 100px;
  height: 25px;
  border: 1px solid rgba(148, 148, 148, 0.25);
  background: #fff;
  margin-right: 18px;
  font-size: 16px;
  padding-left: 5px;
  letter-spacing: 2px;
  border-radius:2px;
  color:#575757;
}
.con_form {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
}
.bl {
  width: 984px;
  height: 1px;
  background: #a6c2e0;
  margin: 0 auto;
}
.btn {
  text-align: center;
  margin-top: 60px;
}
.submit {
  width: 165px;
  height: 49px;
  background: #31a6ff;
  border-radius: 5px;
  border: 0;
  color: #f0f9ff;
  font-size: 24px;
  margin: 0 70px;
}
.tijiao{
  width: 165px;
  height: 49px;
  background: #31a6ff;
  border-radius: 5px;
  border: 0;
  color: #f0f9ff;
  font-size: 24px;
  margin: 0 70px;
}
.clear {
  width: 165px;
  height: 49px;
  background: #dcdcdc;
  border-radius: 5px;
  border: 0;
  margin: 0 70px;
  font-size: 24px;
}
#msgInfo{
	line-height:25px;
}
.close ,.daoyinclose,.fankuiclose,.gosamr,.msgbtn,.xzbtn{
  width: 165px;
  height: 49px;
  background: #dcdcdc;
  border-radius: 5px;
  border: 0;
  margin: 0 70px;
  font-size: 24px;
}
.fanying {
  font-size: 18px;
  text-align: center;
}
.fanying_img {
  display: flex;
  justify-content: space-between;
}
.fanying_img img {
  height: 100px;
}
#cover {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 999;
  display: none;
}

.fankui ,.tologin,.daoyin,.showMsg,.lyxz{
  position: fixed;
  width: 530px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  z-index: 9999;
  margin-top: -10%;
  margin-left: -265px;
  padding: 30px;
  box-sizing: border-box;
  display: none;
  border-radius:4px;
}
.lyxz{
	 margin-top: -15%;
	width:700px;
}
.lyxz h4{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.lyxz p{
	margin-bottom:5px;
	line-height:28px;
}
.fankui textarea {
  width: 100%;
  height: 111px;
  border: 1px solid rgba(148, 148, 148, 0.25);
  background-color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.btn_f {
  text-align: center;
  margin: 20px 0;
}
.btn button {
  cursor: pointer;
}
.btn_f button {
  margin: 0 20px;
  width: 100px;
  height: 35px;
  font-size: 16px;
  cursor: pointer;
}

/* 底部 */
/* .footer-box{width: 100%;} */
.footer-2 {
  height: 185px;
  background: #e8e8e8;
  padding-top: 27px;
  position: relative;
  min-width: 1200px;
}
.footer-2-1 {
  margin: 0 auto;
}
.footer-2-1 li {
  float: left;
  padding: 0 10px;
}
.footer-2-1 li img {
  margin-right: 10px;
  margin-bottom: -2px;
}
.footer-2-1 li a {
  font-size: 14px;
  color: #333;
}
.footer-2-2 {
  margin: 0 auto;
  clear: both;
  text-align: center;
  padding-top: 38px;
}
.footer-2-2 li {
  font-size: 12px;
  color: #333;
  line-height: 28px;
}
.sama-box {
  width: 1013px;
  margin: 0 auto;
}
.sama-box {
  position: relative;
}
.footer-img-1 {
  position: absolute;
  left: 250px;
  top: 80px;
  float: left;
}
.sama-box table {
  margin: 0 auto;
}
.footer-img {
  position: absolute;
  left: 180px;
  top: 65px;
}
.footerimgright {
  position: absolute;
  right: 125px;
  top: 68px;
}
.qinfo{text-align: right;line-height: 25px;margin-top: 10px;margin-left: 72px;margin-right: 26px;}
.qinfo1{color: #0335A6;font-size: 18px;}
.qinfo2{color: #FF0000;font-size: 18px;}

textarea,input{padding:2px;}
.city-picker-span{border-bottom:none!important}
.city_close_button{width: 50px;background: #46A4FF;text-align: center;border-radius: 3px;height: 20px;margin-left: 10px;color: #fff;font-size: 12px;cursor: pointer;margin-top:10px;}