@charset "utf-8";

.message_diy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3339;
    display: none;
}
.message_diy .close{
    position: absolute;
    top: 20px;
    right: 28px;
    width: 40px;
    height: 40px;
    background: #eee;
    background: url('../images/common/x.png') no-repeat center;
}
.message_diy .contet{
	background: url('../images/common/tan1.png') no-repeat center;
	background-size: 100% 100%;
    position: relative;
    width: 900px;
    height: 390px;
    /*background: #fff;*/
    margin: 130px auto;
    /*padding: 40px 10px 25px;*/
}
.message_diy .contet .left{
    width: 380px;
    float: left;
    /*background: #eeda;*/
    text-align: center;
    padding: 85px 35px 0px 35px;
}
.message_diy .contet .left label{
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
}
.message_diy .contet .left ul{
    padding: 0px 0 20px;

}

.message_diy .contet .left ul .input{
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    border: 1px solid #999;
    border-radius: 4px;
    
}
.message_diy .contet .left ul input{
    font-size: 15px;
    letter-spacing: 1px;
    width: 350px;
    height: 100%;
    border: 0;
    padding: 0 15px;
    border-radius: 3px;
    line-height: 55px;
}
.message_diy .contet .left ul select{
    font-size: 15px;
    letter-spacing: 1px;
    width: 380px;
    height: 100%;
    border: 0;
    padding: 0 15px;
    border-radius: 3px;
 	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: none;
	box-shadow: none;
    -moz-appearance:none;  
    -webkit-appearance:none;
 	/*background: url("../images/common/zs.png") no-repeat scroll right center transparent;*/
 	padding-right: 14px;
    background-position: 95%;
    background-size: 15px;
    color: #666;
    line-height: 42px;
}
.message_diy .contet .left ul .input span{
    font-size: 16px;
    color: #fdb900;
    letter-spacing: 2px;
    display: block;
    float: right;
    width: 120px;
    line-height: 42px;
    text-align: center;
}
.message_diy .contet .left ul .input span:hover{
    background: #f5f5f5;
}
.message_diy .contet .left ul select option{
		padding:15px;
        margin: 0 -4px;
        outline: none;
}
.message_diy .contet .left ul input:focus{
	outline: none;
}
.message_diy .contet .left ul select:focus{
	outline: none;
}
.message_diy .contet .left ul button{
    margin-top: 25px;
    width: 100%;
    height: 42px;
    background: #fdd100;
    border: 1px solid #fdd100;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2px;
}
#phone_hint{
    line-height: 10px !important;
    text-align: right;
    display: block;
    width: 165px !important;
    margin-top: 17px !important;
}