#serverinform.serverinform {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 572px;
    height: 655px;
    background: #fff;
    overflow: hidden;
    display: none;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

#serverinform.serverinform h1 {
    display: block;
    font-size: 20px;
    display: flex;
    text-align: center;
    line-height: 66px;
    width: 572px;
    height: 55px;
    background: #3b1789;
    padding-left: 237px;
    padding-right: 0;
    color: #fff;
    box-sizing: unset;
        line-height: 56px;
}

#serverinform.serverinform h1 img {
    width: 13px;
    height: 15px;
    margin-right: 28px;
    margin-left: 215px;
    margin-top: 20px;
    z-index: 11px;
    cursor: pointer;

}

#serverinform.serverinform p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 0;
    display: flex;
    padding-left: 35px;
    margin-bottom: 0;
}

#serverinform.serverinform>p {
    padding-left: 40px;
}

#serverinform.serverinform .informations {
    padding-left: 0px;
}

#serverinform .informations span {
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
}
#serverinform .informations span:nth-child(1){
    margin-left: 0px;
}
#serverinform form {
    padding: 0 40px;
}

#inputthree input {
    text-align: center;
    width: calc(25% - 10px);
    height: 45px;
    padding-left: 0;
}

form .inputbox {
    /* text-align: center; */
    /* display: flex;
    flex-wrap: wrap; */
}

#serverinform form #inputone input {
    display: inline-block;
    background: #f7f7f7;
    height: 45px;
    border-radius: 5px;
    outline: none;
    border: none;
    text-align: left;
    padding-left: 15px;
    width: 154px;
    box-sizing: border-box;
    margin-right: 9px;
}
#serverinform form #inputone input:nth-child(3){
    margin-right: 0px;
}

#serverinform form .inputbox#inputone input {
    text-align: left;
    padding-left: 15px;
    width: 154px;
}

#serverinform.serverinform #sixinput {
    width: auto;
    margin: 0px ;
}

#inform {
    margin-top: 20px;
}

#serverinform #textinput {
    width: 100%;
    height: 100px;
    background: #f7f7f7;
    padding: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

#serverinform #sub {
    width: 100%;
    height: 48px;
    background: #f9b73b;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 0;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;    cursor: pointer;
}
#serverinform #sub:hover{
    background: #3b1789;
}
#serverinform .radio input {
    appearance: none;
    position: absolute;
}

#serverinform .inputbox#inputtwo .radio {
    position: relative;
    width: calc(32.6% - 8px);
    margin: 0 10px 0px 0px;
    display: inline-block;
}
#serverinform .inputbox#inputtwo .radio:nth-child(3n){
    margin-right: 0;
}

#serverinform .inputbox#inputthree .radio {
    position: relative;
    width: calc(24.2% - 8px);
    margin: 0 10px 16px 0px;
    display: inline-block;
    box-sizing: unset;
}

#serverinform .inputbox#inputthree .radio:nth-child(5) {
    position: relative;
    width: 100%;
    margin: 0 10px 0px 0px;
    display: inline-block;
}
#serverinform .inputbox#inputthree .radio:nth-child(4){
    margin-right: 0;
}

#serverinform .inputbox .radio label {
    display: block;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    box-sizing: unset;
}

#serverinform .radio input:checked+label {
    background: rgba(59, 23, 137, 0.1);
    color: #3B1789;
    font-weight: bold;
}
#serverinform {
    display: none;
    z-index: 12;
}