@charset "gb2312";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, input, textarea, p, blockquote, th, td{
  padding:0;
  margin:0;
}
body { 
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #585858;
}
a,button,input,textarea { outline: none;}
input,textarea { box-shadow: none;}
a { 
  text-decoration: none; 
  color: #404040;
}
button,
button:active {
  font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
img { border: none;}

.fl { float: left;}
.fr { float: right;}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after { clear: both;}

.container {
  width: 1046px;
  height: 668px;
  margin: 124px auto 60px;
  background-color: #fff;
}
.form_wrap {
  width: 740px;
  height: 768px;
  background-color: #fff;
}
.form_wrap .header {
  height: 89px;
  border-bottom: 1px solid #eee;
  font-size: 0;
  line-height: 88px;
  padding: 0 50px;
}
.form_wrap .header>a.logo {
  width: 134px;
  height: 43px;
  background: url(../images/linkshop-logo.png) no-repeat;
  margin-right: 22px;
}
.form_wrap .header>a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #0b989a;
}

.register_form {
  width: 630px;
  margin-left: 100px;
  padding-top: 40px;
  overflow: hidden;
}
.register_form .form_group { 
  margin-bottom: 22px;
  font-size: 0;
  position: relative;
}
.register_form .form_group.top { 
  width: 400px;
  border-bottom: 1px solid #eee;
}
.register_form .rtype {
  display: block;
  width: 133px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  color: #969696;
  text-align: center;
  border-bottom: 4px solid transparent;
  position: relative;
  top: 1px;
}
.register_form .rtype.active {
  color: #494949;
  border-color: #535353;
}
.register_form input[type='text'],
.register_form input[type='password'] {
  vertical-align: middle;
  width: 400px;
  height: 54px;
  border: 1px solid #A19E9E;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}
.register_form input[type='text'].phoneyzm {
  width: 240px;
  margin-right: 15px;
}
.register_form .get_yzm {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: 54px;
  background-color: #00bbbe;
  color: #fff;
  font-size: 18px;
}
.register_form .load_yzm {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  height: 54px;
  background-color: #34495e;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}
errorTips{
				width:70%;
				color:red;
				font-size: 14px;
				margin:0 auto;
				height: 20px;
				line-height:20px;
			}
.register_form .get_yzm[disabled] {
  font-size: 16px;
  color: #fff;
  filter: alpha(opacity=60);
  opacity: .5;
}
  /*placeholder颜色*/
  .register_form input::-moz-placeholder { color: #bbb;}
  .register_form input::-webkit-input-placeholder { color:#bbb;}
  .register_form input:-ms-input-placeholder { color:#bbb;}

.register_form .form_group.chk { font-size: 0;}
.register_form input[type='checkbox'] { 
  vertical-align: middle;
  margin-right: 15px;
}
.register_form .middle { 
  font-size: 14px;
  vertical-align: middle;
  color: #bbb;
}
.register_form .middle>i {
  font-style: normal;
  color: #0b989a;
  cursor: pointer;
}
.register_form .reg_btn {
  width: 400px;
  height: 48px;
  border: none;
  border-radius: 5px;
  background-color: #00bbbe;
  color: #fff;
  font-size: 20px;
}
.register_form .form_group>p {
  max-width: 210px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
  margin-left: 10px;
  overflow: hidden;
}
.register_form .form_group>p.alert { color: #f00;}
.register_form .form_group>p.ok { font-size: 0;}
.register_form .form_group>p.ok:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/btn_yes.jpg) no-repeat;
}

/*注册协议*/
.mask {
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  filter: alpha(opacity=45);
  background-color: rgba(0,0,0,.45);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  visibility: hidden;
}
.mask.show { visibility: visible;}
.xy_box {
  width: 600px;
  height: 500px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  margin-left: -300px;
  top: 200px;
  z-index: 12000;
  visibility: hidden;
}
.xy_box.show { visibility: visible;}
.xy_box .header {
  height: 54px;
  padding: 0 20px;
  background-color: #eee;
  position: relative;
}
.xy_box .header h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 54px;
}
#closeRules {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/close-dark.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

/*注册成功*/
.sce_box {
  width: 620px;
  height: 526px;
  background-color: #fff;
  padding-top: 178px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -310px;
  margin-top: -263px;
  z-index: 12000;
}
.sce_box>h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 60px;
}
.sce_box>h1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 63px;
  background: url(../images/face.png) no-repeat;
  margin-right: 26px;
}
.sce_box>p {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 28px;
  padding-left: 60px;
}
.sce_box>p+p { font-size: 18px;}
.sce_box>p>a { color: #009b9d;}

.xybody {
  height: 446px;
  padding: 10px 20px;
  overflow: hidden;
}
.xy_box .xybody .wrap {
  height: 100%;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}
.xy_box .xybody .wrap p { text-indent: 2em;}
.xy_box .xybody .wrap p.strong { font-weight: bold;}
.xy_box .xybody .wrap h4 { 
  font-size: 18px;
  margin: 20px 0;
}


.login_wrap {
  width: 306px;
  height: 768px;
  background-color: #f8f8f8;
  padding: 134px 50px;
}
.login_wrap p {
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #ababab;
  text-align: center;
  margin-bottom: 54px;
}
.login_wrap .wblogin,
.login_wrap .wxlogin,
.login_wrap .qqlogin {
  display: block;
  margin: 0 auto 30px;
  width: 66px;
  height: 66px;
  border: 1px solid #e5e5e5;
}
.login_wrap .wblogin { background: url(../images/login.png) no-repeat 0 0;}
.login_wrap .qqlogin { background: url(../images/login.png) no-repeat -64px 0;}
.login_wrap .wxlogin { background: url(../images/login.png) no-repeat -130px;}

footer { padding-bottom: 20px;}
footer p, footer a {
  font-family: 'simsun';
  font-size: 12px;
  color: #9d9d9d;
  line-height: 24px;
  text-align: center;
}