#indexBox {
    width: 1434px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
#indexBox #position{
    width: 100%;
    overflow: hidden;
    align-content: center;
}
#indexBox #position input{
    width: 100px;
    height: 50px;
    background-color:rgba(36, 205, 119, 0.5);
    color: aliceblue;
    display: block;
    margin: 10px auto;
}
#zhezhao{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15000;
    overflow: hidden;
    background-color: rgb(89 89 94 / 37%);
}
#zhezhao img {
    float: right;
    margin: 17px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
#zhezhao #tc{
    width: 392px;
    height: 284px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 10% 40%;
    position: absolute;
}
#zhezhao #tc form{
    margin: 48px 0 0 34px;
    overflow: hidden;
    width: 100%;
}
#zhezhao #tc form span{
    width: 36px;
    height: 16px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
    margin: 11px 0 0 13px
}
#zhezhao #tc form input{
    width: 110px;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #b7b7b7;
    margin: 0 0 0 26px;
    overflow: hidden;
    border-style: none;
}
#zhezhao #tc form h2{
    width: 72px;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-left: 126px;
}
#zhezhao #tc form .line1{
    width: 318px;
    height: 36px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    margin: 26px 0 0 0;
    overflow: hidden;
}
#zhezhao #tc form .errorInfo {
    background-color: rgba(188, 4, 4, 0.1);
    border: solid 1px #bc0404 !important;
}
#zhezhao #tc form .successInfo{
    background-color: rgba(36, 205, 119, 0.05);
    border: solid 1px #24cd77 !important;
}
#zhezhao #tc form .error{
    background-color: rgba(235, 235, 235, 0);
}
#zhezhao #tc form .valid{
    background-color: rgba(235, 235, 235, 0);
}
#zhezhao #tc form #line2{
    width: 318px;
    height: 54px;
    margin: 16px 0 0 0;
    overflow: hidden;
}
#zhezhao #tc form #line2 #yz{
    width: 222px;
    height: 34px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    float: left;
    overflow: hidden;
}
#zhezhao #tc form #line2 #yzm{
    background-color:rgba(36, 205, 119, 0.5);
    color: aliceblue;
    width: 91px;
    height: 36px;
    border-radius: 4px;
    float: right;
}
#zhezhao #tc form #line2 #yzm .code-btn{
    width: 60px;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    cursor: pointer;
    color: #ffffff;
}
#zhezhao #tc form #getSubmit{
    width: 318px;
    height: 36px;
    background-color:rgba(36, 205, 119, 0.5);
    color: aliceblue;
    border-radius: 4px;
    margin: 10px 0 0 0;
    cursor: pointer;
}
#zhezhao #tc form label#tel-error{
    display: none !important;
}
#zhezhao #tc form #line2 label#yanzm-error{
    height: 12px;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 12px;
    letter-spacing: 0px;
    color: #b7b7b7;
    float: right;
    margin: 5px 0 0 200px;
}
#zhezhao .yesOK{
    width: 120px;
    overflow: hidden;
    margin: 15% 130px;
}
#zhezhao .yesOK img{
    width: 86px;
    height: 86px;
    float: left;
}
#zhezhao .yesOK span{
    margin: 0 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}