﻿/*public*/

.titP {
    height: 40px;
    padding: 30px 0
}

.titP b {
    float: left;
    font-size: 30px;
    margin-right: 30px;
    line-height: 40px
}

.titP span {
    float: right;
    color: #999;
    line-height: 40px;
    font-size: 12px;
    cursor: pointer;
}

.txtBoxP {}

.txtBoxP .txtP {
    margin-bottom: 30px
}

.txtBoxP .txtP p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 14px
}

/*标引行*/

.fieldP {
    overflow: hidden;
    margin-bottom: 30px
}

.fieldP ul {
    display: block;
    width: 100%;
    column-count: 2;
    column-gap: 0;
}

.fieldP ul li {
    display: block;
    float: left;
    width: 578px;
    margin: 0 0 0 0;
    border-bottom: 1px dashed #eee;
    break-inside: avoid;
    padding: 2px 0;
}

.fieldP ul li p {
    display: block;
    float: left;
    width: 100px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fieldP ul li span {
    display: block;
    float: left;
    width: 477px
}

/*共享馆藏层叠增加，需要和libInfoList一起用，还要调整html的位置，参见userSchool.html*/

.libShareList {}

.libShareList .opt {
    clear: both
}

.libShareList .apply {
    display: block;
    float: left;
    padding: 0 12px 0 30px;
    border-radius: 15px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    background: url(../img/icon-apply.png) no-repeat 12px 9px #cc2929;
    color: #fff
}

.libShareList .showInfo {
    float: left
}

.libShareList .showInfoR {
    float: right
}

.libInfoList .list-itm .foot .fr a {
    color: #cc2929;
    margin: 0 0 0 20px
}

/*展览*/

.showBoxP {
    overflow: hidden;
    margin-bottom: 30px
}

.showBoxP ul {
    display: block;
    width: 110%
}

.showBoxP ul li {
    display: block;
    float: left;
    width: 590px;
    margin: 0 20px 20px 0;
    background: #fff;
    border-radius: 12px;
}

.showBoxP ul li a.img {
    display: block;
    position: relative
}

.showBoxP ul li a.img img {
    display: block;
    width: 590px;
    height: 118px;
    border-radius: 10px 10px 0 0
}

.showBoxP ul li a.img span {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 10px 0 0 0
}

.showBoxP .showInfo {
    display: block;
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
    height: 140px;
    border-radius: 0 0 10px 10px
}

.showBoxP .showInfo dt {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    overflow: hidden
}

.showBoxP .showInfo span {
    float: right
}

.showBoxP .showInfo b {
    font-size: 16px;
    display: block;
    float: left;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.showBoxP .showInfo b a:hover {
    color: #cc2929
}

.showBoxP .showInfo dd {
    display: block;
    height: 60px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    margin-bottom: 20px
}

.showBoxP .showInfo dd.from {
    position: relative;
    height: 20px;
    margin: 0;
    overflow: visible;
}

.showBoxP .showInfo dd.from .usr {
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
    color: #999;
    font-size: 12px
}

.showBoxP .showInfo dd.from .usr img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 25px
}

.showBoxP .showInfo dd.from .usr:hover {
    color: #cc2929
}

.showBoxP .showInfo dd.from .time {
    font-size: 12px;
    color: #999;
    float: right;
    margin-right: 50px
}

.showBoxP .showInfo dd.from .state {
    position: absolute;
    right: -21px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 25px 0 0 25px;
    font-size: 12px;
    color: #000
}

.showBoxP .showInfo dd.from .state-bm {
    background: #ff9900;
    color: #fff
}

.showBoxP .showInfo dd.from .state-end {
    background: #ddd;
    color: #666
}

.showBoxP .showInfo dd.from .state-adt {
    background: #666;
    color: #fff
}

.showBoxP .showInfo dd.from .state-show {
    background: #cc2929;
    color: #fff
}

/*面包屑，需要和inner和gradientBg一起用*/

.pathBoxP {
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 12px
}

.pathBoxP a {
    color: #333
}

.pathBoxP span {
    margin: 0 10px;
    font-family: "宋体";
    cursor: default;
    color: #ccc
}

/*user*/

/*个人中心头部*/

.userInd {}

.userInd .userTop {
    position: relative;
    height: 320px
}

.userInd .userTop .bg {
    height: 270px;
    background: #f7f7f7
}

.userInd .userTop .focus {
    width: 1200px;
    height: 300px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -600px;
    background: #000;
    border-radius: 10px;
    overflow: hidden
}

.userInd .userTop .info {
    text-align: center;
    padding: 40px 0 0;
    height: 170px
}

.userInd .userTop .info .pic {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    border: 3px solid #fff;
    position: relative;
    border-radius: 50%
}

.userInd .userTop .info .pic img {
    width: 100px;
    height: 100px;
    border-radius: 50px
}

.userInd .userTop .info .member {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: url(../img/member_default.jpg) no-repeat center #fff
}

.userInd .userTop .info .memberAct {
    background: url(../img/member_act.jpg) no-repeat center #fff
}

.userInd .userTop .info .name {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    height: 40px
}

.userInd .userTop .info .name b {
    font-size: 18px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .7);
}

.userInd .userTop .info .name p {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .7);
}

.userInd .userTop .follow {
    text-align: center;
    height: 40px
}

.userInd .userTop .follow a {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    background: #f60;
    border-radius: 5px
}

.userInd .userTop .follow a:hover {
    background: #f50
}

.userInd .userTop .follow a.ed {
    background: #666
}

.userInd .userTop .follow a.ed:hover {
    background: #555
}

.userInd .userTop .nav {
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center
}

.userInd .userTop .nav li {
    display: inline-block;
    height: 50px;
    line-height: 50px
}

.userInd .userTop .nav li a {
    display: block;
    padding: 0 25px;
    font-weight: bold;
    color: #fff;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s
}

.userInd .userTop .nav li a:hover, .userInd .userTop .nav li.active a {
    border-bottom: 3px solid #fff;
    height: 47px
}

.userInd .userTop .theme {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/ico_theme.jpg) no-repeat center;
    position: absolute;
    top: 0;
    right: 0
}

.userMain {
    width: 1200px;
    margin: 0 auto 50px
}

.userMain .txtBoxP {}

/*数据显示*/

.dataShow {
    border: 1px solid #ddd;
    height: 120px;
    padding: 40px 0;
    border-radius: 10px;
    margin-bottom: 30px
}

.dataShow ul {}

.dataShow li {
    display: block;
    width: 239px;
    float: left;
    border-left: 1px solid #ddd;
    text-align: center
}

.dataShow li:first-child {
    border: 0;
    width: 238px
}

.dataShow li em {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    margin: 0 auto
}

.dataShow li em.ico1 {
    background: url(../img/ico_dataShow1.png) no-repeat
}

.dataShow li em.ico2 {
    background: url(../img/ico_dataShow2.png) no-repeat
}

.dataShow li em.ico3 {
    background: url(../img/ico_dataShow3.png) no-repeat
}

.dataShow li em.ico4 {
    background: url(../img/ico_dataShow4.png) no-repeat
}

.dataShow li em.ico5 {
    background: url(../img/ico_dataShow5.png) no-repeat
}

.dataShow li p {
    font-size: 12px;
    color: #999
}

.dataShow li b {
    font-size: 36px;
    color: #cc2929;
    line-height: 36px
}

/*设置-主题图*/

.themeBox {
    overflow: hidden;
}

.themeBox .t {
    font-size: 12px;
    color: #666;
    height: 20px!important
}

.themeBox ul {
    width: 110%;
    overflow: hidden
}

.themeBox ul li {
    width: 320px;
    height: 80px;
    float: left;
    margin: 0 20px 20px 0;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.themeBox ul li img {
    width: 320px;
    height: 80px;
    display: block
}

.themeBox ul li.act em {
    display: block;
    background: url(../img/icon-right-10-7.png) no-repeat center #cc2929;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    right: -2px;
    border: 2px solid #fff;
    border-radius: 0 0 0 10px
}

/*设置-第三方绑定*/

.bindUl {}

.bindUl li {
    height: 40px;
    margin-bottom: 20px
}

.bindUl li img {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 20px
}

.bindUl li p {
    float: left;
    color: #999;
    display: block;
    width: 300px;
    line-height: 40px
}

.bindUl li a {
    display: block;
    background: #cc2929;
    color: #fff;
    float: left;
    border-radius: 5px;
    width: 80px;
    text-align: center
}

.bindUl li a.ed {
    background: #666
}

/*设置-资料输入*/

.inputBoxP {
    margin-bottom: 100px
}

.inputBoxP .items {
    position: relative;
    padding-bottom: 10px
}

.inputBoxP .items .txt {
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    color: #666
}

.inputBoxP .items .boxW {
    width: 430px;
    height: 38px;
    line-height: 38px
}

.inputBoxP .items .boxW .iptSel {
    display: inline-block;
    *display: inline;
    height: 36px;
    line-height: 36px;
    padding: 0 5px
}

.inputBoxP .items .boxW select {
    font-size: 12px;
    border: 0;
    background: none
}

.inputBoxP .items .boxTa {
    width: 430px;
    height: 100px;
    line-height: 30;
    border: 1px solid #ddd;
    border-radius: 5px
}

.inputBoxP .items .boxTa textarea {
    width: 410px;
    height: 80px;
    padding: 10px;
    border: 0;
    overflow-y: auto;
    border-radius: 5px
}

.inputBoxP .items .operateBtn {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
    color: #1480cc
}

.inputBoxP .items .operateBtn:hover {
    color: #1273b7
}

.inputBoxP .bwIpt {
    border: 1px solid #ddd;
    border-radius: 5px
}

.inputBoxP .bwIpt input {
    width: 410px;
    height: 19px;
    line-height: 10px;
    border: 0;
    padding: 4px 10px
}

.inputBoxP .btns {
    display: block;
    line-height: 40px;
    padding: 0 40px;
    font-weight: bold;
    background: #cc2929;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    color: #fff
}

.inputBoxP .spaceBgs a {
    position: relative;
    z-index: 0;
    display: block;
    width: 220px;
    height: 80px;
    float: left;
    margin: 0 30px 30px 0
}

.inputBoxP .spaceBgs a img {
    display: block;
    width: 220px;
    height: 80px
}

.inputBoxP .spaceBgs a b {
    display: none;
    transform: all .3s
}

.inputBoxP .spaceBgs a.active b {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 210px;
    height: 70px;
    border: 5px solid #1480cc
}

.inputBoxP .btnsSpace {
    padding: 30px 0 0 80px;
    overflow: hidden
}

/*消息和设置的分栏*/

.msgBoxP {
    overflow: hidden
}

.msgBoxP .tag {
    width: 160px;
    float: left
}

.msgBoxP .con {
    width: 1010px;
    float: right
}

.msgBoxP .tag li {
    display: block;
    line-height: 40px;
    margin-bottom: 10px
}

.msgBoxP .tag li img {
    display: inline-block;
    margin-right: 10px
}

.msgBoxP .tag li a {
    display: block;
    width: 150px;
    height: 40px;
    padding: 0 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.msgBoxP .tag li:hover a {
    color: #000;
    background: #f7f7f7
}

.msgBoxP .tag li.active a {
    color: #000;
    background: #f7f7f7;
    font-weight: bold
}

.msgBoxP .con {}

.msgBoxP .con .t {
    height: 40px;
    margin-bottom: 15px
}

.msgBoxP .con .t b {
    font-size: 18px;
    float: left
}

.msgBoxP .con .t a {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 5px 0 5px 20px;
    background: #cc2929;
    color: #fff;
    padding: 0 15px;
    border-radius: 15px
}

.msgBoxP .con .t a img {
    margin-right: 8px
}

.msgBoxP .con .t span {
    color: #999;
    float: right;
    line-height: 40px
}

.msgBoxP .msgList {}

.msgBoxP .msgList li {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px
}

.msgBoxP .msgList li a {
    padding: 0 0 0 16px;
    background: url(../img/new-window.png) no-repeat left center;
    color: #cc2929;
    margin-left: 10px
}

.msgBoxP .msgList li span {
    display: block;
    color: #999;
    font-size: 12px
}

.msgBoxP .msgListBlue li {
    background: url(../img/dot_blue.png) no-repeat 0 10px
}

.msgBoxP .msgListGreen li {
    background: url(../img/dot_green.png) no-repeat 0 10px
}

.msgBoxP .msgListOrange li {
    background: url(../img/dot_orange.png) no-repeat 0 10px
}

.msgBoxP .msgListGray li {
    background: url(../img/dot_gray.png) no-repeat 0 10px
}

.msgBoxTeam .con {
    width: auto;
}

/*订单*/

.orderBoxP {
    width: 1200px;
    margin: 0 auto
}

.orderBoxP .orderBor {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f7
}

.orderBoxP .stateBox {
    width: 220px;
    height: 100%;
    padding: 60px 30px 0;
    background: #f7f7f7;
    float: left
}

.orderBoxP .process {
    height: 200px;
    width: 918px;
    border-bottom: 1px solid #eee;
    float: right;
    background: #fff
}

.orderBoxP .orderList {
    width: 878px;
    float: right;
    padding: 20px;
    background: #fff
}

.orderBoxP .stateBox b {
    font-size: 24px;
    line-height: 60px
}

.orderBoxP .stateBox p {
    font-size: 12px
}

.orderBoxP .process .path {
    width: 918px;
    height: 50px;
    margin: 60px 0 0
}

.orderBoxP .process .pathA {
    background: url(../img/pathA.png) no-repeat center
}

.orderBoxP .process .pathB {
    background: url(../img/pathB.png) no-repeat center
}

.orderBoxP .process .pathC {
    background: url(../img/pathC.png) no-repeat center
}

.orderBoxP .process .pathD {
    background: url(../img/pathD.png) no-repeat center
}

.orderBoxP .process .pathE {
    background: url(../img/pathE.png) no-repeat center
}

.orderBoxP .process ul {}

.orderBoxP .process li {
    width: 184px;
    float: left;
    text-align: center;
    line-height: 18px
}

.orderBoxP .process li:first-child {
    width: 182px
}

.orderBoxP .process li p {
    line-height: 24px
}

.orderBoxP .process li span {
    color: #999;
    font-size: 12px;
    display: block
}

.orderBoxP .orderList {}

.orderBoxP .orderList ul {
    position: relative
}

.orderBoxP .orderList ul li {
    display: block;
    line-height: 30px;
    height: 30px;
    color: #999
}

.orderBoxP .orderList ul li p {
    display: block;
    float: left;
    width: 200px;
    text-align: right
}

.orderBoxP .orderList ul li em {
    display: block;
    background: #fff;
    width: 7px;
    height: 7px;
    border: 1px solid #ccc;
    margin: 10px 50px 0;
    float: left;
    border-radius: 5px;
    position: relative;
    z-index: 2
}

.orderBoxP .orderList ul li span {
    display: block;
    float: left;
    width: 500px
}

.orderBoxP .orderList ul li.line {
    height: auto;
    font-size: 0;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 254px;
    z-index: 1
}

.orderBoxP .orderList ul li.act {
    color: #cc2929
}

.orderBoxP .orderList ul li.act em {
    background: #cc2929;
    width: 9px;
    height: 9px;
    border: 0
}

.orderLibInfoList {}

.orderLibInfoList .libInfoList {
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

.orderLibInfoList .list-itm {
    padding-left: 163px;
    height: auto;
    margin: 0
}

.orderLibInfoList .list-itm .img {
    width: 143px;
    height: 95px
}

.orderLibInfoList .list-itm .tit {
    height: 30px;
    line-height: 30px
}

.orderLibInfoList .list-itm .tit .t {
    font-size: 16px
}

.orderLibInfoList .list-itm .desc {
    height: 40px;
    line-height: 20px;
    margin-bottom: 6px
}

.orderLibInfoList .fq {
    padding: 20px 0
}

.orderLibInfoList .fq b {
    font-size: 18px;
    line-height: 36px
}

/*上传头像*/

.imgareaselect-border1, .imgareaselect-border2, .imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
    opacity: 0.5
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5
}

.portrait_left {
    float: left;
    height: auto;
    width: 360px;
}

#avatar {
    height: 360px
}

.portrait_revolve {
    height: auto;
    padding-top: 15px;
    width: 360px;
    overflow: hidden;
    text-align: center
}

.revol_left_txt {
    height: 25px;
    float: left;
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 25px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    color: #333
}

.revol_right_txt {
    height: 25px;
    float: right;
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 25px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    color: #333
}

.revol_left_txt:hover, .revol_right_txt:hover {
    text-decoration: none
}

.setup_but {
    padding: 20px 0
}

.setup_but .ebtn {
    padding: 0 40px
}

.baseinf_but1 {
    background: url("../img/photoUp/secondary.gif") repeat scroll -194px -96px rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-right: 22px;
    outline: medium none;
    width: 78px;
}

.portrait_right {
    float: left;
    width: 130px;
    height: 360px;
    background: #f2f2f5;
    font-size: 12px;
    margin-left: 20px
}

.portrait_right_bottom {
    color: #666666;
    height: 200px;
    width: 130px;
}

.portrait1 {
    height: 130px;
    width: 130px
}

#img_big_preview {
    height: 100px;
    margin: 0 auto;
    width: 100px
}

.img_preview img {
    margin: 0;
    position: relative;
}

.portrait2 {
    height: auto;
    width: 130px;
    text-align: center
}

#img_small_preview {
    height: 49px;
    margin: 0 auto;
    width: 49px;
}

.img_preview {
    overflow: hidden;
    position: relative;
    border-radius: 50%
}

.portrait_right .views {
    height: 50px;
    line-height: 60px;
    color: #333;
    text-align: center;
    font-size: 16px
}

.portrait_right .size {
    line-height: 35px;
    text-align: center;
    font-family: Arial
}

.portrait_revolve .iptBox {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.portrait_revolve .iptBox .iptFile {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    background: #eee
}

.portrait_revolve .iptBox .iptFile input {
    display: inline-block;
    width: 80px;
    height: 25px;
    border: 0;
    background: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.userMain .info .btns {
    padding: 40px 0 0 100px;
    overflow: hidden
}

.userMain .info .btnsPic {
    padding: 20px 0 0 130px
}

.userMain .info .btnsPic a {
    padding: 0 40px
}

/*装扮空间*/

.setBg {
    width: 1050px
}

.setBg .spaceBgs a {
    position: relative;
    z-index: 0;
    display: block;
    width: 320px;
    height: 80px;
    float: left;
    margin: 0 25px 30px 0;
    border-radius: 5px
}

/*.setBg .spaceBgs a img{ display: block; width: 220px; height: 80px}*/

.setBg .spaceBgs a b {
    display: inline-block;
    display: none;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #cc2929 url(../img/icon-right-10-7.png) center no-repeat;
    border-radius: 0 5px 0 10px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: none;
}

.setBg .spaceBgs a.active b {
    display: block;
}

.space-itm .space-t {
    line-height: 30px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

/*第三方绑定*/

.thirdpart-list {
    width: 440px
}

.thirdpart-list li {
    position: relative;
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 60px;
    font-size: 12px;
    color: #999
}

.thirdpart-list li i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    background: url('../img/icon-wx-40.png') no-repeat
}

.thirdpart-list li .btnRedSmall {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    margin: 20px 0 20px 0;
}

.thirdpart-list .unbound {
    position: absolute;
    right: 0;
    top: 0;
    color: #444;
    background: #666
}

.thirdpart-list .unbound:hover {
    background: #777;
}

.libInfoListVer li {
    height: 280px
}