@charset "UTF-8";

.common-rp .mod_hang_qrcode {
    position: relative
}

.common-rp .mod-qr-tips {
    background: url(../images/qrtips.png) center no-repeat;
    background-size: 100%
}

.common-rp .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)
}

.common-rp .mod_hang_qrcode_show p {
    margin-top: 5px;
    line-height: 16px;
    color: #666;
    font-size: 12px;
    text-align: center
}

.common-rp .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)
}

.common-rp .jdc_hang_qrcode .mod_hang_qrcode_show_bg {
    background-image: url(../images/qrcode.jpg)
}

.common-rp .jdc_hang_qrcode p {
    padding-bottom: 5px
}

/* <a>标签 */
.common-rp .mod_hang_qrcode_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 80px;
    height: auto;
    color: #f2f2f2;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.common-rp .mod_hang_top {
    display: block;
    width: 80px;
    height: auto !important;
    margin: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    background-color: transparent
}

.common-rp .mod_hang_qrcode:hover .mod_hang_qrcode_show {
    display: block
}

.common-rp .mod_hang_qrcode_btn img {
    display: initial;
    vertical-align: middle;
    border-radius: 4px;
}

.common-rp .mod_hang_qrcode_btn span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #3c4467;
}

.common-rp .mod_hang_qrcode_btn:hover {
    color: #fff;
    background-color: #fff;
}

.common-rp .mod_hang_top .mod_hang_qrcode_btn {
    background: 0 0;
    margin: 0;
    background-color: #fff;
}

.common-rp .mod_hang_appeal_btn {
    background-color: #fff;
    display: block;
    width: 80px;
    height: auto;
    color: #0989c5;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.common-rp .mod_hang_appeal:hover .mod_hang_appeal_show {
    display: block;
    opacity: 1;
}

.common-rp .mod_hang_appeal_btn i, .common-rp .mod_hang_qrcode_btn i {
    display: inline-block;
    width: 60px;
    /*line-height: 60px;*/
    font-size: 40px;
    color: #0989c5;
    background-color: #fff
}

.common-rp .mod_hang_appeal_btn span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #3c4467;
}

.common-rp .mod_hang_appeal.show .mod_hang_appeal_show {
    display: block
}

.common-rp .mod_hang_appeal_show {
    display: none;
    top: 0px;
    opacity: 0;
    z-index: -9;
    position: absolute;
    right: 70px;
    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);
    width: 300px
}

.common-rp .mod_hang_appeal_show li {
    *zoom: 1;
    cursor: pointer
}

.common-rp .mod_hang_appeal_show li:hover {
    background: #f3f5fb
}

.common-rp .mod_hang_appeal_show li:after, .common-rp .mod_hang_appeal_show li:before {
    content: "";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.common-rp .mod_hang_appeal_show .icon_box, .common-rp .mod_hang_appeal_show .text_box {
    float: left;
    width: 215px;
    height: 90px;
    cursor: pointer
}

.common-rp .mod_hang_appeal_show .icon_box {
    width: 78px;
    line-height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-rp .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
}

.common-rp .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
}

.common-rp .jdc_feedback_qrcode .mod_hang_qrcode_btn {
    margin-bottom: 0px;
    background-color: #fff;
}

/*.common-rp .jdc_feedback_qrcode .mod_hang_qrcode_show p {*/
/*    padding-bottom: 5px*/
/*}*/

.common-rp .jdc_feedback_qrcode .mod_hang_qrcode_show_bg {
    /*margin-top: 0;*/
    background-image: none
}

@media (max-width: 768px) {
    .jdc-rwd .common-rp {
        display: none !important
    }
}

.common-rp .jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg {
    /*background-image: url(../images/qrcode-en.jpg)*/
    /*width: 124px;*/
    /*object-fit: contain;*/
}

.common-rp .jdc-lang-en .mod-qr-tips {
    position: relative
}

.common-rp .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
}

