
#container {
    background: #fff;
}

#container > div {
    width: 100%;
}

.index {
    height: 497px;
    background: url('../../images/web/answers/index.png') no-repeat center bottom;
}

.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.index .main i {

}

.index .main h1 {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    padding-top: 170px;
    font-weight: normal;
}

.index .main .input {
    width: 690px;
    height: 50px;
    margin: 20px 0 0 243px;
    position: relative;
}

.index .main .input i:nth-child(1) {
    position: absolute;
    color: #fff;
    top: -14px;
    left: 20px;
}

.index .main .input i:nth-child(2) {
    position: absolute;
    color: #fff;
    top: 15px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-color: #dddddd;
    text-align: center;
    line-height: 18px;
    border-radius: 18px;
    cursor: pointer;
    display: none;
}

.index .main .input input {
    width: 670px;
    height: 100%;
    display: block;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
}

.index .main .input .list {
    display: none;
    width: 690px;
    height: auto;
    background: #fff;
    position: absolute;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    top: 55px;
}

.index .main .input .list li {
    height: 50px;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    color: #051233;
    margin-left: 15px;
}

.index .hidden {
    display: none !important;
}

.index .show {
    display: block !important;
}

.answers_nav {
    height: 85px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.answers_nav .links {
    width: 1200px;
    margin: 0 auto;
    line-height: 55px;
}

.answers_nav .links a {
    display: inline-block;
    font-size: 20px;
    margin-right: 60px;
    line-height: 85px;
    height: 84px;
}

.answers_nav .links a:hover {
    color: #1476fe;
}

.answers_nav .links .links-active {
    color: #1476fe;
    border-bottom: 3px solid #1476fe;
}