﻿<style>
        .zhufu_bgimg
        {
            border: 1px #e5e5e5 solid;
            padding: 10px;
            margin-bottom: 20px;
            position: relative;
        }
        .zhufuBigImg
        {
            display: none;
            position: absolute;
            left: -1px;
            background: #fff;
            padding: 5%;
            width: 90%;
            border: 1px #e5e5e5 solid;
        }
        .zhufuBigImg img
        {
            display: block;
        }
        .zhufu_bgimg a
        {
            display: block;
            float: left;
            padding: 10px 20px 10px 30px;
            border: 1px transparent solid;
            height: 60px;
            margin-right: 10px;
            cursor: pointer;
            position: relative;
        }
        .zhufu_bgimg a img
        {
            display: block;
            float: left;
            height: 60px;
            width: 135px;
        }
        .zhufu_bgimg a input
        {
            position: absolute;
            top: 40%;
            left: 10px;
            display: block;
            float: left;
            margin-right: 10px;
            cursor: pointer;
        }
        .yulanPosition{position:relative}
        .yulan
        {
            position:absolute;
            bottom:0;
            right:20px;
            width:120px;
            height:35px;
            background:none;
            border:1px #666 solid;
            color:#666;
            cursor:pointer;
            border-radius:3px;
            }
            .yulanShow
            {
                display:none;
                position:absolute;
                left:0;
                z-index:999;
                width:100%;
                height:100%;
                background:rgba(0,0,0,0.5);
                overflow:auto;
            }
            .yulanShowCon
            {
                position:absolute;
                top:10%;
                left:35%;
                width:20%;
                background:#fff;
                }
            .yulanShow .zhufuBigImg_xs{
	            width:90%;
	            padding:5% 5% 0 5%;
	            
            }
            .yulanShow p
            {
                word-break:break-word;
	            line-height:25px;
	            min-height:150px;
	            padding:5%;
            }
            .yulanShow  .buttonImg_xs
            {
                background:#DAC5D6;
                padding-bottom:10px;
                height:90px;
                }
           .yulanShow .buttonImg_xs img{
	            display:block;
	            width:45%;
	            height:65%;
	            margin:0 auto 5px auto;
            }
            .yulanShow .buttonImg_xs a{
	            display:block;
	            text-align:center;
	            width:45%;
	            margin:0 auto;
	            text-decoration: none;
	            color:#fff;
	            background:#da2137;
	            height:30px;
	            line-height:30px;
	            border-radius:3px;
            }
            .buttonss
            {
                display:block;
	            text-align:center;
	            width:80%;
	            margin:0 auto;
	            text-decoration: none;
	            color:#fff;
	            background:#da2137;
	            height:35px;
	            line-height:35px;
	            border-radius:3px;
	            border:0;
                }
    </style>