.loginPage .loginBox .loginForm li {
    overflow: visible;
}
#registerForm .errors{
    color: #E30B20;
    font-size: 12px;
}
.maxscreen{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 9999999;
}
.protocol{
    position: fixed;
    width: 1000px;
    height: 500px;
    top:60%;
    margin-top: -430px;
    left: 50%;
    margin-left: -600px;
    background-color: #fff;
    padding: 105px;
    border-radius: 2px;
    overflow-y: scroll;
}
.protocol::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.protocol::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ccc;
}

.protocol::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.protocol h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 79px;
}
.protocol .protocol-title{
    font-size: 14px;
}
.protocol .protocol-text{
    margin-top: 40px;
    font-size: 14px;
    text-indent: 2em;
    line-height: 28px;
}
.protocol i{
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
    opacity: 0.8;
}
.loginForm li.model {
    display: none;
}
#getTelephone{
    cursor:pointer
}