.main-wrapper {
    min-width: 1600px;
    min-height: calc(100vh - 140px);
}
.home-box {
    background: #eee url("../images/bg.jpg");
    background-size: 100%;
    min-height: calc(100vh - 140px);
}
.title {
    padding: 200px 0 50px;
    text-align: center;
    margin: 0 210px;
}
.title img {
    width: 100%;
}
.subtitle {
    width: 50%;
    margin: 0 auto;
    border-radius: 60px;
    background:rgba(0,0,0,.5);
    text-align: center;
    padding: 20px 0;
}
.subtitle img {
    width: 80%;
}
.home-list {
    padding: 150px 0;
}
.home-list ul{
    display: flex;
    flex-wrap: wrap;
}
.home-list ul li {
    width: 50%;
    padding: 75px;
}
.home-list ul li .home-item-box {
    background:rgba(0,0,0,.5);
    box-shadow: 1px 6px 16px 0px rgba(0,0,0,0.57);
    border-radius: 5px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-list ul li .home-item-box img {
    max-height: 200px;
    max-width: 80%;
}
.home-item-login {
    position: absolute;
    top: 15px;
    right: 20px;
}
.home-item-login span{
    color: white;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 1px;
}
.home-item-login span:first-child{
    margin-right: 10px;
}
.home-item-login img {
    width: 36px;
    height: 36px;
    background: rgba(22,208,255,0.15);
    border: 1px solid #3699FF;
    border-radius: 50%;
    margin-right: 5px;
}
.home-item-login .nickname {
    border: none;
}