@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.top .bg {
  background-image: url("../images/privacy/top1.jpg");
  background-position: 60%;
}
.top .phone1 {
  position: fixed;
  top: 20%;
  right: 25%;
  z-index: 2;
}
.top .phone1 img {
  width: 80%;
}
.top .phone2 {
  position: fixed;
  top: 30%;
  right: 8%;
  z-index: 1;
}
.top .phone2 img {
  width: 80%;
}
.top-slogn {
  position: fixed;
  right: 20%;
  top: 50%;
  color: #fff;
  z-index: 10;
}
.top-slogn1-name {
  font-size: 40px;
}

.privacy {
  position: relative;
}
.privacy-bg {
  height: calc(100% - 50px);
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 25px;
  left: 16px;
  z-index: -1;
}
.privacy-list {
  width: 35%;
  max-width: 300px;
  position: absolute;
  bottom: 0px;
  left: 170px;
}
.privacy-list li {
  margin: 10px 0;
  cursor: pointer;
}
.privacy-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 14px;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.privacy-list li:hover {
  color: #5a3e8c;
  font-weight: 600;
}
.privacy-list li:hover::before {
  background: #5a3e8c;
}
.privacy-list li.on {
  font-weight: 600;
  color: #5a3e8c;
}
.privacy-list li.on::before {
  width: 7px;
  height: 7px;
  background: #fff;
  border: 1px solid #5a3e8c;
  margin: 12px;
}
.privacy-list.stop {
  position: fixed;
  top: 230px;
  bottom: unset;
}
.privacy-list.tstop {
  position: absolute;
  bottom: unset;
  top: 65px;
}
.privacy-box {
  width: 50%;
  margin: 80px 15% 80px 35%;
}
.privacy-time {
  color: #ccc;
  font-weight: 600;
  padding: 80px 0 30px;
}
.privacy-title {
  color: #5a3e8c;
  font-size: 28px;
  padding: 50px 0 25px;
}
.privacy-stitle {
  color: #000;
  font-size: 20px;
  padding: 15px 0 15px;
}
.privacy-sstitle {
  font-weight: 600;
  padding: 20px 0 10px;
}
.privacy-text a {
  display: inline-block;
  color: #999;
  text-decoration: underline;
}

.theight {
  line-height: 1.5em;
}

.qq {
  padding-top: 0;
}

.privacy-list {
  opacity: 0;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.privacy-list.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.privacy-box {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.privacy-box.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 1600px) {
  .privacy-box {
    margin: 80px 10% 80px 40%;
  }
}
@media screen and (max-width: 1400px) {
  form {
    width: 45%;
    margin-right: 15%;
  }
}
@media screen and (max-width: 1300px) {
  .privacy-list {
    left: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .privacy-box {
    margin: 80px 5% 80px 45%;
  }
  .privacy-list {
    left: 5%;
  }
  .privacy-list.stop {
    top: 210px;
  }
}
@media screen and (max-width: 860px) {
  .privacy-box {
    width: 80%;
    margin: 50px auto;
  }
  .privacy-list {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .privacy-box {
    width: 90%;
  }
}
@media screen and (max-width: 460px) {
  .top-slogn {
    right: 15%;
  }
  .top-slogn1-name {
    font-size: 34px;
  }
}
