.s2_tanchu{
    width: 470px;
    margin: 233px auto;
    z-index: 99999;
    display: none;
    /*position: relative;*/
    background-color: #ffffff;
    height: 295px;
    box-shadow: 0 0 20px #afa8a8;
    position: fixed !important;
    left: 39%;
}

/*#fullbg {*/
    /*background-color:gray;*/
    /*left:0;*/
    /*opacity:0.8;*/
    /*position:absolute;*/
    /*top:0;*/
    /*z-index:3;*/
    /*filter:alpha(opacity=80);*/
    /*-moz-opacity:0.5;*/
    /*-khtml-opacity:0.5;*/
    /*width: 100%;*/
/*}*/
#dialog {
    width: 470px;
    height: 295px;
    position: fixed !important;
    box-shadow: 0 0 20px #afa8a8;
    background-color: #ffffff;
    z-index: 9999;
    border-radius: 5px;
    top: 32%;
    left: 57%;
    margin-left: -24.7rem;
}
#dialog p {
    height: 50px;
    right: -20px;
    top: 10px;
    width: 50px;
    position: absolute;
}
#dialog p.close {
    position: absolute;
    left: 435px;
    top: 7px;
}

#dialog p.close a {
    color:#000000;
    text-decoration:none;
    position: relative;
    z-index: 9999999;
}
#dialog p.close a img{
    width:2rem;
}
.sz_cjkjtc{
    width: 30.5rem;
    margin: 0 auto;
}
/*.sz_cjkjbd{*/
/*    !*z-index: 99999;*!*/
/*    !*margin-top: -14.9rem;*!*/
/*    margin: -14.9rem 3rem ;*/
/*    position: relative;*/

/*}*/
.name{
    float: left;
}
.name input{
    width: 445px;
    height: 62px;
    color: #333333;
    font-size: 20px;
    border: 1px solid #333333;
    outline: none;
    padding: 0px 30px;
}
.name input::placeholder{
    color: #333333;
}

.phone{
    float: left;
}
.phone input{
    width: 547px;
    height: 62px;
    color: #333333;
    font-size: 20px;
    border: 1px solid #333333;
    outline: none;
    margin-left:55px;
    padding: 0px 30px;
}
.phone input::placeholder{
    color: #333333;
}

.btn7{
    width: 351px;
    height: 80px;
    background-color: #ffb820;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 80px;
    border-radius: 10px;
    font-size: 33px;
    margin: 0 auto;
    cursor: pointer;
}