.mainbody .rightpart .securityinfo .securitytotal {
    height: 50px;
    width: 900px;
    margin: 30px auto;
    padding: 0 30px;
    background: #fafafa
}

.mainbody .rightpart .securityinfo .securitytotal p {
    float: left;
    line-height: 50px;
    font-size: 15px;
    color: #333
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar {
    margin: 0 10px
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar i {
    float: left;
    width: 180px;
    height: 12px;
    margin-top: 19px;
    background: #ececec;
    border-radius: 6px
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar i em {
    display: block;
    height: 12px;
    border-radius: 6px
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar.low i em {
    width: 60px;
    background: #f00
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar.middle i em {
    width: 120px;
    background: #f80
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar.high i em {
    width: 180px;
    background: #8f0
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar span {
    float: left;
    line-height: 50px;
    font-size: 15px;
    margin: 0 10px
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar.low span {
    color: #f00
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar.middle span {
    color: #f80
}

.mainbody .rightpart .securityinfo .securitytotal .securitybar.high span {
    color: #8f0
}

.mainbody .rightpart .securityinfo .securitytotal .securitytip {
    color: #999;
    line-height: 50px;
    margin: 0 10px
}

.mainbody .rightpart .securityinfo .securitytotal a {
    float: right;
    line-height: 50px;
    margin-right: 30px;
    color: #2fd9bf
}

.mainbody .rightpart .securityinfo li {
    width: 900px;
    height: 70px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    overflow: hidden
}

.mainbody .rightpart .securityinfo li:last-child {
    border-bottom: 1px solid #ebebeb
}

.mainbody .rightpart .securityinfo li p {
    float: left;
    padding-left: 70px;
    line-height: 70px;
    font-size: 16px;
    margin-right: 90px
}

.mainbody .rightpart .securityinfo li.verified p {
    background: url(../images/user/verified_icon.png) no-repeat 40px center
}

.mainbody .rightpart .securityinfo li.unverified p {
    background: url(../images/user/unverified_icon.png) no-repeat 40px center
}

.mainbody .rightpart .securityinfo li span {
    float: left;
    line-height: 70px;
    font-size: 13px;
    color: #999
}

.mainbody .rightpart .securityinfo li a {
    float: right;
    width: 70px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    color: #2fd9bf;
    text-align: center;
    margin-right: 60px;
    margin-top: 23px
}

.mainbody .rightpart .securityinfo li a.unverifiedbtn {
    background: #2fd9bf;
    color: #fff
}

.changephonetk {
    position: fixed;
    width: 500px;
    top: 45%;
    left: 50%;
    margin: -200px 0 0 -250px;
    background: #fff;
    border-radius: 5px;
    z-index: 1000;
    overflow: hidden;
    color: #696969
}

.changephonetk h1 {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ebebeb
}

.changephonetk .phonenumber {
    width: 370px;
    margin: 50px auto 20px
}

.changephonetk .phonenumber p {
    float: left;
    width: 70px;
    height: 36px;
    line-height: 36px
}

.changephonetk .phonenumber input {
    float: left;
    width: 300px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 20px
}

.changephonetk .checknumber {
    width: 370px;
    margin: 0 auto 30px
}

.changephonetk .checknumber input {
    float: left;
    width: 210px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    border-radius: 3px 0 0 3px;
    padding: 0 20px;
    margin-left: 70px
}

.changephonetk .checknumber #sendSmsCodeId {
    float: left;
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #2fd9bf;
    text-align: center;
    color: #FFF;
    border-radius: 0 3px 3px 0;
    border: none;
}

.changephonetk .tkbtn {
    text-align: center;
    margin: 50px 0
}

.changephonetk .tkbtn a {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    margin: 0 15px
}

.changephonetk .tkbtn a.savebtn {
    background: #2fd9bf;
    box-shadow: 0 0 10px 0 rgba(47, 217, 191, 04);
    color: #fff
}

.changephonetk .tkbtn a.cancelbtn {
    background: #e6e6e6;
    color: #999
}