/*     banner   */
.banner {
    overflow: hidden;
    clear: both;
    height: auto;
}
img.banner-pc {
    object-fit: cover;
    position: relative;
    width: auto;
}
img.banner-app {
    object-fit: cover;
    position: relative;
    width: auto;
}
.text007 {
    display: block;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    z-index: 1;
    grid-area: copy/copy/copy/copy;
    text-align: center;
}


img.banner-pc {
    -o-object-fit: fill;
}

h1.keyTitle {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 26px;
    font-weight: 400;
    text-align: center;
}

h2.keyDesc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.btngrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn1.btnfont {
    width: 160px;
    height: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #36508d;
    cursor: pointer;
    color: #ffffff;
    margin: 0 auto;
}
.banner-app{display:none;}

@media screen and (max-width: 769px){
    .banner-pc{display: none;}
    .banner-app{display:block;}
    .text007{
        margin: 0 5%;
        width: 90%;
    }
}
/*     banner:结束    */

img.content_01_bottom_li_img {
    width: auto;
    height: 60px;
}

.content_01_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content_01_bottom_li {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.content_01_bottom_li p.content_p {
    text-align: left;
}
.content_02 {
    text-align: center;
}
img.content_02_img {
    width: 100%;
    height: auto;
}
img.content_02_li_img {
    width: auto;
    height: 60px;
}

.content_02_ul {
    display: flex;
    padding: 20px 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
a.p_button_link.button.to-use {
    background-color: #36508d;
    color: #fff;
    width: auto;
    height: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    letter-spacing: 5px;
}

@media screen and (max-width: 769px){

    .content_01_bottom_li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    img.content_02_li_img {
        height: 30px;
    }
}