* {
  margin: 0;
  padding: 0;
}
.mainBg,
#header {
  width: 100%;
}
.header,
#main,
#footer {
  width: 1024px;
  margin: 0 auto;
}
body {
  color: #474747;
  font-size: 12px;
  font-family: siyuan;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
ul,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
#main1 {
  width: 1024px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 10px;
}
#main1 span {
  font-size: 24px;
  font-weight: 600;
}
.line1 {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  -webkit-box-shadow: 0 3px 5px #E3E3E3;
  -moz-box-shadow: 0 3px 5px #E3E3E3;
  box-shadow: 0 3px 5px #E3E3E3;
}
.box1 {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
}
.box1 #main2 {
  width: 586px;
  margin: 0 auto;
  padding-left: 60px;
  background-color: #fff;
  padding-top: 15px;
  overflow: hidden;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 1px 20px rgba(1,70,170,0.12);
}
.box1 #main2 .registerBox {
  width: 520px;
}
.box1 #main2 .registerBox .uWarn,
.box1 #main2 .registerBox .addrWarn {
  display: inline-block;
  width: 345px;
  margin-top: 5px;
  font-size: 12px;
}
.box1 #main2 .registerBox .b1 {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../../images/web/register_07.png) no-repeat;
  position: relative;
  top: 3px;
  margin-right: 5px;
  margin-left: 10px;
}
.box1 #main2 .registerBox .b2  {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../../images/web/register_13.png) no-repeat;
  position: relative;
  top: 3px;
  margin-right: 5px;
  margin-left: 10px;
}
.box1 #main2 .registerBox input {
  border: 1px solid #E2E2E2;
  width: 345px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  outline: none;
  margin-top: 10px;
}
.box1 #main2 .registerBox input::-webkit-input-placeholder{
	color:#848484;
}
.box1 #main2 .registerBox .testCode {
  width: 220px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.box1 #main2 .registerBox .getCode {
  width: 120px;
  background: #FF9F53;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 0;
  color: #fff;
  padding-left: 0;
}
.box1 #main2 .registerBox .addrBox {
  margin-top: 10px;
  margin-bottom: 5px;
}
.box1 #main2 .registerBox .addrBox select {
  width: 112px;
  height: 25px;
  padding-left: 15px;
}
.box1 #main2 .registerBox .msgBox #userPasswdId::-ms-reveal{
	display:none;
}
.box1 #main2 .registerBox .msgBox #userPasswdId2::-ms-clear{
	display:none;
}
.box1 #main2 .registerBox .msgBox .msgWarn {
  font-size: 12px;
}
.box1 #main2 .registerBox .msgBox .pwdLevel {
  margin-left: -4px;
}
.box1 #main2 .registerBox .msgBox i {
  display: inline-block;
  width: 75px;
  height: 15px;
  font-style: normal;
  text-align: center;
  line-height: 15px;
  color: #fff;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  background: #B5B5B5;
}
.box1 #main2 .registerBox .msgBox i.hover {
  background: #FF9F53;
}
.box1 #main2 .registerBox .autoLog {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
}
.box1 #main2 .registerBox .autoLogin {
 width: 22px;
  height: 12px;
  position: relative;
  top: 3px;
  border: 0;
  padding-left: 0;
  margin-right: -5px;

}
.box1 #main2 .registerBox .login {
  display: inline-block;
  width: 345px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #FF9F53;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin-top: 15px;
}
.box1 #main2 .registerBox .cProto {
  cursor: pointer;
  color: #3F76C0;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
}
.box1 #main2 .img1 {
  margin-top: -40px;
  margin-right: 85px;
  padding-bottom:36px;
}
.ie .box1 #main2 .registerBox .msgBox .pwdLevel {
  margin-left: 0;
}
.ie .box1 #main2 .registerBox .msgBox i {
  margin-right: 5px;
}
.proto.hover {
  display: block;
}
.proto {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden ;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.proto .protoCon {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.proto .protoCon .return {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #A9A9A9;
  color: #6E6E6E;
  cursor: pointer;
}
.proto .protoCon .conDetail {
  margin-top: 30px;
  padding: 30px 40px 30px 40px;
}
.proto .protoCon .conDetail h4 {
  text-align: center;
}
.proto .protoCon .conDetail p {
  line-height: 25px;
  font-size: 10px;
}
