.clearfix:before{
    content: '';
    display: table;
}
.clearfix:after {
    display: table;
    clear: both;
    content: '';
}
body {
    margin: 0;
    min-width: 1200px;
    overflow-x: auto;
}

body img {
    user-select: none;
}


.btn {
    width: 103px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

.btn-green {
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #57be91;
}

.btn-green:hover {
    background-color: #499c78;
}

.btn-white {
    color: #57be91;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    user-select: none;
}

.btn-white:hover {
    background-color: #dffff1;
}

.home {
    position: relative;
    width: 100%;
    /*.err-msg {
      display: none;
      border: 1px solid red;
      &:hover {
        border: 1px solid red;
      }
    }*/
}

.home .banner {
    width: 100%;
    height: 814px;
    text-align: center;
    user-select: none;
    background: url("../img/banner-1920.png");
}

.home .nav-bar {
    height: 100px;
}

.home .nav-bar .logo {
    position: absolute;
    top: 35px;
    left: 80px;
}
.toggleMenu {
    user-select: none;
    display: none;
    position: absolute;
    top: 34px;
    right: 10px;
    width: 30px;
    cursor: pointer;
}

.home .nav-bar .nav-box {
    position: absolute;
    top: 42px;
    right: 209px;
    color: #fff;
}

.home .nav-bar .nav-box ul {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}

.home .nav-bar .nav-box li {
    float: left;
    margin: 0 19px;
    list-style: none;
    cursor: pointer;
}

.home .nav-bar .nav-box li:hover {
    color: #57be91;
}

.home .nav-bar .nav-box .active {
    color: #57be91;
}

.home .nav-bar .free {
    position: absolute;
    top: 34px;
    right: 80px;
}

.home .nav-bar-black {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #2d3337;
    z-index: 20;
}

.home .nav-bar-black .logo {
    position: absolute;
    top: 35px;
    left: 80px;
}

.home .nav-bar-black .nav-box {
    position: absolute;
    top: 42px;
    right: 209px;
    color: #fff;
}

.home .nav-bar-black .nav-box ul {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}

.home .nav-bar-black .nav-box li {
    float: left;
    margin: 0 19px;
    list-style: none;
    cursor: pointer;
}

.home .nav-bar-black .nav-box li:hover {
    color: #57be91;
}

.home .nav-bar-black .nav-box .active {
    color: #57be91;
}

.home .nav-bar-black .free {
    position: absolute;
    top: 34px;
    right: 80px;
}

.home .banner-content {
    height: 714px;
}

.home .banner-content .banner-title {
    position: relative;
    top: 228px;
    margin: 0;
    color: #fff;
    font-size: 42.82px;
}

.home .banner-content .banner-sub {
    position: relative;
    top: 249px;
    color: #57be91;
    font-size: 19px;
}

.home .banner-content .banner-btn {
    position: relative;
    top: 355px;
}

.home .banner-content .banner-btn button {
    margin-right: 20px;
}

/*2*/
.home .container {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.home .tab-wrapper-nav {
    position: fixed;
    top: 100px;
    width: 100%;
    height: 80px;
    background-color: #57be91;
    z-index: 20;
}

.home .tab-wrapper-nav ul {
    margin: 0;
    padding: 0;
}

.home .tab-wrapper-nav .active {
    color: #354d5b;
    background-color: #fff;
}

.home .tab-wrapper-nav .active:hover {
    background-color: #fff;
}

.home .tab-wrapper {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #57be91;
}

.home .tab-wrapper ul {
    margin: 0;
    padding: 0;
}

.home .tab-wrapper .active {
    color: #354d5b;
    background-color: #fff;
}

.home .tab-wrapper .active:hover {
    background-color: #fff;
}

.home .tab-handler {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
    user-select: none;
}

.home .tab-handler:hover {
    background-color: #54d39c;
}

.home .tab-handler img {
    position: absolute;
    top: 10px;
    left: 120px;
}

.home .tab-content {
    width: 100%;
    z-index: auto;
}

.home .bg-white {
    width: 100%;
    height: 580px;
    background-color: #fff;
}

.home .bg-black {
    width: 100%;
    height: 580px;
    background-color: #2d3337;
    overflow: hidden;
}

.home .silk-bag-1 h1 {
    margin-top: 60px;
    color: #354d5b;
}

.home .silk-bag-1 .main-img {
    float: left;
    width: 50%;
}

.home .silk-bag-1 .main-img img {
    position: relative;
    top: 117px;
    left: 150px;
}

.home .silk-bag-1 .main-content {
    float: left;
    width: 35%;
    margin-left: 75px;
}

.home .silk-bag-1 .main-content .sub-title {
    color: #354d56;
    font-size: 14px;
}

.home .silk-bag-1 .main-content .sub-img {
    float: left;
}

.home .silk-bag-1 .main-content .sub-img img {
    margin-right: 30px;
}

.home .silk-bag-1 .main-content .sub-text {
    margin: 55px 0 0 0;
}

.home .silk-bag-1 .main-content .sub-text span {
    color: #57be91;
    font-size: 16px;
}

.home .silk-bag-1 .main-content .sub-text p {
    color: #354d56;
    font-size: 14px;
}

.home .silk-bag-2 {
    color: #fff;
}

.home .silk-bag-2 h1 {
    margin-top: 60px;
}

.home .silk-bag-2 .main-img {
    float: right;
    position: relative;
    top: 117px;
    right: 200px;
}

.home .silk-bag-2 .main-content-black {
    float: left;
    width: 36%;
    margin-left: 104px;
}

.home .silk-bag-2 .main-content-black .sub-title-black {
    color: #57be91;
    font-size: 14px;
}

.home .silk-bag-2 .main-content-black .sub-img-black {
    float: left;
}

.home .silk-bag-2 .main-content-black .sub-img-black img {
    margin-right: 30px;
}

.home .silk-bag-2 .main-content-black .sub-text-black {
    /*margin: 65px 0 0 0;*/
    margin: 50px 0 0 0;
}

.home .silk-bag-2 .main-content-black .sub-text-black span {
    color: #57be91;
    font-size: 16px;
}

.home .silk-bag-2 .main-content-black .sub-text-black p {
    color: #fff;
    font-size: 14px;
}

.home .smart-1 {
    text-align: center;
    overflow: hidden;
}

.home .smart-1 h1 {
    margin-top: 0;
    padding-top: 60px;
    color: #354d5b;
}

.home .smart-1 .smart-main-img {
    width: 50%;
    float: left;
}

.home .smart-1 .smart-img-new {
    margin-top: 35px;
}

.home .smart-1 .data-right {
    width: 49%;
    color: #354d5b;
    float: right;
}

.home .smart-1 .hr1 {
    position: relative;
    top: 25px;
    left: -365px;
    width: 36px;
    height: 270px;
    border: none;
    border-top: 2px solid #435a66;
    border-left: 2px solid #435a66;
    border-bottom: 2px solid #435a66;
    margin: 0 0 0 350px;
}

.home .smart-1 .hr2 {
    position: relative;
    top: -162px;
    left: -365px;
    width: 37px;
    height: 90px;
    border: none;
    border-top: 2px solid #435a66;
    border-left: 2px solid #435a66;
    border-bottom: 2px solid #435a66;
    margin: 0 0 0 350px;
}

.home .smart-1 .data-sub {
    position: relative;
    top: 46px;
    color: #8891a6;
}

.home .smart-1 .data-sub .data-sub-1 {
    position: absolute;
    top: 290px;
    left: 11%;
}

.home .smart-1 .data-sub .data-sub-2 {
    position: absolute;
    top: 290px;
    left: 35%;
}

.home .smart-1 .data-sub .data-sub-3 {
    position: absolute;
    top: 290px;
    left: 63%;
}

.home .smart-1 .data-tick {
    position: relative;
    top: -360px;
    left: 36px;
}

.home .smart-1 .data-tick .sub-tick {
    text-align: left;
    height: 90px;
}

.home .smart-1 .data-tick .sub-tick span {
    position: relative;
    top: -11px;
    left: -8px;
}

.home .smart-2 {
    text-align: center;
}

.home .smart-2 h1 {
    margin-top: 0;
    padding-top: 60px;
    color: #fff;
}

.home .smart-2 .smart-title {
    font-size: 14px;
    color: #57be91;
}

.home .smart-2 .title {
    color: #fff;
    font-size: 14px;
}

.home .smart-2 .title-left {
    position: relative;
    left: -95px;
}

.home .smart-2 .title-right {
    position: relative;
    left: 200px;
}

.home .left-img {
    margin-right: 5px;
    margin-left: 5px;
}

.home .smart-3 {
    text-align: center;
}

.home .smart-3 h1 {
    margin-top: 0;
    padding-top: 60px;
    color: #354d5b;
}

.home .smart-3 .smart-left {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.home .smart-3 .smart-left-img {
   width: 100%;
}

.home .smart-3 .smart-left .smart-sub {
    float: left;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid red;
    left: 5px;
}

.home .smart-3 .smart-left .tick {
    width: 50%;
    position: absolute;
    bottom:50px;
    left: 10%;
}

.home .smart-3 .smart-left .tick .smart-tick {
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.home .smart-3 .smart-left .tick .smart-tick .left-img {
    float: left;
    width: 5%;
}
.home .smart-3 .smart-left .tick .smart-tick .right-text {
    float: left;
    width: 90%;
    text-align: left;
}

.home .smart-4 {
    text-align: center;
}

.home .smart-4 h1 {
    margin-top: 0;
    padding-top: 60px;
    color: #fff;
}

.home .smart-4 .marker-sub-title {
    color: #57be91;
}

.home .smart-4 .marker-left {
    float: left;
    width: 50%;
    padding-left: 100px;
    box-sizing: border-box;
}

.home .smart-4 .market-right {
    width: 50%;
    color: #fff;
    float: right;
}

.home .smart-4 .market-tick {
    position: relative;
    top: 130px;
    left: 188px;
    width: 48%;
}

.home .smart-4 .market-tick .tick-left {
    text-align: left;
    height: 40px;
}

/* copy */
.home .smart-5 {
    text-align: center;
}

.home .smart-5 h1 {
    margin-top: 0;
    padding-top: 60px;
    color: #354d5b;
}

.home .smart-5 .marker-sub-title {
    /* color: #57be91; */
}

.home .smart-5 .marker-left {
    float: left;
    width: 50%;
    padding-left: 200px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.home .smart-5 .market-right {
    width: 50%;
    /* color: #fff; */
    float: right;
}

.home .smart-5 .market-tick {
    position: relative;
    top: 130px;
    left: 188px;
    width: 48%;
}

.home .smart-5 .market-tick .tick-left {
    text-align: left;
    height: 40px;
}




.home .clients {
    width: 100%;
    height: 580px;
    /* background-color: #fff; */
    color: #354d5b;
    text-align: center;
    user-select: none;
}

.home .clients .clients-title {
    font-size: 18.66px;
    position: relative;
    top: 62px;
    margin: 0;
}
.home .clients .clients-img-div {
    margin: 140px auto 80px auto;
    width: 1112px;
}
.home .clients .clients-img-div .clients-item{
    width: 100%;
}
.home .clients .clients-img-div .clients-item .img-item{
    width: 20%;
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
}
.home .clients .clients-img-div .clients-item .img-item img{
    width: 100%;
}
.home .clients table {
    margin: 140px auto 80px auto;
}

.home .clients table td {
    height: 90px;
    line-height: 90px;
    padding: 0 20px;
}

.home .try {
    width: 100%;
    height: 140px;
    background-color: #57be91;
    text-align: center;
    padding: 33px 0 45px 0;
}

.home .try .try-computer {
    float: left;
    padding-right: 46px;
    margin-left: 32%;
}

.home .try .try-content {
    float: left;
    margin: auto;
    padding-right: 46px;
}

.home .try .try-content .try-title {
    color: #fff;
    font-size: 27px;
    line-height: 27px;
}

.home .try .try-arrow {
    float: left;
}

.home .copyright {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}

.home .back-drop {
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.home .inner {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 692px;
    height: 500px;
    margin: 0 auto;
    z-index: 10;
    background-color: #fff;
    opacity: 1;
}

.home .pop-msg {
    display: none;
}

.home .close {
    width: 100%;
    height: 48px;
}

.home .close img {
    float: right;
    cursor: pointer;
    margin: 16px 16px 0 0;
}

.home .welcome {
    color: #57be91;
    font-size: 24px;
    margin: 0 0 32px 0;
}

.home .from-filed {
    line-height: 57px;
    position: relative;
}

.home .from-filed input::-webkit-input-placeholder {
    color: #b8b8b8;
}

.home .star {
    color: #57be91;
}

.home .label {
    float: left;
    width: 114px;
    margin: 0 16px 0 109px;
    text-align: right;
}

.home .input {
    width: 298px;
    height: 33px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 155px;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    outline: none;
}

.home .input:hover {
    border: 1px solid #57be91;
}

.home .input-msg {
    display: none;
    position: absolute;
    left: 550px;
    top: 5px;
    color: red;
    font-size: 12px;

}

.home .p1 {
    margin-top: 56px;
}

.home .p2 {
    margin-bottom: 56px;
}

.home .sub-btn {
    width: 182px;
    height: 32px;
    margin: 32px 0 32px 0;
}

.home .disable-btn {
    width: 182px;
    height: 32px;
    margin: 102px 0 92px 0;
    background-color: #c9c9c9;
}


.dev-platform .platform1-box{
    height: 300px;
    width: 450px;
}

.left-box{
    display: inline-block;
    float: left;
    width: 50%;
    height: 300px;
}
.right-box{
    display: inline-block;
}
.top-box{
    width: 100%;
    height: 150px;

}
.big-font{
    font-size: 28px;
    line-height: 150px;
}
.platform-img1{
    width: 500px;
    position: relative;
    left: -100px;
}
.platform-img2{
    width: 300px;
}
.floor-text{
    color: #fff;
    font-size: 24px;
    text-align: left;
    line-height: 42px;
}
.floor-text1{
    padding-left: 160px;
}
.floor-text2{
    padding-left: 280px;
}
.floor-text3{
    padding-left: 490px;
}
#dev-platform-fix{
    top: 60px;
}
#long-text-fix{
    width: 450px;
}
.button-wrapper{
    width: 100%;
    text-align: center;
    clear: both;
    margin-top: 80px;
}
.enter-detail{
    display: inline-block;
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #57be91;
}
.home .dev-platform-2{
    /*height: 480px;*/
}
.border-box{
    border: 1px solid #57be91;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 225px;
    box-sizing: border-box;
    height: 150px;
}
.border-box p{
    margin: 0;
}
.platform-table-img{
    position: relative;
    top: 15px;
    width: 50px;
}
.green-font{
    color:  #57be91;
}
/*# sourceMappingURL=_home.css.map */
