﻿   .msg_tk {
        line-height: 30px;
        margin: 0 auto;
        font: 14px/40px "微软雅黑", "黑体";
        border: 0 !important;
    }
    #name_tk, #idea_tk, #tel_tk, #Ver_tk, #Shop_tk, #space_tk, #City_tk {
        width: 280px;
        height: 40px;
        float: left;
        border: 0;
        position:relative;
    }
    #idea_tk, #Ver_tk, #space_tk, #City_tk {
        float: right;
    }
    #City_tk {
        width: 280px;
    }
    .msg_tk_gap {
        margin-top: 8px;
    }
    .msg_tk_T {
        width: 3.5em;
        font: 14px/35px "微软雅黑", "黑体";
        float: left;
        text-align: right;
        margin-top: 15px;
    }
    .msg_tk_Tt {
        font: 18px/35px "微软雅黑", "黑体";
    }
    #name_tk input, #idea_tk select, #tel_tk input, #Shop_tk select, #space_tk select, #City_tk select, #msg_tk_t select {
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        height: 35px;
        width: 192px;
        padding-left: 6px;
        float: left;
        margin-top: 15px;
        font: 13px/35px "微软雅黑", "黑体";
        outline: none;
    }
    #idea_tk select, #Shop_tk select, #space_tk select, #City_tk select, #msg_tk_t select {
        width: 200px;
        height: 37px;
    }
    #City_tk select {
        width: 200px;
    }
    #msg_tk_t select {
        width: 482px;
        border-radius: 5px 5px 0 0;
    }
    .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: 92px;
        border: 1px solid #d9d9d9;
        border-radius: 0 5px 5px 0;
        height: 37px;
        float: left;
        margin-top: 15px;
        background: #007dc5;
        font: 12px/37px "宋体";
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
    .Ver_tk_btn:active {
        transform: scale(0.96, 0.96);
    }
    .content_tk {
        padding:5px;
        width: 470px;
        height: 120px;
        float: right;
        margin-right: 29px;
        border: 1px solid #d9d9d9;
        border-radius: 0 0 5px 5px;
        border-top: none;
        outline: none;
    }
    /*按钮*/
    .sub-msg {
        width: 131px;
        margin-left: 77px !important;
        color: #fff;
        border: none;
        margin-top: 15px;
        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); /* 标准的语法 */
    }
/*弹出样式*/
    .tips {
    position: absolute;
    top: 48px;
    left: 77px;
    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;
}