img {
    display: block;
}
#main {
    padding: 0;
    width: 100%;
    margin: 0;
    color: #121212
}
.web-banner {
    overflow: hidden;
    background: url("/en/images/product/forex/banner.png") no-repeat center;
    margin-top: 72px;
    position: relative;
    height: 420px;
}
.web-banner .web-font {
    overflow: hidden;
    margin-top: 142px;
}
.web-banner .web-font span,
.web-banner .web-font p {
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #777777;
    text-align: center;
    text-transform: capitalize;
}
.web-banner .web-font span {
    font-size: 50px;
    line-height: 66px;
    color: #20222B;
    font-weight: bolder;
}
.web-banner .web-font p {
    width: 70%;
    margin: 10px auto 0;
}
.web-page {
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
}
.web-page.bgColor2 {
    background: #F7F9FB;
}
.web-page .main-links {
    border-bottom: 1px solid #D8D8D8;
}
.web-page .main-links ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web-page .main-links ul li {
    padding: 20px 15px;
    border-bottom: 3px solid transparent;
    margin: 0 30px;
    cursor: pointer;
}
.web-page .main-links ul li a {
    overflow: hidden;
    display: block;
    text-align: left;
    font-size: 30px;
    height: 38px;
    color: #121212;
}
.web-page .main-links ul li.active,
.web-page .main-links ul li:hover{
    border-bottom-color: #37AEB3;
}
.web-page .main-links ul li.active a,
.web-page .main-links ul li:hover a {
    color: #37AEB3;
}
.web-page .main-item{
    margin-top: 69px;
}
.web-page .main-item ul{
    display: flex;
    justify-content: space-between;
}
.web-page .main-item li{
    overflow: hidden;
    width: 680px;
    height: 280px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    background: #fff;
    padding: 40px;
}
.web-page .main-item li a{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.web-page .main-item li .img-fl{
    width: 200px;
    margin-right: 20px;
}
.web-page .main-item li .img-fl img{width: 100%}
.web-page .main-item li .fr{
    width: 380px;
}
.web-page .main-item li .fr span,
.web-page .main-item li .fr p{
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #777777;
}
.web-page .main-item li .fr span{
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    margin: -10px 0 10px;
    color: #121212;
}
.web-page .web-title {
    overflow: hidden;
}
.web-page .web-title span,
.web-page .web-title p,
.web-page .web-title em {
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.web-page .web-title span {
    font-size: 42px;
    line-height: 50px;
    color: #121212;
    font-weight: bolder;
    width: 70%;
    margin: 0 auto;
}
.web-page .web-title em {
    background: #FB615B;
    width: 120px;
    height: 2px;
    margin: 12px auto 30px;
}
.web-page .web-title p {
    width: 60%;
    margin: 0 auto 30px;
}
.web-page .con-list{
    overflow: hidden;
    margin-top: 50px;
}
.web-page .con-list ul{
    display: flex;
    justify-content: space-between;
}
.web-page .con-list li{
    overflow: hidden;
    width: 440px;
    height: 364px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 40px;
    position: relative;
}
.web-page .con-list li img{
    margin: 0 auto 10px;
}
.web-page .con-list li span,
.web-page .con-list li a{
    overflow: hidden;
    display: block;
    text-align: center;
    text-transform: capitalize;
}
.web-page .con-list li span{
    font-size: 24px;
    line-height: 32px;
    color: #20222B;
    margin: 0 auto;
}
.web-page .con-list li span em{
    font-weight: bolder;
    display: inline;
}
.web-page .con-list li a{
    color: #37AEB3;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
}
.web-page .con-list li a em {
    background: url("/en/images/product/forex/icon_button_arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    margin-left: 6px;
}
