body, div {
    margin: 0;
    padding: 0
}

.ui-slider-wrap {
    background: #e8e8e8;
    position: relative
}

.ui-slider-wrap .ui-slider-bg {
    width: 0
}

.ui-slider-wrap .ui-slider-btn {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.ui-slider-wrap .ui-slider-btn {
    background: #fff url(/images/slider.png) no-repeat center
}

.ui-slider-wrap .ui-slider-btn.success {
    background-image: url(/images/success.png)
}

.ui-slider-wrap .ui-slider-text {
    width: 100%;
    height: 100%;
    font-family: 微软雅黑;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #666
}

.ui-slider-wrap .ui-slider-no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

canvas {
    z-index: -1;
    position: absolute;
}

.top {
    width: 100%;
    margin: 0 auto;
    padding: 13px 0px;
    text-align: right;
}

.top img {
    width: 161px;
    height: 47px;
}

.container-fluid {
    width: 100%;
    height: 100%;
    background: url(/images/loginBanner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    overflow: hidden;
    padding: 77px 0 77px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.admin_login {
    float: right;
    width: 356px;
    height: 380px;
    background: #fcfcfc;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

@media screen and (max-width: 1000px) {
    .admin_login {
        margin-right: 20% !important;
    }
}


.admin_login dt h3 {
    text-align: center;
    color: #0696da;
    font-size: 18px;
    margin: 20px auto;
    font-weight: normal;
}

.admin_login dd {
    width: 86%;
    border: 1px solid #bfbfbf;
    height: 50px;
    line-height: 50px;
    margin: 24px auto;
    border-radius: 4px;
    position: relative;
}

.admin_login dd .login_txtbx {
    border: none;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0 5%;
    color: #bfbfbf;
    font-size: 14px;
    float: right;
    width: 80%;
}

.admin_login dd .checkcode input {
    color: #bfbfbf;
    font-size: 14px;
}

.admin_login dd .submit_btn {
    background-color: #3094FD;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    border: none;
}

.admin_login dd .submit_btn:hover {
    background-color: #0696da;
}

.admin_login dt {
    text-shadow: none;
}

.login-logo {
    padding-right: 13%;
    text-align: right;
    margin-bottom: 1%;
    margin-top: 3%;
}

.login-title {
    color: white;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Microsoft Yahei', serif;
/ / letter-spacing: 16 px;
    margin-bottom: 3%;
}

#icp {
    position: absolute;
}