/* 个人中心首页 */

html,
body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
    color: #D6D0CA !important;
    font-size: 1.4rem;
}

input:-moz-placeholder {
    color: #D6D0CA !important;
    font-size: 1.4rem;
}

input::-moz-placeholder {
    color: #D6D0CA !important;
    font-size: 1.4rem;
}

input:-ms-input-placeholder {
    color: #D6D0CA !important;
    font-size: 1.4rem;
}

.download-pannel {
    z-index: 1200;
}

.hide {
    display: none;
}

.mask-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
}

.loading {
    width: 80px;
    height: 30px;
    margin: 0 auto;
    margin-top: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -40px;
    text-align: center;
}

.loading span {
    display: inline-block;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background: #E69F91;
    -webkit-animation: load 1s ease infinite;
}

@-webkit-keyframes load {
    0%,
    100% {
        height: 40px;
        background: #EE443E;
    }
    50% {
        height: 70px;
        margin: -15px 0;
        background: #E69F91;
    }
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.4s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.6s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.8s;
}

a {
    color: #000;
}

input {
    outline: none;
}

.personalWrapper {
    width: 100%;
    min-height: calc(100vh - 60px);
    max-width: 640px;
    margin: 0 auto;
    background: #fee2c4;
}

.personalHeader {
    width: 100%;
    height: 100%;
    background: url(../../images/cartoon/psIndexBg@small.png) 0 0 no-repeat;
    background-size: 100% 100%;
    min-height: 160px;
}

.personalHeader h1 {
    font-size: 2.4rem;
    text-align: center;
    color: #9a4510;
    font-weight: 700;
    margin: 0px auto 10px;
    height: 40px;
    line-height: 40px;
}

.trueStoreName {
    display: inline-block;
    max-width: 240px;
    overflow: hidden;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    vertical-align: middle;
}

.adArea {
    width: 96%;
    margin: 0 auto;
    border-radius: 15px;
    background: rgba(255, 255, 255, .7);
    padding-bottom: 5px;
}

.adArea div {
    border-radius: 20px;
    width: 95%;
    margin: 0 auto;
    padding: 6px 0;
    /*box-shadow: 0 5px 25px #ffcccc;*/
}

.adArea img {
    display: block;
    width: 100%;
    border-radius: 20px;
    padding-top: 3px;
}

.adsSubTitle {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
    line-height: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-indent: 10px;
}

.wangzaiTrends {
    float: right;
    color: #9a4510;
    margin-top: 10px;
    padding-right: 5%;
    font-size: 1.4rem;
}

.personal4Btn {
    clear: both;
    width: 80%;
    margin: 40px auto 0;
    overflow: hidden;
    margin-bottom: 60px;
}

.personal4Btn .navBtn {
    width: 30%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.personal4Btn .navBtn:after {
    content: '';
    display: block;
    margin-top: 100%;
}

.personal4Btn .navBtn1 {
    background: url(../../images/cartoon/navBtn1-disable.png) 0 0 no-repeat;
    background-size: contain;
}

.personal4Btn .navBtn2 {
    background: url(../../images/cartoon/navBtn2-disable.png) 0 0 no-repeat;
    background-size: contain;
}

.personal4Btn .navBtn3 {
    background: url(../../images/cartoon/navBtn3-disable.png) 0 0 no-repeat;
    background-size: contain;
}

.personal4Btn .navBtn4 {
    background: url(../../images/cartoon/navBtn4.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.personal4Btn .navBtn5 {
    background: url(../../images/cartoon/navBtn5-disable.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.personal4Btn .navBtn6 {
    background: url(../../images/cartoon/navBtn6-disable.png) 0 0 no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.personal4Btn .navBtn span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -20px;
    text-align: center;
    font-size: 1.4rem;
    color: #9a4510;
}

.personal4Btn .navBtn.marginLR {
    margin-right: 5%;
    margin-left: 5%;
}

.personal4Btn .navBtnMask {
    width: 100%;
    text-align: center;
    padding-top: 50%;
    position: absolute;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
}

.personal4Btn .navBtnMask>span {
    position: relative;
    bottom: 0;
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}


/* 旺仔动态 */

.headerBar {
    width: 100%;
    height: 45px;
    background: url(../../images/cartoon/header.jpg) no-repeat;
    background-size: 100% 100%;
    color: #f9e43c;
}

.headerBar .backBtn {
    width: 45px;
    height: 35px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    background: url(../../images/cartoon/back.png) no-repeat;
    background-size: 100% 100%;
}

.headerBar h1 {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-left: -40px;
}

.newLists {
    width: 84%;
    padding-top: 20px;
    margin: 0 auto;
}

.XWListTime {
    display: block;
    text-align: center;
    margin: 0 auto 3px;
    color: #adadad;
}

.XWDivs {
    width: 100%;
    box-shadow: 0 0px 10px #ccc;
    border-radius: 30px;
    color: #646464;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #f7f5f0;
    border: 5px solid #e3d5b7;
    border-bottom-color: #eee3c3 #ce9d81;
    /*border-image: -webkit-linear-gradient(#eee3c3, #ce9d81) 30 30;
    border-image: --moz-linear-gradient(#eee3c3, #ce9d81) 30 30;
    border-image: linear-gradient(#eee3c3, #ce9d81) 30 30;*/
}

.XWDivs .XWTitle {
    width: 100%;
    height: 35px;
    font-size: 2rem;
    line-height: 35px;
    color: #6f2a00;
    /*border-top-right-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.XWDivs .XWBody {
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.XWDivs .XWBody span {
    display: block;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
    padding-left: 10px;
    color: #969696;
}

.XWDivs .XWBody img {
    padding: 0 10px;
    width: 100%;
}

.newsContent p {
    text-indent: 2rem;
}

.newsContent {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 90%;
    margin: 0 auto 5px;
    /* height: 80px; */
    overflow: hidden;
    color: #6f2a00;
}

.XWDivs .XWBody a.checkNews {
    float: right;
    padding: 8px 10px 0px 0;
    color: #646464;
    font-size: 1.4rem;
}

.XWDivs .leftTri {
    display: block;
    content: '';
    width: 0;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    left: -15px;
    top: 30%;
}


/*旺仔动态正文*/

.newsDetails {
    width: 100%;
    margin: 0 auto;
    min-height: calc(100vh - 55px);
    background: url(../../images/cartoon/newsBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.newsDetailsBg {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}

.newsTitle {
    margin-top: 10px;
    font-size: 2rem;
}

.newsTime {
    color: #969696;
    padding: 5px 0;
    border-bottom: 1px dashed #969696;
}

.newsBody {
    margin-top: 10px;
}

.newsImg {
    width: 100%;
}

.newsImg img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.mainBody p {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    text-indent: 20px;
}

.readMore {
    float: right;
    margin: 5px 0 10px;
    margin-right: 8%;
    color: #6f2a00;
}


/* 账户管理 */

.userAccount {
    width: 100%;
    margin: 0px auto 0;
    padding: 0 5%;
    color: #873600;
}

.inputDiv label,
.imgUpload label {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 8px;
}

.inputDiv input {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #fbe9ac;
    border-radius: 15px;
    font-size: 1.6rem;
    text-indent: 15px;
}

.moneyBagBg {
    width: 60%;
    margin: 50px auto;
}

.moneyBagBg img {
    margin: 0 auto;
}

.userAccount .btnDiv {
    width: 80%;
    margin: 0 auto;
}

.clickBtn {
    width: 90%;
    height: 46px;
    line-height: 46px;
    font-size: 1.6rem;
    margin: 0 auto;
    background: #f44c19;
    border-radius: 18px;
    text-align: center;
    color: #fff;
}

.userGrade,
.userGradeDiv .storeName {
    display: block;
    font-size: 1.6rem;
    height: 26px;
    line-height: 26px;
}

.saveBtn {
    width: 80%;
    height: 30px;
    margin: 20px auto;
    line-height: 30px;
    background: red;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.showIDImg {
    font-size: 1.6rem;
}

.userInfo h1 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #f37312;
}

.userGradeDiv {
    margin-bottom: 5px;
}

.userGradeDiv .storeName {
    width: 100%;
}

.userGradeDiv .storeName span {
    text-decoration: underline;
    color: #f37312;
}

.modifyBtn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../images/cartoon/modify.png) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
}

.userGradeDiv~.inputDiv label {
    display: block;
}

input[name="ShopName"] {
    width: 60%;
    display: inline-block;
}

.inputDiv .saveBtn {
    float: right;
    width: 15%;
    height: 30px;
    line-height: 30px;
    background: red;
    color: #fff;
    text-align: center;
    margin: 0;
}

form[name="SNForm"] label {
    display: block;
}


/*提现账户绑定*/

.cashAccount .bindDiv {
    height: 60px;
    margin: 5px 0;
    padding: 10px 10px 10px 30px;
    background: #f2f2f2;
    position: relative;
    font-size: 1.4rem;
    line-height: 40px;
}

.cashAccount .bindName {
    width: 100px;
    color: #969696;
}

.cashAccount .bindBtn {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px;
    border: 1px solid #ff6666;
    border-radius: 15px;
    background: #fff;
    line-height: 30px;
    text-align: center;
    color: #ff6666;
}


/* 身份认证 */

.identityAuth {
    width: 80%;
    margin: 30px auto 0;
}

.imgUpload {
    margin-top: 20px;
    overflow: hidden;
}

.partArea {
    width: 45%;
    float: left;
}

div.inputA {
    display: inline-block;
    width: 100%;
    min-height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 5px #ffcccc;
    text-decoration: none;
    border-radius: 10px;
    color: #feaa27;
}

div.inputA>img {
    position: absolute;
    left: 0;
    top: 0;
}

input.pic-input {
    width: 100%;
    height: 98%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.imgUpload .partArea:nth-child(1) {
    margin-left: 5px;
    margin-right: 3%;
    min-height: 120px;
}

.imgUpload .partArea:nth-child(2) {
    margin-left: 3%;
    margin-right: 5px;
    min-height: 120px;
}

.identityAuth .btnDiv {
    margin: 80px auto 0;
    width: 90%;
}

#win {
    display: none;
}

.nationUl {
    display: block;
    width: 200px;
    height: 30px;
    border: 1px solid #fbe9ac;
    border-radius: 15px;
    font-size: 1.6rem;
    text-indent: 15px;
    background: #fff;
    z-index: 100;
    position: relative;
}

.nationUl hr {
    margin: 0;
    margin-top: 28px;
    border-top: 1px solid red;
}

.showLi {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.underLine {
    border-bottom: 1px solid #ff6666;
}

.naLi {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ff6666;
    border-top: 0;
    z-index: 10;
    margin-left: -1px;
}

.nationUl li:nth-child(2) {
    margin-top: 15px;
    height: 45px;
    line-height: 60px;
}

.nationUl li:nth-child(5) {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.identityAuth .inputDiv {
    height: 66px;
}

.tipInfo {
    text-indent: 15px;
    height: 10px;
    line-height: 10px;
    color: red;
    margin-top: 3px;
}

.identityAuth .clickBtn.able {
    background: #e3513a;
}

.identityAuth .clickBtn.unable {
    background: #969696;
}


/*资金提现*/

.cashPage {
    margin-bottom: 60px;
}

.cashPage .cashSum,
.cashPage .cashRule {
    margin: 5px 0;
    background: #fcd1a3;
    padding: 15px 0px;
    position: relative;
    font-size: 1.4rem;
    overflow: hidden;
}

.cashPage h1,
h2,
.bonusSingle h1 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #f37214;
}

.cashPage h1,
.bonusSingle h1 {
    margin-bottom: 5px;
}

.cashTotal li span {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.cashSum li {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.cashSum li:last-child {
    margin-bottom: 0;
}


/*.cashSum > div {
    position: absolute;
    top: 36px;
    right: 10px;
    line-height: 14px;
}*/

.arrowR {
    width: 14px;
    height: 14px;
    float: right;
    margin-right: 10px;
    border-left: 2px solid #efa800;
    border-top: 2px solid #efa800;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cashPage .cashRule {
    text-align: center;
    word-spacing: 1;
}

.cashRule .processBar {
    width: 90%;
    height: 10px;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #e25039;
    border-radius: 5px;
}

.cashRule h2 {
    margin-bottom: 5px;
}

.cashRule h2:nth-child(3) {
    margin-bottom: 10px;
}

.currentBar {
    width: 30%;
    height: 8px;
    border-radius: 5px;
    background: #e25039;
}

.redColor {
    color: #e25039;
    font-weight: bold;
}

.cashRule .redColor {
    font-weight: normal;
}

.dealDetailDiv,
.cashDetailDiv {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #fcd1a3;
    margin: 5px 0;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #9f4f19;
}

.dealDetailDiv .arrowR,
.cashDetailDiv .arrowR {
    margin-top: 10px;
}

.cashChart {
    width: 100%;
    margin: 0 auto;
}

.cashChart h2 {
    margin-bottom: 20px;
}

.cashChart .step {
    width: 100%;
    height: 20px;
    float: left;
    position: relative;
    background-color: #ff9227;
    border-radius: 10px;
}

.step2,
.currentBonus span:nth-child(2) {
    margin-right: 10%;
}

.stepInner {
    width: 30%;
    height: 20px;
    position: absolute;
    bottom: 0;
    background: repeating-linear-gradient(-45deg, #ff8367, #ff5a34 10px, #f00 20px);
    border-radius: 10px;
    position: relative;
}

.currentBonus {
    width: 100%;
}

.currentBonus span {
    display: inline-block;
    width: 20%;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 1.6rem;
}


/*交易明细*/

.cashDetails li {
    height: 30px;
    margin: 5px 0;
    /*padding: 0 10px;*/
    line-height: 30px;
    background: #fee3ae;
    text-align: center;
}

.cashDetails .cashTime {
    display: inline-block;
    width: 30%;
    float: left;
}

.cashDetails .cashWay {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: left;
}

.cashDetails .cashNum {
    display: inline-block;
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 20px;
    color: #ff5834;
    font-weight: 700;
    font-size: 1.6rem;
}


/*资金提现*/

.cashWithdraw .withdrawDiv,
.cashWithdraw .withdrawAccount {
    margin: 5px 0;
    background: #fcd1a3;
    text-align: center;
    color: #9f4f19;
}

.cashWithdraw .withdrawDiv img {
    display: block;
    width: 30%;
    margin: 0 auto;
    padding: 20px 0 10px;
}

.withdrawDiv>span {
    display: block;
    font-size: 1.4rem;
    padding: 0px 0 10px;
}

.withdrawDiv .redColor {
    font-size: 3rem;
    vertical-align: middle;
}

.cashWithdraw .withdrawAccount>div {
    width: 60%;
    margin: 0 auto;
    height: 40px;
    font-size: 1.4rem;
}

.cashWithdraw .withdrawAccount span {
    float: left;
    line-height: 40px;
    width: 40%;
    text-align: right;
}

.cashWithdraw .withdrawAccount ul {
    float: left;
    /*width: 120px;*/
    width: 60%;
    background: #fff;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: initial;
    text-indent: 15px;
    font-size: 1.4rem;
    position: relative;
}

.cashWithdraw .withdrawAccount ul li {
    text-align: center;
    text-indent: 0;
}


/*.cashWithdraw .withdrawAccount ul:after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 28px;
    border-radius: 14px;
    background: #e25039;
    position: absolute;
    top: 1px;
    right: 2px;
}

.cashWithdraw .withdrawAccount ul:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 10;
}*/

.cashWithdraw .tipBtn {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-top: 6px;
    position: relative;
    text-indent: 0;
}

.hideBtn {
    display: none;
}

.cashWithdraw .tipBtn:after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, .7);
    position: absolute;
    top: -4px;
    right: 15px;
}

.cashWithdraw .btnDiv {
    width: 70%;
    margin: 50px auto 0;
}

.weixinLogo {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../images/weixinLogo.png) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
}


/*提成记录*/

.bonusDetails ul {
    width: 100%;
}

.bonusDetails li {
    width: 100%;
    float: left;
    margin: 5px 0;
    background: #fcd1a3;
}

.bonusDetails .bonusTime {
    height: 20px;
    line-height: 22px;
    text-indent: 10px;
    background: #ff8367;
}

.bonusDetails .left {
    width: 80%;
    float: left;
}

.bonusDetails .right {
    width: 20%;
    float: left;
    height: 40px;
}

.bonusDetails .right .arrowR {
    margin-top: 20px;
}

.bonusDetails .tableTitle,
.bonusDetails .tableContent {
    width: 100%;
    float: left;
    height: 20px;
    font-size: 1.6rem;
    line-height: 20px;
}

.bonusDetails .tableTitle span,
.bonusDetails .tableContent span {
    display: inline-block;
    width: 33.3%;
    float: left;
    text-align: center;
}

.bonusDetNone {
    text-align: center;
    margin-top: 20px;
    font-size: 1.6rem;
}


/*数据统计*/

.headerUl {
    width: 100%;
    height: 100%;
    padding-left: 60px;
}

.headerBar ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 45px;
    font-size: 1.6rem;
}

.headerBar ul li:nth-child(1) {
    box-shadow: -1px 0 0px #ef6909;
}

.headerBar ul li:nth-child(2) {
    box-shadow: 1px 0 0px #ef6909, -1px 0 0px #ef6909;
}

.headerUl li.active {
    background: linear-gradient(to right, #d81804 0%, #f62d09 50%, #d81804 100%);
}

.daySelect ul {
    width: 90%;
    height: 28px;
    margin: 10px auto 10px;
}

.daySelect ul li {
    float: left;
    width: 33.3%;
}

.daySelect ul li div {
    width: 80%;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e25039;
    border-radius: 13px;
    text-align: center;
}

.daySelect li div.active {
    background: #e25039;
    color: #fff;
}

.canvasDiv {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.anaData {
    width: 80%;
    margin: 20px auto 0;
    overflow: hidden;
}

.anaData ul li:nth-child(1) {
    float: left;
}

.anaData ul li:nth-child(2) {
    float: right;
}

.clearDiv {
    clear: both;
    text-align: center;
    margin: 10px 0;
}

.profitAna .dealDetailDiv span {
    display: block;
    width: 60px;
    height: 24px;
    float: right;
    line-height: 24px;
    background: #e25039;
    margin-right: 10px;
    margin-top: 6px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}

.profitAna,
.orderAna,
.vistorAna {
    font-size: 1.4rem;
}

.profitAna .anaData ul li:nth-child(1) {
    float: left;
    width: 100%;
    text-align: center;
}

#canvas {
    opacity: 0.4;
}

.tipNone {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50%;
    /*margin-top: -25px;*/
    margin-top: -5px;
    font-size: 4rem;
    text-align: center;
}


/* 提成明细 */

.bonusSingle .bonusTable,
.bonusSingle>div:nth-child(2) {
    background: #fcd1a3;
    padding: 10px 0;
    margin-top: 10px;
    overflow: hidden;
    color: #9f4f19;
}

.bonusTable h1 {
    margin-top: 10px;
}

.bonusTable tr {
    border-bottom: 1px solid #ebcc90;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
}

.bonusTable ul {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
}

.bonusTable table {
    width: 100%;
}

.bonusTable table td {
    width: 25%;
    height: 20px;
    line-height: 20px;
}

.orderSingleTr {
    width: 90%;
    margin: 5px auto;
    clear: both;
}

.orderSingleTr div span {
    display: inline-block;
    width: 25%;
    line-height: 20px;
    float: left;
    text-align: center;
}

.orderSingleTr div span:nth-child(1) {
    width: 40%;
}

.orderSingleTr div span:nth-child(2) {
    width: 20%;
}

.orderSingleTr div span:nth-child(3) {
    width: 10%;
}

.orderSingleTr div span:nth-child(4) {
    width: 30%;
    text-align: right;
}

span.placeTime {
    width: 50% !important;
}

.orderSingleTr div span:nth-child(1) {
    text-align: left;
}

.orderSingleTr div span:nth-child(3) {
    text-align: right;
}

.orderSingleTime,
.orderSingleDetails {
    overflow: hidden;
    background: #ff8367;
    padding: 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.orderSingleDetails {
    background: #fdf1db;
}


/*身份证照片*/

.IDImgWrapper .headerBar~div h1 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

.IDImgWrapper .imgWrap {
    width: 90%;
    margin: 0 auto;
}

.IDImgWrapper .imgWrap img {
    margin: 0 auto;
}

.IDfontDiv>div {
    height: 30px;
    line-height: 30px;
    font-size: 1.6rem;
}

.IDfontDiv>div .arrowR {
    margin-top: 7px;
}

.grayBtn {
    background: #969696 !important;
}

.cancelBtn {
    margin-left: 10px !important;
}

.userInfo .clickBtn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.loadMoreBtn {
    display: block;
    width: 30%;
    height: 30px;
    line-height: 30px;
    background: #e3513a;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    margin: 20px auto;
}

.bonusDetNone {
    width: 90%;
    margin: 50px auto;
}

.loadBottom {
    width: 100%;
    text-align: center;
    padding: 5px;
}

.arrowDown {
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-top: 10px solid #f44c19;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin: 10px 10px 0 0;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.arrowUp {
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    margin: 10px 10px 0 0;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.modifyImg {
    min-height: 120px;
}

.cashSum h1 {
    color: #000;
}

.cashSumBg {
    display: block;
    width: 20%;
    /*margin: 0 auto 10px;*/
    margin-left: 10px;
    float: left;
}

.rmbBalance {
    font-size: 3rem;
    vertical-align: middle;
    font-weight: 700;
}

.cashWDBtn {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    border: 1px solid #ff5a34;
    border-radius: 3px;
}

.cashRule>span {
    display: block;
    margin-right: 10px;
    color: #ff5834;
    font-size: 1.8rem;
    margin: 10px 0 15px 0;
    font-weight: 700;
}

.cashRule>span:nth-child(3) {
    margin-left: 10px;
    vertical-align: middle;
}

.wangzaiLogo2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../images/wangzaiLogo2.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 85%;
    top: -10px;
}

.tableTitle {
    height: 30px !important;
    line-height: 30px !important;
    color: #ff5c39;
}

.tableDiv {
    text-align: right;
    font-size: 1.6rem;
    line-height: 30px;
}

.uploadImgTip {
    text-align: center;
    color: #fe5934;
}

.cashRuleMath {
    font-size: 1.6rem;
    height: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #9f4f19;
    width: 60%;
    margin: 0 auto;
}

.cashRuleMath span:nth-child(1) {
    float: left;
}

.cashRuleMath span:nth-child(2) {
    float: right;
}

.ruleUnderLine {
    display: block;
    height: 25px;
    width: 80px;
    text-align: right;
    border-bottom: 1px solid #9f4f19;
}

.multiplyX {
    float: left !important;
    padding-left: 10px !important;
}


/**代客下单模块*/

.headerBar .add-cus-btn {
    width: 90px;
    height: 35px;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    background: url(../../images/cartoon/add_customer_bg.png) no-repeat;
    background-size: 100% 100%;
}

.customer-wrapper {
    background-color: #fcd1a3 !important;
    color: #9f4f19;
}

.customer-select {
    background: #fee2c4;
}

.customer-select h3 {
    padding: 0 15px;
    padding-top: 15px;
    font-size: 16px;
    line-height: 18px;
}

.customer-select div {
    padding: 0 15px;
    margin-top: 10px;
    padding-bottom: 15px;
}

.customer-select div input {
    width: 65%;
    height: 35px;
    background: #fff392;
    color: #a89174;
    border-radius: 10px;
    text-indent: 15px;
}

.customer-select div a {
    display: block;
    float: right;
    width: 100px;
    height: 35px;
    margin-right: 15px;
    background: #f44c19;
    color: #fff;
    border-radius: 20px;
    line-height: 35px;
    text-align: center;
}

.customer-list {
    margin-top: 10px;
    padding-bottom: 40px;
}

.customer-item {
    background-color: #fee2c4;
    font-size: 14px;
    margin-top: 5px;
}

.customer-info {
    padding: 0 15px;
    padding-bottom: 5px;
}

.customer-info-left {
    width: 75%;
    float: left;
    margin-top: 10px;
}

.customer-info-right {
    width: 25%;
    float: left;
}

.customer-info-left div {
    line-height: 28px;
}

.customer-info-left span:first-child {
    padding-right: 35px;
}

.customer-info-right a {
    display: block;
    float: left;
    width: 25px;
    height: 30px;
    margin-top: 15px;
    margin-left: 15px;
}

.customer-add-address-btn {
    height: 30px;
    line-height: 30px;
    color: #ff5252;
    text-align: center;
    border-top: 1px solid #fcd1a3;
}

.customer-add-footer {
    background-color: #f50;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    max-width: 640px;
    margin: 0 auto;
    position: fixed;
    text-align: center;
}

.address_btn a {
    width: 20px;
    height: 25px;
}

.customer-info-right a:first-child {
    background: url(../../images/cartoon/customer_edit_btn.png) no-repeat;
    background-size: 100% 100%;
}

.customer-info-right a:last-child {
    background: url(../../images/cartoon/customer_delete_btn.png) no-repeat;
    background-size: 100% 100%;
}

.customer-address-list {
    width: 95%;
    margin-left: 2.5%;
}

.customer-page {
    position: absolute;
    bottom: 40px;
    left: 0;
}

.address-item {
    border-top: 1px solid #fcd1a3;
}

.add-edit-item {
    margin-bottom: 2px;
    height: 40px;
    background-color: #fee2c4;
}

.add-edit-item label {
    line-height: 40px;
    font-size: 14px;
    padding-left: 15px;
}

.add-edit-item input,
.add-edit-item select {
    width: 70%;
    float: right;
    margin-right: 20px;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
}

.add-edit-item-list {
    margin-top: 20px;
}

.add-option {
    margin-top: 20px;
}

.add-option a {
    width: 80px;
    height: 43px;
    display: block;
    margin: 0 auto;
    background: url("../../images/cartoon/add_save.png") no-repeat;
    background-size: 100% 100%;
}

.customer-page .a {
    color: #ff5252;
}

.page-input {
    width: 30px;
    text-align: right;
    text-indent: 2px;
}


/*代客下单*/

.place-address {
    margin-bottom: 5px;
    padding: 5px 20px;
    background: #fee2c4;
    position: relative;
}

.place-address p,
.place-select-box p {
    line-height: 25px;
    width: 80%;
    color: #9a4510;
}

.place-address img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 15px;
    width: 15px;
}

.place-select-box input {
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    width: 70%;
    margin-right: 15px;
    text-indent: 5px;
    background: #fff392;
}

.place-select-box {
    width: 100%;
    padding: 10px 7.5%;
    background: #fee2c4;
}

.place-select-box a {
    padding: 4px 25px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    background: #f44c19;
    border-radius: 15px;
    color: #fff;
}

.product-item {
    padding: 5px 10px;
    margin-top: 3px;
    position: relative;
    min-height: 100px;
    background: #fee2c4;
}

.p-left {
    margin: 5px;
    left: 10%;
    background: #fdbe51;
    border-radius: 3px;
}

.product-item>div {
    float: left;
}

.p-left img,
.p-choose img {
    padding: 3px;
}

.p-choose img {
    margin-top: 25px;
    width: 40px;
}

.p-left img {
    width: 80px;
    height: 80px;
}

.p-middle {
    width: 40%;
    margin-top: 5px;
}

.p-middle p {
    line-height: 20px;
    text-indent: 5px;
}

.p-middle p:last-child {
    margin-top: 10px;
}

.p-right .choose_edit {
    padding-left: 20px;
    padding-top: 10px;
}

.p-right .choose_edit a {
    display: block;
    width: 24px;
    height: 30px;
    background: url(../../images/cartoon/customer_edit_btn.png) no-repeat;
    background-size: 100% 100%;
}

.product-num-box {
    margin-top: 15px;
}

.product-num-box>span {
    padding-left: 20px;
}

@media screen and (min-width: 640px) {
    .personalHeader {
        background: url(../../images/cartoon/psIndexBg@big.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
}

h1.noBackH1 {
    margin-left: 0;
}

.cashNumDiv {
    float: left;
    position: absolute;
    left: 20%;
    top: 50%;
    margin-left: 20px;
    margin-top: -28px;
    color: #9f4f19;
}

.cashNumDiv span:first-child {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    height: 20px;
    line-height: 20px;
}

.cashNumDiv span:last-child {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    height: 32px;
    line-height: 32px;
    color: #f37214;
}

.cashSum .arrowR {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.withdrawDiv .userState {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.userState span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #ff5834;
    padding: 0 15px;
    border-radius: 5PX;
    color: #fff;
    box-shadow: 0 0 10px #fff inset, 0 0 1px #d6d0ca;
}

.newsMaskMain {
    width: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1010;
}

.newsMaskMain span {
    display: block;
    width: 40px;
    height: 60px;
    background: url(../../images/newsClose.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -60px;
}

@media screen and (min-width: 640px) {
    .newsMaskMain {
        max-width: 480px;
        margin-left: -240px;
        left: 50%;
    }
}

.orderSingleSum {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    background: #fdf1db;
    border-top: 1px dashed #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.orderSingleSum span {
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    padding-right: 5px;
}

.placePhone {
    width: 50% !important;
    text-align: right !important;
}

.tableHeader {
    text-align: right;
}

@media screen and (max-width:320px) {
    .customer-select div a {
        width: 80px;
    }
    .customer-info-right a {
        width: 20px;
        height: 24px;
    }
    .address_btn a {
        width: 18px;
        height: 22px;
    }
    .place-select-box input {
        width: 60%;
    }
}