@media (max-width: 750px) {
  body {
    width: 100%;
  }
  body .max-width {
    width: 100%;
    margin: 0 auto;
  }
  body .noteCont {
    width: 100%;
    padding-top: .8rem;
  }
  body .noteCont .noteTop {
    width: 6.8rem;
    margin: 0 .35rem;
    overflow: hidden;
    margin: .4rem auto;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .noteTop .l {
    width: 100%;
    padding: .2rem .3rem;
    overflow: hidden;
    border-bottom: 1px dashed #e0e0e0;
  }
  body .noteCont .noteTop .l .imgbox {
    float: left;
    height: 1.4rem;
    width: 1.4rem;
    overflow: hidden;
    border-radius: .1rem;
    margin-right: .3rem;
  }
  body .noteCont .noteTop .l .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .noteTop .l .userInfo {
    position: relative;
  }
  body .noteCont .noteTop .l .userInfo .rows {
    overflow: hidden;
  }
  body .noteCont .noteTop .l .userInfo .rows > h4 {
    font-size: .3rem;
    color: #4c4c4c;
    max-width: 3.2rem;
    float: left;
  }
  body .noteCont .noteTop .l .userInfo .rows > span {
    font-size: .3rem;
    color: #999;
    float: left;
    margin-left: .1rem;
  }
  body .noteCont .noteTop .l .userInfo .rows > p {
    font-size: .2rem;
    color: #999;
    margin: .1rem 0px;
    width: 50%;
    float: left;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox {
    font-size: .3rem;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span {
    font-size: .2rem;
    border-radius: 50%;
    overflow: hidden;
    width: .4rem;
    height: .4rem;
    display: block;
    float: left;
    background: #999;
    color: #FFF;
    text-align: center;
    line-height: .4rem;
    margin-right: .1rem;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(1) {
    background: #0092ff;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(2) {
    background: #00c29a;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(3) {
    background: #0092ff;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(4) {
    background: #ed6b00;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(5) {
    background: #fe1818;
  }
  body .noteCont .noteTop .l .userInfo .userName {
    font-size: .24rem;
    color: #4c4c4c;
  }
  body .noteCont .noteTop .l .userInfo .idIcon {
    overflow: hidden;
  }
  body .noteCont .noteTop .l .userInfo .idIcon span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    float: left;
  }
  body .noteCont .noteTop .l .userInfo .idIcon .vip {
    width: .28rem;
    height: .32rem;
    background-image: url(../images/icon/icon_vip.png);
    margin: .04rem .2rem .04rem 0px;
  }
  body .noteCont .noteTop .l .userInfo .idIcon .author {
    width: .8rem;
    height: .28rem;
    background-image: url(../images/icon/icon_author.png);
    margin: .06rem .2rem .06rem 0px;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn {
    /*  position: absolute;
                            top: 0px;
                            right:0px;*/
    display: block;
    float: left;
    width: 100%;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn span {
    display: none;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn .goSetBoxs {
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn .goSetBoxs a {
    line-height: .5rem;
    display: inline-block;
    font-size: .2rem;
    padding: 0 .2rem;
    text-align: center;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn .goSetBoxs a:hover {
    color: #ed6b00;
  }
  body .noteCont .noteTop .r {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .noteTop .r .priceBox {
    width: 100%;
    overflow: hidden;
    padding: .2rem .3rem .1rem;
    border-bottom: 1px dashed #e0e0e0;
  }
  body .noteCont .noteTop .r .priceBox .havePri {
    width: 2.8rem;
    float: left;
    text-align: left;
  }
  body .noteCont .noteTop .r .priceBox .havePri h5 {
    font-size: .2rem;
    color: #4c4c4c;
    width: 3rem;
    line-height: .4rem;
  }
  body .noteCont .noteTop .r .priceBox .havePri b {
    font-size: .3rem;
    color: #ed6b00;
    display: block;
    font-weight: 400;
    line-height: .5rem;
    word-wrap: break-word;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn {
    width: 3.2rem;
    float: right;
    text-align: left;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a {
    display: inline-block;
    width: 1.5rem;
    height: .45rem;
    line-height: .4rem;
    padding: 0 .1rem;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    font-size: .2rem;
    margin: 0 0rem .1rem 0.1rem;
    text-align: center;
    float: right;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.active {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.timeOver {
    background: #e8e8e8;
    color: #4c4c4c;
    border: 1px solid #e8e8e8;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.xufei {
    background: #fce9d9;
    color: #ed6b00;
    border: 1px solid #fce9d9;
    position: relative;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.xufei span {
    position: absolute;
    top: -0.4rem;
    left: 50%;
    margin-left: -1.25rem;
    display: block;
    width: 2.5rem;
    font-size: .2rem;
    display: none;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.lingqu {
    background: #ed6b00;
    color: #FFF;
    border: 1px solid #ed6b00;
    position: relative;
  }
  body .noteCont .noteTop .r .integralBox {
    width: 100%;
    overflow: hidden;
    padding: .2rem .3rem;
  }
  body .noteCont .noteTop .r .integralBox .integralShow {
    width: 2.8rem;
    float: left;
    text-align: left;
  }
  body .noteCont .noteTop .r .integralBox .integralShow h5 {
    font-size: .2rem;
    color: #4c4c4c;
    width: 3rem;
    line-height: .4rem;
  }
  body .noteCont .noteTop .r .integralBox .integralShow h5 a {
    font-size: .2rem;
    color: #ed6b00;
    background: #fce9d9;
    padding: .04rem .1rem;
    border-radius: .1rem;
  }
  body .noteCont .noteTop .r .integralBox .integralShow p {
    font-size: .3rem;
    color: #ed6b00;
    font-weight: 400;
    line-height: .5rem;
    word-wrap: break-word;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn {
    width: 3.2rem;
    overflow: hidden;
    text-align: right;
    float: right;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn a {
    width: 1.5rem;
    height: .45rem;
    line-height: .4rem;
    padding: 0 .1rem;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    font-size: .2rem;
    text-align: center;
    display: inline-block;
    margin-bottom: .04rem;
    margin-left: .1rem;
    float: right;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn span {
    display: inline-block;
    width: 1.5rem;
    height: .45rem;
    line-height: .4rem;
    padding: 0 .1rem;
    border: 1px solid #f1f1f1;
    background: #e0e0e0;
    font-size: .2rem;
    text-align: center;
    color: #f1f1f1;
    cursor: pointer;
    float: right;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn span.active {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox {
    overflow: hidden;
    margin-bottom: .6rem;
  }
  body .noteCont .contbox .mNavBtn {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #ed6b00;
    text-align: center;
    line-height: .8rem;
    opacity: .7;
    position: fixed;
    bottom: .3rem;
    right: .3rem;
    z-index: 998;
  }
  body .noteCont .contbox .mNavBtn span {
    color: #FFF;
    font-size: .5rem;
  }
  body .noteCont .contbox .leftNav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  body .noteCont .contbox .leftNav ul {
    width: 2.3rem;
    height: 100vh;
    padding-top: .8rem;
    background: #FFF;
    position: relative;
  }
  body .noteCont .contbox .leftNav ul > li {
    font-size: .3rem;
    line-height: .8rem;
    position: relative;
    transition: all .3s;
    width: 100%;
  }
  body .noteCont .contbox .leftNav ul > li h5 {
    line-height: .8rem;
    color: #4c4c4c;
    font-size: .28rem;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  body .noteCont .contbox .leftNav ul > li h5 span {
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    margin-right: .1rem;
    font-size: .2rem;
  }
  body .noteCont .contbox .leftNav ul > li ol {
    width: 100%;
    position: absolute;
    left: -3rem;
    top: 0rem;
    background: #FFF;
    width: 2.3rem;
    z-index: 1;
  }
  body .noteCont .contbox .leftNav ul > li ol li {
    width: 100%;
    font-size: .24rem;
    color: #4c4c4c;
  }
  body .noteCont .contbox .leftNav ul > li ol li a {
    line-height: .8rem;
    font-size: .28rem;
  }
  body .noteCont .contbox .leftNav ul > li ol li:hover a {
    color: #ed6b00;
  }
  body .noteCont .contbox .leftNav ul > li a {
    font-size: .28rem;
    line-height: .8rem;
    color: #4c4c4c;
    text-align: left;
    display: block;
    font-weight: 400;
    text-align: center;
  }
  body .noteCont .contbox .leftNav ul > li::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: .04rem;
    background: #ed6b00;
    transition: all .3s;
  }
  body .noteCont .contbox .leftNav ul > li.active {
    background: #fbdec7;
  }
  body .noteCont .contbox .leftNav ul > li.active h5 {
    color: #ed6b00;
  }
  body .noteCont .contbox .leftNav ul > li.active::before {
    width: 100%;
  }
  body .noteCont .contbox .leftNav ul > li.active ol {
    left: 2.3rem;
  }
  body .noteCont .contbox .leftNav ul > li.active ol li.active a {
    color: #ed6b00;
  }
  body .noteCont .contbox .leftNav ul > li:last-child::before {
    height: 0px;
  }
  body .noteCont .contbox .leftNav ul .closeLeftNav {
    border: 1px solid #e0e0e0;
    border-radius: .2rem;
    width: 1.8rem;
    margin: .1rem auto 0rem;
    display: none;
  }
  body .noteCont .contbox .leftNav ul .outLogin {
    border: 1px solid #e0e0e0;
    border-radius: .1rem;
    width: 1.8rem;
    margin: .1rem auto 0rem;
    position: absolute;
    bottom: .2rem;
    left: .25rem;
  }
  body .noteCont .contbox .leftNav ul .outLogin a {
    line-height: .6rem;
  }
  body .noteCont .contbox .newRightBox {
    width: 100% !important;
  }
  body .noteCont .contbox .rightBox {
    width: 6.8rem;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .rightBox > h4 {
    font-size: .28rem;
    color: #ed6b00;
    background: #fafafa;
    line-height: 1rem;
    padding: 0 .4rem;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
  }
  body .noteCont .contbox .rightBox > h4 .shuqian {
    float: right;
    font-size: .5rem;
    color: #ed6b00;
    z-index: 1;
  }
  body .noteCont .contbox .rightBox > h4 > a {
    font-size: .28rem;
    color: #ed6b00;
    float: right;
  }
  body .noteCont .contbox .rightBox .rightList > ul {
    width: 100%;
    padding-bottom: .5rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li {
    width: 100%;
    padding: .2rem;
    position: relative;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .imgBox {
    width: 1.61rem;
    height: 2.24rem;
    float: left;
    margin-right: .3rem;
    box-shadow: .1rem .1rem .2rem #999;
    position: relative;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox {
    overflow: hidden;
    min-height: 2.24rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox h4 {
    font-size: .28rem;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox h4 span {
    font-size: .2rem;
    background: #f89c3d;
    color: #FFF;
    padding: .05rem .1rem;
    display: inline-block;
    vertical-align: top;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox p {
    font-size: .2rem;
    color: #999999;
    margin: .16rem 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox p span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox .info {
    line-height: .4rem;
    max-height: .8rem;
    overflow: hidden;
    display: block;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox .biaoqian {
    overflow: hidden;
    font-size: .24rem;
    color: #999;
    padding: .08rem 0px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox .biaoqian span {
    border: 1px solid #e0e0e0;
    color: #999;
    margin-right: .1rem;
    line-height: .4rem;
    padding: 0px .1rem;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0rem;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin-bottom: .6rem;
    padding: .2rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjInfo {
    width: 100%;
    font-size: .2rem;
    color: #666;
    line-height: .45rem;
    margin-bottom: .3rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bookInfo {
    padding: .2rem;
    background: #fafafa;
    color: #4c4c4c;
    font-size: .2rem;
    line-height: .5rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet {
    overflow: hidden;
    margin-top: .1rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .l {
    width: 100%;
    line-height: .8rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .l > div {
    float: left;
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .l .deleBj {
    font-size: .2rem;
    color: #666;
    margin-left: .6rem;
    font-weight: 400;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-item {
    margin-bottom: 0px !important;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-input-block {
    float: left;
    margin-left: 1.5rem;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-label {
    float: left;
    width: 2.3rem;
    font-size: .2rem;
    padding: .18rem 0px;
  }
  body .noteCont .contbox .rightBox .rightList.infoList ul li::after {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .rightList.infoList ul li::before {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .followNav {
    background: #fafafa;
    line-height: .8rem;
    padding: .2rem;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .followNav a {
    cursor: pointer;
    display: block;
    float: left;
    width: 1.8rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
    font-weight: 400;
    color: #999;
  }
  body .noteCont .contbox .rightBox .followNav a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .followNav a:nth-child(1) {
    border-right: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .rightBox .followNav .delectCollect {
    text-align: right;
    float: right;
    display: none;
  }
  body .noteCont .contbox .rightBox .followNav .delectCollect a {
    display: inline-block;
    text-decoration: none;
    font-size: .2rem;
    color: #ed6b00;
    border: 1px solid #ed6b00;
    padding: 0px .16rem;
    height: .4rem;
    line-height: .38rem;
    border-radius: .04rem;
    margin: 0px;
  }
  body .noteCont .contbox .rightBox .followNav .myBookList {
    float: right;
    font-size: .24rem;
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .bookDan {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .bookDan > ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: .5rem;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li {
    width: 100%;
    overflow: hidden;
    padding: .2rem;
    position: relative;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .imgBox {
    width: 1.6rem;
    height: 1.6rem;
    float: left;
    margin-right: .15rem;
    box-shadow: .1rem .1rem .2rem #e0e0e0;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox h4 {
    font-size: .28rem;
    color: #4c4c4c;
    font-weight: 400;
    overflow: hidden;
    line-height: .5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox h4 span {
    font-size: .2rem;
    color: #999999;
    display: none;
    vertical-align: top;
    float: right;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .danInfo {
    line-height: .4rem;
    height: .4rem;
    overflow: hidden;
    display: none;
    font-size: .2rem;
    color: #4c4c4c;
    margin: .1rem 0px;
    max-height: .5rem;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .booknumber {
    margin: .16rem 0px;
    font-size: .2rem;
    color: #666666;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset {
    overflow: hidden;
    font-size: .2rem;
    color: #999;
    padding: .08rem 0px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset > div {
    display: inline-block;
    float: left;
    margin-right: .05rem;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset > div span {
    font-size: .2rem;
    color: #999;
    margin-right: .1rem;
    line-height: .4rem;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .deletBookDan {
    float: right;
    font-size: .2rem;
    color: #999;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .deletBookDan span {
    font-size: .2rem;
    color: #999;
    padding-right: .1rem;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .collectBtn {
    float: right;
    font-size: .2rem;
    color: #999;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .collectBtn span {
    font-size: .2rem;
    color: #999;
    padding-right: .1rem;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .collectBtn.active span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookTishi {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookTishi p {
    font-size: .2rem;
    color: #ed6b00;
    text-align: right;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .tishi {
    font-size: .2rem;
    text-align: right;
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0rem;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
  }
  body .noteCont .contbox .rightBox .bookDan.infoList ul li::after {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .bookDan.infoList ul li::before {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .bookDan .getMore {
    width: 100%;
    margin: 0px auto .5rem;
    display: block;
    font-size: .2rem;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .rightBox .danCont {
    width: 100%;
    padding: 0px .2rem;
  }
  body .noteCont .contbox .rightBox .danCont h3 {
    width: 100%;
    line-height: 1rem;
    font-size: .3rem;
    font-weight: 600;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .danCont h3 b {
    font-size: .2rem;
    margin-left: .3rem;
  }
  body .noteCont .contbox .rightBox .danCont .contList .imgbox {
    width: 1rem;
    height: 1rem;
    float: left;
    margin-right: .2rem;
  }
  body .noteCont .contbox .rightBox .danCont .contList .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows {
    font-size: .28rem;
    color: #666666;
    display: block;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .times {
    float: right;
    font-size: .2rem;
    color: #999999;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .iconfont {
    font-size: .32rem;
    margin: .15rem 0px .1rem;
    color: #999;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .iconfont.active {
    color: #fe1818;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .info {
    font-size: .2rem;
    color: #666;
    line-height: .4rem;
    display: table;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns {
    text-align: right;
    width: 100%;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns > a {
    font-size: .2rem;
    color: #999;
    margin: 0px .1rem;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns > a span {
    font-size: .2rem;
    color: #999;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .tongyi {
    font-size: .2rem;
    color: #999;
    padding-left: .4rem;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .tongyi .iconfont {
    font-size: .2rem;
    color: #999;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .tongyi span.active {
    color: #fe1818;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .shareBox {
    transform: scale(0);
    transition: all .2s;
    float: left;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .shareBox.active {
    transform: scale(1);
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .iconBox span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: .2rem;
    vertical-align: middle;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .iconBox .vip {
    width: .28rem;
    height: .32rem;
    background-image: url(../images/icon/icon_vip.png);
    margin: .04rem 0rem .04rem 0.1rem;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .iconBox .author {
    width: .8rem;
    height: .28rem;
    background-image: url(../images/icon/icon_author.png);
    margin: .06rem 0rem .06rem 0.1rem;
  }
  body .noteCont .contbox .rightBox .danlist > ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: .5rem;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li {
    width: 100%;
    overflow: hidden;
    padding: .2rem;
    position: relative;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .imgBox {
    width: 1.61rem;
    height: 2.24rem;
    float: left;
    margin-right: .3rem;
    box-shadow: .1rem .1rem .2rem #999;
    position: relative;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .imgBox .icon {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    right: 0px;
    color: #FFF;
    padding: .04rem .05rem;
    font-size: .2rem;
    font-weight: rem 400;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox h4 {
    font-size: .28rem;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox h4 span {
    font-size: .2rem;
    background: #f89c3d;
    color: #FFF;
    padding: .05rem .1rem;
    display: inline-block;
    vertical-align: top;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox p {
    font-size: .2rem;
    color: #999999;
    margin: .16rem 0px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox p span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .info {
    line-height: .45rem;
    height: .45rem;
    overflow: hidden;
    display: block;
    font-size: .2rem;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns {
    width: 100%;
    text-align: right;
    margin-top: .3rem;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns .price {
    float: left;
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns a {
    border: 1px solid #e5e5e5;
    color: #999999;
    font-size: .2rem;
    margin-left: .1rem;
    padding: .1rem .2rem;
    border-radius: .05rem;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns a.active {
    color: #ed6b00;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0.2rem;
    width: 6.4rem;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
    padding: 20px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjInfo {
    width: 100%;
    font-size: .2rem;
    color: #666;
    line-height: .45rem;
    margin-bottom: .3rem;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bookInfo {
    padding: .2rem;
    background: #fafafa;
    color: #4c4c4c;
    font-size: .2rem;
    line-height: .5rem;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet {
    overflow: hidden;
    margin-top: 5px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .l {
    float: left;
    line-height: 43px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .l > div {
    float: left;
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .l .deleBj {
    font-size: 12px;
    color: #666;
    margin-left: 30px;
    font-weight: 400;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r {
    float: right;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-item {
    margin-bottom: 0px !important;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-input-block {
    float: left;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-label {
    float: left;
    width: 85px;
    font-size: 12px;
    padding: 9px 0px;
  }
  body .noteCont .contbox .rightBox .danlist.infoList ul li::after {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .danlist.infoList ul li::before {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .danlist .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .rightBox .daninContNew {
    width: 100%;
    padding: .3rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .sdicon {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #ed6b00;
    color: #FFF;
    font-size: .2rem;
    text-align: center;
    line-height: .5rem;
    float: left;
    margin-right: .2rem;
    display: block;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .sdTitle {
    font-size: .35rem;
    float: left;
    width: 5.4rem;
    overflow: hidden;
    line-height: .5rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns {
    width: 100%;
    height: .5rem;
    float: right;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns > a {
    float: right;
    font-size: .2rem;
    margin-left: .4rem;
    line-height: .5rem;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns > a span {
    margin-right: .05rem;
    font-size: .26rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns > a:hover {
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .tongyi.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .bianji {
    color: #358dc5;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .bianji:hover {
    color: #358dc5;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .shareBox {
    display: none;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left {
    padding-left: .7rem;
    float: left;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox {
    padding: .15rem 0px;
    font-size: .2rem;
    color: #999999;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox .author {
    color: #358dc5;
    float: left;
    margin-right: .1rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox span {
    float: left;
    margin-right: .1rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox .booknum {
    background: #f4f4f4;
    color: #4c4c4c;
    padding: 0 .05rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdaninfo {
    width: 100%;
    color: #444;
    font-size: .2rem;
    line-height: .4rem;
    margin: .1rem 0px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdankeyword {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdankeyword span {
    display: block;
    float: left;
    padding: .05rem .15rem;
    background: #ed6b00;
    color: #FFF;
    border-radius: .15rem;
    font-size: .2rem;
    margin-right: .2rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul {
    width: 100%;
    overflow: hidden;
    padding: .5rem 0px 0px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li {
    width: 100%;
    background: #fafafa;
    padding: .3rem .35rem;
    margin-bottom: .4rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox {
    width: 1.61rem;
    height: 2.24rem;
    position: relative;
    float: left;
    margin-right: 0.2rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox .icon_mian {
    width: .6rem;
    height: .74rem;
    background-image: url(../images/index/main_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox .icon_mian1 {
    width: .6rem;
    height: .74rem;
    background-image: url(../images/bargainPrice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox .icon {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    right: 0px;
    color: #FFF;
    padding: .04rem .05rem;
    font-size: .2rem;
    font-weight: rem 400;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title h4 {
    width: 3.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .28rem;
    color: #4c4c4c;
    font-weight: 400;
    float: left;
    position: relative;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title h4 a {
    width: 3.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title h4 .vip {
    background: #fab221;
    color: #FFF;
    padding: 0px .1rem;
    font-size: .2rem;
    height: .3rem;
    line-height: .3rem;
    display: inline-block;
    position: absolute;
    right: .05rem;
    top: 0px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title .addCar {
    float: right;
    font-size: .32rem;
    color: #ed6b00;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title .deletdanBook {
    float: right;
    font-size: .24rem;
    padding: .1rem 0rem;
    color: #ed6b00;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .nameTime {
    margin: .1rem 0px;
    font-size: .2rem;
    color: #999;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .nameTime a {
    color: #999;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .shouldNone {
    display: none !important;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .info {
    font-size: .24rem;
    color: #4c4c4c;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox {
    line-height: 0.5rem;
    margin-top: 0.2rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .price {
    font-size: .3rem;
    font-weight: 400;
    color: #ed6b00;
    padding-right: .2rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .oldPrice {
    font-size: .2rem;
    color: #999;
    text-decoration: line-through;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .btns {
    overflow: hidden;
    float: right;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .btns a {
    display: block;
    float: right;
    line-height: .45rem;
    padding: 0 .2rem;
    margin-left: .1rem;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    border-radius: .05rem;
    font-size: .2rem;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .btns .buyBtn {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daneditbox {
    width: 100%;
    padding: .3rem .29rem;
    background: #fcfcfc;
  }
  body .noteCont .contbox .rightBox .daneditbox .titles {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daneditbox .titles h4 {
    font-size: .3.5rem;
    width: 50%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .noteCont .contbox .rightBox .daneditbox .titles .saveDaninfo {
    float: right;
    font-size: .24rem;
    color: #358dc5;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows {
    margin: .1rem 0px;
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows label {
    font-size: .24rem;
    font-weight: 400;
    min-width: 1.4rem;
    float: left;
    line-height: .6rem;
    display: block;
    color: #414141;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows input {
    height: .6rem;
    background: #FFF;
    border: 1px solid #888;
    width: 4.5rem;
    padding: 0 .1rem;
    font-size: .2rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows textarea {
    line-height: .45rem;
    resize: none;
    width: 4.5rem;
    height: 1.8rem;
    background: #FFF;
    border: 1px solid #888;
    padding: .1rem;
    font-size: .2rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows .btns {
    padding: .4rem 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows .btns .saveDaninfo {
    display: inline-block;
    width: 2rem;
    height: .5rem;
    background: #ed6b00;
    line-height: .5rem;
    text-align: center;
    color: #FFF;
    float: right;
    margin-right: .2rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows .btns .noSaveinfo {
    display: inline-block;
    width: 2rem;
    height: .5rem;
    border: 1px solid #999;
    line-height: .5rem;
    text-align: center;
    color: #606060;
    float: right;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .dantimeColor {
    color: #888;
    font-size: .2rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .dantimeColor label {
    color: #888;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .dantimeColor input {
    color: #888;
    border: none;
    background-color: transparent;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .dantishi {
    line-height: .6rem;
    color: #f14242;
    font-size: .2rem;
    font-weight: 600;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in {
    width: 6.1rem;
    border: 1px solid #888;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr {
    width: 100%;
    overflow: hidden;
    float: left;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:last-child td {
    border-bottom: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span {
    background: #f3f3f3;
    color: #414141;
    font-size: .2rem;
    line-height: .6rem;
    text-align: center;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    float: left;
    display: block;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(1) {
    width: 1rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(2) {
    width: 2rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(3) {
    width: 1rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(4) {
    width: 1.05rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(5) {
    width: 1rem;
    border-right: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr .drag-area {
    position: relative;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr .drag-area .iconfont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: none;
    Justify-content: center;
    align-items: center;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr .drag-area:hover .iconfont {
    display: -webkit-flex;
    background: #ecf7ff;
    transition: all 1s;
    cursor: move;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag {
    width: 100%;
    float: left;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li {
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:last-child td {
    border-bottom: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span {
    color: #414141;
    font-size: .2rem;
    line-height: .6rem;
    text-align: center;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    float: left;
    display: block;
    height: .6rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span input {
    width: 100%;
    height: .6rem;
    padding: 0 .1rem;
    border: none;
    background-color: transparent;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(1) {
    width: 1rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(2) {
    width: 2rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(3) {
    width: 1rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(4) {
    width: 1.05rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(5) {
    width: 1rem;
    border-right: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .deletdanBook {
    cursor: pointer;
    color: #f14242;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .drag-area {
    position: relative;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .drag-area .iconfont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: none;
    Justify-content: center;
    align-items: center;
    color: #358dc5;
    font-size: .3rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .drag-area:hover .iconfont {
    display: -webkit-flex;
    background: #ecf7ff;
    transition: all 1s;
    cursor: move;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .drag-area span {
    display: block;
    width: 80%;
    height: .4rem;
    line-height: .4rem;
    margin: .1rem;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li:last-child > span {
    border-bottom: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li:hover {
    background: #ecf7ff;
  }
  body .noteCont .contbox .rightBox .commentList {
    width: 100%;
    padding: 0px .2rem;
  }
  body .noteCont .contbox .rightBox .commentList ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: .5rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li {
    width: 100%;
    padding: .2rem 0px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop {
    overflow: hidden;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .imgbox {
    width: 1rem;
    height: 1rem;
    float: left;
    margin-right: .2rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows {
    font-size: .3rem;
    color: #666666;
    display: block;
    overflow: hidden;
    position: relative;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .name {
    font-size: .2rem;
    color: #ed6b00;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .times {
    float: right;
    font-size: .2rem;
    color: #999999;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .text {
    font-size: .2rem;
    color: #999;
    line-height: .4rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .iconfont {
    font-size: .28rem;
    margin: .15rem 0px .1rem;
    color: #999;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .iconfont.active {
    color: #fe1818;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .info {
    font-size: .2rem;
    color: #666;
    line-height: .4rem;
    margin: 0.1rem 0;
    position: relative;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .info span {
    display: block;
    overflow: hidden;
    line-height: .36rem;
    font-size: .24rem;
    color: #666 !important;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .info.sexLine {
    margin: 0.2rem 0 0.4rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .info.sexLine span {
    height: 2.1rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .info .open-More {
    position: absolute;
    bottom: -0.4rem;
    right: 0;
    font-size: 0.2rem;
    color: #ed6b00;
    margin-bottom: 0px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .btns {
    text-align: right;
    display: inline-block;
    float: right;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .btns a {
    font-size: .2rem;
    color: #999;
    padding-left: .4rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .btns a .iconfont {
    font-size: .24rem;
    color: #999;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .openBook {
    position: absolute;
    bottom: .04rem;
    right: .04rem;
    font-size: .2rem;
    color: #ed6b00;
    font-weight: 400;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom {
    width: 100%;
    overflow: hidden;
    padding: .2rem;
    position: relative;
    background: #fafafa;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .imgBox {
    width: 1.61rem;
    height: 2.24rem;
    float: left;
    margin-right: .3rem;
    box-shadow: 0.1rem 0.1rem 0.2rem #999;
    position: relative;
    /* .iconfont{
                                                position: absolute;
                                                bottom: 0px;
                                                right: 0px;
                                                font-size: .2rem;
                                                padding: .05rem .15rem;
                                                background: rgba(0, 0, 0, 0.4);
                                                color: #FFF;
                                            }*/
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox {
    padding: .2rem 0px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle h4 {
    font-size: .28rem;
    color: #4c4c4c;
    font-weight: 400;
    width: 100%;
    float: left;
    max-height: .69rem;
    line-height: .35rem;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle h4 span {
    font-size: .2rem;
    background: #f89c3d;
    color: #FFF;
    padding: .0rem .1rem;
    display: inline-block;
    vertical-align: top;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox {
    float: left;
    margin-top: .1rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox span {
    font-size: .3rem;
    color: #999;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox p {
    font-size: .2rem;
    color: #999999;
    margin: .1rem 0px .1rem;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox p span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .info {
    line-height: .35rem;
    height: .7rem;
    overflow: hidden;
    display: block;
    font-size: .2rem;
    color: #4c4c4c;
    margin-bottom: .0rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .none {
    display: none;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li {
    overflow: hidden;
    width: 100%;
    padding: 0.25rem 0.3rem;
    margin-top: 0.2rem;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .l {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 0.1rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .l img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r {
    display: table;
    padding-left: 0.1rem;
    width: 88%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 {
    font-size: 0.2rem;
    color: #666;
    font-weight: bold;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 span.active {
    font-size: 0.2rem;
    color: #ed6b00;
    font-weight: 400;
    padding: 0 0.05rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 .guanzhu {
    float: right;
    color: #fff;
    background: #ed6b00;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.2rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 .del {
    float: right;
    color: #999;
    font-size: 0.2rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.3rem;
    margin: 0.2rem 0;
    position: relative;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info a.centent-info {
    display: block;
    overflow: hidden;
    line-height: .36rem;
    font-size: .24rem;
    color: #666 !important;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info.sexLine {
    margin: 0.2rem 0 0.4rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info.sexLine a {
    height: 2.1rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info span {
    font-weight: bold;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info .open-More {
    position: absolute;
    bottom: -0.4rem;
    right: 0;
    font-size: 0.2rem;
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .plBtn {
    text-align: right;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .plBtn a {
    padding: 0 0.1rem;
    font-size: 0.2rem;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .plBtn a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList {
    width: 100%;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item {
    width: 1.15rem;
    margin-right: 0.37rem;
    float: left;
    transition: all .5s;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookImg {
    width: 100%;
    height: 1.5rem;
    box-shadow: 2px 2px 5px #b7b7b7;
    position: relative;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookImg img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookName {
    font-size: 0.2rem;
    line-height: 0.3rem;
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    margin: 5px 0px 0px;
    font-weight: 400;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .userName {
    color: #999999;
    font-size: 0.2rem;
    width: 100%;
    line-height: 0.3rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookPrice {
    width: 100%;
    color: #ed6b00;
    font-size: 0.2rem;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookPrice span {
    font-size: 0.2rem;
    color: #999999;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item:last-child {
    margin-right: 0px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail {
    width: 100%;
    padding: 0.1rem;
    display: inline-block;
    background: #f5f5f5;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .l {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 0.1rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .l img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r {
    display: table;
    padding-left: 0.1rem;
    width: 88%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r h4 {
    font-size: 0.2rem;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r h4 span.active {
    font-size: 0.2rem;
    color: #ed6b00;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r .info {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.3rem;
    margin: 0.15rem 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r .info span {
    font-weight: bold;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail > h4 {
    width: 100%;
    float: left;
    font-size: 0.23rem;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail > h4 span.active {
    font-size: 0.2rem;
    color: #ed6b00;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .info {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.3rem;
    margin: 0.2rem 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-top {
    width: 100%;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newleft {
    float: left;
    height: 1.2rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 0.1rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newleft .hei12 {
    height: 1.2rem;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright {
    display: flow-root;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .newTitle {
    color: #4c4c4c;
    font-size: 0.2rem;
    font-weight: bold;
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .noWrap {
    font-size: 0.2rem;
    color: #4c4c4c;
    margin: 0.1rem 0 0.2rem 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .allBook {
    font-size: 0.2rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .allBook a {
    padding: 0.05rem 0.1rem;
    background: #e0e0e0;
    color: #666666;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-left {
    float: left;
    width: 1.2rem;
    height: 1.7rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 0.1rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-left img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right {
    display: flow-root;
    padding-left: 0.2rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 {
    color: #4c4c4c;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .borderLine {
    padding: 1px 0.08rem;
    color: #FFF;
    background: #fab221;
    font-size: 0.2rem;
    font-weight: normal;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star {
    color: #999;
    font-size: 0.2rem;
    margin: 0.1rem 0;
    font-weight: normal;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star .xingbox {
    display: inline-block;
    padding: 0 0.1rem;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right .line {
    font-weight: bold;
    color: #999;
    font-size: 0.2rem;
    margin: 0.1rem 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right .zuozhe {
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail .plBtn {
    text-align: right;
    margin-top: 0.2rem;
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail .plBtn a {
    padding: 0 0.1rem;
    font-size: 0.2rem;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail .plBtn a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .getMore {
    width: 100%;
    margin: .1rem auto .5rem;
    display: block;
    font-size: .25rem;
    color: #ed5800;
    text-align: center;
    cursor: pointer;
  }
  body .noteCont .contbox .orderBox {
    width: 6.8rem;
    margin: 0 auto;
  }
  body .noteCont .contbox .orderBox .orderNav {
    background: #fafafa;
    line-height: 1rem;
    padding: .2rem;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .orderNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 20%;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    font-size: .24rem;
    color: #999;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBox .orderNav span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBox .orderNav span:last-child {
    border: none;
  }
  body .noteCont .contbox .orderBox .orderNav a {
    float: right;
    color: #ed6b00;
    font-size: .2rem;
    height: .4rem;
    line-height: .4rem;
  }
  body .noteCont .contbox .orderBox .oderList {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN {
    width: 100%;
    display: none;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top {
    overflow: hidden;
    width: 100%;
    padding: .2rem 0px 0rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .checkbox {
    float: left;
    margin: .21rem .2rem .21rem 0rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .checkbox input {
    height: .3rem;
    width: .3rem;
    margin-left: 0px;
    border: 1px solid #666;
    background-color: transparent;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .checkbox label {
    font-size: .24rem;
    color: #666;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .orderBtn {
    float: left;
    overflow: hidden;
    margin: .14rem 0rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .orderBtn span {
    display: block;
    height: .5rem;
    width: 1.4rem;
    text-align: center;
    line-height: .5rem;
    color: #666;
    background: #e0e0e0;
    float: left;
    font-size: .2rem;
    cursor: pointer;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .orderBtn span.active {
    background: #ed6b00;
    color: #fff;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .guanliBtn {
    float: right;
    margin: .14rem 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .guanliBtn a {
    border: 1px solid #ed6b00;
    color: #ed6b00;
    height: .5rem;
    width: 1.4rem;
    display: block;
    font-size: .2rem;
    text-align: center;
    line-height: .5rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont {
    width: 100%;
    min-height: 1rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont {
    width: 100%;
    overflow: hidden;
    margin-bottom: .15rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont input {
    height: .3rem;
    width: .3rem;
    margin-left: 0px;
    margin-right: .15rem;
    border: 1px solid #666;
    background-color: transparent;
    float: left;
    margin-top: .22rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState span {
    font-size: .22rem;
    color: #4c4c4c;
    margin-right: .4rem;
    width: 100%;
    display: block;
    line-height: .35rem;
    margin-top: .2rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState div {
    width: 100%;
    padding: .1rem 0rem;
    text-align: left;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState div span {
    font-weight: 400;
    display: block;
    margin: 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState .times {
    font-size: .2rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState .times b {
    margin-right: .1rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState .times span {
    display: inline;
    color: #ed6b00;
    font-weight: 400;
    margin-right: .1rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin: 0 0px .2rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .rows {
    display: none;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList {
    width: 100%;
    position: relative;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item {
    width: 100%;
    padding: .25rem 0px .3rem;
    overflow: hidden;
    position: relative;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo {
    width: 100%;
    float: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .imgbox {
    width: 1.61rem;
    height: 2.24rem;
    position: relative;
    margin-right: .4rem;
    float: left;
    /*  .iconfont{
                                                            font-size: 12px;
                                                            color: #FFF;
                                                            background:rgba(0,0,0,.4);
                                                            position: absolute;
                                                            bottom: 0px;
                                                            right: 0px;
                                                            padding: 2px 5px;
                                                        }*/
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext h4 {
    font-size: .28rem;
    color: #4c4c4c;
    line-height: .4rem;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext h4 span {
    padding: .05rem .1rem;
    background: #f89c3d;
    color: #FFF;
    font-size: .2rem;
    vertical-align: top;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext .name {
    font-size: .24rem;
    color: #666;
    margin: .2rem 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext .info {
    font-size: .24rem;
    color: #666;
    line-height: .35rem;
    height: 1.01rem;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext .zhangjie {
    font-size: .24rem;
    color: #ed6b00;
    line-height: .35rem;
    padding-top: .15rem;
    padding: .2rem .1rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .price {
    width: 33%;
    height: 1.6rem;
    text-align: center;
    padding: 0 .2rem;
    float: left;
    color: #ed6b00;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .price p {
    font-size: .12rem;
    color: #fe0000;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .orderNumber {
    width: 33%;
    height: 1.5rem;
    text-align: center;
    padding: 0 .2rem;
    float: left;
    color: #4c4c4c;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .odertSet {
    width: 33%;
    height: 1.5rem;
    text-align: center;
    padding: 0 .2rem;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .odertSet a {
    color: #4c4c4c;
    font-size: .2rem;
    margin: .1rem 0px;
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: .1rem;
    padding: .1rem 0rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .odertSet .ping {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0px;
    left: 0rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tbody {
    width: 100%;
    min-width: 100%;
    display: block;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td {
    padding: .1rem .15rem;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    width: 50%;
    display: block;
    float: left;
    min-height: .82rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_name,
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_price,
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_num {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_num {
    line-height: 40px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .people_num {
    display: block;
    width: 100%;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td > a {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 40px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td > a.active {
    color: #358dc5;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left {
    width: 100%;
    overflow: hidden;
    border-right: none;
    padding: 0px;
    position: relative;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .imgbox {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
    margin: 0 auto;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text {
    width: 100%;
    padding: .25rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text h5 {
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    text-align: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text h5 a {
    color: #333;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_info {
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_times {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_times span {
    float: left;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_times p {
    float: left;
    font-size: 12px;
    color: #8e8e8e;
    min-width: 80%;
    text-align: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox {
    position: absolute;
    top: .15rem;
    left: 0rem;
    width: 100%;
    text-align: right;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon {
    line-height: 20px;
    padding: 0 15px;
    background: #333;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon.icon_yellow {
    background: #ff5d34;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon.icon_blue {
    background: #0d55da;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon.icon_black {
    background: #333;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_tishi {
    font-size: 14px;
    line-height: 25px;
    color: #ff5d34;
    display: inline-block;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_link {
    position: absolute;
    bottom: .2rem;
    left: .2rem;
    color: #4c4c4c;
    font-size: .2rem;
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: .1rem;
    width: 2rem;
    height: .6rem;
    padding: 0px;
    line-height: .6rem;
    min-height: .6rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_link a {
    line-height: .6rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal {
    width: 100%;
    text-align: right;
    font-size: .2rem;
    color: #999999;
    overflow: hidden;
    padding: .15rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .orderAllPrice {
    color: #ed6b00;
    font-size: .24rem;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .total {
    float: right;
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .total p {
    color: #fe0000;
    line-height: .5rem;
    font-size: .2rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .payBtn {
    float: right;
    display: inline-block;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .payBtn .buyBtn {
    display: block;
    font-size: .2rem;
    color: #FFF;
    background: #ed6b00;
    width: 1.4rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    border: 1px solid #ed6b00;
    float: left;
    margin-left: .3rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .payBtn .buyNo {
    display: block;
    font-size: .2rem;
    color: #999;
    border: 1px solid #e0e0e0;
    width: 1.4rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    float: left;
    margin-left: .2rem;
  }
  body .noteCont .contbox .orderBox .oderList .itemN.active {
    display: block;
  }
  body .noteCont .contbox .orderBox .oderList .itemN.noInfo .xiang {
    display: none;
  }
  body .noteCont .contbox .userNewsBox {
    width: 100%;
    padding: 0.6rem .35rem 0rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav {
    background: #fafafa;
    line-height: .6rem;
    padding: 0.2rem .2rem;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span {
    cursor: pointer;
    display: block;
    float: left;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .2rem;
    color: #999;
    font-weight: 400;
    padding: 0 .3rem;
    width: 50%;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span sup {
    font-size: .2rem;
    width: 0.06rem;
    height: 0.06rem;
    background: #ed6b00;
    display: inline-block;
    border-radius: 50%;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav .reshRecord {
    display: block;
    float: right;
    height: .2rem;
    line-height: .4rem;
    font-size: .2rem;
    color: #666666;
    text-align: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav.moreNav span {
    margin-bottom: 0rem;
    text-align: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN {
    width: 100%;
    display: none;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list {
    width: 100%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list .items {
    padding: .25rem .25rem .2rem;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list .items p {
    font-size: .2rem;
    line-height: .35rem;
    color: #999;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list .items .info {
    font-size: .2rem;
    color: #666;
    line-height: .4rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 {
    width: 100%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items {
    width: 100%;
    padding: .2rem;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .imgbox {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-right: .3rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .imgbox .sup {
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    background: #ed6b00;
    color: #FFF;
    border-radius: 50%;
    font-size: .2rem;
    width: .4rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText {
    float: left;
    width: 4.8rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText h5 {
    font-size: .2rem;
    color: #4c4c4c;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText h5 span {
    color: #ed6b00;
    margin-right: .1rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText .info {
    font-size: .2rem;
    color: #4c4c4c;
    margin: 10px 0px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText .times {
    font-size: .2rem;
    color: #999999;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 {
    width: 100%;
    padding: .3rem 0rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items {
    width: 100%;
    padding: .15rem;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .imgbox {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    position: relative;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .imgbox .sup {
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    background: #ed6b00;
    color: #FFF;
    border-radius: 50%;
    font-size: .2rem;
    width: .4rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .rightText {
    float: left;
    width: 5.2rem;
    padding-bottom: .2rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .rightText .info {
    font-size: .2rem;
    color: #4c4c4c;
    margin-left: .3rem;
    margin-bottom: .1rem;
    padding: .2rem .15rem;
    background: #fafafa;
    border-radius: .1rem;
    position: relative;
    line-height: .35rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .rightText .times {
    font-size: .2rem;
    color: #999999;
    padding-left: .5rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.left .rightText .info::before {
    content: '';
    width: 0;
    height: 0;
    border-right: .4rem solid #fafafa;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid transparent;
    position: absolute;
    top: .5rem;
    left: -0.2rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .imgbox {
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText {
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText .info {
    margin-right: .3rem;
    margin-left: 0px;
    background: #fdf0e5;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText .info::before {
    content: '';
    width: 0;
    height: 0;
    border-left: .4rem solid #fdf0e5;
    border-top: .2rem solid transparent;
    border-bottom: .2rem solid transparent;
    position: absolute;
    top: .5rem;
    right: -0.2rem;
    left: inherit;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText .times {
    font-size: .2rem;
    color: #999999;
    padding-right: .5rem;
    text-align: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 {
    width: 100%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 .recordDay {
    font-size: .2rem;
    color: #666666;
    padding: .2rem .2rem 0px;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul {
    width: 100%;
    overflow: hidden;
    padding: .2rem .2rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li {
    width: 100%;
    margin-right: 0px !important;
    padding-bottom: .3rem;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: .2rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox {
    width: 1.15rem;
    height: 1.6rem;
    position: relative;
    float: left;
    margin-right: .25rem;
    /* .iconfont{
                                                position: absolute;
                                                bottom: 0px;
                                                right: 0px;
                                                padding: .04rem .1rem;
                                                background: rgba(0,0,0,.6);
                                                color: #FFF;
                                                font-size: .2rem;
                                            }*/
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox .icon_mian {
    width: .43rem;
    height: .53rem;
    background-image: url(../images/index/main_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox .icon_main2 {
    width: .43rem;
    height: .53rem;
    background-image: url(../images/bargainPrice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext {
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title {
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title h4 {
    width: 4.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .28rem;
    color: #4c4c4c;
    font-weight: 400;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title .vip {
    padding: .04rem .1rem;
    background: #f89c3d;
    color: #fff;
    font-size: .2rem;
    margin-left: .1rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title .addCar {
    float: right;
    font-size: .24rem;
    color: #ed6b00;
    cursor: pointer;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .nameTime {
    margin: .1rem 0px;
    font-size: .2rem;
    color: #999;
    display: table;
    display: none;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .info {
    font-size: .24rem;
    color: #4c4c4c;
    line-height: .4rem;
    height: .8rem;
    overflow: hidden;
    margin: 0.1rem 0;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox {
    padding: .2rem 0px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .price {
    font-size: .24rem;
    font-weight: 400;
    color: #ed6b00;
    padding-right: .1rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .oldPrice {
    font-size: .2rem;
    color: #999;
    text-decoration: line-through;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .btns {
    overflow: hidden;
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .btns a {
    display: block;
    float: right;
    line-height: .4rem;
    padding: 0 .1rem;
    margin-left: .1rem;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    border-radius: .1rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .btns .buyBtn {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox {
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .collect {
    font-size: .2rem;
    color: #666666;
    cursor: pointer;
    line-height: .48rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .btns {
    overflow: hidden;
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .btns a {
    display: block;
    float: right;
    line-height: .48rem;
    padding: 0 .1rem;
    margin-left: .2rem;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    border-radius: .1rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .btns .buyBtn {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li:nth-child(odd) {
    margin-right: .6rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 ul {
    width: 100%;
    padding: .2rem;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 ul li {
    border-radius: .5rem;
    line-height: .5rem;
    border: 1px solid #e0e0e0;
    font-size: .2rem;
    color: #666666;
    display: inline-block;
    margin: .1rem .1rem;
    padding: 0 .1rem;
    float: left;
    cursor: pointer;
    transition: all .2s;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 ul li.active {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 .saveLabel {
    display: block;
    width: 1.5rem;
    height: .55rem;
    border-radius: .55rem;
    line-height: .53rem;
    border: 1px solid #ed6b00;
    font-size: .28rem;
    color: #ed6b00;
    text-align: center;
    float: right;
    margin: 0px .2rem .2rem;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .addSixin {
    width: 100%;
    background: #fafafa;
    padding: .2rem;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .addSixin input {
    height: .8rem;
    width: 5rem;
    background: #FFF;
    border: 1px solid #e0e0e0;
    padding: 0px .2rem;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .addSixin .addSxBtn {
    width: 1.2rem;
    height: .8rem;
    border-radius: .1rem;
    background: #ed6b00;
    border: none;
    color: #FFF;
    margin-left: .12rem;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN.active {
    display: block;
  }
  body .noteCont .contbox .userNewsBox .getMore {
    width: 2.2rem;
    margin: .2rem auto .1rem;
    display: block;
    font-size: .2rem;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .userNewsBox2 {
    width: 100%;
    padding: 0 .35rem;
  }
  body .noteCont .contbox .userNewsBox2 h4 {
    font-size: .28rem;
    color: #4c4c4c;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList {
    width: 100%;
    border-top: none;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN {
    width: 100%;
    display: none;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 ul {
    width: 100%;
    padding: .2rem;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 ul li {
    border-radius: .3rem;
    line-height: .5rem;
    border: 1px solid #e0e0e0;
    font-size: .2rem;
    color: #666666;
    display: inline-block;
    margin: .1rem .1rem;
    padding: 0 .2rem;
    float: left;
    cursor: pointer;
    transition: all .2s;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 ul li.active {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 .saveLabel {
    display: block;
    width: 1.5rem;
    height: .55rem;
    border-radius: .55rem;
    line-height: .53rem;
    border: 1px solid #ed6b00;
    font-size: .28rem;
    color: #ed6b00;
    text-align: center;
    float: right;
    margin: 0px .2rem .2rem;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .addSixin {
    width: 100%;
    background: #fafafa;
    padding: .2rem;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .addSixin input {
    height: .8rem;
    width: 5rem;
    background: #FFF;
    border: 1px solid #e0e0e0;
    padding: 0px .2rem;
    float: left;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .addSixin .addSxBtn {
    width: 1.2rem;
    height: .8rem;
    border-radius: .1rem;
    background: #ed6b00;
    border: none;
    color: #FFF;
    margin-left: .12rem;
    float: left;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN.active {
    display: block;
  }
  body .noteCont .contbox .userNewsBox2 .getMore {
    width: 2.2rem;
    margin: .2rem auto .1rem;
    display: block;
    font-size: .2rem;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .fapiaoXQ {
    width: 100%;
    padding: 0 .35rem;
    margin-bottom: .4rem;
  }
  body .noteCont .contbox .fapiaoXQ:last-child {
    margin-bottom: 0px;
  }
  body .noteCont .contbox .fapiaoXQ .fpNav {
    color: #999999;
    text-align: left;
  }
  body .noteCont .contbox .fapiaoXQ .fpNav a {
    font-size: .28rem;
    color: #999999;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont {
    width: 100%;
    padding-bottom: .4rem;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .selectFp {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .selectFp select {
    width: 75%;
    height: .8rem;
    padding: 0 .2rem;
    font-size: .24rem;
    color: #999;
    border: 1px solid #ed6b00;
    border-top-left-radius: .1rem;
    border-bottom-left-radius: .1rem;
    float: left;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .selectFp .searchBtn {
    display: block;
    float: left;
    width: 25%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: #ed6b00;
    color: #FFF;
    border-top-right-radius: .1rem;
    border-bottom-right-radius: .1rem;
    cursor: pointer;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList {
    width: 100%;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li {
    width: 100%;
    margin: .4rem 0px;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li h5 {
    font-size: .2rem;
    color: #4c4c4c;
    font-weight: 400;
    padding: .25rem .2rem;
    border-bottom: 1px solid #e0e0e0;
    background: #fafafa;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem {
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .l {
    width: 100%;
    padding: 0rem .2rem;
    border-bottom: 1px dashed #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .l p {
    font-size: .28rem;
    color: #666666;
    font-weight: 400;
    line-height: .4rem;
    text-align: left;
    margin: .3rem 0px;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r {
    width: 100%;
    padding: 0rem .2rem;
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r p {
    text-align: left;
    font-size: .28rem;
    color: #666666;
    font-weight: 400;
    line-height: .4rem;
    margin: .3rem 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r p a {
    font-size: .2rem;
    border: 1px solid #e0e0e0;
    color: #666666;
    padding: .1rem .2rem;
    border: 1px solid #ed6b00;
    border-radius: .05rem;
    margin-right: .15rem;
    float: left;
    display: inline-block;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r p a:first-child {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .tishi {
    float: left;
    width: 100%;
    padding: 0px .2rem .5rem;
    font-weight: 400;
    font-size: .28rem;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .active {
    color: #e00303 !important;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont {
    text-align: center;
    padding: 0rem;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage-em {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage {
    font-size: .2rem;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage a {
    height: .4rem;
    line-height: .4rem;
    padding: 0 .15rem;
    font-size: .2rem;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage span {
    height: .4rem;
    line-height: .4rem;
    font-size: .2rem;
    color: #666666;
    padding: 0 .15rem;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage select {
    height: .34rem;
    line-height: .34rem;
    font-size: .2rem;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage input,
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage button {
    height: .42rem;
    line-height: .42rem;
    padding: 0 .2rem;
    font-size: .2rem;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ .getMore {
    width: 2rem;
    margin: 20px auto;
    display: block;
    font-size: .2rem;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .orderBuy {
    width: 100%;
    padding: 0 .35rem;
  }
  body .noteCont .contbox .orderBuy .orderBuyNav {
    color: #4c4c4c;
    text-align: left;
  }
  body .noteCont .contbox .orderBuy .orderBuyNav a {
    font-size: .24rem;
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont {
    width: 100%;
    padding: .2rem .25rem;
    background: #fafafa;
    margin: .35rem 0px .4rem;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont > p {
    font-size: .2rem;
    line-height: .4rem;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont .orderNumber {
    font-size: .3rem;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont .orderAdd {
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont .orderState {
    color: #fe0000;
  }
  body .noteCont .contbox .orderBuy .buyCont {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin: .2rem 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .rows {
    display: none;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item {
    width: 100%;
    padding: .25rem .2rem .3rem;
    overflow: hidden;
    position: relative;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo {
    width: 100%;
    float: left;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .imgbox {
    width: 1.61rem;
    height: 2.24rem;
    position: relative;
    margin-right: .4rem;
    float: left;
    /* .iconfont{
                                                font-size: 12px;
                                                color: #FFF;
                                                background:rgba(0,0,0,.4);
                                                position: absolute;
                                                bottom: 0px;
                                                right: 0px;
                                                padding: 2px 5px;
                                            }*/
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext h4 {
    font-size: .28rem;
    color: #4c4c4c;
    line-height: .4rem;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext h4 span {
    padding: .05rem .1rem;
    background: #f89c3d;
    color: #FFF;
    font-size: .2rem;
    vertical-align: top;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext .name {
    font-size: .24rem;
    color: #666;
    margin: .1rem 0rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext .info {
    font-size: .24rem;
    color: #666;
    line-height: .35rem;
    height: 1.01rem;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .price {
    width: 48%;
    height: 2rem;
    text-align: center;
    padding: 0 .2rem;
    float: left;
    color: #4c4c4c;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .price .oldPri {
    font-size: .2rem;
    color: #999;
    text-decoration: line-through;
    padding: .05rem 0rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .price p {
    font-size: 12px;
    color: #fe0000;
    margin-top: .2rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .orderNumber {
    width: 48%;
    height: 2rem;
    text-align: center;
    padding: 0 .2rem;
    float: left;
    color: #4c4c4c;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .odertSet {
    display: none;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0px;
    left: 0rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(1) {
    width: 418px;
    text-align: left;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(2) {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(3) {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(4) {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .bookInfo {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .price {
    width: 50%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .orderNumber {
    width: 50%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .odertSet {
    width: 100%;
    text-align: center;
    padding: 0 .2rem;
    float: left;
    display: block;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .odertSet a {
    color: #4c4c4c;
    font-size: .2rem;
    margin: .1rem auto;
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: .1rem;
    padding: .1rem 0rem;
    width: 50%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .odertSet .active {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal {
    width: 100%;
    margin: .5rem 0px 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div {
    overflow: hidden;
    width: 100%;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div span {
    float: left;
    width: 2.4rem;
    text-align: left;
    font-size: .2rem;
    color: #999999;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div b {
    float: right;
    text-align: right;
    width: 3.6rem;
    font-size: .2rem;
    color: #999999;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div .goJieSuan {
    float: left;
    width: 2.8rem;
    height: .9rem;
    border: none;
    background: #ed6b00;
    color: #FFF;
    margin: .3rem 0px;
    font-size: .3rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div .noDingdan {
    float: right;
    width: 2.8rem;
    height: .9rem;
    border: none;
    color: #666666;
    margin: .3rem 0px;
    font-size: .3rem;
    background: none;
    border: 1px solid #e0e0e0;
    margin-left: .4rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(2) span {
    color: #999999;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(2) b {
    color: #999999;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(3) span {
    color: #666666;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(3) b {
    color: #fe0000;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(4) span {
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(4) b {
    color: #fe0000;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont {
    padding: .3rem 0px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.3rem;
    width: 6.25rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .imgbox {
    float: left;
    width: 1.61rem;
    height: 2.24rem;
    position: relative;
    margin-right: .3rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .imgbox span {
    text-align: center;
    padding: .1rem;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 12px;
    border-radius: .2rem;
    transform: scale(0.6) translateX(-50%);
    white-space: nowrap;
    transform-origin: 0 0;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight {
    width: 4.3rem;
    float: right;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight > h5 {
    font-size: .26rem;
    line-height: .4rem;
    max-height: .8rem;
    overflow: hidden;
    color: #333;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight > h5 a {
    color: #333;
    font-weight: 600;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .tag {
    font-size: 12px;
    line-height: .45rem;
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .price {
    font-size: .3rem;
    color: #f02222;
    line-height: .5rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .infobox {
    font-size: 12px;
    color: #333;
    line-height: .35rem;
    max-height: .7rem;
    overflow: hidden;
    display: none;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .by_box {
    width: 100%;
    overflow: hidden;
    padding: .1rem 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .by_box .bookNum {
    line-height: .2rem;
    font-size: 12px;
    color: #999999;
    display: block;
    float: left;
    margin: .1rem 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook h5 {
    font-size: .2rem;
    color: #ed6b00;
    line-height: .5rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook h5 span {
    color: #f02222;
    padding: 0 .1rem;
    font-size: .2rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook .tishi {
    font-size: .2rem;
    color: #f02222;
    margin-top: .2rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul {
    width: 100%;
    overflow-x: hidden;
    margin: .3rem 0px;
    border: 1px solid #ebebeb;
    max-height: 8rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li {
    width: 1.61rem;
    margin: 0.2rem .3rem 0.2rem;
    float: left;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .imgbox {
    width: 100%;
    height: 2.24rem;
    position: relative;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .bookName {
    font-size: 12px;
    line-height: .35rem;
    width: 100%;
    overflow: hidden;
    height: .7rem;
    margin: .2rem 0px .1rem;
    font-weight: 400;
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .userName {
    color: #999999;
    font-size: 12px;
    width: 100%;
    line-height: .35rem;
    min-height: .35rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul::-webkit-scrollbar {
    width: .1rem;
    height: .1rem;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .contbox .orderProblem {
    width: 100%;
    padding: .35rem 0.35rem;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-right: 30px;
    display: none;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items {
    width: 100%;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items h5 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: left;
    background: #88c0c0;
    color: #FFF;
    font-size: 18px;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul {
    width: 100%;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li {
    line-height: 40px;
    padding: 0 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    transition: all .3s;
    position: relative;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li a {
    display: block;
    color: #333;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li a:hover {
    color: #333;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li:hover {
    background: #4d4040;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li:hover a {
    color: #FFF;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li.active {
    background: #4d4040;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li.active a {
    color: #FFF;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li:last-child {
    border: none;
  }
  body .noteCont .contbox .orderProblem .problemList {
    width: 100%;
  }
  body .noteCont .contbox .orderProblem .problemList > div strong,
  body .noteCont .contbox .orderProblem .problemList > div h1,
  body .noteCont .contbox .orderProblem .problemList > div h2,
  body .noteCont .contbox .orderProblem .problemList > div h3,
  body .noteCont .contbox .orderProblem .problemList > div h4,
  body .noteCont .contbox .orderProblem .problemList > div h5,
  body .noteCont .contbox .orderProblem .problemList > div h6 {
    font-weight: 400;
  }
  body .noteCont .contbox .orderProblem .problemList > div h3 {
    font-size: .3rem;
    color: #4c4c4c;
    margin-bottom: .4rem;
    font-weight: 400;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div {
    margin-bottom: .5rem;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div h5 {
    font-size: .3rem;
    color: #4c4c4c;
    margin-bottom: .2rem;
    font-weight: 400;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div div {
    font-size: .2rem;
    color: #666666;
    line-height: .4rem;
    padding-left: .2rem;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div img {
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox {
    width: 100%;
    padding: 0 .35rem;
  }
  body .noteCont .contbox .pingjiaBox .orderBuyNav {
    color: #4c4c4c;
    text-align: left;
  }
  body .noteCont .contbox .pingjiaBox .orderBuyNav a {
    font-size: .2rem;
    color: #4c4c4c;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo {
    margin: .2rem 0px;
    overflow: hidden;
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .imgbox {
    width: 1.65rem;
    height: 2.3rem;
    position: relative;
    float: left;
    margin-right: .25rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .imgbox .icon {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: .04rem .1rem;
    background: #f89e3a;
    color: #FFF;
    font-size: .2rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > h5 {
    font-size: .3rem;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > h5 span {
    background: #fab221;
    color: #fff;
    padding: 0 .1rem;
    font-size: .2rem;
    height: .3rem;
    line-height: .3rem;
    display: inline-block;
    border: 1px solid #fab221;
    margin-left: .05rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div {
    padding: .1rem;
    display: block;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont {
    overflow: hidden;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pl {
    float: left;
    width: 100%;
    font-size: .2rem;
    color: #999;
    margin-bottom: 0.1rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pl b {
    font-size: .3rem;
    color: #ed6b00;
    margin: 0px .15rem 0px 0px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pl i {
    text-decoration: line-through;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr {
    float: right;
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr > span {
    font-size: .2rem;
    color: #999;
    display: block;
    margin-bottom: 0.1rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr > div {
    text-align: left;
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr > div span {
    font-size: .2rem;
    color: #999;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr .xingbox {
    float: right;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .namebox {
    font-size: .2rem;
    color: #999;
    line-height: .35rem;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .isb {
    font-size: .2rem;
    color: #999;
    line-height: .2rem;
    margin-bottom: .1rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord {
    font-size: .2rem;
    color: #999;
    overflow: hidden;
    line-height: 20px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord span {
    float: left;
    display: block;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord > div {
    width: 5.5rem;
    float: left;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord > div span {
    margin-right: .16rem;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord a {
    font-size: .2rem;
    color: #999;
    float: right;
    width: 100%;
    text-align: center;
    padding: .2rem 0rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox {
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title {
    overflow: hidden;
    margin-bottom: .34rem;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title h5 {
    display: inline-block;
    float: left;
    font-size: .3rem;
    font-weight: 400;
    line-height: .25rem;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox {
    line-height: .35rem;
    padding: 0 .2rem;
    float: left;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox span {
    font-size: .3rem;
    color: #999;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .btnBox {
    float: right;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .btnBox span {
    font-size: .2rem;
    color: #999;
    float: left;
    margin: 0 .2rem;
    cursor: pointer;
    line-height: .25rem;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox #pingjia {
    width: 100%;
    border-radius: .1rem;
    border: 1px solid #e0e0e0;
    padding: .2rem .3rem;
    resize: none;
    color: #999999;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox #pingjia:disabled {
    background: #FFF;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan {
    overflow: hidden;
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-item {
    width: 50%;
    float: left;
    margin-bottom: 0px !important;
    margin-top: .1rem;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-input-block {
    float: left;
    margin-left: 0px;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
    margin-top: .12rem;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-label {
    float: left;
    width: 1.6rem;
    font-size: .2rem;
    padding: .18rem 0px;
    text-align: left;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .pinglun-btn {
    float: right;
    background: #ed6b00;
    width: 2rem;
    height: .6rem;
    border-radius: .1rem;
    border: none;
    color: #FFF;
    line-height: .56rem;
    margin: .1rem 0px;
  }
  body .noteCont .contbox .followList {
    width: 100%;
    padding: 0 .35rem;
  }
  body .noteCont .contbox .followList .followNav {
    background: #fafafa;
    line-height: .8rem;
    padding: .2rem;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .followList .followNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 1.8rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .24rem;
    font-weight: 400;
    color: #ed6b00;
  }
  body .noteCont .contbox .followList .list {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  body .noteCont .contbox .followList .list ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .followList .list ul li {
    width: 100%;
    float: left;
    padding: .25rem .2rem;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .followList .list ul li .imgBox {
    float: left;
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    border-radius: .1rem;
    margin-right: .2rem;
  }
  body .noteCont .contbox .followList .list ul li .imgBox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .followList .list ul li .right {
    overflow: hidden;
  }
  body .noteCont .contbox .followList .list ul li .right .top {
    overflow: hidden;
    margin-bottom: 10px;
  }
  body .noteCont .contbox .followList .list ul li .right .top a {
    text-decoration: none;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 {
    font-size: .3rem;
    color: #4c4c4c;
    width: 3rem;
    float: left;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: .2rem;
    vertical-align: middle;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 .vip {
    width: .28rem;
    height: .32rem;
    background-image: url(../images/icon/icon_vip.png);
    margin: .04rem 0rem .04rem 0.1rem;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 .author {
    width: .8rem;
    height: .28rem;
    background-image: url(../images/icon/icon_author.png);
    margin: .06rem 0rem .06rem 0.1rem;
  }
  body .noteCont .contbox .followList .list ul li .right .top .followBtn {
    float: right;
    width: 1.24rem;
    height: .5rem;
    line-height: .48rem;
    text-align: center;
    color: #FFF;
    font-size: .2rem;
    background: #ed6b00;
    border-radius: .05rem;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .followList .list ul li .right .top .followBtn.active {
    background-color: transparent;
    color: #ed6b00;
  }
  body .noteCont .contbox .followList .list ul li .right .top .nofollowBtn {
    float: right;
    width: 1.24rem;
    height: .5rem;
    line-height: .48rem;
    text-align: center;
    color: #999;
    font-size: .2rem;
  }
  body .noteCont .contbox .followList .list ul li .right .info {
    font-size: .2rem;
    color: #4c4c4c;
    line-height: .4rem;
    height: .8rem;
    overflow: hidden;
  }
  body .noteCont .contbox .followList .getMore {
    width: 2rem;
    margin: .3rem auto;
    display: block;
    font-size: .2rem;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .newSetBox {
    width: 6.8rem;
    margin: 0 .35rem;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .newSetBox .layui-form {
    display: inline-block;
    width: 100%;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-item {
    margin-bottom: 0px !important;
    width: 25%;
    float: right;
    clear: inherit;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-input-block {
    float: right;
    margin-left: 0rem;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
    margin-top: 0px;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-label {
    display: none;
  }
  body .noteCont .contbox .newSetBox ul {
    width: 100%;
  }
  body .noteCont .contbox .newSetBox ul li {
    width: 100%;
    overflow: hidden;
    line-height: 1.2rem;
    padding: 0 .2rem;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .newSetBox ul li h5 {
    font-size: .2rem;
    line-height: 1.2rem;
    font-size: #4c4c4c;
    width: 75%;
    float: left;
    font-weight: 400;
  }
  body .noteCont .contbox #pagesCont {
    text-align: center;
    padding: 0rem;
  }
  body .noteCont .contbox #pagesCont .layui-laypage-em {
    background-color: #ed6b00;
  }
  body .noteCont .contbox #pagesCont .layui-laypage {
    font-size: .2rem;
  }
  body .noteCont .contbox #pagesCont .layui-laypage a {
    height: .4rem;
    line-height: .4rem;
    padding: 0 .15rem;
    font-size: .2rem;
    color: #666666;
  }
  body .noteCont .contbox #pagesCont .layui-laypage span {
    height: .4rem;
    line-height: .4rem;
    font-size: .2rem;
    color: #666666;
  }
  body .noteCont .contbox #pagesCont .layui-laypage select {
    height: .34rem;
    line-height: .34rem;
    font-size: .2rem;
    color: #666666;
  }
  body .noteCont .contbox #pagesCont .layui-laypage input,
  body .noteCont .contbox #pagesCont .layui-laypage button {
    height: .42rem;
    line-height: .42rem;
    padding: 0 .2rem;
    font-size: .2rem;
    color: #666666;
  }
  body .noteCont .mh_Tankuang {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
    background-image: url(../images/manghe/black_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: none;
  }
  body .noteCont .mh_Tankuang .tan_inbox {
    width: 6.8rem;
    background: #FFF;
    padding: .3rem .35rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .noteCont .mh_Tankuang .tan_inbox .top {
    width: 100%;
    text-align: center;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top h5 {
    font-size: .3rem;
    font-weight: 600;
    padding: .2rem 0 .3rem;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top h5 .iconfont {
    width: .4rem;
    height: .4rem;
    display: inline-block;
    font-size: .2rem;
    line-height: .4rem;
    color: #FFF;
    background: #ed6b00;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top .texts {
    font-size: .2rem;
    text-align: left;
    color: #ed6b00;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top .texts span {
    color: #d20418;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList {
    width: 100%;
    margin: .35rem 0px .5rem;
    border: 1px solid #ebebeb;
    padding: .15rem .2rem;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList .texts {
    font-size: .2rem;
    text-align: left;
    color: #d20418;
    padding-bottom: .2rem;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul {
    max-height: 7.25rem;
    overflow-x: hidden;
    font-size: 0;
    transition: all .3s;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li {
    width: 1.61rem;
    margin: 0px .38rem .15rem 0rem;
    display: inline-block;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .imgbox {
    width: 100%;
    height: 2.24rem;
    position: relative;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .bookName {
    font-size: 12px;
    line-height: .35rem;
    width: 100%;
    overflow: hidden;
    height: .7rem;
    margin: .15rem 0px .1rem;
    font-weight: 400;
    color: #4c4c4c;
    white-space: initial;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .userName {
    color: #999999;
    font-size: 12px;
    width: 100%;
    line-height: .35rem;
    min-height: .35rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li:nth-child(3n) {
    margin-right: 0rem;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList::-webkit-scrollbar {
    width: 6px;
    height: 8px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box {
    width: 100%;
    text-align: center;
    margin: .4rem 0px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box a {
    display: inline-block;
    width: 1.5rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    border-radius: .05rem;
    margin: 0 .1rem;
    font-size: .2rem;
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box a.goby {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box a.goback {
    border: 1px solid #999999;
    color: #999999;
  }
  body .buyCarCont {
    width: 100%;
    padding: 0 .35rem;
  }
  body .buyCarCont .carNav {
    width: 100%;
    padding-top: .8rem;
    overflow: hidden;
  }
  body .buyCarCont .carNav a {
    font-size: .22rem;
    color: #4c4c4c;
    line-height: .35rem;
    margin: .4rem 0px;
    display: inline-block;
  }
  body .buyCarCont .buyCarlist {
    width: 100%;
  }
  body .buyCarCont .buyCarlist .carJindu {
    width: 6.8rem;
    height: .6rem;
    background-image: url(../images/car-nav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .carJindu span {
    width: 30%;
    float: left;
    line-height: .6rem;
    color: #000;
    margin-right: 5%;
    text-align: center;
    font-size: .2rem;
  }
  body .buyCarCont .buyCarlist .carJindu span:last-child {
    margin: 0px;
  }
  body .buyCarCont .buyCarlist .carJindu span.active {
    color: #FFF;
  }
  body .buyCarCont .buyCarlist .list {
    width: 100%;
  }
  body .buyCarCont .buyCarlist .list .itemTop {
    width: 100%;
    overflow: hidden;
    margin: .4rem 0px .3rem;
  }
  body .buyCarCont .buyCarlist .list .itemTop span {
    display: block;
    float: left;
    width: 0%;
    text-align: center;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itemTop span input {
    height: .3rem;
    width: .3rem;
    vertical-align: top;
  }
  body .buyCarCont .buyCarlist .list .itemTop span:nth-child(1) {
    width: 30%;
    text-align: left;
  }
  body .buyCarCont .buyCarlist .list .itemTop span:nth-child(2) {
    width: 60%;
    text-align: left;
  }
  body .buyCarCont .buyCarlist .list .itemTop.noTop {
    visibility: hidden;
    margin: .1rem 0px .1rem;
    height: .5rem;
  }
  body .buyCarCont .buyCarlist .list .hasVip {
    margin: .6rem 0 .3rem;
    width: 100%;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .hasVip .title {
    font-size: .2rem;
    color: #eb0000;
    display: block;
    float: left;
  }
  body .buyCarCont .buyCarlist .list .hasVip .clearBtn {
    float: right;
    color: #ed6b00;
    font-size: .2rem;
    cursor: pointer;
  }
  body .buyCarCont .buyCarlist .list .cartOk {
    width: 100%;
    padding: .4rem 0 0px;
    text-align: center;
  }
  body .buyCarCont .buyCarlist .list .cartOk b {
    font-size: .24rem;
    color: #666666;
    font-weight: 400;
    line-height: .55rem;
    vertical-align: middle;
  }
  body .buyCarCont .buyCarlist .list .cartOk b a {
    font-size: .24rem;
    color: #ed6b00;
    text-decoration: underline !important;
  }
  body .buyCarCont .buyCarlist .list .cartOk .iconfont {
    display: block;
    width: .85rem;
    height: .85rem;
    border: .06rem solid #20bd62;
    border-radius: 50%;
    font-size: .45rem;
    color: #20bd62;
    text-align: center;
    line-height: .85rem;
    margin-right: .2rem;
    vertical-align: middle;
    margin: 0 auto .2rem;
  }
  body .buyCarCont .buyCarlist .list .itembox {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: .2rem;
    margin-bottom: .3rem;
  }
  body .buyCarCont .buyCarlist .list .itembox .items {
    width: 100%;
    position: relative;
  }
  body .buyCarCont .buyCarlist .list .itembox .items::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: .02rem;
    background: #e0e0e0;
  }
  body .buyCarCont .buyCarlist .list .itembox .items:last-child::before {
    height: 0px;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList {
    width: 100%;
    padding: .3rem 0px;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .checkedBox {
    float: left;
    width: .6rem;
    line-height: 1.9rem;
    color: #eb0000;
    font-size: .2rem;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .checkedBox input {
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo {
    float: left;
    width: 5.3rem;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .imgbox {
    width: 1.35rem;
    height: 1.9rem;
    position: relative;
    float: left;
    margin-right: .3rem;
    box-shadow: 3px 3px 10px #999;
    /* .iconfont{
                                            position: absolute;
                                            bottom: 0px;
                                            right: 0px;
                                            background: rgba(0,0,0,.4);
                                            color: #FFF;
                                            font-size: .2rem;
                                            padding: .02rem .06rem;
                                        }*/
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .imgbox .icon {
    width: .55rem;
    height: .68rem;
    background-image: url(../images/index/main_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .imgbox .icon_tj {
    width: .55rem;
    height: .68rem;
    background-image: url(../images/bargainPrice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext {
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext h4 {
    font-size: .28rem;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext h4 .iconfont {
    font-size: .2rem;
    color: #FFF;
    background: #faaf25;
    padding: 1px .1rem;
    vertical-align: top;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext .name {
    font-size: .22rem;
    color: #666666;
    margin: .2rem 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext .info {
    font-size: .2rem;
    color: #666666;
    margin: .1rem 0px;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .price {
    float: left;
    width: 70%;
    height: 1.8rem;
    text-align: center;
    padding: 0 .1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .price span {
    font-size: .2rem;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .price p {
    font-size: .2rem;
    color: #fe0000;
    margin-top: .2rem;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .orderNumber {
    float: left;
    width: 30%;
    height: 1.8rem;
    text-align: center;
    padding: 0 .1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .orderNumber span {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .odertSet {
    float: left;
    width: 100%;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .odertSet a {
    font-size: .2rem;
    color: #4c4c4c;
    border: 1px solid #e0e0e0;
    width: 2rem;
    height: .45rem;
    line-height: .45rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
  }
  body .buyCarCont .buyCarlist .list .itembox .inCart .productList .price {
    width: 60%;
  }
  body .buyCarCont .buyCarlist .list .itembox .inCart .productList .orderNumber {
    width: 30%;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk {
    padding: .3rem 0px 0px;
    width: 100%;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk .bookNum {
    float: left;
    font-size: .2rem;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk .bookPrice {
    float: right;
    font-size: .2rem;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk .bookPrice b {
    font-size: .3rem;
    color: #fe0000;
    margin-left: .1rem;
  }
  body .buyCarCont .buyCarlist .list .buySetType {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: .35rem;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item {
    float: left;
    border: .04rem solid #e0e0e0;
    padding: .15rem .2rem;
    margin: 0 .3rem .2rem 0;
    cursor: pointer;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item img {
    float: left;
    height: .4rem;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item p {
    float: left;
    line-height: .4rem;
    margin-left: .16rem;
    font-size: .2rem;
    color: #666666;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item.active {
    border: .04rem solid #ed6b00;
    background-image: url(../images/icon/icon_xiabiao@2x.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
  }
  body .buyCarCont .buyCarlist .list .orderTotal {
    width: 100%;
    margin: .6rem 0px 0px;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div {
    overflow: hidden;
    width: 100%;
    margin-bottom: .1rem;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div span {
    float: left;
    width: 2.4rem;
    text-align: left;
    font-size: .24rem;
    color: #999999;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div b {
    float: right;
    text-align: right;
    width: 3.6rem;
    font-size: .24rem;
    color: #999999;
    font-weight: 400;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div .goJieSuan {
    float: right;
    width: 2.5rem;
    height: .7rem;
    border: none;
    background: #ed6b00;
    color: #FFF;
    margin: .3rem 0px;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(2) span {
    color: #999999;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(2) b {
    color: #999999;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(3) span {
    color: #666666;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(3) b {
    color: #fe0000;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(4) span {
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(4) b {
    color: #fe0000;
    font-weight: 400;
  }
  body .buyCarCont .buyCarlist .list .getMore {
    display: block;
    margin: 0 auto;
    width: 2rem;
    text-align: center;
    color: #ed5800;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 750px) {
  body {
    width: 100%;
  }
  body .max-width {
    width: 1200px !important;
    margin: 0 auto;
  }
  body .noteCont {
    width: 100%;
  }
  body .noteCont .noteTop {
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .noteTop .l {
    width: 320px;
    border-right: 1px dashed #e0e0e0;
    float: left;
    padding: 30px 30px;
  }
  body .noteCont .noteTop .l .imgbox {
    float: left;
    height: 70px;
    width: 70px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
  }
  body .noteCont .noteTop .l .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .noteTop .l .userInfo {
    position: relative;
  }
  body .noteCont .noteTop .l .userInfo .rows {
    overflow: hidden;
  }
  body .noteCont .noteTop .l .userInfo .rows > h4 {
    font-size: 16px;
    color: #4c4c4c;
    max-width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
  }
  body .noteCont .noteTop .l .userInfo .rows > span {
    font-size: 16px;
    color: #999;
    float: left;
    margin-left: 5px;
  }
  body .noteCont .noteTop .l .userInfo .rows > p {
    font-size: 12px;
    color: #999;
    margin: 5px 0px;
    width: 50%;
    float: left;
    line-height: 20px;
    white-space: pre;
  }
  body .noteCont .noteTop .l .userInfo .rows > p .iconfont {
    line-height: 18px;
    font-size: 14px;
    color: #6acbf4;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox {
    font-size: 14px;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span {
    font-size: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background: #999;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(1) {
    background: #0092ff;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(2) {
    background: #00c29a;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(3) {
    background: #0092ff;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(4) {
    background: #ed6b00;
  }
  body .noteCont .noteTop .l .userInfo .rows .iconfontBox span.active:nth-child(5) {
    background: #fe1818;
  }
  body .noteCont .noteTop .l .userInfo .idIcon {
    overflow: hidden;
  }
  body .noteCont .noteTop .l .userInfo .idIcon span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
    float: left;
  }
  body .noteCont .noteTop .l .userInfo .idIcon .vip {
    width: 14px;
    height: 16px;
    background-image: url(../images/icon/icon_vip.png);
    margin: 2px 10px 2px 0px;
  }
  body .noteCont .noteTop .l .userInfo .idIcon .author {
    width: 40px;
    height: 14px;
    background-image: url(../images/icon/icon_author.png);
    margin: 3px 10px 3px 0px;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn {
    position: absolute;
    top: -25px;
    right: -25px;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn span {
    font-size: 16px;
    width: 55px;
    height: 20px;
    display: block;
    color: #ed6b00;
    cursor: pointer;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn:hover .goSetBoxs {
    display: block;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn .goSetBoxs {
    width: 120px;
    background: #FFF;
    box-shadow: 1px 1px 10px #e0e0e0;
    position: absolute;
    top: 10px;
    right: -110px;
    padding: 10px 0px;
    display: none;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn .goSetBoxs a {
    width: 100%;
    line-height: 30px;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
  }
  body .noteCont .noteTop .l .userInfo .userSetBtn .goSetBoxs a:hover {
    color: #ed6b00;
  }
  body .noteCont .noteTop .r {
    float: left;
    width: 878px;
  }
  body .noteCont .noteTop .r .priceBox {
    width: 460px;
    height: 130px;
    float: left;
    border-right: 1px dashed #e0e0e0;
    padding: 30px 10px 30px 30px;
  }
  body .noteCont .noteTop .r .priceBox .havePri {
    width: 150px;
    height: 70px;
    float: left;
  }
  body .noteCont .noteTop .r .priceBox .havePri h5 {
    font-size: 16px;
    color: #4c4c4c;
  }
  body .noteCont .noteTop .r .priceBox .havePri b {
    font-size: 20px;
    color: #ed6b00;
    margin-top: 15px;
    display: block;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn {
    float: left;
    width: 269px;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a {
    display: block;
    height: 30px;
    line-height: 28px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 8px;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a span {
    display: none;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.active {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.timeOver {
    background: #e8e8e8;
    color: #4c4c4c;
    border: 1px solid #e8e8e8;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.xufei {
    background: #fce9d9;
    color: #ed6b00;
    border: 1px solid #fce9d9;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.xufei span {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #e0e0e0;
    color: #f10000;
    padding: 2px 5px;
    font-size: 12px;
    width: 140px;
    text-align: center;
    line-height: 25px;
    box-shadow: 1px 1px 2px #f3f3f3;
    display: none;
    transition: all .2s;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.xufei:hover span {
    display: block;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a:last-child {
    margin: 0px;
  }
  body .noteCont .noteTop .r .priceBox .priceBtn a.lingqu {
    background: #ed6b00;
    color: #FFF;
    border: 1px solid #ed6b00;
    position: relative;
  }
  body .noteCont .noteTop .r .integralBox {
    padding: 30px 20px;
    float: left;
    width: 417px;
    height: 130px;
  }
  body .noteCont .noteTop .r .integralBox .integralShow {
    width: 140px;
    height: 70px;
    float: left;
  }
  body .noteCont .noteTop .r .integralBox .integralShow h5 {
    font-size: 16px;
    color: #4c4c4c;
  }
  body .noteCont .noteTop .r .integralBox .integralShow h5 a {
    font-size: 12px;
    color: #ed6b00;
    background: #fce9d9;
    padding: 2px 5px;
    border-radius: 5px;
  }
  body .noteCont .noteTop .r .integralBox .integralShow p {
    font-size: 18px;
    color: #ed6b00;
    margin-top: 15px;
    font-weight: 600;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn {
    width: 220px;
    float: right;
    margin-top: 20px;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn span {
    width: 95px;
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 8px;
    border: 1px solid #f1f1f1;
    background: #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #f1f1f1;
    cursor: pointer;
    float: right;
    vertical-align: middle;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn span.active {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn a {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 8px;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    float: right;
    border-radius: 5px;
    margin-left: 10px;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn a.active {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn a.timeOver {
    background: #e8e8e8;
    color: #4c4c4c;
    border: 1px solid #e8e8e8;
  }
  body .noteCont .noteTop .r .integralBox .integralBtn a.xufei {
    background: #fce9d9;
    color: #ed6b00;
    border: 1px solid #fce9d9;
  }
  body .noteCont .contbox {
    overflow: hidden;
    margin-bottom: 30px;
  }
  body .noteCont .contbox .mNavBtn {
    display: none;
  }
  body .noteCont .contbox .leftNav {
    width: 220px;
    float: left;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .leftNav ul {
    width: 100%;
  }
  body .noteCont .contbox .leftNav ul > li {
    font-size: 16px;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 35px;
    position: relative;
    transition: all .3s;
  }
  body .noteCont .contbox .leftNav ul > li h5 {
    line-height: 55px;
    color: #4c4c4c;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
    font-weight: 600;
    margin-left: 50px;
    cursor: pointer;
  }
  body .noteCont .contbox .leftNav ul > li h5 a {
    color: #4c4c4c;
  }
  body .noteCont .contbox .leftNav ul > li h5 a span {
    float: right;
    margin-right: 10px;
    font-size: 12px;
  }
  body .noteCont .contbox .leftNav ul > li ol {
    display: none;
    padding: 10px 0px;
  }
  body .noteCont .contbox .leftNav ul > li ol li {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .noteCont .contbox .leftNav ul > li ol li a {
    font-size: 14px;
    line-height: 35px;
    color: #4c4c4c;
    text-align: left;
    display: block;
    font-weight: 600;
    padding-left: 50px;
  }
  body .noteCont .contbox .leftNav ul > li > a {
    font-size: 16px;
    line-height: 55px;
    color: #4c4c4c;
    text-align: left;
    display: block;
    font-weight: 600;
    padding-left: 50px;
  }
  body .noteCont .contbox .leftNav ul > li > a h5 {
    margin-left: 0px;
  }
  body .noteCont .contbox .leftNav ul > li::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -1px;
    width: 3px;
    height: 0px;
    background: #ed6b00;
    transition: all .3s;
  }
  body .noteCont .contbox .leftNav ul > li.active {
    background: #fbdec7;
  }
  body .noteCont .contbox .leftNav ul > li.active h5 {
    color: #ed6b00;
  }
  body .noteCont .contbox .leftNav ul > li.active::before {
    height: 55px;
  }
  body .noteCont .contbox .leftNav ul > li.active ol {
    display: block;
    background: #FFF;
  }
  body .noteCont .contbox .leftNav ul > li.active ol li.active a {
    color: #ed6b00;
  }
  body .noteCont .contbox .leftNav ul > li:hover {
    background: #fbdec7;
  }
  body .noteCont .contbox .leftNav ul > li:hover h5 {
    color: #ed6b00;
  }
  body .noteCont .contbox .leftNav ul > li:hover > a {
    color: #ed6b00;
  }
  body .noteCont .contbox .leftNav ul > li:hover::before {
    height: 55px;
  }
  body .noteCont .contbox .leftNav ul > li:nth-last-child(2) {
    border-bottom: none;
  }
  body .noteCont .contbox .leftNav ul .closeLeftNav,
  body .noteCont .contbox .leftNav ul .outLogin {
    display: none;
  }
  body .noteCont .contbox .newRightBox {
    width: 100% !important;
  }
  body .noteCont .contbox .rightBox {
    width: 960px;
    float: right;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .rightBox > h4 {
    font-size: 14px;
    color: #ed6b00;
    background: #fafafa;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox > h4 .shuqian {
    font-size: 30px;
    color: #ed6b00;
    float: right;
  }
  body .noteCont .contbox .rightBox > h4 > a {
    font-size: 14px;
    color: #ed6b00;
    float: right;
  }
  body .noteCont .contbox .rightBox .rightList > ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    position: relative;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .imgBox {
    width: 115px;
    height: 160px;
    float: left;
    margin-right: 20px;
    box-shadow: 5px 5px 10px #999;
    position: relative;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox h4 {
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox h4 span {
    font-size: 12px;
    background: #f89c3d;
    color: #FFF;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: top;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox p {
    font-size: 12px;
    color: #999999;
    margin: 8px 0px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox p span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox .info {
    line-height: 20px;
    height: 40px;
    font-size: 12px;
    overflow: hidden;
    display: block;
    color: #777;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox .biaoqian {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    padding: 4px 0px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li .infoBox .biaoqian span {
    border: 1px solid #e0e0e0;
    color: #999;
    margin-right: 5px;
    line-height: 20px;
    padding: 0px 5px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 165px;
    width: 770px;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 165px;
    width: 0px;
    height: 1px;
    background: #ed6b00;
    transition: all .3s;
    z-index: 2;
  }
  body .noteCont .contbox .rightBox .rightList > ul > li:hover::before {
    width: 770px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
    padding: 20px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjInfo {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 15px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bookInfo {
    padding: 15px;
    background: #fafafa;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 22px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bookInfo a {
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet {
    overflow: hidden;
    margin-top: 5px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .l {
    float: left;
    line-height: 43px;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .l > div {
    float: left;
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .l .deleBj {
    font-size: 12px;
    color: #666;
    margin-left: 30px;
    font-weight: 400;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r {
    float: right;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-item {
    margin-bottom: 0px !important;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-input-block {
    float: left;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .rightBox .rightList > ul > ol li .bjSet .r .layui-form-label {
    float: left;
    width: 85px;
    font-size: 12px;
    padding: 9px 0px;
  }
  body .noteCont .contbox .rightBox .rightList.infoList ul li::after {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .rightList.infoList ul li::before {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .rightList .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .rightBox .followNav {
    background: #fafafa;
    line-height: 60px;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .followNav a {
    cursor: pointer;
    display: block;
    float: left;
    width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    margin: 5px 0px;
    color: #999;
  }
  body .noteCont .contbox .rightBox .followNav a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .followNav a:nth-child(1) {
    border-right: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .rightBox .followNav .delectCollect {
    text-align: right;
    float: right;
    display: none;
  }
  body .noteCont .contbox .rightBox .followNav .delectCollect a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #ed6b00;
    border: 1px solid #ed6b00;
    padding: 0px 8px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    margin: 0px;
  }
  body .noteCont .contbox .rightBox .followNav .myBookList {
    float: right;
    font-size: 14px;
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .bookDan {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .bookDan > ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    position: relative;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .imgBox {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 20px;
    box-shadow: 5px 5px 10px #e0e0e0;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox h4 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 600;
    overflow: hidden;
    line-height: 30px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox h4 span {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    vertical-align: top;
    float: right;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .danInfo {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .booknumber {
    margin: 8px 0px;
    font-size: 12px;
    color: #666666;
    font-weight: 600;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .booknumber > div {
    display: inline-block;
    background: #f5f5f5;
    padding: 1px 10px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset {
    overflow: hidden;
    font-size: 12px;
    color: #999;
    padding: 4px 0px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset > div {
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset > div span {
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    line-height: 20px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .deletBookDan {
    float: right;
    font-size: 12px;
    color: #999;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .deletBookDan span {
    font-size: 12px;
    color: #999;
    padding-right: 5px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .collectBtn {
    float: right;
    font-size: 12px;
    color: #999;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .collectBtn span {
    font-size: 12px;
    color: #999;
    padding-right: 5px;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookset .collectBtn.active span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookTishi {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .bookTishi p {
    font-size: 14px;
    color: #ed6b00;
    text-align: right;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li .infoBox .tishi {
    font-size: 12px;
    text-align: right;
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 165px;
    width: 770px;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 165px;
    width: 0px;
    height: 1px;
    background: #ed6b00;
    transition: all .3s;
    z-index: 2;
  }
  body .noteCont .contbox .rightBox .bookDan > ul > li:hover::before {
    width: 770px;
  }
  body .noteCont .contbox .rightBox .bookDan.infoList ul li::after {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .bookDan.infoList ul li::before {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .bookDan .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .rightBox .danCont {
    width: 100%;
    padding: 0px 30px;
  }
  body .noteCont .contbox .rightBox .danCont h3 {
    width: 100%;
    line-height: 55px;
    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .danCont h3 b {
    font-size: 14px;
    margin-left: 10px;
  }
  body .noteCont .contbox .rightBox .danCont .contList .imgbox {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .danCont .contList .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows {
    font-size: 16px;
    color: #666666;
    display: block;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .times {
    float: right;
    font-size: 12px;
    color: #999999;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .iconfont {
    font-size: 16px;
    margin: 8px 0px 5px;
    color: #999;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .iconfont.active {
    color: #fe1818;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .info {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    display: table;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns {
    text-align: right;
    width: 100%;
    padding: 5px 0px;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns > a {
    font-size: 12px;
    color: #999;
    margin: 10px 5px;
    float: right;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns > a span {
    font-size: 12px;
    color: #999;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .tongyi {
    font-size: 12px;
    color: #999;
    padding-left: 20px;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .tongyi .iconfont {
    font-size: 14px;
    color: #999;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .tongyi span.active {
    color: #fe1818;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .shareBox {
    transform: scale(0);
    transition: all .2s;
    padding-right: 10px;
    float: right;
    /* position: relative;
                                            right: 130px;
                                            top: -30px;*/
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .rows .btns .shareBox.active {
    transform: scale(1);
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .iconBox span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .iconBox .vip {
    width: 14px;
    height: 16px;
    background-image: url(../images/icon/icon_vip.png);
    margin: 3px 0px 3px 10px;
  }
  body .noteCont .contbox .rightBox .danCont .contList .contText .iconBox .author {
    width: 40px;
    height: 14px;
    background-image: url(../images/icon/icon_author.png);
    margin: 4px 0px 4px 10px;
  }
  body .noteCont .contbox .rightBox .danlist > ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    position: relative;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .imgBox {
    width: 115px;
    height: 160px;
    float: left;
    margin-right: 20px;
    box-shadow: 5px 5px 10px #999;
    position: relative;
    /*.iconfont{
                                        position: absolute;
                                        background: rgba(0, 0, 0, 0.4);
                                        bottom: 0px;
                                        right: 0px;
                                        color: #FFF;
                                        padding: 2px 5px;
                                        font-size: 12px;
                                        font-weight: 400;
                                    }*/
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox h4 {
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox h4 span {
    font-size: 12px;
    background: #f89c3d;
    color: #FFF;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: top;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox p {
    font-size: 12px;
    color: #999999;
    margin: 8px 0px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox p span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .info {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #777;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns {
    text-align: right;
    margin-top: 16px;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns .price {
    font-size: 16px;
    font-weight: 400;
    color: #ed6b00;
    padding-right: 10px;
    float: left;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns a {
    border: 1px solid #e5e5e5;
    color: #999999;
    font-size: 12px;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li .infoBox .btns a.active {
    color: #ed6b00;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 165px;
    width: calc(100% - 190px);
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 165px;
    width: 0px;
    height: 1px;
    background: #ed6b00;
    transition: all .3s;
    z-index: 2;
  }
  body .noteCont .contbox .rightBox .danlist > ul > li:hover::before {
    width: calc(100% - 190px);
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
    padding: 20px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjInfo {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 15px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bookInfo {
    padding: 15px;
    background: #fafafa;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 22px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet {
    overflow: hidden;
    margin-top: 5px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .l {
    float: left;
    line-height: 43px;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .l > div {
    float: left;
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .l .deleBj {
    font-size: 12px;
    color: #666;
    margin-left: 30px;
    font-weight: 400;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r {
    float: right;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-item {
    margin-bottom: 0px !important;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-input-block {
    float: left;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .rightBox .danlist > ul > ol li .bjSet .r .layui-form-label {
    float: left;
    width: 85px;
    font-size: 12px;
    padding: 9px 0px;
  }
  body .noteCont .contbox .rightBox .danlist.infoList ul li::after {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .danlist.infoList ul li::before {
    width: 0px;
  }
  body .noteCont .contbox .rightBox .danlist .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .rightBox .daninContNew {
    width: 100%;
    padding: 30px 29px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .sdicon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ed6b00;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    float: left;
    margin-right: 10px;
    display: block;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .sdTitle {
    font-size: 23px;
    float: left;
    width: 560px;
    overflow: hidden;
    line-height: 25px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns {
    width: 300px;
    height: 25px;
    float: right;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns > a {
    float: right;
    font-size: 14px;
    margin-left: 20px;
    line-height: 25px;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns > a span {
    margin-right: 3px;
    font-size: 16px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns > a:hover {
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .tongyi.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .bianji {
    color: #358dc5;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .bianji:hover {
    color: #358dc5;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .shareBox {
    transform: scale(0);
    transition: all .2s;
    float: right;
    /* position: relative;
                                            right: 130px;
                                            top: -30px;*/
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .shareBox .iconfont,
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .shareBox .social-share-icon {
    font-size: 20px;
    display: inline-block;
    line-height: 32px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .rows .btns .shareBox.active {
    transform: scale(1);
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left {
    padding-left: 35px;
    float: left;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox {
    padding: 10px 0px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox .author {
    color: #358dc5;
    float: left;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox span {
    float: left;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdanAthorbox .booknum {
    background: #f4f4f4;
    color: #4c4c4c;
    padding: 0 5px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdaninfo {
    width: 100%;
    color: #444;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdankeyword {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .top .pad-left .bookdankeyword span {
    display: block;
    float: left;
    padding: 3px 8px;
    background: #ed6b00;
    color: #FFF;
    border-radius: 15px;
    font-size: 12px;
    margin-right: 20px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul {
    width: 100%;
    overflow: hidden;
    padding: 25px 0px 0px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li {
    width: 100%;
    background: #fafafa;
    padding: 25px;
    margin-bottom: 30px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox {
    width: 115px;
    height: 160px;
    position: relative;
    float: left;
    margin-right: 25px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox .icon_mian {
    width: 43px;
    height: 53px;
    background-image: url(../images/index/main_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox .icon_mian1 {
    width: 43px;
    height: 53px;
    background-image: url(../images/bargainPrice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .imgbox .icon {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    right: 0px;
    color: #FFF;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 400;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title h4 {
    max-width: 80%;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 400;
    float: left;
    padding-top: 2px;
    line-height: 16px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title h4 a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title h4 .vip {
    background: #fab221;
    color: #FFF;
    padding: 0px 5px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title h4 .icon {
    border: 1px solid #fab221;
    color: #fab221;
    padding: 0px 5px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title .addCar {
    float: right;
    font-size: 16px;
    color: #ed6b00;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .title .deletdanBook {
    float: right;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .nameTime {
    margin: 10px 0px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .nameTime a {
    color: #999;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .nameTime span {
    display: inline-block;
    max-width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
    vertical-align: text-bottom;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .info {
    font-size: 12px;
    color: #777;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox {
    padding: 10px 0px 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .price {
    font-size: 16px;
    font-weight: 400;
    color: #ed6b00;
    padding-right: 10px;
    padding-top: 10px;
    display: block;
    max-width: 50%;
    float: left;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .oldPrice {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .btns {
    overflow: hidden;
    float: right;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .btns a {
    display: block;
    float: right;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 10px;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    border-radius: 5px;
    font-size: 14px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .priceBox .btns .active {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .buyBtnbox {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .buyBtnbox .collect {
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    line-height: 28px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .buyBtnbox .btns {
    overflow: hidden;
    float: right;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .buyBtnbox .btns a {
    display: block;
    float: right;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 10px;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    border-radius: 5px;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .booktext .buyBtnbox .btns .buyBtn {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist ul li .colorWord {
    color: #fd0000 !important;
    font-style: normal;
  }
  body .noteCont .contbox .rightBox .daninContNew .sdbook .danbooklist .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daneditbox {
    width: 100%;
    padding: 30px 29px;
    background: #fcfcfc;
  }
  body .noteCont .contbox .rightBox .daneditbox .titles {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daneditbox .titles h4 {
    font-size: 23px;
    width: 50%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  body .noteCont .contbox .rightBox .daneditbox .titles .saveDaninfo {
    float: right;
    font-size: 14px;
    color: #358dc5;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows {
    margin: 10px 0px;
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows label {
    font-size: 14px;
    font-weight: 400;
    min-width: 75px;
    float: left;
    line-height: 45px;
    display: block;
    color: #414141;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows input {
    height: 45px;
    background: #FFF;
    border: 1px solid #888;
    width: 825px;
    padding: 0 10px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows textarea {
    line-height: 25px;
    resize: none;
    width: 825px;
    height: 240px;
    background: #FFF;
    border: 1px solid #888;
    padding: 10px 15px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows .btns {
    padding: 40px 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows .btns .saveDaninfo {
    display: inline-block;
    width: 110px;
    height: 35px;
    background: #ed6b00;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    float: right;
    margin-right: 20px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .rows .btns .noSaveinfo {
    display: inline-block;
    width: 110px;
    height: 35px;
    border: 1px solid #999;
    line-height: 33px;
    text-align: center;
    color: #606060;
    float: right;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .dantimeColor {
    color: #888;
    font-size: 14px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .dantimeColor label {
    color: #888;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .dantimeColor input {
    color: #888;
    border: none;
    background-color: transparent;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .dantishi {
    line-height: 45px;
    color: #f14242;
    font-weight: 400;
    font-size: 14px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in {
    width: 825px;
    border: 1px solid #888;
    margin-left: 75px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr {
    width: 100%;
    overflow: hidden;
    border-bottom: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:last-child td {
    border-bottom: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span {
    background: #f3f3f3;
    color: #414141;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    float: left;
    display: block;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(1) {
    width: 60px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(2) {
    width: 370px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(3) {
    width: 130px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(4) {
    width: 130px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr span:nth-child(5) {
    width: 133px;
    border-right: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr td {
    color: #414141;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: 10px 0px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr td .deletdanBook {
    cursor: pointer;
    color: #f14242;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr .drag-area {
    position: relative;
    /*&:hover{
                                                    .iconfont{
                                                        display:-webkit-flex;
                                                        background: #ecf7ff;
                                                        transition: all 1s;
                                                        cursor: move;
                                                    }
                                                }*/
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .danbooktr .drag-area .iconfont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: none;
    Justify-content: center;
    align-items: center;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li {
    width: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:last-child td {
    border-bottom: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span {
    color: #414141;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    float: left;
    display: block;
    height: 45px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span input {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border: none;
    background-color: transparent;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(1) {
    width: 60px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(2) {
    width: 370px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(3) {
    width: 130px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(4) {
    width: 130px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li > span:nth-child(5) {
    width: 133px;
    border-right: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .deletdanBook {
    cursor: pointer;
    color: #f14242;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .drag-area {
    position: relative;
    /* &:hover{
                                                        .iconfont{
                                                            display:-webkit-flex;
                                                            background: #ecf7ff;
                                                            transition: all 1s;
                                                            cursor: move;
                                                        }
                                                    }*/
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .drag-area .iconfont {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: none;
    Justify-content: center;
    align-items: center;
    color: #358dc5;
    font-size: 18px;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li .drag-area span {
    display: block;
    width: 80%;
    height: 60%;
    line-height: 25px;
    margin: 20% 10%;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li:last-child > span {
    border-bottom: none;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li:first-child .xuhao {
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .rightBox .daneditbox .danInputbox .daninfoBox .bookinbox .danbooklist_in .dan-drag li:hover {
    background: #ecf7ff;
  }
  body .noteCont .contbox .rightBox .commentList {
    width: 100%;
    padding: 0px 30px;
  }
  body .noteCont .contbox .rightBox .commentList ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
  }
  body .noteCont .contbox .rightBox .commentList ul li {
    width: 100%;
    padding: 20px 0px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop {
    overflow: hidden;
    margin-bottom: 15px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .imgbox {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows {
    font-size: 16px;
    color: #666666;
    display: block;
    overflow: hidden;
    position: relative;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .name {
    font-size: 14px;
    color: #ed6b00;
    font-weight: 600;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .times {
    float: right;
    font-size: 12px;
    color: #999999;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .text {
    font-size: 12px;
    color: #999;
    line-height: 20px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .iconfont {
    font-size: 16px;
    margin: 8px 0px 5px;
    color: #999;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .iconfont.active {
    color: #fe1818;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .info {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    /*height: 40px;
                                                    min-height: 40px;
                                                    margin-bottom: 20px;*/
    overflow: hidden;
    display: table;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .info .open-More {
    display: none;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .btns {
    text-align: right;
    display: inline-block;
    float: right;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .btns a {
    font-size: 12px;
    color: #999;
    padding-left: 20px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .btns a .iconfont {
    font-size: 14px;
    color: #999;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comTop .contText .rows .openBook {
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 12px;
    color: #ed6b00;
    font-weight: 600;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom {
    width: 100%;
    overflow: hidden;
    padding: 25px 25px;
    position: relative;
    background: #fafafa;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .imgBox {
    width: 115px;
    height: 160px;
    float: left;
    margin-right: 20px;
    box-shadow: 5px 5px 10px #a3a3a3;
    position: relative;
    /* .iconfont{
                                                position: absolute;
                                                bottom: 0px;
                                                right: 0px;
                                                font-size: 12px;
                                                padding: 3px 8px;
                                                background: rgba(0, 0, 0, 0.4);
                                                color: #FFF;
                                            }*/
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox {
    padding: 10px 0px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle {
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle h4 {
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 400;
    max-width: 50%;
    float: left;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle h4 span {
    font-size: 12px;
    background: #f89c3d;
    color: #FFF;
    padding: 1px 5px;
    display: inline-block;
    vertical-align: top;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox {
    float: right;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox span {
    font-size: 16px;
    color: #999;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .topTitle .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox p {
    font-size: 12px;
    color: #999999;
    margin: 15px 0px;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox p span {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .commentList ul li div .comBottom .infoBox .info {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .none {
    display: none;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li {
    overflow: hidden;
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .plBtn {
    margin-top: 20px;
    text-align: right;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .plBtn a {
    padding: 0 10px;
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .plBtn a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .l {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .l img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r {
    display: table;
    padding-left: 10px;
    width: 92%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 {
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 span.active {
    font-size: 12px;
    color: #ed6b00;
    font-weight: 600;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 .r-time {
    font-size: 12px;
    color: #999;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 img {
    margin: 0 5px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 .guanzhu {
    float: right;
    color: #fff;
    background: #ed6b00;
    padding: 5px 15px;
    border-radius: 5px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r > h4 .del {
    float: right;
    color: #999;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin: 15px 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info span {
    font-weight: bold;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .info .open-More {
    display: none;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .plBtn {
    text-align: right;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .plBtn a {
    padding: 0 10px;
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .plBtn a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item {
    width: 115px;
    margin-right: 37px;
    float: left;
    transition: all .5s;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookImg {
    width: 100%;
    height: 160px;
    box-shadow: 2px 2px 5px #b7b7b7;
    position: relative;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookImg img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookName {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 0px 0px;
    font-weight: 400;
    color: #4c4c4c;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .userName {
    color: #999999;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookPrice {
    width: 100%;
    color: #ed6b00;
    font-size: 16px;
    overflow: hidden;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item .bookPrice span {
    font-size: 12px;
    color: #999999;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .buyList .item:last-child {
    margin-right: 0px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail {
    width: 100%;
    padding: 20px;
    display: inline-block;
    background: #f5f5f5;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop {
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .l {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .l img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r {
    display: table;
    padding-left: 10px;
    width: 92%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r h4 {
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r h4 span.active {
    font-size: 12px;
    color: #ed6b00;
    font-weight: 600;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r .info {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin: 15px 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .newTop .r .info span {
    font-weight: bold;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail > h4 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail > h4 span.active {
    font-size: 14px;
    color: #ed6b00;
    font-weight: 600;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .info {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin: 20px 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-top {
    width: 100%;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-left {
    float: left;
    width: 115px;
    height: 160px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-left img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newleft {
    float: left;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newleft .hei12 {
    height: 120px;
    display: block;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright {
    display: flow-root;
    padding-left: 20px;
    padding-top: 20px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .newTitle {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .noWrap {
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 0 20px 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .allBook {
    font-size: 14px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-newright .allBook a {
    padding: 5px 10px;
    background: #e0e0e0;
    color: #666666;
    cursor: pointer;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right {
    display: flow-root;
    padding-left: 20px;
    padding-top: 20px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 {
    color: #4c4c4c;
    font-size: 12px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .borderLine {
    padding: 1px 8px;
    color: #FFF;
    background: #fab221;
    font-size: 12px;
    font-weight: normal;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star {
    color: #999;
    font-size: 12px;
    float: right;
    font-weight: normal;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star .xingbox {
    display: inline-block;
    padding: 0 10px;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right > h2 .star .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right .line {
    color: #999;
    font-size: 12px;
    margin: 10px 0;
  }
  body .noteCont .contbox .rightBox .teaHouse-detail .items .listDetail li .r .r-detail .r-detail-right .zuozhe {
    margin-top: 30px;
  }
  body .noteCont .contbox .rightBox .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
    cursor: pointer;
  }
  body .noteCont .contbox .orderBox {
    width: 960px;
    float: right;
  }
  body .noteCont .contbox .orderBox .orderNav {
    background: #fafafa;
    line-height: 60px;
    padding: 15px 10px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .orderNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    color: #999;
    font-weight: 600;
  }
  body .noteCont .contbox .orderBox .orderNav span sup {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBox .orderNav span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBox .orderNav a {
    font-size: 12px;
    color: #ed6b00;
    float: right;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
  }
  body .noteCont .contbox .orderBox .oderList {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN {
    width: 100%;
    display: none;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top {
    overflow: hidden;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .checkbox {
    float: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .checkbox input {
    height: 15px;
    width: 15px;
    margin-left: 0px;
    border: 1px solid #666;
    background-color: transparent;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .checkbox label {
    font-size: 14px;
    color: #666;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .orderBtn {
    float: left;
    overflow: hidden;
    margin: 3px 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .orderBtn span {
    display: block;
    margin-left: 25px;
    height: 33px;
    width: 70px;
    text-align: center;
    line-height: 33px;
    color: #666;
    background: #e0e0e0;
    float: left;
    font-size: 14px;
    cursor: pointer;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .orderBtn span.active {
    background: #ed6b00;
    color: #fff;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .orderBtn .paying {
    margin-left: 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .guanliBtn {
    float: right;
    margin: 3px 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .top .guanliBtn a {
    border: 1px solid #ed6b00;
    color: #ed6b00;
    height: 33px;
    width: 70px;
    display: block;
    text-align: center;
    line-height: 31px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont {
    width: 100%;
    padding-top: 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont {
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont input {
    height: 15px;
    width: 15px;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid #666;
    background-color: transparent;
    float: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState span {
    font-size: 12px;
    color: #4c4c4c;
    margin-right: 15px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState div {
    float: right;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState div span {
    font-weight: 600;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState div .deletOrder {
    cursor: pointer;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState .times {
    font-size: 12px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState .times label {
    margin-bottom: 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState .times .iconfont {
    font-size: 12px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .topCont .orderState .times span {
    font-size: 12px;
    font-weight: 400;
    color: #ed6b00;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin: 10px 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .rows {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .rows span {
    font-size: 14px;
    line-height: 40px;
    color: #666;
    display: block;
    float: left;
    text-align: center;
    background: #f9f9f9;
    border-right: 1px solid #ebebeb;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .rows span:nth-child(1) {
    width: 440px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .rows span:nth-child(2) {
    width: 170px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .rows span:nth-child(3) {
    width: 150px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .rows span:nth-child(4) {
    width: 198px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    /*   &::before{
                                                    content: '';
                                                    width: 780px;
                                                    height: 1px;
                                                    background: #e0e0e0;
                                                    position: absolute;
                                                    bottom: 0px;
                                                    left: 135px;
                                                }
                                                &::after{
                                                    content: '';
                                                    width: 0px;
                                                    height: 1px;
                                                    background: #ed6b00;
                                                    position: absolute;
                                                    bottom: 0px;
                                                    left: 135px;
                                                    transition: all .3s;
                                                }
                                               &:hover{
                                                    &::after{
                                                        width: 780px;
                                                    }
                                                }*/
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo {
    width: 440px;
    float: left;
    padding: 15px 25px;
    border-right: 1px solid #ebebeb;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .imgbox {
    width: 115px;
    height: 160px;
    position: relative;
    margin-right: 20px;
    float: left;
    /*  .iconfont{
                                                            font-size: 12px;
                                                            color: #FFF;
                                                            background:rgba(0,0,0,.4);
                                                            position: absolute;
                                                            bottom: 0px;
                                                            right: 0px;
                                                            padding: 2px 5px;
                                                        }*/
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext h4 {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 20px;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext h4 span {
    padding: 1px 5px;
    background: #f89c3d;
    color: #FFF;
    font-size: 12px;
    vertical-align: top;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext .name {
    font-size: 12px;
    color: #666;
    margin: 10px 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext .info {
    font-size: 12px;
    color: #777;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .bookInfo .booktext .zhangjie {
    font-size: 12px;
    color: #ed6b00;
    line-height: 20px;
    padding-top: 5px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .price {
    width: 170px;
    height: 190px;
    text-align: center;
    float: left;
    color: #4c4c4c;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
    border-right: 1px solid #ebebeb;
    padding: 15px 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .price p {
    font-size: 12px;
    color: #fe0000;
    margin-top: 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .orderNumber {
    width: 150px;
    height: 190px;
    text-align: center;
    padding: 0 10px;
    float: left;
    color: #4c4c4c;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
    border-right: 1px solid #ebebeb;
    padding: 15px 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .odertSet {
    width: 198px;
    height: 190px;
    text-align: center;
    padding: 0 10px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
    border-right: 1px solid #ebebeb;
    padding: 15px 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .odertSet a {
    color: #4c4c4c;
    font-size: 14px;
    margin: 5px 0px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .item .odertSet .ping {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td {
    padding: 10px 15px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    min-width: 122px;
    max-width: 122px;
    text-align: center;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_name,
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_price,
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_num {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .p_num {
    line-height: 40px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td .people_num {
    display: block;
    width: 100%;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td > a {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 40px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td > a.active {
    color: #358dc5;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left {
    width: 560px;
    max-width: 560px;
    padding: 30px;
    overflow: hidden;
    border-right: 1px solid #ebebeb;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div {
    width: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .imgbox {
    width: 280px;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
    float: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text {
    width: 194px;
    float: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text h5 {
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    text-align: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text h5 a {
    color: #333;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_info {
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_times {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_times span {
    float: left;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_times p {
    float: left;
    font-size: 12px;
    color: #8e8e8e;
    max-width: 90%;
    text-align: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox {
    width: 100%;
    margin-top: 13px;
    text-align: left;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon {
    line-height: 25px;
    padding: 0 10px;
    background: #333;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon.icon_yellow {
    background: #ff5d34;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon.icon_blue {
    background: #0d55da;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_icon.icon_black {
    background: #333;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .hy_items .items_list tr td.hy_left > div .hy_text .hy_btnbox .hy_tishi {
    font-size: 14px;
    line-height: 25px;
    color: #ff5d34;
    display: inline-block;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal {
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    padding: 15px 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .orderAllPrice {
    color: #ed6b00;
    font-size: 20px;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .total {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .total p {
    color: #fe0000;
    line-height: 25px;
    font-size: 12px;
    line-height: 16px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .payBtn {
    display: inline-block;
    float: right;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .payBtn .buyBtn {
    display: block;
    font-size: 16px;
    color: #FFF;
    background: #ed6b00;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ed6b00;
    float: left;
    margin-left: 15px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .payBtn .buyNo {
    display: block;
    font-size: 16px;
    color: #999;
    border: 1px solid #e0e0e0;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-left: 10px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox .productList .orderTotal .leftTotal {
    float: left;
    color: #4c4c4c;
    line-height: 25px;
    font-size: 14px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox.hy_on .rows span:nth-child(1) {
    width: 560px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox.hy_on .rows span:nth-child(2) {
    width: 132px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox.hy_on .rows span:nth-child(3) {
    width: 133px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN .orderCont .items .productBox.hy_on .rows span:nth-child(4) {
    width: 133px;
  }
  body .noteCont .contbox .orderBox .oderList .itemN.active {
    display: block;
  }
  body .noteCont .contbox .orderBox .oderList .itemN.noInfo .xiang {
    display: none;
  }
  body .noteCont .contbox .orderBox .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .userNewsBox {
    width: 960px;
    margin: 30px auto 0px;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav {
    background: #fafafa;
    line-height: 60px;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span {
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    padding: 0 15px;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span sup {
    width: 5px;
    height: 5px;
    background: #ed6b00;
    display: inline-block;
    border-radius: 50%;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav span:last-child {
    border-right: none;
  }
  body .noteCont .contbox .userNewsBox .userNewsNav .reshRecord {
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    text-align: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN {
    width: 100%;
    display: none;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list {
    width: 100%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list .items {
    padding: 15px 25px 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list .items p {
    font-size: 12px;
    line-height: 20px;
    color: #999;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list .items .info {
    font-size: 12px;
    color: #666;
    line-height: 20px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items {
    width: 100%;
    padding: 15px 25px;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .imgbox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-right: 15px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .imgbox .sup {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ed6b00;
    color: #FFF;
    border-radius: 50%;
    font-size: 12px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText {
    float: left;
    width: 833px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText h5 {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 600;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText h5 span {
    color: #ed6b00;
    margin-right: 5px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText .info {
    font-size: 12px;
    color: #4c4c4c;
    margin: 10px 0px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list2 .items .rightText .times {
    font-size: 12px;
    color: #999999;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 {
    width: 100%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items {
    width: 100%;
    padding: 15px;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .imgbox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .imgbox .sup {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ed6b00;
    color: #FFF;
    border-radius: 50%;
    font-size: 12px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .rightText {
    float: left;
    width: 860px;
    padding-bottom: 10px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .rightText .info {
    font-size: 12px;
    color: #4c4c4c;
    margin-left: 30px;
    margin-bottom: 10px;
    padding: 20px 15px;
    background: #fafafa;
    border-radius: 5px;
    position: relative;
    line-height: 20px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items .rightText .times {
    font-size: 12px;
    color: #999999;
    padding-left: 50px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.left .rightText .info::before {
    content: '';
    width: 0;
    height: 0;
    border-right: 20px solid #fafafa;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 25px;
    left: -20px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .imgbox {
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText {
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText .info {
    margin-right: 30px;
    margin-left: 0px;
    background: #fdf0e5;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText .info::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #fdf0e5;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 25px;
    right: -20px;
    left: inherit;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list3 .items.active .rightText .times {
    font-size: 12px;
    color: #999999;
    padding-right: 50px;
    text-align: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 {
    width: 100%;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 .recordDay {
    font-size: 14px;
    color: #666666;
    padding: 20px 20px 0px;
    margin-bottom: 10px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul {
    width: 100%;
    overflow: hidden;
    padding: 20px 20px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li {
    width: 100%;
    margin-right: 0px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox {
    width: 115px;
    height: 160px;
    position: relative;
    float: left;
    margin-right: 25px;
    /*   .iconfont{
                                                position: absolute;
                                                bottom: 0px;
                                                right: 0px;
                                                padding: 2px 5px;
                                                background: rgba(0,0,0,.6);
                                                color: #FFF;
                                                font-size: 12px;
                                            }*/
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox .icon_mian {
    width: 43px;
    height: 53px;
    background-image: url(../images/index/main_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .imgbox .icon_main2 {
    width: 43px;
    height: 53px;
    background-image: url(../images/bargainPrice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext {
    display: block;
    min-height: 160px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title {
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title h4 {
    width: 440px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 400;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title .vip {
    padding: 2px 5px;
    background: #f89c3d;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .title .addCar {
    float: right;
    font-size: 16px;
    color: #ed6b00;
    cursor: pointer;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .nameTime {
    margin: 10px 0px;
    font-size: 12px;
    color: #999;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .info {
    font-size: 12px;
    color: #777;
    line-height: 20px;
    height: 40px;
    padding-right: 350px;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox {
    padding: 10px 0px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .price {
    font-size: 16px;
    font-weight: 400;
    color: #ed6b00;
    padding-right: 10px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .price b {
    font-size: 12px;
    color: #666;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .oldPrice {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .btns {
    overflow: hidden;
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .btns a {
    display: block;
    float: right;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 10px;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    border-radius: 5px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .priceBox .btns .buyBtn {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox {
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .collect {
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    line-height: 28px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .btns {
    overflow: hidden;
    float: right;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .btns a {
    display: block;
    float: right;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 10px;
    border: 1px solid #ed6b00;
    color: #ed6b00;
    border-radius: 5px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li .booktext .buyBtnbox .btns .buyBtn {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list4 ul li:nth-child(odd) {
    margin-right: 60px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 ul {
    width: 100%;
    padding: 15px 15px 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 ul li {
    border-radius: 25px;
    line-height: 25px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin: 10px 10px;
    padding: 0 10px;
    float: left;
    cursor: pointer;
    transition: all .2s;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 ul li:hover {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 ul li.active {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .list5 .saveLabel {
    display: block;
    width: 100px;
    height: 35px;
    border-radius: 35px;
    line-height: 33px;
    border: 1px solid #ed6b00;
    font-size: 16px;
    color: #ed6b00;
    text-align: center;
    float: right;
    margin: 0px 30px 20px;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .addSixin {
    width: 100%;
    background: #fafafa;
    padding: 20px;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .addSixin input {
    height: 45px;
    width: 845px;
    background: #FFF;
    border: 1px solid #e0e0e0;
    padding: 0px 20px;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN .addSixin .addSxBtn {
    width: 60px;
    height: 45px;
    border-radius: 5px;
    background: #ed6b00;
    border: none;
    color: #FFF;
    margin-left: 12px;
    float: left;
  }
  body .noteCont .contbox .userNewsBox .userNewsList .itemN.active {
    display: block;
  }
  body .noteCont .contbox .userNewsBox .getMore {
    width: 150px;
    margin: 10px auto;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .userNewsBox2 {
    width: 100%;
    padding: 25px 40px;
  }
  body .noteCont .contbox .userNewsBox2 h4 {
    font-size: 16px;
    color: #4c4c4c;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList {
    width: 100%;
    border-top: none;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN {
    width: 100%;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 ul {
    width: 100%;
    height: 380px;
    padding: 15px 0px 0px;
    overflow-x: hidden;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 ul li {
    border-radius: 25px;
    line-height: 25px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin: 10px 10px;
    padding: 0 10px;
    float: left;
    cursor: pointer;
    transition: all .2s;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 ul li:hover {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 ul li.active {
    border: 1px solid #ed6b00;
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN .list5 .saveLabel {
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 30px;
    line-height: 28px;
    border: 1px solid #ed6b00;
    font-size: 16px;
    color: #ed6b00;
    text-align: center;
    float: right;
  }
  body .noteCont .contbox .userNewsBox2 .userNewsList .itemN.active {
    display: block;
  }
  body .noteCont .contbox .fapiaoXQ {
    width: 960px;
    float: right;
  }
  body .noteCont .contbox .fapiaoXQ .fpNav {
    color: #4c4c4c;
    text-align: left;
  }
  body .noteCont .contbox .fapiaoXQ .fpNav a {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont {
    width: 100%;
    padding-bottom: 20px;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .selectFp {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .selectFp select {
    width: 300px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    border: 1px solid #ed6b00;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    float: left;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .selectFp .searchBtn {
    display: block;
    float: left;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ed6b00;
    color: #FFF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList {
    width: 100%;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul {
    width: 100%;
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li {
    width: 100%;
    margin: 30px 0px;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li h5 {
    font-size: 16px;
    color: #4c4c4c;
    background: #fafafa;
    padding: 15px 25px;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem {
    overflow: hidden;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .l {
    width: 50%;
    float: left;
    padding: 10px 50px;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .l p {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin: 10px 0px;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r {
    width: 50%;
    float: left;
    padding: 10px 50px;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r p {
    text-align: left;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0px;
    width: 50%;
    float: left;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r p a {
    font-size: 14px;
    color: #ed6b00;
    border: 1px solid #ed6b00;
    padding: 0px 8px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    width: 100px;
    text-align: center;
    float: right;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .r p a:first-child {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .tishi {
    float: left;
    width: 100%;
    padding: 0px 50px 30px;
    font-weight: 600;
    font-size: 14px;
  }
  body .noteCont .contbox .fapiaoXQ .fpCont .fapiaoList ul li .fapiaoItem .active {
    color: #e00303 !important;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont {
    text-align: center;
    padding: 35px 0px;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage-em {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage {
    font-size: 12px;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage select {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage input {
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ #pagesCont .layui-laypage button {
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox .fapiaoXQ .getMore {
    width: 150px;
    margin: 30px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .orderBuy {
    width: 960px;
    float: right;
  }
  body .noteCont .contbox .orderBuy .orderBuyNav {
    color: #4c4c4c;
    text-align: left;
  }
  body .noteCont .contbox .orderBuy .orderBuyNav a {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont {
    width: 100%;
    padding: 20px 25px;
    background: #fafafa;
    margin: 15px 0px 30px;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont .orderNumber {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 600;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont .orderAdd {
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .orderBuyCont .orderState {
    color: #fe0000;
  }
  body .noteCont .contbox .orderBuy .buyCont {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox {
    width: 100%;
    border: 1px solid #e0e0e0;
    margin: 20px 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .rows {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 25px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .rows span {
    font-size: 16px;
    color: #666;
    display: block;
    float: left;
    text-align: center;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .rows span:nth-child(1) {
    width: 508px;
    text-align: left;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .rows span:nth-child(2) {
    width: 210px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .rows span:nth-child(3) {
    width: 190px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList {
    width: 100%;
    padding: 0px 25px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item {
    width: 100%;
    padding: 15px 0px 10px;
    overflow: hidden;
    position: relative;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo {
    width: 508px;
    float: left;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .imgbox {
    width: 115px;
    height: 160px;
    position: relative;
    margin-right: 20px;
    float: left;
    /*   .iconfont{
                                                font-size: 12px;
                                                color: #FFF;
                                                background:rgba(0,0,0,.4);
                                                position: absolute;
                                                bottom: 0px;
                                                right: 0px;
                                                padding: 2px 5px;
                                            }*/
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext {
    width: 100%;
    padding-right: 50px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext h4 {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 20px;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext h4 span {
    padding: 1px 5px;
    background: #f89c3d;
    color: #FFF;
    font-size: 12px;
    vertical-align: top;
    margin-left: 5px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext .name {
    font-size: 12px;
    color: #666;
    margin: 10px 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .bookInfo .booktext .info {
    font-size: 12px;
    color: #777;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .price {
    width: 210px;
    height: 160px;
    text-align: center;
    padding: 0 10px;
    float: left;
    color: #4c4c4c;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .price .oldPri {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    padding: 5px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .price p {
    color: #fe0000;
    font-size: 14px;
    margin-top: 5px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .orderNumber {
    width: 190px;
    height: 160px;
    text-align: center;
    padding: 0 10px;
    float: left;
    color: #4c4c4c;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .odertSet {
    width: 198px;
    height: 160px;
    text-align: center;
    padding: 0 10px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .odertSet a {
    color: #4c4c4c;
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item .odertSet .ping {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item::before {
    content: '';
    width: 780px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0px;
    left: 135px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item::after {
    content: '';
    width: 0px;
    height: 1px;
    background: #ed6b00;
    position: absolute;
    bottom: 0px;
    left: 135px;
    transition: all .3s;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item:hover::after {
    width: 780px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item:last-child::before {
    height: 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .item:last-child::after {
    height: 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .orderTotal {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .orderTotal .orderAllPrice {
    color: #ed6b00;
    font-size: 14px;
    font-weight: 600;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .orderTotal .total {
    margin-right: 10px;
    display: inline-block;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .orderTotal .total p {
    color: #fe0000;
    line-height: 25px;
    font-size: 12px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .orderTotal .payBtn {
    display: inline-block;
    float: right;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .orderTotal .payBtn .buyBtn {
    display: block;
    font-size: 16px;
    color: #FFF;
    background: #ed6b00;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ed6b00;
    float: left;
    margin-left: 15px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox .productList .orderTotal .payBtn .buyNo {
    display: block;
    font-size: 16px;
    color: #999;
    border: 1px solid #e0e0e0;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-left: 10px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(1) {
    width: 418px;
    text-align: left;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(2) {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(3) {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .rows span:nth-child(4) {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .bookInfo {
    width: 418px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .price {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .orderNumber {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .odertSet {
    width: 160px;
  }
  body .noteCont .contbox .orderBuy .buyCont .productBox.onFour .productList .item .odertSet .active {
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal {
    width: 100%;
    margin: 20px 0px 0px;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div span {
    float: right;
    width: 120px;
    text-align: right;
    font-size: 14px;
    color: #999999;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div b {
    float: right;
    text-align: right;
    width: 180px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div .goJieSuan {
    float: right;
    width: 140px;
    height: 45px;
    border: none;
    background: #ed6b00;
    color: #FFF;
    margin: 15px 0px;
    font-size: 18px;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div .noDingdan {
    float: right;
    width: 140px;
    height: 45px;
    color: #666666;
    margin: 15px 0px;
    font-size: 18px;
    background: none;
    border: 1px solid #e0e0e0;
    margin-left: 40px;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(2) span {
    color: #999999;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(2) b {
    color: #999999;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(3) span {
    color: #666666;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(3) b {
    color: #fe0000;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(4) span {
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .buyCont .orderTotal > div:nth-child(4) b {
    color: #fe0000;
    font-weight: 600;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo {
    width: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont {
    padding: 30px 0px;
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 0 25px 30px;
    width: 910px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .imgbox {
    float: left;
    width: 140px;
    height: 195px;
    position: relative;
    margin-right: 20px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .imgbox a img {
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .imgbox a span {
    width: 120px;
    text-align: center;
    padding: 2px 5px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 12px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight {
    width: 748px;
    float: right;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight > h5 {
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight > h5 a {
    color: #333;
    font-weight: 600;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .tag {
    font-size: 12px;
    line-height: 35px;
    color: #ed6b00;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .price {
    font-size: 18px;
    color: #f02222;
    line-height: 30px;
    margin-top: 15px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .infobox {
    font-size: 12px;
    color: #333;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .by_box {
    width: 100%;
    overflow: hidden;
    padding: 10px 0px 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_topcont .textRight .by_box .bookNum {
    line-height: 15px;
    font-size: 14px;
    color: #999999;
    display: block;
    margin: 5px 0px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook {
    width: 910px;
    margin: 0 25px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook h5 {
    font-size: 18px;
    color: #ed6b00;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook h5 span {
    color: #f02222;
    padding: 0 5px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook .tishi {
    font-size: 12px;
    color: #f02222;
    margin-top: 25px;
    text-indent: 2em;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul {
    width: 100%;
    overflow-x: hidden;
    margin: 30px 0px;
    border: 1px solid #ebebeb;
    max-height: 570px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li {
    width: 115px;
    float: left;
    margin: 20px 17px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .imgbox {
    width: 100%;
    height: 160px;
    position: relative;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .bookName {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    height: 40px;
    margin: 15px 0px 10px;
    font-weight: 400;
    color: #4c4c4c;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul li a .userName {
    color: #999999;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
    min-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul::-webkit-scrollbar {
    width: 6px;
    height: 8px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook .getMore {
    font-size: 14px;
    color: #ed6b00;
    line-height: 25px;
    display: block;
    width: 100px;
    text-align: center;
    margin: 0 auto 40px;
  }
  body .noteCont .contbox .orderBuy .buyCont .maheOrderInfo .mh_inBook .getMore span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ed6b00;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    margin-left: 5px;
  }
  body .noteCont .contbox .orderBuy .getMore {
    width: 150px;
    margin: 0px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .orderProblem {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  body .noteCont .contbox .orderProblem .noteNav {
    width: 100%;
    margin: 20px 0px 40px;
  }
  body .noteCont .contbox .orderProblem .noteNav a {
    font-size: 14px;
    color: #4c4c4c;
    margin: 0 5px;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav {
    width: 15%;
    float: left;
    border: 1px solid #e0e0e0;
    margin-right: 30px;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items {
    width: 100%;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items h5 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: left;
    background: #88c0c0;
    color: #FFF;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul {
    width: 100%;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li {
    line-height: 40px;
    padding: 0 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    transition: all .3s;
    position: relative;
    font-size: 12px;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li a {
    display: block;
    color: #333;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li a:hover {
    color: #333;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li:hover {
    background: #88c0c0;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li:hover a {
    color: #FFF;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li.active {
    background: #88c0c0;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li.active a {
    color: #FFF;
  }
  body .noteCont .contbox .orderProblem .leftTitleNav .items ul li:last-child {
    border: none;
  }
  body .noteCont .contbox .orderProblem .problemList {
    width: 82%;
    float: left;
  }
  body .noteCont .contbox .orderProblem .problemList > div {
    display: table;
  }
  body .noteCont .contbox .orderProblem .problemList > div h3 {
    font-size: 20px;
    color: #4c4c4c;
    margin-bottom: 20px;
    font-weight: 600;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div {
    margin-bottom: 30px;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div h5 {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 10px;
    font-weight: 600;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div div {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }
  body .noteCont .contbox .orderProblem .problemList > div > div img {
    width: 700px;
  }
  body .noteCont .contbox .orderProblem .website_link {
    width: 82%;
    float: left;
  }
  body .noteCont .contbox .orderProblem .website_link .items_link {
    width: 100%;
    margin-bottom: 20px;
  }
  body .noteCont .contbox .orderProblem .website_link .items_link > h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body .noteCont .contbox .orderProblem .website_link .items_link > h5 a {
    display: inline-block;
    font-size: 14px;
    background: #88c0c0;
    color: #FFF;
    padding: 4px 10px;
  }
  body .noteCont .contbox .orderProblem .website_link .items_link .list {
    width: 100%;
  }
  body .noteCont .contbox .orderProblem .website_link .items_link .list a {
    margin-right: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  body .noteCont .contbox .orderProblem .website_link .items_link .list a:hover {
    color: #88c0c0;
  }
  body .noteCont .contbox .pingjiaBox {
    width: 960px;
    float: right;
  }
  body .noteCont .contbox .pingjiaBox .orderBuyNav {
    color: #4c4c4c;
    text-align: left;
  }
  body .noteCont .contbox .pingjiaBox .orderBuyNav a {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo {
    margin: 0px 0px 20px;
    overflow: hidden;
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .imgbox {
    width: 165px;
    height: 230px;
    position: relative;
    float: left;
    margin-right: 25px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .imgbox .icon {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px 10px;
    background: #f89e3a;
    color: #FFF;
    font-size: 12px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo {
    width: 770px;
    float: right;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > h5 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 00;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > h5 span {
    background: #fab221;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border: 1px solid #fab221;
    margin-left: 5px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div {
    background: #fafafa;
    padding: 15px;
    display: block;
    margin-top: 15px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pl {
    float: left;
    width: 60%;
    font-size: 12px;
    color: #999;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pl b {
    font-size: 16px;
    color: #ed6b00;
    margin: 0px 15px 0px 0px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pl i {
    text-decoration: line-through;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr {
    float: right;
    width: 40%;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr span {
    font-size: 14px;
    color: #999;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr .xingbox {
    float: right;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr .xingbox span {
    cursor: pointer;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .priceCont .pr .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .namebox {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-bottom: 10px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .isb {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-bottom: 10px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    line-height: 20px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord span {
    float: left;
    display: block;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord > div {
    width: 80%;
    float: left;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord > div span {
    margin-right: 8px;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord a {
    font-size: 14px;
    color: #999;
    float: right;
  }
  body .noteCont .contbox .pingjiaBox .pjBookInfo .textInfo > div .keyWord a.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox {
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title {
    overflow: hidden;
    margin-bottom: 18px;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title h5 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox {
    line-height: 25px;
    padding: 0 20px;
    float: left;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox span {
    font-size: 16px;
    color: #999;
    cursor: pointer;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox span.active {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .xingbox span.onactive {
    color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .btnBox {
    float: right;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .title .btnBox span {
    font-size: 12px;
    color: #999;
    float: left;
    margin: 0 10px;
    cursor: pointer;
    line-height: 25px;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox #pingjia {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 20px 30px;
    resize: none;
    color: #999999;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox #pingjia:disabled {
    background: #FFF;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan {
    overflow: hidden;
    width: 100%;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-item {
    width: 50%;
    float: left;
    margin-bottom: 0px !important;
    margin-top: 5px;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-input-block {
    float: left;
    margin-left: 0px;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
    margin-top: 6px;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .layui-form-label {
    float: left;
    width: 85px;
    font-size: 12px;
    padding: 9px 0px;
    text-align: left;
  }
  body .noteCont .contbox .pingjiaBox .liuyanBox .qieHuan .pinglun-btn {
    float: right;
    background: #ed6b00;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border: none;
    color: #FFF;
    line-height: 28px;
    margin: 10px 0px;
  }
  body .noteCont .contbox .followList {
    width: 960px;
    float: right;
  }
  body .noteCont .contbox .followList .followNav {
    background: #fafafa;
    line-height: 60px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
  }
  body .noteCont .contbox .followList .followNav span {
    cursor: pointer;
    display: block;
    float: left;
    width: 90px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ed6b00;
  }
  body .noteCont .contbox .followList .list {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  body .noteCont .contbox .followList .list ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .followList .list ul li {
    width: 50%;
    float: left;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .followList .list ul li .imgBox {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 20px;
  }
  body .noteCont .contbox .followList .list ul li .imgBox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  body .noteCont .contbox .followList .list ul li .right {
    overflow: hidden;
  }
  body .noteCont .contbox .followList .list ul li .right .top {
    overflow: hidden;
    margin-bottom: 10px;
  }
  body .noteCont .contbox .followList .list ul li .right .top a {
    text-decoration: none;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 {
    font-size: 18px;
    color: #4c4c4c;
    width: 260px;
    float: left;
    overflow: hidden;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 .vip {
    width: 14px;
    height: 16px;
    background-image: url(../images/icon/icon_vip.png);
    margin: 3px 0px 3px 10px;
  }
  body .noteCont .contbox .followList .list ul li .right .top h5 .author {
    width: 40px;
    height: 14px;
    background-image: url(../images/icon/icon_author.png);
    margin: 4px 0px 4px 10px;
  }
  body .noteCont .contbox .followList .list ul li .right .top .followBtn {
    float: right;
    width: 62px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    background: #ed6b00;
    border-radius: 3px;
    border: 1px solid #ed6b00;
  }
  body .noteCont .contbox .followList .list ul li .right .top .followBtn.active {
    background-color: transparent;
    color: #ed6b00;
  }
  body .noteCont .contbox .followList .list ul li .right .top .nofollowBtn {
    float: right;
    width: 62px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #999;
    font-size: 12px;
  }
  body .noteCont .contbox .followList .list ul li .right .info {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  body .noteCont .contbox .followList .getMore {
    width: 150px;
    margin: 30px auto 30px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .noteCont .contbox .newSetBox {
    width: 960px;
    min-height: 500px;
    float: right;
    border: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .newSetBox .layui-form {
    display: inline-block;
    width: 100%;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-item {
    margin-bottom: 0px !important;
    width: 20%;
    float: right;
    clear: inherit;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-input-block {
    float: left;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-switch {
    box-sizing: content-box;
    border: 1px solid #ed6b00;
    margin-top: 0px;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-switch i {
    background-color: #ed6b00;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-onswitch {
    border-color: #ed6b00;
    background-color: #ed6b00;
    box-sizing: content-box;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-onswitch i {
    background-color: #FFF;
  }
  body .noteCont .contbox .newSetBox .layui-form .layui-form-label {
    float: left;
    width: 85px;
    font-size: 12px;
    padding: 9px 0px;
  }
  body .noteCont .contbox .newSetBox ul {
    width: 100%;
  }
  body .noteCont .contbox .newSetBox ul li {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  body .noteCont .contbox .newSetBox ul li h5 {
    font-size: 14px;
    line-height: 60px;
    color: #4c4c4c;
    width: 65%;
    float: left;
    font-weight: 600;
  }
  body .noteCont .contbox #pagesCont {
    text-align: center;
    padding: 35px 0px;
  }
  body .noteCont .contbox #pagesCont .layui-laypage {
    font-size: 12px;
  }
  body .noteCont .contbox #pagesCont .layui-laypage a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox #pagesCont .layui-laypage span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox #pagesCont .layui-laypage select {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox #pagesCont .layui-laypage input {
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .contbox #pagesCont .layui-laypage button {
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 12px;
    color: #666666;
  }
  body .noteCont .mh_Tankuang {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
    background-image: url(../images/manghe/black_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: none;
  }
  body .noteCont .mh_Tankuang .tan_inbox {
    width: 540px;
    background: #FFF;
    padding: 30px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body .noteCont .mh_Tankuang .tan_inbox .top {
    width: 100%;
    text-align: center;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0 30px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top h5 .iconfont {
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    background: #ed6b00;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top .texts {
    font-size: 14px;
    text-align: left;
    color: #ed6b00;
  }
  body .noteCont .mh_Tankuang .tan_inbox .top .texts span {
    color: #d20418;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList {
    width: 100%;
    border: 1px solid #ebebeb;
    margin: 15px 0px 10px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList .texts {
    font-size: 14px;
    text-align: left;
    color: #d20418;
    padding: 15px 25px 10px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul {
    width: 450px;
    max-height: 385px;
    overflow-x: hidden;
    font-size: 0;
    transition: all .3s;
    margin: 10px auto;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li {
    width: 77px;
    margin: 0px 15px 15px;
    display: inline-block;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .imgbox {
    width: 100%;
    height: 106px;
    position: relative;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .imgbox img {
    width: 100%;
    height: 100%;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .bookName {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    height: 40px;
    margin: 10px 0px 5px;
    font-weight: 400;
    color: #4c4c4c;
    white-space: initial;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul li a .userName {
    color: #999999;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 18px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul::-webkit-scrollbar {
    width: 6px;
    height: 8px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .mh_Tankuang .tan_inbox .bookList ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box {
    width: 100%;
    text-align: center;
    margin: 15px 0px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box a {
    display: inline-block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    margin: 0 10px;
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box a.goby {
    background: #ed6b00;
    color: #FFF;
  }
  body .noteCont .mh_Tankuang .tan_inbox .btn_box a.goback {
    border: 1px solid #999999;
    color: #999999;
  }
  body .buyCarCont {
    width: 100%;
  }
  body .buyCarCont .carNav {
    width: 100%;
    overflow: hidden;
  }
  body .buyCarCont .carNav a {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 16px;
    margin: 20px 0px;
    display: inline-block;
  }
  body .buyCarCont .buyCarlist {
    width: 100%;
  }
  body .buyCarCont .buyCarlist .carJindu {
    width: 752px;
    height: 44px;
    background-image: url(../images/car-nav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .carJindu span {
    width: 30%;
    float: left;
    line-height: 43px;
    color: #000;
    margin-right: 5%;
    text-align: center;
  }
  body .buyCarCont .buyCarlist .carJindu span:last-child {
    margin: 0px;
  }
  body .buyCarCont .buyCarlist .carJindu span.active {
    color: #FFF;
  }
  body .buyCarCont .buyCarlist .list {
    width: 100%;
  }
  body .buyCarCont .buyCarlist .list .itemTop {
    width: 100%;
    overflow: hidden;
    margin: 20px 0px 15px;
  }
  body .buyCarCont .buyCarlist .list .itemTop span {
    display: block;
    float: left;
    width: 230px;
    text-align: center;
  }
  body .buyCarCont .buyCarlist .list .itemTop span input {
    height: 14px;
    width: 14px;
    vertical-align: middle;
    margin-top: -1px;
  }
  body .buyCarCont .buyCarlist .list .itemTop span:nth-child(1) {
    width: 100px;
    text-align: left;
  }
  body .buyCarCont .buyCarlist .list .itemTop span:nth-child(2) {
    width: 368px;
    text-align: left;
  }
  body .buyCarCont .buyCarlist .list .itemTop.noTop span:nth-child(1) {
    width: 70px;
    text-align: left;
  }
  body .buyCarCont .buyCarlist .list .itemTop.noTop span:nth-child(2) {
    width: 418px;
    text-align: left;
  }
  body .buyCarCont .buyCarlist .list .itemTop.noTop span:nth-child(3) {
    width: 320px;
    text-align: center;
  }
  body .buyCarCont .buyCarlist .list .itemTop.noTop span:nth-child(4) {
    width: 330px;
    text-align: center;
  }
  body .buyCarCont .buyCarlist .list .hasVip {
    margin: 60px 0 15px;
    width: 100%;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .hasVip .title {
    font-size: 14px;
    color: #eb0000;
  }
  body .buyCarCont .buyCarlist .list .hasVip .clearBtn {
    float: right;
    color: #ed6b00;
    font-size: 14px;
    cursor: pointer;
  }
  body .buyCarCont .buyCarlist .list .cartOk {
    width: 100%;
    padding: 80px 0 0px;
    text-align: center;
  }
  body .buyCarCont .buyCarlist .list .cartOk b {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    line-height: 55px;
    vertical-align: middle;
  }
  body .buyCarCont .buyCarlist .list .cartOk b a {
    font-size: 20px;
    color: #ed6b00;
    text-decoration: underline !important;
  }
  body .buyCarCont .buyCarlist .list .cartOk .iconfont {
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 3px solid #20bd62;
    border-radius: 50%;
    font-size: 35px;
    color: #20bd62;
    text-align: center;
    line-height: 55px;
    margin-right: 30px;
    vertical-align: middle;
  }
  body .buyCarCont .buyCarlist .list .itembox {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 20px;
  }
  body .buyCarCont .buyCarlist .list .itembox .items {
    width: 100%;
    position: relative;
  }
  body .buyCarCont .buyCarlist .list .itembox .items::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 160px;
    width: 990px;
    height: 1px;
    background: #e0e0e0;
  }
  body .buyCarCont .buyCarlist .list .itembox .items:last-child::before {
    height: 0px;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList {
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .checkedBox {
    float: left;
    width: 40px;
    line-height: 160px;
    color: #eb0000;
    font-size: 14px;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .checkedBox input {
    width: 14px;
    height: 14px;
    vertical-align: middle;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo {
    float: left;
    width: 410px;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .imgbox {
    width: 115px;
    height: 160px;
    position: relative;
    float: left;
    margin-right: 20px;
    box-shadow: 3px 3px 10px #999;
    /* .iconfont{
                                            position: absolute;
                                            bottom: 0px;
                                            right: 0px;
                                            background: rgba(0,0,0,.4);
                                            color: #FFF;
                                            font-size: 12px;
                                            padding: 1px 3px;
                                        }*/
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .imgbox .icon {
    width: 43px;
    height: 53px;
    background-image: url(../images/index/main_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext h4 {
    font-size: 12px;
    color: #4c4c4c;
    font-weight: 400;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext h4 .iconfont {
    font-size: 12px;
    color: #FFF;
    background: #faaf25;
    padding: 1px 5px;
    vertical-align: top;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext .name {
    font-size: 12px;
    color: #666666;
    margin: 10px 0px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .bookInfo .booktext .info {
    font-size: 12px;
    color: #777;
    margin: 10px 0px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .price {
    float: left;
    width: 230px;
    height: 160px;
    text-align: center;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .price span {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .price p {
    font-size: 12px;
    color: #fe0000;
    margin-top: 10px;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .orderNumber {
    float: left;
    width: 230px;
    height: 160px;
    text-align: center;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .orderNumber span {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .odertSet {
    float: left;
    width: 230px;
    height: 160px;
    text-align: center;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-all;
  }
  body .buyCarCont .buyCarlist .list .itembox .items .productList .odertSet a {
    font-size: 14px;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .inCart .productList .price {
    width: 340px;
  }
  body .buyCarCont .buyCarlist .list .itembox .inCart .productList .orderNumber {
    width: 340px;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk {
    padding: 30px 0px 0px;
    width: 100%;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk .bookNum {
    float: left;
    font-size: 14px;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk .bookPrice {
    float: right;
    font-size: 14px;
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .itembox .ddOk .bookPrice b {
    font-size: 20px;
    color: #fe0000;
    margin-left: 5px;
  }
  body .buyCarCont .buyCarlist .list .getMore {
    width: 150px;
    margin: 20px auto 10px;
    display: block;
    font-size: 14px;
    color: #ed5800;
    text-align: center;
  }
  body .buyCarCont .buyCarlist .list .buySetType {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 35px 35px 20px;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item {
    float: left;
    border: 2px solid #e0e0e0;
    padding: 10px 20px;
    margin: 0 60px 15px 0;
    cursor: pointer;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item img {
    float: left;
    height: 30px;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item p {
    float: left;
    line-height: 30px;
    margin-left: 8px;
    color: #666666;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item.active {
    border: 2px solid #ed6b00;
    background-image: url(../images/icon/icon_xiabiao@2x.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
  }
  body .buyCarCont .buyCarlist .list .buySetType .item:last-child {
    margin-right: 0px;
  }
  body .buyCarCont .buyCarlist .list .orderTotal {
    width: 100%;
    margin: 50px 0px 0px;
    overflow: hidden;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div {
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div span {
    float: right;
    width: 120px;
    text-align: right;
    font-size: 14px;
    color: #999999;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div b {
    float: right;
    text-align: right;
    width: 180px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div .goJieSuan {
    float: right;
    width: 140px;
    height: 45px;
    border: none;
    background: #ed6b00;
    color: #FFF;
    margin: 15px 0px;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(2) span {
    color: #999999;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(2) b {
    color: #999999;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(3) span {
    color: #666666;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(3) b {
    color: #fe0000;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(4) span {
    color: #4c4c4c;
  }
  body .buyCarCont .buyCarlist .list .orderTotal > div:nth-child(4) b {
    color: #fe0000;
    font-weight: 600;
  }
}
