.securityCenter_page {
    width: 1200px;
    margin: auto;
}

.securityCenter_page>h6 {
    margin: 80px 0 30px 0;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.securityCenter_item {
    overflow: hidden;
}

.securityCenter_item>p {
    width: 50%;
    float: left;
    text-align: left;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.securityCenter_item>p>span {
    width: 125px;
    display: inline-block;
    text-align: right;
}

.securityCenter_item>p>input {
    width: 443px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding-left: 16px;
    box-sizing: border-box;
}

/*  */

.securityCenter_page>a {
    display: block;
    width: 276px;
    height: 55px;
    background: rgba(228, 21, 26, 1);
    border-radius: 27px;
    margin: 117px auto 0;
    font-size: 18px;
    color: white;
    line-height: 55px;
    text-align: center;
}

/*  */

.securityCenter_dialog {
    width: 424px!important;
    height: 290px!important;
    margin: -145px 0 0 -212px!important;
}
.securityCenter_info>h6 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    margin: 40px 0;
}
.securityCenter_info>p {
    font-size: 14px;
    text-align: center;
}
.securityCenter_info>a {
    display: block;
    margin: auto;
    width: 120px;
    height: 45px;
    background: rgba(228, 21, 26, 1);
    border-radius: 22px;
    margin: 20px auto;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: white;
}

.securityCenter_code{
    width:102px;
height:40px;
background:rgba(228,21,26,1);
display:block;
color: white;
font-size: 14px;
text-align: center;
line-height: 40px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
cursor: pointer;
}