@charset "UTF-8";

/*基本样式开始*/
#bg {
  /* background: url("../images/login/bg.png"); */
  background: url("../images/login/frontLogin.jpg");
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -10; }

#container-login .main {
  	background: rgba(255, 255, 255, 0.7);
    text-align: center;
    width: 13.5rem;
    position: relative;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 100px;
   
}
  #container-login .main h1 {
    font-size: 0.5rem;
    color: #333; 
    padding:2% 0;
  }
  #container-login .main .content {
    color: #333;
    width: 12.0rem;
    margin:0 auto; 
    height:6rem;
    display:flex;
    justify-content: space-between;
    padding-bottom: 30px;
  }
   #container-login .main .content .main_view{
    color: #333;
    width: 7rem;
    background-color: rgba(255,255,255,0.5);
  }
   #container-login .main .content .main_view .main_title{
    font-size:0.22rem;
    text-align: left;
    padding-bottom: 0.25rem;
  }
  #container-login .main .content .main_view .main_project{
    width: 100%;
    border:1px solid #ccc;
    border-radius: 5px;
    height:5.2rem;
    position:relative;
    background: rgba(255,255,255,0.5);
  }
  #container-login .main .content .main_view .main_project .main_warpp{
    width: 84%;
    height:90%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }

   #container-login .main .content .main_view .main_title mark{
    width: 10px;
    height: 10px;
    background:#e17200;
    display: inline-block;
    position: relative;
    top: -4px;
  }
    #container-login .main .content .main_login{
    color: #333;
    width: 4.3rem;
    margin: 0 auto;
  }
  #container-login .main .content .main_login .main_title mark{
    width: 10px;
    height: 10px;
    background:#e17200;
    display: inline-block;
    position: relative;
    top: -4px;
  }
   #container-login .main .content .main_login .main_title{
    font-size:0.22rem;
    text-align: left;
    padding-bottom: 0.25rem;
  }
  #container-login .main .content .main_login .main_ccc{
    border:1px solid #ccc;
    border-radius: 5px;
    height: 5.2rem;
    background: rgba(255,255,255,0.5);
    position: relative;
  }
  #container-login .main .content .main_login .main_ccc .main_info{
    font-size:0.22rem;
    padding: 20px 0 0 30px;
    text-align:left;
    color:#716969;
  }
  .bottom_pic,.top_pic{
    height:50%;
    display:flex;
  }
  /*.bottom_pic*/ .a2{
    /*width: 1.1rem;
    height: 1.1rem;*/
    width:2.26rem;
    height:2.26rem;
    float:left;
    margin-left:0.05rem;
    position:relative;
    cursor:pointer;
  }
  .a2.ax{
    width: 1.1rem;
    height: 1.1rem;
  }
  .a2_model{
    background:rgba(0,0,0,0.5);
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;



  }
  .a2_text{
    font-size:0.1rem;
    color:#fff;
    text-align:left;
    padding-top:0.05rem;
    padding-left:0.125rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
  }
  .top_pic_wap{
    width: 2.2rem;
    height: 2.25rem;
    margin-top:0.05rem;
    margin-left:0.05rem;
  }
  /*.top_pic_wap */.a0{
    position:relative;
    /*height: 2.25rem;
    width: 2.25rem;*/
    height: 3.4rem;
    width: 3.41rem;
    cursor: pointer;
    margin-left: .05rem;
  }
  #left_pic_wap{
    width: 4rem;
    /*height: 1.1rem;*/
    /*display:flex;
    flex-wrap: wrap;*/
    margin-left: 0.05rem;
  }
  #left_pic_wap .a1{
    float:left;
    width: 1.1rem;
    height: 1.1rem;
    margin-left:0.05rem;
    margin-top:0.05rem;
    position:relative;
    cursor: pointer;
  }
.login_logo{
   margin-top:0.3rem;
}
.main_ccc .login-stage{
  position:absolute;
  right:0;
  top:0;
  width: 0.7rem;
  height: 0.7rem;
}
.login-stage .login-pic{
 /* width: 0.7rem;
  height: 0.7rem;*/
  /*display:none;*/
  cursor: pointer;
  display:block;
}
.dd{
  width: 76%;
  margin:0 auto;

}
.dd_container{
  display:flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.dd_container li{
  font-size:20px;
  color:#666;
  cursor:pointer;
  user-select: none;
}
.dd_container li:nth-child(1){
    padding-right:0.2rem;
}
.dd_container li:nth-child(2){
    padding-left:0.2rem;
}  
.dd_container li.active{
  font-size: 22px;
    color: #e17200;
    padding-bottom: 0.2rem;
    /*padding-right: 20px;*/
    border-bottom: 2px solid #e17200;
}
.tt-warpp{
  position:relative;
  height:0.5rem;
  margin-top: 0.3rem;
  width: 100%;
  border:1px solid #ccc;
  background:#fff;
}
.tt-warpp input{
  width: 82%;
  height:100%;
  position:absolute;
  top:0;
  right:0;
  outline: none;
  border:0;
}
.start_main{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*display:none;*/
    width: 3.0rem;
}
.tt-btn{
  height:0.5rem;
  line-height:0.5rem;
  width: 100%;
  background:#e17200;
  border-radius: 4px;
  color:#fff;
  font-size:0.3rem;
  margin-top:0.2rem;
  cursor: pointer;
  transition: all linear .1s;
  /*-webkit-gradient(linear,0% 40%, 0% 100%, from(#DF6B00), to(#D14A00), color-stop(0.5,#D14A00))*/
}
.tt-btn:hover{
  transition: all linear .5s;
  background:#ff870c;
}
#user,#password{
  position:absolute;
  left: 0.06rem;
  top: 20%;
  width: 0.3rem;
  height: 0.3rem;
}
.tt-input{
  /*display:none;*/
}
.tt-qrcode{
  display:none;
  position:relative;
}
.tt-qrcode .loginCC{
  position:absolute;
  bottom:-0.4rem;
  left:50%;
  font-size:0.16rem;
  color:#666;
  transform: translate(-50%,0);
}
#tt-content{
  width: 2rem;
  height: 2rem;
  margin: 0.3rem auto;
}
/*模态框*/
.mtk{
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.5);
  display:none;
}
#model-play{
  height: 520px;
  width: 900px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-260px;
  margin-left: -450px;
  background:#fff;

}
.model_warpp{
  width: 100%;
  height:100%;
  position: relative;

}
.model_warpp .colse{
  right: -2%;
  top:-4%;
  position: absolute;
  cursor: pointer;
}
.model-center{
  padding:30px 30px 50px 30px;
  display:flex;
  justify-content: space-between;
}
.model-left{
  width: 360px;
}
.model-right{
  width: 430px;
  height: 430px;
  border:1px solid #ccc;
  border-radius:5px;
}
.model-left .nav-bar{
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
  display: flex;
  position: relative;
}
.nav-warpp{
  height:50px;
  line-height:16px;
  position: relative;
  /*text-indent: 0.5em;*/
  width: 150px;
}
.nav-name{
	font-size: 18px;
	font-weight: 800;
	position: absolute;
	left: 30%;
	top: 33%;
	display: inline-block;
	width: 140px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	height: 100%;
}
.nav-warpp2{
    width: 100px;
    font-size:16px;
     position: relative;
     line-height: 50px;
     text-indent: 2em;
     margin-left:20px;
}
.nav-warpp2 .nav-pic{
    position:absolute;
    top:24%;
    left:0%;
    
}
.nav-warpp2>em{
   font-style: normal;
   font-weight: 800;
}
.seo{
  background-image:url("../images/login/chakan.png");
  background-repeat: no-repeat;
  background-color: #fb6a0c;
  background-position:2px center;
  color:#fff;
  font-size:14px;
  line-height:30px;
  height:30px;
  width: 90px;
  border-radius: 5px;
  text-indent: 1.7em;
  cursor: pointer;
  position:absolute;
  top:50%;
  right:0;
  margin-top:-26px;
}
.zp{
  padding:10px 0 40px 0;
  font-size:18px;
}
.jj{
  display:flex;
  font-size:18px;
  justify-content: space-between;
  padding-bottom:20px;
  border-bottom:1px solid #ccc;
}
.jj-title{
  width: 50px;
}
.jj-text{
  width: 260px;
  font-size:14px;
      color: #474747;
}
#wx-morePlay{
  width: 110px;
  height: 110px;
 margin: 26px auto;
}
.wx-moreText{
  font-size:18px;
  color:#666;
  padding:6px 0;
  text-align:center; 
}
.model-right{
  position:relative;

}
.now-start,.start{
  border-radius: 5px;
  width: 100%;
  height: 0.4rem;
  line-height:0.4rem;
  font-size:0.18rem;
  color:#fff;
  text-indent: 1.2em;
  cursor: pointer;
  transition: all .5s;
    margin-top: 5px;	
}
.start:hover{
  background-color:#ff771a;
  transition: all .5s;
}
.now-start{
  display:none;
  background-color: #0eb03c;
   background-image:url("../images/login/shuaxin.png");
   
  background-repeat: no-repeat;
 background-position:2px center;
}
.start{
  background-color: #ff6700;
    background-image: url(../images/login/start.png);
    background-repeat: no-repeat;
    background-position: .9rem center;
}
.right-btn{
  width: 100%;
  display:flex;
  position:absolute;
  bottom:-9%;
  left:0;
  justify-content: space-around;
}
 #table{
   /* width: 84%;
    height: 90%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 500;

 }
 #table tr td{
  padding-bottom: 0.061rem;
 }
 #login_container{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
 }
 .login_item{
    width: 3.0rem;
    position:relative;
    margin: 0 auto;
    margin-top: 1.0rem;
 }
.login_item .login_image{
  height:1.0rem;
  text-align: center;
}
.login_item .login_mm{
  font-size: 0.24rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-weight:800;
}
.login_item .login_center{
  border: 1px solid #ccc;
  height: 0.4rem;
  position:relative;
  background: #fff;
  line-height: 0.4rem;
}
.login_item .login_center .login_text{
  /*font-size: 0.2rem;
  position: absolute;
  left: 0;
  height: 100%;
  width: 1.4rem;
  text-align: right;
  color: #6f6767;
  background:url(../images/login/jf.png)no-repeat 20px center;
  background-size: 0.2rem 0.2rem;*/

  font-size: 0.2rem;
    position: absolute;
    left: 0;
    height: 100%;
    /*width: 1.4rem;*/
    color: #6f6767;
    background: url(../images/login/jf.png)no-repeat 0.2rem center;
    background-size: 0.2rem 0.2rem;
    text-indent: 0.5rem;
    text-align: left;
}
.login_item .login_center .login_text em{
  font-style:normal;
}
.login_item .login_center input[type="number"]{
  position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 0;
    outline: none;
    width: 1.9rem;
    font-size: 0.24rem;
}
.login_item .login_image .login_imag{
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border:0.03rem solid #ff6700;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.col-pic {
   width: 2.46rem;
   height: 3rem;
   background: url("../images/zuopin.png") no-repeat;
   background-size: cover;
   background-position: center;
   border-radius: 0.1rem;
   overflow: hidden;
   -webkit-box-reflect: below 0.1rem -webkit-linear-gradient(bottom, red, transparent 0.6rem); 
}
.col-text {
   font-size: 0.22rem;
   text-align: center;
   padding-top: 1.2rem; 
	font-weight: 600;
}

