.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;
}


















