/*二维码*/
html, body{
    -ms-overflow-style: scrollbar;
}
.detail_scroll{
    display: none;
}
.qr-code-btn{
    position: fixed;
    /* bottom: 275px; */
    bottom: 341px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    background-size: 100% 100%;
    z-index: 100000;
}
.qr-code-btn>.iconfont_frame{
    display: inline-block;
    width:100%;
    height:100%;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #adadad;
}
.qr-code-btn:hover>.iconfont_frame{
    background-color:#35adf9;
    color:#fff;
}
.qr-code-btn:hover .qr-img-list{
    display: block;
}
.qr-img-list{
    display: none;
    width:153px;
    height:auto;
    position: absolute;
    right:40px;
    top:-220px;
    padding-right: 20px;
}
.qr-img-list:after{
    display: block;
    content: '';
    width:10px;
    height:10px;
    transform: rotateZ(45deg);
    position: absolute;
    right:15px;
    top:235px;
    background: #fff;
}
.qr-wx-list{
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.qr-wx-list,.qr-wb-list{
    width:100%;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.qr-wx-list img,.qr-wb-list img{
    width:100px;
    height:100px;
    margin: 0 auto;
    display: block;
}
.qr-wx-list p,.qr-wb-list p{
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color:#888;
}
.qr-wx-list>div,.qr-wb-list>div{
    width:100%;
    text-align: center;
    height:40px;
    line-height: 40px;
}
.qr-wx-list>div i,.qr-wb-list>div i{
    display: inline-block;
    vertical-align: middle;
    width:17px;
    height:14px;
    margin-right: 8px;
    background-image: url("../../images/qr-share/wx-icon.png");
    background-size: 100% 100%;
}
.qr-wb-list>div i{
    background-image: url("../../images/qr-share/wb-icon.png");
}
.qr-wx-list>div span{
    font-size: 12px;
    color:#50d116;
}
.qr-wb-list>div span{
    font-size: 12px;
    color:#e73026;
}
.qr-wx-list>div span .iconfont_frame,.qr-wb-list>div span .iconfont_frame{
    font-size: 14px;
}
.qr-wb-list>p i{
    display: inline-block;
    width:17px;
    height:14px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("../../images/qr-share/feedback-gz.png");
    background-size: 100% 100%;
}
.qr-wb-list>p span{
    display: inline-block;
    vertical-align: middle;
    color:#888;
}
.qr-wb-list>p:hover i{
    background-image: url("../../images/qr-share/feedback-gz-hover.png");
    background-size: 100% 100%;
}
.qr-wb-list>p:last-child{
    padding-bottom: 10px;
}
/* 反馈new */
.feedback_cover{
    position: fixed;
    display: none;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.6);
    z-index: 10000000;
}
.feedback_area {
    width: 576px;
    height: 550px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -253px;
    margin-top: -270px;
    z-index: 10000001;
    background-color: white;
    display: none;
    box-sizing: border-box;
    box-shadow: 1px 1px 32px 0 rgba(207,207,207,.3);
}
/*
　　.feedback_area input::-webkit-input-placeholder,.feedback_area textarea::-webkit-input-placeholder {color:#ccc;}
　　.feedback_area input::-moz-placeholder, .feedback_area textarea::-moz-placeholder{ color:#ccc;}
　　.feedback_area input::-moz-placeholder ,.feedback_area textarea::-moz-placeholder{color:#ccc;}
　　.feedback_area input:-ms-input-placeholder ,.feedback_area textarea:-ms-input-placeholder{ color:#ccc;}
*/
.feedback_area textarea{
    resize: none;
    width: 271px;
    height: 126px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    line-height: 18px;
    padding: 5px 20px 0 10px;
    font-size: 14px;
    color:#202020;
}
.feedback_area .feedback_header{
    height: 64px;
    line-height:64px;
    font-size: 18px;
    color: #202020;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 40px;
}
.feedback_area .feedback_content{
    padding: 29px 40px 0 40px;
}
.feedback_area .select_container{
    position: relative;
}
.feedback_area .select_container .select{
    width: 109px;
    height:36px;
    line-height: 36px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    background: url("../../images/product-service/common/arrow_down.png") no-repeat 90% 53%;
    padding-left: 11px;
    padding-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #666666;
    cursor: pointer;
}
.feedback_area .select_container .select.active{
    background: url("../../images/product-service/common/arrow_up.png") no-repeat 90% 53%;
}
.feedback_area .feedback_ul{
    border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 5px 0 rgba(207,207,207,.4);
    border-radius: 3px;
    display: none;
    position: absolute;
    background-color: #fff;
    color: #666666;
    height: auto;
    max-height: 280px;
    overflow-y: scroll;
    scrollbar-shadow-color: #f4f4f4;
    z-index: 10000002;
}
.feedback_ul::-webkit-scrollbar{
    height: 100%;
    background-color: black;
    width: 5px;
}
.feedback_ul::-webkit-scrollbar-track{
    background-color: #ffffff;
}
.feedback_ul::-webkit-scrollbar-thumb{
    /*width: 10px;*/
    height: 20px;
    background-color: #f4f4f4;
}

.feedback_area .feedback_ul li{
    width: 109px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
}
.feedback_area .feedback_ul li.active{
    color: #1875f0;
}
.feedback_area .feedback_ul li:last-child{
    border-bottom: none;
}
.feedback_content p,.feedback_content span{
    color: #202020;
    font-size: 16px;
    text-align: left;
}
.feedback_content p span{
    font-weight: bold;
}
.feedback_content span.feedback_page{
    margin-right: 30px;
    line-height: 35px;
}

.feedback_content .feedback_textarea{
    margin-top: 19px;
    margin-bottom: 18px;
}
.feedback_content .feedback_textarea textarea{
    width:100%;
    text-indent: 0;
}
.feedback_content .feedback_textarea textarea:focus{
    border: 1px solid #1875f0;
}
.feedback_textarea p{
    line-height:37px;
}
.feedback_content .feedback_input input{
    width: 100%;
    height: 36px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    line-height: 36px;
    font-size: 14px;
    color: #202020;
    padding-left: 10px;
}
/*placeholder兼容*/
.feedback_content .feedback_input input::-webkit-input-placeholder{/*webkit浏览器内核*/
    color:#999;
}
.feedback_content .feedback_input input:-moz-placeholder{/*firefox18-*/
    color:#999;
}
.feedback_content .feedback_input input::-moz-placeholder{/*firefox19+*/
    color:#999;
}
.feedback_content .feedback_input input:-ms-input-placeholder{/*ie*/
    color:#999;
}
.feedback_content .feedback_input input:focus{
    border: 1px solid #1875f0;
}
.feedback_content .feedback_input p{
    line-height: 38px;
}

.feedback_content .feedback_confirm{
    margin-top: 30px;
    padding-left: 28px;
}
.feedback_content .feedback_confirm a{
    display: block;
    width: 82px;
    height: 36px;
    text-align: center;
    line-height:36px;
    font-size: 18px;
    color: #666666;
    float: left;
    border-radius: 3px;
}
.feedback_content .feedback_confirm .confirm{
     background-color: #1875f0;
     color: #fff;
     margin-right: 20px;
 }
.feedback_content .feedback_confirm .confirm:hover{
    background-color: #166ada;
}
.feedback_content .feedback_confirm .cancel{
    border:1px solid #e9e9e9;
}
.feedback_content .feedback_confirm .cancel:hover{
    background-color: #e6e6e6;
}
.feedback_cover .feedback_shadow{

}
.protal_wrapper_container .support .support_data{
    margin-bottom: 30px;
}
.protal_wrapper_container .support .support_echart>div>div{
    padding-right: 30px;
}
.protal_wrapper_container .support .support_echart>div>div:last-child{
    margin-right:0;
}
.protal_wrapper_container .support .support_echart{
    margin-bottom: 30px;
}
.protal_wrapper_container .business_recommend,.protal_wrapper_container .commodity_recommend,
.protal_wrapper_container .appreciation_services{
    margin-top: 30px;
}
.protal_wrapper_container .support .support_cut{
    padding-left: 30px;
}
.protal_wrapper_container .support .cut_data>a{
    color: #222;
    width: 90px;
}
.protal_wrapper_container .support .cut_data.active>a{
    border-bottom: 3px solid #1875f0;
    color: #1875f0;
}
.protal_wrapper_container .support .cut_data>a:hover{
    font-weight: bolder;
}
.protal_wrapper_container .support .support_data .module_data{
    width: 23.63%;
    float: left;
    margin-right: 1.81%;
}
.protal_wrapper_container .support .support_data .module_data:last-child{
    margin-right: 0;
}
.protal_wrapper_container .support .support_data .module_data:last-child{
}
.protal_wrapper_container .support .map_company_tip{
    box-shadow: 0 2px 10px 2px rgba(96,96,96,.08);
}
/*企业应用门户咨询和反馈样式开始*/
.footer_contact {
    padding-left: 50px;
    position: relative;
    margin-top: 10px;
}
.footer_contact>i {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 0;
    left: 0;
}
.extra-wrap {
    position: fixed;
    /* bottom:120px; */
    bottom:186px;
    margin-top: -85px;
    right: 10px;
    z-index: 10001;
    display: block;
    width: 40px;
    /*height: 160px;*/
    padding:30px 5px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:url("../../images/product-service/common/zixun.png") no-repeat 0px 0px;
    background-image: linear-gradient(180deg, #35adf9 0%, #1875f0 100%);
    /*box-shadow: -10px 0 15px rgba(225, 226, 228, 0.3), 1px 0px 10px rgba(225, 226, 228, 0.3), 10px 0px 15px rgba(225, 226, 228, 0.3), 0 20px 20px rgba(225, 226, 228, 0.3);*/
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 100010;
}
.consult_icon{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top:0;
    background:url("../../images/product-service/common/zixun.png") no-repeat 0px 0px;
}
.extra-wrap .consult_btn {
    font-weight: 400;
    font-size:14px;
    color: #ffffff;
    padding: 8px;
    line-height: 17px;
    display: block;
    margin: 2px 0 0;
    font-family: Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.extra-wrap .consult_btn s.split_node{
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    left: 38%;
    position: relative;
    margin:5px 0;
}
.extra-wrap:hover .consult_detail{
    display: block;
}
.consult_detail:before{
    display: block;
    content: '';
    position: absolute;
    top:0;
    right:-15px;
    width:15px;
    height:100%;
    background: transparent;
}
.consult_detail{
    width: 370px;
    position: fixed;
    right: 60px;
    bottom: 124px;
    z-index: 99;
    border:1px solid #efefef;
    padding:24px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display:none;
}
.consult_detail:after{
    width:0;
    height:0;
    display:block;
    content:"";
    border-left:10px solid #fff;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    position:absolute;
    right:-10px;
    bottom: 132px;
    margin-bottom: -5px;
}
.consult_detail .footer_contact{
    margin-bottom:30px;
    padding-left: 22px;
}
.consult_detail>div:nth-child(1) {
    margin-top: 0px;
}
.consult_detail>div:nth-child(3) {
    margin-bottom: 0px;
}
.consult_detail .footer_contact .xiaozhi_icon {
    background: url(../../images/product-service/common/xiaozhi_icon.png) no-repeat 0px top;
}
.consult_detail .footer_contact .consult_phone_icon {
    width: 40px;
    height: 40px;
    font-size: 26px;
    color:#222;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}
.consult_detail .footer_contact .view_feedback_icon{
    width: 40px;
    height: 40px;
    background: url(../../images/product-service/common/fankui.png) no-repeat -5px -3px;
}
.consult_detail .footer_contact>span{
    color:#999;
    font-size: 14px;
    line-height: 21px;
    margin-top: 3px;
}
.consult_detail .footer_contact .consult_title{
    font-weight:400;
    color:#000;
    font-size:14px;
    line-height: 21px;
    cursor: pointer;
}
.consult_detail .footer_contact .consult_title:hover{
    color: #1875f0;
}
.consult_phoneNumber{
    color:#1875f0;
    font-size: 18px;
}
.consult_detail .footer_contact .immediately_fill{
    border: 1px solid #1875f0;
    padding:5px 10px;
    font-size:12px;
    color:#1875f0;
    position:absolute;
    top: 10px;
    right:0;
}
.consult_detail .footer_contact .immediately_fill>a{
    color:#1875f0;
    cursor:pointer;
}
.consult_detail .footer_contact .immediately_fill:hover{
    background-color: #1875f0;
}
.consult_detail .footer_contact .immediately_fill:hover a{
    color:#fff;
}
/*企业应用门户咨询和反馈样式结束*/
/*返回顶部按钮*/
.back_top{
    width: 40px;
    height: 40px;
    position: fixed;
    /* bottom:60px; */
    bottom:50px;
    right: 10px;
    z-index: 10000;
    display:none;
    background: url(../../images/product-service/common/back_top.png) no-repeat center center;
    background-color: #fff;
    /*box-shadow: -10px 0 15px rgba(225, 226, 228, 0.3), 1px 0px 10px rgba(225, 226, 228, 0.3), 10px 0px 15px rgba(225, 226, 228, 0.3), 0 20px 20px rgba(225, 226, 228, 0.3);*/
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10000;
}
@media (max-width: 768px) {
    .scroll-to-top{
        position: fixed;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(0,0,0,.5) url("../../images/mobile/top.png") no-repeat center;
        background-size: 50%;
        right: 10px;
        bottom: 65px;
        z-index: 100000;
    }
}
