.frame {
  background: url("../img/bg_first_screen_font.jpg") no-repeat center 1.28rem,
    url("../img/bg_main_compress_02.jpg") no-repeat left 13.34rem;
  background-size: 100%;
  max-width: 7.5rem;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.icon_arrow {
  width: 0.4rem;
  height: 0.25rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  display: block;
}

.icon_video {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 5.23rem;
  top: 5.5rem;
}

.btn_download {
  width: 2.6rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 10.9rem;
  margin-left: -1.25rem;
}
@media screen and (min-width:750px) and (max-width:2000px){
  .swiper-slide-next,.swiper-slide-prev{
    top:0!important;
    left: 0!important;
    right: 0!important;
  }
}
.swiper-container3{
  width: 7.5rem;
}
.swiper-container3 .swiper-slide-shadow-left{
  left: 1.2rem;
}
.swiper-container3 .swiper-slide-active{
  left: -0.38rem;
}
.swiper-container3 .swiper-slide-active .swiper-slide-shadow-left{
  display: none;
}
.swiper-container3 .swiper-slide-prev{
  /*right: -0.07rem;*/
  right: 1.21rem;
  transform: translate3d(0.65rem, -0.15rem, -2.17rem) rotateX(0deg) rotateY(65deg)!important;
}
.swiper-container3 .swiper-slide-next{
  left: 0.81rem;
  transform: translate3d(-0.44rem, -0.17rem, -2.17rem) rotateX(0deg) rotateY(-65deg)!important;
}
.swiper-container3 .swiper-slide-next,.swiper-container3 .swiper-slide-prev{
  top:0.08rem;
}
.swiper-container3 img.banner{
  width: 4.84rem;
}
.pad{
  padding: 0 0.3rem;
}
/*.swiper-slide img{*/
  /*width: 4.92rem;*/
  /*!*height: 4.3rem;*!*/
/*}*/
/*.swiper-slide-prev{*/
  /*position: relative;*/
  /*left: -0.9rem;*/
/*}*/
/*.swiper-slide-next{*/
  /*position: relative;*/
  /*right: -0.9rem;*/
/*}*/
/*.swiper-slide-active{*/
  /*left: -0.5rem;*/
/*}*/

.section a {
  display: block;
  width: 25%;
}

.section .section_img {
  width: 1.56rem;
  height: 1.96rem;
  display: block;
  margin: 0 auto;
}

.newFrame {
  font-size: 0.26rem;
  color: #cfaa59;
  margin-top: 0.3rem;
}
.swiperimg{
  width: 6.9rem;
}
.newFrame .more_new {
  display: flex;
  justify-content: flex-end;
}

.newFrame .more_new img {
  width: 0.9rem;
  height: 0.4rem;
}

.newFrame .new_middle {
  width: 5.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newFrame .new {
  justify-content: space-between;
  padding: 0.16rem 0;
}

.newFrame .new_right {
  color: #594424;
}

.img_title {
  width: 6.9rem;
  height: 0.7rem;
  display: block;
  margin: 0.8rem auto 0;
}

.img_general {
  width: 7.5rem;
  margin-bottom: 0.5rem;
  margin-left: -0.3rem;
}

.skillFrame {
  padding: 0.4rem 0.3rem 0.64rem 0.3rem;
  background: #8b67e1;
  color: #d5c5ff;
  font-size: 0.28rem;
  position: relative;
  border-radius: 0.06rem;
}

.skillFrame .skill span {
  font-size: 0.36rem;
  color: white;
}

.skillFrame .skillBorder {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-container2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-button-next {
  background: url("../img/arrow_right_normal.png") no-repeat;
  background-size: 100% 100%;
  width: 0.24rem;
  height: 0.46rem;
  z-index: 9;
  right: -0.5rem;
  top: 50%;
}

.swiper-button-prev {
  background: url("../img/arrow_left_normal.png") no-repeat;
  background-size: 100% 100%;
  width: 0.24rem;
  height: 0.46rem;
  z-index: 9;
  left: -0.5rem;
  top: 50%;
}

.swiper-container2 .avatar_general {
  width: 1.56rem;
  height: 1.96rem;
}

.appointFrame {
  height: 3.5rem;
  background: url("../img/bg_appoint.png") no-repeat;
  background-size: 100% 100%;
  font-size: 0.36rem;
  color: white;
  position: relative;
  margin-top: 1rem;
  padding: 0 0.15rem;
  padding-top: 1.5rem;
}

.appointFrame .appoint_gift {
  position: absolute;
  left: 0.25rem;
  top: -1rem;
}

.appointFrame .appoint_img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.2rem;
}

.appointFrame .appoint {
  margin-bottom: 0.24rem;
}

.appointFrame .appoint_left {
  width: 1.7rem;
  padding-right: 0.2rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: right;
  background: rgba(121, 90, 200, 0.5);
  border-radius: 0 0.06rem 0.06rem 0;
  margin-right: 0.1rem;
  font-size: 0.36rem;
}

.appointFrame .appoint_input {
  padding: 0.1rem;
  width: 3.8rem;
  height: 0.3rem;
  border-radius: 0.06rem;
}

.appointFrame .appoint_input::placeholder {
  color: #cfaa59;
  font-size: 0.3rem;
}

.appointFrame .btn_appointment {
  width: 2.5rem;
  height: 0.84rem;
  display: block;
  margin: 0.45rem auto 0;
}

.messageFrame {
  height: 11rem;
  background: url("../img/bg_message.png") no-repeat;
  background-size: 100% 100%;
  font-size: 0.36rem;
  color: white;
  position: relative;
  margin: 0.25rem 0 0.4rem;
  padding: 0.15rem;
}

.messageFrame .message_input {
  padding: 0.1rem;
  width: 3.8rem;
  height: 0.3rem;
  border-radius: 0.06rem;
  background: transparent;
  border: none;
  color: #cfaa59;
  position: absolute;
}

.messageFrame .message_textarea::placeholder,
.messageFrame .message_input::placeholder {
  color: #cfaa59;
  font-size: 0.3rem;
}

.messageFrame .message_textarea {
  width: 4.5rem;
  height: 5.5rem;
  padding: 0.12rem 0.1rem;
  border-radius: 0.06rem;
  background: transparent;
  border: none;
  color: #cfaa59;
  position: absolute;
}

.messageFrame .btn_certain {
  width: 2.5rem;
  height: 0.84rem;
  display: block;
  margin: 0.45rem auto 0;
  position: absolute;
  left: 50%;
  bottom: 1.8rem;
  transform: translateX(-50%);
}

.footer_img {
  width: 100%;
  max-width: 7.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  width: 100%;
  max-width: 7.5rem;
  /*height: 5rem;*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  color: #cfaa59;
  padding-bottom: 0.5rem;
}

.footer .iconFrame {
  font-size: 0.2rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-around;
}

.footer .iconFrame a {
  text-align: center;
  color: #cfaa59;
  /*margin: 0 0.35rem;*/
}

.footer .iconItem {
  width: 0.76rem;
  height: 0.76rem;
  display: block;
  /*margin-bottom: 0.1rem;*/
  margin: 0 auto .1rem;
}

.footer .server_text {
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 0.07rem;
}

.footer .footer_text {
  font-size: 0.2rem;
  text-align: center;
  margin-bottom: 0.07rem;
}
