body {
    line-height: 1.6;
    /*background: #2b4159;*/
}
.com_gansuamppic .amppic-container {
    background-color: rgba(255,255,255,0.8);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 25px;
    border: 2px solid #b9b4b4;
    box-shadow: 0 0 5px 0;
}
.amppic_left {
    float: left;
    width: 75%;
    margin-top: 10px;
}
.amppic_right {
    float: right;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: rgba(255,255,255,0.8);
    border-right: 1px solid #eee;
}
#search_btn {
    top: 3px;
}
.lgallery_spe_name {
    border: 1px solid #535353;
    padding: 6px 10px;
    border-radius: 25px;
    margin: 20px;
}
.lgallery_spe_det{
    margin-bottom: 20px;
}
.lgallery_spe_more {
    margin-left: 10px;
    color: #7620ff;
    font-size: 0.5em;
    cursor: pointer;
}








.pic_content>div {
    margin: 20px 15px
}
.pic_content {
    background: rgba(0,0,0,0.05);
}
.picwrap span{
    color: gray;
}
.feature {
    margin-bottom: 15px;
}
.feature span {
    margin-left: 2em;
    line-height: 150%;
}
#pic_row a {
    font-size: 15px;
}
#pic_row a:hover{
    font-size:16px;
}
.product-grid {
    font-family: 'Source Sans Pro', sans-serif;
    height: 245px;
    border: 1px solid #bbb9b9;
    margin-bottom: 5px;
}
.product-grid .product-image{
    position: relative;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: 190px;
}
.product-image .pic-1{
    backface-visibility: hidden;
    transition: all .5s ease 0s;
}
.pic_content>div {
    margin: 20px 15px
}
.pic_content {
    background: rgba(0,0,0,0.05);
}

@media screen and (max-width:900px) {
    .pic_content>div {
        width: 100%!important
    }
}
.picelem, .picelem * {
    box-sizing: border-box;
    margin: 0 !important;
}
.picelem {
    display: inline-block;
    font-size: 0;
    width: 25%;
    border: 5px solid transparent;
    border-bottom: none;
    background: #fff;
    padding: 5px;
    height: auto;
    background-clip: padding-box;
}
.picelem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}
.sfq span{
    cursor: pointer;
}
.s_ul li {
    cursor: pointer;
    text-align: left;
    font-size: 1.4em;
}
.lgallery_spe_det td {
    border: 1px solid #ddd !important;
}