﻿
.msg_tk{
	line-height: 30px;
    width: 620px;
    margin: 0 auto;
    font: 14px/40px "微软雅黑", "黑体";
    padding: 20px 0;
    border: 0 !important;
	}
#name_tk,#idea_tk,#tel_tk,#Ver_tk,#Shop_tk,#space_tk,#address_tk,#City_tk{
	width:300px;
	height:40px;
	float:left;
	border:0;
    position:relative;
	}
#idea_tk,#Ver_tk,#space_tk,#City_tk{
	float:right;
	}
#City_tk{
	width:300px;
	}
.msg_tk_gap{
	margin-top:8px
	}
.msg_tk_T {
    width: 5.5em;
    font: 14px/35px "微软雅黑", "黑体" !important;
    float: left;
    text-align: right;
    margin-top: 15px;
    border-left:none !important;
}
.msg_tk_Tt{
	font: 18px/35px "微软雅黑", "黑体";
	}
#name_tk input,#idea_tk select,#tel_tk input,#Shop_tk select,#space_tk select,#address_tk select,#City_tk select,#msg_tk_t select{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 35px;
	width:200px;
	padding-left:6px;
    float: left;
    margin-top: 15px;
    font: 13px/35px "微软雅黑", "黑体";
    position:relative;
	outline: none;
}
#idea_tk select,#Shop_tk select,#space_tk select,#address_tk select,#City_tk select,#msg_tk_t select{
	width:208px;
	height:37px;
	}
#City_tk select{
	width:285px;
	}
#msg_tk_t select{
	width:528px;
	border-radius:5px 5px 0 0;
	border-bottom:none;
	}
#Ver_tk h2{
	letter-spacing:3.6px;
	}
.Ver_tk{
	border: 1px solid #d9d9d9;
    border-radius: 5px 0  0 5px;
	border-right:none;
	padding-left:6px;
	width:100px;
    height: 35px;
	margin-top: 15px;
	float: left;
	font: 13px/35px "微软雅黑", "黑体";
	outline: none;
	}
.Ver_tk_btn{
	width:100px;
	border: 1px solid #d9d9d9;
    border-radius:  0 5px  5px  0;
	height: 35px;
        /*height: 39px;*/
	float: left;
    /*margin-top: 14px;*/
	margin-top: 15px;
	background:#007dc5;
	font: 13px/35px "微软雅黑", "黑体";
	color:#fff;
	text-align:center;
	cursor:pointer;
    outline:none;
	}
.Ver_tk_btn:active{
	transform: scale(0.96, 0.96);
	}
#txtContent{
	width: 518px;
	height:120px;
	float:left;
    padding:4px;
	margin-left:77px;
	margin-right:15px;
	border: 1px solid #d9d9d9;
	border-radius: 0 0 5px 5px;
	outline:none;
	}
/*按钮*/
.sub-msg {
	width: 131px;
	margin-left:80px !important;
	color: #fff;
	border:none;
	margin-top:38px;
	border-radius: 5px;
	cursor: pointer;
	font: 14px/35px "微软雅黑", "黑体";
	background: #286abe;
	background: -webkit-linear-gradient(#3a80d9, #286abe); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#3a80d9, #286abe); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#3a80d9, #286abe); /* Firefox 3.6 - 15 */
	background: linear-gradient(#3a80d9, #286abe); /* 标准的语法 */
}
.sub-msg:hover {
	background: -webkit-linear-gradient(#3a80d9, #1a5db1); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#3a80d9, #1a5db1); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#3a80d9, #1a5db1); /* Firefox 3.6 - 15 */
	background: linear-gradient(#3a80d9, #1a5db1); /* 标准的语法 */
}
.sub-msg:active {
	background: -webkit-linear-gradient(#1e6bcc, #1a5db1); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#1e6bcc, #1a5db1); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#1e6bcc, #1a5db1); /* Firefox 3.6 - 15 */
	background: linear-gradient(#1e6bcc, #1a5db1); /* 标准的语法 */
}
#sub-msg i {
    font:12px/20px "微软雅黑";
    color:#666;
}
/*弹出样式*/
    .tips {
    position: absolute;
    top: 48px;
    left: 95px;
    z-index: 999;
    display: none;
}
    .tips-top {
        /*background: url(http://www.61ef.cn/common/sendmsg/2018/images/tops-top.png) no-repeat left top;*/
        height: 8px;
        width: 14px;
        position: absolute;
        top: 0;
        left: 20px;
    }
.tips .tips-chek {
    background-color: rgb(252, 243, 244);
    background: url(http://www.61ef.cn/common/sendmsg/2018/images/tops-bg-wrong.png)  no-repeat left #fcf3f4 !important;
     /*background-image:none !important;*/
    border-color: rgb(196, 0, 14);
    border:1px solid #f00;
    color: rgb(196, 0, 14);
    font: 13px/13px "微软雅黑", "黑体";
    margin-top: 7px;
    text-indent: 17px;
    padding: 8px;
}