@charset "utf-8";

html {
  overflow: hidden;
}
body {
  width: 100%;
  height: 100vh;
  background: url(../pics/background.png) center / cover no-repeat;
}
.b_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.b_nav .group {
  width: 200px;
  height: 80px;
  background: url(../pics/an_1.png) center no-repeat;
  background-size: cover;
  box-shadow: 4px 4px 12px 0px rgba(80,185,210,0.5);
  border-radius: 40px;
  border: 1px solid linear-gradient(155deg, rgba(39, 189, 217, 1), rgba(1, 243, 255, 1)) 1 1;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  margin: 0 20px;
  text-align: center;

}
.b_nav .hover{
  transition: all 0.5s;
  cursor: pointer;
}
.b_nav .hover:hover{
  background: #F3A220;
  background: url(../pics/an_2.png) center no-repeat;
  background-size: cover;
  box-shadow: 4px 4px 12px 0px rgba(250,150,30,0.5);
}
.b_nav .group .directory{
  width: 28px;
  margin-right: 12px;
}
.b_nav .group span {
  padding: 0 10px;
}
.b_nav .group2 span {
  width: 66px;
  padding: 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.b_nav .group2 span.xian {
  width: auto;
}
.b_nav .group2 span.xian.op0 {
  opacity: 0;
}
.b_nav .group input {
  width: 48px;
  height: 40px;
  background: rgba(255,255,255,0.3);
  border: 1px solid #FFFFFF;
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.b_nav .group .confirm {
  width: 64px;
  height: 64px;
  background: #EBFEFF;
  box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
  border-radius: 33px;
  border: 1px solid #FFFFFF;
  color: #34BCE2;
  transition: all 0.5s;
  /* margin-left: 10px; */
}
.b_nav .group .confirm:hover{
  background: #F3A220;
  color: #fff;
}
.b_nav .minText{
  margin-right: 10px;
}
.wrapper_i .fixed{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
}
.wrapper_i .fixed{
  width: 140px;
  height: 68px;
  background: url(../pics/an_1.png) center no-repeat;
  background-size: cover;
  box-shadow: 4px 4px 12px 0px rgba(80,185,210,0.5);
  border-radius: 34px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 68px;
  text-align: center;
  transition:all 0.5s;
  font-weight: bold;
}
.wrapper_i > a:hover{
  background: url(../pics/an_2.png) center no-repeat;
  background-size: cover;
  box-shadow: 4px 4px 12px 0px rgba(250,150,30,0.5);
}
.wrapper_i .prev{
  left: 0vw;
}
.wrapper_i .next{
  right: 0vw;
}
.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 110px;
}
.wrapper_i {
  width: 100%;
  padding-top: calc(800% / 11);
  position: relative;
}
/* Docs sample */
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#book-zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
}

.animated {
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}

.myBook {
  width: 100%;
  height: 100%;
}

.myBook .page {
  width: 50%;
  height: 100%;
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.myBook .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../pics/right-border.png); */
  background-position: right top;
  background-repeat: repeat-y;
}

.myBook .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../pics/left-border.png); */
  background-position: left top;
  background-repeat: repeat-y;
}

.myBook .page-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}


.myBook .loader {
  background-image: url(../pics/loader.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 280px;
  left: 219px;
}

.myBook .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;

  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

#dot_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 97;
}
#dot_box .pageBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#dot_box .pageBox.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0s ease 1.2s;
  -moz-transition: all 0s ease 1.2s;
  -ms-transition: all 0s ease 1.2s;
  -o-transition: all 0s ease 1.2s;
  transition: all 0s ease 1.2s;
}

@media (max-height: 800px) {
  .wrapper {
    max-width: 860px;
  }
}

@media (max-height: 700px) {
  .wrapper {
    max-width: 700px;
  }
}

@media (max-height: 600px) {
  .wrapper {
    max-width: 640px;
  }

  .b_nav {
    left: -10%;
    width: 120%;
  }
}
#btn0_1{
  position: absolute;
  left: 86%;
  top: 43.7%;
}
#btn0_2{
  position: absolute;
  left: 91.5%;
  top: 67.9%;
}
#btn2_1{
  position: absolute;
  left: 16%;
  top: 36.9%;
}
#btn2_2{
  position: absolute;
  left: 67%;
  top: 29.2%;
}
#btn2_3{
  position: absolute;
  left: 63.5%;
  top: 76.2%;
}
#btn4_1{
  position: absolute;
  left: 17.7%;
  top: 11.3%;
}
#btn4_2{
  position: absolute;
  left: 14%;
  top: 64.8%;
}
#btn4_3{
  position: absolute;
  left: 17.7%;
  top: 78.8%;
}
#btn4_4{
  position: absolute;
  left: 65.3%;
  top: 46.4%;
}
#btn6_1{
  position: absolute;
  left: 16.1%;
  top: 38.5%;
}
#btn6_2{
  position: absolute;
  left: 67%;
  top: 25.7%;
}
#btn6_3{
  position: absolute;
  left: 63.5%;
  top: 68.5%;
}
#btn6_4{
  position: absolute;
  left: 66.9%;
  top: 78.5%;
}
#video6_4 .video6_4_btns{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url('../pics/xyx/xyx6_4.jpg') center / contain no-repeat;
  display: none;
}
#video6_4 .player_video:nth-child(1){
  top: 68%;
  left: 17.5%;
}
#video6_4 .player_video:nth-child(2){
  top: 68%;
  left: 45.4%;
}
#video6_4 .player_video:nth-child(3){
  top: 68%;
  left: 73%;
}
#video6_4_child {
  position: absolute;
}
#video6_4_child.video_model .video {
  width: 100%;
}
#btn6_5{
  position: absolute;
  left: 72.5%;
  top: 78.5%;
}
#btn6_6{
  position: absolute;
  left: 78%;
  top: 78.5%;
}
#tzModel6_6 .model_area{
  top: 39%;
}
#btn8_1{
  position: absolute;
  left: 17.5%;
  top: 26.2%;
}
#video8_1 .video8_1_btns{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url('../pics/xyx/xyx8_1.jpg') center / contain no-repeat;
  display: none;
}
#video8_1 .player_video:nth-child(1){
  top: 61%;
  left: 31.6%;
}

#video8_1 .player_video:nth-child(2){
  top: 61%;
  left: 59%;
}
#video8_1_child {
  position: absolute;
}
#video8_1_child.video_model .video {
  width: 100%;
}
#btn8_2{
  position: absolute;
  left: 14.3%;
  top: 72.8%;
}
#btn8_3{
  position: absolute;
  left: 16.2%;
  top: 83.8%;
}
#btn8_4{
  position: absolute;
  left: 65%;
  top: 40.3%;
}
#btn10_1{
  position: absolute;
  left: 16.2%;
  top: 12.6%;
}
#btn10_2{
  position: absolute;
  left: 27%;
  top: 25.6%;
}
#btn10_3{
  position: absolute;
  left: 14.2%;
  top: 81.6%;
}
#btn10_4{
  position: absolute;
  left: 63.4%;
  top: 11.4%;
}
#btn10_5{
  position: absolute;
  left: 68%;
  top: 22.3%;
}
#btn10_6{
  position: absolute;
  left: 69.5%;
  top: 64.5%;
}
#btn12_1{
  position: absolute;
  left: 14.2%;
  top: 12%;
}
#btn12_2{
  position: absolute;
  left: 14.2%;
  top: 51.6%;
}
#sysModel12_2 .show_input{
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  color: #333;
}
#sysModel12_2 .show_input:nth-child(2){
  width: 49.2%;
  left: 38.3%;
}
#sysModel12_2 .show_input:nth-child(3){
  top: 62.8%;
}
#sysModel12_2 .show_input:nth-child(4){
  width: 49.2%;
  left: 38.3%;
  top: 62.8%;
}
#sysModel12_2 .show_input:nth-child(5){
  width: 58.3%;
  left: 29%;
  top: 73.8%;
}
#btn12_3{
  position: absolute;
  left: 16%;
  top: 77.5%;
}
#lxModel12_3 .model_area{
  top: 39%;
}
#btn12_4{
  position: absolute;
  left: 52.7%;
  top: 32.2%;
}
#video12_4 .video12_4_btns{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0,0,0,0.6);
  display: none;
}
#video12_4 .player_video{
  width: 16.8%;
  height: 11%;
  background: url('../pics/btn_1.png') center / cover no-repeat;
  border-radius: 44px;
  border: 4px solid #fff;
  box-shadow: 0 5px 5px #4dacff30;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 3px;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: .5s;
}

#video12_4 .player_video:hover {
  background: url('../pics/btn_2.png') center / cover no-repeat;
  box-shadow: 0 5px 5px #ffbd6630;
}
#video12_4 .player_video:nth-child(1){
  left: 19%;
}
#video12_4 .player_video:nth-child(2){
  width: 22%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#video12_4 .player_video:nth-child(3){
  left: 64%;
}
#video12_4_child {
  position: absolute;
}
#video12_4_child.video_model .video {
  width: 100%;
}
#video12_4_child .common_again{
  transform: translate(-110%,-50%);
}
#video12_4_child .common_back{
  left: 50%;
  transform: translate(10%,-50%);
}



#btn12_5{
  position: absolute;
  left: 62.6%;
  top: 32.2%;
}

#btn12_6{
  position: absolute;
  left: 91.2%;
  top: 68%;
}

#btn12_7{
  position: absolute;
  left: 85.5%;
  top: 43.3%;
}
#btn14_1{
  position: absolute;
  left: 16%;
  top: 37%;
}
#btn14_2{
  position: absolute;
  left: 65%;
  top: 12.6%;
}
#btn14_3{
  position: absolute;
  left: 72.3%;
  top: 29.4%;
}
#btn14_4{
  position: absolute;
  left: 63.4%;
  top: 81.7%;
}
#btn16_1{
  position: absolute;
  left: 20.2%;
  top: 11.5%;
}
#btn16_2{
  position: absolute;
  left: 14.4%;
  top: 56%;
}
#btn16_3{
  position: absolute;
  left: 25.4%;
  top: 80.7%;
}
#btn16_4{
  position: absolute;
  left: 63.5%;
  top: 56.8%;
}
#btn16_5{
  position: absolute;
  left: 65.2%;
  top: 75.3%;
}
#btn18_1{
  position: absolute;
  left: 16.2%;
  top: 12.8%;
}
#lxModel18_1 .show_input{
  width: 26.5%;
  height: 10%;
  left: 20.7%;
  top: 39.1%;
}
#lxModel18_1 .show_input:nth-child(2n){
  left: 50%;
  width: 41%;
}
#lxModel18_1 .show_input:nth-child(n+3){
  top: 49.2%;
}
#lxModel18_1 .show_input:nth-child(n+5){
  top: 59.5%;
}
#lxModel18_1 .show_input:nth-child(n+7){
  top: 69.6%;
}
#lxModel18_1 .show_input:nth-child(n+9){
  top: 79.9%;
}
#btn18_2{
  position: absolute;
  left: 65.1%;
  top: 36.8%;
}
#btn20_1{
  position: absolute;
  left: 21.5%;
  top: 29.3%;
}
#btn20_2{
  position: absolute;
  left: 17.5%;
  top: 62.3%;
}
#btn20_3{
  position: absolute;
  left: 22.5%;
  top: 62.3%;
}
#btn20_4{
  position: absolute;
  left: 67%;
  top: 25.4%;
}
#btn20_5{
  position: absolute;
  left: 72.4%;
  top: 25.4%;
}
#btn20_6{
  position: absolute;
  left: 76.2%;
  top: 25.4%;
}
#btn22_1{
  position: absolute;
  left: 16%;
  top: 27%;
}
#video22_1 .video22_1_btns{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url('../pics/xyx/xyx22_1.jpg') center / contain no-repeat;
  display: none;
}
#video22_1 .player_video{
  top: 57%;
}
#video22_1 .player_video:nth-child(1){
  left: 9.6%;
}
#video22_1 .player_video:nth-child(2){
  left: 33.4%;
}
#video22_1 .player_video:nth-child(3){
  left: 57%;
}
#video22_1 .player_video:nth-child(4){
  left: 81%;
}
#video22_1_child {
  position: absolute;
}
#video22_1_child.video_model .video {
  width: 100%;
}
#btn22_2{
  position: absolute;
  left: 16%;
  top: 68.4%;
}
#lxModel22_2 .show_input{
  width: 25.1%;
  height: 14.2%;
  left: 8.6%;
  top: 44.1%;
}
#lxModel22_2 .show_input:nth-child(3n-1){
  left: 35.5%;
}
#lxModel22_2 .show_input:nth-child(3n){
  left: 62.5%;
  width: 28.7%;
}
#lxModel22_2 .show_input:nth-child(n+4){
  top: 58.9%;
}
#lxModel22_2 .show_input:nth-child(n+7){
  top: 73.8%;
}
#btn22_3{
  position: absolute;
  left: 65%;
  top: 37%;
}
#btn24_1{
  position: absolute;
  left: 20.2%;
  top: 25.8%;
}
#btn24_2{
  position: absolute;
  left: 70%;
  top: 33.8%;
}
#btn24_3{
  position: absolute;
  left: 24.5%;
  top: 85.3%;
}
#btn24_4{
  position: absolute;
  left: 22.2%;
  top: 85.3%;
}
#btn26_1{
  position: absolute;
  left: 16%;
  top: 12.4%;
}
#btn26_2{
  position: absolute;
  left: 16%;
  top: 54.2%;
}
#lxModel26_2 .model_area{
  top: 39%;
}
#btn26_3{
  position: absolute;
  left: 65.2%;
  top: 36.8%;
}
#btn28_1{
  position: absolute;
  left: 19%;
  top: 29.2%;
}
#btn28_2{
  position: absolute;
  left: 63.4%;
  top: 11.8%;
}
#btn28_3{
  position: absolute;
  left: 67%;
  top: 25.7%;
}
#btn28_4{
  position: absolute;
  left: 72.5%;
  top: 25.7%;
}
#btn30_1{
  position: absolute;
  left: 17.8%;
  top: 11.7%;
}
#btn30_2{
  position: absolute;
  left: 23.2%;
  top: 11.7%;
}
.video30_2_btns{
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background: rgba(0,0,0,.6);
}
#video30_2 .player_video{
  background: url('../pics/method_1.png') center / contain no-repeat;
  width: 14.6%;
  height: 14%;
  top: 50%;
  left: 50%;
  transform: translate(-115%,-50%);
}
#video30_2 .player_video:hover{
  background: url('../pics/method_1_1.png') center / contain no-repeat;
}
#video30_2 .player_video:nth-child(2){
  transform: translate(15%,-50%);
  background: url('../pics/method_2.png') center / contain no-repeat;
}
#video30_2 .player_video:nth-child(2):hover{
  background: url('../pics/method_2_1.png') center / contain no-repeat;
}
#video30_2_child {
  position: absolute;
}
#video30_2_child.video_model .video {
  width: 100%;
}
#btn30_3{
  position: absolute;
  left: 16%;
  top: 83.7%;
}
#lxModel30_3 .model_area{
  top: 39%;
}
#btn30_4{
  position: absolute;
  left: 65%;
  top: 36.9%;
}
#btn32_1{
  position: absolute;
  left: 63.5%;
  top: 11.7%;
}
#btn32_2{
  position: absolute;
  left: 69.5%;
  top: 21.1%;
}
#btn32_3{
  position: absolute;
  left: 20%;
  top: 26%;
}
#btn32_4{
  position: absolute;
  left: 74.5%;
  top: 21.1%;
}
#btn34_1{
  position: absolute;
  left: 21.5%;
  top: 21.9%;
}
#btn34_2{
  position: absolute;
  left: 26.7%;
  top: 21.9%;
}
#btn34_3{
  position: absolute;
  left: 52.7%;
  top: 30.9%;
}
#btn34_4{
  position: absolute;
  left: 86.2%;
  top: 41.3%;
}
#btn34_5{
  position: absolute;
  left: 90.9%;
  top: 72.3%;
}
#btn34_6{
  position: absolute;
  left: 16%;
  top: 84%;
}
#lxModel34_6 .model_area{
  top: 40%;
}
#btn36_1{
  position: absolute;
  left: 15.7%;
  top: 39.5%;
}
#btn36_2{
  position: absolute;
  left: 64.9%;
  top: 12.5%;
}
#btn36_3{
  position: absolute;
  left: 73.5%;
  top: 25.7%;
}
#btn36_4{
  position: absolute;
  left: 78.7%;
  top: 25.7%;
}
#btn38_1{
  position: absolute;
  left: 17.5%;
  top: 11.5%;
}
#btn38_2{
  position: absolute;
  left: 22.6%;
  top: 11.5%;
}
#btn38_3{
  position: absolute;
  left: 69%;
  top: 11.5%;
}
#btn38_4{
  position: absolute;
  left: 74.2%;
  top: 11.5%;
}
#btn38_5{
  position: absolute;
  left: 65.2%;
  top: 72%;
}
#lxModel38_5 .show_input{
  width: 25.1%;
  height: 10.2%;
  left: 8.6%;
  top: 39.5%;
}
#lxModel38_5 .show_input:nth-child(3n-1){
  left: 35.5%;
}
#lxModel38_5 .show_input:nth-child(3n){
  left: 62.5%;
  width: 28.7%;
}
#lxModel38_5 .show_input:nth-child(n+4){
  top: 49.9%;
}
#lxModel38_5 .show_input:nth-child(n+7){
  top: 60.5%;
}
#lxModel38_5 .show_input:nth-child(n+10){
  top: 71%;
}
#lxModel38_5 .show_input:nth-child(n+13){
  top: 81.6%;
}
#btn40_1{
  position: absolute;
  left: 15.5%;
  top: 41.1%;
}
#btn40_2{
  position: absolute;
  left: 65.2%;
  top: 12.6%;
}
#btn40_3{
  position: absolute;
  left: 74%;
  top: 29.2%;
}
#btn40_4{
  position: absolute;
  left: 79.5%;
  top: 29.2%;
}
#btn42_1{
  position: absolute;
  left: 20.2%;
  top: 11.4%;
}
#btn42_2{
  position: absolute;
  left: 25.5%;
  top: 11.4%;
}
#btn42_3{
  position: absolute;
  left: 17.5%;
  top: 81.4%;
}
#btn42_4{
  position: absolute;
  left: 22.5%;
  top: 81.4%;
}
#btn42_5{
  position: absolute;
  left: 65%;
  top: 65.5%;
}
#lxModel42_5 .model_area{
  top: 40%;
}
#btn44_1{
  position: absolute;
  left: 15.5%;
  top: 40.4%;
}
#btn44_2{
  position: absolute;
  left: 65%;
  top: 12.4%;
}
#btn44_3{
  position: absolute;
  left: 71.5%;
  top: 32.4%;
}
#btn44_4{
  position: absolute;
  left: 63.4%;
  top: 64%;
}
#sysModel44_4 .model_area{
  top: 44%;
}
#sysModel44_4 a{
  position: absolute;
  top: 17%;
  left: 56.5%;
  font-weight: bold;
  font-size: 35px;
  color: #333;
  transition: 0.5s;
  
}
#sysModel44_4 a:hover{
  color: #fa971e;
}
#btn44_5{
  position: absolute;
  left: 74.4%;
  top: 76.4%;
}
#btn44_6{
  position: absolute;
  left: 79.4%;
  top: 76.4%;
}
#btn46_1{
  position: absolute;
  left: 65%;
  top: 77.2%;
}
#lxModel46_1 .model_area{
  top: 40%;
}
#btn48_1{
  position: absolute;
  left: 15.5%;
  top: 40.5%;
}
#btn48_2{
  position: absolute;
  left: 65%;
  top: 12.7%;
}
#btn48_3{
  position: absolute;
  left: 73%;
  top: 28.9%;
}
#btn48_4{
  position: absolute;
  left: 78%;
  top: 28.9%;
}
#btn50_1{
  position: absolute;
  left: 24%;
  top: 11.5%;
}
#btn50_2{
  position: absolute;
  left: 29%;
  top: 11.5%;
}
#btn50_3{
  position: absolute;
  left: 20%;
  top: 49.5%;
}
#btn50_4{
  position: absolute;
  left: 25%;
  top: 49.5%;
}
#btn50_5{
  position: absolute;
  left: 16%;
  top: 77%;
}
#btn50_6{
  position: absolute;
  left: 52.5%;
  top: 30.7%;
}
#btn50_7{
  position: absolute;
  left: 86.3%;
  top: 45.2%;
}
#btn50_8{
  position: absolute;
  left: 91%;
  top: 72.5%;
}
#btn50_9{
  position: absolute;
  left: 96%;
  top: 72.5%;
}
#btn52_1{
  position: absolute;
  left: 15.5%;
  top: 36.8%;
}
#btn52_2{
  position: absolute;
  left: 65%;
  top: 12.5%;
}
#btn52_3{
  position: absolute;
  left: 63.5%;
  top: 67.5%;
}
#btn52_4{
  position: absolute;
  left: 69.2%;
  top: 80.5%;
}
#btn54_1{
  position: absolute;
  left: 14.4%;
  top: 51.5%;
}
#btn54_2{
  position: absolute;
  left: 15.6%;
  top: 63.3%;
}
#btn54_3{
  position: absolute;
  left: 65.6%;
  top: 50.5%;
}
#lxModel54_3 .show_input{
  left: 36.7%;
  top: 29.8%;
}
#lxModel54_3 .show_input:nth-child(2){
  left: 36.7%;
  top: 54.2%;
}
#lxModel54_3 .show_input:nth-child(3){
  left: 36.7%;
  top: 78.8%;
}
#lxModel54_3 .show_input:nth-child(n+4){
  left: 57.6%;
  top: 18%;
  width: 32%;
  height: 8%;
  text-align: left;
}
#lxModel54_3 .show_input:nth-child(5){
  top: 26.2%;
}
#lxModel54_3 .show_input:nth-child(6){
  top: 34.6%;
}
#lxModel54_3 .show_input:nth-child(7){
  top: 42%;
}
#lxModel54_3 .show_input:nth-child(8){
  top: 50.3%;
}
#lxModel54_3 .show_input:nth-child(9){
  top: 59.1%;
}
#lxModel54_3 .show_input:nth-child(10){
  top: 66.5%;
}
#lxModel54_3 .show_input:nth-child(11){
  top: 75%;
}
#lxModel54_3 .show_input:nth-child(12){
  top: 84%;
}
#lxModel54_3 .show_input:nth-child(13){
  left: 9.6%;
  top: 54.2%;
  width: 20%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

#lxModel54_3 .show_input:nth-child(13)::-webkit-input-placeholder{
  color: #fff;
} 
#lxModel54_3 .show_input:nth-child(13):-moz-placeholder{
  color: #fff;
}
#lxModel54_3 .show_input:nth-child(13)::-moz-placeholder{
  color: #fff;
}
#lxModel54_3 .show_input:nth-child(13):-ms-input-placeholder{
  color: #fff;
}
#btn56_1{
  position: absolute;
  left: 15.4%;
  top: 39.5%;
}
#btn56_2{
  position: absolute;
  left: 69.5%;
  top: 28.9%;
}
#btn58_1{
  position: absolute;
  left: 14%;
  top: 11%;
}
#btn58_2{
  position: absolute;
  left: 14.2%;
  top: 29.5%;
}
#btn58_3{
  position: absolute;
  left: 17.5%;
  top: 42%;
}
#btn58_4{
  position: absolute;
  left: 63.5%;
  top: 11.4%;
}
#sysModel58_4 .show_input{
  left: 37.2%;
  top: 31.2%;
  width: 52%;
  text-align: left;
}
#sysModel58_4 .show_input:nth-child(2){
  top: 41.2%;
}
#sysModel58_4 .show_input:nth-child(3){
  top: 51.2%;
}
#sysModel58_4 .show_input:nth-child(4){
  top: 61.2%;
}
#sysModel58_4 .show_input:nth-child(5){
  top: 71%;
}
#sysModel58_4 .show_input:nth-child(6){
  top: 80.8%;
}
#btn58_5{
  position: absolute;
  left: 69.3%;
  top: 26.8%;
}
#btn60_1{
  position: absolute;
  left: 14.5%;
  top: 11.5%;
}
#btn60_2{
  position: absolute;
  left: 16%;
  top: 26.7%;
}
#lxModel60_2 .show_input{
  text-align: left;
}
#lxModel60_2 .show_input:nth-child(1){
  left: 37%;
  top: 27%;
  width: 25%;
}
#lxModel60_2 .show_input:nth-child(2){
  left: 37%;
  top: 47%;
  width: 29%;
}
#lxModel60_2 .show_input:nth-child(3){
  left: 37%;
  top: 74%;
  width: 13%;
  text-align: center;
}
#lxModel60_2 .show_input:nth-child(n+4){
  left: 59%;
  top: 61.5%;
  width: 32%;
}
#lxModel60_2 .show_input:nth-child(5){
  top: 70.5%;
}
#lxModel60_2 .show_input:nth-child(6){
  top: 79.5%;
}
#lxModel60_2 .show_input:nth-child(7){
  left: 8.8%;
  top: 47.2%;
  width: 20%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

#lxModel60_2 .show_input:nth-child(7)::-webkit-input-placeholder{
  color: #fff;
} 
#lxModel60_2 .show_input:nth-child(7):-moz-placeholder{
  color: #fff;
}
#lxModel60_2 .show_input:nth-child(7)::-moz-placeholder{
  color: #fff;
}
#lxModel60_2 .show_input:nth-child(7):-ms-input-placeholder{
  color: #fff;
}


#btn60_3{
  position: absolute;
  left: 65%;
  top: 36.9%;
}
#btn62_1{
  position: absolute;
  left: 20%;
  top: 25.8%;
}
#btn62_2{
  position: absolute;
  left: 14.2%;
  top: 72.2%;
}
#sysModel62_2 .search_btn{
  top: 48.2%;
  right: 14.9%;
}
#sysModel62_2 .mouse{
  top: 58%;
  left: 77.7%;
}
#btn62_3{
  position: absolute;
  left: 20%;
  top: 82.2%;
}
#btn62_4{
  position: absolute;
  left: 63.4%;
  top: 35.4%;
}
#sysModel62_4 .search_btn{
  top: 52.5%;
}
#sysModel62_4 .mouse{
  top: 62%;
  left: 78.7%;
}
#btn62_5{
  position: absolute;
  left: 69%;
  top: 48.6%;
}
#btn62_6{
  position: absolute;
  left: 63.4%;
  top: 62%;
}
#btn64_1{
  position: absolute;
  left: 16%;
  top: 12.5%;
}
#btn64_2{
  position: absolute;
  left: 16%;
  top: 50.7%;
}
#lxModel64_2 .search_btn{
  top: 52.5%;
}
#lxModel64_2 .mouse{
  top: 62%;
}
@media (max-width:1600px) {
  #video12_4 .player_video{
    font-size: 1.75vw;
    letter-spacing: 0.1875vw;
    border: 0.25vw solid #fff;
  }
  #lxModel60_2 .show_input:nth-child(7),#lxModel54_3 .show_input:nth-child(13){
    font-size: 1.875vw;
  }
  #sysModel44_4 a{
    font-size: 2.1875vw;
  }
}
.pageBox_fm p {
  position: absolute;
  font-size: 0;
  width: 13.8vh;
  left: -999px;
  bottom: 4.5%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageBox_fm p:nth-child(2) {
  bottom: 0%;
}
.pageBox_fm p a {
  display: block;
  position: absolute;
  font-size: 0;
  width: 92%;
  height: 67%;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -ms-transform 0.4s ease-in-out;
  -ms-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.pageBox_fm p img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -ms-transform 0.4s ease-in-out;
  -ms-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.pageBox_fm p a:hover,
.pageBox_fm p a:hover + img {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.pageBox_ml a {
  position: absolute;
  font-size: 0;
  width: 26%;
  height: 2.7%;
  left: 64.5%;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pageBox_ml a:hover {
  border-color: #429ce3;
  box-shadow: 3px 3px 10px rgba(66,156,227,.1);
  background: rgba(66,156,227,.1);
}
.pageBox_ml .unit{
  width: 33.5%;
  height: 2.7%;
  left: 57%;
}
.pageBox_ml a:nth-child(1) {
  top: 23.2%;
}
.pageBox_ml a:nth-child(2) {
  top: 27.4%;
}
.pageBox_ml a:nth-child(3) {
  top: 30.6%;
}
.pageBox_ml a:nth-child(4) {
  top: 33.8%;
}
.pageBox_ml a:nth-child(5) {
  top: 38.3%;
}
.pageBox_ml a:nth-child(6) {
  top: 42.4%;
}
.pageBox_ml a:nth-child(7) {
  top: 45.6%;
}
.pageBox_ml a:nth-child(8) {
  top: 48.8%;
}
.pageBox_ml a:nth-child(9) {
  top: 52%;
}
.pageBox_ml a:nth-child(10) {
  top: 55.1%;
}
.pageBox_ml a:nth-child(11) {
  top: 59.7%;
}
.pageBox_ml a:nth-child(12) {
  top: 63.8%;
}
.pageBox_ml a:nth-child(13) {
  top: 66.9%;
}
.pageBox_ml a:nth-child(14) {
  top: 70.1%;
}
.pageBox_ml a:nth-child(15) {
  top: 73.3%;
}
.pageBox_ml a:nth-child(16) {
  top: 77.7%;
}
.pageBox_ml a:nth-child(17) {
  top: 81.9%;
}
.pageBox_ml a:nth-child(18) {
  top: 85.1%;
}
.pageBox_ml a:nth-child(19) {
  top: 88.3%;
}







/* 新增 */

/* 小博士 */

.xbs{
  width: 15.625vw;
  position: fixed;left: 0;
  bottom: 0;z-index: 5;
  pointer-events: none;
}

@media (max-width:1920px) {
    
  .b_nav .group {
    width: 10.4vw;
    height: 4.16vw;
    border-radius: 3vw;
    font-size: 1.25vw;
    margin: 0 20px;
  }

  .b_nav .group .confirm {
    width: 3.33vw;
    height: 3.33vw;
    border-radius: 3vw;
  }

  .b_nav .group span {
    padding: 0 0.5vw;
  }

  .b_nav .minText{
    margin-right: 0.5vw;
  }

  .b_nav .group .directory{
    margin-right: 0.1vw;
    height: auto;
    width: 1.4vw;

  }

  .b_nav .group2 span {
    width: 3.4vw;
    font-size: 1.45vw;
  }

  .b_nav .group input {
    width: 2.5vw;
    height: 2vw;
    font-size: 1.45vw;
  }

  .wrapper_i .fixed{
    width: 7.3vw;
    height: 3.54vw;
    border-radius: 3vw;
    font-size: 1.25vw;
    line-height: 3.54vw;
  }

}
