/*登录注册弹框*/
.yslr_cont{
  background-color: #fff;
  height: 290px;
  border-bottom-right-radius:10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius:10px;
    -moz-border-bottom-left-radius: 10px;
    padding-top: 28px;
    width: 536px;
}
.yslrc_r{
  height: 375px;
}
.yslr_title{
  height: 61px;
}
.show_wrap{
  width: 538px;
  z-index: 200;
  position: fixed;
  left: 50%;
  top:150px;
  margin: 0 0 0 -269px;
  display: none;
}
.yslr_title a.ys_t_l{
   border-top-left-radius: 5px;
   -moz-border-top-left-radius: 5px;
}
.yslr_title a.ys_t_r{
  border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
}
.yslr_title a.yst_c{
  background: url(../images/lrtitle.png) no-repeat -269px 0;
  width: 268px;
  float: left;
  height: 61px;
  line-height: 61px;
  font-size: 24px;
  color: #444;
  text-align: center;
  text-decoration: none;
  
}
.yslr_title a.yst_current{
  background: url(../images/lrtitle.png) no-repeat 0 0;
  color:#fff;
  width: 270  
}
.yslrc_input{
  margin-left: 65px;
}
.yslrc_input input{
  height: 56px;
  width: 365px;
  line-height: 56px;
  padding-left: 45px;
  background:#f4f4f4 url(../images/lricon.png) no-repeat  10px 16px;
  font: 20px/56px "Microsoft YaHei";
}
.input_top{
  border: 1px solid #ddd;
  border-top-left-radius: 5px;
   -moz-border-top-left-radius: 5px;
   border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
}
.input_cent{
  border: 1px solid #ddd;
  border-top:none;
}
.input_bottom{
  border: 1px solid #ddd;
  border-top:none;
  border-bottom-left-radius: 5px;
   -moz-border-bottom-left-radius: 5px;
   border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
}
.yslrc_input .ysnpwd{
  background-position: 10px  -42px;
}
.yslrc_input .phone{
  background-position: 10px  -151px;
}
.yslrc_forget{
  overflow: hidden;
}
.yslrc_forget a{
  float: right;
  color: #bbb;
  text-decoration: none;
  margin-top:22px;
  margin-right: 64px;
  display: inline-block;
}
.yslrc_lodo{
  text-align: center;
  padding-top: 39px;
}
.yslrc_lodo .submit,.yslrc_lodo a{
  display: inline-block;
  color: #fff;
  background: #e38f03;
  border-radius: 5px;
  width: 147px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  font-size: 20px;
  text-decoration: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
.yslrc_lodo .submit{
  margin-left: -65px;
}

.yslrc_r .yslrc_lodo{
  padding-top: 0px;
}

/**注册*/
.registerPane {
display: none;
}
.registerPane--visible {
display: block;
}
.quickHeading{
  margin: 0 auto;
  width: 250px;
  line-height: 52px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
}
.label{
  float: left;
  display: none;
  width: 70px;
  line-height: 24px;
  text-align: right;
  color: #a21d04;
}
.collection{
  
  position: relative;
}
.row{
  min-height: 59px;
}

.agree{
  min-height: 59px;
  line-height: 40px;
}
.row_s{
  min-height: 60px;
}
.inputDefault,
.msgContainer{
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
  background-color: #f2f2f2;
}
.msgError{
  color: #aa1d00;
}
.agree{
  position: relative;
  padding: 4px 0 0 18px;
}
.registerFinished{
  padding-top: 106px;
}
.finishedHeading{
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
}
.finishedHint{
  font-size: 18px;
  font-weight: bold;
}
.fz13 {
font-size: 13px;
}
.asideLink {
text-decoration: none;
color: #333;
}
.agreeBox {
display: block;
position: absolute;
top: 18px;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background-color: #fff;
border: 1px solid #aa1d00;
cursor: default;
}
.agreeCheck {
display: block;
position: absolute;
top: 18px;
left: 1px;
width: 13px;
height: 11px;
background: url(../images/aside.png) -85px -118px no-repeat;
}