.my-note-bg{
 
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding-top: 20px;
  
}

.my-note-bg::after{
  background:rgba(255,255,255,0.2);  
}
.my-title {
    width: 100%;
    color: #A11C78;
    font-size: 20px;
    font-weight: bold;
    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;
}
.my-list {
    height: 35px;
    line-height: 20px;
    border: none;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 0px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    
}

.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{
    width: 100%;
    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-top: 10px;
    padding: 0px;
}

ul.friendLink li {
    list-style: none;
    padding: 5px;
    /* background-color: #A11C78; */
    display: inline-block;
    text-align: center;
}

ul.friendLink li p{
    padding-top: 10px;
}

ul.friendLink li a {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 20px;
}



.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;
}
