* {
    padding: 0;
    margin: 0;
}
html,body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif, 宋体, 黑体;
}
input[type="text"]{
    outline: 0;
    background-color: #fff !important;
}
input[type="password"]{
    outline: 0;
    background-color: #fff !important;
}
textarea {
    outline: 0;
    background-color: #fff !important;
}
a{
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
@font-face {
    font-family: 'iconfont';
    src: url('https://static.book118.com/open/static/auth/css/iconfont/iconfont.eot');   
    src: url('https://static.book118.com/open/static/auth/css/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('https://static.book118.com/open/static/auth/css/iconfont/iconfont.woff2') format('woff2'),
    url('https://static.book118.com/open/static/auth/css/iconfont/iconfont.woff') format('woff'),
    url('https://static.book118.com/open/static/auth/css/iconfont/iconfont.ttf') format('truetype'),  
    url('https://static.book118.com/open/static/auth/css/iconfont/iconfont.svg#iconfont') format('svg'); 
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.focusin-input {
    border: 1px solid #2878FF !important;
}
.focusout-input-error {
    border: 1px solid #F00 !important;
}
.container {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

#header {
    height: 85px;
    border-bottom: 1px solid #ddd;
}
#header .logo {
    float: left;
    padding: 22px 0;
    width: 152px;
    height: 40px;
}
#header .logo a {
    display: block;
    overflow: hidden;
}
#header .logo a img{
    float: left;
    width: 40px;height: 40px;
}
#header .logo a strong,
#header .logo a span{
    display: block;
    margin-left: 46px;
}
#header .logo a strong{
    height: 24px;line-height: 24px;
    font-size: 18px; font-weight: 600;color: #E52B17;
}
#header .logo a span{
    height: 16px;line-height: 16px;
    font-size: 12px;color: #333;
    letter-spacing: 3.5px;
}
#header .left .slogn {
    margin-left: 20px;
    display: inline-block;
    width: 161px;
    height: 18px;
    background-image: url("https://static.book118.com/open/static/auth/images/login/slogn.png");
    vertical-align: middle;
}
#header .right {
    float: right;
    height: 85px;
    line-height: 85px;
}
#header .right a {
    color: #2878FF;
    text-decoration: none;
}
#header .right a.login {
    color: #666;
}
#header .right a.login i {
    margin-right: 5px;
    color: #2878FF;
}

/***** 底部 *****/
#foot_k{
    width:100%; height:auto;
    margin:0 auto;
    padding:15px 0 20px;
    border-top: 1px solid #ddd;
    text-align: left;
    font-size: 12px;
}
#foot_k .container{
    width: 1200px; height: auto;
    margin: auto;
    overflow: hidden;
}
#foot_k .site-link{
    position: relative;
    overflow: hidden;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}
#foot_k .site-link dl{
    float: left;
    width: 208px;
}
#foot_k .site-link dl dt,
#foot_k .site-link dl dd{
    height: 26px;line-height: 26px;
}
#foot_k .site-link dl dt{
    padding: 5px 0 8px;
    font-weight: 600;color: #333333;
}
#foot_k .site-link dl dt a{
    font-weight: 600;color: #333333;
}
#foot_k .site-link dl dt a:hover{
    text-decoration: underline;
}
#foot_k .site-link dl dd a{
    color: #666;
}
#foot_k .site-link dl dd a:hover{
    color: #333;
    text-decoration: underline;
}
#foot_k .site-link .wechat{
    position: absolute;
    top: 0px;right: 0px;
    width: 130px;
    padding: 10px 0 0 0;
}
#foot_k .site-link .wechat dt{
    padding: 8px;
    border:1px solid #ddd;
    height: auto;
}
#foot_k .site-link .wechat dt img{
    display: block;
    width: 112px;height: 112px;
}
#foot_k .site-link .wechat dd{
    text-align: center;
    padding: 5px 0 0 0;
    font-size: 12px;color: #666;
}
#foot_k p.desc{
    padding: 14px 0 6px;
    line-height: 24px;
    font-size: 12px;color: #666;
}
#foot_k p.desc a{
    color: #333;
    text-decoration: underline;
}
#foot_k .copyright{
    overflow: hidden;
}
#foot_k .copyright .certificate{
    float: left;
}
#foot_k .copyright .certificate p{
    line-height: 20px;
    font-size: 12px;color: #999;
}
#foot_k .copyright .certificate a{
    color: #999;
}
#foot_k .copyright .certificate a:hover{
    color: #666;
    text-decoration: underline;
}
#foot_k .copyright .authentication{
    float: right;
    padding: 8px 0 0 0;
}
#foot_k .copyright .authentication a{
    display: inline-block;
    margin: 0 0 0 6px;
}
#foot_k .copyright .authentication img{
    width: 80px;
}
/***** 在线客服 *****/
#side_customer{
    position: fixed;
    left: 50px;top: 40% !important;
    z-index: 99999;
    width: 144px;min-height: 200px;
    margin-top: -134px;
    border:1px solid #1C70C1;
    background-color: #E8F3FF;
    border-radius: 3px;
}
