.footer {
	width: 100%;
	background-color: #1b1b1d;
}
.footer-top {
	position: relative;
	padding: 65px 0;
	border-bottom: 1px solid #2b2a2e;
}

.footer-nav li {
    float: left;
    width: 195px;
}
.footer-nav li .title {
    font-size: 16px;
    color: #b5b5bc;
    line-height: 16px;
    margin-bottom: 20px;
}
.footer-sub-nav li {
    position: relative;
	padding: 7px 0;
}
.footer-sub-nav li a {
	font-size: 14px;
    color: #74747b;
}
.footer-sub-nav li a:hover {
    color: #ddc699;
    text-decoration: underline;
}
.footer-sub-nav .qr-code {
    display: none;
    position: absolute;
    top: -35px;
    right: 10px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
}
/* .footer-sub-nav .qr-code: */
.footer-sub-nav li.wechat:hover .qr-code {
    display: block;
}
.footer .kefu-box {
	position: absolute;
    top: 65px;
    right: 0;
}
.footer .kefu-box .phone {
	height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #b5b5bc;
}
.footer .kefu-box .phone span {
	font-size: 12px;
    color: #b5b5bc;
}
.footer .kefu-box .title {
	height: 45px;
    line-height: 45px;
    font-size: 32px;
    color: #b5b5bc;
}
.footer .kefu-box .language {
	height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #74747b;
}
.footer .kefu-box .language .language-select {
	background: transparent;
    border: 0;
    display: inline-block;
    float: none;
    padding-right: 23px;
    padding-left: 0;
}

.footer-bottom {
	padding: 45px 0 85px 0;
}
.footer .search-box {
	float: left;
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding-right: 45px;
    position: relative;
    background-color: #282829;
    font-size: 0;
}
.footer .search-box input {
	height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #282829;
    border: 0;
    color: #74747b;
    padding: 0 10px;
    width: 100%;
    margin: 0;
}
.footer .search-box input:focus, .footer .search-box input:hover {
	border: 0;
	box-shadow: none;
	outline: 0;
}
.footer .search-box .search-btn {
	display: block;
    width: 45px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 8px;
    right: 0;
    border-left: 1px solid #37373a;
    text-align: center;
}
.footer .search-box .search-btn i {
    font-size: 20px;
    color: #75757c;
}
.footer .copyright-box {
    text-align: center;
}
.footer .copyright-box .copyright {
	font-size: 14px;
    color: #4e4e52;
    line-height: 20px;
}
.footer .copyright-box .copyright a{color:#4e4e52;}

/* 侧边栏 */
.side-nav {
    position: fixed;
    left: 50%;
    margin-left: 590px;
    bottom: 150px;
    width: 45px;
    z-index: 1000;
    height: 235px;
}
.side-nav .item {
    display: block;
    position: relative;
    width: 57px;
    height: 55px;
    margin-bottom: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #c8d9e2;
}
.side-nav .item:hover {
    border: 1px solid #b39f7a;
}
.side-nav .item .box {
    position: relative;
    height: 55px;
    width: 110px;
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    transition: all 0.2s ease 0s;
}
.side-nav .item:hover .box {
    transform: translateX(-55px);
}
.side-nav .item .box span {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 14px;
    float: left;
}
.side-nav .item .box span.before {
    background-color: #ffffff;
}
.side-nav .item .box span.after {
    background-color: #b39f7a;
}
.side-nav .item .box span i {
    color: #b39f7a;
    font-size: 30px;
    margin-top: 3px;
    display: block;
    height: 30px;
}
.side-nav .item .box span.after i {
    color: #ffffff;
}
.side-nav .item .box span p {
    font-size: 12px;
    color: #666666;
    text-indent: initial;
}
.side-nav .item .box span.after p {
    color: #ffffff;
}
.side-nav .item.scroll-top {
    border: 1px solid #b39f7a;
}
.side-nav .item.scroll-top .box span.before {
    background-color: #b39f7a;
}
.side-nav .item.scroll-top .box span.after {
    background-color: #c2af8a;
}
.side-nav .item.scroll-top .box span.before i {
    color: #ffffff;
}
.side-nav .item.scroll-top .box span.before p {
    color: #ffffff;
}
.feedback-tpl .feedback-item {
    padding: 5px 0;
    width: 355px;
}
.feedback-tpl .feedback-item .radio-inline {
    font-size: 14px;
}
.feedback-tpl .feedback-item .radio-inline input[type=radio] {
    margin-top: 10px;
}
.feedback-tpl .feedback-item textarea {
    font-size: 14px;
}
.feedback-tpl .feedback-item .file-input {
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    overflow: hidden;
}
.feedback-tpl .feedback-item .file-input .file-name {
    display: block;
    height: 34px;
    padding: 0 110px 0 15px;
    line-height: 34px;
    font-size: 13px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.feedback-tpl .feedback-item .file-input .pick-file {
    position: absolute;
    top: 0;
    right: 0;
	display: block;
    background: #f0f0f0;
    border-radius: 1px;
    font-size: 14px;
    color: #58585a;
    text-decoration: none;
    overflow: hidden;
    height: 34px;
    width: 100px;
    line-height: 34px;
    text-align: center;
    border-left: 1px solid #d6d6d6;
}
.feedback-tpl .feedback-item .file-input .pick-file input {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100px;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
}
.feedback-tpl .feedback-item .file-input .pick-file i {
	font-size: 26px;
    vertical-align: top;
    margin-right: 3px;
}
.feedback-tpl .btn-box {
    height: 70px;
    margin-bottom: -20px;
    line-height: 70px;
    text-align: center;
}
.feedback-tpl .btn-box .submit-btn {
    padding: 0;
    height: 35px;
    line-height: 35px;
    width: 100px;
    background: #b4a078;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.feedback-tpl .btn-box .cancel-btn {
    padding: 0;
    height: 35px;
    line-height: 35px;
    width: 100px;
    border: 1px solid #b4a078;
    font-size: 14px;
    color: #b4a078;
    text-align: center;
}
