.main {
    margin-top: 60px;
   
}

.main_content {
    margin: 0 auto;
    width: 1400px;
    padding: 30px 30px;
}

.login_nav_a {
    top: -38px;
}

.moment_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5px;
    border-bottom: 1px solid #00000021;
}

.head_title {
    font-size: 34px;
    color: #f49bc1;
}

.how_upload {
    cursor: pointer;
    font-size: 18px;
    color: grey;
}

.how_upload:hover {
    color: black;
}

.search_item {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.s_title {
    font-size: 20px;
}

.search_child {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.s_input {
    margin: 0 10px;
    padding: 5px 7px;
    font-size: 17px;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    letter-spacing: 1px;
}

.s_input:hover {
    border-color: black !important;
}

.s_select {
    margin: 0 10px;
    padding: 3px 5px;
    font-size: 17px;
}

.game_server_ipt {
    width: 100px;
}

.search_btn_item {
    display: flex;
    align-items: center;
}

.search_btn {
    padding: 4px 16px;
    height: auto;
    margin: 0px 10px 0px 0px;
    background-color: #f7a3c7;
    
    border: 0px;
    border-radius: 2px;
    color: white;
    font-size: 17px;
}

.search_btn:hover {
    background-color: #f49bc1;
}

.remove_btn {
    padding: 4px 16px;
    height: auto;
    margin: 0px 10px 0px 0px;
    background-color: #b8b8b8;
    border: 0px;
    border-radius: 2px;
    color: white;
    font-size: 17px;
}

.remove_btn:hover {
    background-color: #a1a1a1;
}

.moment_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
}

.moment_child {
    margin: 10px 10px 0px 0px;
    padding: 10px;
}

.moment_img {
    margin-bottom: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 380px;
	border-radius: 4px;
}

.moment_img img {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: transform .28s;
	border-radius: 4px;
}

.moment_img img:hover {
    transform: scale(1.08);
}

.moment_info {
    font-size: 18px;
    text-align: center;
}

.not_player {
    position: absolute;
    top: 30px;
    font-size: 18px;
}