﻿/*标题*/
body{
    background:#fff;
}

.message_title{
    font-size: 20px;
    color:#CE263F;
    font-weight: bold;
    text-align: center;
    margin:0 0 10px;
    color: #333;
    text-align: left;
    width: 1000px;
    margin: 10px auto;
}
.message_title img.message_liuyan{
    display: none;
}
.message_title img.message_new{
    display: none;
}
.message_title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    margin-right: 9px;
    background: #FF4141;
    vertical-align: middle;
}

.message_box{
    border: none;
    background: #F7F7F8;
    width: 1000px;
    table-layout: fixed;
    margin: 0 auto;
    font-size: 16px;
}

.message_box tr.one {
    box-sizing: border-box;
    background: #FAFCFF;
    border: 1px solid #ECECEC;
    border-bottom: none;
}

.message_box tr.one td {
    background: #FAFCFF;
}
/*表单样式*/
select{
    /*width:54vw;*/
    font-size:16px;
    color:#919191;
    padding: 5px;
    border:#e1e1e1 1px solid;
    /*margin-left:10px;*/
}
textarea{
    /*width:1024px;*/
    margin-left:10px;
    font-size:16px;
    color:#919191;
    padding: 5px;
    border:#e1e1e1 1px solid;
}
/*留言信息表*/
.message_box tr{
    width:100%;
    display: inline-block;
}
.message_box tr td{
    height:55px;
    background: #F8F6F9;
    padding:5px 5px;
}
.message_box tr td:first-child{
    background: none;
    text-align: right;
    width: 130px;
    color: #333;
    font-size: 18px;
}
.message_box tr.event_adress .truename_default,.message_box tr.event_adress select{
    width: 500px;
}
.addbtn_img{
    display: inline-block;
    padding:10px 20px;
    background: #D83240;
    color:#fff;
    margin-right: 10px;
}
.see_btn i{
    margin-left: 10px;
    display: inline-block;
    background: #fff;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    margin-right:5px;
}
.can_see{
    background: red;
}
.bottom1{
    margin:0 auto;
}
.submit{
    background: #F0A53A;
    color:white;
    display:inline-block;  
    margin:0 auto;
    text-align:center;
    cursor: pointer;
    width: 30%;
    margin-bottom: 50px;
    border:none;
    border-radius:18px;
}
.coordinate{
    text-align: center;
    font-size: 16px;
    color:#919191;
    margin-bottom:20px;
    background: #FAFCFF;
    border: 1px solid #ECECEC;
    border-bottom: none;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: left;
    text-indent: 1em;
    font-size: 18px;
    color: #333333;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.truename_default{
    border:#d2d2d2 1px solid;
    width: 350px;
    height: 40px;
    margin-left:10px;
    padding-left:5px;
}
.replaceTel{
   color:#d73240;
   margin-left:10px;
}
.textmessage{
    margin:20px 10px 0 10px;
    overflow-y:auto;
    resize:none;
    width:804px;
    padding:10px;
    font-size: 14px;
}
.selectmargin,.titlemessage{
    height: 30px;
    border:#d2d2d2 1px solid;
    
}
.titlemessage{
    font-size:16px;
    color:#919191;
    width:814px!important;
    margin-left:10px;
    font-size:16px;
    color:#919191;
    padding: 5px;
    border:#e1e1e1 1px solid;
}
.bottom1{
    text-align: center;
    margin-top:70px;
    font-size: 18px;
}
.bottom1 #varCode{
    border: #d2d2d2 1px solid;
    padding-left: 5px;
}
.verification{
    color:#333;
    /*width: 30%;*/
    height: 30px;
    margin:10px 20px 10px 0;
    border: #d2d2d2 1px solid;
}
.management{
    font-size:16px;
    color:#F0A53A!important;
    text-decoration: none;
}
.takecare{
    margin:20px 0;
}
.code{
    width: 100px;
    height:40px;
}
.changecode{
    margin-left:10px;
    text-decoration: none;
}
.codecolor{
    color:#CE263F;
}
.message_Bwtitle{
    font-size: 20px;
    color:#000000;
    font-weight: bold;
    text-align: left;
    margin:10px auto;
}
#codeImg{
    margin-left:7px;
}
#domainId{
    height:40px;
    padding-right:10px;
}
.textarea_img_happend{
    padding:5px;
    width:1014px;
}

.messageSm{
    width: 1000px;
    height: 201px;
    margin: 15px auto;
    box-sizing: border-box;
    padding: 40px 30px 0 30px;
    background: url(../images/message_smbg.jpg) top left no-repeat;
    font-weight:400;
    font-size:16px;
    line-height:32px;
    font-family:Microsoft YaHei;
    color:#333333;
}