﻿/* 首页每一块公共title */

.phone-title{
  font-size: 2.27rem;
  display: flex;
  /* color: #fff; */
  align-items: center;
  border-bottom: 0.09rem solid rgba(255,255,255,.6);
  margin-bottom: 0.6rem;
  margin-top: 0.3rem;}
.phone-title span:first-of-type{
  border-bottom: 0.18rem solid #F99B2C;
  transform: translateY(0.09rem);
  padding: 0.5rem 0;}
.phone-title span:last-of-type{
  font-size: 1.09rem;
  flex: 1;
  text-align: right;
  padding-right: 0.3rem;}
.phone-title span a{}
.phone-title img{
  width: 0.66rem;
  height: 1.12rem;}
/* 内容 */
.phone-center{
  /* padding:0 .94rem;
  background-color: #ad090b; 
  box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.32);*/
  margin-bottom: 2.39rem;
  background: #94070A;}
  /* 轮播 */
.phone-swp{
  margin: 0 auto;
  width: 29.18rem;
  height: 10.88rem;
  position: relative;
  background:url(../assets/image/banner/img1.jpg) ;
  background-size:100% 100%;
  background-position:center center;
  margin-top: 1rem;}
.phone-swp>span{
  display: inline-block;
  font-size: 30px;
  height: 30px;
  line-height: 25px;
  color: #fff;
  width: 25px;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  cursor: pointer;}
.phone-swp>span:nth-of-type(1){
  text-align: left;}
.phone-swp>span:nth-of-type(2){
  right: 0;
  text-align: right;}
.phone-swp #detail{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 1.81rem;
  line-height: 1.81rem;
  background-color: rgba(0,0,0,.3);
  text-align: center;
  font-size: 1.21rem;
  color: #fff;}
  /* item */
.phone-two .item{
  padding: .8rem 0;
  border-bottom: 0.09rem solid #666666;
  font-size: 1.3rem;
  
  /* color: #fff; */
  display: flex;
  justify-content: space-between;
  align-items: center;}
.phone-two .item img{
  width: 8px;
  height: auto;
  margin-right: 3px;}
.phone-one, .phone-two {
  background-color: #fff;
  padding: 0.94rem;}
.phone-two .item:last-of-type{
  border-bottom:0
;}
.phone-two .item a{
  /* color: #fff; */
  display: block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.phone-two {
  margin-top: 1.5rem;}
.title .left{
  width: 107px;
  font-size: 17px;}
.swp{
  max-width: 100%;
  min-width: 100%;}
.swiper-container{
  width: 100%;
  height: 14.5rem;}
.m-pot {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;}
.swiper-pagination-switch {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 16px;
  background: #F2F2F2;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;}
.swiper-active-switch {
  background: #94070A;}