.hero-frame {
  position: relative;
  left: 50%;
  width: 314px;
  height: 399px;
  margin-left: -157px;
  background-image: url('../imgs/mobile.svg');
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.heroContent {
  display: none;
  width:270px;
  height:328px;
  margin-left: -135px;
  margin-top: 32px;
  position: absolute;
  left: 50%;
}
.si-title {
  margin-top: 8px;
  font-size: 1.2em;
}
.slide-item {
  padding: 0 16px;
}
.bullet-num {
  font-size: 2.0em;
  padding-right: 12px;
}
.slide-ipic {
  width: 50px;
  height: 60px;
}
.si-sub-bag {
  position: relative;
  top: -12px;
  width:90%;
  box-sizing: border-box;
  padding: 4px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.si-sub {
  margin: auto;
  color: white;
  display: none;
}
.qz-title {
padding:0px 12px;
margin: 4px 12px;
}

.showContent {
display: block;
}
.contentLeft {
text-align: left;
}
.contentCenter {
text-align: center;
}
.contentRight {
text-align: right;
}
.hr-answerBlock {
padding-left: 32px;
}
/* .hr-buttons {
margin-right: 16px;
} */

.hr-live {
margin: auto;
}
#hr-demo {
width: 100px;
height: 45px;
margin-left: 16px;
box-sizing: border-box;
border: 2px solid;
}
#hr-code {
position: relative;
width: 260px;
height: 170px;
border: 1px solid;
}
#hr-code-btn {
position: absolute;
bottom: 0;
right: 0;
display: block;
}
#hr-result {
position: relative;
padding: 4px;
height: 25px;
width: 100%;
}
.my-cursor {
display: none;
position: absolute;
left: 12px;
top: 0;
width: 12px;
height: auto;
}
label {
position: relative;
}
button{
position: relative;
font-size: 13px;
}
.marked {
display: none;
position: absolute;
top: 0;
left: 0;
}
#result-text{
display: none;
}

#hr-play:hover {
-webkit-filter: drop-shadow( 2px 2px 2px  #000 );
        filter: drop-shadow( 2px 2px 2px #000 );
}
#hr-play {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 64px;
height: 64px;
}
.my-orange{color:#000000;background-color:#CF5C36;}
/* .but-link {
  margin-bottom: 36px;
} */
.link-padding {
  padding:36px 24px;
}

.button-space {
padding-left: 24px;
padding-right: 24px;
}
.tText {
padding: 48px;
font-size: 2em;
border: 1px solid red;
}
.tTexts{
display: inline-block;
padding-left: 48px;
padding-right: 48px;
}

@media only screen and (min-width:745px){
      .main-left {
        padding: 86px 0px;
      }
    .hero-frame {
      margin-left: -325px;
      width: 650px;
      height: 543px;
      background-image: url('../imgs/desktop.svg');
    }
    .heroContent {
      width: 596px;
      height: 390px;
      margin-left: -296px;
      margin-top: 26px;
    }
    .si-title {
      margin-top: 32px;
      font-size: 1.5em;
    }
    .slide-item {
      display: inline-block;
    }
    .slide-ipic{
      width: 100px;
      height: auto;
    }
    .bullet-num {
      font-size: 2.5em;
      padding-right: 12px;
    }

    .si-sub-bag {
      top: 48px;
      width:60%;
    }
    .qz-title {
      padding:12px;
      margin-left:16px;
      margin-right:16px;
    }
    .hr-live {
      display: inline-block;
      vertical-align: middle;
    }
    #hr-demo {
      height: 50px;
    }
    #hr-code {
      width: 300px;
      height: 200px;
    }
    #hr-result {
      height: 50px;
    }
    .tools {
      display: inline-block;
      vertical-align: middle;
    }
    .tTexts{
      display: block;
    }
    .tText {
      margin-left: 50px;
    }

}
.btn-pad-s {
  padding: 4px 8px;
}

.stack {
  margin: 90px auto;
  max-width: 100%;
  width: 500px;
  height: auto;
	padding: 0px;
	position: relative;
}

.stack img {
  max-width: 100%;
  /* width: 500px; */
  height: auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.5s;
  outline: 1px solid transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.stack-spread img:nth-child(2) {

	-webkit-transform: translate(0px,0px);
	transform: translate(0px,0px);
}

.stack-spread img:nth-child(3) {
  position: relative;
	-webkit-transform: translate(-90px,90px);
	transform: translate(-90px,90px);
}

.stack-spread img:first-child {

	-webkit-transform: translate(60px,-90px);
	transform: translate(60px,-90px);
}

@media (max-width: 500px) {
  .stack-spread img:nth-child(2) {
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
  
  .stack-spread img:nth-child(3) {
    position: relative;
    -webkit-transform: translate(-45px,45px);
    transform: translate(-45px,45px);
  }
  
  .stack-spread img:first-child {
  
    -webkit-transform: translate(40px,-40px);
    transform: translate(40px,-40px);
  }
}

@media (min-width: 1500px) {
  .stack {
    width: 750px;
  }
  .stack img {
    width: 750px;
  }
}

#beianContainer {
  text-align: right;
  /* margin-top: 26px; */
  padding: 12px 12px 0px 12px;
  color: grey;
}