
/*自适应手机端，小于1200 start*/
@media screen and (max-width: 1200px) {
    /*宽度*/
    body {
        margin: 0;
        overflow-x: hidden;
        min-width: 100%;
    }
    .home .nav-bar {
        height: 100px;
    }
    .home .nav-bar .logo {
        position: absolute;
        top: 35px;
        left: 20px;
    }
    /*todo*/
    .home .nav-bar .nav-box {
        position: absolute;
        top: 100px;
        right: 0px;
        left: 0;
        color: #fff;
        display: none;
    }


    .home .nav-bar .nav-box ul {
        /*margin: 0;*/
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        padding-left: 0px;
        background-color: #2d3337;
    }

    .home .nav-bar .nav-box li {
        float: none;
        margin: 0;
        list-style: none;
        cursor: pointer;
        text-align: left;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        border-bottom: 1px solid #ccd0d4;
    }

    .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: 50px;
    }
    .toggleMenu {
        display: inline-block;
        position: absolute;
        top: 34px;
        right: 10px;
        width: 30px;
        cursor: pointer;
    }
    /*固定*/
    .home .nav-bar-black {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100px;
        background-color: #2d3337;
        z-index: 2;
    }

    .home .nav-bar-black .logo {
        position: absolute;
        top: 35px;
        left: 20px;
    }
/*todo*/
    .home .nav-bar-black .nav-box {
        position: absolute;
        /*top: 42px;*/
        /*right: 209px;*/
        top: 100px;
        right: 0px;
        left: 0;
        color: #fff;
        display: none;
    }

    .home .nav-bar-black .nav-box ul {
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 0;
        padding-bottom: 10px;
        background-color: #2d3337;
    }

    .home .nav-bar-black .nav-box li {
        float: none;
        margin: 0;
        list-style: none;
        cursor: pointer;
        text-align: left;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        border-bottom: 1px solid #ccd0d4;
    }

    .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: 50px;
    }

    .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 {
        display: none;
        position: fixed;
        top: 100px;
        width: 100%;
        height: 80px;
        background-color: #57be91;
        z-index: 2;
    }

    .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 {
        display: none;
        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 .silk-bag-1 {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .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: none;
        width: 100%;
    }

    .home .silk-bag-1 .main-img img {
        position: relative;
        top: 30px;
        left: 0px;
        width: 100%;
    }

    .home .silk-bag-1 .main-content {
        float: none;
        width: 100%;
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        box-sizing: border-box;
    }

    .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: 20px;
    }

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

    .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;
        height: auto;
        padding-bottom: 20px;
    }

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

    .home .silk-bag-2 .main-img {
        float: none;
        position: relative;
        top: 20px;
        right: 0;
        width: 100%;
    }

    .home .silk-bag-2 .main-content-black {
        float: none;
        width: 100%;
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .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: 20px;
    }

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

    .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;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

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

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

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

    .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;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        height: auto;
        padding-bottom: 20px;
    }
    .home .smart-2 img{
        width: 100%;
    }

    .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;
        display: none;
    }

    .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;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        height: auto;
    }

    .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-img 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: 100%;
        position: relative;
        bottom:10px;
        left: 10px;
    }

    .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;
        height: auto;
        padding-bottom: 20px;
    }

    .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: none;
        width: 100%;
        padding-left: 0px;
        box-sizing: border-box;
    }
    .home .smart-4 .marker-left  img{
        width: 100%;
    }

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

    .home .smart-4 .market-tick {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: center;
    }

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


    /*copy*/
    .home .smart-4 {
        text-align: center;
        height: auto;
        padding-bottom: 20px;
    }

    .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: none;
        width: 100%;
        padding-left: 0px;
        box-sizing: border-box;
    }
    .home .smart-4 .marker-left  img{
        width: 100%;
    }

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

    .home .smart-4 .market-tick {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: center;
    }

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

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

    .home .clients .clients-title {
        font-size: 18.66px;
        position: relative;
        top: 30px;
        margin: 0;
    }
    .home .clients .clients-img-div {
        margin: 40px auto 80px auto;
        width: 100%;
    }
    .home .clients .clients-img-div .clients-item{
        width: 100%;
    }
    .home .clients .clients-img-div .clients-item .img-item{
        width: 20%;
        float: left;
        padding: 20px 0px;
        box-sizing: border-box;
    }
    .home .clients .clients-img-div .clients-item .img-item img{
        width: 100%;
    }
    .home .try {
        width: 100%;
        height: 300px;
        background-color: #57be91;
        text-align: center;
        padding: 33px 0 45px 0;
    }

    .home .try .try-computer {
        float: none;
        padding-right: 10px;
        margin-left: 2%;
    }

    .home .try .try-content {
        float: none;
        margin: auto;
        padding-right: 0;
    }

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

    .home .try .try-arrow {
        float: none;
        position: relative;
        top: -120px;
        left: 80px;
    }

    .home .copyright {
        color: #fff;
        margin-top: 30px;
    }

    .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: 0px;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        margin: 0 auto;
        z-index: 10;
        background-color: #fff;
        opacity: 1;
        overflow-y: auto;
    }

    .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: 40px;
        position: relative;
    }

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

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

    .home .label {
        float: none;
        width: 100%;
        margin: 0 10px 0 10px;
        text-align: left;
        display: inline-block;
    }

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

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

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

    .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;
    }

    .floor-text1{
        padding-left: 20px;
    }
    .floor-text2{
        padding-left: 100px;
    }
    .floor-text3{
        padding-left: 240px;
    }
    #dev-platform-fix{
        top: 10px;
    }
    #long-text-fix{
        width: auto;
    }
}

/*自适应手机端，小于1200 end*/
