body{background: #f7f7f7;}
.con{width: 1083px;background: #fff;margin: 0 auto;padding-top: 44px;}
.con input[type='checkbox']{-webkit-appearance: checkbox;opacity: 0;}
.con h3{background: url("../img/sendtitbg.png") 17px 7px no-repeat;font-size: 28px;color: #383838;border-bottom: 1px dashed black;padding:0 0 11px 60px;}


/*行列公用样式  */
.box{padding: 35px 0 0 65px;}
.row{margin-bottom: 48px;}
.row dl:after{content: '';display: block;clear: both;}
.row:after{content: '';display: block;clear: both;}
.row dl{float: left;}
.row dt{color: #121212;font-size: 14px;float: left;margin-right: 14px;line-height: 31px;font-weight: 600;}
.row dd{min-height: 30px; float: left;margin-right: 20px;line-height: 30px;}
.doubleText{letter-spacing: 21px;}
/*con最大标题*/
.tit dd{width: 256px;height: 29px;}

/*input输入框模拟 公用*/
.inpCommon input{width: 100%;height: 100%;border: none;background: transparent;display: block;padding-left: 20px;color: red;}
.inpCommon{border-radius: 5px;moz-border-radius:5px;ms-border-radius:5px;o-border-radius:5px;border: 1px solid #c9c9c9;background: #f8f8f8;overflow: hidden;}

/*下拉效果*/
.square{height: 30px;width: 120px;text-align: center; background: #1296db;color: #fff;font-size: 14px;position: relative;line-height: 30px;}
.ulPo{width: 100%;background: #f2f1f1;padding: 10px 0;position: absolute;top: 30px;left: 0;display: none;z-index: 10;}
.ulPo a{color: #2f2f2f;}
.square:hover .ulPo{display: block;}
.square:after{width: 0;height: 0;content: ''; display: block;border-left: 5px solid #fff;border-top: 5px solid transparent;border-bottom: 5px solid transparent;position: absolute;right: 10px;top: 10px;}