.same_bottom{
    width: 100%;
    height: 40rem;
    background: #3D3D3D;
}
.same_cont{
    width: 63%;
    margin: auto;
    padding-top: 4rem;
}
.same_top{
    float: left;
    color: white;
    padding-left: 1rem;
}
.same_top div:nth-child(1){
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.same_top div:nth-child(2){
    font-size: 2.5rem;
    margin-bottom: 1.3rem;
}
.same_top div:nth-child(3){
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #007B7A;
}
.same_top div:nth-child(4){
    font-size: 2.4rem;
    margin-bottom: 0.4rem;
    color: #818181;
}
.same_bottom_list{
    float: right;
    display: flex;
}
.same_bottom_applets{
    font-size: 1.5rem;
    text-align: center;
    color: #818181;
    cursor:pointer;
    line-height: 2.5rem;
    margin-right: 2rem;
}
.same_bottom_applets>div{
    width: 13rem;
    height: 13rem;
    margin: auto;
    margin-bottom: 2rem;
    background: url("../../image/applets.png");
    background-size: 100% 100%;
}
.same_bottom_QRcode{
    font-size: 1.5rem;
    text-align: center;
    color: #818181;
    cursor:pointer;
    line-height: 2.5rem;
}
.same_bottom_QRcode>div{
    width: 13rem;
    height: 13rem;
    margin: auto;
    margin-bottom: 2rem;
    background: url("../../image/subscription.png");
    background-size: 100% 100%;
}
.same_bottom_gs{
    border-top: 1px solid #818181;
    width: 100%;
    color: #818181;
    margin-top: .5rem;
    line-height: 2.4rem;
    padding-top: 2.4rem;
}
.same_tran{
    font-size: 1.6rem;
}
.same_bottom_gs .beian{
    margin-right: 9rem;
}