.banner{
    background: url("") no-repeat center;

}
.comintro{
    font-size: .145833rem;
}
.semtit{
    font-size: .09375rem;
}
.borderline{
    padding: 0  .208333rem;
}


.showgood{
    background: url("../images/goodinfobgimg.jpg") no-repeat center;
    height: 3.526042rem;
}
.goodbox{
    height: 3.526042rem;
    display: flex;
    align-items: center;
}
.goodimg{
    width: 2.8125rem;
    height: 2.604167rem;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: .572917rem;
}
.goodimg img{
    width: 100%;
}
.goodinfo{
    height: 2.65625rem;
    width: 2.604167rem;
    padding: .182292rem 0;
    color: #454545;
}
.goodname{
    font-size: .1875rem;
   
    line-height: .364583rem;
}
.gooddescription{
    font-size: .104167rem;
    line-height: .3125rem;
    margin-bottom: .260417rem;
    white-space: pre-line;
}
.capsule-btn{
    
    width: 1.09375rem;
    height: .260417rem;
    display: flex;
    color: #fff;
    border-radius: .260417rem ;
    text-align: center;
    line-height: .260417rem;
    overflow: hidden;
    font-size: .083333rem;
    margin-bottom: 1.041667rem
}
.capsule-btn-l{
    flex: 1;
    background-color: #32abc5;
}
.capsule-btn-r{
    flex: 1;
    background-color: #77ac2a;
}
.download{
    display: flex;
    align-items: center;
}
.downloadicon{
    width: .145833rem;
    height: .145833rem;
    background: url("../images/download.png") no-repeat center;
    background-size: 100%;
}
.downloadtext{
    padding: 0 .104167rem;
    font-size: .09375rem;
    color: #454545;
}
.goodintrotit{
    font-size: .15625rem;
    font-weight: 700;
    padding: .15625rem 0;
}
.goodintro{
    background-color: #fff;
    padding: .208333rem .260417rem;
    font-size: 16px;
    color: #454545;
    line-height: 200%;
    white-space: pre-line;
}
.goodintroinfo{
    background-color: #fff;
    padding: .416667rem .520833rem;
}
.gooddetail{
    background-color: #fff;
    padding: .15625rem;
  	font-size: 16px;
 	line-height: 200%;
}
.gooddetail p{
	margin: 0;
}
@media screen and (max-width: 768px) {
    .downloadtext{
		font-size: 12px;
    }
    .showgood{
        background: url("../images/goodinfobgimg.jpg") no-repeat center/cover;
        height: 12rem;
    }
    .goodbox{
        height: auto;
        flex-direction: column;
    }
    .goodimg{
        width:8rem;
        height: 6rem;
        background-color: #fff;
       
        margin:30px 0 0;
    }
    .goodinfo{
        height: 2.65625rem;
        width: 8rem;
        
    }
    .goodname{
        font-size: 20px;
       
        line-height:40px;
    }
    .gooddescription{
        font-size: 12px;
        line-height: 20px;
     
    }
    .capsule-btn{
    
        width:4rem;
        height: 1rem;
        display: flex;
        color: #fff;
        border-radius: .5rem ;
        text-align: center;
        line-height: 1rem;
        overflow: hidden;
        font-size: 12px;
        margin-bottom: .5rem;
    }
    .downloadicon{
        width: 20px;
        height: 20px;
        background: url("../images/download.png") no-repeat center;
        background-size: 100%;
    }
    .goodintrotit{
      	padding-left: 15px;
        font-size: 18px;
        line-height: 30px;
    }
	.goodintro{
      	padding: 0 15px 30px;
        font-size:12px;
    }
    .gooddetailtit{
    }
    .gooddetail{
      	padding: 0 15px;
		font-size:12px;
    }
   
  }