#customized_enquiry{
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 999;
}
#customized_enquiry_div{
	width: 800px;
	height: 450px;
	margin: 120px auto;
    background-color: #fff;
    border: 5px solid #438eb9;
}


#customized_enquiry_div p{
    line-height: 100px;
    text-align: center;
}
#customized_enquiry_div p span{
    padding: 8px 14px;
    background: #01c6b4;
    margin: 10px 40px;
    color: #fff;
    cursor: pointer;
}

#customized_enquiry_div ul{ 
	
}

#customized_enquiry_div ul li{ 
    overflow: hidden;
    margin: 10px auto;
}

#customized_enquiry_div ul li span{ 
	width: 20%;
	text-align: right;
    float: left;
}
#customized_enquiry_div ul li textarea{ 
    float: left;
}



#customized_enquiry_title{
	text-align: center;
	height: 30px;
	background-color: #438eb9;
	color: #fff;
	line-height: 30px;
	font-weight: bolder;
	
}



#select_sx{
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 999;
}
#select_sx_div{
	width: 450px;
	margin: 120px auto;
    background-color: #fff;
    border: 5px solid #438eb9;
}

#select_sx_div ol{ overflow:hidden}
#select_sx_div ol li { 
	text-indent:70px; 
	font-size:16px; 
	line-height:40px;
    overflow: hidden;
    text-indent: 0px;
	}
#select_sx_div ol li b {
    float: left;
    text-align: right;
    width: 120px;
    padding-right: 10px;
}

#select_sx_title{
	text-align: center;
	height: 30px;
	background-color: #438eb9;
	color: #fff;
	line-height: 30px;
	font-weight: bolder;
	
}
#select_sx_div p{
    line-height: 100px;
    text-align: center;
}
#select_sx_div p span{
    padding: 8px 14px;
    background: #01c6b4;
    margin: 10px 40px;
    color: #fff;
    cursor: pointer;
}