.txt_login{

    height: 490px;

}

.txt_input{

    margin: 10px 0;

}

.txt_input input{

    width: 173px;

}

.title_p{

    width: 69px;

    display: flex;

    justify-content: space-between;

    font-weight: bolder;

    margin-left: 30px;

    margin-right: 16px;

}

.input_box{

    display: flex;

    justify-content: start;

    margin-bottom: 13px;

}

.input_box>p{

    margin-left: 10px;

    font-size: 10px;

}

.useAgree{

    font-size: 16px;

    color: #333;

}





/* 遮罩协议 */

.shadow{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0,.2);

    display: flex;

    justify-content: center;

    align-items: center;

}

.agree{  

    width: 1200px;

	height: 706px;

    position: relative;

    top: 10px;

  

}

.agree_txt{

    position: absolute;

    top: 0;

    left: 0;

    display: flex;

    width: 100%;

    height: 100%;

    flex-direction: column;

    justify-content: flex-start;

    /* align-items: center; */

    box-sizing: border-box;

    padding: 120px 213px 10px 223px;

}

.agree_close{

    position: absolute; cursor:pointer;

    top: 93px;

    right: 74px;

    width: 26px;

    height: 26px;

}

.userTitle{

    color: #333;

    font-size: 24px;

    text-align: center;

    font-weight: bold;


}

.userTxt{

    color: #666;

    font-size: 18px;

    line-height: 30px;

    text-align: start;

    width: 100%;

    height:  calc( 100% - 120px );

    overflow-y: auto;

}