.setCenter{
	width: 1196px;
	margin:0 auto;
    position: relative;
}
/*新支付*/
.newpay{
    float: right; 
    width: 100%;
    max-width: 350px;  
    text-align: right; 
    margin-top: -80px;
}
.newpay .myicon{
    margin: 10px 0; 
}
.newpay .left{
    border: 1px solid #ff7d14;
    position: relative;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px 0 30px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    width: 50%;
    max-width: 150px;
    clear: both; 
    text-align: left;
    color: #ff7d14;
    font-size: 14px;
}
.newpay .left em{
    display: inline-block;
    background: url(../images/mycon.png) no-repeat center center;
    width: 51px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: -35px;
}
.newpay .left b{
    margin-left: 10px;
}
.paymonth .left {
    border: 1px solid #ff4949;
    color: #ff4949;
}
.paymonth .left em{ 
    background: url(../images/paymonth.png) no-repeat center center; 
}
.newpay .left b{
    margin-left: 10px;
}
.paymonth{
    position: relative;
}
.newpay .right{
    background: #FF9138;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 15px;
     -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;  
      clear: both;    
    text-align: left;
}
.newpay .incode{
    position: absolute;
    top: 5px;
    left: -120px;
    background: #ea3d3d;
    color: #fff;
    padding: 5px 10px;
}
.newpay .incode:after, .newpay .incode:before{
    border: solid transparent;
    content: ' ';
    height: 0;
    right: 100%;
    position: absolute;
     top:7px; 
     right: -12px; 
     width: 0; 
}
.newpay .incode:after {
    border-width: 6px;
    border-left-color: #ea3d3d; 
}
.newpay .incode:before {
    border-width: 6px;
    border-left-color: #ea3d3d; 
}
.nMC_informationWrap{
    background: url("../images/userBg.jpg") no-repeat top center;
    padding-top: 175px;
    margin-top: 3px;
}
.nMC_information{
    padding-top:20px;
    padding-left:160px;
    position: relative;
    min-height: 110px;
}
.nMC_userImg{
    position: absolute;
    left:15px;
    top:-25px;
    background: #FFFFFF;
    width:125px;
    height:125px;
    border:5px solid white;
    border-radius: 100%;
    overflow: hidden;
}
.nMC_userImg img{
    float: left;
    width:100%;
}
.nMC_userName{
    height:50px;
    line-height: 50px;
    font-size: 28px;
}
.nMC_medal{
    height:50px;
    line-height: 50px;
    width:40px;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.nMC_medal:hover .nMC_medalDetail{
    display: block;
}
.littleMedal{
    vertical-align: middle;
    width:30px;
}
.nMC_medalDetail{
    position: absolute;
    bottom:45px;
    width:128px;
    left:-50px;
    padding-left: 100px;
    font-size: 14px;
    line-height: 30px;
    border:1px solid #e0e0e0;
    background: #FFFFFF;
    padding-right: 10px;
    display: none;
    cursor: default;
}
.bigMedal{
    position: absolute;
    top:10px;
    left:10px;
    width:80px;
}
.medalName{
    line-height: 30px;
    font-size: 16px;
    color:#646464;
    text-align: left;
}
.medalSet{
    width:100px;
    background: #2594cf;
    text-align: center;
    color:white;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 12px;
    margin-left: 26px;
}

.medalExplain{
    color:#646464;
    line-height: 25px;
    text-align: left;
}
.downArrow{
    position: absolute;
    bottom:-8px;
    left:65px;
}
.medalSetActive{
    background: #bfbfbf;
    cursor: pointer;
}
.nMC_userList{
    color:#787878;
    line-height: 19px;
}
.nMC_userList img{
    vertical-align: bottom;
    margin-left: 20px;
}
.nMC_userList img:first-child{
    margin-left: 0;
}
.nMC_bindEmail{
    display: inline-block;
    color:white;
    background: #ea3d3d;
    padding:4px 10px;
    position: relative;
    margin-left: 15px;
}
.nMC_bindEmail img{
    position: absolute;
    left:-4px;
    top:7px;

}
.nMC_userCharge{
    display: block;
    position: absolute;
    right:0;
    top:31px;
    width:200px;
    background: #f4f3f3;
    text-align: right;
    padding-right:10px;
    font-size: 12px;
    color:#b6b2b2;
}
.nMC_userPurse{
    height: 50px;
    margin-right: 20px;
    position: absolute;
    left:-32px;
    top: 6px;
    z-index: 3;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
.nMC_userCharge:hover .nMC_userPurse{
    -webkit-animation: shake 50ms linear 0s infinite alternate;;
    -o-animation: shake 50ms linear 0s infinite alternate;;
    animation: shake 50ms linear 0s infinite alternate;;
}
@keyframes shake
{
    0%   {    -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {-webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);}
}

@-moz-keyframes shake /* Firefox */
{
    0%   {    -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {-webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);}
}

@-webkit-keyframes shake /* Safari �� Chrome */
{
    0%   {    -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {-webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);}
}

@-o-keyframes shake /* Opera */
{
    0%   {    -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {-webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg);}
}
.nMC_userCharge .shakeWrap{
    display: block;
    float: left;
    font-size: 18px;
    line-height: 18px;
    color:white;
    font-weight: bold;
    background: #ff9501;
    padding:10px 10px;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}
.nMC_userCharge:hover{
    color:#b6b2b2;
}
.nMC_userLeft{
    font-size: 22px;
    font-weight: bold;
    color:#ff9501;
    line-height: 30px;
    padding-top: 3px;
}

.nMC_work{
    border:1px solid #e0e0e0;
    margin-bottom: 30px;
}
.nMC_workLeft{
    width:235px;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
.nMC_workRight{
    float: right;
    width:928px;
}
.nMC_bookBig{
    width:100%;
}
.otherWork{
    color:#878484;
    font-size: 14px;
    height:50px;
    line-height: 50px;
}
.nMC_wordList li {
    height:30px;
    list-style: disc inside;
    margin-right: 10px;
    line-height: 30px;
    float: left;
    color:#eb2525;
    font-size: 14px;
}
.nMC_workRight{
    border-left: 1px solid #e0e0e0;
}
.nMC_workFrame{
    height:50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
}
.nMC_frame{
    float: left;
    height:48px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-left: 58px;
    width:90px;
    text-align: center;
    cursor: pointer;
}
.nMC_frame .nMC_num {
    color: white;
    background: #ea3d3d;
    position: absolute;
    top: 5px;
    right: -23px;
    padding:1px 2px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
}
.nMC_frame:hover,.nMC_frameActive{
    color:#0f6491;
    border-bottom: 2px solid #0f6491;
}
.nMC_manage,.nMC_sort,.nMC_line{
    float: right;
}
.nMC_manage{
    background: #e7e4e4;
    height:25px;
    color:#7a7a7a;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    width: 75px;
    margin-top: 13px;
    margin-right: 10px;
    cursor: pointer;
}
.nMC_manageActive{
    background: #0f6491;
    color:white;
}
.nMC_sort,.nMC_line{
    margin-right: 15px;
    font-size: 14px;
    color:#484848;
}
.nMC_sortActive{
    color:#0f6491!important;
}
.nMC_myCenter{
    min-height:500px;
    padding-bottom: 30px;
}
.nMC_row{
    padding:0 50px;
    background: url("../images/user10.png") no-repeat;
    background-position: 0px 203px;
}
.nMC_myBookList{
    width:145px;
    float: left;
    display: inline-block;
    font-size: 14px;
    padding-top: 30px;
    margin:0 28px;
    position: relative;
    text-align: center;
}
.nMC_myBookList .nMC_bookImg{
    width: 100%;

    border:1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 20px;
}
.bookShadow{
    position: absolute;
    left:-9px;
    top:25px;
}
.nMC_continue{
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}
.nMC_continue span{
    background: #ff9600;
    color:white;
    padding:0 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
}
.nMC_continue a{
    font-size: 12px;
}
.nMC_close{
    position: absolute;
    right: -14px;
    top:17px;
    z-index: 3;
    cursor: pointer;
    display: none;
}
.nMC_noComment{
    text-align: center;
    font-size: 18px;
    color:#e0e0e0;
    padding-top: 100px;
}
.nMC_noComment a{
    color:#ff9501;
    display: block;
    margin-top: 15px;
}
.emptyBig{
    font-size: 28px;
}
.nMC_Comment{
    margin:0 20px;
}
.nMC_Comment li{
    font-size: 14px;
    height:65px;
    color:#7f8080;
    line-height: 65px;
    border-bottom: 1px dashed #e0e0e0;
}
.nMC_CommentTime{
    float: right;
    width:120px;
    font-size: 12px;
    color:#8f8f8f;
}
.nMC_CommentReply{
    float: right;
    height:65px;
    line-height: 65px;
    width:100px;
}
.nMC_CommentReply img{
    vertical-align: middle;
}
.nMC_CommentReply:hover{
    color:#0f6491;
}
.nMC_edit{
    margin-top: 30px;
}
.nMC_editLeft{
    width:80px;
    font-size: 14px;
    float: left;
    color:#727272;
    text-align: right;
    margin-right: 20px;
    line-height: 45px;
}
.nMC_editMiddle{
    width:400px;
    float: left;
    /*border:1px solid #e0e0e0;*/
}
.nMC_editMiddle input{
    font-size: 14px;
}
.nMC_editRight{
    width:400px;
    float: left;
    font-size: 14px;
    color:#acacac;
    margin-left: 20px;
    line-height: 45px;
}
.nMC_editName{
    width:100%;
    height:45px;
    line-height: 14px;
    text-indent: 1em;
}

.nMC_editPicture{
    width:90px;
    height:90px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
}
.nMC_editPicture img{
    float: left;
    width:100%;
}
.nMC_choosePicture{
    width:90px;
    line-height: 30px;
    height:30px;
    background: #2594cf;
    text-align: center;
    float: left;
    color:white;
    margin-top: 30px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 20px;
    position: relative;
    border-radius: 3px;
}

.nMC_choosePicture input{
    position: absolute;
    left:0;
    top:0;
    height:30px;
    width:90px;
    opacity:0;
    filter:alpha(opacity=0);
    cursor: pointer;
    z-index: 3;
}
.nMC_sex{
    line-height: 45px;
    font-size: 18px;
}
.nMC_sex input{
    margin-right: 15px;
    font-size: 16px;
}
.nMC_sex input:last-of-type{
    margin-left: 15px;
}
.nMC_editbirth{
    width:200px;
    height:45px;
    text-indent: 1em;
}
.nMC_bind,.nMC_bindDone{
    display: inline-block;
    background: #2594cf;
    color:white;
    height:30px;
    width:90px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 3px;
}
.nMC_bindDone{
    background: #b7b7b7;
    cursor: default;
}
.nMC_editSubmit{
    text-align: center;
    margin:15px 0;
}
.nMC_editSubmit span{
    display: inline-block;
    height:45px;
    width:210px;
    font-size: 16px;
    line-height: 45px;
    color:white;
    border-radius: 5px;
    margin:0 10px;
    margin-top: 30px;
    background: #2594cf;
    cursor: pointer;
}
.nMC_editSubmit .nMC_editCancel{
    background: #b7b7b7;
}
.nMC_lineHeight{
    line-height: 100px;
}
.nMC_lineHeight2{
    line-height: 22px;
}
.nMC_code{
    position: fixed;
    width:340px;
    height:155px;
    -webkit-box-shadow: 3px 5px 10px 3px #cccccc ;
    -moz-box-shadow: 3px 5px 10px 3px #cccccc ;
    box-shadow: 3px 5px 10px 3px #cccccc ;
    background: #FFFFFF;
    top:300px;
    left:50%;
    margin-left: -180px;
    z-index: 4;
    font-size: 14px;
    padding:20px 20px;
    display: none;
}
.nMC_codeContent{
    margin:15px 0;
    font-size: 14px;
}
.nMC_codeContent input{
    height:45px;
    line-height: 45px;
    text-indent: 1em;
    width:200px;
    margin-right: 15px;
}
.nMC_codeContent span{
    color:#acacac;
}
.nMC_codeSubmit,.picCutSubmit,.emailCodeSubmit,.payMonthly{
    text-align: center;
}
.nMC_codeSubmit span,.picCutSubmit span,.emailCodeSubmit span,.payMonthly span{
    display: inline-block;
    width:90px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:white;
    margin:0 3px;
    margin-top: 15px;
    background: #2594cf;
    cursor: pointer;
    border-radius: 3px;
}
.nMC_codeSubmit .cancel,.emailCodeSubmit .emailcancel,.payMonthly .payMonthlyFalse{
    background: #b7b7b7;
}
.nMC_picture{
    width:200px;
    height:260px;
    background: white;
    position: fixed;
    top:300px;
    left:50%;
    margin-left: -115px;
    z-index: 4;
    padding:10px 10px;
    -webkit-box-shadow: 3px 5px 10px 3px #cccccc ;
    -moz-box-shadow: 3px 5px 10px 3px #cccccc ;
    box-shadow: 3px 5px 10px 3px #cccccc ;
    display: none;
}
.nMC_pictureShow{
    background: #f0f0f0;
    height:200px;
    position: relative;
}

.errorInformation{
    position: fixed;
    width:200px;
    background: #FFFFFF;
    text-align: center;
    padding:15px 15px;
    top:300px;
    left:50%;
    margin-left: -110px;
    font-size: 14px;
    -webkit-box-shadow: 3px 5px 10px 3px #cccccc ;
    -moz-box-shadow: 3px 5px 10px 3px #cccccc ;
    box-shadow: 3px 5px 10px 3px #cccccc ;
    display: none;
    z-index: 99;
}

.PromptInformation{
    position: fixed;
    width:200px;
    background: #FFFFFF;
    text-align: center;
    padding:15px 15px;
    top:300px;
    left:50%;
    margin-left: -110px;
    font-size: 14px;
    -webkit-box-shadow: 3px 5px 10px 3px #cccccc ;
    -moz-box-shadow: 3px 5px 10px 3px #cccccc ;
    box-shadow: 3px 5px 10px 3px #cccccc ;
    display: none;
}
.blueHover:hover{
    background: #64b5e0;
}
.payMonthlyTrue:hover{
    background: #64b5e0;
}
.grayHover:hover{
    background: #a5a5a5;
}
.payMonthlyFalse:hover{
    background: #a5a5a5;
}
.new_pagePrev,.new_pageNext{
    color: #0f6491;
    cursor: pointer;
}
.new_pagePrev{
    margin-right:20px;
}
.new_pageNext{
    margin-left:20px;
}
.new_PageCenter{
    display: inline-block;
}
.userMonth{
    color:red;
}
.postPayMonthly{
    cursor: pointer;
}
.new_page{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}

/*日期*/
.calendar { 
	POSITION: absolute;
	 WIDTH:190px;
	  HEIGHT: 180px; 
	  PADDING:0;
	  DISPLAY: none; 
	  FLOAT: left;
	  top: 880px;
	  left: 725px;
	  border:1px solid #819dba;
	  background:#fff;
}
.calendar .calMain { WIDTH:100%; HEIGHT:180px; FLOAT: left; OVERFLOW: hidden; POSITION: absolute; }
.calendar .calMain .calTitle { WIDTH: 100%; FLOAT: left; HEIGHT: 23px; BACKGROUND: #fff; OVERFLOW: hidden; }
.calendar .calMain .calTitle .t_date { WIDTH: 149px; FLOAT: left; HEIGHT: 23px; COLOR: #51729D; FONT-WEIGHT: bold; LINE-HEIGHT: 23px; TEXT-ALIGN: center; }
.calendar .calMain .calTitle .prevMonth { WIDTH: 15px; HEIGHT: 15px; FLOAT: left; MARGIN: 8px 0 0 5px; CURSOR: pointer; BACKGROUND: url(../images/date_bg.png) no-repeat 5px -87px; }
.calendar .calMain .calTitle .nextMonth { WIDTH: 15px; HEIGHT: 15px; FLOAT: right; MARGIN: 8px 5px 0 0; CURSOR: pointer; BACKGROUND: url(../images/date_bg.png) no-repeat 6px -157px; }
.calendar .calMain .calTitle .currentYear { }
.calendar .calMain .calTitle .currentMonth { }
.calendar .calMain .calTitle .currentYearText { FLOAT: left; MARGIN: 0 0px 0 39px; CURSOR: pointer; }
.calendar .calMain .calTitle .currentMonthText { FLOAT: left; CURSOR: pointer; WIDTH: 30px; TEXT-ALIGN: right; }
.calendar .calMain .calContent { WIDTH: 378px; HEIGHT: 157px; FLOAT: left; }
.calendar .calMain .calContent .enabled { POSITION: absolute; WIDTH: 100%; HEIGHT: 157px; FLOAT: left; }
.calendar .calMain .calContent .reserve { POSITION: absolute; WIDTH:100%; HEIGHT: 157px; FLOAT: left; }
.calendar .calMain .calContent .tabD { WIDTH: 100%; FLOAT: left; BORDER-COLLAPSE: collapse; BORDER-SPACING: 0; BORDER: 0; }
.calendar .calMain .calContent .tabD th { BACKGROUND: url(../images/date_bg.png) repeat-x; LINE-HEIGHT: 22px; FONT-WEIGHT: normal; PADDING-BOTTOM: 4px; COLOR: #fff; }
.calendar .calMain .calContent .tabD td { COLOR: #1F3959; TEXT-ALIGN: center; LINE-HEIGHT: 19px; WIDTH: 27px; FONT-FAMILY: "Georgia"; }
.calendar .calMain .calContent .tabD td span { COLOR: #C0C0C0; }
.calendar .calMain .calContent .tabD td a { WIDTH: 23px; LINE-HEIGHT: 18px; FLOAT: left; MARGIN: 1px 0 0 2px; CURSOR: pointer; COLOR: #51729D; }
.calendar .calMain .calContent .tabD td .nextD { COLOR: #BCCADC; }
.calendar .calMain .calContent .tabD td .prevD { COLOR: #BCCADC; }
.calendar .calMain .calContent .tabD td .hover { WIDTH: 21px; LINE-HEIGHT: 16px; BORDER: 1px solid #7D99BD; FLOAT: left; MARGIN: 1px 0 0 2px; }
.calendar .calMain .calContent .tabD td .current { WIDTH: 21px; LINE-HEIGHT: 16px; BORDER: 1px solid #51729D; FLOAT: left; MARGIN: 1px 0 0 2px; }
.calendar .calMain .calContent .tabD td .select { WIDTH: 21px; LINE-HEIGHT: 16px; BACKGROUND: #51729D; BORDER: 1px solid #51729D; COLOR: #fff; FLOAT: left; MARGIN: 1px 0 0 2px; }
.calendar .calMain .calContent .tabM { WIDTH: 100%; FLOAT: left; BORDER-COLLAPSE: collapse; BORDER-SPACING: 0; BORDER: 0; }
.calendar .calMain .calContent .tabM td { COLOR: #1F3959; TEXT-ALIGN: center; HEIGHT: 50px; WIDTH: 47px; FONT-FAMILY: "Georgia"; }
.calendar .calMain .calContent .tabM td a { WIDTH: 42px; LINE-HEIGHT: 42px; FLOAT: left; MARGIN: 0px 0 0 2px; CURSOR: pointer; COLOR: #51729D; }
.calendar .calMain .calContent .tabM td .hover { WIDTH: 40px; LINE-HEIGHT: 40px; BORDER: 1px solid #7D99BD; FLOAT: left; MARGIN: 0px 0 0 2px; }
.calendar .calMain .calContent .tabM td .current { WIDTH: 40px; LINE-HEIGHT: 40px; BORDER: 1px solid #51729D; FLOAT: left; MARGIN: 0px 0 0 2px; }
.calendar .calMain .calContent .tabM td .select { WIDTH: 40px; LINE-HEIGHT: 40px; BACKGROUND: #51729D; BORDER: 1px solid #51729D; COLOR: #fff; FLOAT: left; MARGIN: 0px 0 0 2px; }
.calendar .calMain .calContent .tabY { WIDTH: 100%; FLOAT: left; BORDER-COLLAPSE: collapse; BORDER-SPACING: 0; BORDER: 0; }
.calendar .calMain .calContent .tabY td { COLOR: #1F3959; TEXT-ALIGN: center; HEIGHT: 50px; WIDTH: 47px; FONT-FAMILY: "Georgia"; }
.calendar .calMain .calContent .tabY td a { WIDTH: 42px; LINE-HEIGHT: 42px; FLOAT: left; MARGIN: 0px 0 0 2px; CURSOR: pointer; COLOR: #51729D; }
.calendar .calMain .calContent .tabY td .nextY { COLOR: #BCCADC; }
.calendar .calMain .calContent .tabY td .prevY { COLOR: #BCCADC; }
.calendar .calMain .calContent .tabY td .hover { WIDTH: 40px; LINE-HEIGHT: 40px; BORDER: 1px solid #7D99BD; FLOAT: left; MARGIN: 0px 0 0 2px; }
.calendar .calMain .calContent .tabY td .current { WIDTH: 40px; LINE-HEIGHT: 40px; BORDER: 1px solid #51729D; FLOAT: left; MARGIN: 0px 0 0 2px; }
.calendar .calMain .calContent .tabY td .select { WIDTH: 40px; LINE-HEIGHT: 40px; BACKGROUND: #51729D; BORDER: 1px solid #51729D; COLOR: #fff; FLOAT: left; MARGIN: 0px 0 0 2px; }
.calendar .calMain a:hover { TEXT-DECORATION: none; }

.nlmessage{
    float: right;
    text-align: right;
}
.nlmessage .emails{ 
    overflow: hidden;
    display: inline-block;
    width:41px;
    height: 30px;
    background: url(../images/emails.png) no-repeat center center;
}
.nlmessage .ipts{ 
    border: 1px solid #9ad2ee; 
    height: 30px;
    padding:  0 10px;
    display: none;
}
.nlmessage .ipts input{ 
    border: none;
    color: #bababa;
    font-size: 12px;
    padding: 5px 5px;
    width: 380px;
    border-right: 1px solid #2594cf;
    margin: 0;
    display: inline-block;
    position: relative;
    top: -13px;
}
.nlmessage .ipts .sendly{
    font-size: 14px;
    color: #2594cf;        
    position: relative;
    top: -15px;
}  
.mymessage{
    margin:  30px 25px; 
} 
.mymessage ul li{
    margin: 10px 0;
    border-bottom: 1px dashed #ebebeb; 
    padding: 10px 0;
    clear: both;
    display: flex;
}
.mymessage ul li:last-child{ 
    border-bottom: none; 
}
.mymessage .mym_left{
    width: 5%;
    float: left;
    text-align: center;
} 
.mymessage .mym_left img{
    width: 45px;
    height: 45px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.mymessage .mym_left p{
    background: #ea3d3d;
    padding: 2px 5px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    margin: 10px 0; 
}
.mymessage .mym_right{
    width: 92%;
    margin-left: 3%;
    float: left;
    position: relative;
}
.mymessage .mym_right h3 a{ 
    font-size: 14px;
     color: #7f8080;
} 
.mymessage .mym_right h6{ 
    font-size: 12px;
     color: #c0c0c0;
    font-weight: normal;
    margin: 5px 0;
} 
.mymessage .mym_right .cont{
    font-size: 14px;
    color: #1b1b1b;
    padding: 10px 0;
    line-height: 24px;
    width: 82%;
}
.mymessage .mym_right .tools{  
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 0;
}
.mymessage .mym_right .mymdel{
    display: inline-block; 
    height: 18px;
    line-height: 18px;
    background: url(../images/mymdel.png) no-repeat left center;
    padding-left: 20px;
    color: #9e9797;
}  
.mymessage .mym_right .mymcom{
    display: inline-block; 
    height: 18px; 
    background: url(../images/mymcom.png) no-repeat left bottom;
      padding: 0 40px 0 25px; 
    color: #2594cf;
    margin: 10px 0; 
    position: relative;
}  
.mymessage .mym_right .mymdown{
    display: inline-block; 
    height: 17px; 
    background: url(../images/mymdown.png) no-repeat left center;
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
}
.mymessage .mym_right .adminmymdown{
    display: inline-block; 
    height: 17px; 
    background: url(../images/mymdown.png) no-repeat left center;
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
}  
.mymessage .mym_right .mymup{ 
    background: url(../images/mymup.png) no-repeat left center; 
}    
.mymessage  .saylist{
    border: 1px solid #ebebeb;
    padding: 20px;  
    position: relative;
    margin-top: 20px;
}
.mymessage  .saylist li{
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;  
    position: relative;
    display: block!important;
}
.mymessage  .saylist:before,.mymessage  .saylist:after{
    content: '';
    border: solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    right: 65px;
}
.mymessage  .saylist:before{
    border-width: 10px;
    border-bottom-color: #fff;
    top: -18px;
    z-index: 1;
}
.mymessage  .saylist:after{
    border-width: 10px;
    border-bottom-color: #ebebeb; 
}
.mymessage .saylist h5{ 
    color: #7a7a7a; 
    font-size: 14px;
    font-weight: normal;
}
.mymessage .saylist h5 b{ 
    color: #000 ;          
    font-weight: normal;
}
.mymblock{
    display: none;
}
.mymessage .comtgo {
    margin: 20px 0 10px;
}
.mymessage .comtgo .NC_txt{
    width: 75%; 
    padding: 5px ;
    height: 40px;
    display: inline-block;
    margin: 0;
    line-height: normal;
    margin-right: 5%;
}
.mymessage .comtgo .goreply{
    background: #fd7b48;
    color: #fff;
    padding: 10px 20px;
    margin-left: 20px;
}
.mymessage .comtgo .fr{
    float: right;
    position: relative;
    top: 8px;
}
.mymessage .comtgo .qqface{
    position: relative;
    top: 5px;
}
.mymessage .comtgo .facebox{
    margin-left: -380px;
}

.N_page{
    height: 50px;
    line-height: 50px;
}
.N_pageBtn{
    display: inline-block;
    padding:0 10px;
    color:#8f8f8f;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    margin-right: 10px;
    border-radius:3px;
}
.N_pageBtn:hover{
    background: #30aced;
    color:white;
}
    
.N_page .active{
    background: #30aced;
    color:white;
}
.N_pageN,.N_pageP{
    float: right;
    margin-left: 15px;
    background: #30aced;
    color:white;
    line-height: 30px;
    margin-top: 10px;
    padding:0 10px;
    border-radius:3px
}
.N_pageN:hover,.N_pageP:hover,.N_page .active:hover{
    background:#ccc;
    color:white;
    cursor:pointer;
}
.plr{padding: 0 30px;}