
   body.tablesorter-disableSelection {
            -ms-user-select: none;
            -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }

        .tablesorter-resizable-container {
            position: relative;
            height: 1px;
        }

        .tablesorter-resizable-handle {
            position: absolute;
            display: inline-block;
            width: 8px;
            top: 1px;
            cursor: ew-resize;
            z-index: 3;
            user-select: none;
            -moz-user-select: none;
        }

        /**改动点--：优化样式**/
        body {
            
            padding-top: 0 !important;
            display: flex;
            flex-direction: column;
            padding-bottom:0 !important;
            height: 100vh;
        }

        .body {
            background: url('../images/login/loginbg.jpg') no-repeat;
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            justify-content: center;
            background-size: cover;
            flex: 1;
            position: relative;
    

        }

        .containerstyle {
            background: rgba(255, 255, 255, 0.5);
            width: 900px !important;
            height: 500px;
            border-radius: 30px;
            max-width: none !important;
            ;
        }

        .containerstyle .form-signin {
            max-width: 570px;
        }

        .containerstyle .form-signin-heading {
            text-align: center;
            font-size: 24px;
            color: #333;
            margin-bottom: 30px !important;
            margin-top: 36px;
        }

        .containerstyle .form-signin input,
        .containerstyle .form-signin input[type="password"] {
            border-radius: 6px;
            border-bottom-right-radius: 6px !important;
            border-bottom-left-radius: 6px !important;
            background: #fff url(/indexcs/images/loginmi.png) no-repeat left center !important;
            background-position: 15px 13px !important;
            padding-left: 40px;

            margin-bottom: 0px;
        }

        .containerstyle .form-signin input[type="text"] {
            background: #fff url(/indexcs/images/loginz.png) no-repeat left center !important;
            background-position: 15px 13px !important;
            padding-left: 40px;

        }

        .containerstyle .form-signin #captchaCode {
            background: #fff url(/indexcs/images/yyy.png) no-repeat left center !important;
            background-position: 15px 13px !important;
            border-right: 1px solid #f1f1f1;
            margin-bottom: 0;

        }

        .containerstyle .form-control {
            border-color: transparent;
            box-shadow: none
        }

        .containerstyle .form-group {
            display: flex;
            ;
            align-items: center;
            margin-bottom: 20px;
        }

        .containerstyle .form-group img {
            border-radius: 6px;
            width: 116px;
            margin-left: 10px;
        }

        .btn-primary {
            background: #4384F4;
            border-color: #4384F4;
            margin-bottom: 20px;
        }

        .help-block {
            display: flex;
            justify-content: space-between;
        }

        .help-block a {
            color: #999
        }

        .carouselstyle {
            width: 600px;
            margin: 100px auto 0;
        }

        .carouselstyle img {
            margin: 0 auto;
        }

       
        .logostyle {
            position: absolute;
            left: 20px;
            height: 40px;
          top: 20px;
        }


        .inner-title {
            color: #005EFF;
            font-size: 26px;
            font-weight: bold;
        }

        .inner-list {
            display: flex;
            align-items: center;
        }

        .inner-list span {
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 20px;
            background: #005EFF;
            margin-right: 5px;
        }

      
        .anjing-tz {
            display: flex;
            justify-content: space-between;
            background: url(/indexcs/images/topbg.jpg) no-repeat;
            background-size: cover;
            height: 84px;
            width: 100%;
            align-items: center;
            padding: 0 40px;
        }

        @media screen and (max-width: 1600px) {

            .carouselstyle,
            .containerstyle {
                width: 800px !important;

            }

            .containerstyle .form-signin-heading {
                margin-top: 20px;
            }

            .containerstyle {
                height: 462px;
            }

            .logostyle {
                width: 103px;
                height: 30px
            }
        }
        
        