*{padding: 0px; margin: 0px;}
body {
    position: relative;
    background: url("../image/bg25.png") repeat;
    width: 100%;
    height: 100%;
}
.top {
    height: 70px;
    background: #FFF;
    position: fixed;
    width: 100%;
}
.logo {
    width: 135px;
    margin-left: 360px;
    margin-top: 10px;
}
.header {
    position: fixed;
    width: 540px;
    height: 50px;
    left: 50%;
    margin-left: -270px;
}
.header img{
    height: 50px;
}
.box {
    position: fixed;
    height: 90%;
    width: 530px;
    padding: 0 4px;
    background: #fff;
    padding-bottom: 10%;
    left: 50%;
    margin-left: -270px;
    margin-top: 50px;
    border-left: 1px solid #F1EFEF;
    border-right: 1px solid #F1EFEF;
}
#myapp{
    width:100%;
    height:100%;
}
.shiwan {
    position: fixed;
    left: 50%;
    margin-left: -540px;
    top: 45%;
}
.ewm {
    position: fixed;
    left: 50%;
    margin-left: 360px;
    top: 45%;
    width: 290px;
    text-align: center;
}
.ewm img {
    padding: 8px;
    background: #fff;
    width: 204px;
}
.info{
    margin:10px;
    text-align: center;
}
.info span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}
.info a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.info .icon-beian {
    width: 14px;
    height: 17px;
    display: inline-block;
    overflow: hidden;
    background: url(../image/icon_bg.png) no-repeat;
    background-position: -23px 0px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.info .icon-wen {
    width: 14px;
    height: 17px;
    display: inline-block;
    overflow: hidden;
    background: url(../image/icon_bg.png) no-repeat;
    background-position: 0px 0px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
  
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
}  

  
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(249, 17, 17, 0.3);
    background-color: #00AEF1;
}

  
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #FFFFFF;
}

@media screen and (min-width: 0px) and (max-width: 1400px) {
    .logo{
        margin-left: 280px;
    }
    .header {
        width: 380px;
        margin-left: -190px;
    }
    .box {        
        width: 370px;        
        margin-left: -190px;
    }
}