.Password_textBoxModel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: none;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.6)
}

.Password_textBox {
    top: 300px;
    width: 420px;
    z-index: 9999;
    margin: 100px auto;
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.18)
}

.Password_textBox .Text_fast {
    display: none
}

.Password_textBox .title_box {
    background: #f6f6f6
}

.Password_textBox .title_box .left,.Password_textBox .title_box .center {
    width: 43%;
    height: 40px;
    line-height: 40px;
    margin-top: 7px;
    font-size: 14px;
    color: #656570
}

.Password_textBox .title_box .left {
    border-right: 1px solid #fff
}

.Password_textBox .title_box .active {
    font-size: 16px;
    font-weight: bold;
    color: #df0000
}

.Password_textBox .title_box .lef {
    width: 6%;
    height: 40px;
    line-height: 40px
}

.Password_textBox .title_box .right {
    width: 7%;
    height: 40px;
    line-height: 40px
}

.Password_textBox .title_box .right .img {
    margin-top: 20px
}

.Password_textBox .Switch_boxes_box {
    padding-top: 62px
}
.Password_textBox .Switch_boxes_box .Switch_boxes_box-act{
    height: 400px;
    padding-top: 62px
}

.Password_textBox .Switch_boxes_box .Switch_boxes {
    width: 300px;
    position: relative;
    margin: auto
}

.Password_textBox .Switch_boxes_box .Switch_boxes .ErrorMessage {
    width: 300px;
    position: absolute;
    margin-top: -42px;
    border: 1px solid #df0000;
    background: rgba(253,241,241,0.6);
    height: 42px;
    line-height: 42px
}

.Password_textBox .Switch_boxes_box .Switch_boxes .ErrorMessage .right {
    font-size: 12px;
    color: #df0000
}

.Password_textBox .Switch_boxes_box .Switch_boxes .ErrorMessage .left {
    margin-left: 11px;
    margin-right: 12px;
    margin-top: 13px
}

.Password_textBox .Switch_boxes_box .Switch_boxes .btn {
    width: 300px;
    height: 42px;
    line-height: 42px;
    background: #df0000;
    border-radius: 2px;
    font-size: 16px;
    color: #fff
}

.Password_textBox .Switch_boxes_box .Switch_boxes .rows {
    border: 1px solid #cbcbcb
}

.Password_textBox .Switch_boxes_box .Switch_boxes .row {
    margin-bottom: 16px
}

.Password_textBox .Switch_boxes_box .Switch_boxes .row .left {
    width: 40px;
    height: 42px;
    background: #d7d7d7
}

.Password_textBox .Switch_boxes_box .Switch_boxes .row .left .img {
    margin-left: 12px;
    margin-top: 10px
}

.Password_textBox .Switch_boxes_box .Switch_boxes .row .right {
    width: 246px;
    height: 42px;
    line-height: 42px;
    border: 0;
    outline: none
}

.Password_textBox .Switch_boxes_box .Switch_boxes .row .zuo {
    height: 40px;
    line-height: 40px;
    width: 190px;
    border: 0;
    outline: none;
    padding-left: 10px;
    border: 1px solid #cbcbcb
}

.Password_textBox .Switch_boxes_box .Switch_boxes .row .you {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cbcbcb
}

.Password_textBox .Switch_boxes_box .Text_fast .rows {
    position: relative
}

.Password_textBox .Switch_boxes_box .Text_fast .rows .remove {
    position: absolute;
    right: 1px;
    margin-top: 12px;
    margin-right: 10px
}

.Password_textBox .Switch_boxes_box .Text_fast .row .left,.Password_textBox .Switch_boxes_box .Text_fast .row .right {
    height: 42px;
    line-height: 42px
}

.Password_textBox .Switch_boxes_box .Text_fast .note .zuo {
    width: 164px
}

.Password_textBox .Switch_boxes_box .Text_fast .note .you {
    width: 126px;
    height: 40px;
    line-height: 40px;
    color: #656570
}

.Password_textBox .bottom {
    width: 300px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px
}

.Password_textBox .bottom a:hover {
    color: #3191cf;
    text-decoration: none
}

.Password_textBox .bottom .right .zuo {
    color: #a7a7b3
}


.Password_textBoxModel .passwordLogin{
    cursor: pointer;
    margin-left: 70px;
    line-height: 50px;
    font-size: 17px;
    color: gray;
}
.Password_textBoxModel .messages{
    cursor: pointer;
    margin-left: 90px;
    line-height: 50px;
    color: gray;
    font-size: 17px;
    
}
.Password_textBoxModel .act{
    cursor: pointer;
    color: red;
    font-size: 19px;
    font-weight: bold;
}
.Password_textBoxModel .pswBtn{
    width: 300px;
    height: 35px;
    background-color: #df0000;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.Password_textBoxModel .phoneBtn{
    width: 300px;
    height: 35px;
    background-color: #df0000;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}