/* ����ý��
   ע��: ��ý��Ҫ����ɾ�� HTML ��ý��ĸ߶ȺͿ�������
   http://www.alistapart.com/articles/fluid-images/ 
*/
/*img, object, embed, video {
	max-width: 100%;
}*/
/* IE 6 ��֧�������ȣ����Ĭ��Ϊ 100% ���� */
.ie6 img {
  width: 100%;
}

* {
  outline: none;
}
/*
	Dreamweaver ������������
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
*/
/* PC�����沼��: 1000px �����ߡ� */
html {
  height: 100%;
}

body {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px 0px;
  font-size: 12px;
  font-family: Arial, ����;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}

.box_login {
  /* top: 20%; */
  /* right: 2%; */
  /* position: absolute; */
  width: 400px;
}

.logintitle {
  padding-bottom: 16px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.userlump {
  margin-top: 32px;
  width: 88%;
  padding-left: 12%;
}

.passlump {
  margin-top: 20px;
  width: 88%;
  padding-left: 12%;
}

.taolump {
  margin-top: 20px;
  width: 88%;
  padding-left: 12%;
}

.mesump {
  margin-top: 5px;
  height: 16px;
  width: 88%;
  padding-left: 12%;
}

.remember {
  margin-top: 15px;
  width: 88%;
  text-align: right;
  padding-left: 3%;
  font-weight: 500;
  color: #333333;
  font-size: 14px;
}

.submintlump {
  margin-top: 38px;
  width: 85%;
  padding-left: 13%;
}

.lumptitle {
  color: #333333;
  font-family: ΢���ź�;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.inputext {
  height: 42px;
  width: 296px;
  padding-left: 15px;
  /* border-radius: 4px; */
  /* border: 1px solid #2e92ff; */
  border: 0;
  border-radius: 6px;
  background-color: #f8f8f8;
}

.inputext::placeholder {
  color: #969696;
}

.selecttao {
  height: 42px;
  width: 313px;
  padding-left: 12px;
  /* border-radius: 4px; */
  border: 0;
  border-radius: 6px;
  background-color: #f8f8f8;
  color: #232d40;
  /* border: 1px solid #2e92ff; */
}

.btlogin {
  width: 309px;
  height: 40px;
  font-family: ΢���ź�;
  font-size: 18px;
  background-color: #2e92ff;
  border: 1px solid #2e92ff;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 25px;
}

.ant-divider-with-text-center {
  display: flex;
  margin: 20px 0px 16px 0px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  min-width: 100%;
  flex-direction: column;
  justify-content: center;
}

.footer {
  /* width: 480px; */
  overflow: hidden;
  /* position: absolute; */
  /* bottom: 0; */
  /* text-align: center; */
  background: #fff;
  padding: 16px 0;
  color: #666666;
}

.header {
  /* width: 480px; */
  overflow: hidden;
  /* position: absolute; */
  /* top: 0; */
  /* text-align: center; */
  background: #fff;
  padding: 5px 0;
}

.spiltline {
  padding-left: 5px;
  padding-right: 5px;
}
