*{
    margin: 0;
    padding: 0;
}
.download-box{
    padding: 0.5rem;
}
.logo-box{
    display: flex;
    margin-bottom: 0.2rem;
}
.image{
    width: 3rem;
    height: 3rem;
}

.title-box{
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-name{
    color: #333333;
    font-size: 0.5rem;
    font-weight:bold;
}
.stars{
    width: 0.5rem;
    height: 0.5rem;
}

.text{
    color: #999999;
    font-size: 0.4rem;
    margin-bottom: 0.15rem;
}
.text-btn{
    display: flex;
}
.btn{
    width: 1.6rem;
    height: 0.55rem;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 0.36rem;
    margin-right: 0.1rem;
    border-radius: 0.05rem;
}


.product-name{
    color: #333333;
    font-size: 0.45rem;
    margin: 0.2rem 0;
}

.image-box{
    margin: 0.3rem 0;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
}
.image-box::-webkit-scrollbar{
	display: none;
}

.browse-map{
    width: 5rem;
    /* height: 100%; */
    margin-right: 0.4rem;
}

.Underline{
    width: 100%;
    height: 0.01rem;
    background-color: #999999;
}

.product-introduction-box{
    margin-bottom: 1.4rem;
}

.introduction-name{
    color: #333333;
    font-size: 0.4rem;
    margin: 0.2rem 0;
}
.Introduction-content{
    color: #333333;
    font-size: 0.4rem;
    margin: 0.2rem 0;
    text-align: justify;
}

.characteristic{
    margin-top: 0.7rem;
}

.download-button-box{

    height: 1.8rem;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    box-shadow: 0px -10px 54px 0px rgba(51,51,51,0.1);
}

.button{
    width: 9rem;
    height: 1rem;
    border-radius:39px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(90deg,rgba(255,129,15,1) 0%,rgba(245,104,48,1) 100%); */
    font-size: 0.45rem;
    color: #01B114;
    border: 1px solid #01B114;
    margin-top: .1rem;
}

.Mask-box{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.8;
    display: none;
}

.mask-img{
    width: 100%;
}