main img{width: 100%;display: block;}

.bracelet_wrap li,.bracelet_wrap li img{height: 7rem;}

 ul li{position: relative;}
  .des1{position:absolute;width: 100%;text-align: center;top: .65rem;color: #333333;}
  .des1 h3{font-size: .4rem;color:#fff;font-family: SBold;}
  .des1 p{font-size: .2rem;color:#fff;margin-top: .2rem;}
  .des1 p span{margin: 0 10px;}
 .des2{position: absolute;top: 2.2rem;left: 11.5rem;}
 .des2 h2{font-size: .3rem;color: #FFFFFF;font-family: SBold;}
 .des2 p{font-size: .18rem;color: #FFFFFF;}
 
/*-----------------------移动端样式-------------------------*/
@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.bracelet_wrap li,.bracelet_wrap li img{height: 9.49rem;}
	
    .des{position: absolute;top: 6.5rem;width: 100%;padding: 0 .34rem;box-sizing: border-box;}
    .des .title{font-size: .3rem;color: #fff;align-content: center;}
    .des .title span{display: block;height: 1px;background-color: #fff;flex: 1;margin-top: .3rem;}
    .des .title h2{padding: 0 .3rem;}
    .des .content{font-size: .18rem;color: #fff;}
    .des .content p{flex-wrap: wrap;}
    .applyInspect{background-color: #fff;}
}