#Account_box .i-version{
    background-position: -5px -502px;
}

#switchVersionPop .pop_box{
    width: 850px;
    height: auto;
    margin-top: -300px;
    margin-left: -425px;
}
#switchVersionPop .pop_box .pop_head{
    display: block;
    color: white;
    background-color: #258FF1;
    text-align: left;
    box-sizing: border-box;
    padding-left: 15px;
    border-radius: 4px 4px 0px 0px;
}
#switchVersionPop .pop_box .pop_head>.close{
    color: white;
}
#switchVersionPop .pop_box .pop_content{
    padding: 0px 0px 60px 0px;
}
#switchVersionPop .pop_content>.content_list{
    margin-top: 0px;
    padding: 50px 34px 45px;
    flex-direction: row;
    justify-content: space-between;
}
#switchVersionPop .clinic_type{
    position: relative;
    width: 350px;
    height: 400px;
    border-radius: 12px;
    cursor: pointer;
    box-sizing: border-box;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}
#switchVersionPop .clinic_type.checked{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border: 3px solid #258FF1;
}
#switchVersionPop .professional_version{
    background-image: url(../images/professional_unselected.png);
}
#switchVersionPop .professional_version.checked{
    background-image: url(../images/professional_selected.png);
}
#switchVersionPop .basic_version{
    background-image: url(../images/basic_unselected.png);
}
#switchVersionPop .basic_version.checked{
    background-image: url(../images/basic_selected.png);
}
#switchVersionPop .clinic_type .versions_in_use{
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 6px 0px 0px 0px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 0 20px;
    background-color: #258FF1;
    display: none;
}
#switchVersionPop .pop_box .content_bottom{
    padding-right: 42px;
    justify-content: flex-end;
}
