
body {
    height: calc(100%);
    background-color: #fff;
}

#header {
    border-bottom: 1px solid #3b3b4c;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 59px;
}

#header .inner {
    width: 80%;
    margin: 0 auto;
}
#header .topLinks {
    text-align: right;
    padding-top: 10px;
    margin: 0 -15px;
}
#header .topLinks span {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
}
#header .topLinks span a {
    color: #3b3b4c;
}
.poster1 {
    background: url('bg1.jpg') left top transparent no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #fff;
    min-height: 370px;
    text-align: center;
    margin: 0 auto;
}
.poster1 .inner {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-top: 4%;
    line-height: 40px;
}
.row .tedian {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-top: 2%;
    line-height: 40px;
}


#indexPage {
    width: 100%;
    padding: 0;
    background-color: #ffffffd6;
    height: 100%;
}
#parentBox {
    position: fixed;
    top: 59px;
    bottom: 0;
    left: 0;
    right: 0;
}

.mainBox {
    width: 90%;
    max-width: 300px;
    margin: 15% auto;
}
.mainBox .inner {
    border-radius: 9px;
    border: 2px solid #dedede;
}
.mainBox .inner .well {
    margin: 0;
}

.mainBox .inner .btn {
    margin-bottom: 15px;
}
.cases {
    width: 90%;
    margin: auto;
    max-width: 600px;
}
.cases a {
    border-radius: 4px;
    display: inline-block;
    padding: 0 4px;
    line-height: 18px;
    background-color: #ffedd0;
    color: #d06734;
    margin: 0 6px 6px 0;
}