﻿* {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 微软雅黑;
    text-decoration: none;
}

body,
html {
    font-family: 微软雅黑;
    height: 100%;
    font-size: 14px;
    min-width: 1200px;
    background: #f5f6fa;
}

/*
头部
 */
.header {
    height: 99px;
    border-bottom: 1px solid #d6d9e6;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
}

.header .headerLeft {
    float: left;
}

.header .headerLeft .img1 {
    margin-left: 28px;
    margin-top: 26px;
}

.header .headerLeft .img2 {
    margin-left: 16px;
    margin-top: 30px;
}

.header .headerRight {
    float: right;
    margin-top: 50px;
    padding-right: 60px;
}

.header .headerRight .time {
    float: left;
}

.header .headerRight ul {
    float: left;
}

.header .headerRight ul li {
    float: left;
    margin-left: 35px;
}

.header .headerRight ul li img {
    float: left;
    margin-right: 10px;
    border: none;
}

.header .headerRight ul li a {
    color: #414242;
    cursor: pointer;
}

.header .headerRight ul:after {
    content: '';
    display: block;
    clear: both;
}

.header .headerRight:after {
    content: '';
    display: block;
    clear: both;
}

/*
中间主要部分
 */
.contents {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.contents .leftMenu {
    width: 240px;
    margin-top: 100px;
    background: #c52532;
    overflow: auto;
}

.contents .leftMenu h4 {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 104px;
    background: url("../img/line.png") bottom no-repeat;
    letter-spacing: 5px;
}

.contents .leftMenu ul li {
    line-height: 83px;
    text-indent: 43px;
    font-size: 16px;
    background: url("../img/line.png") bottom no-repeat;
}

.contents .leftMenu ul li img {
    margin-right: 16px;
}

.contents .leftMenu ul li a {
    color: #ffffff;
    display: block;
}

.contents .leftMenu ul li.active {
    background: #af1724;
    border-left: 2px solid #ffffff;
}

.contents .rightContent {
    margin-top: 100px;
    position: relative;
    flex: 1;
    overflow-y: auto;
    /*
         首页样式
        */
    /*
      底部
       */
}

.contents .rightContent .rightContentDetails {
    padding-bottom: 100px;
    position: relative;
    min-height: 90%;
    margin-right: auto;
    margin-left: auto;
    min-width: 1210px;
}

.contents .rightContent .rightContentDetails .titleTab {
    border-bottom: 1px solid #d6d9e6;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative;
    /*margin-right: 20px;*/
}

.contents .rightContent .rightContentDetails .titleTab ul {
    float: left;
}

.contents .rightContent .rightContentDetails .titleTab ul li {
    float: left;
    padding: 0 10px 10px 10px;
    margin-right: 20px;
}

.contents .rightContent .rightContentDetails .titleTab ul li a {
    color: #333333;
}

.contents .rightContent .rightContentDetails .titleTab ul li.active {
    border-bottom: 4px solid #bd0004;
}

.contents .rightContent .rightContentDetails .titleTab ul li.active a {
    color: #e30011;
}

.contents .rightContent .rightContentDetails .titleTab ul li:hover a {
    color: #bd0004;
}

.contents .rightContent .rightContentDetails .titleTab ul:after {
    content: '';
    display: block;
    clear: both;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes {
    float: right;
    color: #999999;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem {
    float: left;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem:after {
    content: '';
    display: block;
    clear: both;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem .inputT {
    width: 140px;
    height: 32px;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 32px;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem select.inputT {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    /*text-align: center;*/
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem select.inputT option {
    line-height: 32px;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem .inputS {
    width: 90px;
    height: 32px;
    color: #ffffff;
    background: #c52532;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    margin-left: 10px;
    outline: none;
    line-height: 32px;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem p.u1 {
    float: left;
    line-height: 35px;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem p.u2 {
    float: left;
    position: relative;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem p.u2 input {
    text-indent: 10px;
    font-size: 14px;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItemState {
    margin-left: 20px;
}

.contents .rightContent .rightContentDetails .titleTab:after {
    content: '';
    display: block;
    clear: both;
}

.contents .rightContent .rightContentDetails .details {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    display: flex;
}

.contents .rightContent .rightContentDetails .details .detailsLeft {
    flex: 1;
    padding-top: 60px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 30px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTitle {
    float: left;
    color: #333333;
    width: 174px;
    text-align: right;
    margin-right: 25px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTitle span {
    color: #bd0004;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput {
    float: left;
    height: 100%;
    position: relative;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput input.p1 {
    height: 42px;
    width: 320px;
    border: 1px solid #dedede;
    text-indent: 10px;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    color: #333333;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput input.p2 {
    width: 200px;
    margin-right: 22px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput input.p3 {
    width: 92px;
    height: 42px;
    background: #ffebc8;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 16px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput input.p4 {
    width: 320px;
    height: 42px;
    border: none;
    outline: none;
    font-size: 16px;
    background: #f0424f;
    color: #ffffff;
    border-radius: 3px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTips input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    float: left;
    margin-top: 14px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTips .checkBoxImg {
    width: 16px;
    height: 16px;
    float: left;
    background: url("../img/checkNotChe.png") no-repeat;
    margin-top: 13px;
    margin-right: 10px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTips .checkBoxImg.active {
    background: url("../img/checkBoxBg.png") no-repeat;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTips .checkboxInput {
    position: absolute;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTips .checkBoxTxt {
    float: left;
    line-height: 38px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTips span {
    color: #bd0004;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .confirmPaaaword {
    /*float: left;*/
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .confirmPaaaword .conLi {
    float: left;
    margin-left: 25px;
    color: #666666;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li:after {
    content: '';
    display: block;
    clear: both;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li.tips {
    font-size: 12px;
    color: #999999;
    text-indent: 86px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li.tips span {
    color: #bd0004;
}

.contents .rightContent .rightContentDetails .details .detailsRight {
    width: 370px;
    /*border-left: 1px solid #dedede;*/
    text-align: center;
    position: relative;
}

.contents .rightContent .rightContentDetails .details .detailsRight div.txt {
    font-size: 18px;
    color: #666666;
    margin-bottom: 42px;
}

.contents .rightContent .rightContentDetails .details .detailsRight input {
    width: 200px;
    height: 42px;
    background: #f0424f;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
}

.contents .rightContent .rightContentDetails .details .detailsRight .detailsRightContent {
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -54px;
}

.contents .rightContent .rightContentDetails .details:after {
    content: '';
    display: block;
    clear: both;
}

.contents .rightContent .rightContentDetails .detailsTable3 {
    margin-top: 40px;
}

.contents .rightContent .rightContentDetails01 {
    margin-right: 30px;
    margin-left: 30px;
}

.contents .rightContent .rightContentDetails01 .indexF {
    background: none;
    box-shadow: none;
    margin-top: 32px;
    display: flex;
}

.contents .rightContent .rightContentDetails01 .indexF h4 {
    background: url("../img/titBg.png") repeat-x;
    height: 45px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f00;
    color: #c22529;
    text-indent: 20px;
    line-height: 45px;
    font-size: 20px;
}

.contents .rightContent .rightContentDetails01 .indexF .boxB {
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 25px;
    background: #ffffff;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft {
    /*! flex: 1; */
    width: 65%;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .publicationInfor .publicationInforCont {
    display: flex;
    padding-top: 30px;
    padding-left: 112px;
    padding-bottom: 50px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .publicationInfor .publicationInforCont img {
    width: 240px;
    margin-right: 75px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .publicationInfor .publicationInforCont .lists ul li {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions {
    background: none;
    box-shadow: none;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul {
    display: flex;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li {
    flex: 1;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    background: #f9f9f9;
    padding-bottom: 22px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li.liOne {
    margin-right: 25px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li.liTwo {
    margin-right: 25px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions UL LI.liOne .lePic {

}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions UL LI.liOne .riPic {
    width: 60px !important;
    margin-top: 43px !important;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li.liTwo .lePic {
    width: 38% !important;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li.liTwo .riPic {
    width: 115px !important;
    margin-top: 45px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li.liThree .lePic {

}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li.liThree .riPic {
    width: 60px !important;
    margin-top: 46px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liImg {
    height: 140px;
    display: flex;
    color: #bd0004;
    font-size: 24px;
    font-weight: bold;
    line-height: 100px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liImg img {
    /*margin-right: 10px;
    width: 50%;*/
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liInp {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liInp input {
    width: 220px;
    height: 35px;
    background: #f43636;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: 2px 2px 4px #ccc;
    -moz-box-shadow: 2px 2px 4px #ccc;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 3px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .messageBoard .messageBoardCont {
    height: 444px;
    overflow: auto;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .messageBoard .messageBoardCont ul {
    padding-top: 10px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .messageBoard .messageBoardCont ul li {
    border-bottom: 1px dashed #cccccc;
    width: 94%;
    margin-left: 3%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .messageBoard .messageBoardCont ul li .answer {
    background: #fdf6f6;
    padding: 10px 3%;
    line-height: 24px;
    margin-top: 20px;
    position: relative;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .messageBoard .messageBoardCont ul li .answer .angle {
    position: absolute;
    top: -14px;
    left: 30px;
    width: 30px;
    height: 15px;
    background: url("../img/angleBg.png") no-repeat;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight {
    width: 35%;
    margin-left: 25px;
    margin-right: 25px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .magazineCont {
    padding: 30px 20px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .magazineCont h6 {
    font-size: 18px;
    color: #333333;
    border-left: 4px solid #f00;
    padding-left: 8px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .magazineCont .moneyInfor {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .magazineCont .moneyInfor ul li {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 12px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .magazineCont .moneyInfor ul li .titl {
    color: #bd0004;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .magazineCont .moneyInfor ul li .titDe {
    color: #666666;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .magazineCont .contact {
    padding-bottom: 0px;
    border-bottom: none;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .rankingList ul.rankingListCont {
    padding: 10px 20px 0px 20px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .rankingList ul.rankingListCont li {
    line-height: 50px;
    border-top: 1px dashed #dedede;
    height: 50px;
    overflow: hidden;
    margin-left: 20px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .rankingList ul.rankingListCont li:nth-child(1) {
    border-top: none;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .rankingList ul.rankingListCont li span {
    padding: 5px 10px 0 0;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFRight .rankingList ul.rankingListCont li span.rank {
    color: #c22529;
    font-size: 22px;
    font-style: oblique;
    font-weight: bold;
}

.contents .rightContent .footer {
    position: absolute;
    bottom: 0;
    color: #ccc;
    line-height: 100px;
    text-align: center;
    width: 100%;
}

/*
找回密码
 */
.findPassword {
    width: 100%;
    padding-top: 60px;
    font-size: 16px;
    color: #333333;
    padding-bottom: 185px;
}

.findPassword .findPassT {
    width: 830px;
    margin: 0 auto;
}

.findPassword .findPassT ul.t1 li {
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 25px;
}

.findPassword .findPassT ul.t1 li.active {
    color: #c52532;
}

.findPassword .findPassT ul.t1:after {
    content: '';
    display: block;
    clear: both;
}

.findPassword .findPassT ul.t2 {
    width: 640px;
    margin: 0 auto;
}

.findPassword .findPassT ul.t2 li {
    float: left;
    height: 20px;
}

.findPassword .findPassT ul.t2 li.t2Icon01 {
    background: url("../img/ashIcon.png") left no-repeat;
    width: 16px;
}

.findPassword .findPassT ul.t2 li.t2Icon01.active {
    background: url("../img/redIcon.png") left no-repeat;
}

.findPassword .findPassT ul.t2 li.t2Icon {
    background: url("../img/ashIcon.png") left no-repeat;
    width: 32.5%;
}

.findPassword .findPassT ul.t2 li.t2Icon .line {
    height: 1px;
    background: #cbcbcb;
    width: 87%;
    margin-left: 10%;
    margin-top: 9px;
}

.findPassword .findPassT ul.t2 li.t2Icon.active {
    background: url("../img/redIcon.png") left no-repeat;
}

.findPassword .findPassT ul.t2:after {
    content: '';
    display: block;
    clear: both;
}

.findPassword .findPasswordItem {
    display: none;
}

.findPassword .findPasswordItem.active {
    display: block;
}

.findPassword .findPassC {
    width: 450px;
    margin: 0 auto;
    margin-top: 52px;
}

.findPassword .findPassC ul li {
    line-height: 40px;
    margin-bottom: 30px;
}

.findPassword .findPassC ul li .conL {
    float: left;
    width: 75px;
    text-align: right;
    margin-right: 25px;
}

.findPassword .findPassC ul li .conI {
    float: left;
}

.findPassword .findPassC ul li .conI input {
    width: 338px;
    height: 40px;
    border: 1px solid #e5d7d7;
    border-radius: 3px;
    font-size: 16px;
    text-indent: 17px;
    line-height: 40px;
    background: #faf8f9;
    color: #333333;
}

.findPassword .findPassC ul li .conI .codeInput {
    width: 198px;
}

.findPassword .findPassC ul li .conI .coI {
    width: 118px;
    background: #ffeacb;
    color: #271e18;
    margin-left: 22px;
}

.findPassword .findPassC ul li .conI .submitBtn {
    background: #f0424f;
    color: #ffffff;
    margin-top: 16px;
}

.findPassword .findPassC ul li:after {
    content: '';
    display: block;
    clear: both;
}

.findPassword .findPassTwo {
    width: 380px;
    margin: 0 auto;
    margin-top: 52px;
}

.findPassword .findPassTwo ul li input {
    width: 370px;
    height: 42px;
    background: #f1424f;
    color: #ffffff;
    border: none;
    font-size: 16px;
    margin-top: 78px;
    margin-bottom: 45px;
    border-radius: 3px;
}

.findPassword .findPassTwo ul li.tx {
   
}

.findPassword .findPassTwo ul li.tx img {
    margin-right: 12px;
    float: left;
    margin-top: 3px;
}

.findPassword .findPassTwo ul li.tx span {
    font-size: 22px;
    color: #c52532;
    font-weight: bold;
}

.findPassword .findPassTwo ul li.txt {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
}

.findPassword .findPassTwo ul li.txt span {
    color: #c52433;
}

.findPassword .findPassThree {
    width: 632px;
    margin: 0 auto;
    margin-top: 56px;
}

.findPassword .findPassThree ul li {
    line-height: 40px;
    margin-bottom: 30px;
    display: flex;
}

.findPassword .findPassThree ul li .text {
    width: 166px;
    text-align: right;
    float: left;
    margin-right: 24px;
}

.findPassword .findPassThree ul li .input {
    flex: 1;
}

.findPassword .findPassThree ul li .input input {
    width: 338px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbd9da;
    text-indent: 17px;
    font-size: 16px;
    outline: none;
    background: #faf8f9;
}

.findPassword .findPassThree ul li .input .p1 {
    width: 190px;
    margin-top: 16px;
    font-size: 14px;
    text-indent: 0;
    color: #656565;
}

.findPassword .findPassThree ul li .input .submit {
    background: #f1424f;
    color: #ffffff;
}

.findPassword .findPassThree ul li:after {
    content: '';
    display: block;
    clear: both;
}

.findPassword03 {
    padding-bottom: 110px;
}

.findPassword04 {
    padding-bottom: 249px;
}

.findPassFour {
    text-align: center;
    margin-top: 56px;
}

.findPassFour .icon {
    margin-bottom: 24px;
}

.findPassFour .icon img {
    width: 75px;
}

.findPassFour .tips {
    color: #3c3c3c;
    margin-bottom: 32px;
    font-size: 18px;
}

.findPassFour .times {
    color: #939393;
    font-size: 14px;
}

.findPassFour .times a {
    color: #a13646;
}

/**
用户信息
 */
.userInformation {
    padding: 50px 100px 75px 100px;
    width: 90%;
}

.userInformation .userInforItem {
    display: none;
}

.userInformation .userInforItem h5 {
    color: #bd0004;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.userInformation .userInforItem .baseInfor {
    padding-bottom: 100px;
}

.userInformation .userInforItem .baseInfor ul li {
    width: 48%;
    float: left;
    margin-top: 30px;
    line-height: 40px;
    display: flex;
}

.userInformation .userInforItem .baseInfor ul li .basText {
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 15px;
}

.userInformation .userInforItem .baseInfor ul li .basText span {
    color: #ae1723;
}

.userInformation .userInforItem .baseInfor ul li .basInput {
    float: left;
    flex: 1;
}

.userInformation .userInforItem .baseInfor ul li .basInput input {
    width: 100%;
    height: 40px;
    border: 1px solid #dedede;
    text-indent: 10px;
    font-size: 16px;
    color: #333333;
    border-radius: 3px;
    line-height: 40px;
    background: #faf8f9;
}

.userInformation .userInforItem .baseInfor ul li:after {
    content: '';
    display: block;
    clear: both;
}

.userInformation .userInforItem .baseInfor ul li:nth-child(2n-1) {
    margin-right: 4%;
}

.userInformation .userInforItem .baseInfor ul:after {
    content: '';
    display: block;
    clear: both;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li {
    float: left;
    line-height: 40px;
    margin-top: 30px;
    display: flex;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li.woComLi {
    width: 48%;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li.woComLiPercent {
    width: 100%;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li.y1 {
    color: #999999;
    font-size: 12px;
    margin-top: 90px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li.y1 span {
    color: #bd0004;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li:nth-child(2n-1) {
    margin-right: 4%;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basText {
    float: left;
    width: 120px;
    text-align: right;
    margin-right: 10px;
    min-width: 120px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basText span {
    color: #ae1723;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput {
    float: left;
    flex: 1;
    display: flex;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput input {
    width: 100%;
    height: 40px;
    border: 1px solid #dedede;
    text-indent: 10px;
    font-size: 16px;
    color: #333333;
    border-radius: 3px;
    line-height: 40px;
    background: #faf8f9;
}


.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput textarea {
    width: 100%;
    min-height: 150px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #dedede;
    padding: 10px;
    background: #faf8f9;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput .submitInput {
    height: 42px;
    width: 100px;
    background: #ff5663;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    border: none;
    text-indent: 0;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput .submitInput:hover {
    background: #f0424f;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput .cancelInput {
    height: 42px;
    width: 100px;
    color: #f0424f;
    font-size: 16px;
    outline: none;
    text-indent: 0;
    background: none;
    margin-left: 20px;
    border: none;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput .cancelInput:hover {
    background: #dfdfdf;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput .checkboxInput {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput01 select {
    width: 168px;
    border: 1px solid #dedede;
    flex: none;
    outline: none;
    height: 40px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput01 .nextYear {
    line-height: 40px;
    margin-right: 20px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput01 .tipss .t {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput01 .tipss .angle {
    float: left;
    height: 33px;
    margin-top: 5px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput01 .tipss span {
    background: #d2e8fd;
    border: 1px solid #a5d3fe;
    padding: 5px 6px;
    float: left;
    line-height: 21px;
    border-left: none;
    margin-top: 5px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput01 .price {
    float: left;
    line-height: 40px;
    margin-left: 1px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li:after {
    content: '';
    display: block;
    clear: both;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul:after {
    content: '';
    display: block;
    clear: both;
}

.userInformation .userInforItem .bookMagazine ul li:nth-child(2n) {
    margin-right: 4% !important;
}

.userInformation .userInforItem .bookMagazine ul li:nth-child(2n-1) {
    margin-right: 0 !important;
}

.userInformation .userInforItem .bookMagazine ul li .basInput label {
    width: 100%;
}

.userInformation .userInforItem .bookMagazine ul li.y3 {
    margin-top: 50px;
}

.userInformation .userInforItem.active {
    display: block;
}

.userInformation .userInforItem ul.financeInfor li {
    line-height: 40px;
    display: flex;
    float: left;
    margin-bottom: 30px;
    color: #333333;
}

.userInformation .userInforItem ul.financeInfor li .fiInfTxt {
    width: 120px;
    text-align: right;
    margin-right: 25px;
    color: #333333;
}

.userInformation .userInforItem ul.financeInfor li .fiInfTxt span {
    color: #ae1723;
}

.userInformation .userInforItem ul.financeInfor li .fiInfInput {
    flex: 1;
    display: flex;
}

.userInformation .userInforItem ul.financeInfor li:after {
    content: '';
    display: block;
    clear: both;
}

.userInformation .userInforItem ul.financeInfor li.fiInforLi {
    width: 48%;
}

.userInformation .userInforItem ul.financeInfor li.fiInforLiAll {
    width: 100%;
}

.userInformation .userInforItem ul.financeInfor li.fiInforLiAll textarea {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #333333;
}

.userInformation .userInforItem ul.financeInfor li.y2 {
    font-size: 12px;
    color: #999999;
    margin-top: 90px;
}

.userInformation .userInforItem ul.financeInfor li.y2 span {
    color: #ae1723;
}

.userInformation .userInforItem ul.financeInfor li:nth-child(2n-1) {
    margin-right: 4%;
}

.userInformation .userInforItem ul.financeInfor li input {
    width: 100%;
    height: 40px;
    border: 1px solid #dedede;
    text-indent: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    background: #faf8f9;
}

.userInformation .userInforItem ul.financeInfor li input.submitT {
    text-indent: 0;
    background: #f0424f;
    height: 40px;
    width: 100px;
    border-radius: 3px;
    font-size: 18px;
    margin-right: 20px;
    color: #ffffff;
    border: none;
    margin-top: 30px;
}

.userInformation .userInforItem ul.financeInfor li input.cancelT {
    text-indent: 0;
    background: none;
    height: 40px;
    width: 100px;
    border-radius: 3px;
    font-size: 18px;
    margin-right: 20px;
    color: #f0424f;
    border: none;
    margin-top: 30px;
}

.userInformation .userInforItem ul.financeInfor li input.cancelT:hover {
    background: #dfdfdf;
}

.userInformation .userInforItem ul.financeInfor li select { 
    margin-right: 10px;
    border: 1px solid #dedede;
    font-size: 16px;
    text-indent: 5px;
    color: #333333;
    background: #faf8f9;
}

.userInformation .userInforItem .bookMagazine ul li .basText {
    width: 120px;
}

/**
我要订刊的弹框
 */
#mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.updateTimeBox {
    width: 69%;
    height: 640px;
    background: #ffffff;
    position: absolute;
    /*left: 50%;*/
    top: 50%;
    margin-top: -320px;
    margin-left: -600px;
    z-index: 99999;
}

.updateTimeBox .title {
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    background: #f0424f;
    text-indent: 30px;
    font-size: 18px;
    position: relative;
}

.updateTimeBox .title span {
    position: absolute;
    right: 3%;
    top: 5px;
}

.updateTimeBox .title span img {
    cursor: pointer;
}

.updateTimeBox .updateTimeContent {
    height: 570px;
    overflow-y: scroll;
}

.updateTimeBox .updateTimeContent h4 {
    background: #f7f7f7;
    line-height: 50px;
    color: #f0424f;
    font-size: 16px;
    text-indent: 45px;
    background: url("../img/lineBg.png") left 30px top 16px #f7f7f7 no-repeat;
}

.updateTimeBox .updateTimeContent .lineG {
    width: 5px;
    height: 20px;
    background: #f00;
    position: absolute;
    top: 16px;
    left: 30px;
    background: url("../img/lineBg.png") no-repeat;
}

.updateTimeBox .updateTimeContent .updateTimeLi {
    position: relative;
}

.updateTimeBox .updateTimeContent .infor {
    padding-top: 30px;
    padding-bottom: 10px;
}

.updateTimeBox .updateTimeContent .infor li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.updateTimeBox .updateTimeContent .infor li .itemT {
    width: 30%;
    text-align: right;
    margin-right: 25px;
    float: left;
}

.updateTimeBox .updateTimeContent .infor li .itemC {
    float: left;
    width: 62%;
    /*!*overflow: hidden;*! <!--修改2018-10-17   或增加删除开始-->*/
}

.updateTimeBox .updateTimeContent .infor li .itemC input {
    width: 240px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dedede;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 16px;
    background: #FAF8F9;
    color: #333333;
}

.updateTimeBox .updateTimeContent .infor li:after {
    content: '';
    display: block;
    clear: both;
}

.updateTimeBox .updateTimeContent .infor:after {
    content: '';
    display: block;
    clear: both;
}

/**
批量订刊
 */
.bookMagazineBatch {
    padding: 0px 99px;
    width: 100%;
}

.bookMagazineBatch .bookMagazineBatchContent {
    display: flex;
    padding: 60px 0;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft {
    flex: 1;
    position: relative;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .upload {
    line-height: 45px;
    position: relative;
    margin-bottom: 40px;
    display: flex;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .upload span {
    width: 82px;
    margin-right: 10px;
    text-align: right;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .upload input {
    flex: 1;
    width: 100%;
    height: 43px;
    border: 1px solid #dedede;
    margin-left: 30px;
    font-size: 16px;
    text-indent: 5px;
    line-height: 43px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .uploadItem {
    display: none;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .uploadItem.active {
    display: block;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .tips .t1 {
    background: #fef5f6;
    color: #696363;
    line-height: 34px;
    text-indent: 10px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .tips ul {
    margin-top: 30px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .tips ul li {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li {
    height: 64px;
    padding: 12px 22px 12px 22px;
    background: #fef5f6;
    border: 1px solid #dedede;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li img {
    float: left;
    margin-top: 10px;
    margin-right: 25px;
    width: 41px;
    height: 48px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight {
    float: left;
    flex: 1;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight .title {
    color: #333333;
    margin-bottom: 10px;
    position: relative;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight .title span {
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight .title span img {
    width: 20px;
    height: 20px;
    margin-top: 0;
    cursor: pointer;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight .progress {
    border: 1px solid #dedede;
    height: 7px;
    background: #fefefe;
    margin-bottom: 5px;
    border-radius: 10px;
    position: relative;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight .progress .progressC {
    background: #7cb342;
    width: 30%;
    position: absolute;
    height: 7px;
    border-radius: 10px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight .percent {
    font-size: 14px;
    color: #afabaa;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .listRight .percent span {
    margin-left: 20px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li:after {
    content: '';
    display: block;
    clear: both;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .operationBtn {
    position: absolute;
    right: 3%;
    top: 36px;
    display: none;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .operationBtn input {
    border: none;
    background: none;
    width: 55px;
    height: 20px;
    text-indent: 14px;
    margin-left: 10px;
    color: #a7a3a2;
    outline: none;
    cursor: pointer;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .operationBtn .p1 {
    background: url("../img/replace.png") left top 2px no-repeat;
    background-size: 15px 15px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li .operationBtn .p2 {
    background: url("../img/recovery.png") left top 2px no-repeat;
    background-size: 15px 15px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li.over .progress {
    display: none;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li.over .operationBtn {
    display: block;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .uploadContent .lists ul li.over .title {
    margin-bottom: 20px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .tip {
    font-size: 14px;
    color: #999999;
    position: absolute;
    left: 102%;
    top: 0;
    width: 332px;
    line-height: 45px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .tip img {
    float: left;
    margin-right: 10px;
    margin-top: 13px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .tip span {
    background: #d6e7f7;
    border: 1px solid #add0f8;
    border-left: none;
    padding: 6px 6px;
    color: #5a6a77;
    /*background: url("../img/angle.png") left 0px top 0  no-repeat;*/
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .tip .angle {
    margin-right: 0;
    margin-top: 6px;
    height: 33px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchRight {
    width: 330px;
    height: 260px;
    border: 1px dashed #dedede;
    margin-left: 104px;
    text-align: center;
    padding-top: 150px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchRight input {
    background: url(../img/upload.png) left 5px top 5px #e04a53 no-repeat;
    background-size: 30px 30px;
    text-indent: 20px;
    width: 130px;
    height: 43px;
    color: #ffffff;
    font-size: 18px;
    border: none;
    border-radius: 3px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchRight .notes {
    color: #a3a3a3;
    margin-top: 15px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchRight .tips {
    margin-top: 20px;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchRight .tips a {
    color: #a66060;
}

.bookMagazineBatch .btnGrounp {
    margin-bottom: 72px;
    text-align: center;
}

.bookMagazineBatch .btnGrounp input {
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
}

.bookMagazineBatch .btnGrounp .s1 {
    background: #ff5663;
    color: #ffffff;
    border: none;
}

.bookMagazineBatch .btnGrounp .s1:hover {
    background: #f0424f;
}

.bookMagazineBatch .btnGrounp .s2 {
    background: none;
    color: #ff5663;
}

.bookMagazineBatch .btnGrounp .s2:hover {
    background: #dfdfdf;
}

/*
订单查询
 */
.orderQuery {
    padding-top: 0px;
    padding-bottom: 0;
}

.orderQuery table#orderQ {
    border-collapse: collapse;
    border: 1px solid #e5d7d7;
    width: 100%;
}

.orderQuery table#orderQ thead {
    background: #fbefef;
}

.orderQuery table#orderQ th {
    line-height: 57px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #e5d7d7;
}

.orderQuery table#orderQ td {
    border: 1px solid #e5d7d7;
    line-height: 57px;
    text-align: center;
}

.orderQuery table#orderQ td input {
    background: none;
    border: none;
    outline: none;
    text-indent: 26px;
    color: #333333;
    margin-right: 26px;
}

.orderQuery table#orderQ td input:hover {
    color: #bd0004;
}

.orderQuery table#orderQ td input:hover td input {
    color: #bd0004;
}

.orderQuery table#orderQ td .notPay {
    background: url("../img/notpay.png") no-repeat;
    background-size: 17px 17px;
    text-indent: 26px;
    color: #bd0004;
    margin-right: 13px;
    margin-left: 13px;
}

.orderQuery table#orderQ td .alreadyPay {
    background: url("../img/alreadyPay.png") no-repeat;
    background-size: 17px 17px;
    text-indent: 26px;
    margin-right: 13px;
    margin-left: 13px;
}

.orderQuery table#orderQ td .check {
    background: url("../img/check.png") no-repeat;
    background-size: 17px 17px;
    text-indent: 26px;
    margin-right: 13px;
    margin-left: 13px; 
}

.orderQuery table#orderQ td .fillInTimes {
    background: url("../img/fillIntimes.png") no-repeat;
    background-size: 17px 17px;
    text-indent: 21px;
    color: #bd0004;
}

.orderQuery table#orderQ td .updateTimes {
    background: url("../img/update.png") no-repeat;
    background-size: 17px 17px;
    text-indent: 21px;
}

.orderQuery table#orderQ tr.alreadyPay .notPay {
    display: none;
}

.orderQuery table#orderQ tr.alreadyPay .fillInTimes {
    display: none;
}

.orderQuery table#orderQ tr.notPay .alreadyPay {
    display: none;
}

.orderQuery table#orderQ tr.notPay .updateTimes {
    display: none;
}

.orderQuery table#orderQ tbody tr:hover {
    color: #bd0004;
}

.orderQuery table#orderQ tbody tr:hover td input {
    color: #bd0004;
}

.orderQuery table#orderQ tbody tr:hover td input.check {
    background: url("../img/checkHover.png") no-repeat;
}

/*
分页
 */
.pages {
    padding: 30px 40px;
    line-height: 30px;
    color: #999999;
}

.pages a {
    color: #999999;
}

.pages .eachPageShow {
    float: left;
}

.pages .eachPageShow a {
    color: #999999;
    margin-right: 10px;
}

.pages .eachPageShow a.active {
    color: #e60012;
}

.pages .pageList {
    float: right;
}

.pages .pageList .prev {
    border: 1px solid #dedede;
    padding: 3px 10px;
    color: #999999;
    margin-right: 9px;
}

.pages .pageList .pageNum a {
    border: 1px solid #dedede;
    padding: 3px 12px;
    margin-right: -4.5px;
    color: #999999;
}

.pages .pageList .pageNum a.active {
    color: #e60012;
    border: 1px solid #e60012;
}

.pages .pageList .next {
    border: 1px solid #dedede;
    padding: 3px 10px;
    color: #999999;
    margin-left: 9px;
}

.pages .pageList input {
    width: 48px;
    border: 1px solid #dedede;
    color: #999999;
    height: 28px;
    margin: 0 5px;
    text-align: center;
    line-height: 28px;
}

.pages .pageList .total {
    margin: 0 20px 0 10px;
}

.pages .pageList .hrefR {
    margin-left: 10px;
}

.pages:after {
    content: '';
    display: block;
    clear: both;
}

.pages01 {
    text-align: center;
}

.pages01 .pageList01 {
    float: inherit;
}

/**
征订进度总汇
 */
.orderSummary {
    padding-top: 0;
    padding-bottom: 0;
}

.orderSummary table {
    border-collapse: collapse;
    width: 100%;
}

.orderSummary table tr th {
    border: 1px solid #e5d7d7;
    background: #fbefef;
    font-weight: normal;
    padding: 10px 0;
}

.orderSummary table tr td {
    border: 1px solid #e5d7d7;
    line-height: 57px;
    text-align: center;
}

.orderSummary table tr td input:hover {
    color: #bd0004;
    cursor:pointer;
}

.orderSummary table.table2 tr td input {
    background: none;
    border: none;
    outline: none;
    text-indent: 26px;
    color: #333333;
    margin-right: 26px;
}

.orderSummary table.table2 tr td input.notPay {
    background: url(../img/notpay.png) no-repeat;
    background-size: 17px 17px;
    text-indent: 26px;
    color: #bd0004;
}

.orderSummary table.table2 tr td input.alreadyPay {
    background: url(../img/alreadyPay.png) no-repeat;
    background-size: 17px 17px;
    text-indent: 26px;
}

.orderSummary table.table2 tr td input.query {
    background: url(../img/check.png) no-repeat;
    background-size: 17px 17px;
    text-indent: 21px;
}

.orderSummary table.table2 tr td input.query:hover {
    color: #bd0004;
}

.orderSummary table.table2 tr.notPay .alreadyPay {
    display: none;
}
/*
.orderSummary table.table2 tbody tr:hover {
    color: #bd0004;
}

.orderSummary table.table2 tbody tr:hover td input {
    color: #bd0004;
}


.orderSummary table.table2 tbody tr:hover td input.query {
    background: url("../img/checkHover.png") no-repeat;
}
*/
.orderSummary table.table3 tr td input {
    background: none;
    border: none;
    outline: none;
    text-indent: 26px;
    color: #333333;
    margin-right: 26px;
}

.orderSummary table.table3 tr td input.query {
    background: url(../img/check.png) no-repeat;
    background-size: 17px 17px;
    text-indent: 21px;
}
/*
.orderSummary table.table3 tr td input.query:hover {
    color: #bd0004;
}

.orderSummary table.table3 tbody tr:hover {
    color: #bd0004;
}

.orderSummary table.table3 tbody tr:hover td input {
    color: #bd0004;
}

.orderSummary table.table3 tbody tr:hover td input.query {
    background: url("../img/checkHover.png") no-repeat;
}
*/
.orderSummary table tbody tr:hover {
    background-color: #fcfcfc;
}

.orderSummary table tbody tr input[type="button"]:hover {
    color: #bd0004;
}

/**
修改密码
 */
.updatePassword {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.updatePassword ul li {
    display: flex;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 40px;
    color: #333333;
    position: relative;
}

.updatePassword ul li .txt {
    width: 150px;
    text-align: right;
    margin-right: 30px;
}

.updatePassword ul li .input {
    flex: 1;
    position: relative;
}

.updatePassword ul li .input input {
    width: 340px;
    height: 40px;
    border: 1px solid #dedede;
    font-size: 16px;
    text-indent: 10px;
    border-radius: 3px;
    outline: none;
    line-height: 40px;
    background: #faf8f9;
}

.updatePassword ul li .input .submitB {
    background: #f0424f;
    font-size: 16px;
    color: #ffffff;
}

.updatePassword ul li h4 {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
}

.updatePassword ul li .p1 {
    font-size: 14px;
    color: #999999;
}

.updatePassword ul li.tips {
    display: block;
    line-height: 30px;
}

.updatePassword ul li .tips {
    position: absolute;
    right: 25px;
}

.updatePassword ul li .tips .t1 {
    float: left;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.updatePassword ul li .tips .itemList {
    float: left;
    line-height: 20px;
    margin-top: -8px;
    color: #666666;
    font-size: 14px;
}

.updatePassword ul li .tips .itemList .imgItem span {
    margin-left: 10px;
}

.updatePassword ul li .tips:after {
    content: '';
    display: block;
    clear: both;
}

/**
联系我们
 */
.contanctOur {
    padding: 0;
}

.contanctOur .userInforItem {
    margin: 50px 100px;
}

.contanctOur .userInforItem .contanctUs .contanctUsLeft h4 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 30px;
}

.contanctOur .userInforItem .contanctUs .contanctUsLeft ul li {
    line-height: 40px;
    width: 100%;
    font-size: 14px;
}

.contanctOur .userInforItem .contanctUs .contanctUsLeft ul li .itemIcon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.contanctOur .userInforItem .contanctUs .contanctUsLeft ul li .cut {
    width: 40px;
}

.contanctOur .userInforItem .contanctUs .contanctUsRight img {
    width: 100%; 
    border: 1px solid #d9dfd5;
    border-radius: 4px;
}

.contanctOur .userInforItem .baseInfor01 {
    padding-bottom: 60px;
}

.contanctOur .userInforItem .moneyInfor {
    padding-top: 30px;
}

.contanctOur .userInforItem .moneyInfor .moneyInforLeft {
    float: left;
}

.contanctOur .userInforItem .moneyInfor .moneyInforLeft ul li {
    margin-bottom: 40px;
}

.contanctOur .userInforItem .moneyInfor .moneyInforRight {
    float: right;
    width: 45%;
}

.contanctOur .userInforItem .moneyInfor .moneyInforRight ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.contanctOur .userInforItem .moneyInfor .moneyInforRight ul li .tH {
    color: #333333;
}

.contanctOur .userInforItem .moneyInfor .moneyInforRight ul li .tImg img {
    width: 70px;
    height: 70px;
    margin: 10px 0;
}

.contanctOur .userInforItem .moneyInfor .moneyInforRight ul li .tP {
    color: #f0424f;
}

.contanctOur .userInforItem .moneyInfor .moneyInforRight ul:after {
    content: '';
    display: block;
    clear: both;
}

.contanctOur .userInforItem .moneyInfor:after {
    content: '';
    display: block;
    clear: both;
}

.contanctOur .userInforItem .leavingMessage h5 {
    position: relative;
}

.contanctOur .userInforItem .leavingMessage h5 a {
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 14px;
    top: 5px;
}

.contanctOur .userInforItem .leavingMessage h5 a:hover {
    color: #f0424f;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li {
    margin-bottom: 30px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li input {
    line-height: 45px;
    border: 1px solid #dedede;
    border-radius: 4px;
    width: 100%;
    text-indent: 10px;
    height: 45px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c2 textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 4px;
    height: 177px;
    text-indent: 10px;
    border: 1px solid #dedede;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c3 {
    margin-left: -3%;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c3 input {
    margin-left: 3%;
    width: 46%;
    margin-bottom: 30px;
    background: url(../img/help.png) left 10px top 13px no-repeat;
    text-indent: 40px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c3 .p1 {
    background: url(../img/s1.png) left 10px top 13px no-repeat;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c3 .p2 {
    background: url(../img/s2.png) left 10px top 13px no-repeat;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c3 .p3 {
    background: url(../img/s3.png) left 10px top 13px no-repeat;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c3 .p4 {
    background: url(../img/s4.png) left 10px top 13px no-repeat;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c4 input {
    width: 120px;
    height: 42px;
    background: #f0424f;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    outline: none;
    text-indent: 0;
    font-size: 16px;
    margin-top: -40px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li {
    padding: 30px 0;
    border-bottom: 1px dashed #dedede;
    position: relative;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li:last-child {
    border-bottom: none;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li .leMessageT {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li .leMessageQues {
    font-size: 15px;
    color: #666666;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li .leMessageAns {
    font-size: 14px;
    background: #fff0f0;
    border-radius: 4px;
    padding: 16px;
    margin-top: 20px;
    color: #807d7d;
    position: relative;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li .leMessageAns .answerP {
    margin-bottom: 10px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li .leMessageAns .answerP span {
    color: #a9a6a6;
    margin-left: 20px;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageLists ul li .leMessageAns .angle {
    width: 33px;
    height: 20px;
    background: #fff0f0;
    position: absolute;
    top: -14px;
    /* transform: rotate(-45deg);
                  -webkit-transform: rotate(45deg);
                  -moz-transform: rotate(45deg);*/
    left: 40px;
    background: url("../img/angleBg.png") no-repeat;
}

.contanctOur .contanctUs {
    display: flex;
}

.contanctOur .contanctUs .contanctUsLeft {
    flex: 1;
}

.contanctOur .contanctUs .contanctUsRight {
    width: 480px;
    padding-top: 40px;
}

/**
修改
 */
.contents .rightContent {
    position: absolute;
    left: 240px;
    width: auto;
    overflow: auto;
    height: 85%;
    width: 81%;
}

.contents .rightContent .rightContentDetails {
    min-width: inherit;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formTitle {
    min-width: 26%;
    width: auto;
}

.header {
    width: 100%;
}

.header .headerRight {
    padding-right: 48px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .publicationInfor .publicationInforCont {
    padding-left: 70px;
}

.contents .rightContent .rightContentDetails {
    width: 100%;
}

.contents .rightContent .rightContentDetails .details {
    /*margin-right: 20px;*/
}

.contanctOur {
    width: 100%;
}

.contanctOur .userInforItem {
    margin: 50px 50px;
}

.updatePassword ul li .tips .itemList {
    margin-top: 10px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput input {
    outline-color: #801d18;
}

.userInformation .userInforItem .baseInfor ul li .basInput input {
    outline-color: #801d18;
}

.userInformation .userInforItem .bookMagazine ul li .basInput label {
    position: relative;
}

.userInformation .userInforItem .bookMagazine ul li .basInput label input.checkboxInput {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
}

.userInformation .userInforItem .bookMagazine ul li .basInput label span {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../img/checkNotChe.png") no-repeat;
    top: 12px;
}

.userInformation .userInforItem .bookMagazine ul li .basInput label span.active {
    background: url("../img/checkBoxBg.png") no-repeat;
}

.userInformation .userInforItem ul.financeInfor li input {
    outline-color: #801d18;
}



.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput textarea {
    outline-color: #801d18;
}

.userInformation .userInforItem ul.financeInfor li.fiInforLiAll textarea {
    outline-color: #801d18;
    background: #faf8f9;
}

.userInformation .userInforItem ul.financeInfor li select {
    outline-color: #801d18;
}

.contents .rightContent {
    position: absolute;
    left: 0;
    overflow: auto;
    height: 85%;
    width: 100%;
    padding-left: 240px;
    box-sizing: border-box;
}

.contents .leftMenu {
    z-index: 999;
}

.contents .rightContent .rightContentDetails {
    width: 90%;
}

.contents .rightContent .indexC {
    width: auto;
    margin-right: 0;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liInp input {
    width: 90%;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .publicationInfor .publicationInforCont {
    padding-left: 40px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .publicationInfor .publicationInforCont img {
    margin-right: 40px;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .publicationInfor .publicationInforCont .lists {
    width: 50%;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liImg {
    font-size: 24px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul {
    border-right: 1px solid #dedede;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput input {
    float: left;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput img.p3 {
    width: 92px;
    height: 42px;
    float: left;
}

/*
.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput textarea{
  width: 92%;
}
.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput input{
  width: 92%;
}
.userInformation .userInforItem .baseInfor ul li .basInput input{
  width: 92%;
}*/
#userInformation {
    width: 80%;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchRight {
    margin-left: 50px;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem .hhh {
    line-height: 32px;
    float: left;
}

.contanctOur .contanctUs .contanctUsRight {
    width: 50%;
}

.setRed {
    outline: none;
    border: 1px solid red
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem p.u2 input {
    color: #666;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchLeft .upload input {
    background: #faf8f9;
}

.updatePassword ul li.tips {
    padding-left: 11%;
}

#confirmPswText, #newPswText, #oldPswText, #confirmRegisterPswText, #pswRegisterText {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1280px) {
    .contents .rightContent .rightContentDetails01 .indexF .indexFLeft .messageBoard .messageBoardCont {
        height: 410px;
    }
}
@media screen and (max-width: 1440px) {
    .contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liImg div.k {
        display: none;
    }
}

/*增加修改2018-10-16*/
.updateTimeBox .updateTimeContent .infor li .itemH .submitInput {
    height: 42px;
    width: 100px;
    background: #ff5663;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    border: none;
    text-indent: 0;
}

.updateTimeBox .updateTimeContent .infor li .itemH .cancelInput {
    height: 42px;
    width: 100px;
    color: #f0424f;
    font-size: 16px;
    outline: none;
    text-indent: 0;
    background: none;
    margin-left: 20px;
    border: none;
}

.userInformation .userInforItem .workCompany .workCompanyCont UL LI.y1 {
    margin-top: 50px;
}

.userInformation .userInforItem ul.financeInfor li.y2 {
    margin-top: 50px;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput input.p4 {
    cursor: pointer;
}

.contents .rightContent .rightContentDetails .details .detailsRight input {
    cursor: pointer;
}

.findPassword .findPassC ul li .conI .submitBtn {
    cursor: pointer;
}

.findPassword .findPassTwo ul li input {
    cursor: pointer;
}

.findPassword .findPassThree ul li .input .submit {
    cursor: pointer;
}

.contents .rightContent .rightContentDetails01 .indexF .indexFLeft .subscriptions ul li .liLi .liInp input {
    cursor: pointer;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput input {
    cursor: pointer;
}

.userInformation .userInforItem ul.financeInfor li input {
    cursor: pointer;
}

.bookMagazineBatch .btnGrounp input {
    cursor: pointer;
}

.bookMagazineBatch .bookMagazineBatchContent .bookMagazineBatchRight input {
    cursor: pointer;
}

.updateTimeBox .updateTimeContent .infor li .itemC input {
    cursor: pointer;
}

.contents .rightContent .rightContentDetails .titleTab .orderTimes .orderTimeItem .inputS {
    cursor: pointer;
}

.orderQuery table#orderQ tr.alreadyPay .fillInTimes {
    cursor: pointer;
}

.orderQuery table#orderQ td .updateTimes {
    cursor: pointer;
}

.orderQuery table#orderQ td .check {
    cursor: pointer;
}

.updatePassword ul li .input .submitB {
    cursor: pointer;
}

.contanctOur .userInforItem .leavingMessage .leavingMessageForm ul li.c4 input {
    cursor: pointer;
}

.contents .rightContent .rightContentDetails01 .indexF h4 a {
    float: right;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    font-weight: normal;
}

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .confirmPaaaword .conLi {
    margin-left: 0;
}


/*注册页面用户类型外边加一个类名  userType  */
.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput.userType input {
    float: none;
}

#treeDemo2 li {
    margin-bottom: 10px;
}

/*<!--修改2018-10-17   或增加开始-->*/
/*日历*/
.date_selector, .date_selector * {
    width: auto;
    height: auto;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.date_selector {
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    margin-top: -1px;
    position: absolute;
    z-index: 100000;
    display: none;
    border-radius: 3px;
    box-shadow: 0 0 5px #aaa;
    box-shadow: 0 2px 2px #ccc;
    width: 220px;
    top: 45px !important;
    left: 0 !important;
}

.date_selector_ieframe {
    position: absolute;
    z-index: 99999;
    display: none;
}

.date_selector .nav {
    width: 17.5em;
}

.date_selector .nav p {
    clear: none;
}

.date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}

.date_selector .month_nav {
    float: left;
    width: 44%;
}

.date_selector .month_nav span {
    float: left;
}

.date_selector .month_nav span.month_name {
    margin-left: 30px;
}

.date_selector .year_nav {
    float: left;
    width: 40%;
    margin-right: -8px;
}

.date_selector .year_nav span {
    float: left;
}

.date_selector .year_nav span.year_name {
    margin-left: 30px;
}

.date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
}

.date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-weight: bold;
    color: #5985c7;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.date_selector .button:hover, .date_selector .button.hover {
    background: #5985c7;
    color: #fff;
    cursor: pointer;
    border-color: #3a930d;
}

.date_selector .prev {
    left: 0;
}

.date_selector .next {
    right: 0;
}

.date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
    margin: 0;
    width: 220px;
}

.date_selector th, .date_selector td {
    width: 2.5em;
    height: 2em;
    padding: 0 !important;
    text-align: center !important;
    color: #666;
    font-weight: normal;
}

.date_selector th {
    font-size: 12px;
}

.date_selector td {
    border: 1px solid #f1f1f1;
    line-height: 2em;
    text-align: center;
    white-space: nowrap;
    color: #5985c7;
    background: #fff;
}

.date_selector td.today {
    background: #eee;
}

.date_selector td.unselected_month {
    color: #ccc;
}

.date_selector td.selectable_day {
    cursor: pointer;
}

.date_selector td.selected {
    background: #2b579a;
    color: #fff;
    font-weight: bold;
}

.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
    background: #5985c7;
    color: #fff;
}

.selectDateInput {
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    width: 140px;
    height: 32px;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.selectDateInput input {
    width: 100%;
    height: 100%;
    border: none;
    text-indent: 10px;
}

.selectDateInput01 {
    height: auto;
    width: auto;
    border: none;
    margin-left: 0;
}

.selectDateInput02 {
    width: 100%;
    margin-right: 0;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-top: 0 !important;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

/*<!--修改2018-10-17   或增加结束-->*/

/*修改2018-10-18*/
/*需在页面增加此名称*/
.headerNoLeftMenu {
    position: static;
}
/*需在页面增加此名称*/
.contents .rightContentNoLeftMenu {
    padding-left: 0;
    height: auto;
    margin-top: 0;
}
/*需在页面增加此名称*/
.contentsNoLeftMenu {
    overflow: auto;
    top: auto;
    position: static;
    height: auto;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput .div_unit {
    flex: 1;
    margin-left: 10px;
}

.userInformation .userInforItem .workCompany .workCompanyCont ul li .basInput .div_unit select {
    width: 100%;
    height: 100%;
}

.userInformation .userInforItem ul.financeInfor li .fiInfInput .div_unit {
    flex: 1;
    margin-left: 10px;
}

.userInformation .userInforItem ul.financeInfor li .fiInfInput .div_unit select {
    width: 100%;
    height: 100%;
}

/*修改注册页面系统内用户选项的下拉*/

.contents .rightContent .rightContentDetails .details .detailsLeft ul li .formInput select {
    width: 85%;
    height: 42px;
    border: 1px solid #dedede;
    color: #333333;
    font-size: 16px;
}
#ShowUnit .formInput>span{
    color: #ff0000;
    margin-left: -17px;
    margin-right: 10px;
}

.basInput .selcity
{
    border: 1px solid #dedede; 
    font-size: 16px;
    color: #333333;
    text-indent: 5px; 
    outline-color: #801d18; 
    height:42px;
    margin-left:10px;
    background: #f5f6fa; 
}

.basInput .selcity1
{
    border: 1px solid #dedede; 
    font-size: 16px;
    color: #333333;
    text-indent: 5px; 
    outline-color: #801d18; 
    height:42px; 
    background: #f5f6fa; 
}

.fiInfInput .selcity
{
    border: 1px solid #dedede; 
    font-size: 16px;
    color: #333333;
    text-indent: 5px; 
    outline-color: #801d18; 
    height:42px;
    margin-left:10px;
    background: #f5f6fa; 
}

.fiInfInput .selcity1
{
    border: 1px solid #dedede; 
    font-size: 16px;
    color: #333333;
    text-indent: 5px; 
    outline-color: #801d18; 
    height:42px; 
    background: #f5f6fa; 
}

.file-box{
display: inline-block;
position: relative;
padding: 0px 10px;
overflow: hidden;
color:#fff;
background-color: #f54;
left:250px;
height: 40px;
}
.file-btn{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
outline: none;
background-color: transparent;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
cursor:pointer;
}
 

.file {
   position: relative;
   height: 40px;
   line-height: 40px;
} 
.userdefined-file {
   position: absolute;
   top: 0;
   left: 00px;
   z-index: 2; 
   height: 40px;
   line-height: 40px;
   font-size: 0;  /*应对子元素为 inline-block 引起的外边距*/
}
.userdefined-file input[type="text"] {
   display: inline-block;
   vertical-align: middle;
   padding-right: 14px;
   padding-left: 14px;
   width: 240px;
   box-sizing: border-box;
   border: 1px solid #ccc;
   height: 40px;
   line-height: 40px;
   font-size: 14px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
 
.findPassThree ul li .tips .itemList {
    float: left;
    line-height: 20px;
    margin-top: 4px;
    color: #666666;
    font-size: 14px;
    margin-left: 196px;
}

.findPassThree ul li .tips .itemList .imgItem span {
    margin-left: 10px;
}

