img {
    display: block;
}
#main {
    padding: 0;
    width: 100%;
    margin: 0;
    color: #121212
}
.web-banner {
    overflow: hidden;
    background: url("/en/images/deposit/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;
    padding: 80px 0;
}
.web-page.bgColor2 {
    background-color: #FAFAFA;
}
.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;
}


.article .link-box {
    width: 100%;
    height: 80px;
    background-color: #ebf8f9;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article .link-box li {
    justify-content: center;
}
.article .link-box li a {
    display: inline-block;
    outline: none;
    font-size: 16px;
    color: #37AEB3;
    text-align: center;
    font-weight: bold;
    padding: 12px 30px;
    margin: 0 4px;
    border: 1px solid rgba(55, 174, 179, 1);
    background-color: #fff;
    border-radius: 2px;

}
.article .link-box li a.active-a {
    background-color: #37AEB3;
    color: #fff;
}
.cont-title {
    width: 100%;
    line-height: 22px;
    color: #0B1E1F;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

.cont-secend {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.setion-table {
  overflow: hidden;
    width: 100%;
    margin: 30px auto 0;
    align-items: center;
}
.setion-table ul.table-ul {
    display: flex;
    justify-content: center;
    width: 100%;

}
.setion-table ul.table-ul li {
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #0B1E1F;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #C7CED6;
    border-right: 0;
}
.setion-table ul.table-ul.cont-table li{
    border-top: 0;
}
.setion-table ul.table-ul li.wid-16 {
    width: 16%;
}
.setion-table ul.table-ul li.wid-28 {
    width: 28%;
}
.setion-table ul.table-ul li.wid-24 {
    width: 24%;
}
.setion-table ul.table-ul li:last-child {
    border-right: 1px solid #C7CED6;
}
.setion-table .cont-table li.fater-li {
    height: auto;
    line-height: 26px;
    font-size: 18px;
}
.setion-table .cont-table li.fater-li.de {
    height: auto;
}
.setion-table .cont-table li.fater-li a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #37AEB3;
    color: #fff;
    margin-top: 5px;
}
.setion-table .cont-table li.fater-li a.F05336 {
    background-color: #F05336;
}
.setion-table .cont-table li.fater-li p img{
    margin: 10px 0 5px;
}
.setion-table .cont-table li.fater-li ul {
    width: 100%;
    height: 100%;
}
.setion-table .cont-table li.fater-li ul li {
    width: 100%;
    height: 90px;
    line-height: 90px;
    float: left;
    background-color: #ebf8f9;
    border: 0;
    display: block;
    position: relative;
}
.setion-table .cont-table li.fater-li ul li img {
    display: block;
    position: absolute;
    width: auto;
    max-width: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.setion-table .cont-table li.fater-li ul li p {
    float: right;
    line-height: 90px;
    font-size: 20px;
    color: #666;
    margin-right: 32px;
}
.setion-table .cont-table li.fater-li ul li:nth-child(2n) {
    background-color: #fff;
}
.secont-cont {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}
.last-cont {
    width: 100%;
    background-color: #fff;
}
.che-1 {
  width: 100%;
    margin: 0 auto;
}

.che-1 .che-title {
  overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #0B1E1F;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    zoom: 1;
}
.che-1 .btn-cont {
    width: 100%;
    height: 55px;
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: center;
}
.che-1 .btn-cont button {
    border: 0;
    padding: 0;
    display: block;
    width: 430px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #37AEB3;
    border: 1px solid #37AEB3;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 0 10px;
    cursor: pointer;
}
.che-1 .btn-cont button.active-btn {
    background-color: #37AEB3;
    color: #fff;
}

.section2 h2 {
    margin: 8% 0 3%;
}
.section2 .slideshow-wr {
    border: 1px solid #CCCCCC;
}
.section2 .slideshow-wr > ul.tab-links {
    margin-bottom: 20px;
}
.section2 .wrap-layer.Uat > li {
    float: left;
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background: #CCCCCC;
    cursor: pointer;
}

.section2 .wrap-layer > li.active {
    background: #666666;
}
.section2 .wrap-layer li.note-book {
    transition: all .1s ease-in;
    background: #CCCCCC url(//img.getfc.com.cn/source/www/platformm/step/pc.png) center no-repeat;
}
.section2 .wrap-layer li.note-book:hover {
    background: #CCCCCC url(//img.getfc.com.cn/source/www/platformm/step/pc-grey.png) center no-repeat;
}
.section2 .wrap-layer li.note-book.active {
    background: #FFFFFF url(//img.getfc.com.cn/source/www/platformm/step/pc-grey.png) center no-repeat;
}
.section2 .wrap-layer li.mobile {
    transition: all .1s ease-in;
    background: #CCCCCC url(//img.getfc.com.cn/source/www/platformm/step/mc.png) center no-repeat;
}
.section2 .wrap-layer li.mobile:hover {
    background: #CCCCCC url(//img.getfc.com.cn/source/www/platformm/step/mobile-grey.png) center no-repeat;
}
.section2 .wrap-layer li.mobile.active {
    background: #FFFFFF url(//img.getfc.com.cn/source/www/platformm/step/mobile-grey.png) center no-repeat;
}
.section2 .tab-contents {
    background: #FFFFFF;
}
.section2 .sub-contentmb {
    border: 1px solid #ccc;
    width: 60.5%;
    margin: 0 auto;
    margin-left: 11.8%;
    border-bottom: none;
    z-index: 60;
    position: relative;
    background: none;
    margin-top: 100px;
}
.section2 .sub-contentmb .descript {
    position: absolute;
    width: 100%;
    border: none !important;
    top: 47%;
    left: 0;
    display: table;
}
.section2 .sub-contentmb .descript p {
    width: 100% !important;
    padding: 0 6.7% !important;
    display: table-cell !important;
    vertical-align: middle;
}
.section2 .sub-contentmb .slides {
    width: 100%;
    float: right;
}
.section2 .sub-contentmb .slides > li {
    height: 480px;
}
.section2 .sub-contentmb .slides > li img {
    max-width: 100%;
    width: 327px;
    height: auto;
    position: absolute;
    left: 100%;
    bottom: -1px;
}
.section2 .sub-contentmb .flexslider {
    background: none;
}
.section2 .sub-contentmb .flexslider:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.section2 .sub-contentmb .flexslider:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.section2 .sub-contentmb .flexslider:hover .flex-direction-nav .flex-next {
    right: -362px;
    top: 44%;
    opacity: 1;
}
.section2 .sub-contentmb .flexslider:hover .flex-direction-nav .flex-prev {
    left: -75px;
    top: 44%;
    opacity: 1;
}
.section2 .sub-contentmb .flexslider .flex-direction-nav .flex-next {
    right: -362px;
    top: 44%;
}
.section2 .sub-contentmb .flexslider .flex-direction-nav .flex-prev {
    left: -75px;
    top: 44%;
}
.section2 .sub-info {
    width: 74.2%;
    margin: 0 auto;
}
.section2 .sub-info li {
    float: left;
    width: 25%;
    font-size: 20px;
    color: #666666;
    height: 43px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-top: 3px solid #FFFFFF;
    background: #E5E5E5;
}
.section2 .sub-info li:hover {
    color: #37AEB3;
}
.section2 .sub-info li.active {
    border-top: 3px solid #37AEB3;
    color: #FFFFFF;
    background: #37AEB3;
}
.section2 .sub-infomb {
    width: 80%;
    margin-left: 11.8%;
    position: absolute;
    z-index: 61;
}
.section2 .sub-infomb li {
    float: left;
    width: 14.33%;
    font-size: 20px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    border-top: 3px solid #FFFFFF;
    background: #E5E5E5;
}
.section2 .sub-infomb li:hover {
    color: #37AEB3;
}
.section2 .sub-infomb li.active {
    color: #FFFFFF;
    background: #37AEB3;
    border-top: 3px solid #37AEB3;
}
.section2 .flexslider {
    background: #FFFFFF;
}
.section2 .flexslider .slides img {
    width: auto;
    width: initial;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.section2 .flexslider .descript {
    border-top: 1px solid #CCCCCC;
}
.section2 .flexslider .descript p {
    font-size: 20px;
    color: #121212;
    line-height: 1.6;
    width: 100%;
    padding: 1.4% 9.7%;
    height: 80px;
}
.section2 .flexslider .progress {
    position: absolute;
    width: 10%;
    height: 3px;
    background: #666666;
    left: 0;
    bottom: -1px;
}
.section2 .flexslider:hover .flex-direction-nav .flex-next {
    right: 43px;
    top: 44%;
    opacity: 1;
}
.section2 .flexslider:hover .flex-direction-nav .flex-prev {
    left: 43px;
    top: 44%;
    opacity: 1;
}
.section2 .flexslider .flex-direction-nav .flex-next {
    right: 43px;
    top: 44%;
}
.section2 .flexslider .flex-direction-nav .flex-next:hover {
    opacity: 0.7;
}
.section2 .flexslider .flex-direction-nav .flex-prev {
    left: 43px;
    top: 44%;
}
.section2 .flexslider .flex-direction-nav .flex-prev:hover {
    opacity: 0.7;
}
.section2 .flexslider .flex-direction-nav a.flex-next:before {
    content: '';
    background: url(//img.getfc.com.cn/source/www/platformm/step/next.png) center no-repeat;
}
.section2 .flexslider .flex-direction-nav a {
    width: 30px;
    height: 36px;
    outline: none;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out, opacity 0.01s ease-in;
    -moz-transition: all 0.15s ease-in-out, opacity 0.01s ease-in;
    -ms-transition: all 0.15s ease-in-out, opacity 0.01s ease-in;
    -o-transition: all 0.15s ease-in-out, opacity 0.01s ease-in;
    transition: all 0.15s ease-in-out, opacity 0.01s ease-in;
}
.section2 .flexslider .flex-direction-nav a:before {
    position: absolute;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    background: url(//img.getfc.com.cn/source/www/platformm/step/previous.png) center no-repeat;
}
.che-2 .bd {
  overflow: hidden;
    width: 100%;
}
.che-2 .bd ul {
    width: 100%;
    display: flex;
    justify-content: center;
}
.che-2 .bd ul li {
    width: 25%;
    background-image: url(/en/images/deposit/1.png);
    background-repeat: no-repeat;
    background-size: 147px 189px;
    background-position: center 26px;
}
.che-2 .bd ul li:nth-child(2) {
    background-image: url(/en/images/deposit/2.png);
}
.che-2 .bd ul li:nth-child(3) {
    background-image: url(/en/images/deposit/3.png);
}
.che-2 .bd ul li:nth-child(4) {
    background-image: url(/en/images/deposit/4.png);
    background-position: center top;
    background-size: 195px 225px;
}
.che-2 .bd ul li p,
.che-2 .bd ul li span{
    overflow: hidden;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
}
.che-2 .bd ul li p{
    padding-top: 80px;
    color: #37AEB3;
}
.che-2 .bd ul li p.last {
    padding-top: 50px;
    color: #fff;
}
.che-2 .bd ul li span {
    margin: 120px auto 0;
    color: #0B1E1F;
    font-size: 18px;
    line-height: 24px;
    width: 60%;
}
.bd p.btn-p-hide {
    width: 100%;
    margin-top: 60px;
}
.bd p.btn-p-hide a.regi {
    display: block;
    margin: 24px auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background-color: #F05336;
    color: #fff;
    font-size: 24px;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.bd p.btn-p-hide span {
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    color: #0B1E1F;
    text-align: center;
    width: 100%;
}
.bd p.btn-p-hide span a {
    color: #37AEB3;
}


.none {
    display: none;
}
@media (max-width: 479px) {
    .flexslider {
        overflow: hidden;
    }

    .footer {
        height: initial;
        min-height: 520px;
    }

    .footer .contact-us ul li {
        width: 100%;
    }

    .footer .contact-us ul a {
        text-align: left;
    }

    .top-banner h1 {
        font-size: 32px;
    }

    .top-banner h2 {
        font-size: 20px;
    }

    .header .center-support {
        top: 76px;
    }

    .header .header-bar {
        display: none;
    }

    .section1 .note-bg {
        max-width: 100%;
    }

    .section1 .col-left {
        margin-bottom: 20px;
    }

    .section1 .col-right {
        clear: both;
        margin-bottom: 20px;
    }

    .section1 .row {
        height: 220px;
    }


    .section3 .create-acc a {
        width: 35%;
    }

    .section4 {
        background: url(/en/images/platformm/step/bg-nav.jpg) center top repeat-y;
    }

    .section4 .box-item {
        margin: 0 auto 20px !important;
    }

    .section4 .box-item.third {
        float: none;
        margin: 0 auto;
    }

    .article .link-box li {
        width: 33.333%;
    }

    .article .link-box li a {
        padding-left: 30%;
    }
}
@media (min-width: 480px) {


    .header .par-menu.stick {
        padding-top: 30px;
    }

    .section1 .note-bg {
        max-width: 100%;
    }


    .section3 .create-acc a {
        width: 150px;
    }

    .section4 {
        padding-top: 46px;
        background: url(/en/images/platformm/step/bg-nav.jpg) center top repeat-y;
        background-size: 100% 100%;
    }

    .section4 .box-item.third {
        float: none;
        width: 45%;
    }

    .section4 .box-item {
        min-height: 377px;
    }
}
@media (min-width: 992px) {
    .section3 .create-acc a {
        width: 200px;
    }

    .section4 {
        background: url(/en/images/platformm/step/bg-nav.jpg) center top no-repeat;
        background-size: 100% 100%;
    }

    .section4 .box-item.third {
        float: right;
        width: 90%;
    }

    .section4 .img-depict {
        height: 61px;
    }
}
@media (min-width: 1024px) {
    .section1 .note-bg {
        max-width: 100%;
    }


    .section4 .img-depict {
        height: 52px;
    }

    .section4 .box-item {
        padding: 25px 15px;
        min-height: 350px;
    }

    .ist-page .section4 .box-item {
        min-height: 388px;
    }
}
@media (min-width: 1280px) {
    .section1 .note-bg {
        max-width: initial;
    }


    .section4 {
        padding-top: 80px;
    }

    .section4 .box-item {
        min-height: 376px;
        padding: 30px 19px;
    }

    .section4 .img-depict {
        height: 80px;
    }

    .section4 .img-depict img.pr-logo {
        margin-top: 0;
    }
}
@media (min-width: 1920px) {


    .section4 .box-item {
        min-height: 400px;
    }

    .section4 .img-depict img.pr-logo {
        margin-top: 0;
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation: bounce 0.5s ease;
    animation: bounce 0.5s ease;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.strade-page .section2 .wrap-layer li.note-book {
    background: #CCCCCC url(/en/images/platformm/step/web.png) center no-repeat;
}
.strade-page .section2 .wrap-layer li.note-book:hover {
    background: #CCCCCC url(/en/images/platformm/step/web-grey.png) center no-repeat;
}
.strade-page .section2 .wrap-layer li.note-book.active {
    background: #FFFFFF url(/en/images/platformm/step/web-grey.png) center no-repeat;
}
.explain {
    font-size: 20px;
    color: #121212;
    line-height: 1.6;
    padding-bottom: 20px;
}
.explain a {
    display: inline;
    text-decoration: none;
    color: #37AEB3
}
/*# sourceMappingURL=step.css.map */
