html, body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}
body{
    background: #FFFFFF;
    color: #1D2E45;
    font-size: 16px;
    font-family: 'PingFangSC-Regular','Microsoft Yahei';
}
.section-iframe {
    padding: 0 15px;
    box-sizing: border-box;
}
iframe {
    display: block;
    width: 100%;
    height: 280px;
    border: none;
    overflow: hidden;
    padding-top: 20px;
    background-image: linear-gradient(
180deg
, #5F70EE 0%, #5D96F6 100%);
    border-radius: 10px;
}
@media screen and (min-width: 960px) {
	body {
		width: 400px;
		margin: auto auto;
    }
    .container-footer{
        width: 400px;
        margin: auto auto;
    }
}
em{
    font-style: normal;
    color: #FA5969;
}
.text-weak{
    color:  rgba(29, 46, 69, 0.8);
}
[v-cloak]{
    display: none;
}
/* 顶部banner */
.header{
    width: 100%;
    height: 230px;
    padding: 0;
    position: relative;
}
.banner{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: fadeIn 2s;
}
.header .logo{
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    padding: 0 15%;
    text-align: center;
}
.logo img{
    width: 100%;
}

@keyframes fadeIn {
    0% { 
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.section-title{
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}
.section-title::before,.section-title::after{
    content: '';
    width: 16.5px;
    height: 15px;
    margin: 0 8px;
    background: url(../img/bg_title.png) no-repeat center;
    display: inline-block;
    background-size: contain;
}

.section-1{
    margin-top: -25px;
    background: #ffffff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 25px 15px;
    color:  #1D2E45;
    position: relative;
}
.section-1 .icon-xl{
    width: 80px;
    height: 80px;
}

.section-2{
    background-image: linear-gradient(180deg, #5F70EE 0%, #5D96F6 100%);
    border-radius: 10px;
    padding: 15px;
}
.section-2 .list-item{
    background: #ffffff;
    height: 82px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin-top: 12px;
}
.section-2 .icon-df{
    width: 32px;
    height: auto;
    margin: 0 20px;
}

.section-3 .list-item{
    display: flex;
    align-items: center;
    border: 1px solid #E8F0FF;
    border-radius: 4px;
    margin-top: 10px;
    padding: 15px 0;
    font-size: 15px;
}
.section-3 .icon-xl{
    width: 85px;
    height: auto;
    margin: 0 13px;
}
.section-3 .item-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;  
    text-overflow:ellipsis; 
    overflow:hidden;
}
.section-3 .item-title::after{
    content: '';
    display: block;
    width: 71px;
    height: 7px;
    background: rgba(170, 197, 244, 0.9);
    border-radius: 7px;
    margin-top: -10px;
}

/* copyright */
.container-copyright{
    margin-top: 20px;
    background: #ffffff;
    text-align: center;
    padding: 8px 0;
    color: #1D2E45;
    padding-bottom: 60px;
}
.container-copyright h5{
    font-size: 14px;
    font-weight: bold;
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
}
.container-copyright p{
    font-size: 12px;
}
/* 底部浮动按钮 */
.container-footer{
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -0.2rem 0.8rem #eee;
}
.container-footer button{
    display: block;
    width: 100%;
    line-height: 3.13rem;
    font-size: 1.13rem;
    background-color: #2D67E4;
    border-radius: 10px 10px 0px 0px;
    border: none;
    color: #ffffff;
    margin: 0 auto;
}