﻿		* {
    		margin:0px;
    		padding:0px;
		}
		a{
    		text-decoration:none;
		}
		body{
			font-family:"微软雅黑";
		}
		.duc-repwd{
    		width:910px;
    		height:auto;
            float:left;
            margin-left:20px;
            font-size:16px;
    		color:#494949;
    		line-height:45px;
		}
        .repwd-content{
            width:908px;
            height:auto;
            margin-top:20px;
            background-color: #fff;
            border: 1px solid #dcdcdc;
            overflow: auto;
        }
        .repsd{
            width:908px;
            height:400px;
            background:url("../images/repwd-bg.png") right center no-repeat;
        }
        .repsd-content{
            float:left;
            margin-left:30px;
            margin-top:50px;
        }
		.repsd-yuan input{
			width: 280px;
			height: 30px;
			border: 1px solid #dcecd9;
			background-color: #f7fcf6;
			outline: none;
		}
		.repsd-button{
			margin-left: 160px;
			margin-top: 30px;
		}
		.repsd-button input{
			background-color: #00ab8d;
			width: 100px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			border: 0;
			border-radius: 5px;
			outline: none;
			font-size: 20px;
			color: #fff;
			cursor: pointer;
		}
        .title{
            font-size:15px;
    		color:#00bc9b;
        }
         .title img{
            vertical-align:-4px;
            margin:0 5px;
        }
        