#msg { width:100%; float:left;}
#msg .main { width:100%; float: left; padding: 30px; box-sizing: border-box;}
#msgBox { width:100%; float:left;}
#msgBox .msgBoxMain { width:100%; float:left;}
#msgBox .msgBoxMain .msg_info { width:100%; float:left;}
#msgBox .msgBoxMain .msg_info .msg_title { width:100%; float:left; font-family:'Din-Bold'; font-size:24px; color:#333; line-height:28px; text-transform: none;}
#msgBox .msgBoxMain .msg_info .msg_content { width:100%; float:left; margin-top:6px; font-size:15px; line-height:22px; color:#333; position:relative;}
#msgBox .msgBoxMain .msg_info .msg_content:before { content:""; position:absolute; left:-25px; top:3px; width:20px; height:16px; background:url(../images/icon-quotes.png) 0px 0px no-repeat; background-size:contain;}
#msgBox .msgBoxMain .msg_user { width:100%; float:left; margin-top:6px;}
#msgBox .msgBoxMain .msg_user span { float:right; clear: both; font-size:11px; line-height:15px; color:#666; width: 100%; text-align: right; }
#msgBox .msgBoxMain .msg_img { float:left; margin-top:10px; width:100%; display: flex; justify-content: center;}
#msgBox .msgBoxMain .msg_img div { width: 240px; height: 240px; float: left; border-radius: 100%; overflow: hidden; }
#msgBox .msgBoxMain .msg_img div img { width:100%; height:auto; float:left;}

#msg.msgLong2_yes { background:#ececec;}
#msg.msgLong2_yes .main { width:100%; float:left; background: #0095d8;}
#msgBox.msgLong_yes { padding:0px;}
#msgBox.msgLong_yes .msgBoxMain { padding:0px; position:relative; display: flex; flex-direction: column;}
#msgBox.msgLong_yes .msgBoxMain .msg_info { width:100%; float: left; -webkit-order: 2; -moz-order: 2; -ms-order: 2; -o-order: 2; order: 2; margin-top: 12px;}
#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_title { margin-top:0px; text-align:left; color: #fff; font-size: 24px; line-height: 28px;}
#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content { font-size:13px; line-height:18px; color:#fff; padding-left:0px; font-style:normal; margin-top:10px;}
#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content:before { display:none;}
#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content p { margin-top:10px;}
#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content p:first-child { margin-top:0px;}
#msgBox.msgLong_yes .msgBoxMain .msg_info .msg_content p a { text-decoration: underline; color: #F19831; }
#msgBox.msgLong_yes .msgBoxMain .msg_info .seemorecon { width: 100%; float: left; font-size: 13px; line-height: 18px; color: #fff; }
#msgBox.msgLong_yes .msgBoxMain .msg_info .seemorecon p { margin-top: 10px; }
#msgBox.msgLong_yes .msgBoxMain .msg_info .seemorecon ul { padding-left: 20px; box-sizing: border-box; }
#msgBox.msgLong_yes .msgBoxMain .msg_info .seemorecon ul li { list-style-type: disc; }
#msgBox.msgLong_yes .msgBoxMain .msg_img { width:100%; float:left; border-radius:0px; height:auto; position:static; margin-top:0px;}
#msgBox.msgLong_yes .msgBoxMain .msg_img div { width:100%; height:auto; border-radius:0px;}
#msgBox.msgLong_yes .msgBoxMain .msg_img img { float:left; width:100%; height:auto;}
#msgBox.msgLong_yes .msgBoxMain .msg_user { width:73.4%; position:absolute; z-index:3; left:50%; margin-left:-36.7%; bottom:30px;}