.sidebarbox {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 250px;
    bottom: 0;
    background-color: #ddb588;
    border: 0 solid white;
    border-right-width: 0px;
}

.m_search {
    height: 40px;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ddb588
}

.m_msg {
    height: 40px;
    width: auto;
    padding-right: 17px;
    padding-left: 9px
}

.input-serach {
    right: 50px;
    top: 20px;
    height: 30px;;
    width: 250px;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.5s;              //过渡动画时间
background-color: rgb(175, 200, 223);
    border: none;
}
.bar6 input {
    border:1px solid #58454573;
    border-radius:3px;
    background:transparent;
    top:0;
    right:0;
    margin-left:32px;
    margin-top:15px;
    width: 182px;
}
.bar6 button {
    background:#c5464a;
    border-radius:0 5px 5px 0;
    width:60px;
    top:0;
    right:0;
    margin-top:15px;
}
.bar6 button:before {
    content:"搜索";
    font-size:13px;
    color:#F9F0DA;
}
.resize_box {
    position: absolute;
    right: -2px;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 4px;
    cursor: e-resize;
    background-color: rgba(123, 117, 117, 0.05);
}

.sidebarbox .btnbox a.toggle {
    position: absolute;
    width: 13px;
    background: url(../../common/images/member/btn.png) -3px 0px no-repeat;
    height: 80px;
    top: 50%;
    right: -13px;
    margin-top: -40px;
}

.sidebarbox .btnbox a {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 50px;
    background: url(../../common/images/member/btn2.png) 0px 0px no-repeat;
    top: 40%;
    right: -13px;
    z-index: 99;
}

.tableWindow {
    /*overflow-y: auto;*/
    position: absolute;
    /*left: 265px;*/
    left: 250px;
    right: 0px;
    top: 80px;
    bottom: 0px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.memberBgDiv {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
    bottom: 0px;
    background: url(../../common/images/member/background.png);
    background-size: 100% 100%;
}

.member_header_left {
    float: left;
    width: 250px;
    height: 100%;
    background: #9E7D63;
}

.member_header_right {
    margin-left: 250px;
    height: 100%;
    background-image: url(../../common/images/member_header_bg.png);
    background-size: 100% 100%;
    color: white;
}

.member_header_wen {
    height: 14px;
    background-image: url(../../common/images/wen.png);
}

.member_logo_img {
    cursor: pointer;
    margin: 9px 0 0 45px;
}

.member_header_center {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial
}

.member_header_center img {
    height: 60px;
    line-height: 60px;
}
.pop_box {
    border-radius: 5px;
    position: fixed;
    top: 18%;
    left: 25%;
    overflow: hidden;
    z-index: 9999;
    /*width: 50%;*/
    width: 750px;
    height: auto;
    /*overflow-y: auto;*/
    background: #FFFFFF url(../../common/images/login_input_bg_noborder.png) repeat;
    /*background-size: 100% 100%;*/
}

.wife_box{
    border-radius: 5px;
    position: fixed;
    top: 25%;
    left: 30%;
    overflow: hidden;
    z-index: 9999;
    width: 750px;
    background: #fff url(../../common/images/login_input_bg_noborder.png);
    /*background-size: 100% 100%;*/
}

.modelTitle{
    height: 38px;
    color: #fff;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
    /*margin: 0px;*/
    /*padding: 10px 0;*/
    background-color: #c5966c;
}
.closeBtn{
    width:31px;
    height:30px;
    background:url(../../images/pop/popcloseicon.png) no-repeat left top;
    position:absolute;
    top:0;
    right:15px;
}
.closeButton{
    width:31px;
    height:36px;
    background:url(../../common/images/member/closeButton.png) no-repeat left top;
    position:absolute;
    top: 0px;
    right: 15px;
    border: 0px;
}
.closeButton:active{
    width:31px;
    height:36px;
    background:url(../../common/images/member/closeButton_down.png) no-repeat left top;
    position:absolute;
    top:0;
    right:15px;
    border: 0px;
}
.line{
    margin: 2% 0;
}
.memberInput{
    background-image: url(../../common/images/member/inputBackground.png);
    background-size: 100% 100%;
    border-radius: 0;
    padding: 0px 10px 0px 10px;
    border: 0px;
    width:180px;
    height: 30px;
    text-align: center;
}
.bigInput{
    background-image: url(../../common/images/member/bigBack.png);
    background-size: 100% 100%;
    padding: 8px;
    border: 0px;
    width:537px;
    height: 96px;
}
.backColor{
    background-color: #c5966c;
    color: #ffffff;
}
.backColor:hover{
    background-color: #a5692b;
    color: #ffffff;
}
.error{
    color: red;
    margin-left: 90px;
    font-size: 10px;
}
.error_message{
    height: 15px;
}
.LupBox{
    height: 35px;
    border: 1px solid #CCCCCC;
    border-left: 0px;
}
.RupBox{
    height: 35px;
    border: 1px solid #CCCCCC;
    border-right: 0px;
}
.midBox{
    height: 45px;
    /*border: 1px solid #FFFFFF;*/
}
.lrBox{
    padding: 0px;
}
.topBox{
    margin-top: 30px;
}
.titleBox{
    padding: 0px;
    height: 115px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.titleP{
    color: #CCCCCC;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
}
.leftTitle{
    color: #CCCCCC;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
    padding-top: 3%;
}
.leftTitleT{
    color: #CCCCCC;
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
    padding-top: 2%;
}
.headPic{
    width: 60px;
    height: 60px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    margin: 20px auto 10px auto;
}
.topHeadPic{
    width: 60px;
    height: 60px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    margin: 20px auto;
}
.infoBox{
    border-left: 1px solid;
    padding-left: 6px;
    height: 220px;
    color: #cccccc;
    font-size: 16px;
    width: 35px;
    float: left;
    padding-top: 2px;
}
.leftBox{
    padding-right: 0px;
}
.rightBox{
    padding-left: 0px;
}
.info{
    color: #FFFFFF;
}
.titleInfo{
    color: #CCCCCC;
    font-size: 16px;
    line-height: 26px;
}
.headBack{
    background-image: url(../../common/images/member/headBack.png);
    padding: 0px;
    background-size: 100% 100%;
    text-align: center;
    width: 120px;
    float: left;
    margin-right: 26px;
    margin-bottom: 26px;
}
.headBack:hover{
    box-shadow: 0px 0px 10px 2px #bdbaad;
    cursor: pointer;
}
.downTitle{
    /*padding: 2.5px 0px;*/
    padding: 25px 0px;
    font-size: 16px;
    width:70%;
    white-space:nowrap;
    word-break:keep-all;
    overflow:hidden;
    text-overflow:ellipsis;
    float: left;
    text-align: center;
}
.lDownTitle{
    padding: 25px 0px;width: 10%;float: left;text-align: center;margin-left: 3%;margin-right: 2%;
}
.rDownTitle{
    padding: 25px 0px;width: 10%;float: left;text-align: center;margin-right: 5%;
}
.downTitleT{
    padding: 12.5px 0px;
}
.dateSpan{
    word-wrap:break-word;
    padding-right: 5px;
}
.inputTitle{
    /*text-align: center;*/
    padding-top: 8px;
    text-align: right;
    font-family:'Times New Roman';
}

div#rMenu {position:absolute; visibility:hidden; top:0; text-align: left;padding:4px;}
div#rMenu a{
    padding: 3px 15px 3px 15px;
    background-color:#cad4e6;
    opacity: 0.8;
    vertical-align:middle;
    cursor:pointer;
}
.xingming{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/xingming.png);
}
.bieming{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/bieming.png);
}
.xingbie{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/xingbie.png);
}
.chushengnianyue{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/chushengnianyue.png);
}
.shixu{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/shixu.png);
}
.cishinianyue{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/cishinianyue.png);
}
.zibei{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/zibei.png);
}
.paihang{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/paihang.png);
}
.zuji{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/zuji.png);
}
.chushengdi{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/chushengdi.png);
}
.guoji{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/guoji.png);
}
.minzu{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/minzu.png);
}
.congshizhiye{
    width: 22px;
    height: 100px;
    margin-bottom: 10px;
    background-image: url(../../common/images/member/congshizhiye.png);
}

div#links a img {
    width: 160px;
    height: 100px;
    display: inline;
}

div#links span img {
    width: 160px;
    height: 100px;
    display: inline;
    cursor: pointer;
}
.pInfo{
    padding-left: 3px;
}

#memberInfoDiv .basicInfoPartTitle {
    height:40px;
    font-size: 18px;
    padding-left: 0px;
}

.add-wife-show {
  display: block;
}

.add-wife-hidden {
  display: none;
}