﻿@charset "utf-8";
body{ background-image: url('../images/login-4.jpg'); background-size: 100% auto;}
input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
a:hover{
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s linear;
    background-repeat: no-repeat;
}

.carousel-item.active {
    opacity: 1;
}

.carousel-text {
    position: absolute;
    left: 25%;
    bottom: 20%;
    transform: translateX(-50%);
    width: 50%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.5;
    border-radius: 10px;
    z-index: 11;
}
.carousel-text .txtcss1{
    font-size: 52px;
    line-height: 60px;
    margin-right: 50px;
}

.carousel-text .txtcss2{
    font-size: 32px;
    line-height: 40px;
}
.carousel-text .txtcss3{
    font-size: 28px;
    line-height: 60px;
    margin-right: 50px;
}
.carousel-text .txtcss4{
    font-size: 42px;
    line-height: 100px;
    margin-top: 20px;
}
.carousel-text .txtcss5{
    font-size: 28px;
    line-height: 100px;
}
.carousel-text .txtcss6{
    font-size: 42px;
    line-height: 100px;
}
.carousel-text .txtcss7{
    font-size: 36px;
    line-height: 100px;
}
.carousel-text .txtcss8{
    font-size: 46px;
    line-height: 100px;
}
.carousel-text .txtcss9{
    font-size: 46px;
    line-height: 60px;
    margin-right: 30px;
    margin-left: 70px;
}

.carousel-nav {
    position: absolute;
    left: 5%;
    bottom: 10%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.carousel-nav button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    margin: 0 10px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-nav button.active {
    width: 20px;
    background-color: #ffcc33;

}
.zhez{
    background-color: rgba(0,50,150,.67);
    z-index: 9;
    width: 100%;
    height: calc(100vh);
    position: absolute;
    left: 0;
    top: 0;
}
.reg-copyrights{
    position: absolute;
    bottom: 20px;
    left: 50px;
    width: 500px;
    color: #DEDEDE;
    z-index: 10;
    font-size: 12px;
}
.reg-logo{
    width: 200px;
    height: 60px;
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: 11;
}
.regs{
    width: 500px;
    height: calc(100vh);
    background-color: rgba(0,20,70,.6);
    z-index: 10;
    position: absolute;
    right: 100px;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.tijiao a{
    background-color: #3b7cff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 35px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}
.regs h3{
    text-align: center;
    color: #FFF;
    font-size: 30px;
    margin-top: 45%;
}
.regs h6{
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    margin-top: 20px;
}
.regs .logins{
    margin-top: 30px;
    margin-bottom: 50px;
}
.regs .logins input{
    background-color: transparent;
    border: none;
    width: 89%;
    margin-left: 7.5%;
    line-height: 40px;
    height: 40px;
    color: #FFF;
    padding-left: 0;
    border-bottom: #FFF 1px solid;
    font-size: 14px;
	text-indent:10px;
}
.regs .logins .xieyi{
     text-align: center;
     color: #acacac;
    width: 55%;
    margin: 10px auto;
    font-size: 12px;
}
.regs .logins .xieyi a{
    color: #acacac;
}
.regs .logins .xieyi input{
    width: 12px;
    height: 12px;
    margin-left: 0;
    float: left;
    margin-top: 10px;
}
.regs .dlu{
    width: 80%;
    margin: auto;
}
.regs .dlu a{
    width: 250px;
    margin-left: 40px;
}
.regs .zhuce{
    width: 200px;
    margin: auto;
}
.regs .zhuce a{
    color: #acacac;
    width: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
 }

.regs .links{
    width: 90%;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    color: #FFF;
}.regs .links a{
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
 }
