﻿body{
  box-sizing: border-box;
  overflow: hidden;
}
.wrap{
  overflow: hidden;
  /* position: fixed; */
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bac.png) no-repeat 0 0;
  background-size: 100% 100%;
}
/* .le-top{
  width: 8.77rem;
  height: 6.34rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */
.le-bot{
  width: 15rem;
  height: .71rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* .ri-bot{
  width: 8.2rem;
  height: 8.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
} */
.logo{
  position: relative;
  z-index: 10;
  width: 4.57rem;
  margin: .5rem;
  margin-left: 5rem;
}
.middle{
  width: 11.6rem;
  height: 5.16rem;

  box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .3);
  position: relative;
  left: 50%;

  margin-left: -5.5rem;
  display: flex;
}
.midd-con{
  width: 6.7rem;
  height: 5.16rem;
  
}
.middle .conn{
  display: inline-block;
  width: 0.6rem;
  height: 0.2rem;
  border-radius: .5rem;
  background: #000;
  position: absolute;
  left: 6.4rem;
  top: 50%;
  margin-top: -.1rem;
}
.midd-r{
  width: 4.9rem;
  text-align: center;
  padding-top: 1rem;
}
.code{
  background: #fff;
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 3.7rem;
  height: 0.5rem;
  box-shadow: inset 0 .01rem .05rem #c2c2c2;
}
.code1{
  margin-top: .4rem;
}
.code img{
  width: 0.22rem;
  height: .18rem;
  margin: 0 .1rem;
}
.code input{
  width: 3.75rem;
  font-size: .15rem;
  transform:scale(0.8);
  -ms-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  margin-left: -.3rem;
}
.sub{
 width: 4rem;
 display: flex;
 margin:.5rem auto 0;
 justify-content:space-between;
}
.sub button{
  width: 1.9rem;
  height: 0.65rem;
  color: #fff;
  font-size: .25rem;
  transform:scale(0.8);
  -ms-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  cursor:pointer;
}
.sub .reset{
  background: #caa684;

}
.sub .landed{
  background: #000;
  margin-right: 0;
}

.reply p{
  font-size: .27rem;
  transform:scale(0.8);
  -ms-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  color: #2f2f2f;
}
.reply .try{
  width: 3.6rem;
  height: 0.6rem;
  background: #caa684;
  color: #fff;
  font-size: .25rem;
  transform:scale(0.8);
  -ms-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  cursor:pointer;
}

.midd-con2{
  display: none;
}



#slider {
  position: relative;
  background-color: #777777;
  /* overflow: hidden; */
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7ac23c;
  z-index: 1
}

#label {
  width: .5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: .5rem;
  background: #fff;
  box-shadow: 0 .02rem .05rem #c2c2c2;
  z-index: 3;
  cursor: move;
  
}

#labelTip {
  position: absolute;
  left: 0;
  bottom:0;
  width: 114%;
  height: 100%;
  font-size: .15rem;
  transform:scale(0.8);
  -ms-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  color: black;
  line-height: .5rem;
  text-align: center;
  border: none;
  z-index: 2
}

/*.txtRoll {
  background: linear-gradient(to right,black,black,white,black,black,white,black,#787878);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  animation: bgp 3s infinite linear
}*/

@-webkit-keyframes bgp {
  0% {
      background-position: 0 0
  }

  100% {
      background-position: -100% 0
  }
}
@media screen and (max-width:993px){
  .wrap{
    background: url(../images/phone-bac.png) no-repeat;
    background-size: 100% 100%;
  }
  /* .le-top{
    display: none;
  } */
  
  .le-bot{
    display: none;
  }
  /* .ri-bot{
    display: none;
  } */
  .midd-con1{
    display: none;
  }
  .midd-con2{
    display: block;
  }
  .logo{

    margin: 1rem 2rem;
    width: 9.3rem;
    height: auto;
  }
  .middle{
    width: 12rem;
    height: auto;
    margin-left: -6rem;
    display: block;
  }
  .midd-con{
    width: 12rem;
    height: auto;
  }
  .middle .conn{
    display: none;
  }
  .midd-r{
    width: 12rem;
    height: 7rem;
    text-align: center;
    padding-top: 1.2rem;
  }



  .code{
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 8.4rem;
    height: 1.2rem;
    box-shadow: inset 0 .02rem .1rem #c2c2c2;
  }
  .code1{
    margin-top: .6rem;
  }
  .code img{
    width: 0.6rem;
    height: .5rem;
    margin: 0 .5rem;
  }
  .code input{
    width: 8rem;
    font-size: .31rem;
    transform:scale(0.8);
    -ms-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -webkit-transform:scale(0.8);
    margin-left: -.8rem;
  }
  .sub{
    width: 9.3em;
    display: flex;
    justify-content: space-between;
    margin: .6rem auto;
    
  }
  .sub button{
    width: 4.8rem;
    height: 1.2rem;
    font-size: .4rem;
    transform:scale(0.8);
    -ms-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -webkit-transform:scale(0.8);
  }
  .reply p{
    font-size: .52rem;
  }
  .reply .try{
    width: 6.4rem;
    height: 1.2rem;
    
    font-size: .4rem;
  }

  #slider{
    /* overflow: hidden; */
  }
  #label {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    box-shadow: 0 .04rem .1rem #c2c2c2;

  }
  
  #labelTip 
  {
    position:relative;
    display: inline-block;
    width: 9rem;
    height: 1.4rem;
    font-size: .32rem;
    transform:scale(0.8);
    -ms-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -webkit-transform:scale(0.8);
    color: Black;
    line-height: 1.4rem;
    text-align: center;
   /* margin-left: -.5rem;*/
    z-index: 2
  }
 /* .txtRoll {
    width: 8.4rem;
    text-align: center;
  }
*/
  
}
@media (min-height:650px) and (max-width:750px){
  .logo{
    margin: 1.5rem 2rem;

  }

}
