
@media screen and (max-width: 800px) {
  .wrap{
    width: 100%;
   /* min-height: 100vh; */
   height: auto;
   overflow-x: hidden;
   background-image: url('../image/mobile.png');
   padding-top: 40px;
  }
  .content{
   width: 100%;
   margin-left: 0;
 }
 .title{
   width: 120px;
 }
 .subTitle{
   font-size: 26px;
   margin-top: 10px;
 }
 .mark{
   width: 80%;
   font-size: 16px;
   margin: 5px 0 15px;
   text-align: center;
 }
 .downItem{
   display: flex;
   align-items: center;
   position: relative;
   left: -20px;
   cursor: pointer;
 }
 .down .yuan{
   width: 45px;
   height: 45px;
   background-image: linear-gradient(to right, #ff0000 , #f30909);
   border-radius: 50%;
   position: relative;
   transform: translateX(72%);
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .down .yuan img{
   width: 20px;
 }
 .down .yuantuo{
   width: 120px;
   height:  35px;
   border: 2px solid #ff0000;
   background-color: #fff;
   border-radius: 50px;
   text-align: center;
   line-height: 35px;
   font-size: 18px;
   font-weight: bold;
   padding-left: 20px;
   color: #000;
 }
 .listCon{
   padding: 15px;
   margin-top: 15px;
 }
 .litem{
   margin-bottom: 20px;
   display: flex;
   align-items: center;
 }
 .litem:last-child{
   margin-bottom: 0;
 }
 .litem .ps{
   width: 70px;
   height: 30px;
   border: 1px solid #b4b4b4;
   border-radius: 5px;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .litem .ps img{
   width: 12px;
   margin-right: 5px;
 }
 .litem .ps span{
   font-size: 12px;
 }
 .litem .left{
   width: 20px;
   margin: 0 5px;
 }
 .litem .url{
   width: 120px;
   height: 30px;
   line-height: 30px;
   border: 1px solid #b4b4b4;
   border-radius: 5px;
   background-color: #fff;
   font-size: 12px;
 }
 .litem .btn{
   width: 80px;
   height: 30px;
   background-image: linear-gradient(to right, #ff0000 , #f30909);
   border-radius: 5px;
   text-align: center;
   line-height: 30px;
   font-size: 14px;
   color: #fff;
   margin-left: 5px;
   cursor: pointer;
 }
 .foot{
   font-size: 14px;
   font-weight: 400;
 }
 .xiaojiejie{
   display: none;
 }
 .mbXjj{
   width: 80%;
   display: block;
   margin: 15px 0 40px;
 }
}