@charset "utf-8";
/* CSS Document */
.title{margin:20px 0;}
.title a{color:#999;}
.title i{color:#333}
/*填写的内容*/
.write_box {width: 620px;  margin: 0 auto;margin-bottom: 100px;}
.write_title{background: url("../images/xbt.png") 0 -299px no-repeat;width:200px;height:20px;
    font-size: 20px;color:#f4552b;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 20px;}
.write_box li{width:100%;margin-bottom:20px;font-size: 16px;color:#333;}
.write_box input{border:1px solid #e5e5e5;height:36px;padding:0 10px;}
.write_box .name input,.write_box .phone input{width:200px;}
.sex input{vertical-align: middle;margin-left: 10px;margin-right:20px;border:0;}
.project select{margin-right:10px;width:100px;height:36px;line-height: 36px;
       border: 1px solid #e5e5e5;padding:8px 2px;  }
.operation_time span{display:inline-block;height:36px;
     padding:0 10px;margin-right: 10px;
    font-size: 14px;line-height:36px;color:#666;
    border:1px solid #e5e5e5;}
.operation_time .o_select{background-color:#cfb784;color:#fff; }
.operation_time span:hover{cursor: pointer}
.price input{width:100px;margin-right: 10px;}
.p_text2{margin-left: 10px;}
.dec textarea{width:500px;height:100px;
    font-size: 14px;line-height: 20px;
     border:1px solid #e5e5e5;
    padding:5px 10px;
    vertical-align: text-top;
    outline:none;resize:none}
.submit{margin-left: 80px;}
.submit input{display: block;background: url("../images/btn_pic.png");
	width:123px; height:42px;border:none;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 2px;
   }
.submit input:hover{cursor: pointer}
/*提交成功的框*/
.hide_box{display: none; position: fixed;top:0;left:0;
	width:100%;height:100%;background: rgba(0,0,0,0.4)}
.hide_box .hide{position: absolute;top:50%;left:50%;margin-left: -150px;margin-top: -40px;
	width:300px;height:140px;background-color: #fff;border-radius: 6px;padding:0 20px;}
.hide_box .hide span{display:inline-block;
	background-image: url("../images/gou.png");width: 24px;height:24px;   
	margin-right: 10px;margin-top: 40px;vertical-align: text-bottom;}
.hide_box .hide b{font-size:20px;margin-top:40px;}
.hide_box .hide a{display:block;float: right; width:60px;height:30px;background: #ccc;border-radius: 4px;color:#fff;margin-top: 20px; 
font-size: 14px; line-height: 30px;text-align: center;letter-spacing: 2px;
	background-color:#ff8804 }