*{
padding: 0;
margin: 0;	
}
img{
  vertical-align: middle;
}
li{
 list-style: none;
}
label{
  height: 50px;
  padding: 0px 10px;
  text-align: center;
}
input[type=radio] {
border: 0;
 text-align: center;
}

.loginwindow{
background-color:rgba(10,10,10,0.4);
position: absolute;
background-size: 100% 100%;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto; 
overflow: hidden;
display: none;
z-index:3;
}
.loginbox{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
font-size: 18px;
background-color: white;
border-radius: 5px;
height: 400px;
width: 679px;

}
.logintop{
	text-align: left;
	padding-top: 28px;
}
.logintop span{
color: #000;
font-size: 24px;
}
.logintop span:nth-child(2){
  padding-left: 20px;
}
.loginmax{
  max-width: 542px;
  margin: 0 auto;	
}
.inpbox{
 padding-top: 25px;	
 font-family: '楷体';
 position: relative;

}
.logininput{
   border:1px solid rgba(210,210,210,1);
   width: 540px;
   height: 60px;
   font-size: 18px;
   margin: 5px 0px;
   color: #999999;
   text-indent: 10px;
}
.selecttext ,.selectclass{

   border:1px solid rgba(210,210,210,1);
   width: 100%;
   height: 62px;
   font-size: 18px;
   margin: 5px 0px;
   color: #999999;
   text-indent: 10px;

}
.screendata{
 position:absolute;
 top:240px;
 right:-2px;
 width:100%;
 border:1px solid rgba(210,210,210,1);
 overflow-y:scroll;
 overflow-x: hidden;
 height:180px; 
 font-size:16px;
 font-family: "楷书";
 background: white;
 display: none;
 color: #999999;
}

.screendata li:hover {
 background:rgb(210,210,210);
 cursor: pointer;
 padding:0px 0px;
}

#logintel ,#loginwd{
      display: block;
    line-height: 14px;
    width: 100%;
    border: #DAE2E5 1px solid;
    text-indent: 10px;
    font-size: 18px;
    overflow: hidden;
    color: #999999;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.logandin{
	padding-top: 20px;
}
.logandin input{
  background: #73CEE7;
  width: 210px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border: 0;
  font-size: 20px;
  color: white;
}
/*.logandin input:nth-child(1){
float: left;
}
.logandin input:nth-child(2){
float:right;
}*/
.register{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size: 18px;
    background-color: white;
    border-radius: 5px;
    width: 679px;	
    display: none;
}
.regmax{
	max-width: 555px;
    margin: 0 auto;	
}
.xing{
	color: red;
}
.regtop{
 margin:10px 0px;	
  font-weight: bold;

}
.reginp{
    border: 1px solid #CCCCCC;
    width: 200px;
    padding:6px 0px;
    margin:0px 6px;
    margin-bottom: 10px;
    font-weight: bold;
}
.regform{
	font-size:16px;
}
.regselect{
    border: 1px solid #CCCCCC;
    width: 200px;
    padding:6px 0px;
    margin-bottom: 10px;
}

.cha{
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 9px;
	right: 9px;

}
.join{
    width: 130px;
    height: 40px;
    /* line-height: 40px; */
    color: #fff;
    /*background: #70CA10;*/
    background: #73CEE7;
    margin:  10px 0px;
    /* display: block; */
    text-align: center;
    font-size: 20px;
    border: none;
    font-family: '微软雅黑';
    cursor: pointer;
}
.join2{
    width: 130px;
    height: 40px;
    /* line-height: 40px; */
    color: #fff;
    /*background: #70CA10;*/
    background: #73CEE7;
    margin:  10px 0px;
    /* display: block; */
    text-align: center;
    font-size: 20px;
    border: none;
    font-family: '微软雅黑';
    cursor: pointer;
    float: right;
}
.cha::before,
.cha::after{
  content: "";
  position: absolute;  /*方便进行定位*/
  height: 20px;
  width: 1.5px;
  top: 2px;
  right: 9px;  /*设置top和right使图像在20*20框中居中*/
 background: #f39800;
}
.cha::before{
  transform: rotate(45deg);  /*进行旋转*/
}
.cha::after{
  transform: rotate(-45deg);
}

