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: .97rem;color: #333333;}
.des1 h3{font-size: .4rem;color:#fff;font-family: SBold;line-height: 100%;}
.des1 p{font-size: .2rem;color:#fff;margin-top: .2rem;font-family: Regular;}
.des1 p span{margin: 0 5px;}
.des2{position: absolute;top: 2.5rem;left: 11rem;}
.des2 h2{font-size: .3rem;color: #FFFFFF;font-family: SBold;line-height: 100%;}
.des2 p{margin-top: .13rem;font-size: .18rem;line-height: .3rem;color: #FFFFFF;font-family: Regular;}
 
/*-----------------------移动端样式-------------------------*/
@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.bracelet_wrap li,.bracelet_wrap li img{height: 9.49rem;}
	
	.des1 p{font-size: .4rem;color:#fff;margin-top: .2rem;}
    .des{position: absolute;top: 7.15rem;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: .22rem;color: #fff;}
    .applyInspect{background-color: #fff;}
}