﻿.jrf-m-layer {
    position: relative;
    z-index: 19891014
}

    .jrf-m-layer * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

.jrf-m-layermain, .jrf-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.jrf-m-layershade {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.jrf-m-layermain {
    display: table;
    font-family: Microsoft Yahei;
    pointer-events: none
}

    .jrf-m-layermain .jrf-m-layersection {
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }

.jrf-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@ -webkit-keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@ keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@ -webkit-keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@ keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.layui-m-anim-up {
    -webkit-animation-name: layui-m-anim-up;
    animation-name: layui-m-anim-up
}

.jrf-m-layer0 .jrf-m-layerchild {
    width: 90%;
    max-width: 640px
}

.jrf-m-layer1 .jrf-m-layerchild {
    border: none;
    border-radius: 0
}

.jrf-m-layer2 .jrf-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.jrf-m-layerchild h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.jrf-m-layerbtn span, .jrf-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.jrf-m-layercont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.jrf-m-layer1 .jrf-m-layercont {
    padding: 0;
    text-align: left
}

.jrf-m-layer2 .jrf-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

    .jrf-m-layer2 .jrf-m-layercont i {
        width: 25px;
        height: 25px;
        margin-left: 8px;
        display: inline-block;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
        animation: layui-m-anim-loading 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

.jrf-m-layerbtn, .jrf-m-layerbtn span {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.jrf-m-layer2 .jrf-m-layercont p {
    margin-top: 20px
}

@ -webkit-keyframes layui-m-anim-loading {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@ keyframes layui-m-anim-loading {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.jrf-m-layer2 .jrf-m-layercont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.jrf-m-layer2 .jrf-m-layercont i.jrf-m-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.jrf-m-layer2 .jrf-m-layercont > div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.jrf-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2
}

    .jrf-m-layerbtn span {
        display: block;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-box-flex: 1;
        font-size: 14px;
        cursor: pointer
    }

        .jrf-m-layerbtn span[yes] {
            color: #40AFFE
        }

        .jrf-m-layerbtn span[no] {
            border-right: 1px solid #D0D0D0;
            border-radius: 0 0 0 5px
        }

        .jrf-m-layerbtn span:active {
            background-color: #F6F6F6
        }

.jrf-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 30px
}

    .jrf-m-layerend::after, .jrf-m-layerend::before {
        position: absolute;
        left: 5px;
        top: 15px;
        content: '';
        width: 18px;
        height: 1px;
        background-color: #999;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-radius: 3px
    }

    .jrf-m-layerend::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

body .jrf-m-layer .jrf-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.jrf-m-layer-footer .jrf-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, .8)
}

.jrf-m-layer-footer .jrf-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

    .jrf-m-layer-footer .jrf-m-layerbtn span {
        background-color: rgba(255, 255, 255, .8)
    }

        .jrf-m-layer-footer .jrf-m-layerbtn span[no] {
            color: #FD482C;
            border-top: 1px solid #c2c2c2;
            border-radius: 0 0 5px 5px
        }

        .jrf-m-layer-footer .jrf-m-layerbtn span[yes] {
            margin-top: 10px;
            border-radius: 5px
        }

body .jrf-m-layer .jrf-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -50px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.jrf-m-layer-msg .jrf-m-layercont {
    padding: 10px 20px
}


/* 美图秀秀 修改图片 */
.meituxiuxiu-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 966px;
    height: 550px;
    margin: auto;
    z-index: 9999;
}

.flash-popwin {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

    .flash-popwin .flash-tipinner {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 300px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #ddd;
        -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        -o-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        -ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    }

    .flash-popwin .flashLoadMsg {
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

    .flash-popwin a:hover {
        color: #0cf;
    }

.close-flashtip {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/res/common/img/styleDesign/dialog_closebtn.gif) no-repeat 0 0;
    transition: transform 0.3s ease-in-out 0s;
    top: 11px;
    right: 11px;
}

    .close-flashtip:hover {
        background: url(/res/common/img/styleDesign/dialog_closebtn_over.gif) no-repeat 0 0;
        transform: rotate(180deg);
    }
