/*公用遮罩层*/
.publicShade {
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.publicShade > div {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.publicShade > div > p {
    height: 50px;
    line-height: 50px;
    color: #666;
    padding-left: 25px;
    background: #f8f8f8;
}

.publicShade > div > p .close,
.publicShade > div > p .closeWechat {
    float: right;
    margin-right: 25px;
    margin-top: 19px;
    cursor: pointer;
}

#realNameShade > div {
    width: 480px;
    height: 254px;
    margin-left: -240px;
    margin-top: -127px;
    background: #f8f8f8;
}

#realNameShade > div > img {
    float: right;
    margin-top: 12px;
    margin-right: 12px;
    cursor: pointer;
}

#realNameShade .status-box {
    text-align: center;
}

#realNameShade .status-box .status-img {
    display: block;
    width: 80px;
    height: 92px;
    margin: 10px auto;
    background-image: url("/img/pc/rzstatus.png");
}

#realNameShade .status-box .status-text {
    font-size: 16px;
    color: #333;
}

#realNameShade .button-box {
    position: absolute;
    bottom: 0;
    width: 480px;
    height: 103px;
    background-color: #fff;
}

#realNameShade .button-box button,
#realNameShade .button-box a {
    display: block;
    width: 180px;
    height: 44px;
    margin: 32px auto 0;
    background-color: #ffc900;
    border-radius: 2px;
    border: solid 1px #ffc900;
    font-size: 16px;
    color: #333;
    outline: none;
    cursor: pointer;
}

#realNameShade .button-box a {
    text-align: center;
    line-height: 44px;
}

/*本页面所有弹窗样式如下*/

#sureTakeOrderShade > div {
    width: 680px;
    height: 615px;
    margin-left: -286px;
    margin-top: -301px;
    overflow: inherit;
}

#sureTakeOrderShade > div > p {
    height: 57px;
    line-height: 57px;
    color: #666;
    padding-left: 25px;
    background: #f8f8f8;
    font-size: 16px;
}

.take-order-infor {
    font-size: 12px;
}

.take-order-infor .title {
    padding-top: 15px;
    color: #666;
    text-align: center;
    font-size: 14px;
}

.take-order-price {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    padding-top: 5px;
}

.take-order-price span {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}

.take-order-tips {
    padding-top: 20px;
}

.take-order-tips p {
    line-height: 17px;
    color: #df3028;
    text-align: center;
}

.take-order-rules,.take-order-rules2 {
    margin: 10px auto 0;
    padding-top: 10px;
    width: 610px;
    border-top: dashed 1px #e7e7e7;
}

.take-order-rules p,.take-order-rules2 p {
    position: relative;
    text-indent: 24px;
    color: #666;
    line-height: 22px;
    cursor: pointer;
}

.take-order-rules p em ,.take-order-rules2 p em{
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("/img/pc/isCheck.png");
    background-repeat: no-repeat;
    background-position-x: -3px;
    background-position-y: -2px;
    background-size: 20px;;
}

.take-order-rules .active em ,.take-order-rules2 .active em {
    background-position-y: -18px;
}

.take-order-rules p span ,.take-order-rules2 p span{
    color: #df3028;
}

.take-order-rules p .orderTip ,.take-order-rules2 p .orderTip{
    margin-left: -10px;
}

.take-order-button {
    margin-top: 20px;
}

.take-order-button form > span {
    padding-left: 27px;
    padding-right: 7px;
    font-size: 14px;
    color: #333;
}

.take-order-button form .num-box {
    height: 42px;
    width: 118px;
    margin-right: 100px;
}

.take-order-button form button {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
}

.take-order-button form .cancle-take-order {
    width: 110px;
    height: 42px;
    border-radius: 2px;
    border: solid 1px #eee;
    margin-right: 12px;
}

.take-order-button form .sure-take-order {
    width: 110px;
    height: 42px;
    border-radius: 2px;
    background: #ffc900;
    border: solid 1px #eee;
}

.take-order-button form .sure-take-order:hover {
    background-color: #ffd63f;
}

#uploadPZShade > div {
    width: 444px;
    height: 400px;
    margin-left: -222px;
    margin-top: -200px;
}

#uploadPZShade > div {
    width: 390px;
    height: 430px;
    margin-left: -195px;
    margin-top: -215px;
}

#uploadPZShade > div > p {
    height: 57px;
    line-height: 57px;
    color: #666;
    padding-left: 25px;
    background: #f8f8f8;
}

#uploadPZShade .upload-moni {
    position: relative;
    width: 184px;
    height: 160px;
    margin: 32px auto 28px;
    background-color: #fafbfd;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}

#uploadPZShade .upload-moni input,
#uploadPZShade .upload-moni img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
}

#uploadPZShade .upload-moni input {
    opacity: 0;
}

#uploadPZShade .upload-moni img {
    z-index: 999;
    /*height: auto;*/
}

#uploadPZShade .upload-moni em {
    display: block;
    width: 17px;
    height: 17px;
    margin: 59px auto 10px;
    background-image: url("/img/pc/chose.gif");
    background-repeat: no-repeat;
    background-position-y: -66px;
    background-size: 17px;
}

#uploadPZShade .upload-moni p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

#uploadPZShade i {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 16px;
    padding-left: 50px;
}

#uploadPZShade button {
    display: block;
    width: 110px;
    height: 42px;
    margin: 12px auto;
    background-color: #ffc900;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

#uploadPZShade .order-status {
    margin-top: 20px;
    text-align: center;
    color: #666;
}

#uploadPZShade .order-status p {
    line-height: 2;
}

#uploadPZShade .order-status span {
    padding-left: 21px;
    margin-right: 10px;
    background-image: url(/img/pc/chose.gif);
    background-repeat: no-repeat;
    background-position-y: -20px;
    cursor: pointer;
}

#uploadPZShade .order-status .active {
    background-position-y: -4px;
}


















