.container-fluid {
  margin: 0;
  padding: 0;
  background-color: #f3f6f9;
  display: none;
  padding-bottom: 20px;
}
div{
  box-sizing: border-box;
}
.block {
  display: block;
}

.center {
	width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 !important;
	flex-wrap: wrap;
}

.body-content {
  padding: 0;

}
 #product2 .body-content{
	display: flex;
    justify-content: flex-end;
}
.body-content>div {
  width: 90.5%;
}
 #product2 #body-content-right{
	justify-content: center;
	align-items: flex-start;
}
#body-content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.body-content-text {
  margin-top: 5.8%;
  overflow: hidden;
}

.body-content-text>.text>ul {
  width: 90%;
  margin-left: 0;
  padding-left: 4%;
  margin-bottom: 0;
}
.body-content-text>.text>ul>li{
  list-style-type:none;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
  word-break:keep-all;
  white-space:nowrap;
}
.body-content-text>.text>ul>li>img{
  width: 18px;
  margin-right: 5px;
}
.body-content-text-button>.button {
  width: 120px;
  height: 45px;
  border: 1px #3c3c3c solid;
  background-color: #fff;
  color: black;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  /* animation-name: mybutton; */
  animation-duration: 1.5s;
  font-size: 14px;
}
.body-content-text-button>.button>a{
  width: 60%;
  display: block;
  text-align: center;
  margin: auto;
}
.body-content-text-button>.button>a>img{
  margin-right: 15%;
}
.body-content-text-button {
  display: flex;
  margin-top: 25px;
  margin-bottom: 5%;
}

.body-content-text>.text {
  position: relative;
 /*  animation-name: mytext; */
  animation-duration: 1.5s;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 25px;
}
.body-content-text>.text>p{
  font-size: 18px;
  font-weight: 900;
  text-indent: 2em;
}
.text>ul>li {
  line-height: 24px;
  font-size: 14px;
}

.body-content-text>#p {
  position: relative;
  /* animation-name: mytext; */
  animation-duration: 1s;
}

.body-content-text>#p>span {
  font-size: 14px;
  float: right;
}
.body-content-text>#p>span>img{
	display:none;
}
.body-content-text>#p>span>b {
  font-size: 16px;
  color: red;
}

.body-content-text>#pp {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  /* animation-name: mytext; */
  animation-duration: 1.2s;
  margin-bottom: 4%;
  text-indent: 2em;
}
.body-content-text p:nth-child(3){
  margin-bottom: 0% !important;
}
#pp>span {
  text-indent: 2em;
}

.body-content-button {
  width: 93% !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-top: 1.4rem;
}

.body-content-button>div {
      width: auto;
    height: 32px;
    border: 1px solid #5c5c5d;
    /* border-top: none; */
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
}

@keyframes body-content-button {
  from {
    top: -200px;
  }

  to {
    top: 0px;
  }
}

.body-content-button-ac {
  background-color: #5c5c5d;
  color: #fff;
}

.body-content-button>div:hover {
  background-color: #5c5c5d;
  color: #fff;
}

.body-content-img {
  overflow: hidden;
  width: 93% !important;
  text-align: center;
  float: right;
}

.body-content-img img:hover {
  transform: scale(1.1);
}

.body-content-img>img {
  width: 100%;
  max-height: 400px;
  transform: scale(1);
  transition: all 0.6s;
  animation-name: myimg;
  animation-duration: 1.5s;
  position: relative;
}

@keyframes mybutton {
  from {
    bottom: -200px;
  }

  to {
    bottom: 0px;
  }
}

@keyframes myimg {
  from {
    bottom: -500px;
  }

  to {
    bottom: 0px;
  }
}

@keyframes mytext {
  from {
    bottom: -300px;
  }

  to {
    bottom: 0px;
  }
}

@media screen and (max-width:991px) {
  #product2 .center {
    flex-direction: column-reverse;
  }

  .body-content-button {
    float: none !important;
  }

  .body-content-img {
    float: none !important;
    margin: auto;
    margin-top: 2%;
  }

  .body-content-text {
    float: none !important;
    margin: auto !important;
  }

  .body-content-text-button {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .body-content-text>#pp {
    margin-bottom: 3%;
  }

  #body-content-right {
    margin-bottom: 5%;
  }


  .Rotation-left p:nth-child(odd) {
    font-size: 20px;
  }

  .Rotation-left p:nth-child(2) {
    font-size: 28px !important;
  }

  .Rotation-text {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .Rotation-right p {
    font-size: 14px;
  }
}

@media screen and (max-width:842px) {
  .Rotation-left p:nth-child(odd) {
    font-size: 16px;
  }

  .Rotation-left p:nth-child(2) {
    font-size: 22px !important;
  }

  .Rotation-right {
    padding-top: 0;
  }

  .Rotation-right p {
    font-size: 12px;

  }

  .Navigation-right span {
    font-size: 12PX;
  }
}