


body {
    width: 90%;
    height: 100%;
    background-color: #FFF;
    padding: 20px;
}

.title {
    color: #3C3C3C;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.h2title {
    color: #3C3C3C;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    font-weight: bold;
}
.contentImg {
    width: 100%;
    align-self: center;
}

.content {
    color: #3C3C3C;
    padding-top: 10px;
    padding-bottom: 10px;
}
.hotText {
    color: red;
    font-weight: bold;
}
.iosContent {
    color: #3C3C3C;
    padding-top: 5px;
    padding-bottom: 5px;
}
.flex {
    display: flex;
    justify-content: space-around;
}
.payImage {
  
    align-self: center;
}
.payText {
    font-size: 13px;
    text-align: center;
}
.contentIosImg {
    
    align-self: center;
    margin-top: 5px;
    margin-bottom: : 5px;
}





