.banner-channel{
    background: url('../img/banner-channel.png');
    background-size: cover;
    background-position: center top;
    width: 100%;
    padding: 160px 0 100px 0;
    font-size: 50px;
    color: white;
    text-align: center;
}
.banner-channel a{
    display: inline-block;
    margin-top: 60px;
    background: transparent;
    border: 2px dashed white;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.banner-channel a:hover{
    border: 2px dashed #f90;
    color: #f90;
}
.advantage{ 
    width: 1024px;
    margin: auto;
    padding: 60px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.advantage p{
    padding-bottom: 30px;
}
.advantage span{
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 32px;
}
.condition{
    background: #e9f6fc;
    padding: 50px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.condition p{
    padding-bottom: 50px;
}
.condition-wrap{
    width: 1024px;
    margin: auto;
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.condition-wrap span{
    display: inline-block;
    flex: 1;
    background: white;
}
.condition-wrap span div:nth-child(2){
    padding: 20px;
    text-align: left;
}
.condition-wrap span div:first-child{
    border-bottom: 4px solid #e9f6fc;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.condition-wrap .b-red{
    border-top: 4px solid #e85513;
    color: #e85513;
}
.condition-wrap .b-green{
    border-top: 4px solid #8cc11f;
    color: #8cc11f;
}
.condition-wrap .b-blue{
    border-top: 4px solid #2ca5df;
    color: #2ca5df;
}
.condition-wrap .b-purple{
    border-top: 4px solid #900781;
    color: #900781;
}
.flow{
    width: 1024px;
    margin: auto;
    padding: 60px 0;
    font-size: 32px;
    color: #333;
    text-align: center;
}
.flow a{
    background: white;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 60px;
    font-size: 16px;
    color: #666;
}
.flow a:hover{
    border: 1px solid #f90;
    background: #f90;
    color: #fff;
}