.msg_tk{    
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.msg_tk .grp{    
    width: 49%;
    box-sizing: border-box;
    position: relative;
    border-radius: 0.3rem;
    height: 3.6rem;
    margin-top: 1rem;
    border: 1px solid #ddd;
}
.msg_tk .grp i{
    position: absolute;
    left: 0;
    font-size: 1.6rem;
    width: 3rem;
    color: #31b2ea;
    text-align: center;
    background: #f3f4f5;
    height: 3.4rem;
    line-height: 3.4rem;
}
.msg_tk .grp input, .msg_tk .grp select{
    line-height: 3.4rem;
    height: 3.4rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    background: none;
    border: none;
    outline: none;
    color: #333;
    font-size: 1.4rem;
}
 .msg_tk .grp select{
    appearance: none;
    background: url(/common/sendmsg/2023/images/arrow_down.png)no-repeat 98% center;
 }
.msg_tk .grp input::placeholder{
    color: #999;
}
.msg_tk .grp.mobile{
    width: 100%;
}
.msg_tk .grp.code { 
    padding: 0;
    border: none;
    background: #31b2ea;
}
.msg_tk .grp.code input{
    background: none;
    color: #fff;
    height: 3.6rem;    
    line-height: 3.6rem;
}
.msg_tk .grp.code input:disabled{
    background: #f3f4f5;
    color: #999;
}
.msg_tk .grp #sCity, .msg_tk .grp #sProvince{
    line-height: 3.6rem;
    height: 3.6rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    border: none;
    outline: none;
    color: #333;
    font-size: 1.4rem;
    margin: 0;
}
.msg_tk .grp.memo{
    width: 100%;
    height: auto;
    padding: 0;
}
.msg_tk .grp.memo .memo-clk{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #eee;
}
.msg_tk .grp.memo p {    
    padding: 0 1rem;
    font-size: 1.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    background: url(/common/sendmsg/2023/images/arrow_down.png)no-repeat 98% center;
}
.msg_tk .grp.memo ul{    
    position: absolute;
    left: -1px;
    z-index: 1;
    width: 100%;
    border: 1px solid #31b2ea;
    background: rgb(255, 255, 255);
    padding: 0.5rem 0;
    line-height: 3rem;
    font-size: 1.4rem;
    display: none;
}
.msg_tk .grp.memo ul li{
    padding: 0 1rem;
}
.msg_tk .grp.memo textarea{
    border-radius: .3rem;
    margin: 0px;
    width: 100%;
    border: none;
    outline: none;
    padding: 1rem 1rem;
    box-sizing: border-box;
    line-height: 2rem;
    font-family: "微软雅黑";
    font-size: 1.4rem;
    height: 10rem;
    resize: none;
}
.msg_tk .grpBtn{    
    width: 100%;
    color: #333;
    font-size: 1.3rem;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 1rem;
}
.msg_tk .grpBtn input[type=button]{    
    display: block;
    outline: none;
    border: none;
    width: 50%;
    line-height: 4rem;
    background: #31b2ea;
    color: #fff;
    -webkit-appearance: none;
    border-radius: 0.3rem;
    font-size: 1.4rem;
}
.msg_tk .grpBtn p{
    padding-left: 4rem;
    line-height: 2rem;
    color: #666;
    position: relative;
}
.msg_tk .grpBtn p input {
   position:absolute;
   left: 1.5rem;
   appearance: none;
}
.msg_tk .grpBtn p input:after{    
    content: "";
    text-align: center;
    line-height: 1.2rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 0.1rem solid #ccc;
    color: #fff;
    font-weight: 700;
}
.msg_tk .grpBtn p input:checked:after {
    content: "√";
    background: #31b2ea;
    border: 0.1rem solid #31b2ea;
}
.msg_tk .grpBtn p a{
    color: #999;
    white-space: nowrap;
    margin-left: -0.5rem;
    font-size: 1.2rem;
    display: block;
    line-height: 1.2rem;
    margin-top: 0.5rem;
}
.msg_tk h3{
    padding: 2rem 0 0.5rem 0;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #666;
    text-align: center;
    font-weight: 350;
}
.msg_tk h3 font{
    display: block;
    color: #dd001a;
}
.msg_layer{    
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 640px;
    background: rgba(0,0,0,.5);
    top: 0;
    z-index: 99;
    display: none;
}
.msg_layer .layerCont{
    width: 90%;
    background: #fff;
    border-radius: 1rem;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 1rem 2rem;
}
.msg_layer .layerCont .msg_close{
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 1rem;
    right: 1rem;
}
.msg_layer .layerCont .msg_close img{
    width: 100%;
}
.msg_layer .layerCont h2{
    text-align: center;
    line-height: 3rem;
    font-size: 1.4rem;
    color: #666;
}
.msg_layer .layerCont h2 strong{
    display: block;
    color: #31b2ea;
    font-size: 1.8rem;
}
.msg_layer .layerCont .msg_op{
    margin-top: 1.5rem;
}
.msg_layer .layerCont .msg_op p{
    font-size: 1.6rem;
    line-height: 1.6rem;
    border-left: 0.5rem solid #31b2ea;
    padding-left: 1rem;
}
.msg_layer .layerCont .msg_op ul{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.msg_layer .layerCont .msg_op ul li {
    width: 31%;
    text-align: center;
    background: #f3f4f5;
    line-height: 3.2rem;
    border-radius: 0.3rem;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    color: #666;
}
.msg_layer .layerCont .msg_op ul li:nth-child(3n-1) {
    margin: 1.5rem 3.5% 0 3.5%;
}
.msg_layer .layerCont .msg_op ul li.on { 
    background: #31b2ea;
    color: #fff;
}
.msg_layer .layerCont .msg_layer_btn input{
    width: 100%;
    background: #31b2ea;
    border-radius: 0.3rem;
    line-height: 4rem;
    color: #fff;
    font-size: 1.6rem;
    margin: 1rem 0;
    border: none;
    outline: none;
}

.msg_title2{
	width: 100%;
    max-width: 640px;
    height: 6em;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 5px;
    top: 3.3em;
    position: fixed;
    z-index: 9999;
}
.msg_title2 p{
	font:1em/1.2em "微软雅黑";
	font-weight:700;
	color:#da0000;
}
.msg_title2 p strong{
	border-left:3px solid #da0000; 
	margin-right:5px;
	line-height:1.2em;
}
.rec_tk_mian{
	margin-top:9.2em;
    height: 70%;
    overflow-y: scroll;
    background:#efefef;
}
