﻿/* 表单 */
.mjdz_xuanfu{
    height: 505px;
    width: 100%;
    position: absolute;
    background: url(./images/xuanfu_icon02.png)no-repeat right center rgba(0,0,0,0.6);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    transition: all .3s ease;
}
.mjdz_xuanfu .mjdz_xuanfubox{
    width: 1200px;
    margin: 0 auto;
}
.mjdz_xuanfu .mjdz_xuanfubox .xuanfubox_top{
    height: 73px;
}
.mjdz_xuanfubox .xuanfubox_top .xuanfubox_topbg{
    margin-left: 54px;
    margin-top: -54px;
}
.mjdz_xuanfubox .xuanfubox_top h1{
    font-size: 38px;
    color:#fff;
    font-weight: 1000;
    margin-left: 126px;
}
.mjdz_xuanfubox .xuanfubox_top .xuanfubox_topbtn{
    width: 194px;
    height: 49px;
    background: url(./images/xuanfu_icon03.png)no-repeat center/100% 100%;
    color:#fff;
    font-size: 20px;
}
.mjdz_xuanfubox .xuanfubox_top .xuanfubox_topicon{
    width: 42px;
    height: 36px;
    margin-right: 62px;
}
.mjdz_xuanfubox .xuanfu_form{
    height: 432px;
    background: url(./images/xuanfu_icon05.jpg)no-repeat center;
    position: relative;
}
.xuanfu_form .xuanfu_formleft{
    text-align: center;
    margin-left: 70px;
}
.xuanfu_form .xuanfu_formleft .formleft_title{
    margin-top: 58px;
}
.xuanfu_form .xuanfu_formleft .formleft_title h1{
    font-size: 28px;
    color:#000;
    font-weight: 1000;
    line-height: 28px;
}
.xuanfu_form .xuanfu_formleft .formleft_title p{
    font-size: 14px;
    line-height: 14px;
    color:#000;
    padding-top: 15px;
}
.xuanfu_form .xuanfu_formleft .formleft_title p span{
    color:#FF4900;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox{
    margin-top: 32px;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox .inputbox_input{
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox .inputbox_input p{
    font-size: 14px;
    width: 93px;
    text-align: start;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox .inputbox_input input{
    width: 292px;
    height: 34px;
    outline: none;
    border: none;
    background: #F1F1F1;
    padding: 0 20px;
    box-sizing: border-box;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox .inputbox_input input::placeholder{
    color:#444;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox .inputbox_input .select_box{
    width: 292px;
    height: 34px;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox .inputbox_input .select_box select{
    width: 142px;
    height: 100%;
    outline: none;
    border: none;
    background: #F1F1F1;
    padding: 0 20px;
    box-sizing: border-box;
}
.xuanfu_form .xuanfu_formleft .formleft_inputbox .inputbox_input span{
    position: absolute;
    height: 100%;
    line-height: 34px;
    color:#444;
    top: 0;
    right: 20px;
}
.xuanfu_form .xuanfu_formleft .formleft_tishi{
    font-size: 14px;
    color:#FF4900;
    line-height: 14px;
    padding-top: 11px;
}
.xuanfu_form .xuanfu_zj{
    position: absolute;
    height: 100%;
    background: url(./images/xuanfu_icon06.png)no-repeat center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.xuanfu_form .xuanfu_zj .xuanfu_zjphone{
    margin-top: 30px;
}
.xuanfu_form .xuanfu_zj .xuanfu_zjphone p{
    font-size: 18px;
    color:#464646;
    line-height: 18px;
    text-align: center;
}
.xuanfu_form .xuanfu_zj .xuanfu_zjphone h1{
    font-size: 36px;
    color:#FF4900;
    text-align: center;
    font-family: DINOffcPro;
    line-height: 36px;
    padding-top: 4px;
    font-weight: 1000;
}
.xuanfu_form .xuanfu_zj .xuanfu_zjbtn{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background:rgba(255, 73, 0,0.5);
    animation:donghua 2s ease infinite;
    position: absolute;
    z-index: -1;
}
.xuanfu_form .xuanfu_zj .zjbtn{
    width: 90px;
    height: 90px;
    background: #FF4900;
    border-radius: 50%;
    position: relative;
    font-size: 13px;
    color:#fff;
    margin: 174px auto 0;
}
@keyframes donghua{
    0%{
        transform: scale(1);
        background:rgba(255, 73, 0,0.8);
    }
    100%{
        transform: scale(1.3);
        background: rgba(255, 73, 0,0);;
    }
}
.xuanfu_form .xuanfu_right{
    margin-right: 74px;
    text-align: center;
}
.xuanfu_form .xuanfu_right .xuanfu_righttit{
    color:#000;
    font-size: 28px;
    font-weight: 1000;
    padding-top: 85px;
}
.xuanfu_form .xuanfu_right .xuanfu_jiage{
    margin-top: 57px;
}
.xuanfu_form .xuanfu_right .xuanfu_jiage p{
    font-size: 28px;
    color:#000;
    padding-bottom: 15px;
}
.xuanfu_form .xuanfu_right .xuanfu_jiage p span{
    width: 70px;
    display: inline-block;
    color:#FF4900;
}
.xuanfu_form .xuanfu_right .xuanfu_xinxi{
    width: 384px;
    height: 36px;
    background: #B7B7B7;
    border-radius: 18px;
    margin-top: 20px;
    overflow: hidden;
}
.xuanfu_form .xuanfu_right .xuanfu_xinxi>ul{
    height: 100%;
    /* margin-top: -38px; */
}
.xuanfu_form .xuanfu_right .xuanfu_xinxi>ul>li{
    height:36px;
    display:flex;
    align-items: center;
}
.xuanfu_form .xuanfu_right .xuanfu_xinxi>ul>li>h1{
    color:#666;
    font-weight: 400;
    display: flex;
    font-size:14px;
    margin-left: 15px;
}
.xuanfu_form .xuanfu_right .xuanfu_xinxi>ul>li>h1>p{
    font-weight: 500;
}
.xuanfu_form .xuanfu_right .xuanfu_xinxi>ul>li>h1>span{
    padding: 0 50px;
}
.xuanfu_form .xuanfu_form_phonebg{
    position: absolute;
    right: 30px;
    top: 67px;
}
.mjdz_xuanfu.attr{
    bottom: -432px;
}
.mjdz_xuanfu.attr .mjdz_xuanfubox .xuanfubox_top .xuanfubox_topicon{
    animation: shangxiadh 2s linear infinite;
    transform: rotate(-180deg);
}
@keyframes shangxiadh{
    0%{
        margin-top: 0;
    }
    25%{
        margin-top: -15px;
    }
    50%{
        margin-top: 0;
    }
    75%{
        margin-top: 15px;
    }
    100%{
        margin-top: 0;
    }
}