/*reset*/
input{
	border: none;
	outline: none;
	cursor: pointer;
}
.btnIntro {
    width: 149px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 30px;
    color: #faa6ab;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 8px 20px rgba(230, 19, 96, 0.3);
    box-shadow: 0 8px 20px rgba(230, 19, 96, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*reset end*/
#quick_login {
  width: 600px;
  overflow: hidden;
  display: none;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
#login_content_box {
  padding: 20px;
}
#popup_drag {
  cursor: default;
  width: 600px;
  height: 53px;
  background: #fff url(../images/modal_pink.png) repeat-x scroll center 0;
}
#login_content {
  width: 600px;
  height: auto;
  overflow: hidden;
}
#login_content form ul {
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 14px;
  padding: 0px;
  list-style: none;
}
.sex_img {
  padding-left: 5px;
  width: 12px;
  height: 12px;
}
.recommendli {
  float: left;
}
.leftrecom {
  margin-left: 79px;
}
.leftrecom2 {
  margin-left: 30px;
}
#login_content form ul li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}
#login_content form ul li input.input_reg {
  width: 190px;
}
#login_content form span {
  display: block;
  width: 80px;
  text-align: left;
  letter-spacing: 2px;
  float: left;
}
.popup-con {
  padding-top: 11px;
  padding-left: 15px;
}
.popup-title {
  color: #fff;
  font-style: italic;
  margin: 0;
  line-height: 1.42857;
  font-size: 20px;
  font-weight: 500;
  font-family: microsoft yahei;
}
h4 small {
  font-weight: 400;
  font-family: microsoft yahei;
}
.popup-close {
  color: #fff;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  font-family: microsoft yahei;
}
.popup-close:hover {
  color: #000;
}
#user_city,
#user_city_area,
#user_marry,
#user_edu,
#provid,
#user_annualIncome,
#citys,

#user_birthday_1,
#user_birthday_2,
#user_birthday_3 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 101px;
  margin-right: 10px;
}
.link-mt:hover {
  color: #3B99FC;
}
#user_inmoney,#familly_inmoney,
#education {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 226px;
  margin-right: 10px;
}
.regphone_span {
  display: block;
  width: 80px;
  text-align: right;
  letter-spacing: 2px;
  float: left;
  line-height: 41px;
}
input#login_submit {
  display: inline;
}
input.login_submit1 { 
  margin-left: 25%;
}
body,
html {
  width: 100%;
  min-width: 1200px;
  background-color: #ebebeb;
}
.title h3 {
  float: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 58px;
  color: #d4b55a;
}
.acontent {
  float: left;
  width: 958px;
}
.aside {
  float: right;
  width: 229px;
}
img.lazy {
  display: none;
}
#xqparty li:hover a.partyName,
#partyOld a.partyOldItem:hover h5.partyName {
  color: #e50457 !important;
}
#partyOld > ul li:hover span.iconfont {
  font-size: 44px;
}
.more {
  color: #000;
  position: absolute;
  right: 10px;
  bottom: 13px;
  font-size: 14px;
}
.more:hover {
  color: #e50457;
}
.more span {
  vertical-align: middle;
}
.more span:nth-child(1) {
  margin-right: 5px;
}
.more .iconfont {
  color: #ccc;
  font-size: 18px;
}
.zoomed {
  position: relative;
  z-index: 2000;
  cursor: zoom-out;
}
.zoom-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.zoom-shadow.zoomed {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.bodyhidden {
  overflow: hidden;
  height: 100%;
}
.img-hover:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.partyOver {
  background: #ccc !important;
}
.recommendli a {
    color: #3B99FC;
}
