body{
    margin: 0;
    padding: 0;
}

img{
    max-width: 100%;
}

dl,dt,dd,p,ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}


.column-static{
    min-height: 100%;
    display: flex;
    flex-flow: column;
    background-color: #d7f6ee;
    max-width: 680px;
    margin: 0 auto;
    box-shadow: 0px 0 9px 0px #00000073;
    width: 100%;
    overflow: hidden;

}
.column-static .top{
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.column-static .top>img{
    width: 100%;
    margin-bottom: -2px;
}
.main{
    flex: 1;
    position: relative;
    width: 100%;
    margin-top: -80px;
    margin-bottom: 30px;
}

.main .end{
    position: absolute;
    bottom: 0;
}

.pd20{
    padding:0 14px;
}
.now-list{
    display: -webkit-box;
    /*-webkit-box-pack: center;*/
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.now-list dl{
    display: flex;
    flex-flow: column;
    margin: 10px;
    width: 41vw;
    background-color: #F9ECEE;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px 0px #64646424;
}
.now-list dl:first-child{
    margin-left: 2px;
}
.now-list dl:last-child{
    margin-right: 2px;
}
.now-list dt{
    /*width: 165px;*/
    /*height: 93px;*/
    height: calc(41vw * 9 /16);
    background-color: #ffffff;
}
.now-list dd{
    padding: 6px;
}
.now-list dd>div{
    font-size: 15px;
    margin-bottom: 5px;
}
.now-list dd>p{
    font-size: 13px;
    color: #666;
}

.main .title{
    font-size: 18px;
}

.pl14{
    padding-left: 14px;
}

.header1{
    background: url("../img/q1_u.png") no-repeat right bottom;
    background-size: contain;
}
.header2{
    background: url("../img/q2_u.png") no-repeat right bottom;
    background-size: contain;
}
.header3{
    background: url("../img/q3_u.png") no-repeat right bottom;
    background-size: contain;
}
.header4{
    background: url("../img/q4_u2.png") no-repeat right bottom;
    background-size: contain;
}
.header{
    min-height: 160px;
}
.header>div{
    width: 60%;
    padding-bottom: 10px;
}
.header>p{
    width: 50%;
    font-size: 15px;
    color: #272727;
    padding: 0 0 4px 0;
}
.pd14{
    padding: 30px 14px;
}
.player{
    position: relative;
    width: fit-content;
}
.video-player{
    margin:0 auto;
    width: 92vw;
    height: calc(92vw * 9 / 16);
    border-radius: 12px;
    overflow: hidden;
    z-index: 10;
    position: relative;
    max-width:calc(680px * 0.92) ;
    max-height: calc(680px * 0.92 * 9 / 16);

}
.video-end{
    width: 92vw;
    height: calc(92vw * 9 / 16);
    background-color: #3E8874;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    border-radius: 12px;
    max-width:calc(680px * 0.92) ;
    max-height: calc(680px * 0.92 * 9 / 16);
}
.main .pd14:first-child{
    padding-top: 0;
}