/*Exchange*/
.e-header .header{  background: none;  }
.banner-ECN {
    height: 601px;
    margin: -86px auto 0 auto;
    background: url(//dl.cfxz123.com/source/www/acc/ECN/banner_bg.png) no-repeat center;
    width: 100%;
    display: flex;
}

.title-position{
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-title{
    background: url(//dl.cfxz123.com/source/www/acc/ECN/banner_title.png) no-repeat top center;
    background-size: 100% 100%;
    width: 372px;
    height: 98px;
}

.block1{
    margin: 75px auto;
}

.block1-title{
    font-family: Microsoft JhengHei;
    font-size: 3em;
    color: #000000; 
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 75px;
}

.forex-icon {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px
}

.icon-bg {
    max-width: 356px;
    width: 100%;
    height: 182px;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 30px 10px 30px;
}

.odd-bg {
    background: url('https://xz.gwwl01.com/source/www/acc/ECN/odd_bg.png') no-repeat;
    background-size: 100% 100%;
}

.even-bg {
    background: url('https://xz.gwwl01.com/source/www/acc/ECN/even_bg.png') no-repeat;
    background-size: 100% 100%;
}

.odd-bg .icon1 {
    max-width: 90px;
    width: 100%;
    height: auto;
}

.odd-bg .icon3 {
    max-width: 104px;
    width: 100%;
    height: auto;
}

.even-bg .icon2 {
    max-width: 79px;
    width: 100%;
    height: auto;
}

.even-bg .icon4 {
    max-width: 78px;
    width: 100%;
    height: auto;
}

.main-pros {
    color: #ffffff;
    font-family: Microsoft JhengHei;
    font-size: 2.1em;
    font-weight: 700;
    text-align: center;
}

.sub-pros {
    color: #ffffff;
    font-family: Microsoft JhengHei;
    font-size: 1.4em;
    font-weight: lighter;
    text-align: center;
}

.more-details {
    color: #d2bf1f;
    text-align: center;
    font-size: 1.4em;
    font-family: Microsoft JhengHei;
    letter-spacing: 0.1em;
    text-decoration: underline;
}


.forex-icon .icon-bg img {
    margin: 0 auto;
}

.forex-icon .icon-bg p:first {
    margin-top: 15px;
}

/* block2 */
.block2{
    background: url(//dl.cfxz123.com/source/www/acc/ECN/block2_bg.png) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: 1650px;
    display: flex;
}

.block2-title{
    font-family: Microsoft JhengHei;
    font-size: 3em;
    color: #ffffff; 
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 75px;
}

.block2-part1, .block2-part2{
    display: flex;
    justify-content: space-evenly;
    margin: 75px auto;
}

.block2-part1-left {
    background: url(//dl.cfxz123.com/source/www/acc/ECN/advantage1_bg.png) no-repeat;
    background-size: 100% 100%;
    max-width: 565px;
    height: 457px;
    width: 100%;
}

.block2-part2-right {
    background: url(//dl.cfxz123.com/source/www/acc/ECN/advantage2_bg.png) no-repeat;
    background-size: 100% 100%;
    max-width: 494px;
    height: 395px;
    width: 100%;
}

 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0 100px 0;
}

 .item ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

 .item li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}

@keyframes left-btn-animation {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.check {
    animation: left-btn-animation 1s linear infinite;
    max-width: 33.6px;
    height: auto;
    width: 100%;
}

 .item li span {
    overflow: hidden;
    display: block;
    font-size: 2.3em;
    font-weight: lighter;
    padding: 0 0 0px 15px;
    letter-spacing: 0.1em;
}

.block2-text{
    font-family: Microsoft JhengHei;
    font-size: 1.8em;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 10px;
    width: 476px;
    line-height: 1.8;
}

.part1-left, .part1-right{
    flex-basis: 45%;
    position: relative;
    margin: 0 auto;
}

.block2-icon{
    width: 476px;
    margin: 0 auto;
}

.open-panel {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}

.open-panel a {
    margin: 0 50px;
    border-radius: 4px;
    font-size: 2em;
    color: #ffffff;
    font-weight: 600;
    line-height: 2.3em;
    display: flex;
    justify-content: center;
    font-family: Microsoft JhengHei;
    border: unset;
    border-color: unset;
    max-width: 225px;
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, rgba(74, 164, 247, 1) 0%, rgba(20, 98, 169, 1) 100%);
}

.open-panel a:last-child {
    /* margin: 0 auto; */
    border-radius: 4px;
    font-size: 2em;
    color: #ffffff;
    font-weight: 600;
    line-height: 2.3em;
    display: flex;
    justify-content: center;
    font-family: Microsoft JhengHei;
    border: unset;
    border-color: unset;
    max-width: 225px;
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, rgba(255, 172, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
}

.block2-product-details{
    color: #ffffff;
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 2em;
    text-align: center;
}

.product-details{
    display: flex;
    justify-content: center;
    margin-top: 75px;
}

.block3{
    background: #ffffff;
    display: flex;
    margin: 50px auto;
}

.block3-title{
    font-family: Microsoft JhengHei;
    font-size: 2.4em;
    color: #000000; 
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}

.block3-subtitle{
    font-family: Microsoft JhengHei;
    font-size: 2.4em;
    color: #000000; 
    text-align: center;
    margin-top: 30px;
}

.block3-subtitle >a{
    color: #000000; 
    text-decoration: underline;
}