.my-modal-dialog .modal-title{font-size: 16px;font-weight: bold;color: #333;}
.page_error{font-size:12px; line-height:18px; color:#e8313e;background: #f1ddde;padding: 5px 10px;margin-bottom: 30px;}
.ser_ipt_wrap .form-group{margin-bottom: 20px;}
.ser_ipt_wrap .form-horizontal .control-label{padding: 0px 15px 0px 15px; height: 38px; line-height: 38px;}
.ser_ipt_wrap .form-group label {font-weight: normal;}
.comm_radio_float{height:38px; line-height: 38px; float: left;margin-right: 30px;}
.redText{color: #E8313E;}
.ser_ipt_wrap p{font-size: 14px; line-height: 21px;margin: 0;}
.ser_ipt_wrap .glyphicon {color: red;font-family: "微软雅黑";top: 3px;right: 0px;}
.ser_ipt_wrap{font-family: 'Microsoft YaHei', '黑体', Verdana, Arial;overflow-x: hidden;}
input.img_code_ipt2{float: left;}
div.img_code_div2{  width: 110px;float: left;margin-left:15px; display: inline-block; display: inline-block; vertical-align: top;color: white;height: 38px;}
div#verifypinBox #verifypin{float:left;width:100%;height:100%;}
button.btn-red:hover {background: #c9302c;color: white;}
button.btn-red{background:#E8313E;color:white;font-size:16px;width:240px;}
button.btn{outline: none;}
.my-modal-dialog .btn {width: 116px;height: 34px;}
#suggestSub{padding:0px;line-height: normal;}
.my-modal-footer .sugg_right{text-align: right;}
@media only screen and (min-width: 768px) {
	/*弹窗居中*/
	.myModal .my-modal-dialog {position: absolute;left: 50%;top: 30%;margin-left: -300px;}
	.ser_ipt_wrap .form-control {width: 360px;height: 38px;display: inline-block;}
	.ser_ipt_wrap .ser_get_left.img_code_ipt2 {width: 235px;}
	.ser_ipt_wrap .form-control {width: 360px;height: 38px;display: inline-block;}
	
}

@media only screen and (max-width: 767px) {
	.myModal .my-modal-dialog {position: absolute;width: 90%;left: 50%;top: 0;margin-left: -45%;}
	.ser_ipt_wrap .form-control {height: 44px;display: inline-block;}
	.ser_get_par .ser_get_left{width:100%;float: left;}
	.ser_get_par #verifypinBox{position:absolute;top:0px;right:15px;}
	.ser_get_par #verifypinBox #verifypin{float:left;width:100%;height:100%;}
	.ser_get_par{padding-right: 155px;overflow: hidden;}
	.sugg_content{width:100%}
	.form-horizontal {padding-bottom: 0px;}
	.modal-footer .my-modal-footer{margin-top: -20px;}
	.modal-body.sugg_con{height:250px;overflow:auto;}
	.my-modal-dialog.sugg_modal{top:70px;}
}