﻿::-webkit-scrollbar {
    width: 0px;
    height: 0px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #FDFDFD;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #8E8E8E;
    border-radius: 0px
}

    ::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #3B3B3B
    }

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}

@-webkit-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-moz-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-ms-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

@-o-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

    to {
        background-position: 0 100%;
    }
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: 微软雅黑,Verdana, Geneva, sans-serif;
    color: #3b6e81;
    background: url(cloud.png) 0 bottom repeat-x #049ec4;
    -webkit-animation: animate-cloud 20s linear infinite;
    -moz-animation: animate-cloud 20s linear infinite;
    -ms-animation: animate-cloud 20s linear infinite;
    -o-animation: animate-cloud 20s linear infinite;
    animation: animate-cloud 20s linear infinite;
    width: 100%;
    height: auto;
}

.second_body {
    margin: 0 auto;
    width: 330px;
    height: 243px;
    margin-top: 10%;
    padding-left: 300px;
    padding-top: 110px;
    background: url(login_panel.png) no-repeat;
    position: relative;
}

.title-zh {
    position: absolute;
    top: 30px;
    left: 270px;
    font-size: 30px;
    font-weight: 900;
    color: #0074a6;
}

.logo {
    position: absolute;
    left: 50px;
    top: 40px;
}

.logo1 {
    position: absolute;
    left: 0px;
    top: 50px;
}

.login {
    width: 200px;
    border: 1px solid #7fb5c1;
    height: 22px;
    vertical-align: text-bottom;
}

.load {
    position: absolute;
    z-index: 3000;
    left: 79%;
    top: 226px;
    display: none;
}

.sign {
    margin-left: 20px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("137.png" );
    cursor: pointer;
}

    .sign:hover {
        background-position: 0 -40px;
    }

.sign_hover {
    background-position: 0 -40px;
}

.signload {
    margin-left: 20px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("login-v2-load.png" );
}

.signEn {
    margin-left: 20px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("137En.png" );
    cursor: pointer;
}

    .signEn:hover {
        background-position: 0 -40px;
    }

.signEn_hover {
    background-position: 0 -40px;
}

.signEnload {
    margin-left: 20px;
    border: medium none;
    width: 130px;
    height: 40px;
    border-style: none;
    background: none;
    background-image: url("login-v2-loadEn.png" );
}

.copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    height: 80px;
    line-height: 30px;
}
