/**/
.imgfitl{display: flex;justify-content: left;align-items: center;}
.select .s-t{border-bottom: 2px solid red;padding-bottom: 17px}
.select form{margin-top: 30px}
/**.style1，一排三个**/
#sform input[type=text]{outline: none;box-sizing: border-box;border: 1px solid #ddd;display: block;text-indent: 5px}
.style1 li{width: 550px;height: 35px;background: #fff;box-sizing:border-box;float: left;margin-right: 100px;margin-bottom: 17px}
.style1 li:nth-child(2n){margin-right: 0;}
.style1 li .l{width: 80px;float: left;font-size: 14px;height: 35px;text-align: left;line-height: 1.4;display: flex;justify-content: left;align-items: center;}
.style1 li .l1{width: 100px;float: left;font-size: 14px;height: 35px;text-align: left;line-height: 1.4;display: flex;justify-content: left;align-items: center;}
.style1 li .r{width: 450px;float: left;height: 100%}
.style1 li .input1{display: block;width:100%;height: 100%;outline: 0}
#sform input:focus{border: 1px solid #1256b3}

/**.style2，一排1个**/
.style2 li .l{width:80px;float: left;line-height: 1.4;font-size: 14px;display: flex;justify-content: left;align-items: center;height: 35px;}
.style2 li .r{width: 800px;float: left;height: 35px}
.style2 .input2{display: block;width:100%;height: 100%;outline: 0}
#sform .text{width: 550px;float: left;margin-right: 100px}
#sform .text:nth-child(2n){margin-right: 0}
#sform .text textarea{display: block;width: 100%;resize: auto;height: 90px;box-sizing: border-box;border: 1px solid #ddd;margin-top: 10px}
#sform .code input{width: 160px;height: 35px;float: left;}
#sform .code img{width: 100px;height: 35px;float: left;margin-left: 10px}

/*!*多选框*!*/
/*.checkbox{font-size: 14px;}*/
/*.checkbox input{font-size: 14px;display: inline-block;margin-left: 15px}*/
#sform button{display: block;width: 120px;height: 40px;border-radius: 3px;background: #1256b3;color: #fff;font-size: 16px;
letter-spacing: 3px;margin-top: 20px}






















