body {
    background-color: #F8F8F8;
}

.commonBtn {
    cursor: pointer;
}

.commonBtn:hover {
    opacity: 1;
}

.commonBtn:hover {
    opacity: 0.8;
    transition: opacity 1000ms;
}

.bodyBox {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100%;
    margin-bottom: -244px;
    padding-bottom: 20px;
}

.bodyBox .process01 {
    width: 100%;
    height: auto;
}

.insedBody {
    padding: 0 50px 40px 49px;
    position: relative;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.insedBody .navigationCon {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #8E8F90;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.insedBody .navigationCon .separate {
    margin: 0 5px;
}

.insedBody .navigationCon .selected {
    color: #B18246;
    font-weight: 600;
}

.insedBody .orderDetailCon {
    width: 100%;
    border: 1px solid #EEF2F1;
}

.insedBody .orderDetailCon .detailItem {
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.insedBody .orderDetailCon .detailItem.doc {
    width: 48%;
}

.insedBody .orderDetailCon .detailItem.doc .itemContent {
    width: 465px;
    margin: 0 auto;
}

.insedBody .orderDetailCon .detailItem.totalWord {
    width: 10%;
}

.insedBody .orderDetailCon .detailItem.totalWord .itemContent {
    width: 70px;
    margin: 0 auto;
}

.insedBody .orderDetailCon .detailItem.unitItem {
    width: 22%;
}

.insedBody .orderDetailCon .detailItem.unitItem .itemContent {
    width: 160px;
    margin: 0 auto;
}

.insedBody .orderDetailCon .detailItem.price {
    width: 20%;
}

.insedBody .orderDetailCon .detailItem.price .itemTitle{
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
}

.insedBody .orderDetailCon .detailItem.price .content {
    text-align: center;
}

.insedBody .orderDetailCon .detailItem .itemTitle {
    height: 48px;
    background: #F5F6F6;
    text-align: center;
    line-height: 48px;
}

.insedBody .orderDetailCon .detailItem .itemContent {
    padding-top: 28px;
    padding-bottom: 28px;
}

.insedBody .orderDetailCon .detailItem .itemContent img {
    width: 179px;
    height: 80px;
    margin-right: 24px;
}

.insedBody .orderDetailCon .detailItem .itemContent .docName {
    width: 234px;
    color: #373737;
    font-family: Hiragino Sans GB;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.insedBody .orderDetailCon .detailItem .itemContent .docAuthor {
    width: 234px;
    color: #8F9499;
    margin-top: 4px;
    margin-bottom: 5px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.insedBody .orderDetailCon .detailItem .itemContent .docUnit{
    width: 234px;



}

.insedBody .orderDetailCon .detailItem .itemContent .content {
    color: #373737;
}
.insedBody .orderDetailCon .detailItem .itemContent .content.format {
    color: #373737;
    text-align: center;
}

.detailItem.totalWord .itemContent .content {
    text-align: center;
}

.insedBody .orderDetailCon .detailItem .itemContent .content.unit {
    color: #34353C;
    font-size: 12px;
    width: 160px;
    text-align: center;
}

.insedBody .orderDetailCon .detailItem .itemContent .content.TotalPrice {
    color: #EF594B;
    font-family: Hiragino Sans GB;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding-left: 50px;
}

.insedBody .payMethodCon {
    width: 100%;
}

.insedBody .payMethodCon .title {
    color: #373737;
    font-family: Microsoft YaHei;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 18px;
}

.insedBody .payMethodCon .payMethod {
    height: 90px;
}

.insedBody .payMethodCon .payMethod .payBtn {
    border: 1px solid #E7E7E7;
    width: 248px;
    margin-right: 17px;
    padding: 28px 0;
    cursor: pointer;
    box-sizing: border-box;
}
.insedBody .payMethodCon .payMethod .allotherPaybtn{
    position: relative;
    z-index: 9999;
    width: 270px;
    height: 90px;
}
.insedBody .payMethodCon .payMethod .allotherPaybtn:hover{
    opacity: 1;
}

.insedBody .payMethodCon .payMethod .allotherPaybtn .allotherPayCon{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    padding-top: 20px;

}
.insedBody .payMethodCon .payMethod .allotherPaybtn .allotherPayCon .payBtn{
    margin-bottom: -1px;
    background: #fff;
}

.insedBody .payMethodCon .payMethod .allotherPaybtn .allotherPayCon .payBtn:hover{
    border-bottom: 2px solid #ef584b;
}
.insedBody .payMethodCon .payMethod .allotherPaybtn .allotherPayCon .payBtn.last:hover{
    border-bottom: 1px solid #ef584b;
}

.insedBody .payMethodCon .payMethod .payBtn.shopPay {
    width: 280px;
}

.insedBody .payMethodCon .payMethod .payBtn .content {
    width: 190px;
    margin: 0 auto;
}
.insedBody .payMethodCon .payMethod .payBtn .content.allother{
  width: 205px;
}

.insedBody .payMethodCon .payMethod .payBtn .content.shop {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.insedBody .payMethodCon .payMethod .payBtn .content.shop .logo .jd {
    margin-left: 15px;
}

.insedBody .payMethodCon .payMethod .payBtn .content.shop .logo .payName {
    color: #EF594B;
}



.insedBody .payMethodCon .payMethod .payBtn .content.shop .logo .payName.tianmao {
    padding-right: 15px;
    border-right: 1px solid #F2F2F2;
}

.insedBody .payMethodCon .payMethod .payBtn .logo {
    height: 32px;
}

.insedBody .payMethodCon .payMethod .payBtn .logo .imgCon {
    height: 30px;
    padding-top: 2px;
}

.insedBody .payMethodCon .payMethod .payBtn .logo img {
    width: 28px;
    height: 28px;
}
.insedBody .payMethodCon .payMethod .payBtn .logo i {
   font-size: 28px;
    color: #2B70C0;
}

.insedBody .payMethodCon .payMethod .payBtn .logo img.vip {
    width: 32px;
    height: 28px;
}

.insedBody .payMethodCon .payMethod .payBtn .logo .payName {
    height: 100%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: regular;
    font-size: 16px;
    line-height: 32px;
    margin-left: 10px;
}
.insedBody .payMethodCon .payMethod .payBtn .logo .payName.tmallJd{
    color: #EF594B;
}

.insedBody .payMethodCon .payMethod .payBtn .logo .payName.vip {
    color: #B87C4A;
}

.insedBody .payMethodCon .payMethod .payBtn .logo .payName.weixin {
    color: #01c910;
}

.insedBody .payMethodCon .payMethod .payBtn .logo .payName.alipay {
    color: #15769F;
}

.insedBody .payMethodCon .payMethod .payBtn .payDescribe {
    width: 50px;
    height: 32px;
    color: #8F9499;
    font-family: Microsoft YaHei;
    font-weight: regular;
    font-size: 12px;
    margin-left: 30px;
}

.insedBody .payMethodCon .payMethod .payBtn .payDescribe.tmallJd {
    width: 72px;
    margin-left: 15px;
}
.insedBody .payMethodCon .payMethod .payBtn .payDescribe.allother{
    width: 85px;
    margin-left: 15px;
}

.insedBody .payMethodCon .payMethod .payBtn .payDescribe.ali {
    width: 63px;
}

.insedBody .payMethodCon .payMethod .payBtn:hover {
    border-radius: 2px;
    border: 1px solid #EF594B;
    transition: all 1000ms;
    -webkit-transition: all 1000ms;
}

.insedBody .payMethodCon .payMethod .payBtn .footmark {
    display: none;
}

.insedBody .payMethodCon .payMethod .payBtn.selected {
    border-radius: 2px;
    border: 1px solid #EF594B;
    position: relative;
}

.insedBody .payMethodCon .payMethod .payBtn.selected:hover {
    opacity: 1;
}

.insedBody .payMethodCon .payMethod .payBtn.selected .footmark {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 30px;
    right: 0;
    bottom: 0;
    background: #EF594B;
}

.insedBody .payMethodCon .payMethod .payBtn.selected .footmark .whiteTriangle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-right: 20px solid #EF594B;
    border-bottom: 15px solid #EF594B;
    border-top: 15px solid #fff;
    border-left: 20px solid #fff;
}

.insedBody .payMethodCon .payMethod .payBtn.selected .footmark i {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 3px;
    bottom: 2px;
    z-index: 99;
}

.insedBody .couponCon {
    width: 100%;
}

.insedBody .couponCon .title {
    color: #373737;
    font-family: Microsoft YaHei;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 18px;
}

.insedBody .couponCon .selectCon {
    background: #ffffff;
    line-height: 30px;
    position: relative;
}

.insedBody .couponCon .selectCon .exchange {
    position: absolute;
    color: #A96C1B;
    font-family: Microsoft YaHei;
    font-size: 14px;
    right: -130px;
    top: 0;
    height: 40px;
    line-height: 40px;
    background: rgb(253,243,229);
    border: 1px solid #a96c1b;
    padding: 0 10px;
}

.insedBody .couponCon .exchangeCon {
    margin-left: 10px;
}

.insedBody .couponCon .exchangeCon .cancel {
    height: 42px;
    line-height: 42px;
    margin-left: 24px;
    color: #A96C1B;
    font-size: 13px;
}

 .exchangeCupon {
    width: 298px;
    border: 1px solid #e6e6e6;
    height: 40px;
    position: relative;
    background: #ffffff;
     margin-bottom: 20px;
}

.exchangeCupon .inputCon {
    height: 30px;
    padding: 5px 10px;
}

 .exchangeCupon .inputCon input {
    height: 100%;
}

 .exchangeCupon .exchangebtn {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 95px;
    height: 42px;
    background: #EF594B;
    line-height: 42px;
    text-align: center;
    color: #FFF6F5;
    font-size: 14px;
}

/*.insedBody  {*/
/*  width: 100%;*/
/*  min-height: 288px;*/
/*  margin-top: 33px;*/
/*  background: #FAFAFA;*/
/*}*/
.insedBody .container {
    width: 100%;
}

.insedBody .container.otherPay {
    background: #FAFAFA;
}

.insedBody .container.free {
    padding-left: 0;
}
/*!*20230928 modify*!
.insedBody .container.vip {
    padding-left: 0;
    padding-right: 94px;
}*/

.insedBody .container .commit {
    width: 220px;
    height: 50px;
    margin: 0 auto;
    background: #EF594B;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
}

.insedBody .container.shopPay {
    width: 94%;
    min-height: 286px;
    border: 1px solid #D2DBE6;
}

.insedBody .container.shopPay .header {
    width: 100%;
    height: 62px;
}

.insedBody .container.shopPay .header .logo {
    padding-left: 28px;
    line-height: 62px;
}

.insedBody .container.shopPay .header img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-top: 21px;
}

.insedBody .container.shopPay .header .logoName {
    height: 100%;
    margin-left: 7px;
    color: #34353C;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.insedBody .container.shopPay .header .goShop {
    color: #8B9197;
    font-family: Microsoft YaHei;
    font-size: 13px;
    height: 100%;
    line-height: 62px;
    padding-right: 35px;
}

.insedBody .container.shopPay .header .goShop a {
    color: #EF594B;
}

.insedBody .container.shopPay .shopPayCon {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
    min-height: 154px;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon {
    width: 100%;
    margin-bottom: 30px;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem {
    width: 628px;
    height: 48px;
    border: 1px solid #D2DBE6;
    border-top: none;
    margin: 0 auto;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem.top {
    border: 1px solid #D2DBE6;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem input {
    padding-left: 20px;
    width: 500px;
    height: 48px;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem div {
    height: 100%;
    line-height: 48px;
    text-align: center;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem div i {
    font-size: 30px;
    color: #C5CDD8;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem div:hover {
    background: #D2DBE6;
    opacity: 0.8;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem .add {
    width: 47px;
    border-left: 1px solid #D2DBE6;
}

.insedBody .container.shopPay .shopPayCon .inputOrderCon .inputItem .sub {
    width: 47px;
    border-left: 1px solid #D2DBE6;
}

.insedBody .container.shopPay .shopPayCon .orderDetal {
    text-align: center;
    margin-bottom: 30px;
    color: #373737;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

.insedBody .container.shopPay .shopPayCon .orderDetal .content {
    margin-right: 7px;
}

.insedBody .container.shopPay .shopPayCon .orderDetal .title {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #C5CDD8;
}

.insedBody .container.shopPay .shopPayCon .orderDetal .needCus {
    display: inline-block;
    padding-left: 20px;
}

.insedBody .container.shopPay .shopPayCon .orderDetal .needCus .important {
    color: #EF594B;
}

.insedBody .container.vip {
    width: 220px;
    margin: 0 auto;
}

.insedBody .container.vip .amountCon {
    width: 100%;
    color: #373737;
    font-family: Microsoft YaHei;
    font-size: 14px;
    margin-bottom: 15px;
}

.insedBody .container.free .amountCon.free{
    margin-bottom: 20px;
}

.insedBody .container.vip .amountCon.topLine {
    padding-top: 8px;
    margin-bottom: 10px;
}
.insedBody .container.vip .amountCon.topLine.line{
    border-top: 1px solid #ECF1EF;
    margin-top: 20px;
}


.insedBody .container.vip .amountCon.bottom .left{
    line-height: 54px;
}

.insedBody .container.vip .amountCon.bottom .right span{
    color: #EF594B;
    font-size: 30px;
    font-weight: 600;
}

.insedBody .container.vip .amountCon.bottom .right .unit{

    font-size: 18px;

}

.payOrderInfoCon{
    position: relative;
}
.insedBody .container.vip .amountCon.coinsCon {
    height: 40px;
    line-height: 40px;
}


.insedBody .container.vip .amountCon.checkCoins{
    left: 0;
    top: 20px;
    text-align: left;
    border-bottom: 1px solid #ECF1EF;
    position: absolute;
    width: 94%;
    padding-bottom: 20px;
}
.insedBody .container.vip .amountCon.checkCoins .amountMarkCon{
    width: 16px;
    height: 16px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
    line-height: 12px;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}
.insedBody .container.vip .amountCon.checkCoins .amountMark{
    background: #EF594B;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;

}

.insedBody .container.vip .amountCon.checkCoins #checkMoney{
    margin-left: 30px;
}

.insedBody .container.vip .amountCon.checkCoins #checkMoney:after{
    content: '';
    display: inline-block;
    height: 16px;
    width: 1px;
    margin-left: 16px;
    margin-right: 16px;
    background: #EAEAEA;
    margin-bottom: -3px;
}

.insedBody .container.vip .amountCon.coinsCon .coins {
    color: #EF594B;
    font-family: Hiragino Sans GB;
    font-weight: 600;
    font-size: 26px;
}

.insedBody .container.vip .amountCon.coinsCon .recharge a {
    font-size: 14px;
    color: #EF594B;
}

.insedBody .container.free {
    width: 220px;
    margin: 0 auto;
}

.insedBody .container.free .amountCon {
    width: 100%;
    color: #373737;
    font-family: Microsoft YaHei;
    font-size: 14px;
    margin-bottom: 10px;
}

.insedBody .container.free .amountCon.bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #ECF1EF;
}

.insedBody .container.free .amountCon.coinsCon {
    height: 40px;
    line-height: 40px;
}

.insedBody .container.free .amountCon.coinsCon .coins {
    color: #EF594B;
    font-family: Hiragino Sans GB;
    font-weight: 600;
    font-size: 26px;
}

.insedBody .container.free .amountCon.coinsCon .recharge a {
    font-size: 16px;
    color: #EF594B;
}

.insedBody .container .vrCode {
    width: 235px;
    height: 232px;
    margin-right: 30px;
}

.insedBody .container .payDetail {
    color: #343434;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 26px;
}

.insedBody .container .payDetail .payMoneyCon {
    height: 47px;
    line-height: 47px;
    margin-bottom: 10px;
}

.insedBody .container .payDetail .payMoneyCon div {
    height: 100%;
    display: inline-block;
}

.insedBody .container .payDetail .payMoney {
    color: #E14839;
    font-family: Hiragino Sans GB;
    font-weight: 600;
    font-size: 36px;
}

.insedBody .container .payDetail .subMoney {
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}

.insedBody .container .payDetail .subMoney img {
    width: 20px;
    height: 100%;
    margin-right: 10px;
}

.insedBody .container .payDetail .subMoney div {
    height: 100%;
}

.insedBody .container .footerPay {
    color: #8F9499;
    font-family: Microsoft YaHei;
    font-weight: regular;
    font-size: 13px;
    margin-top: 25px;
}

.insedBody .container .footerPay span {
    color: #B87C4A;
}

.SplitLine {
    background: #f8f8f8;
    width: 100%;
    height: 15px;
}

.couponItem .couponCon .coupon .footmark {
    display: none;
}


.couponItem .couponCon .coupon.selected .footmark {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
}

.couponItem .couponCon .coupon .footmark .whiteTriangle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-right: 20px solid #EE6E4E;
    border-bottom: 15px solid #EE6E4E;
    border-top: 15px solid transparent;
    border-left: 20px solid transparent;
}

.couponItem .couponCon .coupon.selected .footmark i {
    position: absolute;
    color: #fff;
    font-size: 15px;
    right: 3px;
    bottom: 0;
    z-index: 99;
}

.itemContent .docInfoCon {
    margin-right: 24px;
    word-break: break-all;
    word-wrap: break-word;
}

.payMethodTip{
    position: absolute;
    height: 526px;
    width: 450px;
    left: 50%;
    top: 50%;
    margin-top: -263px;
    margin-left: -225px;
    background: #FFFFFF;
}

.payMethodTip .pm-header{
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #373737;
    font-size: 18px;
    font-weight: 600;
    background: #F6F8FA;
    position: relative;
}
.payMethodTip .pm-header i{
    position: absolute;
    font-size: 18px;
    line-height: 60px;
    font-weight: 400;
    right: 20px;
}

.payMethodTip .pm-main .vrCode {
    width: 235px;
    height: 232px;
}
.payMethodTip .pm-main .vrCode.alipay{
    width: 166px;
    height: 166px;
}

.payMethodTip .pm-main{
    padding-top: 30px;
    text-align: center;
}
.payMethodTip .pm-main .pmm-payCountCon span{
     color: #000000;
    font-size: 16px;

}

.payMethodTip .pm-main .pmm-payCountCon .pmm-payCount{
    color: #EF594B;
}

.payMethodTip .pm-main .pmm-payTip{
    color: #373737;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 22px;
}

.payMethodTip .pm-main .scanCodeTip{
    margin: 25px 0;
    margin-top: 15px;
}
.payMethodTip .pm-main .scanCodeTip span{
    font-size: 16px;
    color: #373737;
    vertical-align: middle;
}
.payMethodTip .pm-main .scanCodeTip i{
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
    color: #373737;
}
.payMethodTip .pm-main .payCommitBtn{
    color: #249945;
    font-size: 16px;
    cursor: pointer;
}
.payMethodTip .pm-main .payCommitBtn.alipay{
    color: #15769F;
}

.payOrderInfoCon.vip{
    padding-top: 110px;
}
.payOrderInfoCon.otherPay{
    padding-top: 30px;
}
.payOrderInfoCon.jm{
    padding-top: 24px;
}

.openMoreMark{
    position: absolute;
    right: 24px;
    bottom: 4px;
    border: 5px solid transparent;
    border-bottom: 5px solid #ECECEC;
    border-right: 5px solid #ECECEC;
}


