@charset "utf-8";
body {
    background: #ffffff;
}
@font-face {
    font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
/*容器*/
.container {
    width: 7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    position: fixed;
    top: 1.09rem;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    z-index: 2;
/*    box-shadow: 2px -5px 5px #000000;
    -moz-box-shadow: 2px -5px 5px #000000;*/
}
.container .contactdevise{
	width: 7rem;
    height: auto;
    min-height: 5rem;
    line-height: .6rem;
    overflow: hidden;
    margin: 1rem .25rem 0rem .25rem;
    font-size: .25rem;
    color: #636363;
    padding: 0rem 0rem 0rem 0rem;
}
.container .contactdevise img{
	width: 100%;
    max-width: 7rem;
    height: 100%;
    margin: 0rem auto;
}