.my-note-bg{
 
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 3px 0px;
  
}

.my-note-bg::after{
  background:rgba(255,255,255,0.2);  
}
.my-title {
    width: 100%;
    color: #A11C78; 
    font-size: 20px;
    font-weight:500;
    padding-top:0.32rem;
}

.my-title-span {
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid #A11C78;
    font-family:"Microsoft YaHei" !important;
}

.my-title-more {
    height: 20px;
    line-height: 30px;
}

.my-span-more {
    font-size: 14px;

}
 .my-span-more a{
  color:#A11C78; 

}


.list-group-item{

    background-color: none;
}


.dtjt9_div_img img{ object-fit:cover;width:100%;}

.my-list {
    height: 35px;
    line-height: 38px;
    border: none;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 0px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    
}

.my-lists{
        height: 50px;
    line-height: 47px;
    border-bottom: 1px solid #ddd;
}
.my-lists a:hover{text-decoration:none;color:#A11C78;}

 .my-list1{
  line-height: 35px;
}

.my-col-note{
  padding-left:25px;

}

.my-list-nav{
   display:inline-block;
   margin:1%;
margin-top:20px;
  height:50px;
  background:#A11C78;
  padding:5px;
}

.my-list-nav  span a{
   font-size:1.6rem;
   color:#fff;
   
}

.my-list-nav  span a:hover{text-decoration:none;}

.my-list a {
    color: #000;
    font-size: 16px;
    font-family:"Microsoft YaHei" !important;
}

.my-list .my-list-note {
    height: 40px;
    line-height: 40px;
    padding: 0px;
    border: none;
    margin-top:10px;
}

.my-list .my-list-note a {
    font-size: 16px;
    font-family:"Microsoft YaHei" !important;
    height: 30px;
    line-height: 30px;
    display: block;
   
    min-width: 100%; 
    border-bottom: 1px solid #ddd;
}




.span-left {
 

    width: 88%;
    white-space: nowrap;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.spanblock{
    display: inline-block;
    /* overflow : hidden;*/
    text-overflow: ellipsis;
}

.span-right {
    /* background-color: #A11C78; */
    display: block;
    text-align: center;
    font-size: 12px;
}

.my-list-1{
    height: 40px;
    line-height: 35px;
  
}

.huiyi {
    width: 100%;
    text-align: left;
    color: #A11C78;
    font-size: 1.8rem;
    font-weight: bold;
}

.huiyi  a{
  color:#A11C78;
}



ul.friendLink {
    margin:5% auto;
}

ul.friendLink li {
    list-style: none;
    padding: 5px;
    display: inline-block;
    width:350px;
}

ul.friendLink li p{
    padding-top: 10px;
}

ul.friendLink li a {
    color: #000;
    font-size: 16px;
    margin-right: 20px;
    font-weight:300;
}

.my-content{
  margin:3% auto;
}

.wrapper {
   /* min-height: 350px;*/
    /* border: 1px solid red; */
    position: relative;
}
@media(min-width:1600px) {
    .wrapper{
        height: 480px;
    }
}
@media screen and (min-width:1300px) and (max-width:1600px) {
    .wrapper{
        height: 420px;
    }
}
@media screen and (min-width:992px) and  (max-width:1300px) {
    .wrapper{
        height: 420px;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .wrapper{
        height: 350px;
    } 
    .wrapper a{
        font-size: 40px;
    }
}

@media screen and (min-width:300px) and (max-width:568px) {
    .wrapper{
        height: 130px;
    }
    .wrapper a{
        font-size: 30px;
    }
}
@media screen and (min-width:568px) and (max-width:768px) {
    .wrapper{
        height: 180px;
    }
    .wrapper a{
        font-size: 30px;
    }
}
@media screen and  (max-width:300px) {
    .wrapper{
        height: 100px;
    }
    .wrapper a{
        font-size: 25px;
    }
}

/* 5张图片叠加到一块 */
.wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.wrapper img:nth-of-type(1) {
    display: block;
}

/* 小圆点 */
.wrapper  .btn {
     width: 20%; 
     min-width: 70px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: 10px;
    z-index: 100;
}
.btn span {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid white;
    border-radius: 50%;
}
/* 左右箭头 */
.wrapper a {
    text-decoration: none;
    font-size: 50px;
    color:#fff;
    position: absolute;
    top: 35%;
}
.wrapper a:nth-of-type(1) {
    left: 10px;
}
.wrapper a:nth-of-type(2) {
    right: 10px;
}
.btn .active {
    background-color: #fff;
}

.imgscroll2_top{
  width:100% !important;
  padding:50px 0px;
}

.imgscroll2_img{
      padding: 9px;
    border: 1px solid #A11C78;
}

.fengcai{
  padding:0 50px;
}
@media (max-width: 992px) {
    .fengcai {
        padding:0px;
    }
.my-col-note{
  padding-left:0px;

}
.my-content{
  margin:10% auto;
}
}
.footFriend {width:100%;  text-align:cneter;padding:0px;}
ul.footFriend   li{

 display:inline-block;
text-align:center;
 margin:0 5px;
}
.dtjt9_div_img .number{bottom:3px !important;}

