.center-left-scroll-y{
    overflow-y: scroll;
}
.center-left-hover:hover {
    text-decoration: underline;
}
.center-left-line {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-top: 6px;
    padding-bottom: 6px;
}
.center-BG {

}
.center-main {
    font-family: Arial, Cambria, sans-serif, "Open Sans", Helvetica;
    padding-left: 230px;
    background-color: #F4F4F4;
    height: auto;
    overflow: hidden;
}
/* left */
.center-left-panel {
    position: fixed;
    width: 230px;
    left: 0px;
    bottom: 0;
    top: 54px;
    background-color: #ffffff;
    z-index: 90;
    border-top: 1px solid rgb(232, 232, 232);
    border-right: 1px solid rgb(232, 232, 232);
}
.center-left-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.center-left-content.over-hide {
    overflow: hidden;
}
.center-left-lists {
    position: relative;
    width: 186px;
    margin: 0px auto;
}
.center-left-lists > li {

}
.center-left-lists > li.first-part {
    padding-top: 14px;
}
.center-left-lists > li.fourth-part {
    padding-bottom: 8px;
}
.center-left-userinfo {
    position: relative;
    white-space: nowrap;
}
.center-left-userinfo > h3 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 2px 0px 4px 0px;
    margin: 0px;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.center-left-userinfo > span {
    display: inline-block;
    font-size: 11px;
    padding-left: 4px;
    position: relative;
    top: -1px;
}
.center-left-guide-item {

}
.center-left-function {
    margin-top: 2px;
}
.center-left-function > li {

}
.center-left-item-link {
    cursor: pointer;
    padding: 1px 0px 1px 11px;
    height: 34px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    color: #323436;
    font-size: 12px;
    display: block;
}
.center-left-item-link:not(.active):hover {
    background: #e1e1e1;
    color: #323436;
}
.center-left-item-link.active {
    background: #fd7f67;
    color: #ffffff!important;
    font-weight: bold;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.center-left-item-link > .center-icon {
    position: relative;
    top: 2px;
    padding-right: 0px;
    font-size: 14px;
}
.center-left-item-link > .center-icon.case-icon {
    height: 24px;
    overflow: hidden;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 17px;
    float: left;
    background: url(/center/images/bookcase_icon.png) no-repeat;
    background-position: -8px -3px;
    /*margin: 3px 0px;*/
}
.center-left-item-link.active > .center-icon.case-icon{
    background-position: -8px -36px;
}
.center-left-item-link > .center-text {
    padding-left: 6px;
    font-size: 13px;
    color: inherit;
}

.center-left-head-title {

}
.center-left-head-title > h3 {
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 2px 0px 4px 0px;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.center-left-head-link {
    color: #4997ee;
    padding-top: 4px;
    display: block;
    width: 100%;
}
.center-left-head-link:hover {
    text-decoration: underline;
}
.center-left-head-link > i {
    position: absolute;
    right: 1px;
    top: 3px;
    font-size: 9px;
    padding: 1px;
}
.center-left-more {
    padding: 1px 0px;
    height: 32px;
    line-height: 32px;
    display: none;
}
.center-left-more:hover .more-btn {
    background: #e1e1e1;
    color: #323436;
}
.center-left-more > .more-btn {
    color: rgb(173, 173, 173);
    display: block;
    font-size: 14px;
    padding-left: 44px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    cursor: default;
}
.center-left-more > .more-btn > span {
    padding-right: 6px;
}
.center-left-over-panel {
    left: 208px;
    /* bottom: 8px; */
    width: 186px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.0980392) 5px 10px 15px 5px;
    padding: 10px 16px;
    border: 1px solid rgb(227, 227, 227);
    position: fixed;
    z-index: 99999;
    /* display: none; */
    visibility: hidden;
}
.center-left-over-content {

}

/* end left */

.center-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/*  lright   */
.center-right-panel {
    position: relative;
    margin: 38px;
}
.center-right-content {
    position: relative;
    width: 100%;
    min-width: 800px;
}
.center-right-BG {
    background-color: #ffffff;
    min-height: 700px;
}
.center-right-content.other-max {
    min-width: 980px;
}

.center-caption-container {
    position: relative;
    height: 38px;
    font-size: 0px;
    line-height: 0px;
    vertical-align: top;
    /*-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 0px #F4F4F4;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 0px #F4F4F4;
    background-color: #fafafa;*/
    background-color: #f8f8f8;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 1px 0 #f1f1f1;
}
.center-caption-tab {
    position: relative;
    text-align: center;
    cursor: pointer;
    line-height: 38px;
    font-size: 14px;
    height: 38px;
    color: #323436;
    font-weight: bold;
    padding: 0px 14px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #F4F4F4;
    /*border-right: 1px solid #e9e9e9;*/
}
.center-caption-tab:last-child,
.center-caption-tab.none-border {
    border-right: none;
}
.center-caption-tab.active {
    background-color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5),0 1px 0 #FFF;
}
.center-caption-tab.active,
.center-caption-tab:not(.active):hover {
    border-top: 3px solid #FFB901;
    line-height: 36px;
}
.center-caption-count,
.center-section-count {
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0px 24px;
    font-size: 14px;
}
.center-section-count {
    position: absolute;
    top: -38px;
    right: 0;
    float: none;
}

.center-section-container {
    position: relative;
    padding: 30px;
}
.center-section-container.p-0 {
    padding: 0;
}
.center-section {

}



/*  old  */
 .center-clear-float {
    clear: both;
}
.center-lightBox-mid-bototn {
    position: relative;
    padding: 8px 60px;
}
.center-homepage-lower {
}
.center-progress-content {
    position: relative;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    display: none;
}
.center-progress-content-text {
    text-align: center;
    font-size: 13px;
    padding: 5px;
}
.center-progress-bar {
    position: relative;
    display: block;
    padding: 1px;
    border: 1px solid #999999;
    width: 70%;
    margin: 0px auto;
}
.center-progress-bar-inner {
    height: 8px;
    display: block;
    background-color: #cccccc;
    width: 0%;
}




.center-width-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.center-bg-f4 {
    background-color: #F4F4F4;
}
.center-bg-ff {
    background-color: #fff;
}
.center-flip-widget {
    width: 100%;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform .185s linear;
    -webkit-transition: -webkit-transform .185s linear;
    -ms-transition: -ms-transform .185s linear;
    transition: transform .185s linear;
}
.center-flip-widget-back-side {
    -moz-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    -ms-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    -webkit-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1);
    /*-moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: matrix3d(-1, 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0, 1, -1, 1, 1);*/
}
.center-flip-widget-front {
    width: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: visibility 0s linear .0925s;
    -webkit-transition: visibility 0s linear .0925s;
    transition: visibility 0s linear .0925s;
}
.center-flip-widget-back {
    width: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: visibility 0s linear .0925s;
    -webkit-transition: visibility 0s linear .0925s;
    transition: visibility 0s linear .0925s;
    -moz-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
    -ms-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
    -webkit-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
    transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1, 1, 1);
}
.center-flip-widget-hide {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}










.center-homepage-about-hover:hover,
.center-homepage-about-hover-bg  {
    background-color: #f6f6f6;
}
.center-homepage-updata-edit {
    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
    border-bottom: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 1px 0px;
    cursor: pointer;
    font-size: 16px;
    height: 32px;
    opacity: 1;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 32px !important;
    line-height: 32px;
    -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property: background, color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: rgb(251, 251, 251);
    z-index: 9;
}
.center-homepage-updata-edit:hover {
    background: #e9e9e9;
    color: #000000;
}
.center-homepage-updata-edit:active {
    background: #eeeeee;
    color: #bbbbbb;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.center-homepage-about-text {
    padding: 15px 15px 10px 15px;
    line-height: 21px;
    min-height: 45px;
    word-wrap: break-word;
}
.center-homepage-update {
    padding: 15px;
    background-color: #f6f6f6;
}
.center-homepage-text-container {
    padding-top: 13px;
}
.center-homepage-text-container label {
    color: rgb(51, 51, 51);
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0px 2px 2px;
}
.center-homepage-update-text-box {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin: 0px;
    overflow: hidden;
    /*padding-right: 22px;*/
}
.center-homepage-update-text {
    width: 100%;
    padding: 5px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 0px inset;
    -webkit-user-select: text;
    border: 1px solid rgb(211, 211, 211);
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 0px inset;
    color: rgb(85, 85, 85);
    display: block;
    margin: 0px;
    resize: vertical;
    text-align: start;
    text-indent: 0px;
    word-spacing: 0px;
    word-wrap: break-word;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
}

.center-homepage-button-actions {
    float: right;
    text-align: center;
    position: relative;
}







.center-inner-content {
    text-align: center;
}
.water-end {
    font-size: 15px;
    line-height: 50px;
    padding-top: 10px;
    text-align: center;
}


.center-left-expire {
    font-size: 12px;
    color: #dfa00f;
    padding-bottom: 6px;
    line-height: 17px;
}