*{
    margin: 0px;
    padding: 0px;
}

html{
    font-size: 13.3333vw;
    font-family: Helvetica, 'Noto Sans SC', sans-serif;
    font-weight: 400;
}

body{
    background:repeating-linear-gradient(-45deg,#FF494B,#FF494B 0.3rem,#ffffff 0,#ffffff 0.5rem);
    font-size: 0.21rem;
    color: #05328D;
}

#container{
    background: #264BBC;
    margin: 0.3rem;
    box-shadow: 0 0 1rem rgba(0,0,0,0.5) inset;
}

#kv-container{
    overflow: visible;
    height: 6.3rem;
}

#kv-container img{
    position: relative;
    top: 0.6rem;
    width:7rem;
}

.part-container{
    margin-bottom: 0.3rem;
}

.part1{
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
}

.content-container{
    background:#ffffff;
    border: solid 0.06rem #FF9999;
    border-radius: 0.3rem;
    width: 5.5rem;
    margin: auto;
    text-align: center;
    padding: 0.15rem 0.3rem;
    overflow: hidden;
    position: relative;
    top: 0.3rem;
}

.content-container .icon {
    float: left;
    width: 0.21rem;
}

.content-container .title {
    font-size: 0.48rem;
    font-weight: 700;
}

.content-container .memo {
    font-size: 0.24rem;
    font-weight: 500;
}

.content-container .info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 5.3rem;
    margin: 0.3rem auto 0.1rem;
}

.content-container .info div{
    white-space: nowrap;
    text-align: left;
    width: 40%;
    font-size: 0.24rem;
}

.content-container .content{
    font-size: 0.22rem;
    margin: 0.15rem auto 0.1rem;
}

.graph-container {
    background:#05328D;
    border-radius: 0rem  0rem 0.3rem 0.3rem;
    width: 5.5rem;
    margin: auto;
    padding: 0.8rem 0.2rem 0.2rem;
    text-align:center;
}

.graph-container p{
    color: #ffffff;
    font-size: 0.20rem;
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
    font-weight: 300;
}

.graph1{
    padding: 0.2rem 0rem;
    width: 90%;
}

.graph2{
    width: 80%;
}

.graph4{
    width:80%;
    position: relative;
    left: 0.3rem;
}

.graph6, .graph7{
    width:95%;
}

.graph-content{
    background:#ffffff;
    border: solid 0.06rem #3783DD;
    border-radius: 3rem;
    width: 6.1rem;
    margin: auto;
    margin-top: 0.3rem;
    padding: 0.2rem 0rem;
    text-align: center;
    position: relative;
    top: 0.3rem;
    font-size: 0.24rem;
    font-weight: 700;
}

.youyu .title{
    color: #FF6666;
}

.arrow{
    position: relative;
    top: 0.7rem;
}

.arrow object {
    width: 0.2rem;
}

.step object{
    width: 0.55rem;
}

.step p{
    font-size: 0.18rem;
    color: #FF6666;
    font-weight: 700;
    line-height: 0.21rem;
}

.step-container{
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-around;
    margin: 0.35rem 0rem;
}

.youyu .memo{
    font-size: 0.18rem;
    font-weight: 400;
}

.part5 {
    padding-bottom: 1.6rem;
}

.button-container{
    position: fixed;
    bottom: 0rem;
    margin: 0rem 0.3rem 0rem 0.3rem;
}

button {
    background: #ffffff;
    border: none;
    border-top: solid 0.05rem #ff494b;
    border-bottom: solid 0.05rem #ff494b;
    font-size: 0.48rem;
    font-weight: 900;
    color: #FF494B;
    text-align: center;
    width: 6.9rem;
    height: 0.87rem;
    margin: auto;
}