.pc-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.pc-banner img {
    display: inherit;
    width: 100%;
    height: 100%;
}

.pc-banner .title {
    position: absolute;
    left: 20%;
    top: 20%;
    width: auto;
    height: auto;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

.pc-banner .desc {
    position: absolute;
    left: 20%;
    top: 40%;
    width: auto;
    height: auto;
    line-height: 1rem;
    font-size: .6rem;
    letter-spacing: 2px;
    color: #fff;
    text-align: left;
}

.mobile-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.mobile-banner img {
    display: inherit;
    width: 100%;
    height: 100%;
}

.banner a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.banner a div{
    position: absolute;
    top:1rem;
    left:2rem;
}
.banner a div h2{
    font-size: .36rem;
    color: #fff;
    margin: 0 0 .2rem;
}
.banner a div h1{
    font-size: .8rem;
    font-weight: bold;
    color: #ee0016;
    margin: 0 0 .5rem;
}
.banner a div p{
    font-size: .2rem;
    color: #9a9a9a;
    line-height: .55rem;
}
.banner a div p span{
    color: #ee0016;
    font-size: inherit;
}
.mobile-banner a div{
    left: 0;
    top:.5rem;
    width: 100%;
    text-align: center;
}
.mobile-banner a div small{
    display: none;
}
.mobile-banner a div h1{
    margin: 0 0 .3rem;
}
.mobile-banner a div b{
    display: block;
    margin:.2rem auto 0;
    width:4rem;
}

.fuwu {
  position: relative;
  width: 100%;
  height: 100%;
}

.fuwu .fuwu_container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}

.fuwu .fuwu_container h1 {
  margin: 0;
}

.fuwu .fuwu_container h1 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .5rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #000;
}

.fuwu .fuwu_container ul {
  margin: 0;
  margin-top: .5rem;
}

.fuwu .fuwu_container ul li {
  margin-bottom: .3rem;
}

.fuwu .fuwu_container ul li .fuwu_one {
  position: relative;
  width: 100%;
  height: auto;
}

.fuwu .fuwu_container ul li .fuwu_one .fuwu_title {
  display: inline-block;
  width: 100%;
  height: .6rem;
  margin: 0;
  line-height: .6rem;
  font-size: .3rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  color: #000;
  background: #F3CA54;
}

.fuwu .fuwu_container ul li .fuwu_one .fuwu_content {
  display: inline-block;
  width: 100%;
  height: 3rem;
  padding: 10% 5%;
  box-sizing: border-box;
  line-height: .3rem;
  font-size: .16rem;
  font-weight: 100;
  letter-spacing: 2px;
  color: #000;
  background: #EBEBEB;
}

.fuwu .fuwu_container ul li .fuwu_one a {
  position: absolute;
  display: block;
  width: 50%;
  height: .4rem;
  bottom: 10%;
  left: 25%;
  line-height: .4rem;
  font-size: .2rem;
  font-weight: 200;
  letter-spacing: 3px;
  text-align: center;
  color: #000;
  background: #F3CA54;
  border-radius: .2rem;
}

.youshi {
  position: relative;
  width: 100%;
  height: auto;
}

.youshi .youshi_container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20%;
  box-sizing: border-box;
}

.youshi .youshi_container h2 {
  margin: 0;
}

.youshi .youshi_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #000;
}

.youshi .youshi_container ul {
  margin: 0;
  margin-top: .5rem;
}

.youshi .youshi_container ul li {
  margin-bottom: .3rem;
}

.youshi .youshi_container ul li img {
  display: block;
  width: 40%;
  margin: auto;
}

.youshi .youshi_container ul li .youshi_title {
  display: inline-block;
  width: 100%;
  height: .4rem;
  margin-top: .2rem;
  line-height: .4rem;
  font-size: .25rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  color: #000;
}

.youshi .youshi_container ul li .youshi_desc {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .1rem;
  line-height: .3rem;
  font-size: .15rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: #000;
  text-align: left;
}

.huoban {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: .3rem;
}

.huoban .huoban_container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 20%;
    box-sizing: border-box;
}

.huoban .huoban_container h2 {
    margin: 0;
}

.huoban .huoban_container h2 span {
    display: inline-block;
    width: 100%;
    height: .5rem;
    margin-top: .4rem;
    line-height: .5rem;
    font-size: .4rem;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    columns: #000;
}

.huoban .huoban_container .content_photos {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    margin-top: .5rem;
}

.huoban .huoban_container .content_photos .photos_list {
    width: 100%;
    height: auto;
    margin: 0;
}

.huoban .huoban_container .content_photos .photos_list .photos_one:nth-child(1) img {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: .45rem;
    margin-bottom: .05rem;
}

.huoban .huoban_container .content_photos .photos_list .photos_one:nth-child(2) img {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: .5rem;
    margin-bottom: .05rem;
}

.huoban .huoban_container .content_photos .photos_list .photos_one:nth-child(3) img {
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-top: .5rem;
    margin-bottom: .05rem;
}

.huoban .huoban_container .content_photos .photos_list .photos_one:nth-child(4) img {
    display: inline-block;
    width: 50%;
    margin-left: 25%;
    margin-top: .1rem;
    margin-bottom: .05rem;
}

.huoban .huoban_container .content_photos .photos_list .photos_one p {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: .25rem;
    font-size: .15rem;
    color: #8f8f8f;
    text-align: center;
}

.angli {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: .5rem;
}

.angli .angli_container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 15%;
  box-sizing: border-box;
}

.angli .angli_container h2 {
  margin: 0;
}

.angli .angli_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #000;
}

.angli .angli_container ul {
  margin: 0;
  margin-top: .5rem;
}

.angli .angli_container ul li {
  margin-bottom: .3rem;
}

.angli .angli_container ul li .angli_one {
  position: relative;
  width: 100%;
  height: auto;
}

.angli .angli_container ul li .angli_one img {
  display: inherit;
  width: 100%;
  height: 100%;
}

.angli .angli_container ul li .angli_one .one_detail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.angli .angli_container ul li .angli_one .one_detail .detail_title {
  position: absolute;
  width: 80%;
  height: auto;
  left: 10%;
  top: 63%;
  padding: 5px 0;
  line-height: .15rem;
  font-size: .16rem;
  text-align: center;
  background: #f3ca54;
  color: #000;
}

.angli .angli_container ul li .angli_one .one_detail .detail_desc {
  position: absolute;
  width: 80%;
  height: auto;
  left: 10%;
  top: 69%;
  line-height: .3rem;
  font-size: .18rem;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
}

.zhuanhua {
  position: relative;
  width: 100%;
  height: auto;
}

.zhuanhua .zhuanhua_container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20%;
  box-sizing: border-box;
}

.zhuanhua .zhuanhua_container .zhuanhua_desc {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  line-height: .3rem;
  font-size: .3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}

.zhuanhua .zhuanhua_container .zhuanhua_desc span {
  line-height: .4rem;
  font-size: .4rem;
  font-weight: bold;
  color: #ff0000;
}

.zhuanhua .zhuanhua_container>img {
  display: block;
  width: 100%;
  margin-top: .3rem;
}

.zhuanhua .zhuanhua_container .before {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: .5rem;
}

.zhuanhua .zhuanhua_container .before .detail_img {
  flex: 1;
}

.zhuanhua .zhuanhua_container .before .detail_img img {
  display: block;
  width: 100%;
}

.zhuanhua .zhuanhua_container .before .detail_list {
  flex: 5;
  margin-left: .3rem;
}

.zhuanhua .zhuanhua_container .before .detail_list p {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  line-height: .7rem;
  font-size: .25rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #000;
}

.zhuanhua .zhuanhua_container .before .detail_list ul {
  margin: 0;
}

.zhuanhua .zhuanhua_container .before .detail_list ul li {
  width: 100%;
  height: auto;
  line-height: .4rem;
  font-size: .18rem;
  font-weight: 200;
  letter-spacing: 3px;
  color: #000;
}

.zhuanhua .zhuanhua_container .after {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 3px solid #DCDCDC;
}

.zhuanhua .zhuanhua_container .after .detail_img {
  flex: 1;
}

.zhuanhua .zhuanhua_container .after .detail_img img {
  display: block;
  width: 100%;
}

.zhuanhua .zhuanhua_container .after .detail_list {
  flex: 5;
  margin-left: .3rem;
}

.zhuanhua .zhuanhua_container .after .detail_list p {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0;
  line-height: .7rem;
  font-size: .25rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #000;
}

.zhuanhua .zhuanhua_container .after .detail_list ul {
  margin: 0;
}

.zhuanhua .zhuanhua_container .after .detail_list ul li {
  width: 100%;
  height: auto;
  line-height: .4rem;
  font-size: .18rem;
  font-weight: 200;
  letter-spacing: 3px;
  color: #000;
}

.pinpai {
  position: relative;
  width: 100%;
  height: auto;
}

.pinpai .pinpai_container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20%;
  box-sizing: border-box;
}

.pinpai .pinpai_container h2 {
  margin: 0;
}

.pinpai .pinpai_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: #000;
}

.pinpai .pinpai_container .pinpai_detail {
  margin-top: .6rem;
}

.pinpai .pinpai_container .pinpai_detail p {
  display: inline-block;
  width: 100%;
  height: .4rem;
  margin: 0;
  font-size: .2rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #9c9c9c;
}

.pinpai .pinpai_container .pinpai_detail ul li img {
  display: block;
  width: 100%;
}

.liucheng {
  position: relative;
  width: 100%;
  height: 5rem;
  margin-top: .5rem;
    background: url('../img/dianshangyunying/bg1.jpg') no-repeat center/cover;
}

.liucheng .liucheng_container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20%;
  box-sizing: border-box;
}

.liucheng .liucheng_container h2 {
  margin: 0;
}

.liucheng .liucheng_container h2 span {
  display: inline-block;
  width: 100%;
  height: .5rem;
  margin-top: .4rem;
  line-height: .5rem;
  font-size: .4rem;
  letter-spacing: 5px;
  text-align: center;
    font-weight: bold;
  color: #fff;
}

.liucheng .liucheng_container .liucheng_detail {
  width: 100%;
  height: auto;
}

.liucheng .liucheng_container .liucheng_detail ul {
  margin: 0;
  margin-top: .8rem;
}

.liucheng .liucheng_container .liucheng_detail ul li {
  margin-bottom: .4rem;
}

.liucheng .liucheng_container .liucheng_detail ul li img {
  display: block;
  width: .6rem;
  margin: 0 auto;
}

.liucheng .liucheng_container .liucheng_detail ul li p {
  display: inline-block;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  font-size: .22rem;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

.baozhang {
  position: relative;
  width: 100%;
  height: 6rem;
    background: url('../img/dianshangyunying/图层-45.jpg') no-repeat center/cover;
}

.baozhang .baozhang_container {
  width: 100%;
  height: 100%;
  padding: 0 25%;
  box-sizing: border-box;
}

.baozhang .baozhang_container h2 {
  margin: 0;
}

.baozhang .baozhang_container h2 span {
    display: inline-block;
    width: 100%;
    height: .5rem;
    margin-top: .4rem;
    line-height: .5rem;
    font-size: .4rem;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.baozhang .baozhang_container .baozhang_detail {
  margin-top: 1rem;
}

.baozhang .baozhang_container .baozhang_detail .detail_list {
  margin: 0;
  margin-top: .2rem;
}

.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div {
  height: 2.5rem;
  background: #fff;
  margin-bottom: .3rem;
  padding-top: .15rem;
  padding-left: .2rem;
  padding-right: .2rem;
  box-sizing: border-box;
}

.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div img {
  display: block;
  width: .5rem;
  margin: 0 auto;
}

.baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div p {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: .5rem;
  line-height: .25rem;
  font-size: .2rem;
  color: #000;
  text-align: center;
}


.daiyunying .content .banner {
  margin-top: 27px;
}
.daiyunying .content .banner .swiper-container {
  height: 817px;
  position: relative;
}
.daiyunying .content .banner .swiper-container .banner_font {
  position: absolute;
  top: 45%;
  left: 14%;
}
.daiyunying .content .banner .swiper-container .banner_font h1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 57px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 8px;
  text-shadow: 3px 3px 3px #22aaff;
}
.daiyunying .content .banner .swiper-container .banner_font p {
  position: relative;
  width: 500px;
}
.daiyunying .content .banner .swiper-container .banner_font p span {
  color: #fff;
  font-size: 22px;
}
.daiyunying .content .banner .swiper-container .banner_font p .yellow {
  position: absolute;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#fdaf00), to(#def701));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.daiyunying .content .banner .swiper-container .banner_font p .white {
  position: absolute;
  left: 195px;
}
.daiyunying .content .banner .swiper-container .banner_font p img {
  position: absolute;
  left: 170px;
  width: 60px;
  height: 60px;
  top: -14px;
}
.daiyunying .content .banner .swiper-container .single_yellow {
  position: absolute;
  top: 41%;
  left: 15%;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .banner .swiper-container .single_yellow span {
  font-size: 2rem;
}
.daiyunying .content .banner .swiper-container .single_yellow span p {
  letter-spacing: 4px;
  font-size: 25px;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#9c8b14), to(#d67b0b));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.daiyunying .content .banner .swiper-container .single_yellow span p:nth-child(1) {
  font-size: 0.5rem;
  color: #000;
  font-weight: bold;
  background-image: inherit;
  -webkit-text-fill-color: #000;
}
.daiyunying .content .banner .swiper-container .single_yellow span:nth-child(2) {
  padding-top: 100px;
}
.daiyunying .content .daiyunying_body {
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item {
  background-size: 100% 100%!important;
}
.daiyunying .content .daiyunying_body .body_item .center {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.daiyunying .content .daiyunying_body .body_item .center .title {
  margin: 45px 0 50px;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item .center .title section {
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item .center ul {
  display: flex;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) {
  height: 2810px;
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center {
  height: 1150px;
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .title2 {
  margin-top: 50px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi0 {
  flex-direction: row;
  flex-wrap: wrap;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi0 li {
  width: 280px;
  padding: 0;
  margin: 0 10px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi0 li .head {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #f3ca54;
  font-size: 20px;
  font-weight: bold;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi0 li .body {
  margin: 0 0 30px 0;
  height: 175px;
  background-color: #ebebeb;
  overflow: hidden;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi0 li .body > p {
  margin: 30px 27px 0!important;
  font-size: 0.15rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi1 {
  padding: 0;
  flex-wrap: nowrap;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi1 li {
  width: 25%;
  margin: 0 0 0;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi1 li .img_box {
  height: 100px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi1 li .img_box img {
  height: 90px;
  width: 90px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi1 li h5 {
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi1 li div p {
  margin: 5px 0;
  font-size: 12px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi1 li:nth-child(2) img {
  width: 120px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi3 {
  margin-top: 30px;
  text-align: center;
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi3 span {
  font-size: 0.25rem;
  font-weight: bold;
  color: #ff3130;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi4 {
  padding: 0;
  margin: 30px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi4 li {
  margin: 0 20px;
  width: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px #ccc;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi4 li h5 {
  margin: 0;
  height: 70px;
  line-height: 70px;
  background-color: #f3ca54;
  font-size: 23px;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi4 li div {
  padding: 15px 32px 0;
  height: 175px;
  background-color: #f4f4f4;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi4 li div p {
  display: flex;
  height: 33px;
  margin: 15px 0;
  font-size: 0.15rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center ul.youshi4 li div p .img_box {
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi5 {
  margin-top: 50px;
  text-align: center;
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi5 span {
  font-size: 0.25rem;
  font-weight: bold;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi6 {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi6 li {
  width: 25%;
  background: #f4f4f4;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi6 li .head {
  height: 247px;
  text-align: center;
  line-height: 247px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi6 li .head img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center .youshi6 li .body p {
  height: 40px;
  margin: 5px 0;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) .center:nth-child(3) {
  height: 1470px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) ul.youshi2 {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) ul.youshi2 li {
  width: 100%;
  height: 150px;
  line-height: 150px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) ul.youshi2 li p {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #f7d25c;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(1) ul.youshi2 > .img_box {
  margin-top: 24px;
  padding: 0 25px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) {
  height: 2060px;
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .center {
  height: 410px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .center ul.youshi1 {
  padding: 0;
  flex-wrap: nowrap;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .center ul.youshi1 li {
  width: 240px;
  margin: 0 0 0;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .center ul.youshi1 li .img_box {
  height: 100px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .center ul.youshi1 li h5 {
  font-size: 18px;
  font-weight: bold;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .center ul.youshi1 li div p {
  margin: 5px 0;
  font-size: 12px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) ul.youshi2 {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) ul.youshi2 li {
  height: 150px;
  line-height: 150px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) ul.youshi2 li p {
  display: inline-block;
  width: 700px;
  height: 3px;
  background: #f7d25c;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) ul.youshi2 li img {
  margin: 0 10px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi3 {
  /* min-width: 1100px; */
  font-size: 19px;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi3 span {
  font-weight: bold;
  font-size: 22px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi4 {
  padding: 0;
  margin: 30px auto;
  width: 1021px;
  height: 451px;
  background: url("../../images/service/daiyunying/2019-03-31/代运营PNG/5-0.png") no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi4 li {
  padding-top: 50px;
  padding-left: 30px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi4 li h5 {
  margin: 10px 0 14px;
  font-size: 23px;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi4 li p {
  display: flex;
  height: 33px;
  margin: 22px 0;
  font-size: 0.15rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi4 li p .img_box {
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi4 li:nth-child(2) h5 {
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi4 li:nth-child(2) p {
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi5 {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi5 li {
  margin: 0 5px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi5 li .body p {
  margin: 5px 0;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi6 {
  margin: 30px auto;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi6 li {
  margin: 0 5px;
  background: #f4f4f4;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi6 li .head {
  width: 298px;
  height: 247px;
  text-align: center;
  line-height: 247px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi6 li .head img {
  vertical-align: middle;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(2) .youshi6 li .body p {
  height: 40px;
  margin: 5px 0;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) {
  background: url("../../images/service/jingdongdaiyunying/2019-04-11/官网京东代运营4_03.png") no-repeat;
  height: 740px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center {
  height: 100%;
  overflow: hidden;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center h2.title {
  color: #e8e7e8;
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul {
  position: relative;
  top: 34%;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li {
  position: absolute;
  text-align: center;
  color: #504d4c;
  font-size: 14px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li span {
  color: #af9a54;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li:nth-child(1) {
  top: 135px;
  left: 64px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li:nth-child(2) {
  top: 211px;
  left: 153px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li:nth-child(3) {
  top: 237px;
  left: 360px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li:nth-child(4) {
  top: 242px;
  left: 579px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li:nth-child(5) {
  top: 189px;
  left: 733px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(3) .center ul li:nth-child(6) {
  top: 125px;
  left: 845px;
  width: 316px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) {
  background: url("../../images/service/jingdongdaiyunying/2019-04-11/官网京东代运营4_04.png") no-repeat;
  height: 526px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center h2.title {
  margin: 9px 0 50px;
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul {
  background: url("../../images/service/jingdongdaiyunying/2019-04-11/icon/服务图标.png") no-repeat;
  height: 208px;
  position: relative;
  top: 75px;
  margin: 32px;
  left: 0;
  background-size: contain;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul div {
  position: absolute;
  width: 100%;
  top: 33%;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul div img {
  width: 100%;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li {
  font-size: 19px;
  color: #fff;
  position: absolute;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(odd) {
  top: 42px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(even) {
  bottom: 20px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(1) {
  left: -11px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(2) {
  left: 155px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(3) {
  left: 339px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(4) {
  left: 546px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(5) {
  left: 724px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(6) {
  left: 897px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(4) .center ul li:nth-child(7) {
  left: 1094px;
  width: 80px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) {
  background: url("../../images/service/daiyunying/2019-03-31/背景bg/官网淘宝天猫代运营3_05.jpg") no-repeat;
  height: 1263px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center > .title {
  margin: 46px 0 10px;
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .tip {
  text-align: center;
  color: #fff;
  font-size: 0.19rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box {
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item .text {
  padding: 0 30px;
  width: 220px;
  height: 389px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item .text .title {
  margin: 85px 0 13px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item .text .com {
  margin: 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item .text p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item2 ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item2 ul li .text {
  padding: 0 30px;
  width: 220px;
  height: 194px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item2 ul li .text .title {
  margin: 25px 0 13px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item2 ul li .text .com {
  margin: 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(5) .center .img_box .img_item2 ul li .text p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(6) {
  position: relative;
  background: url("../../images/service/daiyunying/2019-03-31/背景bg/官网淘宝天猫代运营3_06.jpg") no-repeat;
  height: 430px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(7) {
  position: relative;
  background: url("../../images/service/jingdongdaiyunying/2019-04-11/官网京东代运营4_05_03.jpg") no-repeat;
  height: 975px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(7) .title {
  position: absolute;
  text-align: center;
  top: 37px;
  width: 100%;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(7) .title section {
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(7) ul {
  position: absolute;
  top: 166px;
  left: 17.6%;
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(7) ul li {
  margin-bottom: 40px;
  font-size: 0.23rem;
  height: 100px;
  color: #0b427c;
  font-weight: bold;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(7) ul li:nth-child(3) {
  margin-bottom: 57px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(8) {
  display: flex;
  flex-direction: column;
  background: url("../../images/service/jingdongdaiyunying/2019-04-11/官网京东代运营4_05_04.png") no-repeat;
  height: 738px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(8) > .title {
  text-align: center;
  width: 100%;
  height: 33px;
  margin: 42px 0 0px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(8) > .title section {
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(8) .ul ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 12.5rem;
  margin: 0 auto;
  padding: 32px 0 0 14px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(8) .ul ul li {
  width: 3.125rem;
  height: 198px;
  padding: 77px 0 0 0;
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(8) .ul ul li .title {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 0.13rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(8) .ul ul li p {
  padding: 0 0.37rem;
  margin: 20px 0 0 0;
  color: #333;
  font-size: 0.14rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) {
  display: flex;
  flex-direction: column;
  background: url("../../images/service/jingdongdaiyunying/2019-04-11/官网京东代运营4_05_05.png") no-repeat;
  height: 1502px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) > .title {
  text-align: center;
  width: 100%;
  height: 33px;
  margin: 69px 0 27px 0;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) > .title section {
  font-size: 0.25rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 12.5rem;
  margin: 0 auto;
  padding: 49px 0 0 14px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li {
  width: 6.25rem;
  height: 221px;
  padding: 77px 0 0 0;
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li div {
  margin-top: 45px;
  width: 88%;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li div .title {
  text-align: left;
  padding: 0rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
  font-size: 0.19rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li div p {
  padding: 0 1.03rem 0 0;
  margin: 12px 0 0 0;
  color: #333;
  font-size: 0.15rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li:nth-child(1) div:nth-child(2) {
  margin: 453px 0 0 34px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li:nth-child(1) div:nth-child(3) {
  margin: 71px 0 0 52px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li:nth-child(2) div:nth-child(1) {
  margin: 581px 0 0 87px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(9) .ul ul li:nth-child(2) div:nth-child(2) {
  margin: 494px 0 0 155px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) {
  background: url("../../images/service/jingdongdaiyunying/2019-04-11/官网京东代运营4_05_06.png") no-repeat;
  height: 1370px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center {
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center .title {
  margin: 78px 0 0 0;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center .tip {
  margin: 105px 0 0 90px;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center .tip .right {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center .tip .right p {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 0.19rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center .tip .right ul {
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center .tip .right ul li {
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(10) .center .tip2 {
  margin-top: 417px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) {
  background: url("../../images/service/daiyunying/2019-03-31/背景bg/官网淘宝天猫代运营3_11.jpg") no-repeat;
  height: 773px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) .center {
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) .center h2.title {
  margin: 17px 0 -17px 0;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) .center ul {
  position: relative;
  padding: 0;
  margin: 62px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) .center ul li {
  margin: 50px auto;
  width: 413px;
  height: 231px;
  background: #f7f7f7;
  font-size: 21px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) .center ul li img {
  float: left;
  margin: 10px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) .center ul li p {
  text-align: center;
  line-height: 32px;
  font-size: 21px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(11) .center ul li p:nth-child(2) {
  margin-top: 93px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) {
  background: url("../../images/service/daiyunying/2019-03-31/背景bg/官网淘宝天猫代运营3_12.jpg") no-repeat;
  height: 500px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center {
  display: flex;
  flex-direction: column;
  height: 500px;
  width: 1400px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head {
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(1) {
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(1) ul {
  width: 151px;
  display: flex;
  margin: 80px 0 0 38px;
  flex-direction: column;
  list-style: none;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(1) ul li {
  list-style: none;
  margin: 17px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 0.17rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(1) ul li a {
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(1) ul li:nth-child(1) {
  font-size: 25px;
  margin-bottom: 19px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(2) {
  margin-left: -113px;
  display: flex;
  flex-direction: row;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(2) > div {
  margin: 80px 0 0 49px;
  width: 165px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(2) > div p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(3) {
  display: flex;
  flex-direction: column;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(3) p {
  margin: 0;
  font-size: 26px;
  text-align: center;
  color: #fff;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(3) p a {
  display: inline-block;
  width: 95px;
  height: 31px;
  line-height: 31px;
  background: #f8d248;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 10px;
  font-weight: bold;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(3) p a img {
  margin-right: 4px;
  width: 15px;
  height: 15px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(3) p:nth-child(1) {
  margin-top: 80px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .head .item:nth-child(3) p:nth-child(2) {
  margin-top: 30px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .foot {
  margin-top: 100px;
}
.daiyunying .content .daiyunying_body .body_item:nth-child(13) .center .foot p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
/*# sourceMappingURL=jingdongdaiyunying.css.map */


@media screen and (max-width: 767px) {
  .pc-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  .fuwu .fuwu_container {
    padding: 0;
  }

  .fuwu .fuwu_container ul li .fuwu_one .fuwu_content {
    font-size: .2rem;
  }

  .fuwu .fuwu_container ul li .fuwu_one a {
    height: .4rem;
    bottom: 10%;
    line-height: .4rem;
    font-size: .25rem;
  }

  .youshi .youshi_container {
    padding: 0 1%;
  }

  .youshi .youshi_container ul li .youshi_title {
    line-height: .4rem;
    font-size: .3rem;
  }

  .youshi .youshi_container ul li .youshi_desc {
    line-height: .4rem;
    font-size: .2rem;
  }

  .huoban .huoban_container {
    padding: 0 1%;
  }

.huoban .huoban_container .content_photos .photos_list .photos_one:nth-child(4) img {
    margin-top: .3rem;
}

  .fuwushang .fuwushang_container {
    padding: 0;
  }

  .fuwushang .fuwushang_container ul li .fuwushang_one .fuwushang_content {
    padding: 15% 0 15% 5%;
  }

  .fuwushang .fuwushang_container ul li .fuwushang_one .fuwushang_content ul li p {
    font-size: .23rem;
  }

  .jingzhuoyue .jingzhuoyue_container {
    padding: 0;
  }

  .jingzhuoyue .jingzhuoyue_container ul li p {
    height: .8rem;
    font-size: .23rem;
  }

  .jingzhuoyue .jingzhuoyue_container .jingzhuoyue_title {
    line-height: .4rem;
    font-size: .35rem;
  }

  .jingzhuoyue .jingzhuoyue_container .jingzhuoyue_title span {
    font-size: .4rem;
  }

  .jiangxiang .jiangxiang_container {
    padding: 0;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_pc_list {
    display: none;
  }

  .jiangxiang .jiangxiang_container .jiangxiang_mobile_list {
    display: block;
  }

  .angli .angli_container {
    padding: 0 1%;
  }

  .angli .angli_container ul li .angli_one .one_detail .detail_title {
    line-height: .25rem;
    font-size: .2rem;
  }

  .angli .angli_container ul li .angli_one .one_detail .detail_desc {
    line-height: .35rem;
    font-size: .22rem;
  }

  .zhuanhua .zhuanhua_container {
    padding: 0 5%;
  }

  .zhuanhua .zhuanhua_container .before .detail_list p {
    line-height: .4rem;
    font-size: .25rem;
  }

  .zhuanhua .zhuanhua_container .before .detail_list ul li {
    line-height: .3rem;
    font-size: .12rem;
  }

  .zhuanhua .zhuanhua_container .after .detail_list p {
    line-height: .4rem;
    font-size: .25rem;
  }

  .zhuanhua .zhuanhua_container .after .detail_list ul li {
    line-height: .3rem;
    font-size: .12rem;
  }

  .zhuanhua .zhuanhua_container .before .detail_list ul li {
    line-height: .4rem;
    font-size: .2rem;
  }

  .zhuanhua .zhuanhua_container .after .detail_list ul li {
    line-height: .4rem;
    font-size: .2rem;
  }

  .pinpai .pinpai_container {
    padding: 0 5%;
  }

  .pinpai .pinpai_container .pinpai_detail p {
    font-size: .25rem;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(5) {
    display: none;
  }

  .pinpai .pinpai_container .pinpai_detail .detail_list li:nth-child(6) {
    display: none;
  }

  .liucheng .liucheng_container {
    padding: 0;
  }

  .liucheng .liucheng_container .liucheng_detail {
    margin-top: .5rem;
  }

  .liucheng .liucheng_container .liucheng_detail ul li {
    padding: 0;
  }

  .baozhang {
    height: 4.5rem;
  }

  .baozhang .baozhang_container {
    padding: 0;
  }

  .baozhang .baozhang_container .baozhang_detail {
    margin-top: .5rem;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div {
    height: 2rem;
    background: #fff;
    margin-bottom: .3rem;
    padding-top: .3rem;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div img {
    width: .5rem;
  }

  .baozhang .baozhang_container .baozhang_detail .detail_list .detail_one div p {
    margin-top: .1rem;
    line-height: .3rem;
    font-size: .24rem;
  }
}