/* 
 
* <p>义乌宏宸共享的</p> 
* <p>版权：Copyright©2022 SNSOFT</p> 
* <p>公司：北京南北天地科技股份有限公司</p> 
* <p>创建日期：2023/04/12</p> 
* 作者：张美娜

 */
.w1200{
  width: 1200px;
  margin: 0 auto;
}
.keynote{
  color: #3cac71;
}
/* 回到顶部 */

.gotop{
  width: 60px;
  height: 60px;
  background-color: #3cac71;
  text-align: center;
  line-height: 60px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999999;
  border-radius: 4px;
}
.gotop i.icon-arrow{
  color: #fff;
  transform: rotate(180deg);
  display: inline-block;
  
}


/* login */
.tel-wrap{
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.tel-wrap .icon-tel{
  color: #3cac71;
  margin-right: 20px;
  font-size: 28px;
}
.tel-wrap>p{
  font-size: 24px;
  font-weight: bold;
  color: #3cac71;
}
.login{
  position: relative;
}
.login-box{
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 620px;
  margin-top: 40px;
}
.login-left{
  width: 700px;
  background: #3cac71;
  height: 100%;
}
.login-right{
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin-top: -40px;
}
.login-right h2{
  font-size: 20px;
  font-weight: 700;
}
.form{
  margin-top: 40px;
  width: 360px;
}
.form-item{
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.form-item.error{
  border-color: #e43333;
}
.error{
  color: #e43333;
  font-size: 14px;
  display: none;
  margin-left: 10px;
}
.form-item.focus{
  border-color:#3cac71;
}
.typeCont{
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  top: 43px;
  z-index: 999;
  padding: 0 20px;
  left: 0;
  display: none;
  border-top: 1px solid #3cac71;
}
.typeCont-item{
  line-height: 44px;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
}
.typeCont-item:last-child{
  border-bottom: 0;
}
.form-group-item{
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 0 10px;
  flex: 1;
}
.form-item>input,.form-group-item>input,.form-item .ctype>input{
  border: none;
  height: 42px;
  display: block;
  font-size: 14px;
  width: 100%;
}
.form-group{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 44px;
  justify-content: space-between;
}
.code-box{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 10px;
}
.login-code{
  width: 60px;
  height: 20px;
}
.login-btn{
  width: 100%;
  height: 44px;
  background-color: #3cac71;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 44px;
  border-radius: 4px;
  margin-top: 20px;
}
.login-tip,.register-tip{
  color: #979998;
  font-size: 14px;
  line-height: 14px;
  margin-top: 20px;
}
.login-tip a,.register-tip a{
  color: #3cac71;
}

/* register */

.register-tip{
  line-height: 64px;
  margin-top: 0;
  margin-right: 24px;
}
.register-banner{
  background: url('../img/banner/register_banner.jpg') no-repeat;
  background-size: cover;
}
.register-bg{
  background: url('../img/bg/login_bg.jpg') no-repeat;
  background-size: cover;
}
.register-wrap{
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 40px;
  position: relative;
  top: -100px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
}
.tip{
  text-align: center;
  background: #f2f2f2;
  padding: 10px 20px;
  border-radius: 4px;
}
.register-box{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.type{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.form-item>textarea{
  width: 100%;
  border: none;
  font-size: 14px;
  height: 100%;
}
.form-item .ctype{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.form-group.form-textarea{
  height: 120px;
  overflow: auto;
}
.form-group.form-textarea .form-item{
  height: 100%;
  padding: 10px;
}
.type-item{
  margin-right: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.register-box .form-group{
  justify-content: start;
  margin-bottom: 20px;
}
.form-label{
  width: 140px;
  font-size: 14px;
  position: relative;
}
.form-label>span{
  color: #e43333;
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: 2px;
}
.tip>span{
  color: #e43333;
  font-weight: 700;
}
.register-box .form-item{
  margin-bottom: 0;
  width: 420px;
}
.project{
  display: flex;
  align-items: center;
}
.p-item{
  background: #e7e7e7;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}
.p-item.active{
  color: #3cac71;
  background: #fff;
  border-color: #3cac71;
}
.submit{
  width: 240px;
  height: 44px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #3cac71;
  border-radius: 4px;
  border:none;
}
.type-item.active .select{
  background-color: #3cac71;
  border-color: #3cac71;
}
.type-item .select .iconfont{
  font-size: 10px;
  transform: scale(0.6);
  display: inline-block;
}
.select{
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 1px;
  background:#fff;
  margin-right: 10px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 向下按钮 */
.form-item>i,.form-item .ctype>i{
  font-size: 10px;
  display: inline-block;
  transform: scale(0.6);
  color: #979998;
}
/* 提交成功弹出框 */
.mask{
  width:100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  z-index: 99999999;
  display: none;
}
.popup{
  background-color: #fff;
  border-radius: 12px;
  padding: 60px;
  width: 520px;
  height: 400px;
  text-align: center; 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -235px;
  margin-left: -260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sucess-icon{
  width: 80px;
  height: 80px;
  background-color: #3cac71;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sucess-icon>img{
  width: 46px;
}
.popup-tip{
  margin-top: 30px;
  text-align: center;
}
.popup-tip>h1{
  font-size: 32px;
  line-height: 32px;
}
.popup-tdesc{
  font-size: 16px;
  margin-top: 20px;
}
.popup-btn{
  width: 100%;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  border: none;
  background-color: #3cac71;
  font-size: 16px;
  line-height: 44px;
  margin: 40px 0 20px;
  color: #fff;
}
.popup-login{
  text-align: center;
  font-size: 14px;
}








/* 头部top */
.header{
  width:100%;
  height: 64px;
  z-index: 1000;
  position: relative;
  left:0;
  top:0;
}
.header-default{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding:0 0 0 24px;
  position: relative;
  z-index: 9999;
  background-color: #fff;
}
.header-left{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 64px;
  position: relative;
}
.logo-link{
  align-items: center;
  display: flex;
  height: 42px;
}
.header-default .header-left nav{
  height: 64px;
  display: flex;
  margin-left: 40px;
  position: relative;
}
.head-nav{
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.list-nav.active .list-nav-link{
  color: #3cac71;
}
.list-nav.active .list-nav-link::after{
  position: absolute;
  content: "";
  height: 4px;
  background-color: #3cac71;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.head-nav>li{
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.head-nav>li>.list-nav-link{
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 64px;
  padding: 0 15px;
  position: relative;
}
.head-nav>li>.list-nav-link:hover{
  color: #3cac71;
}
.header-right{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 64px;
}
.login-wrap{
  position: relative;
}
.login-register{
  align-items: center;
  display: flex;
}
.login-register li.nav-login{
  padding-right: 20px;
}
.login-register li>a{
  display: block;
  font-size:15px;
  line-height: 64px;
}
.login-register li.nav-register{
  background-color: #3cac71;
  border-radius: 0;
  height: 64px;
  text-align: center;
  width: 108px;
  transition: background-color .3s linear;
}
.login-register li.nav-register>a{
  line-height: 64px;
  color: #fff;
}

/* 固定导航 */



/* 底部footer */
.footer{
  width: 100%;
  background-color: #000;
  color: rgba(255, 255, 255, 0.6);
  padding: 12px 0;
  text-align: center;
}
.space{
  font-size: 14px;
  line-height: 28px;
}
.space>span{
  display: inline-block;
  padding: 0 10px;
}