/* 
* @Author: Marte
* @Date:   2019-04-23 11:25:16
* @Last Modified by:   Marte
* @Last Modified time: 2019-04-25 16:32:03
*/
.cpgs_apply{
    position: relative;
}
.cpgs_apply p.banner_btn{
    width: 236px;
    height: 48px;
    background: url(/static/Receptions/images/cpgs_images/apply.png);
    background-size: 100%;
    position: absolute;
    top: 166px;
    right: 108px;
}
.cpgs_apply p.banner_btn:hover,.cpgs_ns>p.banner_btn:hover{
    cursor: pointer;
}
.cpgs_ns{
    position: relative;
}
.cpgs_ns p.banner_btn{
    width: 236px;
    height: 48px;
    background: url(/static/Receptions/images/cpgs_images/ns.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 166px;
    right: 600px;
    margin-right: -118px;
}
/*搜索框*/
.lever{
    width: 132px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e2e2e2;
    margin-right: 16px;
}
.b_l_arrow{
    width: 10px;
    height: 10px;
    border-left: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.lever:hover{
    cursor: pointer;
}
.person_tab{
    width: 356px;
    margin: 40px 20px 0 24px;
    background: url(/static/Receptions/images/cpgs_images/person_bg.png);
    background-size: 356px 100%;
    /*box-sizing: border-box;*/
}
.person_pic{
    width: 96px;
    height: 133px;
    border: 1px solid #f8f0ef;
    margin: 25px 13px 0 13px;
}
.region_list_box{
    width: 132px;
    height: 223px;
    position: absolute;
    top: 36px;
    left: 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.lever_list{
    position:absolute;
    top: 34px;
    left: -1px;
    border: 1px solid #e2e2e2;
    z-index: 1000;
    background: #fff;
}
.region_list{
    /*position:absolute;*/
    /*top: 36px;*/
    /*left: 0;*/
    border: 1px solid #e2e2e2;
    z-index: 1000;
    background: #fff;
}
.lever_list>li,.region_list>li{
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    text-indent: 9px;
    border-bottom: 1px solid #e2e2e2;
}
.lever_list>li:hover,.region_list>li:hover{
    background-color: #d75e5c;
}
.lever_list>li:last-child,.region_list>li:last-child{
    border: none;
}
.none{
    display: none;
}
.internationalLevel{
    width: 66px;
    height: 20px;
    margin-right: 10px;
}