* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none
}

body {
  background-color: #000000;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

html {
  font-family: "PingFangSC-Regular";
  font-size: 20px;
  -webkit-user-select: none;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
}

@media (min-width: 400px) and (max-width: 480px) {
  html {
    font-size: 25px;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  html {
    font-size: 30px;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 40px;
  }
}

.top-menu {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: max-height .8s ease;
  -webkit-transition: max-height .8s ease;
  -moz-transition: max-height .8s ease;
  overflow: hidden;
  max-height: 0;
}

.top-menu.show {
  max-height: calc(100vh);
}

.close-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: .7rem;
  height: .7rem;
  padding: .7rem;
}

.close-btn:before {
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);
}

.close-btn:before,
.close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 1rem;
  top: 50%;
  left: .7rem;
  margin-top: -1px;
  background-color: #fff;
}

.menu {
  margin: 2.1rem auto 0;
  font-size: .6rem;
  /* padding: 0 0 1rem; */
  line-height: 4;
  background: rgba(0, 0, 0, .8);
  overflow: hidden;
  /* text-align: left; */
}

@media (max-height: 480px) {
  .menu > li {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }

  .menu > li:nth-child(odd) > a {
    border-right: 1px solid #404040;
  }
}

.sub-menu > li {
  width: 25%;
}

.menu li {
  margin: 0 auto;
}

.menu a.open {
  border-bottom: 1px solid #fff;
}

.menu li a {
  border-bottom: 1px solid #404040;
}

.sub-menu > li > a {
  border-bottom: 1px solid #fff;
}

.menu a {
  text-decoration: none;
  color: #fff;
  text-align: left;
  display: block;
  padding: 0 .7rem;
  position: relative;
}

/*.menu a:after{*/
/*position: absolute;*/
/*content: '';*/
/*width: .7rem;*/
/*height: .7rem;*/
/*transform: rotate(45deg);*/
/*border-top: 1px solid #909090;*/
/*border-right: 1px solid #909090;*/
/*right: .7rem;*/
/*top: .8rem;*/
/*}*/
.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s linear;
  -webkit-transition: max-height .4s linear;
  -moz-transition: max-height .4s linear;
}

.sub-menu.show {
  max-height: 400px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.1rem;
  background-color: rgba(0, 0, 0, .9);
  z-index: 500;
  text-align: center;
}

.menu-btn {
  position: absolute;
  padding: .7rem;
  top: 0;
  left: 0;
  width: 1rem;
  height: .7rem;
}

.menu-btn:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 1rem;
  top: 50%;
  left: .7rem;
  margin-top: -1px;
  background-color: #fff;
}

.menu-btn:after {
  content: '';
  position: absolute;
  top: .7rem;
  left: .7rem;
  width: 1rem;
  height: .7rem;
  margin-top: -2px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.logo {
  margin-top: .7rem;
  height: .7rem;
  display: inline-block;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
  width: 100%;
}

.top-menu2 {
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  background: #121212;
  position: fixed;
  z-index: 150;
  top: 2.1rem;
  left: 0;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.top-menu2 a {
  font-size: 0.55rem;
  color: #6f6f6f;
}

.top-menu2 a.active {
  color: #fff;
}

.slider1 div {
  width: 100%;
  height: 100%;
  background-position-y: 100px;
}

.slider2 div {
  width: 100%;
  height: 100%;
}

.slider3 div {
  width: 100%;
  height: 100%;
}

.slider4 {
  background: #121212;
}

.slider4 div {
  width: 100%;
  height: 100%;
}

.slider5 div {
  width: 100%;
  height: 100%;
}

.slider1 p:nth-of-type(1) {
  width: 100%;
  font-size: 1.5rem;
  margin: 0 auto;
  padding-top: 5rem;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}

.slider1 div .img_one {
  position: absolute;
  top: 10.8rem;
  height: 2rem;
  right: 0.5rem;
  width: 3.2rem;
}

.slider1 div .img_one img {
  width: 100%;
}

#heart {
  font-size: 1.28rem;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.slider1 p:nth-of-type(2) {
  width: 100%;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: right;
  /*opacity: 0.5;*/
}

.slider1 p:nth-of-type(2) img {
  width: 3.2rem;
}

.slider1 .play {
  width: 160px;
  margin: 0 auto;
  clear: both;
  display: block;
  overflow: hidden;
  margin-top: 120px;

}

.slider1 .play a {
  float: left;
  color: #CCCCCC;
  font-size: 12px;
  /*letter-spacing: 1px;*/
}

.slider1 .play img {
  height: .6rem;
  vertical-align: middle;
}

.word p:nth-of-type(1) {
  width: 100%;
  font-size: 1rem;
  margin: 0 auto;
  padding-top: 6rem;
  color: #ffffff;
  text-align: center;
}

.word p:nth-of-type(2) {
  width: 100%;
  font-size: .55rem;
  color: #ccc;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 18px;
}

.word p:nth-of-type(3) {
  clear: both;
  font-size: .55rem;
  color: #f08209;
  text-align: center;
}

.word span {
  clear: both;
  display: block;
  margin-top: 10px;
}

.word .end {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 20px;
  /* background: #f08209; */
  color: #000000;
  font-size: 30px;
  margin: 0 auto;
  margin-top: .25rem;
  display: block;
  background: url('http://img.loock.cn/mobile/t1pro/plus-icon.png') center;
  background-size: contain;
}

#buy {
  display: block;
  color: #FFFFFF;
  width: 1.5rem;
  height: .9rem;
  background: #f08209;
  border-radius: .1rem;
  text-align: center;
  vertical-align: middle;
  line-height: .9rem;
  margin-top: .3rem;
}

.end a {
  color: #000000;
}

.choose {
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
  top: 2.1rem;
}

.choose a:nth-of-type(2) {
  display: block;
  width: 100%;
  height: 53%;
  background: url('http://img.loock.cn/mobile/common/yunding.png') no-repeat center;
  background-size: cover;
}

.choose a:nth-of-type(1) {
  display: block;
  width: 100%;
  height: 47%;
  background: url('http://img.loock.cn/mobile/common/loock.png') no-repeat center;
  background-size: cover;
}

/*新添样式*/
.top-menu2.touch-new {
  background: rgba(0,0,0,0.3);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.top-menu2.touch-new a {
  color: #fff;
  margin-right: 1.4rem;
  opacity: 0.4;
}

.top-menu2.touch-new a.active {
  color: #fff;
  opacity: 0.9;
}

.slider1 .page01_imgone {
  background: url('http://img.loock.cn/mobile/t1pro/t1pro-1.jpg') center 1.5rem no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  width: 100%;
  height: 100%;
}

.slider1 .page01_imgone .ptext {
  width: 7rem;
  overflow: hidden;
  margin: 0 auto 1.6rem;
  padding-top: 5.0rem;
}

.slider1 .page01_imgone .pimg {
  width: 9rem;
  /*width: 80vh;*/
  overflow: hidden;
  margin: auto;
}

.slider1 .page01_imgone .ptext img, .slider1 .page01_imgone .pimg img {
  width: 100%;
  height: auto;
}

.slider2 .advantage {
  background: url('http://img.loock.cn/mobile/t1pro/touchnew_04.jpg') no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.slider2 .advantage.word p:nth-of-type(1) {
  padding-top: 5.5rem;
}

.slider2 .advantage h2 {
  width: 100%;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 1.0rem;
  color: #fff;
  text-align: center;
  padding: 4.5rem 0 4.0rem;
  font-weight: normal;
}

.slider2 .advantage p.firstico {
  width: 90%;
  overflow: hidden;
  margin: 2.8rem auto 0;
}

.slider2 .advantage p.firstico span {
  float: left;
  width: 33.3%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2.5rem;
  clear: none;
}

.slider2 .advantage p span img {
  width: 3.55rem;
  height: auto;
}

.slider2 .advantage p.lastico {
  width: 60%;
  overflow: hidden;
  margin: auto;
}

.slider2 .advantage p.lastico span {
  float: left;
  width: 50%;
  overflow: hidden;
  text-align: center;
  clear: none;
}

.slider3 .fingerprint {
  background: url('http://img.loock.cn/mobile/t1pro/touchnew_10.jpg') no-repeat bottom center;
  background-size: auto 100%;
  -moz-background-size:  auto 100%;
  -webkit-background-size:  auto 100%;
}

.slider3 .fingerprint p:nth-of-type(1) {
  color: #000;
}

.slider3 .fingerprint p:nth-of-type(2) {
  width: 85%;
  margin: 0.5rem auto 0;
  color: #000;
  opacity: 0.5;
  /*background: -webkit-linear-gradient(left, rgba(51,51,51,0.8) 50%, #ffffff 50%);     !* 背景色渐变 *!*/
  background: -webkit-linear-gradient(left, rgb(0,0,0) 50%, black 50%);     /* 背景色渐变 */
  -webkit-background-clip: text;         /* 规定背景的划分区域 */
  -webkit-text-fill-color: transparent;
}

.slider4 .encryption {
  background: url('http://img.loock.cn/mobile/t1pro/touchnew_13.jpg') no-repeat bottom center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.slider4 .encryption p:nth-of-type(1) {
  color: #fff;
}

.slider4 .encryption p:nth-of-type(2) {
  width: 90%;
  margin: 0.5rem auto 0;
  color: #fff;
  opacity: 0.5;
}

.slider4 .encryption .icobox {
  width: 60%;
  overflow: hidden;
  margin: 2.25rem auto;
}

.slider4 .encryption .icobox span {
  float: left;
  width: 33.3%;
  overflow: hidden;
  text-align: center;
  margin: auto;
  clear: none;
}

.slider4 .encryption .icobox span img {
  width: 2.45rem;
  height: auto;
}

.slider5 .callpolice {
  background: url('http://img.loock.cn/mobile/t1pro/touchnew_15.jpg') no-repeat bottom center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.slider5 .callpolice p:nth-of-type(1) {
  color: #000;
}

.slider5 .callpolice p:nth-of-type(2) {
  width: 90%;
  margin: 0.5rem auto 0;
  color: #000;
  opacity: 0.5;
}

.slider5 .callpolice p.p2 {
  width: 90%;
  margin: 0.5rem auto 0;
  color: #000;
  opacity: 0.5;
  text-align: left;
}

.slider6 .caizhi {
  width: 100%;
  height: 100%;
  background: url('http://img.loock.cn/mobile/t1pro/touchnew_16.jpg') no-repeat center bottom;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.slider6 .caizhi p:nth-of-type(1) {
  color: #fff;
}

.slider6 .caizhi p:nth-of-type(2) {
  width: 90%;
  margin: 0.5rem auto 0;
  color: #fff;
  opacity: 0.8;
  font-family: "light PingFangSC-Regular", "Microsoft YaHei";
}

.word p:nth-of-type(1) {
  opacity: 0.9;
}





