/* 首页 */
#bg_video {
    position: relative;
    width: 100%;
    font-size: 0px;
}

#bg_video video {
    width: 100%;
}

#bg_video_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 340px;
    text-align: center;
    height: 260px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 40px;
}

h2 {
    font-size: 24px;
    color: #3C4044;
    margin-bottom: 30px;
}

#enter {
    width: 100%;
}

#enter input {
    width: 330px;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding-left: 10px;
}

#enter input::placeholder {
    color: #C4C5C8;
}

#enter button {
    width: 340px;
    height: 40px;
    border-radius: 4px;
    background-color: #3B4354;
    color: #fff;
    border: 0px;
}

#more_msg {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
}

#more_msg a {
    text-decoration: none;
    color: #7F858A;

}

#more_msg a:first-child {
    float: left;
}

#more_msg a:last-child {
    float: right;
}