/* 登录 */
/* 左侧焦点图 */
.login {
  margin: 20px 0 50px 0;
}
.loginlf {
  margin-right: 30px;
}
.loginlf .slideBox {
  width: 716px;
  height: 460px;
  overflow: hidden;
  position: relative;
  margin-top: 0;
}
.loginlf .slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 328px;
  bottom: 12px;
  z-index: 1;
}
.loginlf .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.loginlf .slideBox .hd ul li {
  float: left;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
.loginlf .slideBox .hd ul li.on {
  background: #47b180;
}
.loginlf .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.loginlf .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.loginlf .slideBox .bd img {
  width: 716px;
  height: 460px;
  display: block;
}
/* 登录区选项卡 */
.loginrg {
  width: 342px;
  height: 460px;
  box-sizing: border-box;
  border: 1px solid #e5e5e6;
  padding: 31px 30px 0;
}
.loginrg .slideTxtBox {
  width: 285px;
  height: 400px;
  text-align: left;
}
.loginrg .slideTxtBox .hd {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.loginrg .slideTxtBox .hd ul {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
}
.loginrg .slideTxtBox .hd ul li {
  float: left;
  width: 140px;
  text-align: center;
  cursor: pointer;
  height: 30px;
}
.loginrg .slideTxtBox .hd ul li.on {
  height: 32px;
  color: #47b180;
  border-bottom: 2px solid #47b180;
}
.loginrg .slideTxtBox .bd ul .pic {
  width: 138px;
  height: 138px;
  margin: 40px auto 18px;
}
.loginrg .slideTxtBox .bd ul .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.loginrg .slideTxtBox .bd ul .text1 {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  text-align: center;
}
.loginrg .slideTxtBox .bd ul .text2 {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  padding-top: 56px;
  text-align: center;
}
.loginrg .slideTxtBox .bd ul .text2 a {
  color: #47b180;
}
.loginrg form {
  padding-top: 30px;
}
.loginrg form .t1 {
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #999;
  box-sizing: border-box;
  padding-left: 9px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.loginrg form .safe label {
  font-size: 12px;
  line-height: 14px;
  color: #666;
}
.loginrg form .safe a {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  float: right;
}
.loginrg form .safe a:hover {
  color: #47b180;
}
.loginrg form .btn1 {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  width: 280px;
  height: 40px;
  margin: 22px 0;
  cursor: pointer;
}
.loginrg form .safe2 span {
  font-size: 12px;
  line-height: 15px;
  background: url(../images/loginpic3.png) no-repeat left center;
  padding-left: 20px;
}
.loginrg form .safe2 span a {
  color: #666;
}
.loginrg form .safe2 .t2 {
  color: #999;
  font-size: 12px;
  line-height: 15px;
  float: right;
}
.loginrg form .safe2 a:hover {
  color: #47b180;
}

/* 注册 */
/* 注册区选项卡 */
.loginrg2 {
  width: 342px;
  height: 460px;
  box-sizing: border-box;
  border: 1px solid #e5e5e6;
  padding: 31px 30px 0;
}
.loginrg2 .slideTxtBox {
  width: 285px;
  height: 400px;
  text-align: left;
}
.loginrg2 .slideTxtBox .hd {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.loginrg2 .slideTxtBox .hd ul {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
}
.loginrg2 .slideTxtBox .hd ul li {
  float: left;
  margin-right: 60px;
  cursor: pointer;
  height: 30px;
}
.loginrg2 .slideTxtBox .hd ul li.on {
  height: 32px;
  color: #47b180;
  border-bottom: 2px solid #47b180;
}
.loginrg2 .slideTxtBox .bd ul .pic {
  width: 138px;
  height: 138px;
  margin: 40px auto 18px;
}
.loginrg2 .slideTxtBox .bd ul .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.loginrg2 .slideTxtBox .bd ul .text1 {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  text-align: center;
}
.loginrg2 .slideTxtBox .bd ul .text2 {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  padding-top: 56px;
  text-align: center;
}
.loginrg2 .slideTxtBox .bd ul .text2 a {
  color: #47b180;
}
.loginrg2 form {
  padding-top: 30px;
}
/* 占位符 */
.phcolor {
  color: #666;
}
.logincon form .box span {
  position: absolute;
  left: 0px;
  font-size: 14px;
  display: none;
}
.logincon form .box {
  position: relative;
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #999;
  box-sizing: border-box;
  padding-left: 9px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.logincon form .box input {
  width: 268px;
}
.logincon form .box2 {
  position: relative;
  width: 136px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #999;
  box-sizing: border-box;
  padding-left: 9px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-right: 8px;
}
.logincon form .box2 input {
  width: 120px;
}
.logincon form .box2 span {
  position: absolute;
  left: 0px;
  font-size: 14px;
  display: none;
}
.logincon form .btn2 {
  width: 136px;
  height: 40px;
  background: #f0f0f0;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.logincon form .xieyi label {
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.logincon form .xieyi label a {
  color: #47b180;
}
.logincon form .btn3 {
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  margin: 12px 0 15px;
  cursor: pointer;
}
.logincon form .text {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  text-align: center;
}
.logincon form .text a {
  font-size: 12px;
  line-height: 12px;
  color: #47b180;
}

.logincon form .dxk {
  padding-left: 40px;
  margin-bottom: 14px;
}
.logincon form .dxk span {
  cursor: pointer;
}
.logincon form .dxk i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url('../images/agreen2.png') no-repeat;
}
.logincon form .dxk i.on {
  background: url('../images/agreen1.png') no-repeat;
}
.logincon form .radio_box {
  display: inline-block;
  position: relative;
}
.logincon form .radio_box label {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  left: 0;
  border: 1px solid #47b180;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-right: 9px;
}
.logincon form .radio_box input:checked + label:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #47b180;
  border-radius: 50%;
}
.logincon form .check_box em {
  margin: 0 0 0 5px;
}
.logincon form em {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  padding-left: 4px;
  padding-right: 30px;
}

.logincon form .text3 {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  width: 224px;
  text-align: center;
  margin: 0 auto;
}
.logincon form .text4 {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  width: 243px;
  text-align: center;
  margin: 20px auto 0;
}
.logincon form .btn4 {
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  margin-top: 28px;
  text-align: center;
}
.logincon form .btn4 a {
  color: #fff;
}

/* 设计师注册 */
.zcsjs1,
.zcsjs2 {
  text-align: center;
}
.zcsjs h2 {
  font-size: 20px;
  line-height: 20px;
  color: #666;
  text-align: center;
  font-weight: normal;
  margin-bottom: 88px;
}
/*进度条*/
.zcsjs1 ul {
  display: inline-block;
  margin-bottom: 76px;
}
.zcsjs1 ul li {
  float: left;
  margin-right: 220px;
  display: inline-block;
  margin-left: 13px;
}
.zcsjs1 ul li .number {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ccc;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}
.zcsjs1 ul li .on {
  background: #47b180;
}
.zcsjs1 ul li .line {
  width: 230px;
  height: 2px;
  background: #eee;
  position: absolute;
  top: 14px;
  left: 45px;
}
.zcsjs1 ul li .on2 {
  background: #47b180;
}
.zcsjs1 ul li .text {
  font-size: 14px;
  line-height: 14px;
  color: #333;
  margin-top: 12px;
}
/*注册区*/
.zcsjs2 form {
  display: inline-block;
}
.zcsjs2 .bd,
.zcsjs2 .bd2,
.zcsjs2 .bd3,
.zcsjs2 .bd4 {
  margin-bottom: 20px;
}
.zcsjs2 .bd .zcsjs2lf {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  width: 82px;
  text-align: left;
}
.zcsjs2 .bd2 .zcsjs2lf {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  width: 94px;
  text-align: left;
  float: left;
}
.zcsjs2 form .box .ipt_abs {
  position: absolute;
  left: 0px;
  font-size: 14px;
  line-height: 40px;
  display: none;
}
.zcsjs2 form .box {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #999;
  box-sizing: border-box;
  padding-left: 9px;
  border: 1px solid #ddd;
}
.zcsjs2 form .box input {
  width: 268px;
  color: #999;
}
.zcsjs2 form .box2 {
  display: inline-block;
  position: relative;
  width: 144px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #999;
  box-sizing: border-box;
  padding-left: 9px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-right: 8px;
}
.zcsjs2 form .box2 input {
  width: 120px;
  color: #999;
}
.zcsjs2 form .box2 span {
  position: absolute;
  left: 0px;
  font-size: 14px;
  display: none;
}
.zcsjs2 form .btn2 {
  width: 126px;
  height: 40px;
  background: #f0f0f0;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.zcsjs2 form .btn3 {
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  margin: 4px 0 20px 82px;
  cursor: pointer;
}
.zcsjs2 form .btn4 {
  width: 134px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #999;
  background: #f0f0f0;
  margin-left: 8px;
  cursor: pointer;
}
.zcsjs2 form .on3 {
  width: 134px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  margin-left: 8px;
}
.zcsjs2 form .btns {
  display: inline-block;
  text-align: right;
  width: 380px;
  margin-bottom: 70px;
  box-sizing: border-box;
  cursor: pointer;
}
.zcsjs2 form .text {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  text-align: center;
}
.zcsjs2 form .text a {
  font-size: 14px;
  line-height: 14px;
  color: #47b180;
}
.zcsjs2 form .dxk {
  display: inline-block;
  width: 280px;
  text-align: left;
  padding-left: 7px;
}
.zcsjs2 form .dxk i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url('../images/agreen2.png') no-repeat;
}
.zcsjs2 form .dxk i.on {
  background: url('../images/agreen1.png') no-repeat;
}
.logincon {
  margin-bottom: 20px;
}
.firstdesignhide {
  display: none;
}
.zcsjs2 form .radio_box {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  cursor: pointer;
}
.zcsjs2 form .radio_box label {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  left: 0;
  border: 1px solid #47b180;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-right: 9px;
}
.zcsjs2 form .radio_box input:checked + label:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #47b180;
  border-radius: 50%;
}
.zcsjs2 form .check_box em {
  margin: 0 0 0 5px;
}
.zcsjs2 form em {
  font-size: 16px;
  line-height: 40px;
  color: #333;
  padding-left: 10px;
}
.bottext {
  font-size: 14px;
  line-height: 30px;
  color: #767673;
  text-align: center;
}
/*下拉框*/
/* .zcsjs2 form .bd2 .xiala{ width: 380px; text-align: right; position: relative; }
.zcsjs2 form .bd2 .xiala input{ width: 280px; height: 40px; color: #999; border: 1px solid #ddd; background: url(../images/loginpic5.png) no-repeat 260px center; background-size: 9px 5px; cursor: pointer; padding-left: 9px; box-sizing: border-box; }
.zcsjs2 form .bd2 .xiala ul{ position: absolute; right: 0; top: 40px; z-index: 999; }
.zcsjs2 form .bd2 .xiala ul li{ background: #fff; width: 280px; height: 40px; font-size: 14px; color: #999; text-align: left; padding-left: 10px; border: 1px solid #ddd; border-top: 0; box-sizing: border-box; line-height: 40px; }
.zcsjs2 form .bd2 .xiala ul li:hover{ background: #47b180; color: #fff; } */

/*去掉ie下select下拉箭头按钮
select::-ms-expand { display: none; }
.history-select{ padding-left: 9px; width: 280px; height: 40px; outline: none; border: 1px solid #ddd; font-size: 14px; line-height: 40px; color: #999; appearance:none; -moz-appearance:none; background: #fff url("../images/loginpic5.png") no-repeat 260px center; -webkit-appearance: none; background-size: 9px 5px; }
.zcsjs2 .bd2 .xiala{ width: 375px; display: inline-block; text-align: right; }
*/

.zcsjs3 {
  padding-top: 67px;
}
.zcsjs3 .text {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  text-align: center;
}
.zcsjs3 a {
  width: 126px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 290px;
}
.zcsjs3 a:hover {
  color: #fff;
  opacity: 0.9;
}
/*建材商注册*/
.zcsjs2 .bd3 .zcsjs2lf {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  width: 108px;
  text-align: left;
}
.zcsjs2 form .btns2 {
  display: inline-block;
  text-align: right;
  width: 392px;
  padding-left: 94px;
  margin-bottom: 70px;
  box-sizing: border-box;
}

/*忘记密码*/
.zcsjs2 form .box3 {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 280px;
  height: 40px;
  box-sizing: border-box;
}
.zcsjs2 form .box3 input {
  width: 126px;
  height: 40px;
  padding-left: 9px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 38px;
  color: #999;
  box-sizing: border-box;
}
.zcsjs2 form .box3 .ipt_abs {
  position: absolute;
  left: 0px;
  font-size: 14px;
  display: none;
}
.zcsjs2 form .box3 img {
  width: 130px;
  line-height: 40px;
  float: right;
  margin-right: 16px;
}
.zcsjs2 form .box3 .text {
  font-size: 14px;
  line-height: 40px;
  color: #47b180;
  float: right;
  margin-right: 8px;
}
.zcsjs2 form .btn5 {
  width: 126px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  margin: 4px 0 20px -66px;
}
.zcsjs2 .bd4 .zcsjs2lf {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  width: 109px;
  text-align: right;
  padding-right: 32px;
}
.zcsjs2 .bd4 .text {
  display: inline-block;
  width: 280px;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.zcsjs2 form .btn6 {
  width: 126px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: #47b180;
  margin: 4px 0 20px -6px;
}

/* 修改后下拉框 */
.zcsjs2 form .bd2 .xiala {
  width: 280px;
  height: 40px;
  position: relative;
  margin-top: 4px;
  text-align: left;
}
.zcsjs2 form .bd2 .xiala p {
  width: 280px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: url(../images/gzsqpic39.png) no-repeat 260px center;
  background-size: 9px 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 38px;
  color: #999;
}
.zcsjs2 form .bd2 .secxiala p {
  width: 180px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: url(../images/gzsqpic39.png) no-repeat 160px center;
  background-size: 9px 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 38px;
  color: #999;
}

.zcsjs2 form .bd2 .xiala ul {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 9999;
  background: #fff;
}
.zcsjs2 form .bd2 .xiala ul li {
  width: 280px;
  height: 40px;
  font-size: 12px;
  line-height: 38px;
  color: #999;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-top: 0;
  cursor: pointer;
}
.zcsjs2 form .bd2 .secxiala ul li {
  width: 180px;
  height: 40px;
  font-size: 12px;
  line-height: 38px;
  color: #999;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-top: 0;
  cursor: pointer;
}

.zcsjs2 form .bd2 .selected {
  background: #47b180;
  color: #fff;
}
.zcsjs2 form .bd2 .xiala ul li:hover {
  background: #47b180;
  color: #fff;
}
.zcsjs2 form .bd2 .xiala ul li:hover {
  background: #47b180;
  color: #fff;
}
