body{
    background-color: #3F6FF6;
}
.container{
    display: flex;
    position: absolute;
    margin: auto;
    padding: 0;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 800px;
    height: 464px;
    border-radius: 8px;
    background-color: #eeeeee;
}
.swp{
    width: 62%;
}
.carousel{
    height: 100%;
    width: 100%;
    border-top-left-radius:8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}
.carousel-inner>.item{
    height: 100%;
}
.carousel-inner>.item>img{
    display: block;
    width: 100%;
    height: 100%;
}
.login{
    width: 38%;
    position: relative;
}
.content{
   position: absolute;
   left: 50%;
   transform: translate(-50%);
   width: 75%;
}
.logo img{
     margin-top: 50px;
     height: 25px;
     width: 110px;
}
.word{
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
}
/* .box {
    margin-top: 10px;
 } */
.iconfont{
    font-size: 18px;
}
input{
    /* margin-top: 5px; */
    border: none;
    outline: none;
    background-color: #eeeeee;
}
input::-webkit-input-placeholder{
    font-size: 12px;
}
.pass,.user{
    border-bottom: 1px solid #eeeeee;
    display: flex;
    margin-top: 25px;
}
.pass:hover{
   border-bottom: 1px solid #3F6FF6;
   color: #3F6FF6;
}
.user:hover{
    border-bottom: 1px solid #3F6FF6;
    color: #3F6FF6;
 }
 .check{
     color: #ccc;
     font-size: 10px;
     margin-top: 20px;
 }
.btn{
    background-color: #3F6FF6;
    width: 200px;
    height: 35px;
    margin-top: 25px;
    color: #fff;
    width: 100%;
    font-size: 12px;
}
.phone{
    margin-top: 20px;
    color: #666666;
    font-size: 12px;
}
.conmpany{
    font-size: 12px;
    color: #cccccc;
    margin-top: 80px;
}
/* 轮播图设置 */
/* .carousel-indicators li{
    width: 8px;
    height: 8px;
}
.carousel-indicators .active{
    width: 8px;
    height: 8px;
} */