.session_1 {
  width: 1482px;
  margin: 0 auto;
}
.session_1 .product {
  width: 100%;
}
.session_1 .product .info {
  font-size: 26px;
  line-height: 45px;
  text-align: justify;
}
.session_1 .product .list {
  display: flex;
  padding: 100px 0;
}
.session_1 .product .list .item {
  display: flex;
  width: 477px;
  height: 655px;
  box-shadow: 0 0 20px #ccc;
  background-color: #eaeef1;
  border-radius: 40px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0s;
}
.session_1 .product .list .item .item2 {
  align-items: center;
  width: 477px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 40px;
}
.session_1 .product .list .item .item2 .title {
  font-size: 60px;
  color: #777777;
  text-align: center;
  margin: 30px 0 0px 0;
}
.session_1 .product .list .item .item2 img {
  width: 380px;
}
.session_1 .product .list .item .item2 a {
  width: 300px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fcdb42;
  color: #fff;
  border-radius: 46px;
  font-size: 22px;
}
.session_1 .product .list .item .item3 {
  display: none;
  margin-top: 50px;
  width: 0px;
  transition: all 0s;
}
.session_1 .product .list .item .item3 a {
  font-size: 40px;
  color: #777777;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.session_1 .product .list .item .item3 a:hover {
  color: #fcdb42;
}
.session_1 .product .list .on {
  flex: 1;
  box-shadow: 0 0 10px #fff inset, 0 0 20px #ccc;
}
.session_1 .product .list .on .item3 {
  display: block;
  flex: 1;
  margin-left: 50px;
}
.session_1 .prolist {
  width: 100%;
}
.session_1 .prolist .title {
  font-size: 60px;
  margin-bottom: 30px;
  color: #777777;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.session_1 .prolist .title::before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  background: #fcdb42;
  border-radius: 50%;
  margin-right: 20px;
}
.session_1 .prolist .itemlist {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.session_1 .prolist .itemlist .item {
  width: 30%;
  display: flex;
  border: 1px solid #fff;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 10px #dadada;
  color: #777777;
  margin-bottom: 20px;
  margin-right: 30px;
}
.session_1 .prolist .itemlist .item img {
  width: 100%;
}
.session_1 .prolist .itemlist .item div {
  margin: 30px 0;
  font-size: 22px;
  line-height: 14px;
}
.session_1 .prolist .itemlist .item div b {
  font-weight: 400;
  color: #000;
}
.session_1 .prolist .itemlist .item div p {
  line-height: 30px;
}
.session_1 .prolist .itemlist .item span {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #fcdb42;
  color: #fff;
  border-radius: 46px;
  font-size: 22px;
}
.session_1 .prolist .itemlist .item:hover {
  border: 1px solid #dadada;
  color: #fbdb42;
}
.session_1 .showpro {
  width: 100%;
  box-shadow: 0 0 20px #ccc;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 100px;
}
.session_1 .showpro .pic {
  width: 100%;
  display: flex;
}
.session_1 .showpro .pic .mySwiper {
  width: 165px;
  position: relative;
}
.session_1 .showpro .pic .mySwiper .swiper-button-next2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.session_1 .showpro .pic .mySwiper .swiper-button-next2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: 0px solid transparent;
}
.session_1 .showpro .pic .mySwiper .swiper-button-prev2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.session_1 .showpro .pic .mySwiper .swiper-button-prev2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #fff;
}
.session_1 .showpro .pic .mySwiper .swiper-wrapper {
  width: 165px;
  height: 662px;
  display: flex;
  flex-direction: column;
}
.session_1 .showpro .pic .mySwiper .swiper-wrapper .swiper-slide {
  width: 165px !important;
  height: 165px;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.session_1 .showpro .pic .mySwiper .swiper-wrapper img {
  width: 80%;
}
.session_1 .showpro .pic .mySwiper2 {
  width: 662px;
  height: 662px;
  border: 1px solid #dedede;
  margin-left: 14px;
}
  .session_1 .showpro .pic .mySwiper2 img {
    width: 100%;
  }
.session_1 .showpro .pic .info {
  flex: 1;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 100px;
  line-height: 20px;
}
.session_1 .showpro .pic .info p {
  font-size: 20px;
  color: #777777;
  line-height: 30px;
}
.session_1 .showpro .pic .info p:nth-child(1) {
  font-size: 60px;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  color: #000;
}
.session_1 .showpro .pic .info p:nth-child(2) {
  font-size: 20px;
  color: #000;
}
.session_1 .showpro .info2 {
  margin-top: 50px;
  font-size: 22px;
  color: #7f7f7f;
  line-height: 40px;
}
.session_1 .showpro .table {
  width: 100%;
}
.session_1 .showpro .table .title {
  font-size: 22px;
  background: #fbdb42;
  box-sizing: border-box;
  padding: 5px 20px;
  margin: 10px 0;
  margin-top: 50px;
}
.session_1 .showpro .table .info {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 22px;
}
.session_1 .showpro .table .info img{
  max-width: 100%;
}

.session_1 .showpro .table .info table tr td {
  padding-bottom: 20px;
  color: #7f7f7f;
}
.session_1 .showpro .table .info table tr td:nth-child(1) {
  width: 450px;
}
.session_1 .showpro .table .info .item {
  font-size: 22px;
  display: flex;
  margin-bottom: 20px;
}
.session_1 .showpro .table .info .item div:nth-child(1) {
  width: 450px;
}
.session_1 .showpro .table .download {
  width: 100%;
}
.session_1 .showpro .table .download .item {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .session_1 {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .session_1 .product {
    width: 100%;
  }
  .session_1 .product .info {
    font-size: 20px;
  }
  .session_1 .product .list {
    display: flex;
    padding: 100px 0;
  }
  .session_1 .product .list .item {
    display: flex;
  }
  .session_1 .product .list .item .item2 .title {
    font-size: 40px;
    margin: 30px 0 0px 0;
  }
  .session_1 .product .list .item .item2 a {
    width: 300px;
    font-size: 18px;
  }
  .session_1 .product .list .item .item3 a {
    font-size: 40px;
  }
  .session_1 .product .list .item .item3 a:hover {
    color: #fcdb42;
  }
  .session_1 .product .list .on {
    flex: 1;
    box-shadow: 0 0 10px #fff inset, 0 0 20px #ccc;
  }
  .session_1 .product .list .on .item3 {
    display: block;
    flex: 1;
  }
  .session_1 .prolist {
    width: 100%;
  }
  .session_1 .prolist .title {
    font-size: 60px;
    margin-bottom: 30px;
    color: #777777;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .session_1 .prolist .title::before {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background: #fcdb42;
    border-radius: 50%;
    margin-right: 20px;
  }
  .session_1 .prolist .itemlist {
    display: flex;
    margin-bottom: 30px;
  }
  .session_1 .prolist .itemlist .item {
    width: 30%;
    display: flex;
    border: 1px solid #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px #dadada;
    color: #777777;
  }
  .session_1 .prolist .itemlist .item img {
    width: 100%;
  }
  .session_1 .prolist .itemlist .item div {
    margin: 30px 0;
    font-size: 22px;
    line-height: 14px;
  }
  .session_1 .prolist .itemlist .item div b {
    font-weight: 400;
    color: #000;
  }
  .session_1 .prolist .itemlist .item span {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 46px;
    font-size: 22px;
  }
  .session_1 .prolist .itemlist .item:hover {
    border: 1px solid #dadada;
    color: #fbdb42;
  }
  .session_1 .showpro {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 100px;
  }
  .session_1 .showpro .pic {
    width: 100%;
    display: flex;
  }
  .session_1 .showpro .pic .mySwiper {
    width: 165px;
    position: relative;
  }
  .session_1 .showpro .pic .mySwiper .swiper-button-next2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .session_1 .showpro .pic .mySwiper .swiper-button-next2::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 0px solid transparent;
  }
  .session_1 .showpro .pic .mySwiper .swiper-button-prev2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .session_1 .showpro .pic .mySwiper .swiper-button-prev2::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 10px solid #fff;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper {
    width: 165px;
    height: 662px;
    display: flex;
    flex-direction: column;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper .swiper-slide {
    width: 165px !important;
    height: 165px;
    box-sizing: border-box;
    border: 1px solid #dedede;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper img {
    width: 80%;
  }
  .session_1 .showpro .pic .mySwiper2 {
    width: 600px;
    height: 662px;
    border: 1px solid #dedede;
    margin-left: 14px;
  }
  .session_1 .showpro .pic .info {
    flex: 1;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 30px;
    line-height: 20px;
  }
  .session_1 .showpro .pic .info p {
    font-size: 18px;
    color: #777777;
  }
  .session_1 .showpro .pic .info p:nth-child(1) {
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #000;
  }
  .session_1 .showpro .pic .info p:nth-child(2) {
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
  }
  .session_1 .showpro .info2 {
    margin-top: 50px;
    font-size: 22px;
    color: #7f7f7f;
    line-height: 40px;
  }
  .session_1 .showpro .table {
    width: 100%;
  }
  .session_1 .showpro .table .title {
    font-size: 22px;
    background: #fbdb42;
    box-sizing: border-box;
    padding: 5px 20px;
    margin: 10px 0;
    margin-top: 50px;
  }
  .session_1 .showpro .table .info {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .session_1 .showpro .table .info .item {
    font-size: 22px;
    display: flex;
    margin-bottom: 20px;
  }
  .session_1 .showpro .table .info .item div:nth-child(1) {
    width: 450px;
  }
  .session_1 .showpro .table .download {
    width: 100%;
  }
  .session_1 .showpro .table .download .item {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .session_1 {
    width: 100%;
    margin: 0 auto;
  }
  .session_1 .product {
    width: 100%;
  }
  .session_1 .product .info {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
  }
  .session_1 .product .list {
    display: flex;
    padding: 100px 0;
  }
  .session_1 .product .list .item {
    display: flex;
    width: 350px;
    height: 400px;
    box-shadow: 0 0 20px #ccc;
    background-color: #eaeef1;
    border-radius: 30px;
    margin-right: 30px;
    overflow: hidden;
  }
  .session_1 .product .list .item .item2 {
    align-items: center;
    width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 30px;
  }
  .session_1 .product .list .item .item2 .title {
    font-size: 30px;
    color: #777777;
    text-align: center;
    margin: 30px 0 0px 0;
  }
  .session_1 .product .list .item .item2 img {
    width: 60%;
  }
  .session_1 .product .list .item .item2 a {
    width: 300px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 46px;
    font-size: 18px;
  }
  .session_1 .product .list .item .item3 {
    display: none;
    margin-left: 60px;
    margin-top: 50px;
    width: 0px;
  }
  .session_1 .product .list .item .item3 a {
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  .session_1 .product .list .item .item3 a:hover {
    color: #fcdb42;
  }
  .session_1 .product .list .on {
    flex: 1;
    box-shadow: 0 0 10px #fff inset, 0 0 20px #ccc;
  }
  .session_1 .product .list .on .item3 {
    display: block;
    flex: 1;
  }
  .session_1 .prolist {
    width: 100%;
  }
  .session_1 .prolist .title {
    font-size: 26px;
    margin-bottom: 30px;
    color: #777777;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .session_1 .prolist .title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #fcdb42;
    border-radius: 50%;
    margin-right: 20px;
  }
  .session_1 .prolist .itemlist {
    display: flex;
    margin-bottom: 30px;
  }
  .session_1 .prolist .itemlist .item {
    width: 30%;
    display: flex;
    border: 1px solid #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px #dadada;
    color: #777777;
  }
  .session_1 .prolist .itemlist .item img {
    width: 100%;
  }
  .session_1 .prolist .itemlist .item div {
    margin: 30px 0;
    font-size: 18px;
    line-height: 14px;
  }
  .session_1 .prolist .itemlist .item div b {
    font-weight: 400;
    color: #000;
  }
  .session_1 .prolist .itemlist .item span {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 38px;
    font-size: 18px;
  }
  .session_1 .prolist .itemlist .item:hover {
    border: 1px solid #dadada;
    color: #fbdb42;
  }
  .session_1 .showpro {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 100px;
  }
  .session_1 .showpro .pic {
    width: 100%;
  }
  .session_1 .showpro .pic .mySwiper {
    width: 100px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper {
    width: 100px;
    height: 400px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper .swiper-slide {
    width: 100px !important;
    height: 100px;
    text-align: center;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper img {
    width: 90%;
  }
  .session_1 .showpro .pic .mySwiper2 {
    width: 460px;
    height: 400px;
    margin-left: 14px;
  }
  .session_1 .showpro .pic .mySwiper2 img {
    width: 90%;
  }
  .session_1 .showpro .pic .info {
    padding: 20px;
    padding-right: 0;
    line-height: 20px;
  }
  .session_1 .showpro .pic .info p {
    font-size: 18px;
  }
  .session_1 .showpro .pic .info p:nth-child(1) {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .session_1 .showpro .pic .info p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .session_1 .showpro .info2 {
    margin-top: 50px;
    font-size: 22px;
    color: #7f7f7f;
    line-height: 40px;
  }
  .session_1 .showpro .table {
    width: 100%;
  }
  .session_1 .showpro .table .title {
    font-size: 22px;
    background: #fbdb42;
    box-sizing: border-box;
    padding: 5px 20px;
    margin: 10px 0;
    margin-top: 50px;
  }
  .session_1 .showpro .table .info {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .session_1 .showpro .table .info .item {
    font-size: 22px;
    display: flex;
    margin-bottom: 20px;
  }
  .session_1 .showpro .table .info .item div:nth-child(1) {
    width: 450px;
  }
  .session_1 .showpro .table .download {
    width: 100%;
  }
  .session_1 .showpro .table .download .item {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .session_1 {
    width: 100%;
    margin: 0 auto;
  }
  .session_1 .product {
    width: 100%;
  }
  .session_1 .product .info {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
  }
  .session_1 .product .list {
    display: flex;
    padding: 100px 0;
  }
  .session_1 .product .list .item {
    display: flex;
    width: 280px;
    height: 400px;
    box-shadow: 0 0 20px #ccc;
    background-color: #eaeef1;
    border-radius: 20px;
    margin-right: 30px;
    overflow: hidden;
  }
  .session_1 .product .list .item .item2 {
    align-items: center;
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
  }
  .session_1 .product .list .item .item2 .title {
    font-size: 26px;
    color: #777777;
    text-align: center;
    margin: 30px 0 0px 0;
  }
  .session_1 .product .list .item .item2 img {
    width: 60%;
  }
  .session_1 .product .list .item .item2 a {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 36px;
    font-size: 16px;
  }
  .session_1 .product .list .item .item3 {
    display: none;
    margin-left: 40px;
    margin-top: 50px;
    width: 0px;
  }
  .session_1 .product .list .item .item3 a {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  .session_1 .product .list .item .item3 a:hover {
    color: #fcdb42;
  }
  .session_1 .product .list .on {
    flex: 1;
    box-shadow: 0 0 10px #fff inset, 0 0 20px #ccc;
  }
  .session_1 .product .list .on .item3 {
    display: block;
    flex: 1;
  }
  .session_1 .prolist {
    width: 100%;
  }
  .session_1 .prolist .title {
    font-size: 26px;
    margin-bottom: 30px;
    color: #777777;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .session_1 .prolist .title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #fcdb42;
    border-radius: 50%;
    margin-right: 20px;
  }
  .session_1 .prolist .itemlist {
    display: flex;
    margin-bottom: 30px;
  }
  .session_1 .prolist .itemlist .item {
    width: 30%;
    margin-right: 20px;
    display: flex;
    border: 1px solid #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #dadada;
    color: #777777;
  }
  .session_1 .prolist .itemlist .item img {
    width: 100%;
  }
  .session_1 .prolist .itemlist .item div {
    margin: 30px 0;
    font-size: 18px;
    line-height: 14px;
  }
  .session_1 .prolist .itemlist .item div b {
    font-weight: 400;
    color: #000;
  }
  .session_1 .prolist .itemlist .item span {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 38px;
    font-size: 18px;
  }
  .session_1 .prolist .itemlist .item:hover {
    border: 1px solid #dadada;
    color: #fbdb42;
  }
  .session_1 .showpro {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 100px;
  }
  .session_1 .showpro .pic {
    width: 100%;
  }
  .session_1 .showpro .pic .mySwiper {
    width: 80px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper {
    width: 80px;
    height: 320px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper .swiper-slide {
    width: 80px !important;
    height: 80px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper img {
    width: 90%;
  }
  .session_1 .showpro .pic .mySwiper2 {
    width: 350px;
    border: 1px solid #dedede;
    margin-left: 14px;
  }
  .session_1 .showpro .pic .mySwiper2 img {
    width: 100%;
  }
  .session_1 .showpro .pic .info {
    padding-top: 20px;
    padding-left: 20px;
    line-height: 16px;
  }
  .session_1 .showpro .pic .info p {
    font-size: 14px;
  }
  .session_1 .showpro .pic .info p:nth-child(1) {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .session_1 .showpro .pic .info p:nth-child(2) {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
  }
  .session_1 .showpro .info2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .session_1 .showpro .table {
    width: 100%;
  }
  .session_1 .showpro .table .title {
    font-size: 18px;
    padding: 5px 20px;
    margin: 10px 0;
    margin-top: 30px;
  }
  .session_1 .showpro .table .info {
    width: 90%;
  }
  .session_1 .showpro .table .info .item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .session_1 .showpro .table .info .item div:nth-child(1) {
    width: 40%;
  }
  .session_1 .showpro .table .download {
    width: 100%;
  }
  .session_1 .showpro .table .download .item {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .location {
    font-size: 16px;
  }
  .session_1 {
    width: 100%;
    margin: 0 auto;
  }
  .session_1 .product {
    width: 100%;
  }
  .session_1 .product .info {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
  }
  .session_1 .product .list {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
  .session_1 .product .list .item {
    display: flex;
    width: 100%;
    height: 380px;
    box-shadow: 0 0 20px #ccc;
    background-color: #eaeef1;
    border-radius: 20px;
    margin-right: 0px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .session_1 .product .list .item .item2 {
    align-items: center;
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .session_1 .product .list .item .item2 .title {
    font-size: 26px;
    color: #777777;
    text-align: center;
    margin: 30px 0 0px 0;
  }
  .session_1 .product .list .item .item2 img {
    width: 70%;
  }
  .session_1 .product .list .item .item2 a {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 36px;
    font-size: 16px;
  }
  .session_1 .product .list .item .item3 {
    display: block;
    margin-left: 40px;
    margin-top: 50px;
    width: 0px;
  }
  .session_1 .product .list .item .item3 a {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  .session_1 .product .list .item .item3 a:hover {
    color: #fcdb42;
  }
  .session_1 .product .list .on {
    flex: 1;
    box-shadow: 0 0 10px #fff inset, 0 0 20px #ccc;
  }
  .session_1 .product .list .on .item3 {
    display: block;
    flex: 1;
  }
  .session_1 .prolist {
    width: 100%;
  }
  .session_1 .prolist .title {
    font-size: 26px;
    margin-bottom: 30px;
    color: #777777;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .session_1 .prolist .title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #fcdb42;
    border-radius: 50%;
    margin-right: 20px;
  }
  .session_1 .prolist .itemlist {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .session_1 .prolist .itemlist .item {
    width: 48%;
    display: flex;
    border: 1px solid #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px #dadada;
    color: #777777;
    margin-right: 0;
  }
  .session_1 .prolist .itemlist .item img {
    width: 100%;
  }
  .session_1 .prolist .itemlist .item div {
    margin: 10px 0;
    font-size: 18px;
    line-height: 14px;
  }
  .session_1 .prolist .itemlist .item div b {
    font-weight: 400;
    color: #000;
  }
  .session_1 .prolist .itemlist .item span {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 38px;
    font-size: 18px;
  }
  .session_1 .prolist .itemlist .item:hover {
    border: 1px solid #dadada;
    color: #fbdb42;
  }
  .session_1 .showpro {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 100px;
  }
  .session_1 .showpro .pic {
    width: 100%;
  }
  .session_1 .showpro .pic .mySwiper {
    width: 80px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper {
    width: 80px;
    height: 320px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper .swiper-slide {
    width: 80px !important;
    height: 80px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper img {
    width: 90%;
  }
  .session_1 .showpro .pic .mySwiper2 {
    width: 300px;
    border: 1px solid #dedede;
    margin-left: 14px;
  }
  .session_1 .showpro .pic .mySwiper2 img {
    width: 100%;
  }
  .session_1 .showpro .pic .info {
    padding-top: 20px;
    padding-left: 20px;
    line-height: 16px;
  }
  .session_1 .showpro .pic .info p {
    font-size: 14px;
  }
  .session_1 .showpro .pic .info p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .session_1 .showpro .pic .info p:nth-child(2) {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .session_1 .showpro .info2 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .session_1 .showpro .table {
    width: 100%;
  }
  .session_1 .showpro .table .title {
    font-size: 18px;
    padding: 5px 20px;
    margin: 10px 0;
    margin-top: 30px;
  }
  .session_1 .showpro .table .info {
    width: 90%;
  }
  .session_1 .showpro .table .info .item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .session_1 .showpro .table .info .item div:nth-child(1) {
    width: 40%;
  }
  .session_1 .showpro .table .download {
    width: 100%;
  }
  .session_1 .showpro .table .download .item {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .session_1 {
    width: 100%;
    margin: 0 auto;
  }
  .session_1 .product {
    width: 100%;
  }
  .session_1 .product .info {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }
  .session_1 .product .list {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
  .session_1 .product .list .item {
    display: flex;
    width: 100%;
    height: 380px;
    box-shadow: 0 0 20px #ccc;
    background-color: #eaeef1;
    border-radius: 20px;
    margin-right: 0px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .session_1 .product .list .item .item2 {
    align-items: center;
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .session_1 .product .list .item .item2 .title {
    font-size: 26px;
    color: #777777;
    text-align: center;
    margin: 30px 0 0px 0;
  }
  .session_1 .product .list .item .item2 img {
    width: 70%;
  }
  .session_1 .product .list .item .item2 a {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 36px;
    font-size: 16px;
  }
  .session_1 .product .list .item .item3 {
    display: block;
    margin-left: 40px;
    margin-top: 50px;
    width: 0px;
  }
  .session_1 .product .list .item .item3 a {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  .session_1 .product .list .item .item3 a:hover {
    color: #fcdb42;
  }
  .session_1 .product .list .on {
    flex: 1;
    box-shadow: 0 0 10px #fff inset, 0 0 20px #ccc;
  }
  .session_1 .product .list .on .item3 {
    display: block;
    flex: 1;
  }
  .session_1 .prolist {
    width: 100%;
  }
  .session_1 .prolist .title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #777777;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .session_1 .prolist .title::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fcdb42;
    border-radius: 50%;
    margin-right: 10px;
  }
  .session_1 .prolist .itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .session_1 .prolist .itemlist .item {
    width: 48%;
    margin-bottom: 20px;
    display: flex;
    border: 1px solid #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px #dadada;
    color: #777777;
  }
  .session_1 .prolist .itemlist .item img {
    width: 95%;
  }
  .session_1 .prolist .itemlist .item div {
    margin: 30px 0;
    font-size: 12px;
    line-height: 14px;
  }
  .session_1 .prolist .itemlist .item div b {
    font-weight: 400;
    color: #000;
  }
  .session_1 .prolist .itemlist .item span {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 38px;
    font-size: 14px;
  }
  .session_1 .prolist .itemlist .item:hover {
    border: 1px solid #dadada;
    color: #fbdb42;
  }
  .session_1 .showpro {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 100px;
  }
  .session_1 .showpro .pic {
    width: 100%;
    flex-wrap: wrap;
  }
  .session_1 .showpro .pic .mySwiper {
    width: 80px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper {
    width: 80px;
    height: 320px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper .swiper-slide {
    width: 80px !important;
    height: 80px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper img {
    width: 90%;
  }
  .session_1 .showpro .pic .mySwiper2 {
    width: 300px;
    border: 1px solid #dedede;
    margin-left: 14px;
  }
  .session_1 .showpro .pic .mySwiper2 img {
    width: 100%;
  }
  .session_1 .showpro .pic .info {
    padding-top: 20px;
    padding-left: 0px;
    line-height: 16px;
    width: 100%;
  }
  .session_1 .showpro .pic .info p {
    font-size: 14px;
  }
  .session_1 .showpro .pic .info p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .session_1 .showpro .pic .info p:nth-child(2) {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .session_1 .showpro .info2 {
    margin-top: 0px;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 30px;
  }
  .session_1 .showpro .table {
    width: 100%;
  }
  .session_1 .showpro .table .title {
    font-size: 16px;
    padding: 5px 20px;
    margin: 10px 0;
    margin-top: 20px;
  }
  .session_1 .showpro .table .info {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .session_1 .showpro .table .info .item {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .session_1 .showpro .table .info .item div:nth-child(1) {
    width: 50%;
  }
  .session_1 .showpro .table .download {
    width: 100%;
  }
  .session_1 .showpro .table .download .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .session_1 {
    width: 100%;
    padding: 10px;
  }
  .session_1 .product {
    width: 100%;
  }
  .session_1 .product .info {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }
  .session_1 .product .list {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
  }
  .session_1 .product .list .item {
    display: flex;
    width: 100%;
    height: 380px;
    box-shadow: 0 0 20px #ccc;
    background-color: #eaeef1;
    border-radius: 20px;
    margin-right: 0px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .session_1 .product .list .item .item2 {
    align-items: center;
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .session_1 .product .list .item .item2 .title {
    font-size: 20px;
    color: #777777;
    text-align: center;
    margin: 30px 0 0px 0;
  }
  .session_1 .product .list .item .item2 img {
    width: 90%;
  }
  .session_1 .product .list .item .item2 a {
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 36px;
    font-size: 14px;
  }
  .session_1 .product .list .item .item3 {
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    width: 0px;
  }
  .session_1 .product .list .item .item3 a {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }
  .session_1 .product .list .item .item3 a:hover {
    color: #fcdb42;
  }
  .session_1 .product .list .on {
    flex: 1;
    box-shadow: 0 0 10px #fff inset, 0 0 20px #ccc;
  }
  .session_1 .product .list .on .item3 {
    display: block;
    flex: 1;
  }
  .session_1 .prolist {
    width: 100%;
  }
  .session_1 .prolist .title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #777777;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .session_1 .prolist .title::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fcdb42;
    border-radius: 50%;
    margin-right: 10px;
  }
  .session_1 .prolist .itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .session_1 .prolist .itemlist .item {
    width: 48%;
    margin-bottom: 20px;
    display: flex;
    border: 1px solid #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 10px #dadada;
    color: #777777;
    margin-right: 0;
  }
  .session_1 .prolist .itemlist .item img {
    width: 100%;
  }
  .session_1 .prolist .itemlist .item div {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 14px;
  }
  .session_1 .prolist .itemlist .item div b {
    font-weight: 400;
    color: #000;
  }
    .session_1 .prolist .itemlist .item div p {
        line-height:20px;
    }
  .session_1 .prolist .itemlist .item span {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fcdb42;
    color: #fff;
    border-radius: 38px;
    font-size: 14px;
  }
  .session_1 .prolist .itemlist .item:hover {
    border: 1px solid #dadada;
    color: #fbdb42;
  }
  .session_1 .showpro {
    width: 100%;
    box-shadow: 0 0 20px #ccc;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .session_1 .showpro .pic {
    width: 100%;
    flex-wrap: wrap;
  }
  .session_1 .showpro .pic .mySwiper {
    width: 70px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper {
    width: 70px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper .swiper-slide {
    width: 70px !important;
    height: 70px;
  }
  .session_1 .showpro .pic .mySwiper .swiper-wrapper img {
    width: 100%;
  }
  .session_1 .showpro .pic .mySwiper2 {
    width: 300px;
    height: 300px;
    border: 1px solid #dedede;
    margin-left: 0px;
  }
  .session_1 .showpro .pic .mySwiper2 img {
    width: 100%;
  }
  .session_1 .showpro .pic .info {
    padding-top: 20px;
    padding-left: 0px;
    line-height: 16px;
    width: 100%;
  }
  .session_1 .showpro .pic .info p {
    font-size: 14px;
  }
  .session_1 .showpro .pic .info p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .session_1 .showpro .pic .info p:nth-child(2) {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .session_1 .showpro .info2 {
    margin-top: 0px;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
  }
  .session_1 .showpro .table {
    width: 100%;
  }
  .session_1 .showpro .table .title {
    font-size: 16px;
    background: #fbdb42;
    box-sizing: border-box;
    padding: 5px 20px;
    margin: 10px 0;
    margin-top: 10px;
  }
  .session_1 .showpro .table .info {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .session_1 .showpro .table .info .item {
    font-size: 14px;
    display: flex;
    margin-bottom: 20px;
  }
  .session_1 .showpro .table .info .item div:nth-child(1) {
    width: 50%;
  }
  .session_1 .showpro .table .info .item div:nth-child(2) {
    width: 50%;
  }
  .session_1 .showpro .table .download {
    width: 100%;
  }
  .session_1 .showpro .table .download .item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 20px;
  }
}
