 body {
            padding-top: 0;
            padding-bottom: 0;
            background-color: #f1f4f9;
            overflow-x: hidden;
        }

       

        #banner-img.home-info{
            color: #fff;
            padding-top: 210px;
            text-align: center;
            box-sizing: border-box;
            transition: all 0.5s;
            transform: translateY(100px);
            opacity: 0;
        }
        #banner-img.home-info.end{
            transform: translateY(0px);
            opacity: 1;
        }
        #banner-img.home-info h1{
            font-size: 44px;
            font-weight: bold;
        }
        #banner-img.home-info h3{
            font-size: 16px;
        }
        #banner-img.home-info .btn{
            width: 200px;
            height: 60px;
            border-radius: 30px;
            border: solid 1px #ffffff;
            font-size: 18px;
            font-weight: normal;
            line-height: 58px;
            color: #ffffff;
            text-align: center;
            padding: 0;
            margin-top: 42px;
        }
        #banner-img.home-info .btn:hover{
            opacity: 0.8;
        }
		
	.nav-item-list-wrap.nav-item-products{
        left: -158px;
    }
	.nav-item-list-wrap.solutions{
        left: -158px;
    }
	
        .server-box{
            background-color: #0159d6;
        }
        .server-list{
            list-style: none;
            overflow: hidden;
            width: 1280px;
            margin: 0 auto;
            color: #ffffff;
        }
        .server-list li{
            float: left;
            width: 25%;
            box-sizing: border-box;
            padding: 15px 0;
            margin: 10px 0;
            text-align: center;
        }
        .server-list li:not(:first-child){
            border-left: 1px solid rgba(255,255,255,.1);
        }
        .server-list li>div,
        .server-list li>img{
            display: inline-block;
            vertical-align: middle;
        }
        .server-list li>div p{
            text-align: left;
            margin: 0;
            line-height: 22px;
        }
        .server-list li>img{
            margin-right: 15px;
        }

        .product-container{
            background-color: #fff;
            border-radius: 2px;
            padding: 20px 25px 1px;
        }
        .product-content{
            border: 1px solid #e3e8fe;
            margin: 0 20px;
            transition: all 0.5s;
            padding: 20px 20px 20px 46px;
        }
        .product-content:hover{
            box-shadow: 0 0 10px 0 #e3e8fe;
        }
        .product-container .row{
            margin: 0 auto;
            width: 1280px;
        }
        .product-container .row.products{
            width: 1200px;
        }
        .product-container .product-action>div{
            display: inline-block;
        }
        .product-container .product-btn{
            width: calc(100% - 18px);
        }
        .product-container .product-img img{
            width: 90px;
        }
        .product-container .probtn{
            width: 120px;
            border: 1px solid #106ffd;
            color: #106ffd;
            border-radius: 0;
            transition: all 0.3s;
			float: right;
			  transform: translateY(10px);

        }
        .product-container .probtn:hover{
            background: #106ffd;
            color: #fff;
        }
        .product-container .product-title{
            margin-bottom: 20px;
        }
        .product-container .product-detail{
            color: #949494;
            line-height: 24px;
            min-height: 42px;
        }
        .title-index{
            height: 36px;
            margin: 40px auto 15px;
            font-size: 34px;
            color: #323232;
            font-weight: bold;
            text-align: center;
        }
        .title2-index{
            text-align: center;
            color: #949494;
        }
        
        .scene-example-warp{
            width: 1200px;
            margin: 50px auto;
            background-color: #fff;
            overflow: hidden;
            padding: 60px;
            box-sizing: border-box;
            position: relative;
        }
        .scene-example-warp ul{
            list-style: none;
            padding: 0;
        }
        .scene-example-warp .example-list{
            float: left;
            width: 25%;
            box-shadow: 0px 12px 46px 0px
            #e7e7e7;
        }
        .scene-example-warp .example-list li{
            width: 100%;
            height: 120px;
            text-align: center;
            line-height: 120px;
            cursor: pointer;
            border-bottom: 1px solid #f1f1f1;
        }
        .scene-example-warp .example-list li p{
            color: #323232;
            font-size: 20px;
            font-weight: bold;
        }
        .scene-example-warp .example-list li img{
            display: none;
        }
        .scene-example-warp .example-list li.active{
            background-image: linear-gradient(-73deg, #045bfb 0%,#009dfd 100%);
            padding: 25px 0;
            line-height: unset;
        }
        .scene-example-warp .example-list li.active img{
            display: inline-block;
        }
        .scene-example-warp .example-list li.active p{
            color: #fff;
        }
        .scene-example-warp .example-list-icon{
            display: none;
        }
        .scene-example-warp .example-display{
            float: right;
            width: 75%;
            padding-left: 90px;
        }
        .example-display .example-title{
            font-size: 20px;
            font-weight: bold;
            color: #323232;
        }
        .example-display .example-points{
            margin-top: 25px;
        }
        .example-display .example-points .one-point{
            width: 24%;
            display: inline-block;
        }
        .example-display .example-points .one-point:before{
            content: " ";
            display: inline-block;
            width: 8px;
            height: 8px;
            border: solid 2px #1c7aff;
            border-radius: 50%;
            vertical-align: middle;
            margin-right: 5px;
            margin-bottom: 2px;
        }
        
        .contact-box{
            width: 1200px;
            margin: 0 auto;
            padding: 45px 0;
            box-sizing: border-box;
        }
        .contact-box p{
            float: left;
            width: 50%;
            text-align: left;
            font-size: 36px;
            color: #fff;
            padding-left: 20px;
            box-sizing: border-box;
            height: 50px;
            line-height: 50px;
            font-weight: bold;
        }
        .contact-box .tel-box{
            float: right;
            width: 200px;
            height: 60px;
            border-radius: 30px;
            line-height: 58px;
            color: #ffffff;
            text-align: center;
            padding: 0;
            font-size: 20px;
            background-image: linear-gradient(-73deg, #045bfb 0%,#009dfd 100%);
            cursor: pointer;
        }
        .contact-box .tel-box:hover{
            opacity: .8;
        }

        .product-adv{
            padding: 20px;
        }
        .adv-list {
            padding: 25px 0 15px;
        }
        .case .inner{
            display: flex;
            margin: 25px 10px;
            background-color: #fff;
            padding: 20px;
            transition: all 0.5s;
            transform: translateY(0);
        }
        .case .inner:hover{
            transform: translateY(-10px);
            box-shadow: 0 6px 30px 0 rgba(0,53,93,0.1);
        }
        .case .inner .case-img{
            margin-right:20px ;
            border-radius:2px ;
            padding: 5px;
        }
        .case .case-content h4{
            font-size: 20px;
            font-weight: bold;
            color: #323232;
        }
        .case .case-content >div{
            line-height: 24px;
            color: #939393;
        }
         
        .partners-warp .logos img{
            filter: grayscale(100%) brightness(200%);
        }
        .partners-warp .title-index,
        .partners-warp .title2-index{
            color: #ffffff;
        }
        .swiper-out{
            width: 1200px;
            padding: 0 60px;
            margin: 50px auto;
        }
        

        .scroll-warp .scroll-title{
            font-size: 18px;
            font-weight: bold;
            line-height: 24px;
            color: #323232;
            margin: 0 0 20px 0;
        }
        .swiper-button-prev,.swiper-button-next{
            background: none;
            color: #fff;
            font-size: 50px;
            font-weight: bold;
            outline: none;
            width: auto;
            height: auto;
        }
        .scroll-warp .scroll-content{
            color: #939393;
        }

        @media (max-width: 1280px){
            .server-list{
                width: 100%;
                padding: 0;
            }
            .product-container .row,.product-container .row.products{
                width: 100%;
            }
            .product-content{
                margin: 0 10px;
            }
            .scene-example-warp{
                width: 100%;
            }
            .contact-box{
                width: 95%;
                padding: 45px 40px;
                box-sizing: border-box;
            }
            .swiper-out{
                width: 100%;
            }
            .scroll-warp .scroll-item{
                width: calc(100% - 20px);
                height: 240px;
            }

        }
        @media (max-width: 1150px){
            .example-display .example-points .one-point{
                width: 49%;
            }
            .example-display li{
                width: 100%;
            }
            .example-display li .example-img img{
                width: 100%;
            }

        }
        @media (max-width: 990px){
            .product-content{
                padding: 10px;
            }
            .server-list li{
                width: 50%;
            }
            .server-list li:nth-child(3){
                border-left: none;
            }
            .icon-image-wrap img{
                width: 40%;
                height: auto;
            }
            .scene-example-warp .example-list li{
                height: 100px;
                line-height: 100px;
            }
            .scene-example-warp .example-list li.active{
                padding: 16px 0 ;
            }
            .scene-example-warp .example-list li p{
                font-size: 16px;
            }
            .contact-box p{
                width: 65%;
                font-size: 30px;

            }

            /*.swiper-out{*/
                /*display: none;*/
            /*}*/
        }
        @media (max-width: 767px){
            .logo-warp{
                height: 490px;
            }
            #banner-img.home-info{
                height: 600px;
                padding-top: 150px;
            }
            #banner-img.home-info h1{
                font-size: 30px;
            }
            #banner-img.home-info h3{
                font-size: 14px;
            }
            #banner-img.home-info .btn{
                height: 50px;
                line-height: 48px;
                margin-top: 38px;
                width: 160px;
            }
            .product-content{
                width: 100%;
                padding: 20px;
                margin: 0;
            }
            .product {
                padding: 20px 0 0 0;
            }

            .product h3 {
                margin-bottom:5px;
                margin-top: 10px;
                font-size: 14px;
            }
            .product .desc{
                height: auto;
                font-size: 12px;
            }
            .icon-image-wrap img{
                width: 100%;
                height: auto;
            }
            .title-index{
                font-size: 28px;
            }
            .example-warp .example-list{
                display: none;
            }
            .example-warp  .scene-example-warp{
                padding: 20px 20px 40px 20px;
                margin: 25px auto;
            }
            .scene-example-warp .example-display{
                width:100%;
                padding: 0;
            }
            .example-display .example-title{
                text-align: center;
            }
            .scene-example-warp .example-list-icon{
                display: block;
                width: 100%;
                text-align: center;
                position: absolute;
                bottom: 10px;
                left: 0;
            }
            .scene-example-warp .example-list-icon li{
                display: inline-block;
                width: 10px;
                height: 10px;
                border: 1px solid #2e73ff;
                box-sizing: border-box;
                margin: 0px 10px;
                border-radius:50% ;
                cursor: pointer;
            }
            .scene-example-warp .example-list-icon li.active{
                background: #2e73ff;
            }
            .contact-warp p{
                display: none;
            }
            .contact-box .tel-box{
                float: unset;
                margin: 0 auto;
            }
            .swiper-out{
                margin: 25px auto;
            }

        }
        @media (max-width: 450px){
            .logo-warp{
                height: 300px;
            }
            #banner-img.home-info{
                height: 120px;
                padding-top: 100px;
            }
            #banner-img.home-info h1{
                font-size: 28px;
            }
            #banner-img.home-info h3{
                font-size: 12px;
                padding: 0 10px;
                line-height: 22px;
            }
            #banner-img.home-info .btn{
                height: 40px;
                line-height: 38px;
                margin-top: 20px;
                width: 100px;
                font-size: 16px;
            }
            #banner-img{
                height: 400px;
            }
            .server-list li>img{
                margin-right: 5px;
                width: 40px;
                height: auto;
            }
            .server-list li>div{
                font-size: 12px;
            }
            .product-container{
                padding: 10px 10px 20px 10px;
            }
            .adv-list{
                padding: 0;
            }
            .case{
                padding: 0;
            }
            .case .inner{
                margin: 10px 0;
                padding: 10px;
            }

            .logo-warp{
                height: 326px;
            }
            .title-index{
                font-size: 24px;
                margin-top: 10px;
            }
            .example-display .example-title{
                margin-top: 10px;
            }
            .one-point{
                font-size: 12px;
            }
            .swiper-out{
                padding: 0 20px;
            }
            .swiper-button-prev, .swiper-button-next{
                font-size: 20px;

            }
            .swiper-button-prev{
                left: 0;
            }
            .swiper-button-next{
                right: 0;
            }
            .scroll-warp .scroll-item{
                height: 220px;
            }
            .logos.row >.col-6{
                width: 50%;
                margin-bottom: 10px;
            }
        }
		
		
.footer-href-box {
                            margin-bottom: 10px;
                        }
                        .footer-href-box a {
                            color: #999;
                        }
						 .copyright {
    text-align: center;
    color: #999;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 400;
	background-color: #fff;
	margin-top:20px;
}
	.footer-href-box {
    margin-bottom: 10px;
}	
#footer .copyright span {
    padding: 0 8px;
    line-height: 14px;
    display: inline-block;
    border-right: 1px solid #999;
}	
.beian-css{
color:#999;
}	


    .navbar{
        border: none;
        padding: 7px 0;
    }
    @media all and (max-width: 768px){
         .navbar{
             padding: 0;
         }
    }
    .index-nav-header {
        background-color: transparent;
        border-color: transparent;
    }

    .index-nav-header .container {
        border-bottom: 1px solid #c2c2c2;
    }

    .navbar-brand .ourlogo{
        height: 100%;
        width: auto;
    }


    #loginDiv .login-div-btn {
        border: none;
        color: #fff;
    }
    #loginDiv li a.login,#loginDiv li a.register,#loginDiv li a.loginout{
        width: 70px;
        height: 32px;
        border-radius: 4px;
        line-height: 32px;
        padding: 0;
        box-sizing: border-box;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    #loginDiv li a.login{
        background-color: #fff;
        padding: 0;
        margin-right: 20px;
    }
    #loginDiv li a.register{
        border: solid 1px #ffffff;
        line-height: 30px;
        margin-right: 10px;
    }
    #loginDiv li.bangboss-tel{
        font-size: 20px;
        font-weight: bold;
        color: #fefefe;
        height: 50px;
        line-height: 50px;
        margin-right: 20px;
    }
    #loginDiv li.bangboss-tel .iconfont{
        font-weight: normal;
        font-size: 22px;
        margin-right: 5px;
        vertical-align: baseline;
    }

    #loginDiv a.delim {
        padding-left: 0;
    }
    #loginDiv a.third {
        padding: 16px 5px 5px 5px;
    }
    #loginDiv a.third .iconfont {
        font-size: 32px;
        font-weight: normal;
        background-image: radial-gradient(#fff 0%,#fff 50%,transparent 51% ,transparent 100%);
        border-radius: 50%;
    }
    #loginDiv a.third.qq .iconfont {
        color: #12B7F5;
    }
    #loginDiv a.third.wx .iconfont {
        color: #4BC02A;
    }
    #topNav ul li{
        vertical-align: middle;
    }
    #loginDiv>li>a{
        max-width: 205px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #loginDiv .user-logo{
        width: 24px;
        height: 24px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 8px;
        margin-bottom: 2px;
    }
    .nav-custom{
        margin-left: 20px;
    }
    .nav-custom-li{
        position: relative;
        padding: 0 5px;
    }
    .nav-custom-li.selected:before{
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        bottom: -7px;
        background: #5ff4ee;
    }
    .nav-custom-li .icon-xiangxiajiantou{
        display: inline-block;
        vertical-align: top;
        transform: rotate(0deg);
        transition: transform 0.2s;
    }
    .nav-custom-li>a:hover{
        opacity: 1!important;
        color: #5ff4ee!important;
    }
    .nav-custom-li:hover .icon-xiangxiajiantou{
        transform: rotate(180deg);
    }
    .nav-custom-li:hover .nav-item-list-wrap{
        display: block;
    }
    .nav-item-list-wrap{
        position: absolute;
        padding-top: 7px;
        top: 100%;
        display: none;
    }
    .nav-item-list-wrap-inner{
        padding: 10px 20px 10px 20px;
        background: #ffffff;
        box-shadow: 0 6px 30px 0 rgba(0,53,93,0.1);
        white-space: nowrap;
        color: #000000;
        box-sizing: border-box;
    }
    .nav-item-list-wrap-inner:after{
        content:"";
        display: table;
        clear: both;
    }
    .nav-item-list-wrap a{
        color: #000000;
        text-decoration: none;
    }
    .nav-item-list-wrap a:hover{
        color: #2e73ff;
    }
    .nav-item-list-wrap .nav-item-list{
        float: left;
        width: 120px;
        margin-right: 32px;
    }
    .nav-item-list-wrap.solutions{
        width: 660px;
        padding: 7px 20px 10px 20px;
        z-index: 1;
    }
    .nav-item-list-wrap .nav-item-list-title{
        font-weight: 600;
        border-bottom: 1px solid #e5e7ea;
        line-height: 40px;
        font-size: 16px;
    }
    .nav-item-list-wrap .navc-item{
        padding: 10px 0;
    }
    .nav-item-list-wrap .navc-item>a{
        display: block;
    }

    
    .nav-item-list-wrap.nav-item-products:after{
        content: "";
        display: table;
        clear: both;
    }
    .nav-item-products .nav-product{
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 20px 0 20px 30px;
		border: 1px solid #f2f3f5;
    }
    .nav-item-products .nav-product:hover .nav-product-detail{
        color: inherit;
    }
    .nav-item-products .nav-product:after{
        content: "";
        display: table;
        clear: both;
    }
    .nav-item-products .nav-product-icon{
        float: left;
        margin-right: 20px;
    }
    .nav-item-products .nav-product-icon img{
        width: 50px;
    }
    .nav-item-products .nav-product-info{
        float: left;
    }
    .nav-item-products .nav-product-title{
        font-size: 16px;
        font-weight: bold;
        margin: 2px 0 5px;
    }
    .nav-item-products .nav-product-detail{
        font-size: 13px;
        color: #828999;
    }
	.index-nav-header {
    background-color: #1e9fff;
}
	.dstu-top{
padding:60px 0 0;
}
.titlepost{
padding:20px 0 0;
}
.itemCardList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
 
 .itemCardList .item_card {
    margin-top: 18px;
    border-radius: 2px;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 25px 20px;
    display: flex;
    cursor: pointer;
    height: 90px;
    background: #fff;
    opacity: 1;
    border: 1px solid #f2f3f5;
	width: 30%;
}
 .itemCardList .item_card img {
    width: 48px;
    height: 48px;
}
 .itemCardList .item_card .item_tip{
    color: #4e5969;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_card:hover{
   transform: translateY(-10px);
   box-shadow: 0 0 3px 0 #0052d9;
        }
.tips-index{
    height: 1px;
    background-color: #1e9fff;
}
.developer-toolbag-block .col-sm-6{float:left;width:50%}
.AGrid-row{clear:both}
.AGrid-row:before,.AGrid-row:after{content:" ";display:table;line-height:0}
.AGrid-row:after{clear:both}
.developer-toolbag-block {
    text-align: center;
    clear: both;
    padding-bottom: 30px;
    margin: 0 auto;
}
.titleBar{text-align:center}
.titleBar .caption{font-size:36px;color:#252b3a;letter-spacing:0;text-align:center;line-height:46px;margin-bottom:10px}
.descript{margin-bottom:40px;font-size:16px;color:#A0A2A8}
.center-layer{text-align:center;font-size:0}
.tool-package>div{padding:0 10px}
.tool-package .tile{height:114px;transition:box-shadow .5s ease;padding:19px 24px 20px 25px;margin-top:20px;position:relative;border-radius:2px;border:1px solid #ddd}
.tool-package 
.tile:before{content:"";position:absolute;display:inline-block;left:0;top:0;width:0;height:3px;background:rgba(21,0,255,0.10);background-repeat:no-repeat;background-image:linear-gradient(-252deg,rgba(1,78,204,0.80) 0%,rgba(1,182,201,0.50) 98%)}
.tool-package .tile:hover:before{width:100%}
.tool-package .tile:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.10)}
.tool-package .center-layer>.layer-figure{width:48px;vertical-align:top;float:left}
.tool-package .center-layer .layer-text{width:75%;float:left;padding:0 20px;text-align:center}
.tool-package .dev-list{font-size:18px;color:#252b3a;margin-bottom:4px;width:75%;float:left;text-align:left;padding-left:20px}
.tool-package .dev-text{font-size:12px;word-break:break-all;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;height:63px;line-height:21px;color:#A0A2A8;text-align:left}
.tool-package .layer-btn{width:87px;border:1px solid #3b516a;border-radius:1px;font-size:12px;color:#252b3a;display:inline-block;cursor:pointer;float:right;position:absolute;top:50px;right:34px;text-align:center}
.tool-package .layer-btn p{line-height:30px;height:30px}
.tool-package .layer-btn:hover{color:#3b516a;border:1px solid #3b516a;border-radius:1px}
.layer-btn a{text-decoration:none;color:inherit}
.mtop {
    margin-bottom: 30px;
}
.wechat-modal {
    text-align: center;
    width: 206px;
    background-color: #1e9fff;
    border-radius: 6px;
    padding: 20px;
}
.avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #fff;
}
.mt-10 {
    margin-top: 10px;
}
.cl-fff {
    color: #fff;
}
.wechat {
    width: 120px;
    height: 120px;
}

.remark {
    width: 160px;
    height: 24px;
    line-height: 24px;
    color: #1e9fff;
    border-radius: 4px;
    margin: 10px auto 0;
    background-color: #fff;
    text-align: center;
}
.wechat_right {
    position: fixed;
    top: 10%;
    height: auto;
    right: 0;
    z-index: 5;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.pack-up {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 2%;
}
.pack-up1 {
    cursor: pointer;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 9%;
}


/*登陆*/
.comment-button {
  min-width: 73px;
  padding: 0 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #1e9fff;
}
.comment-button:hover {
  color: #fff;
  background-color: #F62 !important;
  border-color: #f62 !important;
}
.comment-button:active {
  border-color: #1e9fff;
  color: #fff;
  background: #1e9fff;
}
.comment-button:focus {
  border-color: #1e9fff;
  color: #fff;
  background: #1e9fff;
}
.login-modal .ant-modal-content {
  border-radius: 6px;
  overflow: hidden;
}
.ant-modal-content {
  display:none;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1e9fff !important;
}
.login_account {
  width: 700px;
  padding: 38px 0 0;
  position: relative;
  overflow: hidden;
  transition: height 1s ease;
  background-color: transparent;
}
.login_account .modeBox {
  position: absolute;
  right: 0;
  top: 0;
  color: #1e9fff;
  font-size: 14px;
  font-weight: 700;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2NiA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBpZD0iRWxsaXBzZSA4NyIgY3g9IjQ0LjUiIGN5PSIxNS41IiByPSI0NCIgc3Ryb2tlPSIjRkY1MTI1IiBzdHJva2UtZGFzaGFycmF5PSIyIDIiLz4KPC9zdmc+Cg==) no-repeat;
  background-position: 29px 0;
  width: 95px;
  height: 104px;
  padding: 12px 12px 0 0;
  text-align: right;
  cursor: pointer;
}
.login_account .modeBox:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjYiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2NiA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBpZD0iRWxsaXBzZSA4NyIgY3g9IjQ0LjUiIGN5PSIxNS41IiByPSI0NCIgZmlsbD0iI0ZGNTEyNSIgc3Ryb2tlPSIjRkY1MTI1IiBzdHJva2UtZGFzaGFycmF5PSIyIDIiLz4KPC9zdmc+Cg==) no-repeat;
  background-position: 29px 0;
  color: #fff;
}
.login_account .box {
  display: flex;
}
.login_account .box .qr-code {
  position: relative;
  /*padding-top: 18px;*/
}
.login_account .box .qr-code .logo {
  margin-bottom: 38px;
  text-align: center;
}
.login_account .box .qr-code .logo img {
  width: 187px;
  height: 36px;
}
.login_account .box .qr-code #login_container {
  height: 230px;
}
.login_account .box .form-box {
  /*margin-top: 46px;*/
  font-size: 14px;
  padding: 0 48px;
  word-wrap: break-word;
  flex: 1;
  position: relative;
}
.login_account .box .form-box .text-center {
  height: 220px;
  text-align: center !important;
}
.login_account .box .form-box .logo {
  width: 140px;
  height: 40px;
}
.login_account .box .form-box .title {
  margin: 28px auto 40px;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.login_account .box .form-box .tabs {
  margin-bottom: 20px;
}
.login_account .box .form-box .login-code {
  display: inline-block;
  height: 40px;
  color: #1e9fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  margin-right: 24px;
  position: relative;
}
.login_account .box .form-box .login-code ::after {
  position: absolute;
  bottom: -5px;
  left: 5%;
  content: ' ';
  display: inline-block;
  height: 2px;
  width: 90%;
  background: #1e9fff;
}


.login_account .box .form-box .login-account {
  display: inline-block;
  height: 40px;
  color: #40444C;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  margin-right: 24px;
}
.login_account .box .form-box .ant-form-item {
  margin-bottom: 18px;
}
.login_account .box .form-box .login-input {
  width: 100%;
 /* height: 30px;*/
  height: 50px;
  padding: 6px 10px;
  color: #000;
  line-height: 30px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #C0C4CC;
  outline: none;
}
.login_account .box .form-box .gain-button {
  float: right;
  color: #1e9fff;
  cursor: pointer;
  margin-top: 14px;
}
.gain-button1{
color: #1e9fff;	
}

.login_account .box .form-box input:-internal-autofill-selected {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.login_account .box .form-box .phoneCode {
  display: flex;
  justify-content: space-between;
}
.login_account .box .form-box .cancel {
  color: #1e9fff;
  cursor: pointer;
}
.login_account .box .form-box .loginBtn {
  width: 100%;
  height: 41px;
  margin-top: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background: #1e9fff;
  border-radius: 2px;
  border: #1e9fff;
}
.login_account .box .form-box .link {
  height: 16.5px;
  line-height: 16.5px;
  margin-top: -6px;
  text-align: right;
  color: #858992;
}
.login_account .box .form-box .link .forgo-password {
  color: #858992;
  cursor: pointer;
}
.login_account .box .form-box .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1e9fff;
  border-color: #1e9fff;
}
.login_account .box .form-box .areaCode {
  position: absolute;
  z-index: 100;
}
.login_account .box .form-box .areaCode .ant-select-selection {
  color: #40444C;
  background-color: transparent;
  border: none;
}
.login_account .box .form-box .areaCode .ant-select-selection .anticon {
  color: #40444C;
}
.login_account .box .form-box .areaCode .ant-select-selection--single {
  box-shadow: none;
}
.login_account .box .form-box .gitla_class {
  margin-top: 6px;
}
.login_account .box .form-box .gitla_class .ant-switch-checked {
  background-color: #1890ff !important;
}
.login_account .box .form-box .gitla_class .ant-switch {
  background-color: #ffffff40;
}
.login_account .box .form-box > ::before {
  position: absolute;
  left: 0;
  top: -40px;
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #E9EBEE;
}
.login_account .box .register {
  margin-top: 30px;
}
.login_account .box .register > ::before {
  top: 20px;
  height: 88%;
}
.login_account .box .register .login-code {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #40444C;
  font-weight: 600;
}
.login_account .box .register .login-code ::after {
  content: none;
}
.login_account .tips {
  margin-bottom: 21px;
  text-align: center;
  color: var(--6, #858992);
  font-size: 12px;
  font-weight: 400;
}
.login_account .tips span {
  color: #1e9fff;
  cursor: pointer;
}
/*
.login-box {
  min-height: 441px;
}*/
.registration-box {
  min-height: 550px;
}
.rightValidate {
  width: 280px;
  margin: 0px auto;
  position: relative;
  line-height: 33px;
  height: 33px;
  text-align: center;
  z-index: 99;
}
.v_rightBtn {
  position: absolute;
  left: 0;
  top: 0;
  height: 33px;
  width: 40px;
  background: #ddd;
  cursor: pointer;
}
.imgBtn {
  width: 44px;
  height: 171px;
  position: absolute;
  left: 0;
  top: 5px;
}
.imgBtn img {
  width: 100%;
  z-index: 99;
}
.imgBg {
  position: absolute;
  bottom: 35px;
  width: 280px;
  height: 171px;
  box-shadow: 0px 4px 8px #3C5476;
  display: none;
  z-index: 9;
}
.hkinnerWrap {
  border: 1px solid #eee;
}
.green {
  border-color: #34C6C2 !important;
}
.green .v_rightBtn {
  background: #34C6C2;
  color: #fff;
}
.red {
  border-color: red !important;
}
.red .v_rightBtn {
  background: red;
  color: #fff;
}
.refresh {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 4px;
  top: 4px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 9px #333;
  cursor: pointer;
  display: none;
}
.notSel {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
.codeModal .ant-modal-body {
  padding: 8px;
}

.impowerBox {
    line-height: 1.6;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 1;
    text-align: center;
}
.impowerBox .title {
    color: #40444C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.impowerBox .title {
    text-align: center;
    font-size: 20px;
}
.impowerBox .qrcode {
    width: 172px;
    border: none;
    margin: 0;
}
.impowerBox .info {
    color: #1e9fff;
    font-size: 12px;
    font-weight: 400;
}
.impowerBox .info {
    width: 280px;
    margin: 0 auto;
}
.impowerBox .status.status_browser {
    text-align: center;
}
.impowerBox .status {
    padding: 7px 14px;
    text-align: left;
}
.impowerBox .status p {
    font-size: 13px;
}
.logintis{
	background-color: #e9f9ef;
    box-sizing: border-box;
    border-radius: 4px;
	padding: 7px 14px;
}
.tu-reg {
	display:none;
}
/*登陆*/
