.scrollsidebar,
.scrollsidebar a {
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}
.scrollsidebar {
    position: absolute;
    z-index: 10009;
    top: 150px;
    right: 0;
}
.show_btn {
    width: 38px;
    height: 192px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(/static/images/show_btn.png) no-repeat center center;
}
.side_content {
    width: 0;
    height: auto;
    overflow: hidden;
    float: left;
}
.side_content .side_list {
    width: 140px;
    overflow: hidden;
    border: 1px solid #dadada;
    border-radius: 8px;
    position: relative;
    background: #FFF;
}
.side_content .side_list .hd img {
    width: 100%;
    border-bottom: 1px solid #dadada;
}
.side_content .side_list .cont li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dadada;
    list-style: none;
    position: relative;
}
.side_content .side_list .cont li a {
    position: relative;
    display: block;
    padding: 0 0 0 43px;
    text-decoration: none;
}
.side_content .side_list .cont li a:before {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    left: 10px;
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.side_content .side_list .cont li .email:before {
    background-image: url(/static/images/icons01.png);
}
.side_content .side_list .cont li .skype:before {
    background-image: url(/static/images/icons02.png);
}
.side_content .side_list .cont li .inquiry:before {
    background-image: url(/static/images/icons03.png);
}
.side_content .side_list .cont li .qq:before {
    background-image: url(/static/images/icons04.png);
}
.ww {
    margin-left: -30px;
}
.side_content .side_list .t-code {
    padding: 10px 10px 7px;
    border-bottom: 1px solid #dadada;
}
.side_content .side_list .t-code img {
    width: 100%;
}
.side_content .side_list .side_title {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
.side_content .side_list .side_title .close_btn {
    background: url(/static/images/close.png) no-repeat center center;
    width: 12px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 10px;
    cursor: pointer;
}
.side_content .side_list .side_title .close_btn span {
    display: none;
}
.inquiry-pop-bd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, .7);
    display: none;
    overflow: hidden;
    z-index: 20000;
}
.inquiry-pop-bd .inquiry-pop {
    position: relative;
    width: 1500px;
    background: #FFF;
    margin: 0 auto;
    padding: 30px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    height: 100%;
    
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(/static/images/fancy_close.png) no-repeat center center;
    cursor: pointer;
    z-index: 1;
}
@media (max-width:1400px){
    .inquiry-pop-bd .inquiry-pop{
        width: 100%;
    }
    .inquiry-pop-bd .inquiry-pop .ico-close-pop{
        top: 15px;
        right: 15px;
    }
}
@media screen and (max-width: 769px) {
    .inquiry-pop-bd .inquiry-pop {
        width: 96%;
        margin: 0 auto;
    }
    .inquiry-form .form-btn-wrapx .form-btn-submitx {
        top: 0 !important;
    }
    .inquiry-form-wrap form{
        padding: 15px;
    }
    .inquiry-form-wrap form h4{
        font-size: 18px;
    }
    .inquiry-form-wrap form>div p{
        padding: 10px 0;
    }
    .inquiry-form-wrap form>div input{
        padding: 0;
    }
    .inquiry-form-wrap form>div{
        margin-top: 0;
    }
    .inquiry-form-wrap form .submit input{
        height: 30px;
        margin: 20px 0;
    }
}