.rightMain {
    width: 985px;
    height: auto;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.rightMain .InformationStatistics {
    width: 730px;
    height: auto;
}

.rightMain .InformationStatistics .personalAssetIinformation {
    width: 728px;
    height: 214px;
    border: 1px solid #E1D3BB;
}

.rightMain .InformationStatistics .personalAssetIinformation .title {
    width: 100%;
    height: 44px;
    background-color: #E1D3BB;
    position: relative;
}

.rightMain .InformationStatistics .personalAssetIinformation .title p {
    display: block;
    height: 44px;
    font-size: 14px;
    color: #A56D4D;
    text-align: center;
    line-height: 44px;
    position: absolute;
}

.rightMain .InformationStatistics .personalAssetIinformation .title .chineseCharacters {
    width: 100px;
    top: 0px;
    left: 0px;
}

.rightMain .InformationStatistics .personalAssetIinformation .title .english {
    width: 280px;
    top: 0px;
    right: 0px;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox {
    width: 728px;
    height: 170px;
    position: relative;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox {
    width: 280px;
    height: 170px;
    overflow: hidden;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox .currentAssets {
    width: 270px;
    height: 33.2px;
    border-bottom: 1px solid #E1D3BB;
    margin: 0px 0px 0px 10px;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox .currentAssets span {
    display: block;
    height: 33.2px;
    text-align: center;
    line-height: 33.2px;
    float: left;
    overflow: hidden;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox .currentAssets span a {
    color: #A56D4D;
    cursor: pointer;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox .currentAssets span a:hover {
    color: #FFFFFF;
    background-color: #9A2F1E;
    text-decoration: none;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox .currentAssets .columnName {
    width: 80px;
    color: #A56D4D;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox .currentAssets .assetsNumer {
    width: 110px;
    font-weight: bolder;
    color: #9A2F1E;
}

.rightMain .InformationStatistics .personalAssetIinformation .contentBox .statisticsBox .currentAssets .thisLink {
    width: 80px;
}

.rightMain .InformationStatistics .personalAssetIinformation .description {
    width: 200px;
    height: 170px;
    top: 0px;
    right: 0px;
    position: absolute;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo {
    width: 200px;
    height: 28.5px;
    position: relative;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo i {
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 4px;
    position: absolute;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo div {
    width: 170px;
    height: 28.5px;
    top: 0px;
    right: 0px;
    line-height: 28.5px;
    position: absolute;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo div span {
    margin: 0px 1px 0px 1px;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo div .amountMoney {
    color: #9A2F1E;
    text-align: center;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo .membeIcoColor {
    background-color: #A5CF4C;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo .agentIcoColor {
    background-color: #71D6EA;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo .foundingIcoColor {
    background-color: #E86BA2;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo .awardIcoColor {
    background-color: #F8B62A;
}

.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo .dailiIcoColor {
    background-color: #1E90FF;
}
/********************************************************************************************************************************/
.rightMain .InformationStatistics .personalAssetIinformation .description .statisticalInfo .PGIcoColor {
    background-color: #EC6F1A;
}
/********************************************************************************************************************************/

.rightMain .InformationStatistics .personalAssetIinformation .statisticalChart {
    width: 225px;
    height: 225px;
    left: 290px;
    top: -25px;
    background-image: url(../UserCenterImages/statisticalChartbackImg.png);
    position: absolute;
    z-index: 1;
}

.rightMain .InformationStatistics .personalAssetIinformation .statisticalChart #chartBox {
    width: 225px;
    height: 225px;
}

.rightMain .InformationStatistics .personalAssetIinformation .statisticalChart .statistical {
    width: 110px;
    height: 16px;
    top: 104.5px;
    left: 62.5px;
    color: #A56D4D;
    text-align: center;
    line-height: 16px;
    position: absolute;
    z-index: 999;
}

.rightMain .InformationStatistics .personalAssetIinformation #statisticalChart .highcharts-series-group {
    top: -20px !important;
    position: absolute !important;
}

.rightMain .noticeDynamic {
    width: 728px;
    height: auto;
    border: 1px solid #E1D3BB;
    margin: 10px 0px 0px 0px;
}

.rightMain .noticeDynamic .title {
    width: 100%;
    height: 44px;
    background-color: #E1D3BB;
    position: relative;
}

.rightMain .noticeDynamic .title p {
    display: block;
    height: 44px;
    font-size: 14px;
    color: #A56D4D;
    text-align: center;
    line-height: 44px;
    position: absolute;
}

.rightMain .noticeDynamic .title .chineseCharacters {
    width: 80px;
    left: 0px;
    top: 0px;
}

.rightMain .noticeDynamic .title .english {
    width: 160px;
    top: 0px;
    right: 0px;
}

.rightMain .noticeDynamic .slidingDoor {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #E1D3BB;
}

.rightMain .noticeDynamic .slidingDoor span {
    display: block;
    height: 44px;
    color: #A56D4D;
    line-height: 44px;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    float: left;
    cursor: pointer;
}

.rightMain .noticeDynamic .slidingDoor .check {
    color: #9A2F1E;
    border-bottom: 1px solid #9A2F1E;
}

.rightMain .noticeDynamic .slidingDoor span:hover {
    color: #9A2F1E;
}

.rightMain .noticeDynamic .slidingDoor .moreDynamic {
    display: block;
    height: 44px;
    color: #A56D4D;
    text-decoration: none;
    line-height: 44px;
    padding: 0px 10px;
    margin: 0px 10px 0px 10px;
    float: right;
    position: relative;
}

.rightMain .noticeDynamic .slidingDoor .moreDynamic i {
    display: block;
    width: 13px;
    height: 13px;
    top: 15.5px;
    right: -5px;
    background-image: url(../UserCenterImages/moreDynamicICO.png);
    position: absolute;
}

.rightMain .noticeDynamic .slidingDoor a:hover i {
    background-image: url(../UserCenterImages/moreDynamicHover.png);
}

.rightMain .noticeDynamic .dynamicList {
    width: 728px;
    padding: 0px 0px 10px 0px;
}

.rightMain .noticeDynamic .dynamicList .detailedBox {
    width: 708px;
    height: 365px;
    padding: 0px 10px 0px 10px;
}

.rightMain .noticeDynamic .dynamicList .detailedWhole {
    display: block;
}

.rightMain .noticeDynamic .dynamicList .detailedMyDynamic {
    display: none;
}

.rightMain .noticeDynamic .dynamicList .detailedSystem {
    display: none;
}

.rightMain .noticeDynamic .dynamicList .detailedBox .sliding {
    width: 708px;
    height: 34px;
    border-bottom: 1px dashed #E1D3BB;
    padding: 14px 0px 14px 0px;
    overflow: hidden;
}

.rightMain .noticeDynamic .dynamicList .paging {
    height: 30px;
    text-align: center;
}

.rightMain .noticeDynamic .dynamicList .paging a {
    display: inline-block;
    height: 28px;
    color: #9A2F1E;
    border: 1px solid #E1D3BB;
    background-color: #E1D3BB;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px 0px 10px;
    margin: 0px 2px 0px 2px;
    cursor: pointer;
}

.rightMain .noticeDynamic .dynamicList .paging a:hover {
    border: 1px solid #9A2F1E;
    text-decoration: none;
}

.rightMain .noticeDynamic .dynamicList .paging p {
    display: inline-block;
    height: 28px;
    color: #9A2F1E;
    border: 1px solid #E1D3BB;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px 0px 10px;
    margin: 0px 2px 0px 2px;
}

.rightMain .noticeDynamic .dynamicList .paging .hover {
    color: #FFFFFF;
    border: 1px solid #9A2F1E;
    background-color: #9A2F1E;
}

.menuAndAnswer {
    width: 250px;
    height: auto;
    top: 0px;
    right: 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
}

.menuAndAnswer .expressLane {
    width: 250px;
    height: 380px;
}

.menuAndAnswer .expressLane .laneTitle {
    width: 250px;
    height: 44px;
    background-color: #E1D3BB;
    position: relative;
}

.menuAndAnswer .expressLane .laneTitle p {
    display: block;
    height: 44px;
    font-size: 14px;
    color: #A56D4D;
    text-align: center;
    line-height: 44px;
    position: absolute;
}

.menuAndAnswer .expressLane .laneTitle .chineseCharacters {
    width: 80px;
    top: 0px;
    left: 0px;
}

.menuAndAnswer .expressLane .laneTitle .english {
    width: 140px;
    top: 0px;
    right: 0px;
}

.menuAndAnswer .expressLane .laneList {
    width: 250px;
    height: 336px;
}

.menuAndAnswer .expressLane .laneList .shortcutMenu {
    width: 250px;
    height: 80px;
    padding: 4px 0px 0px 0px;
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu {
    width: 73px;
    height: 72px;
    border: 5px solid #E1D3BB;
    float: left;
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menuers {
    margin: 0px 5px 0px 5px;
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a {
    display: block;
    width: 72px;
    height: 72px;
    position: relative;
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a i {
    display: block;
    width: 73px;
    height: 72px;
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .cemetery {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao1.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .home {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao2.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .hall {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao3.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .album {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao4.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .article {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao5.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .message {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao6.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .recharge {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao7.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .goods {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao8.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .mall {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao9.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .integral {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao10.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .material {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao11.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .Other {
    background-image: url(../UserCenterImages/kuaisutongdaotubiao12.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a .menuName {
    display: block;
    width: 72px;
    height: 14px;
    bottom: 8px;
    left: 0px;
    text-align: center;
    color: #FFFFFF;
    line-height: 14px;
    position: absolute;
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .cemetery {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover1.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .home {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover2.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .hall {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover3.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .album {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover4.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .article {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover5.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .message {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover6.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .recharge {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover7.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .goods {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover8.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .mall {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover9.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .integral {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover10.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .material {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover11.png);
}

.menuAndAnswer .expressLane .laneList .shortcutMenu .menu a:hover .Other {
    background-image: url(../UserCenterImages/kuaisutongdaotubiaohover12.png);
}

.menuAndAnswer .Troubleshooting {
    width: 247px;
    height: 290px;
    border: 1px solid #E1D3BB;
    margin: -78px 0px 0px 0px;
}

.menuAndAnswer .Troubleshooting .questiontitle {
    width: 247px;
    height: 44px;
    background-color: #E1D3BB;
    position: relative;
}

.menuAndAnswer .Troubleshooting .questiontitle p {
    display: block;
    height: 44px;
    font-size: 14px;
    color: #A56D4D;
    text-align: center;
    line-height: 44px;
    position: absolute;
}

.menuAndAnswer .Troubleshooting .questiontitle .chineseCharacters {
    width: 80px;
    top: 0px;
    left: 0px;
}

.menuAndAnswer .Troubleshooting .questiontitle .english {
    width: 150px;
    top: 0px;
    right: 0px;
}

.menuAndAnswer .Troubleshooting .question {
    width: 250px;
    height: 247px;
}

.menuAndAnswer .Troubleshooting .question p {
    width: 230px;
    height: 27.3333px;
    line-height: 27.3333px;
    margin: 0px 10px 0px 10px;
    overflow: hidden;
}

.menuAndAnswer .Troubleshooting .question p a {
    text-decoration: none;
}

.menuAndAnswer .Troubleshooting .question p a:hover {
    color: #A56D4D;
}
/*ΜαΟΦΙκΗλ΅―΄°*/
.popup {
    display: none;
    width: 285px;
    height: 244px;
    position: absolute;
    left: 820px;
    top: 330px;
    background-color: #E1D3BB;
}

.popup .popupName {
    width: 285px;
    height: 58px;
    position: relative;
}

.popup .popupName p {
    width: 270px;
    height: 58px;
    line-height: 58px;
    padding: 0px 0px 0px 15px;
    font-size: 16px;
    color: #9d6322;
}

.popup .popupName i {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../UserCenterImages/cpm_userPer_close.png);
    position: absolute;
    top: 21.5px;
    right: 21.5px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}

.popup .popupName i:hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
}

.popup .popupInfo {
    width: 270px;
    height: 180px;
    margin: 0px auto;
    background-color: #f9f2e3;
}

.popup .popupInfo .lineStyle {
    width: 270px;
    height: 33px;
    position: relative;
}

.popup .popupInfo .lineStyle .fixed {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #666666;
}

.popup .popupInfo .lineStyle p {
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 100px;
    top: 0px;
}

.popup .popupInfo .lineStyle input {
    display: block;
    line-height: 28px;
    padding: 0px 10px;
    border: 1px solid #E1D3BB;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    outline: none;
    position: absolute;
    left: 100px;
    top: 0px;
}

.popup .popupInfo .lineStyle .drawingValue {
    width: 142px;
    height: 28px;
}

.popup .popupInfo .lineStyle .availableCash .numer {
    color: #9A2F1E;
    font-size: 18px;
}

.popup .popupInfo .lineStyle .configExtractCommission .minMoney {
    color: #9A2F1E;
}

.popup .popupInfo .lineStyle .sum span {
    color: #9A2F1E;
}

.popup .popupInfo .lineStyle .efficacy {
    width: 73px;
    height: 28px;
}

.popup .popupInfo .lineStyle .obtain {
    display: block;
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #b0855b;
    position: absolute;
    top: 0px;
    right: 8px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}

.popup .popupInfo .lineStyle .obtain:hover {
    background-color: #9A2F1E;
}

.popup .popupInfo .lineStyle a {
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}

.popup .popupInfo .lineStyle .submit {
    width: 140px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 17px;
    background-color: #b0855b;
    color: #FFFFFF;
}

.popup .popupInfo .lineStyle .cancel {
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 8px;
    background-color: #E1D3BB;
    color: #b0855b;
}

.popup .popupInfo .lineStyle a:hover {
    background-color: #9A2F1E;
}

.popup .popupInfo .lineStyle .cancel:hover {
    color: #FFFFFF;
}
