* {
    padding: 0;
    margin: 0;
  }
  .swiper-container .swiper-wrapper .swiper-slide{
      width: 100%;
      max-width: 7.5rem;
      min-height: 5rem;
      margin: 0 auto;
      font-size: 1rem;
  }
  .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 5rem;
    display: block;
  }
  .swiper-container .swiper-wrapper h2{
    padding: 0.2rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-family: '微软雅黑';
  }
  .swiper-container .swiper-wrapper p{
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: #999999;
    padding:0 0.2rem 0.2rem 0.2rem;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    top: 4.4rem;
    right: 0rem !important;
    width: 15% !important;
    left: inherit !important;
    font-size: 0.32rem;
    background: rgba(0,0,0,0.5);
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-family: '微软雅黑';
  }
  .pos_img{
    display: none;
    position: relative;
    width: 7.5rem;
    max-width: 100%;
    margin: 0 auto;
    height: 1.28rem;
    z-index: 5;
  }
  .pos_img .img1{
    width: 7.5rem;
    height: 1.28rem;
    display: block;
  }
  .pos_img  .sp1{
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    top: 0.1rem;
    right: 0.2rem;
    z-index: 10;
    cursor: pointer;
  }
  .pos_img_1{
    display: none;
    position: fixed;
    bottom: 0;
    width: 7.5rem;
    max-width: 100%;
    margin: 0 auto;
    height: 1.28rem;
    z-index: 5;
  }
  .pos_img_1 .img1{
    width: 7.5rem;
    height: 1.28rem;
    display: block;
  }
  .pos_img_1  .sp1{
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    position: fixed;
    bottom: 0.7rem;
    right: 0rem;
    z-index: 10;
    cursor: pointer;
  }
  /* 调查css */
  .investigation{
    width: 6.9rem;
    overflow:auto;
    padding: 0.3rem 0.2rem;
    margin: 0.26rem auto;
    border:1px solid #D8D8D8;
    display: none;
  }
  .investigation .investigation-title{
    width:100%;
    overflow: auto;
    position: relative;
    margin-bottom: 0.1rem;
  }
  .investigation .investigation-title .titleLogo{
    position: absolute; 
  	width: 0.32rem;
    height: 0.32rem;
    left:0.18rem;
    top:0.1rem;
    background: url(./../images/doubt.png) no-repeat;
    background-size: 100%;
  }
  .investigation .investigation-title p{
  	font-size: 0.32rem;
    color: #009EFF;
    margin-left:0.66rem;
  }
  .investigation .investigation-time{
  	font-size: 0.24rem;
    color: #ACACAC;
    margin-left: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .investigation .investigation-choice{
  	width:100%;
    min-height: 0.8rem;
  	position: relative;
  }
  .investigation .investigation-choice .investigation-choice-top{
  	width:100%;
    clear: both;
    overflow: auto;
  }
  .investigation .investigation-choice .investigation-choice-top .choice-left{
  	width: 0.6rem;
    float: left;
    min-height: 0.8rem;
    text-align: center;
  }
  .investigation .investigation-choice .investigation-choice-top .choice-left .leftImg{
  	width: 0.32rem;
  	height: 0.32rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    background: url(./../images/btn_top.png) no-repeat;
    background-size: 100%;
  }
  .investigation .investigation-choice .investigation-choice-top .choice-left p{
  	font-size: 0.22rem;
  	color: #009EFF;
  }
  .investigation .investigation-choice .investigation-choice-top .choice-right{
  	width: 0.6rem;
    float: right;
    min-height: 0.8rem;
    text-align: center;
  }
  .investigation .investigation-choice .investigation-choice-top .choice-right .rightImg{
  	width: 0.32rem;
  	height: 0.32rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    background: url(./../images/btn_bottom.png) no-repeat;
    background-size: 100%;
  }
  .investigation .investigation-choice .investigation-choice-top .choice-right p{
  	font-size: 0.22rem;
  	color: #009EFF;
  }
  .investigation .investigation-choice .investigation-choice-bottom{
  	width: 5rem;
  	height: 0.1rem;
  	position: absolute;
  	left: 0.7rem;
  	bottom: 0.05rem;
  	clear: both;
  	background: gold;
  }
  .investigation .investigation-choice .investigation-choice-bottom .investigation-pos-left{
  	width: 50%;
  	height: 0.1rem;
  	float: left;
  	background: #009EFF;
  }
  .investigation .investigation-choice .investigation-choice-bottom .investigation-pos-right{
  	width: 50%;
  	height: 0.1rem;
    float: right;
  	background: #FE5A50;
  	font-size: 0.3rem;
  }
  .investigation .investigation-choice .sp1{
    color: #009EFF;
    font-size: 0.3rem;
    position: absolute;
  	left: 0.7rem;
  	bottom: 0.38rem;
  }
  .investigation .investigation-choice .sp2{
    color: #FE5A50;
    font-size: 0.3rem;
    position: absolute;
  	right: 0.7rem;
  	bottom: 0.38rem;
  }
  .investigation .weui-cells-bck{
    background: none;
  }
  .investigation .weui-border{
    border:1px solid #D8D8D8;
    margin-bottom: 0.2rem;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color:#1A1A1A;
  }
  .investigation .questionBtn{
    width:6.5rem;
    height:0.88rem;
    margin: 0 auto;
    border:1px solid #ACACAC;
    border-radius:0.1rem;
    text-align: center;
    line-height:0.88rem;
    font-size:0.34rem;
    color:#ACACAC;
  }
  .questionBtnColor{
    border:1px solid #00AEFF !important;
    color:#00AEFF !important;
  }
  .investigation .resultContent{
    width:100%;
    overflow:auto;
  }
  .investigation .resultContent li{
    width:100%;
    overflow:auto;
    margin-bottom:0.3rem;
  }
  .investigation .resultContent li p{
    font-size: 0.3rem;
    color: #1A1A1A;
  }
  .investigation .resultContent li .resultContentBot{
    width:100%;
    overflow:auto;
    clear: both;
  }
  .investigation .resultContent li .resultContentBot .resultLine{    
    height:8px;
    float:left;
    background:#D8D8D8;
    margin-right:0.2rem;
    margin-top: 0.16rem;
  }
  .resultLineColor{
    background:#009EFF !important;
  }
  .investigation .resultContent li .resultContentBot .resultGrade{
    width:0.8rem;
    float:left;
    font-size: 0.3rem;
    color:#ACACAC;
  }
  .resultGradeColor{
    color:#009EFF;
  }
  .weui-cells_checkbox .weui-icon-checked:before{
    font-size:0.36rem !important;
  }
  .weui-toast .weui-toast_content{
    font-size:0.3rem !important;
  }
  .weui-cells_radio .weui-check:checked+.weui-icon-checked:before{
    color:#00AEFF !important;
  }
  .weui-cell__bd p{
    font-size:0.3rem !important;
  }
  .resultGradeBorder{
    border:1px solid #009EFF !important;
    color:#009EFF !important;
  }
  .weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before{
    color:#00AEFF !important;
  }