.dialog {
    position: fixed;
    padding-right: 7px;
    width:100vw;
    height:100%;
    top: 0;
    left: 0;
    z-index: 500;
    /*right: 0;
    bottom: 0; */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.2) 51%, rgba(0, 0, 0, 0.5) 100%);
    /* background-color: rgba(0, 0, 0, 0.6); */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);    
}

.consultBg {
    width: 100%;
    min-height: 100vh;
    background: url('../images/consultBg.jpg') center no-repeat;
    background-size: cover;
}

.consultBg .dialog {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);    
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.86) 60%, black 100%) !important;
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.86) 60%, black 100%) !important;
    background: radial-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.86) 60%, black 100%) !important;
}

.consultBg .dialog-wechat {
    display: none;
}

/* .dialog-form .dialog-content{
    top: 258px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.dialog-content {
    position: absolute;   
    z-index: 501;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 706px;
    overflow: hidden;
    height: 564px;
    background: #FFFFFF;
    border-radius: 12px;
    -webkit-display: flex;
    display: flex;
    -webkit-border-radius: 12px;
    border-radius: 12px;   
}

.dialog-left {
    width: 266px;
    height: 100%;
    padding-top: 89px;
    text-align: center;
    color: #333333;
    background: url('../images/dialog-left.png') center no-repeat;
}

.dialog-right {
    width: 440px;
    height: 100%;
    padding-top: 48px;
}

.dialog-right > div {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.dialog-left-1 {
    font-size: 28px;
    margin-bottom: 6px;
}

.dialog-left-2 {
    font-size: 16px;
    position: relative;
    width: 181px;
    display: inline-block;
    opacity: .5;
}

.dialog-left-2::before, .dialog-left-2::after {
    content:'';
    position: absolute;
    top: 10px;
    width: 34px;
    height: 1px;
    display: block;    
}

.dialog-left-2::before {       
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);    
}

.dialog-left-2::after {
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.dialog-left-3 {
    margin-top: 53px;
    font-size: 16px;
    padding-left: 46px;
    text-align: left;
}

.dialog-left-3 li {
    margin-bottom: 8px;
    padding-left: 27px;
    background: url('../images/pathIcon.png') 3px 6px no-repeat;
    -webkit-background-size: 16px 13px;
    background-size: 16px 13px;
    opacity: .7;
}

.dialog-right-1 {
    text-align: center;
    margin-bottom: 12px;
}
.dialog-right-1 img {
    margin: 0 auto;
}

.dialog-right-2 {
    font-size: 18px;
    color: #333333;
}

.dialog-right-3 {
    margin: 31px 0 0;
}

.dialog-right-3-1 {
    font-size: 16px;    
    color: #767676;
    margin-bottom: 20px;
}

.dialog-right-3-2 {
    width: 220px;
    height: 220px;
    margin: 0 auto 16px;
}

.dialog-right-3-3 {
    display: inline-block;
    color: #aaaaaa;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding-left: 32px;
    background: url('../images/wechatIcon.png') left center no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
}

.dialog .messageTip {
    position: absolute;
    width: 100%;
    bottom: 48px;
    text-align: left;
    color: #ff4d4d;
    font-size: 16px;
    display: none;
    padding-left: 10px;
}

.dialog .messageTip::after {
    content: '*';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    left: 0;
    top: 3px;
}

.dialog-close {
    cursor: pointer;
    position: fixed;
    z-index: 10;
    top: 160px;
    right: 160px;
    width: 28px;
    height: 28px;
    background-image: url(https://xcx.bigbigwork.com/pimg/close_btn_v2.png);
    background-size: 100% 100%;
    background-position: 50%;
}


.dialog-form .dialog-right > div{
    width:316px;
}

.dialog-rightForm-btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 182px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background-color: #E10600;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
}

.dialog-rightForm-btn > div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.dialog-rightForm-3-1 > div {
    margin-bottom: 20px;
    position: relative;
}

.clickBlock {
    position: absolute;
    top: 0;
    right:0;
    width: 40px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

#submit-form .clickBlock {
    height: 48px;
}

.inputBase {
    width: 316px;
    height: 40px;
    outline: none;
    padding-left: 16px;
    padding-right: 40px;
    line-height: 40px;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    color: #333333;
    font-family: "SourceHanSansSC-Regular";
}

.inputBase::-webkit-input-placeholder {
    color: #767676;
}

.inputBase:focus,.inputBase.borderColor {
    border-color: #333333;
}

.dialog-right-3 .inputBase.defaultColor {
    border-color: #D2D2D2;
}

.selectBoxWrap {
    position: relative;
}


.selectBoxWrap .beforeSpan {
    position: absolute;
    color: #AAAAAA;
    display: block;
    left: 80px;
    top: 8px;
    z-index: 100;
    font-size: 16px;
    pointer-events: none;
}

.dialog .inputBase:vaild + .beforeSpan {
	display: none;
}


.selectBoxWrap::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 13px;
    background: url('../images/check.png') center no-repeat ;
    background-size: 16px;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.content-apply .selectBoxWrap::after {
	top: 16px;
}

.selectBoxWrap.show::after {
    -webkit-transform:translate3d(0,0,0) rotate(180deg);
    transform:translate3d(0,0,0) rotate(180deg);   
}

.selectBox {
    position: absolute;
    top: 40px;
    display: none;
    z-index: 10;
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: 306px;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 16px;
    color: #333333;
    overflow-x: hidden;
    overflow-y: auto;
}

.content-apply .selectBox {
    top: 48px;
}

.selectBox > div {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 16px;
    cursor: pointer;
}

.selectBox > div:hover{
    background-color: #F0F0F0;
}

.selectBox .checked {
    color: #ff4d4d;
}



