@charset "utf-8";
.global_consult {
    height: 360px;
    background-size: cover;
    /* background-image: url(../images/global_consult_bg.png); */
    background-image: url(../images/global_consult_bg.jpg);
}
/*  */
.global_consult_top1 {
    padding-top: 54px;
    text-align: center;    
}
.global_consult_top1 p {
    margin-top: 12px;
    color: #333333;
    font-size: 14px;    
}


/*  */
.global_consult_top2 {
    width: 320px;
    padding-top: 44px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
}
.global_consult_top2_qecode {
    width: 120px;
    text-align: center;
    letter-spacing: 1px;    
}

.global_consult_top2_qecode img {
    width: 120px;
    height: 120px;
}
.global_consult_top2_p1 {
    color: #808080;
    font-size: 14px;
    margin-top: 10px;
    vertical-align: middle;    
}
.global_consult_top2_p1 img {
    margin-top: -4px;
    margin-right: 6px;
    width: 12px;
    height: 14px;
    vertical-align: middle;
}
.global_consult_top2_p2 {
    margin-top: 13px;
    font-size: 14px;
    color: #333333;
}

/*  */
.global_consult_bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.global_consult_bottom .func {
    display: block;
    width:236px;
    height:64px;
    line-height: 64px;
    text-align: center;
    box-sizing: border-box;
    background:#FF6C00;
    box-shadow:0px 8px 17px 1px rgba(0, 0, 0, 0.3);
    border-radius:6px;
    font-size: 34px;
    letter-spacing: 2px;
    color: #fff;
    padding: 0px;
}
.global_consult_bottom .func:last-child {
    background: #49D716;
    margin-left: 26px;
}


/* 琛ㄥ崟寮忔牱 */
.global_c .dialog_body{
    width:800px;
    height:600px;
}
.global_c .dialog_content {
    height: 550px;
    background-size: cover;
    /* background-image: url(../images/dialog_bg1.png); */
    background-image: url(../images/dialog_bg1.jpg);
}
.global_consult_title {
    padding-top: 48px;
    font-size:32px;
    letter-spacing: 1px;
    /* font-weight:bold; */
    text-align: center;
    color: #fff;
}
/*  */
.g_consult_form {
    width:572px;
    margin: 48px auto 0px;
    text-align: center;   
}
.g_consult_form input[type='text'] {
    box-sizing: border-box;
    border:none;
    width: 100%;
    height:52px;
    margin-bottom: 24px;
    padding-left: 42px;
    font-size:20px;
    background: #fff;
    border-radius:7px;
    color: #333333;
    /* background:rgba(255,255,255,0.2); */
}

.g_consult_form input[type='submit'] {
    margin-top: 20px;
    width:147px;
    height:46px;
    border-radius:7px;
    color: #fff;
    background: #FF6C00;
    border-radius:7px;
    text-align: center;
    font-size:25px;
    letter-spacing: 2px;
    border: none;
} 
/* placeHoder */
/* 浣跨敤webkit鍐呮牳鐨勬祻瑙堝櫒 */
.g_consult_form ::-webkit-input-placeholder{
    /* color: #666666; */
    color: #333;
}
/* Firefox鐗堟湰4-18 */
.g_consult_form ::-moz-placeholder{
    color: #333;
}                  
/* Firefox鐗堟湰19+ */
.g_consult_form ::-moz-placeholder{
    color: #333;
}      
/* IE娴忚鍣?*/         
.g_consult_form ::-ms-input-placeholder{
    color: #333;
}  