* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

html {
    background-color: black;
}

#movies_html {
    width: 1000px;
    margin: 0 auto;
}

header {
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #2E2E3A;
}

header a:hover {
    color: #FF9F16;
}

.heard_title a:hover {
    color: #FF9F16;
}

.index_home {
    color: #FF9F16 !important;
}

#logo {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    height: 30px;
}

#logo img {
    height: 30px;
    margin-right: 20px;
}

.heard_title {
    font-size: 0px;
}

.heard_title li {
    display: inline-block;
}

.heard_title li a {
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding: 0px 20px;
}

.heard_login {
    position: absolute;
    top: 0px;
    right: 10px;
}

.heard_login a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.heard_login input {
    border: 0px;
    height: 24px;
    padding-left: 10px;
    border-radius: 12px;
    margin-right: 20px;
}

.heard_login input::placeholder {
    font-size: 12px;
}


#movie_list h2 {
    color: #CCCCCC;
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#movie_list h2 a {
    float: right;
    font-size: 14px;
    color: #CCCCCC;
    font-weight: 500;
}

#movie_list ul {
    font-size: 0px;
    border-bottom: 1px solid #444449;
}

#movie_list li {
    display: inline-block;
    width: 192px;
    margin-left: 10px;
}

#movie_list li:nth-child(5n+1) {
    margin-left: 0px !important;
}

#img_list {
    position: relative;
    width: 100%;
    font-size: 0px;
}

#movie_list ul li:hover .start {
    display: block;
}

.start {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.489);
    top: 0px;
    text-align: center;
    display: none;
}

.start img {
    width: 60px;
    height: 60px;
    margin-top: 100px;
    opacity: 0.7;
}


.fengmin {
    width: 100%;
    height: 288px;
}

#movie_list li a p {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 50px;
    margin-bottom: 10px;
}

#movie_list li a p:hover {
    color: #FF9F16;
}

footer {
    width: 1000px;
    margin: 0 auto;
    color: #CCCCCC;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}