﻿.xidou_title {
	width: calc(100%- 20px);
	margin-right: 20px;
	height: 60px;
	border: 1px solid #dddddd;
	line-height: 60px;
	padding: 0 20px;	
}

.xidou_content {
	width: calc(100%- 20px);
	margin: 20px 20px 0 0;
	height:auto;
	border: 1px solid #dddddd;
}

.xidou_title span {
	color: #990000;
	padding: 0 10px;
	font-size: 26px;
	font-weight: 900;
}

.xidou_title button {
	border: 1px solid #990000;
	color: #990000;
	background: #ffffff;
	width: 100px;
	height: 26px;
	border-radius: 26px;
	text-align: center;
	line-height: 24px;	
	cursor:pointer 
}

.xidou_title_rg{
	float: right;
}
.xidou_title_lf{
	float: left;
}
.buttonMouseOver {
    background: #990000!important;
	color: #FFFFFF!important;
}
.xidou_table {
    border-spacing:2px;
    border-collapse:initial;
}
.xidou_table th {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: #ebf0f5;
}
.xidou_table td{
	text-align: center;
	font-size: 12px;
	height: 30px;
}
.xidou_table tbody tr:nth-child(even){
	background:#f8f5f5;
}
.xidou_from_box{
	        position: relative;
	        height: 360px;
        }
        .xidou_from_cz{
	        width: 390px;
	        height: 130px;	
	        position: absolute;
	        top:50%;
	        left: 50%;
	        margin: -65px 0 0 -135px;
        }
        .xidou_from_cz li{
	        width: 100%;
	        height: 40px;
	        line-height: 40px;	
        }

        .xidou_from_cz li input{
	        width: 180px;
	        border: 1px solid #dddddd;
	        border-radius: 4px;
	        color: #666666;
	        padding:8px 5px;
	        font-size: 12px;
	        line-height:0px;
        }
        .xidou_from_cz li input::placeholder{	
	        color: #999999;	
	        font-size: 12px;
        }

        .xidou_from_cz li button{	
	        width: 120px;
	        height: 30px;
	        line-height: 28px;
	        background: #990000;
	        color: #ffffff;
	        border:1px solid #990000;
	        border-radius:4px;
	        margin-left: 75px;
        }
        .xidou_from_cz li a{
            color:#990000;
        }
        .mimaeye
        {
            position: absolute;top: 50px;right: 129px;
            cursor:pointer;
        }
        .mimaeye img
        {
            width:20px;
        }