/*因询盘表单添加了说明内容，增加了inquire_container的高度 2021-01-19 joe  */
/*删除询盘表单内容，需要恢复高度 2021-01-25 joe  */

.switch{
    position: fixed;
    /*top: 85%;*/
    bottom: 34px;
    right: 20px;
    width: 202px;
    height: 60px;
    background:rgba(38,130,182,1);
    border:2px solid rgba(255,255,255,1);
    border-radius:40px;
    color: #fff;
    z-index: 50000;

}
.switch_button{
    cursor: pointer;
}
.switch:hover{
    box-shadow: 0 5px 10px rgba(0,0,0,.2) ;
}
.switch_icon{
    background-image: url("edit.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-size: 100%;
    display: inline-block;
    margin-left: 26px;
    vertical-align: middle;
    transform: translateY(-3px);
}

.switch_text{
    line-height: 60px;
    padding-left: 16px;
    font-size: 18px;
    color: #fff;
}
/*.switch_icon{*/
/*    transform: translateY(62%);*/
/*    margin-left: 16px;*/
/*}*/
/*.switch_text{*/
/*    display: none;*/
/*}*/
.inquire_container{
    /*width: 503px;*/
    width: 420px;
    height: 493px;
    /*height: 555px;*/
    position: absolute;
    /*top: -500px;*/
    top: -420px;
    /*top:-480px;*/
    right: -5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 50001;

}
.blue_banner{
    background-color: rgba(38,130,182,1);
    height: 53px;
    color: #fff;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.close_icon{
    background-image: url("close.png");
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.inquire_form{
    color:#000;
}
.inquire_row{
    margin: 0px 5px 6px 15px;
}
.nation_row{
    margin-top: 32px;
}
.captcha_row{
    margin-top: 14px;
}
.inquire_label{
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.inquire_button{
    width: 85px;
    padding: 0;
    margin-left: 15px;
    margin-top: 20px;
}
.inquire_submit{
    font-size: 16px;
    background:rgba(38,130,182,1);
    border-color:transparent;
    border: 0;
}
.inquire_submit:focus,
.inquire_submit:active,
.inquire_submit:visited{
    outline: none;
    box-shadow:none!important;
}
.inquire_submit:hover{
    background: rgb(34, 97, 132);
    outline: none;
}
.inquire_success{
    display: none;
    color:#111111;
    text-align: center;
}
.success_img{
    width:15%;
    margin-top: 100px;
}
.success_text{
    color:rgb(34, 97, 132);
    margin-top: 30px;
    font-size: 22px;
}
.return{
    margin-top: 50px;
    width: 20%;
    border-radius: 15px;
}
.has-error .form-control{
    border-color:#f00;
}
.inquire_container iframe{
    height: 410px;
    /*height: 506px;*/
}


.choose_container{
    width: 320px;
    height: 300px;
    position: absolute;
    bottom:-10px;
    right: -5px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 50001;

}
.chooseBox{padding:0px 10px;}
ul.chooselist{margin-bottom:25px;}
ul.chooselist li{margin:20px 0px 0px 10px; padding:5px 0px 5px 30px; color:#2682b6; font-size:16px; line-height:20px; cursor:pointer;}
ul.chooselist li.csifm{background:url(ico_contact_sales.png) no-repeat 5px center;}
ul.chooselist li.tsifm{background:url(ico_technical_support.png) no-repeat 5px center;}
ul.chooselist li.csifm:hover, ul.chooselist li.tsifm:hover{background-color:#eef8fd;}
.chooseBox p,.chooseBox strong{font-size:14px; line-height:24px;}
.chooseBox p a{-webkit-transition: none; -moz-transition: none; transition: none;}

@media (max-width: 768px)
{
    .inquire_container{
        width: 90vw;
        margin-right: 0;
        margin-left: 0;
        height: 493px;
        /*height: 555px;*/
        /*top: -430px;*/
        top: -420px;
        /*top:-480px;*/
    }
    .inquire_container iframe{
        height: 410px;
        /*height: 506px;*/
    }

    .switch{
        width: 60px;
    }
    .switch_icon{
        transform: translateY(62%);
        margin-left: 16px;
    }
    .switch_text{
        display: none;
    }
}
