.t_bold{
    font-weight: bold;
}
.t_italic{
    font-style: italic;
}
.t_underline{
    text-decoration: underline;
}
.t_shadow{
    border: 1px solid;
    display: none;
}
.t_lineThrough{
    text-decoration: line-through;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 100;
    display: none;
}
.hide{
        display: none;
}
.window{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    background: #fff;
    padding: 5px;
    color: #000;
    width: 254px;
    height: 200px;
    overflow: auto;
}
select{
    border: 1px solid rgb(198, 198, 198);
    padding: 4px 2px;
    /* box-shadow: 0 0 2px 1px #ADADAD; */
    border-radius: 3px;
    vertical-align: middle;
    height: 26px;
}
select:hover{
    border: 1px solid rgb(11, 126, 180);
    
}
.ng-hide{
    display: none;
}
.center{
    text-align: center;
}
.loading{
    color: #B7B7B7;
    font-size: 20px;
}
.center.loading{
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}
.slider{
    height: 132px;
    width: 10px;
    background: #fff;
    position: fixed;
    bottom: 7px;
    right: 30px;
    box-shadow: 0 0 2px 2px #C2C2C2;
    border-radius: 5px;
    overflow: hidden;
}

.ng-isolate-scope.slider {}
.slider .sliderHandler{
    width: 100%;
    height: 10px;
    background: rgb(177, 239, 99);
}
.slider .sliderMask{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(177, 239, 99);
    width: 100%;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
@-webkit-keyframes rotation{
    0%{-webkit-transform: rotate(0deg);}
    100%{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotation{
    0%{-moz-transform: rotate(0deg);}
    100%{-moz-transform: rotate(360deg);}
}
@keyframes rotation{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

.loading-ani{
        position: absolute;
        right: 123px;
        top: 0px;
        z-index: 10;
        color: #FFF;
        font-size: 12px;
        line-height: 23px;
        background-color: #B78B04;
        padding: 5px 7px;
}
.loading-ani span{
    margin-left: 9px;
}
.loading-ani i{
        vertical-align: middle;
        width: 21px;
        height: 21px;
        border: 1px #fff solid;
        border-radius: 50%;
        -webkit-animation: rotation 1s ease-in-out infinite;
        -moz-animation: rotation 1s ease-in-out infinite;
        animation: rotation 1s ease-in-out infinite;
        margin: 0;
        display: inline-block;

}
.loading-ani i:after{
        width: 5px;
        height: 5px;
        background-color: rgba(255,255,255,1);
        border-radius: 100%;
        position: absolute;
        content: "";

        left: 8px;
}


.transMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 14;
    /* display: none; */
    opacity: 0.5;
}
.confirmDialog{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 194px;
    background-color: #fff;
    z-index: 100;
    margin-left: -175px;
    margin-top: -97px;
    /* border: 1px solid rgb(231, 225, 225); */
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(131, 131, 131, 0.41);
    overflow: hidden;
    z-index: 101;
}

.confirmDialog .title {
    padding-left: 8px;
    font-size: 16px;
    border-bottom: 1px solid rgb(231, 225, 225);
    height: 40px;
    line-height: 40px;
    background-color: #0C8DC9;
    color: #fff;
}
.buttonErea {
    position: absolute;
    bottom: 0;
    height: 44px;
    text-align: center;
    width: 100%;
    /* background-color: #E7E5E5; */
    font-size: 0px;
    border-top: 1px solid #E7E5E5;
}
.buttonErea .btn {
    width: 49%;
    display: inline-block;
    font-size: 16px;
    line-height: 44px;
    cursor: default;
    padding: 0;
    background-color: initial;
    border-radius: 0;
}

.buttonErea .btn.ok {
    border-right: 1px solid #E7E5E5;
    color: #0C8DC9;
}

.confirmDialog .dconent {
    padding: 37px 22px;
}

.btn.cancel {
    color: rgb(239, 0, 0);
}

.buttonErea .btn:hover {
    background-color: #ECECEC;
}

.buttonErea .btn:active {
    background-color: #E5E5E5;
}



.opacityHide {
    opacity: 0 !important;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}html, body{
    margin: 0;
    padding: 0;
    background-color: #F1F1F1;
    font-family: Microsoft Yahei;
    /* min-width: 1300px; */
}
.nav {
    height: 72px;
    background-color: #0C8DC9;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all ease-in 0.3s;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    width: 100%;
    background-color: #FFFFFF;
}

.copyright {
    padding-top: 42px;
    text-align: center;
    color: #4F4F4F;
    font-weight: 300;
    padding-bottom: 20px;
    clear: both;
    background-color: rgb(224, 224, 224);
    border-top: 1px solid rgb(218, 218, 218);
    margin-top: 17px;
}

.logo {
    background: url(image/litepage_white.png) no-repeat;
    float: left;
    width: 74px;
    height: 82px;
    background-size: 100%;
    background-position-y: -3px;
    margin-right: 24px;
    cursor: pointer;
}

.nav .worksWrapper a,.nav .userInfoWrapper a {
    float: left;
    margin-left: 0;
    height: 100%;
    line-height: 72px;
    cursor: pointer;
    padding: 0 19px;
    color: #DFDFDF;
}

.nav a:hover {
    background-color: #3A9ECD;
    color: #fff;
}

.userInfoWrapper a.login {
    float: right;
    /* display: none; */
}

.avatar {}

.uploadavatar {
}

.userinfo {
    float: right;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 100;
    position: relative;
}

.userinfo img {
    width: 31px;
    border-radius: 50%;
    vertical-align: middle;
}

.preview {
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.editObject {
    position: absolute;
}
.works li {
    overflow: auto;
    padding: 17px 22px;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.previewWrapper {
    float: left;
    width: 281px;
    height: 215px;
    border: 1px solid rgb(226, 226, 226);
    overflow: hidden;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.info .title {
    font-size: 20px;
}

.info p {
    font-size: 14px;
    color: #525252;
}

.icon {
    display: inline-block;
}

.commenting {
    background: url(image/commenting.png) no-repeat;
    width: 26px;
    height: 20px;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 8px;
}

a {
    text-decoration: none;
    color: inherit;
}

.info .avatar {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
    border-radius: 50%;
}

.works li:hover {
    background-color: #F1F1F1;
}

.workimg {
    margin-right: 21px;
}

.nav a.active {
    background-color: #19A9EC;
    color: #fff;
}

#logout {
    cursor: pointer;
    color: #ccc;
}

.gender {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(image/male.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 5px;
}

.gender.small {
    width: 21px;
    height: 25px;
}

.gender.female {
    background-image: url(image/female.png);
}

.gender.smaller {
    width: 14px;
    height: 14px;
}

.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 194px;
    background-color: #fff;
    z-index: 100;
    margin-left: -175px;
    margin-top: -97px;
    /* border: 1px solid rgb(231, 225, 225); */
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(131, 131, 131, 0.41);
    box-shadow: 0 0 2px 2px rgba(131, 131, 131, 0.41);
    overflow: hidden;
    z-index: 101;
}

.dialog .title {
    padding-left: 8px;
    font-size: 16px;
    border-bottom: 1px solid rgb(231, 225, 225);
    height: 40px;
    line-height: 40px;
    background-color: #0C8DC9;
    color: #fff;
}

.buttonErea .btn {
    width: 49%;
    display: inline-block;
    font-size: 16px;
    line-height: 44px;
    cursor: default;
}

.buttonErea .btn.ok {
    border-right: 1px solid #E7E5E5;
    color: #0C8DC9;
}

.dconent {
    padding: 37px 22px;
}

.btn.cancel {
    color: rgb(239, 0, 0);
}

.buttonErea .btn:hover {
    background-color: #ECECEC;
}

.buttonErea .btn:active {
    background-color: #E5E5E5;
}

.shareTool {
    position: absolute;
    top: 52px;
    left: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    display: none;
}

.shareTool:before {
    content: '';
    border-width: 7px 4px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -14px;
    left: 37%;
}

.subinfo {
    font-size: 12px;
    color: #C3C3C3;
}

.subinfo.gray {
    color: #C3C3C3;
}



.subnavigator {
    /* background: #E0E4E6; */
    /* border-bottom: 1px solid #E7E1E1; */
    text-align: center;
    margin-bottom: 60px;
    padding: 13px;
    color: #276784;
    width: 191px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
}

.subnavigator dd {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
}

.subnavigator dd.spliter {
    display: inline-block;
    width: 1px;
    background: #949494;
    margin: 0;
    height: 23px;
    vertical-align: middle;
    padding: 0;
}

a#login_user {
    float: inherit;
    display: inline;
    padding: inherit;
    line-height: inherit;
}

span#logout:hover {
    color: snow;
}

.redpoint {
    width: 10px;
    height: 10px;
    background: #F74F4F;
    border-radius: 50%;
    position: absolute;
    left: 22px;
    top: -2px;
}

.card {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}


.dialog-close {
    position: absolute;
    right: 3px;
    top: -2px;
    font-size: 18px;
    cursor: pointer;
}

.dialog-close:hover {
    color: red;
}.self .avatar {
    border-radius: 50%;
    border: 7px solid #fff;
    margin-top: 52px;
    height: 114px;
    width: 114px;
}

.self {
    text-align: center;
    background-color: #276784;
    overflow: visible;
    height: 116px;
    margin-bottom: 170px;
}

.workinfo {
    margin-top: -15px;
    position: relative;
}

.workinfo h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

.workinfo p {
    font-size: 12px;
    color: #868686;
    margin-top: -17px;
}

.num {
    font-size: 20px;
    font-family: cursive;
}

.main {
    background-color: #fff;
    border: 1px solid rgb(231, 225, 225);
    min-height: 790px;
}

.spliter {
    height: 1px;
    background-color: #E7E1E1;
    width: 96%;
    margin: 0 auto;
    margin-top: 18px;
    display: none;
}

.subtitle {
    width: 101px;
    margin: 0 auto;
    background-color: #FFFFFF;
    margin-top: -17px;
    text-align: center;
    border-radius: 3px;
    padding: 5px 2px;
    color: #000;
    display: none;
}



div#subnavigatorSpliter {
    display: block;
    margin-top: -25px;
    margin-bottom: 80px;
}

span.followBtn {
    border: 1px solid #CFCFCF;
    font-size: 16px;
    padding: 3px 14px;
    margin-left: 21px;
    position: absolute;
    top: 3px;
    border-radius: 4px;
    cursor: pointer;
    color: #4E4E4E;
}

span.followBtn.unfollow:hover {
    background: #0C8DC9;
    color: #FFF;
    border-color: #0C8DC9;
}


span#followBtn.followed {
    border-color: #259817;
    cursor: auto;
}
.previewlist{
        margin: 0;
        padding: 0;
        overflow: auto;
        list-style: none;
}
li.workitem {
    width: 273px;
    height: 205px;
    float: left;
    position: relative;
    margin: 13px 8px;
    border: 1px solid rgb(231, 225, 225);
    background-color: #EDEDED;
    padding-bottom: 56px;
}
.workitem .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 6px;
    padding-bottom: 1px;
    line-height: 26px;
    background-color: #FFF;
    box-sizing: border-box;
    height: 56px;
    padding-top: 6px;
}

.workitem h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
}

img.workimg {
    width: 100%;
    margin: 0;
}



.oper {
    display: none;
}

.subinfo {
    font-size: 12px;
    color: #4A4A4A;
    cursor: pointer;
}

.commenting {
    margin-right: 3px;
}

.commentNum {
    float: right;
    margin-right: 10px;
    color: #0B7EB4;
}

.workimg {
    margin: 0;
    border: none;
    border-bottom: 1px solid #E7E1E1;
}

li.workitem:hover {
    border-color: #80CCEF;
}

.buttonErea {
    position: absolute;
    bottom: 0;
    height: 44px;
    text-align: center;
    width: 100%;
    /* background-color: #E7E5E5; */
    font-size: 0px;
    border-top: 1px solid #E7E5E5;
}

span.deleteWork {
    cursor: pointer;
}

.qrcode {
    float: right;
    margin-top: -80px;
    border: 1px solid #E7E1E1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.27);
    display: none;
    font-size: 0;
    padding: 0;
    height: 100px;
    margin-right: -21px;
    z-index: 111;
    position: relative;
}

.info h2 a {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 152px;
}

.info h2 a:hover {
    color: #4F81BD;
}

.deleteWork:hover {
    color: #F00;
}

subinfo > span:hover {
    color: #fff;
}

.subinfo a:hover {
    color: #276784;
}

.qrcodePreview {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: red;
    background: url(image/qr_litepage.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}



.lpoc .previewWrapper {
    background: white;
    width: 100%;
    height: 100%;
    top: -2px;
    border-top: 1px solid #eeeaea;
    border-bottom: 1px solid #eeeaea;
}.register .content {
    padding: 9px;
}

.register-image {
    text-align: center;
}

.register-image .uploadavatar {
    /* border: 1px solid #ccc; */
    border-radius: 59%;
    width: 80px;
    height: 80px;
    margin: 3px 0px;
}

.dialog.register {
    height: auto;
    width: 316px;
    padding-bottom: 15px;
    opacity: 0;
    transition: all ease-in-out 0.2s;
}

.register li {
    list-style: none;
    margin: 4px 9px;
}

.register li input {
    height: 27px;
    border: none;
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
    outline: none;
    padding: 0px 0px;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
}

.register input[type="radio"] {
    height: auto;
    width: auto;
}

span.radio {
    display: inline-block;
    width: 48%;
    text-align: center;
    border: 1px solid #9ECFE6;
    padding: 5px 0;
    border-radius: 3px;
    margin-top: 7px;
    cursor: pointer;
}

.submit span.btn {
    width: 280px;
    height: 38px;
    background: #0B7EB4;
    display: inline-block;
    border-radius: 2px;
    line-height: 38px;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.submit {
    text-align: center;
    margin-top: 14px;
}

span#register-female {
    border-color: #E69EE0;
}

li.plain-input input {
    padding-left: 13px;
    font-size: 14px;
    font-family: inherit;
}

li.plain-input:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    background: #0B7EB4;
    transition: all ease-in-out 0.2s;
    opacity: 0;
}
li.plain-input.active:before {
    width: 5px;
    opacity: 1;
}

li.plain-input {
    position: relative;
    height: 38px;
}


.loginIcon {
    width: 20px;
    height: 18px;
    background: url(image/login_sprite.png) no-repeat;
    background-position: 0px 0;
    float: right;
    margin: 4px;
    cursor: pointer;
}

span#qqLogin:hover {
    background-position: -20px 0;
}

span#wbLogin:hover {
    background-position: -39px -17px;
}

span#wbLogin {
    background-position: -39px 1px;
}

.otherlogin {
    padding-right: 12px;
    margin-top: 4px;
}

span.radio:hover,span.radio.active {
    background: #79C2E4;
    color: #FFF;
}

li.error {
    background: #FFF2B4;
    /* border: 1px solid red; */
}

.error-msg {
    position: absolute;
    top: 11px;
    right: 7px;
    color: #A91616;
    font-size: 12px;
    display: none;
}

.error input.email {
    padding-right: 89px;
}

.error .error-msg {
    display: block;
}

.submit span.btn:hover {
    background: #3E8FB5;
}

.register .tips {
    font-size: 14px;
    line-height: 22px;
    padding: 9px 17px;
    margin-bottom: 48px;
    text-align: center;
}

div#registerDialog.comeout {
    opacity: 1;
}

.mask {
    background: #000;
    opacity: 0.5;
}

.errormsg {
    float: left;
    margin: 8px 0 0 11px;
    font-size: 12px;
    color: #900000;
}

.cornerTag-bg {}.fanslist li {
    list-style: none;
    border-bottom: 1px solid #E7E1E1;
    padding: 20px 2px;
    padding-left: 27px;
}

.fanslist {
    border-top: 1px solid #E7E1E1;
    margin: 3px 27px;
    padding: 0;
}

.fanslist .left {
    float: left;
    width: 70px;
    margin-right: 22px;
}

img.avatar {
    margin: 0;
    border-radius: 50%;
    width: 100%;
}

.fanslist h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #000000;
    margin-bottom: 9px;
}

.fanslist .subinfo span {
    display: inline-block;
    padding: 1px 13px 14px 0;
    text-align: center;
    font-size: 14px;
    color: #276784;
}

.nowork {
    text-align: center;
    font-size: 18px;
    color: #626262;
    height: 400px;
    display: none;
}

.page {
    display: none;
}

span.cancelFollow {
    font-size: 14px;
    margin-left: 13px;
    color: #B70707;
    cursor: pointer;
}