.faq_right{
    margin-top: 35px;
    min-height: 160px;
    border: 1px solid #c2c2c2;
    margin-bottom: 38px;
    padding: 47px 49px;
    background: white none;
}

.contact_title{
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    font-weight: 500;
	line-height: 30px;
}
.contact_title:before{
    content: "";
    width: 4px;
    display: inline-block;
    height: 22px;
    background: #9f378e;
    margin-right: 12px;
    vertical-align:middle;
    line-height: 30px;
}

.find-box ul li a {
    font-size: 19px;
    word-break:break-all;
	color:#333;
}

.find-box ul li a:hover{
    color:#9f378e;
}

.find-box .find-topic li{
    float: left;
    padding: 10px 20px;
}
.find-box .find-topic li i{
    margin-right:5px;
}

.clear{
    clear: both;
    height: 0;
    overflow: hidden;
}

.contact-form .-form-row div.input{
    width: 382px;
    height: 24px;
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 13px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3px;
}

.contact-form .-form-row div.input:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #ccc;
    right: 10px;
    bottom: 10px;
}

#contact_input_0:before{
    content: "*";
    position: absolute;
    right:-30px;
    bottom:10px;
    font-size:20px;
    color: #9f378e;
}

.emoji-wysiwyg-editor.input-field:after{
    content: "*";
    position: absolute;
    right:-30px;
    top:10px;
    font-size:20px;
    color: #9f378e;
}


.contact-form .-form-row ul.select {
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
    border: 1px solid #ccc;
    width: 410px;
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px #d8d6d6;
    -moz-box-shadow: 2px 2px 5px #d8d6d6;
    box-shadow: 2px 2px 5px #d8d6d6;
    z-index: 300;
}

.contact-form .-form-row ul.select li {
    padding: 4px 3px 2px 8px;
    cursor: pointer;
}

.contact-form .-form-row ul.select li:hover {
    background: #ccc;
}

.contact-form textarea{
    font-family: "open sans";
    font-size: 18px;
    width: 792px;
    height: 120px;
    padding: 20px 18px;
    margin-top: 20px;
    border-radius: 4px;
}

.validate-box {
    display: none;
}
.vm {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.question-area{
    position:relative;
    margin-top:20px
}

.emoji-wysiwyg-editor.input-field{
    font-size:24px;
    line-height: 28px;
}
.contact-form {width:720px;}
.contact-form .-form-row .innerwrap {
    border: 1px solid #ccc;
    margin-top: 22px;
    padding: 18px;
    overflow: hidden;
    clear: both;
    border-radius: 4px;
}

.contact-form .-form-row .innerwrap .add-pic {
    border: 2px dashed #ccc;
    width: 132px;
    height: 132px;
    margin: 10px;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #9f378e;
    float: left;
}

.contact-form .-form-row .innerwrap .add-pic span {
    font-size: 70px;
    font-weight: 100;
}

.contact-form .-form-row .innerwrap .add-pic span b {
    display: block;
    font-size: 16px;
}

.contact-form input, .blog_side .inp input {
    font-weight: normal;
    line-height: 24px;
    font-size: 18px;
    padding: 9px 15px;
    width: 367px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    margin: 20px 0;
    font-family: "open sans";
    border-radius: 4px;
}

.contact-form .-form-row .innerwrap .add-pic input[type="file"] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-form input, .blog_side .inp input {
    font-weight: normal;
    line-height: 24px;
    font-size: 18px;
    padding: 9px 15px;
    width: 367px;
    display: inline-block;
    border: 1px solid #c5c5c5;
    margin: 20px 0;
    font-family: "open sans";
    border-radius: 4px;
}

.contact-form .-form-row .innerwrap .added-pic span.close-btns {
    position: absolute;
    right: -11px;
    top: -11px;
    background: #ccc;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    line-height: 14px;
    padding: 3px 3px 4px 4px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    z-index: 200;
}

.contact-form .-form-row .innerwrap .add-pic img {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.contact-form .submit-box {
    background: #9f378e;
    width: auto;
    height: 45px;
    display: inline-block;
    margin: 25px 0;
    padding: 0 45px;
    cursor: pointer;
}

.contact-form span.button-send {
    display: inline-block;
    border: 0;
    background: 0;
    color: white;
    width: auto;
    line-height: 45px;
    margin: auto;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
}

.historymessage{
    display:flex;
}

.historymessage .left{
    display:inline-block;
    flex:1;
    text-align: right;
}

.historymessage .middle{
    display:inline-block;
    flex:2;
    text-align: center;
}

.historymessage .right{
    display:inline-block;
    flex:1;
    text-align: left;
}

.historymessage .body-message {
    width: 90%;
    border: 1px solid #9f378e;
    min-height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
}


.body-message em, .body-message span {
    font-style: normal;
    font-size: 15px;
    position: absolute;
    color: #9f378e;
}
.body-message span {
    color: white;
}
.body-message.left em, .body-message.left span {
    left: -8px;
    top: 10px;
    font-family: 宋体;
}
.body-message.left span {
    left: -6px;
}
.body-message.right em, .body-message.right span {
    right: -8px;
    top: 10px;
    font-family: 宋体;
}
.body-message.right span {
    right: -6px;
}

.body-message-content {
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
    word-break: normal;
    text-align: left;
}

.body-message-img{
    text-align:center;
}

.body-message-img img {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #eee;
}

.contact-history{
    position:relative;
}

.contact-history .mask{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.1);
}

.contact-history .mask div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    margin-top: -100px;
    font-size: 20px;
    color: #9f378e;
    text-align: center;
    border: 2px solid #9f378e;
    background: white;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 4px 4px 4px #777777;
    height:200px;
    line-height: 200px;
    z-index:200;
}

i.loading{
    z-index: 101;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    color: #9f378e;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    animation: fa-spin 0.5s infinite linear;
}
@media(max-width: 1200px){
	.contact_main{padding:0px 5px;}
}
@media(max-width: 580px){
	.faq_right{min-height:inherit;padding:10px;}
	.contact-form, .contact-form .-form-row div.input, .contact-form .-form-row ul.select{width:auto;}
	.emoji-wysiwyg-editor.input-field {font-size:16px;}
	.contact-form .-form-row .innerwrap .add-pic {width:80px;height:80px;}
	.contact-form .-form-row .innerwrap .add-pic span {font-size: 40px;}
	.contact-form .-form-row .innerwrap .add-pic span b{font-size: 12px;}
}
