﻿@charset "utf-8";
/* CSS Document */
html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;top: 0;
    overflow: hidden;
    overflow-y: auto;
}
.component {
    width: 160px;
}

.searchbox {
    float: right;
    margin-top: 16px;
}

.searchbox ul li {
    display: inline-block;
}

.searchbox .searchinput {
    height: 30px;
}



 @media screen and (max-width:600px){
    .mobile-img {
        width:90%!important;
        padding:10px!important;
    }
}

.imglist {
    width:70px!important;
    padding-right:10px;
}











































