ol, ul {
    list-style: none;
}

button {
    outline: none;
}

.btn:active, .btn:focus {
    outline: 0 !important;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pb-10 {
    padding-bottom: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}
.bg-47bf82{
    background: #47bf82;
}
.bg-6e8bd6{
    background: #6e8bd6;
}
.bg-ad53c4{
    background: #ad53c4;
}
.bg-b98140{
    background: #b98140;
}
.center{
    text-align: center;
}

/*-------top-start------*/
.logo-a {
    float: left;
    padding: 5px 0;
    height: 54px;
}

.logo-a img {
    height: 100%;
}

.navbar-default .navbar-toggle {
    border-color: #009b4c;
    background-color: #009b4c;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #009b4c;
}

.navbar-nav .active {
    border-bottom: 2px solid #009b4c;
}

/*@media (max-width: 768px) {
    .logo-a {
        padding-left: 15px;
    }

    .navbar-nav .active {
        border-bottom: 2px solid #009b4c;
        border-left: 1px solid #f8f8f8;
        border-right: 1px solid #f8f8f8;
    }
}*/

.navbar-nav .active a {
    color: #009b4c !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #009b4c;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #009b4c;
}

.navbar-nav li a {
    font-size: 15px;
}

.navbar-default .navbar-nav > .color-red > a {
    color: red;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #f8f8f8;
}

.dropdown-menu {
    width: 100%;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #fff;
    margin-top: 4px;
}

.navbar-nav > li > .dropdown-menu a {
    color: #585858;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #009b4c;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #009b4c;
    background-color: transparent;
}

.dropdown-menu .divider {
    margin: 3px 0;
}

.flex-prev i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}

.flex-next i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}


/*swiper*/
.swiper-button-next {
    background-image: none;
    font-size: 50px;
    opacity: .6;
    color: rgba(0, 0, 0, .65)
}

.swiper-button-prev {
    background-image: none;
    font-size: 28px;
    opacity: .6;
    color: rgba(0, 0, 0, .65)
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

/*login内容开始*/
input{
    -webkit-appearance: none;
}
.login-content {
    min-height: 100%;
}
.copyright-section.copyright-common {
    opacity: 0.8;
    background-color: #fff;
}
.copyright-common {
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
}
.login-box {
    position: absolute;
    z-index: 2;
    margin-top: 13%;
    margin-right: 42%;
    top: 0;
    right: 0;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ddd;
}

/*@media (max-width: 1200px) {
    .login-box {
        margin-right: 30%;
    }
}

@media (max-width: 768px) {
    .login-box {
        margin-top: 45%;
    }
}*/

.login-form {
    width: 324px;
    float: right;
    padding: 0 26px;
}

.login-form .login-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #4e4e4e;
}

.vcode-icon{
    font-weight: 700;
    font-size: 15px;
}

/*@media (max-width: 768px) {
    .login-box {
        right: 50%;
        margin-right: -162px;
    }
}*/

.login-form .form-control-feedback {
    color: #666;
    left: 0;
    right: auto;
}

.login-form .has-feedback .form-control {
    padding-left: 35px;
    padding-right: 10px;
    height: 40px;
}
.login-form .form-control-feedback{
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.login-form .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 155, 76, 0.075), 0 0 8px rgba(0, 155, 76, 0.6);
}

.vcode {
    font-size: 0;
}

.vcode-content {
    width: 60%;
    display: inline-block;
}

.vcode-input {
    display: inline-block;
    vertical-align: middle;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.vcode-img {
    width: 40%;
    height: 40px;
    position: absolute;
}
.position-a{
    right: 120px;
}

/* 动画背景 */
.bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.bg-animation:before,
.bg-animation:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(22, 93, 255, 0.05);
    animation: float 20s infinite ease-in-out;
}

.bg-animation:before {
    width: 600px;
    height: 600px;
    top: -300px;
    left: -100px;
}

.bg-animation:after {
    width: 400px;
    height: 400px;
    bottom: -200px;
    right: -100px;
    animation-delay: 5s;
}

/* 动画效果 */
@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-50px) rotate(5deg);
    }
}

