.hdbd {
    width: 10.15rem;
    height: 6.5rem;
    /*background: url(../timg/hdimg.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    position: absolute;
    left: 0rem;
    top: 0.15rem;
}

.hdbox {
    width: 10.15rem;
    height: 6.67rem;
    position: relative;
    left: 3rem;
    top: 5%;
    z-index: 9999;
}

.hdclose {
    width: 0.46rem;
    height: 0.46rem;
    background: url(../timg/hdclose.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.3rem;
    right: 0.15rem;
    z-index: 999;
    cursor: pointer;
}

.hdbdbox {
    width: 6.02rem;
    height: 5.73rem;
    border-radius: 0.2rem;
    background: #fff;
    position: absolute;
    top: 0.4rem;
    right: 0.37rem;
}

#bkform3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0%;
}

.inputboxhd {
    width: 5.4rem;
    height: 4.28rem;
    display: table;
    margin: 0 auto;
    margin-top: 0.37rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.inputboxhd input {
    width: 5.38rem;
    height: 0.45rem;
    border: 1px solid #cccccc;
    line-height: 0.45rem !important;
    text-indent: 0.5rem;
    background: #fafafa;
    display: block;

}
.inputboxhd1{
    width: 5.4rem;
    height: 0.47rem;
    position: relative;
    
}

.inputboxhd textarea {
    width: 5.38rem;
    height: 1.16rem;
    border: 1px solid #cccccc;
    resize: none;
    text-indent: 0.5rem;
    padding-top: 0.1rem;
    background: #fafafa;
    display: block;
}

input::-webkit-input-placeholder {

    color: #565656;
    font-size: 0.2rem;
    font-family: p;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #565656;
    font-size: 0.2rem;
    font-family: p;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #565656;
    font-size: 0.2rem;
    font-family: p;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    font-family: p;
    color: #565656;
    font-size: 0.2rem;

}

textarea::-webkit-input-placeholder {
    font-family: p;
    color: #565656;
    font-size: 0.2rem;
}
.inputboxhd2{
    width: 5.4rem;
    height: 1.18rem;
    position: relative;
}
.inputboxhd1 img{
    width: 0.24rem;
    height: 0.25rem;
    position: absolute;
    top: 0.1rem;
    left: 0.15rem;
}
.inputboxhd2 img{
    width: 0.24rem;
    height: 0.25rem;
    position: absolute;
    top: 0.1rem;
    left: 0.15rem;
}
.hdbutton{
    width: 2.46rem;
    height: 0.64rem;
    background: url(../timg/hdbutton.png) no-repeat;
    background-size: 100% 100%;
    display: table;
    margin: 0 auto;
    margin-top: 0.3rem;
    font-size: 0.24rem;
    text-align: center;
    font-family: pb;
    line-height: 0.64rem;
    border: none;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.closehd{
   display: none;
}