*{margin:0;padding:0;}
body{font-size:14px;font-family:"Microsoft YaHei";}
ul,li{list-style:none;}

#tab{
  position:relative;
  width:100%;
}
#tab .tabList ul li{
  float: left;
  width: 33%;
  height: 30px;
  text-align:center;
  background: #ffffff;
  line-height:30px;
  border-left:1px solid #333333;
  margin-top:27px;
  margin-bottom:18px;
  font-size: 18px;
  font-family: Î¢ÈíÑÅºÚ;
  color: #666666;
  opacity: 1;
  cursor: pointer;
}
#tab .tabList ul li:nth-last-child(1){
  border-right:0px;
}
#tab .tabCon{
  position:absolute;
  top:57px;
  width:100%;
  height:100%;
}
#tab .tabCon li{
  opacity:0;
  filter:alpha(opacity=0);
  display:none;
}
#tab .tabList li.cur{
  color: #4393F5 !important;
}
#tab .tabCon li.cur{
  opacity:1;
  filter:alpha(opacity=100);
  display:block;
  width: 100%;
}
.ewm{
  position:absolute;
  right:0;
  top:0;
  z-index:99;
}

.label-form{
  width: 80%;
  margin:0 auto;
  margin-top:18px;
}

.label-input{
  width: 100%;
  height: 52px;
  border: 1px solid #999999;
  opacity: 1;
  border-radius: 1px;
  margin-bottom:52px;
}

.label-input img{
  width: 24px;
  height: 24px;
  padding: 0px 12px;
  margin: 14px 0px;
  border-right:1px solid #666666;
  float:left;
}
.label-input input{
  height: 50px;
  line-height:50px;
  margin:1px;
  border:0px;
  width: calc(100% - 65px);
  font-size: 18px;
  font-family: Î¢ÈíÑÅºÚ;
  padding-left:10px;

}
::-webkit-input-placeholder { 
  color: #999999;
  font-size: 18px;
}

::-moz-placeholder { 
  color: #999999;
  font-size: 18px;
}

:-ms-input-placeholder { 
  color: #999999;
  font-size: 18px;
}

.label-hd{
  width: 567px;
  height: 52px;
  border: 1px solid #D8D9DB;
  opacity: 1;
  border-radius: 1px;
  margin-bottom:52px;

}

.label-hd img{
  width: 34px;
  height: 34px;
  padding:9px 7px;
  border-right:1px solid #D8D9DB;
  float:left;
}
.hd{
  float:left;
  width:516px;
  text-align:center;
  font-size: 18px;
  font-family: Î¢ÈíÑÅºÚ;
  line-height: 50px;
  color: #333333;
  opacity: 1;
}

.login-btn{
  width: 100%;
  height: 52px;
  background: #4393F5;
  opacity: 1;
  border-radius: 1px;
  border:1px solid #4393F5;
  font-size: 18px;
  font-family: Î¢ÈíÑÅºÚ;
  line-height: 50px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom:43px;
  cursor: pointer;
}

.r-btn{
  width: 44%;
  height: 52px;
  border: 1px solid #4393F5;
  opacity: 1;
  border-radius: 4px;
  font-size: 18px;
  font-family: Î¢ÈíÑÅºÚ;
  line-height:50px;
  color: #4393F5;
  background:#ffffff;
  margin-bottom:25px;
  cursor: pointer;
}
.r-btn-active{
  width: 44%;
  height: 52px;
  border: 1px solid #FF0113;
  opacity: 1;
  border-radius: 4px;
  font-size: 18px;
  font-family: Î¢ÈíÑÅºÚ;
  line-height:50px;
  color: #FF0113;
  background:#ffffff;
  margin-bottom:25px;
  cursor: pointer;
}

.label-form p{
  width: 100%;
  font-size: 16px;
  font-family: Î¢ÈíÑÅºÚ;
  line-height: 21px;
  color: #4393F5;
  opacity: 1;
  margin:0 auto;
  text-align:center;
  float:left;
}
.label-form p a{
  color: #4543F5;
}