@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}


body {
  
    background-color: #fff;
    width: 100%;
    height: 100%;    
}


.main{
  width: 80%;
  margin:0 auto;
}

.container{
    width: 19.2rem;
height: 9.69rem;
    position: relative;
    background: url(./img/bg.png) no-repeat;
    background-size: 100% 100%;
}

header{
    height: 0.73rem;    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.16rem 0;
}

.product-one,
.product-two {
    cursor: pointer;
    width: 1.6rem;
    height: 0.4rem;
background: rgba(255,255,255,0.6);
border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
justify-content: space-around;
    display: flex;
    align-items: center;
}
header  img{
    width: 0.28rem;
    height: 0.28rem;
}
.product-name{
    width: 1.04rem;
    height: 0.19rem;
font-weight: bold;
font-size: 0.16rem;
color: #39406F;
}

/* 中间部分 */
.homepage{
    margin-top: 0.50rem;
    display: flex;
    justify-content: space-between;
}
.homepage-left,.homepage-right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.homepage-left-introduce{
    width: 7.26rem;
    height: 1.86rem;
    font-family: SF Pro, SF Pro;
    font-weight: 400;
    font-size: 0.23rem;
    color: #39406F;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.homepage-left-img img{
    margin-top: 0.3rem;
    width: 4.61rem;
height: 3.96rem;
}
.homepage-left-title img{
    width: 7.14rem;
    height: 1.66rem;
}
.homepage-right-title{
    width: 6.65rem;
    height: 0.98rem;
    background: url(./img/bg\(1\).png) no-repeat;
    background-size: 100% 100%;
    display: flex;
 
    align-items: center;
}
.homepage-right-title img{
    width: 0.82rem;
    height: 0.82rem;
    margin-left: 0.2rem;
}
.homepage-right-title-text{
    margin-left: 0.2rem;
    width: 3.14rem;
height: 0.43rem;
font-family: SF Pro, SF Pro;
font-weight: bold;
font-size: 0.36rem;
color: #39406F;
line-height: 0.42rem;
text-align: left;
font-style: normal;
text-transform: none;
}

.homepage-right-product-one,.homepage-right-product-two{
    cursor: pointer;
    display: flex;
        justify-content: space-around;
    width: 6.65rem;
height: 1.8rem;
align-items: center;
background: #F4F4FE;
border-radius: 1.9rem 1.9rem 1.9rem 1.9rem;
}
.homepage-right-product-two{
    margin-top: 0.35rem;
}
.product-one-left,.product-two-left{
display: flex;

}
.product-one-left-title,.product-two-left-title{
    width: 2.54rem;
height: 0.31rem;
font-family: SF Pro, SF Pro;
font-weight: bold;
font-size: 0.26rem;
color: #39406F;
line-height: 0.3rem;
text-align: left;
font-style: normal;
text-transform: none;
}
.product-one-text,.product-two-text{
    margin-top: 0.1rem;
    width: 3.35rem;
height: 0.48rem;
font-family: SF Pro, SF Pro;
font-weight: 400;
font-size: 0.18rem;
color: #39406F;
line-height: 0.23rem;
text-align: left;
font-style: normal;
text-transform: none;
}
.product-left-img{
    margin-right: 0.17rem;
    width: 0.84rem;
    height: 0.84rem;
}
.copyright{
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    width: 19.2rem;
height: 1.2rem;
background: #39406F;
border-radius: 0rem 0rem 0rem 0rem;
}
.copyright-title{
    width: 6.84rem;
    height: 0.19rem;
    font-family: SF Pro, SF Pro;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.19rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.copyright-text{
    margin-top: 0.1rem;
    width: 9.05rem;
height: 0.51rem;
font-family: SF Pro, SF Pro;
font-weight: 400;
font-size: 0.14rem;
color: rgba(255,255,255,0.6);
line-height: 0.16rem;
text-align: center;
font-style: normal;
text-transform: none;
}
.direction-img{
    width: 0.58rem  ;
    height: 0.58rem;
}