#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 .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 .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;
}
.main-article {
    overflow: hidden;
}
.main-article .main-title {
    font-size: 30px;
    color: #121212;
    line-height: 36px;
    font-weight: bolder;
    margin-top: 40px;
}
.main-article .sub-title {
    color: #777777;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0 20px
}
.main-article .sub-title a{
    display: inline-block;
    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 {
    width: 680px;
    height: 330px;
    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;
}
.main-article .section2 a {
    cursor: pointer;
    text-decoration: none;
}
.main-article .section2 .img-qs1 {
    width: 68%;
    margin: 45px auto;
    display: block;
}
.main-article .article-question1 {
    font-size: 24px;
    margin: 0;
    position: relative;
    padding: 15px 80px 15px 0;
    display: block;
    color: #121212;
    font-weight: bolder;
    text-decoration: none;
}
.main-article .article-question {
    font-size: 24px;
    margin: 0;
    position: relative;
    padding: 15px 0;
    padding-right: 80px;
    display: block;
    color: #37AEB3;
    text-decoration: none;
}
.main-article .article-question:after {
    content: " ";
    position: absolute;
    background-image: url(/en/images/product/intro/arrow.png);
    background-size: 6px 10px;
    background-repeat: no-repeat;
    display: block;
    width: 6px;
    height: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    ms-transform: rotate(90deg); /* IE 9 */
    moz-transform: rotate(90deg); /* Firefox */
    webkit-transform: rotate(90deg); /* Safari and Chrome */
    o-transform: rotate(90deg); /* Opera */
}
.main-article .article-question.collapsed {
    font-weight: normal;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
    color: #20222B;
}
.main-article .article-question.collapsed:hover {
    color: #37AEB3;
}
.main-article .article-question.collapsed:after {
    content: " ";
    transform: rotate(0);
    ms-transform: rotate(0); /* IE 9 */
    moz-transform: rotate(0); /* Firefox */
    webkit-transform: rotate(0); /* Safari and Chrome */
    o-transform: rotate(0); /* Opera */
}
.main-article .article-answer {
    font-size: 20px;
    margin-bottom: 1%;
}
.main-article .article-answer p {
    color: #777777;
    font-size: 20px;
    line-height: 32px;
}
.main-article .article-answer strong {
    font-weight: bold;
    font-size: 22px;
    line-height: 38px;
}
.main-article .article-answer .padding-title {
    padding-top: 10px;
    display: block;
}
.main-article .article-answer a {
    color: #37AEB3;
}
.main-article .article-answer a:hover {
    color: #37AEB3;
}
.main-article .article-answer .pleft {
    padding-left: 16px;
}
.main-article .article-answer .border {
    border: 1px solid #CCCCCC;
    padding: 30px 20px;
    margin-top: 30px;
}
.main-article .collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.main-article .collapse.in {
    height: auto;
}
.web-page .cfd-detail {
    margin: 20px 0 10px;
    font-size: 20px;
    color: #121212;
}
