#input_xunpan {
    width: 600px !important;
    height: 600px !important;
    background: white;
    border-radius: 5px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    box-shadow: 0px 0px 5px #cccccc;
}

#input_xunpan .xp_title {
    font-weight: bold;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 1.3em;
    line-height: 30px;
    position: relative;
}

.xp_title .xp_title_tex {
    height: 30px;
    display: inline-block;
}

.xp_title .close_xp {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

.input_item {
    text-align: center;
}

.input_item input, .input_item textarea {
    width: 90%;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dedede;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.input_item textarea {
    height: 200px;
}

.xunpan_sub {
    width: 90%;
    height: 45px;
    background-color: #3A3A3A;
    border-radius: 5px;
    color: white;
    margin: auto;
    line-height: 45px;
    cursor: pointer;
}

@media screen and (max-width: 1700px) {
    #input_xunpan {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
}