@CHARSET "UTF-8";
#form1-wrap {
	position: fixed;
	top: 10%;
    z-index: 999;
	width: 100%;
}

#form1 {
	display: none;
    width: 500px;
    height: 405px;
    margin: 0 auto;
    position: relative;
}

#form1 .title-wrap {
    position: relative;
    height: 70px;
    border-radius: 8px 8px 0 0;
    background: #28a8e0;
}

#form1 .title-wrap .title {
    height: 70px;
    letter-spacing: 1px;
}

#form1 .title-wrap .title-up {
	height: 18px;
	padding-top: 15px;
    font-size: 0;
    text-align: center;
}

#form1 .title-wrap .line{
	display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
}

#form1 .title-wrap .title-text1 {
    font: 18px/18px "微软雅黑";
    color: #fff;
    margin: 0 10px;
    vertical-align: middle;
}

#form1 .title-wrap .title-text2 {
	padding-top: 8px;
    font: 14px/14px "微软雅黑";
    color: #fff;
    text-align: center;
}

#form1 .form-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
}
/*//////////////////////////////////////////////////*/
#form1 form {
    width: 500px;
    height: 335px;
    background: #fff;
}

#form1 form ul {
    font-size: 0;
    padding-top: 25px;
}

#form1 form ul li {
    height: 40px;
    position: relative;
    margin-bottom: 20px;
}

#form1 form ul li span {
    font: 14px/40px "微软雅黑";
    color: #222;
    text-align: right;
    margin: 0 10px 0 30px;
    display: inline-block;
    width: 70px;
    height: 40px;
    vertical-align: middle;
}

#form1-Mock1 {
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 110px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

#form1-Mock2 {
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 233px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    text-align: center;
}

#form1-Mock3 {
    width: 64px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 356px;
    font: 14px/38px "微软雅黑";
    color: #222;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    text-align: center;
}

#form1 form ul li select {
    /* -webkit-appearance: none; */
    /*将默认的select选择框样式清除*/
  	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
    outline: none;
    width: 117px;
    height: 40px;
    font: 14px/40px "微软雅黑";
    color: #222;
    border: 1px solid #f4f4f4;
    padding: 0 41px 0 10px;
    vertical-align: middle;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
#form1 form ul li select::-ms-expand {
	display: none; 
}

#form1 form ul li select:nth-child(5) {
    margin: 0 6px;
}

#form1 form ul li input {
    outline: none;
    width: 341px;
    height: 38px;
    font: 14px/38px "微软雅黑";
    color: #222;
    border: 1px solid #f4f4f4;
    padding: 0 10px;
    vertical-align: middle;
}

#form1 form ul li .identifying-code-input {
	width: 241px;
}

#form1 form ul li .get-identifying-code {
	display: inline-block;
	width: 100px;
	height: 40px;
	background-color: #28a7e1;
	font: 14px/40px "微软雅黑";
    color: #fff;
    text-align: center;
	margin: 0;
	cursor: default;
	vertical-align: middle;
    outline: none;
    border: none;
}

#form1 form ul li .prompt {
    position: absolute;
    top: 0;
    right: 105px;
    margin: 0;
    padding: 0;
    font: 14px/40px "微软雅黑";
    color: #ff0000;
    text-align: left;
    /* width: 85px; */
}

#form1 form ul li .contacts-name {
    width: 138px;
}

#form1 form ul li .circle-out {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 285px;
}

#form1 form ul li .circle-out1 {
    background: #28a8e0;
}

#form1 form ul li .circle-out2 {
    left: 373px;
    background: #989898;
}

#form1 form ul li .circle-inner {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

#form1 form ul li .person {
    height: 28px;
    width: 32px;
    font: 16px/16px "微软雅黑";
    color: #999;
    margin: 0 2px 0 54px;
    padding-top: 12px;
    vertical-align: middle;
}

#form1 form ul .btn-wrap {
    height: 40px;
    padding: 10px 0;
    margin-bottom: 0;
}

#form1 form ul .btn {
    width: 284px;
    height: 40px;
    margin: 0 auto;
    font: 18px/40px "微软雅黑";
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: #28a8e0;
    cursor: pointer;
}

#form1-province,#form1-city,#form1-area {
    background: 80px 14px no-repeat url("/template/1/huisuanzhang/forms/images/form_imgs/pull_icon.png") ;
}