@charset "UTF-8";
.jdc-side {
    display: none;
    position: fixed;
    right: -15px;
    bottom: 30%;
    z-index: 300;
    width: 98px;

}

.mod_hang_qrcode {
    position: relative
}

.mod-qr-tips {
    height: 70px;
   /* background: url(../images/qrtips.png) center no-repeat;*/
    background-size: 100%
}
.border_bottom{
	border-bottom:1px solid #C9C9C9;
}
.border_right{
	border-right:1px solid #C9C9C9;
}
.border_top{
	border-top:1px solid #C9C9C9;
}
.mod_hang_qrcode_show {
    display: none;
    position: absolute;
    right: 70px;
    top: -65px;
    width: 138px;
    min-height: 166px;
    border: 0 none;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}

.mod_hang_qrcode_show p {
    margin-top: 5px;
    line-height: 16px;
    color: #666;
    font-size: 12px;
    text-align: center
}

.mod_hang_qrcode_show_bg {
    width: 124px;
    height: 124px;
    margin: 8px auto 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    -moz-background-size: 124px auto;
    background-size: 124px auto;
/*    background-image: url(../images/qrcode.png)*/
}

.jdc_hang_qrcode .mod_hang_qrcode_show_bg {
    /*background-image: url(../images/qrcode.jpg)*/
}

.jdc_hang_qrcode p {
    padding-bottom: 5px
}

.mod_hang_qrcode_btn {
    display: block;
    width: 60px;
    height: 60px;
    color: #0989c5;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.mod_hang_top {
    display: block;
    width: 72px;
    height: 76px;
    /* margin: 5px 0 0; */
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    background-color: transparent;
}

.mod_hang_qrcode:hover .mod_hang_qrcode_show {
    display: block
}

.mod_hang_qrcode_btn {
    position: relative;
    margin-top: 5px;
    text-align: center;
    background-color: transparent;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1)
}

.mod_hang_qrcode_btn span {
    display: none;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
    line-height: 15px;
    font-size: 12px;
    text-align: center
}

.mod_hang_qrcode_btn:hover {
    color: #fff
}

.mod_hang_top {
    /* -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1) */
}

.mod_hang_top .mod_hang_qrcode_btn {
    background: 0 0;
    margin: 0
}

.mod_hang_appeal_btn {
border: 1px solid #e5e5e5;
    /* margin: 5px; */
    /* border-radius: 6px; */
    display: block;
    width: 72px;
    height: 76px;
    /* color: #0989c5; */
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    /* -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1); */
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    /* box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1); */

}

.mod_hang_appeal:hover .mod_hang_appeal_show {
    display: block;
    opacity: 1;
}

.mod_hang_appeal_btn i, .mod_hang_qrcode_btn i {
    /*border-radius: 6px;*/
    border-left: 1px solid #e5e5e5;
    /* border-radius: 6px; */
    display: inline-block;
    width: 72px;
    height: 57px;
    line-height: 60px;
    font-size: 40px;
    color: #0bae71;
    background-color: #fff;
    border-right: 1px solid #e5e5e5;
}

.mod_hang_appeal_btn span {
    display: none;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 30px;
    line-height: 15px;
    font-size: 12px;
    text-align: center
}

.mod_hang_appeal.show .mod_hang_appeal_show {
    display: block
}

.mod_hang_appeal_show {
    opacity: 0;
    z-index: -9;
    position: absolute;
    right: 110px;
    bottom: 0;
    background: #1E90FF;
    -webkit-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
    width: 100px;
    margin-bottom:65px;
    border-radius:6px;
}


.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box {

    float: left;
    height: 40px;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.mod_hang_appeal_show .icon_box {
    width: 78px;
    line-height: 90px;
    text-align: center
}

.mod_hang_appeal_show .icon_box i {
    color: #0989c5;
    font-size: 30px
}

.mod_hang_appeal_show .text_box h5 {
    margin-top: 10px;
    font-size: 16px;
    color: #03004c;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ask_box{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mod_hang_appeal_show .text_box span {
    margin-bottom: 50px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mod_hang_appeal_show .text_box p {
    margin-top: 10px;
    max-height: 36px;
    overflow: hidden;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    cursor: pointer
}

.jdc_feedback_qrcode .mod_hang_qrcode_btn {
    margin-bottom: 5px
}

.jdc_feedback_qrcode .mod_hang_qrcode_show {
    min-height: 226px
}

.jdc_feedback_qrcode .mod_hang_qrcode_show p {
    padding-bottom: 5px
}

.jdc_feedback_qrcode .mod_hang_qrcode_show_bg {
    margin-top: 0;
    background-image: none
}

@media (max-width: 768px) {
    .jdc-rwd .jdc-side {
        display: none !important
    }
}

.jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg {

}

.jdc-lang-en .mod-qr-tips {
    position: relative
}

.jdc-lang-en .mod-qr-tips:after {
    content: "Search";
    position: absolute;
    left: 41px;
    top: 8px;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #666;
    font-size: 16px
}

blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: 400
}

abbr, body, fieldset, html, iframe, img {
    border: 0
}

address, cite, dfn, em, i, var {
    font-style: normal
}

[hidefocus], summary {
    outline: 0
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%
}

sub, sup {
    font-size: 83%
}

code, kbd, pre, samp {
    font-family: inherit
}

q:after, q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label, summary {
    cursor: default
}

a, button {
    cursor: pointer
}

b, em, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700
}

a, a:hover, del, ins, s, u {
    text-decoration: none
}

body, button, input, keygen, legend, select, textarea {
    font: 14px/1.5 PingFangSC, 'helvetica neue', 'hiragino sans gb', 'Segoe UI', Calibri, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    color: #333;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=text] {
    -webkit-appearance: none;
    border-radius: 0
}
.chat_box{
    border: 1px solid #000000;
    min-height: 300px;
    border-radius: 6px;
    background:#EDEDED
}
.chat_box_text{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    height: 50px;
}
.chat_box_text input{
	margin-left:3%;
    display: flex;
    width: 77%;
    height: 30px;
    align-items: center;
    border:none;
    /* border-bottom: 1px solid #5e5e5e; */
    border-radius:5px;
    padding:7px;
}
.chat_box_content{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 250px;
    border-bottom:  1px solid #000000;
}
.chatSendMan{
text-align:right;
margin:10px;
}
.chatSendMan_text{
    /*position: absolute;*/
    right: 30px;
}
.chat_title{
    width: 66%;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    padding:15px;
}
.chatReplyMan{
/*     height: 30px;
    margin-bottom:15px;
    display:block; */
    margin:10px;
}

@font-face {
  font-family: 'iconfont';  /* project id 1319280 */
  src: url('//at.alicdn.com/t/font_1319280_bkckt2x9p8j.eot');
  src: url('//at.alicdn.com/t/font_1319280_bkckt2x9p8j.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1319280_bkckt2x9p8j.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1319280_bkckt2x9p8j.woff') format('woff'),
  url('//at.alicdn.com/t/font_1319280_bkckt2x9p8j.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1319280_bkckt2x9p8j.svg#iconfont') format('svg');
}
.iconfont {
    color:#fff;
    font-family: "iconfont" !important;
    font-size: 1.2vw;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-QQ:before{
	content:"\e6ca";
}
.icon-riskAnalysis:before{
	content:"\e627";
}
.icon-camera:before{
	content:"\e643";
}
.icon-submission:before{
	content:"\e608";
}
.icon-riskMap:before{
	content:"\e6a8";
}

.icon-daohangnavigate4:before {
    content: "\e65e";
}

.icon-xiala1:before {
    content: "\e625";
}

.icon-lianxirenguanli:before {
    content: "\e645";
}

.icon-bumenguanli:before {
    content: "\e667";
}

.icon-chakan:before {
    content: "\e61a";
}

.icon-bianhao1:before {
    content: "\e61f";
}

.icon-ren:before {
    content: "\e654";
}

.icon-jia:before {
    content: "\e659";
}

.icon-ren1:before {
    content: "\e686";
}

.icon-weibiaoti-:before {
    content: "\e60d";
}

.icon-yonghu1:before {
    content: "\e720";
}

.icon-contacts:before {
    content: "\e884";
}

.icon-xiala:before {
    content: "\e65b";
}

.icon-fork:before {
    content: "\e619";
}

.icon-bumen1:before {
    content: "\e61e";
}

.icon-gou:before {
    content: "\e786";
}

.icon-tongjidanweiguanli:before {
    content: "\e624";
}

.icon-shenqing:before {
    content: "\e7e3";
}

.icon-icon_danwei:before {
    content: "\e656";
}

.icon-icon_shiwu:before {
    content: "\e657";
}

.icon-shenqingjujue:before {
    content: "\e606";
}

.icon-renshu:before {
    content: "\e70e";
}
.icon-backTop:before {
    content: "\e6a9";
}
.icon-tryUser:before {
    content: "\e626";
}
.icon-askQuestion:before {
    content: "\e620";
}
.icon-yes:before{
    content:"\e64d";
}
.icon-no:before{
    content:"\e63d";
}

.butter_you{
box-sizing: border-box;
    position: relative;
    display: table-cell;
    min-height: 60px;
    padding-left:20px;
}
.butter_you li{
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	position:absolute;
	top:15px;
	border-right:10px solid #ffffff;
	left:10px;
}
.butter_you p{
	    border-radius: 10px;
    padding: .5rem;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
    height: 20px;
    word-wrap: break-word;
    background:#ffffff;
}
.heard_img{
width: 40px; 
height: 40px;
	border-radius:20px;
	overflow:hidden;
	background:#ddd;
}
.left {
	float:left;
}
.right{
	float:right;
}


.send_me{
	box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-height: 60px;
    padding-right:20px;
}
.send_me li{
width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 15px;
    border-left: 10px solid #42929d;
    right: 10px;
}
.send_me p{
background: #42929d;
    color: #fff;
    text-align: left;
    border-radius: 10px;
    padding: .5rem;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
    height: 20px;
    word-wrap: break-word;
}
