@charset "UTF-8";
body, html {
    height: 100%;
}
.bg_box {
    background: #f1f1f1;
    height: 100%;
    min-height: 100%;
}
.right_box {
    position: relative;
    height: 100%;
}
.choose_box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    width: 400px;
    height: auto;
    min-height: 400px;
    background: #fff;
}
.choose_user {
    width: 400px;
    height: 120px;
    margin-top: -40px;
}
.choose_user img {
    width: 80px;
    height: 80px;
    /*border: 2px solid #fff;*/
    border-radius: 100%;
    margin: 0 auto;
    display: block; 
}
.choose_user p {
    color: #707070;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 40px;
    white-space:  nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.choose_title {
    border-bottom: 1px solid #d0d0d0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 30px 0;
    margin: 0 30px;
}
.chose_text {
    margin: 22px 0;
}
.chose_text p {
    font-size: 12px;
    color: #909090;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    width: 340px;
    margin: 0 auto;
}
.choose_btn_box {
    text-align: center;
}
.choose_btn_box a {
    vertical-align: middle;
    width: 135px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
}
.choose_btn_box2 {
    text-align: center;
}
.choose_look_btn {
    color: #f51e55 !important;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    margin: 30px 0;
}
@media screen and (max-width: 767px) {
    .bg_box {
        height: auto;
    }
    .right_box {
        padding: 90px 20px 20px;
    }
    .choose_user {
        width: 100%;
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 45px;
    }
    .choose_box {
        position: static;
        margin: 0;
        width: 100%;
        height: auto;
        min-height: 400px;
    }
    .choose_title {
        margin: 0 18px;
        padding: 86px 0 20px;
        font-size: 16px;
    }
    .choose_btn_box a {
        width: 80px;
    }
    .chose_text p {
        width: 148px;
    }
    .choose_look_btn{
        margin:20px;
    }
}
