.top>div:last-child {
            height: 120px;
            margin: 30px 0;
            position: relative;
        }

        .top>div:last-child>div>img {
            filter: brightness(60%);
        }

        .top>div:last-child>div:last-child {
            color: #fff;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .top>div:last-child>div:last-child>p {
            font-size: 32px;
            font-weight: bold;
        }

        .top>div:last-child>div:last-child>span {
            line-height: 40px;
            font-size: 15px;
            color: #F5F5F5;
        }

        /* center开始 */
        .center {
            width: 1200px;
            margin: 0 auto;
            color: #202C44;

        }

        .center a {
            color: #202C44;
        }

        .center>div:first-child {
            border-bottom: 1px solid #ddd;
            /*display: flex;
            justify-content: space-between;*/
        }

        .center>div:first-child>a {
            display: block;
            font-size: 17px;
            font-weight: bold;
            height: 100%;
            padding: 0 30px;
            line-height: 50px;
            cursor: pointer;
	        float:left;
        }

        /*.center>div:first-child>a:first-child {
            color: #568CF7;
            border-bottom: 4px solid #568CF7;
        }*/

        .center>div:last-child {
            display: flex;
            justify-content: space-between;
            margin-top: -1px;
        }

        .compute_left {
            width: 680px;
            margin-right: 60px;
        }
        #calc1_js_div1
        {
            border-spacing:0px 10px;
            }
        
        #calc1_js_div1>tbody>tr 
        {
            height: 58px;
            line-height: 58px;
        }
        #calc1_js_div1>tbody>tr>td:first-child ,
        .compute_left>table>tbody>tr>td:first-child{
            /*display: inline-block;*/
            width: 100px;
            color: #161616;
            font-size: 15px;
            font-weight: bold;
        }
        #calc1_js_div1>tbody>tr>td>select,#calc1_js_div1>tbody>tr>td>input[type="text"],
        #price,#sqm,#anjie,#daikuantotal,#total_gjj,#total_sy {
            height: 60px;
            background-color: #F5F5F6;
            border: none;
            padding: 0 25px;
            box-sizing: border-box;
            
        }
        input[type="radio"]{
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background-color: #fff;
            -webkit-appearance:none;
            border: 1px solid #999;
            margin-left: 20px;
            margin-right: 5px;
            margin-top: 6px;
        }
        input[type="radio"]:checked{
            background-color: #DAE5FD;
            /*background-image: url(@code.FilePath("img/blue.png"));*/
            border: none;
            background-repeat: no-repeat;
            background-position: center center;
        }
#calc1_js_div1>tbody>tr>td>select,#calc1_js_div1>tbody>tr>td>input[type="text"]
{
    width: 545px;
    }
        .compute_left>div>span {
            position: absolute;
            top: 0;
            right: 40px;
        }
        #lilvp>select,#lilvp>input{
        
    width:275px;
            }
        .xia {
            position: absolute;
            left: 335px;
            width: 5px;
        }

        .compute_left>div>.line-input {
            background-color: #fff;
            border-bottom: 1px solid #ddd;
        }

        .compute_left td>input[type="button"] {
            padding: 22px 90px;
            border: none;
            margin: 0;
        }
.compute_right input[type="button"]
{
     padding: 22px 50px;
            border: none;
            margin: 60px 0;
    }
        .compute {
            color: #fff;
            background-color: #447FF6;
        }

        button[class="compute"] {
            margin-left: 110px;
            margin-right: 10px;
        }
#price,#sqm,#anjie,#daikuantotal,#total_gjj,#total_sy
{
            width: 300px;
            margin-top:10px;
    }
        .reset {
            color: #555;
            background-color: #F5F5F6;
        }

        .compute,
        .reset {
            cursor: pointer;
        }
        .compute_right {
            width: 390px;
            /*margin-top: 20px;*/
            padding: 60px;
            display:block;
           /* background-image: url(./img/bgline.png);*/
            background-repeat: no-repeat;
        }
        .compute_right>p {
            font-weight: bold;
            font-size: 22px;
            color: #161616;
        }
.compute_right a{
color: #161616;

    }
    .compute_right dl>dd
    {
        display:inline-block;
	
        }
        .compute_right dl {
            height: 50px;
            line-height: 50px;
        }

        .compute_right dl>dd:first-child {
            width: 150px;
            font-size: 16px;
            font-weight: bold;
            color: #161616;
        }

        .compute_right dl>dd>input 
        {
            /*width:70px;*/
            color: #161616;
            font-weight: bold;
            border: none;
        }

        .compute_right dl:nth-child(n+5)>dd>input {
            color: #E30013;
        }
        .compute_right>span {
            font-size: 15px;
            color: #999;
            display: block;
            margin-top: 30px;
        }
        

        /*公积金*/
        #gjj>tbody>tr
        {
            height:60px;
            
            }
        #gjj>tbody>tr>td:first-child,#gjj>tbody>tr>td:nth-child(3),
        .compute_right>table:first-child>tbody>tr>td:first-child
        {
            width: 100px;
            color: #161616;
            font-size: 15px;
            font-weight: bold;
            }
            #gjj>tbody>tr>td>input[type="text"],
            .compute_right>table:first-child>tbody>tr>td>p>input[type="text"],
             .compute_right>table:first-child>tbody>tr>td>select
            {
                height: 60px;
            background-color: #F5F5F6;
            border: none;
            padding: 0 25px;
            box-sizing: border-box;
            width:200px;
	}
	.compute_right>table:first-child
	{
	    border-spacing:0 10px;
	    text-align: center;
	
	    }
	   .compute_right>table:nth-child(2) input[type="text"]
	   {
	       border:none;
	       background-color: #F5F5F6;
	       text-align: center;
	        color:Red;
	       }