/*搜索框--长的*/
@font-face {
  font-family: 'iconfont';  /* project id 450327 */
  src: url('https://at.alicdn.com/t/font_450327_buoxus5ofbm4pldi.eot');
  src: url('https://at.alicdn.com/t/font_450327_buoxus5ofbm4pldi.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_450327_buoxus5ofbm4pldi.woff') format('woff'),
  url('https://at.alicdn.com/t/font_450327_buoxus5ofbm4pldi.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_450327_buoxus5ofbm4pldi.svg#iconfont') format('svg');
}
html,body{
    color: #aa7a06;
    background: #fff;
    height: 100%;
    padding: 0;
    margin:0;
    line-height: 22px;
}
img{
    height:100%;
    width: 100%;
}
.ui-flex{
    display: flex;
}
.search-box-length{
    position: relative;
    padding: 20px 10px 0px 10px;
    display: flex;
}
.search-box-length img{
    position: absolute;
    z-index: 999;
    width: 17px;
    height: 17px;
    margin-top:10px;
    margin-left:15px;
}
.search-box-length .similar-input{
    padding-left: 45px;
    height: 35px;
    line-height: 35px;
    width: 90%;
    color: #BABABA;
    font-size: 14px;
    font-family:UICTFontTextStyleBody;
    white-space: nowrap;
    background: #fff;
    border-radius: 25px;
    border: 1px #C18D37 solid;
}

/*搜索框--短的带按钮*/
.search-box{
    position: relative;
    margin: 20px 10px 0 10px;
    display: flex;
}
.search-box img{
    position: absolute;
    z-index: 999;
    width: 17px;
    height: 17px;
    top:10px;
    left:15px;
}
.search-box input{
    color:#4D4D4D;
    padding:0 40px;
    padding-left: 45px;
    height:35px;
    width:198px;
    line-height:35px;
    font-size:14px;
    background:#fff;
    border-radius:25px;
    border:1px #C18D37 solid;
}
.search-box .clear-input{
   position: absolute;
   left: 245px;
   top: 9px;
   z-index: 9999;
}
.search-box .do-tap{
    margin-left:7px;
    background: linear-gradient(-45deg, #c89649, #dcb846,#c89649,#dcb846);
    width: 63px;
    height: 37px;
    line-height: 37px;
    border-radius: 20px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

.title-icon{
   padding:10px 10%;
}
.title-icon img{
    display: inherit;
    margin: auto;
    /*width: 275px;*/
    height:55px;
}

.problem-detail{
    margin: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    /*display: flex;*/
    position: relative;
    color: #535353;
    font-family: "黑体";
    border-bottom: 1px #CBCBCB dashed;
}
.problem-detail img{
    position: absolute;
    top: -3px;
    right: 10px;
    height: 25px;
    width: 25px;
}
.problem-list .content-text{
    color: black;
    font-size: 15px;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #CBCBCB dashed;
}

.experts-detail{
   margin: 10px;
   margin-top: 0;
   display: flex;
}
.experts-detail .list-left-tap{
    width: 55px;
    height: 55px;
    border: 3px solid #c89649;
    border-radius: 50%;
    margin: auto 5px;
}
.experts-detail .list-left-tap img{
    border-radius: 50%;
    width: 55px;
    height: 55px;
}
.experts-detail .right-tap{
   margin-left: 10px;
   margin-right: 5px;
   padding-bottom: 10px;
   width: 245px;
   font-size:14px;
   border-bottom: 1px #efefef solid;
}
.img-button{
  margin:auto;
  background: linear-gradient(-45deg, #c89649, #dcb846,#c89649,#dcb846);
  background-size: cover;
  border-radius: 13px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100px;
  font-size: 15px;
}
.class-list{
    margin:10px;
    margin-top: 0;
    /*margin-left: 0*/
}
.class-detail{
    margin-bottom:10px;
}
.class-detail .detail-img{
    /*width: 80px;
    height: 62px;*/
    margin: auto 0;
}
.class-detail .detail-img img{
    /*width: 80px;
    height: 62px;*/
    width: 90px;
    height: 52px;
}
.class-detail .right{
    margin-left:10px;
    border-bottom: 1px #efefef solid;
    width: 245px;
}
.class-detail .down-News{
    margin-top: 7px;
    display: flex;
    font-size: 0.8rem;
    color: #808080;
    position: relative;
}
.down-News img{
    margin-right:3px;    
    width: 12px;
    height: 9px;
    margin-top: 5px;
}
.down-News .listen-person{
    position: absolute;
    right: -10px;
}

.title-tap-border{
    margin:25px 10px;
    margin-bottom: 5px;
    /*padding-bottom: 3px;*/
    display: flex;
    position: relative;
    height: 25px;
    border-bottom: 1px #CBCBCB solid;
}
.title-tap-border .left{
    position: absolute;
    left: 0;
    width: 70px;
    height: 17px;
}
.title-tap-border .right{
    position: absolute;
    right: 0;
    font-size: 15px;
    color:#AA7A07;
}
.title-tap-border .clear-icon{
    width: 18px;
    height: 18px;
}
.history-list{
    display: inline-block;
}
.history-list div{
    margin: 12px 0 0 12px;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    float: left;
    border-radius: 3px;
    background: #FAF2D7;
}

.title-img-icon{
    width: 125px;
    height: 50px;
}


/*轮播分页器*/
.pagination-icon{
    width: 18rpx;
    height: 31rpx;
}

.closeTap{
  display: none !important;
}
.none-border{
  border-bottom: none !important;  
}

/*无数据 显示图片*/
.no-DataImg{
    margin: 15% auto;
    width: 200px;
    height: 197px;
}


/*上拉、下拉*/
.bottom-alert-tip{
    position: absolute;
    bottom: -35px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #777;
    background: #f2f2f2;
}
.result-alert-loading{
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}
.iconfont{
    font-family:"iconfont";
    font-size:18px;
    font-style:normal;
    color: #ccc;
}

/*页面置顶*/
.widget-goTop { 
  position: fixed; 
  /*bottom: 10%; */
  right: 5px; 
  width: 50px; 
  height: 50px; 
  background: rgba(0,0,0,0.4); 
  border-radius: 50%; 
  overflow: hidden; 
  z-index: 500; 
} 
.widget-goTop .gotop-wrap { 
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width: 50px; 
  height: 50px; 
  font-size: 12px; 
  color: #fff; 
  border-radius: 50%; 
  background-color: rgba(0,0,0,0.4); 
  -webkit-background-size: 50px auto; 
}