/* index */

html {
    position: relative;
}

html,
body {
    width: 100%;
    height: 100%;
}
img{
    width: 100%;
    display: block;
}
.yColor{
    color: #EB8D4A;
}
.logo-box{
    width: 30vw;
    margin: 0 auto;
    padding: 4vh 0;
}
.title-box h1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-box h1 span{
    font-size: 20px;
    margin: 0 10px;
    font-weight: bold;
    color: #000;
}
.main-box{
    width: 90%;
    margin: 4vh auto;
}
.main-title{
    font-size: 14px;
    position: relative;
    margin-left: 10px;
    color: #000;
}
.main-title::before{
    content: '';
    display: block;
    width: 0.8vw;
    height: 2vh;
    background: #298DEC;
    position: absolute;
    top: 4px;
    left: -10px;
}
.main-list li{
    margin: 4vh 0;
    display: flex;
}
.main-list li img{
    width: 13vw;
    height: 13vw;
}
.main-list li .text-box{
    margin-left: 5vw;
    font-size: 14px;
}
.text-box h2{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.btn-box .btn {
    display: block;
    width: 100%;
    color: #fff;
    background: #00469B;
    line-height: 3;
    border-radius: 10vw;
    font-size: 18px;
    text-align: center;
}
.tips-box{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5vh;
}
.tips-inner-box{
    background: #F6F6F6;
    padding: 4vw 5vw;
}
.tips-box h3{
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    align-items: center;
}
.tips-box h3 img{
    width: 5vw;
    height: 5vw;
    margin-right: 1vw;
}
@media screen and (min-width: 768px) {
    h5 {
        font-size: 27px;
        color: white;
        font-weight: 400;
    }

    div,
    p,
    span,
    a,
    h4,
    h1 {
        font-size: 41px !important;
    }


}

@media only screen and (min-width: 400px) {
    html {
        font-size: 41.4px !important;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 41.4px !important;
    }
}