﻿/*侧边栏*/
@media only screen and (max-width:1024px){
.return{position:absolute;right:1.2875em;top:50%;transform:translateY(-50%);padding:.875em;cursor:pointer;}
.return i{font-size:24px;}
.smallheader {right:-50%;width:50%;background:#2F3C4F;position:fixed;top:0;min-height:100%;-o-box-shadow:rgba(0,0,0,0.08) 0 2px 5px;-moz-box-shadow:rgba(0,0,0,0.08) 0 2px 5px;-ms-box-shadow:rgba(0,0,0,0.08) 0 2px 5px;-webkit-box-shadow:rgba(0,0,0,0.08) 0 2px 5px;box-shadow:rgba(0,0,0,0.08) 0 2px 5px;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;z-index:2000;/* opacity:0.8;*/}
.smallheader h2 {font-weight:normal;}
.smallheader .title {border-bottom:1px solid #273543;height:3.75rem;line-height:3.75rem;text-align:center;color:#fff;font-size:1.1rem;}
.smallheader .title img {max-width:73%;padding-top:0.5rem;padding-left:1rem;}
.smallheader .bottom {position:absolute;bottom:0;border-top:1px solid #273543;height:3.75rem;text-align:center;line-height:3.75rem;width:100%;color:#FFFFFF;}
.smallheader .bottom img {margin-right:0.8rem;vertical-align:middle;max-width:1.2rem;}
.smallheader .middle {width:100%;height:auto;}
.smallheader .middle ul {width:100%;margin-top:1rem;}
.smallheader .middle ul li {width:92%;padding-left:8%;height:3.125rem;line-height:3.125rem;}
.smallheader .middle ul li a {display:block;width:100%;height:100%;color:#FFFFFF;font-size:1em;}
.smallheader .middle img {max-width:1.1rem;margin-right:0.8rem;vertical-align:middle;margin-top:-0.25rem;}
.smallheader .bottom div{flex:1 1 0%;justify-content:center;align-items:center;border-top:1px solid #999;border-right:1px solid #999;}
.smallheader .bottom .wap_search .search,.smallheader .bottom .wap_search .search button{background-color:inherit;color:#fff;}
.smallheader .bottom .wap_search .search input{width:100%;background-color:inherit;color:#fff;}
.smallheader .bottom .lang a{width:100%;background-color:inherit;color:#ccc;}
#close {width:25px;height:25px;position:absolute;right:100%;z-index:3000;display:none;top:15px;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;background-color:#2F3C4F;text-align:center;line-height:25px;cursor:pointer;}
#close i{font-size:24px;color:#fff;}

}