.clear_both:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
.initial_tabs {
  border-bottom: 1px solid #ccc;
  height: 41px;
}
.initial_tabs li {
  float: left;
}
.initial_tabs li a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 120px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-right: 5px;
  background: #f7f7f7; 
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.initial_tabs li a.current {
  background: #fff;
  height: 41px;
}
.initial_tabs li a:link,.initial_tabs li a:visited ,.initial_tabs li a:hover {
  color: #000;
}
.initial_info {
  padding: 20px 0;
}
.initial_info dl dt,.initial_info dl dd{
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.initial_info dl dt  {
  width: 100px;
}
.initial_info dl dd input {
  height: 38px;
  line-height: 38px;
  text-indent: 10px;
}
.user_p_info {
  padding-bottom: 20px;
}
.user_p_info img,.user_p_info p {
  float: left;
}
.user_p_info p {
  margin: 0;
  padding-left: 20px;
}
.initial_info button {
  background: #f1931d;
  border: none;
  color: #fff;
  width: 100px;
  height: 50px;
  line-height: 50px;
}
.get_code {
  padding-left: 20px;
}
.get_code:link,.get_code:visited,.get_code:hover {
  color: #09b3cd;
}
.font_red {
  color: red;
}
.w_remove,.qq_bang a {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  background: #09b3cd
}
.w_remove:link,.w_remove:visited,.w_remove:hover,.qq_bang a:link,.qq_bang a:visited,.qq_bang a:hover {
  color: #fff;
}
.remove_opp,.remove_opp_wx {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -40px;
  width: 400px;
  z-index: 4;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 10px;
  display: none;
}

.remove_opp a,.remove_opp_wx a {
  display: block;
  float: left;
  width: 50%;
}
.remove_opp a:link,.remove_opp a:visited,.remove_opp a:hover,.remove_opp_wx a:link,.remove_opp_wx a:visited,.remove_opp_wx a:hover {
  color: #09b3cd;
}
.remove_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: #000;
  opacity: 0.57; 
  filter: "alpha(opacity=57)"; 
  filter: alpha(opacity=57);
  zoom: 1;  
  display: none;
}
.qq_bang span {
  color: #575757;
  padding-left: 10px;
}
@media screen and (max-width: 767px) { 
.user_p_info {
  text-align: center;
}
.user_p_info img, .user_p_info p {
  float: none;
}
.initial_info button {
  display: block;
  margin: 0 auto;
}
.initial_info dl dd {
  height: auto;
  min-height: 40px;
}
.initial_info dl dd input {
  display: block;
}
.initial_info dl dd a {
  display: block;
  text-align: right;
}
.set_info .renzheng {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.set_info .renzheng select,.set_info .renzheng input {
  width: 100%;
}
}