body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif !important;
}
/*设置layer取消样式*/
.layui-layer-setwin a{
    width: 60px !important;
    height: 41px !important;
    top: -15px;
    right: -15px;
    background: url('/images/deletecashbg2.png')no-repeat center/ 100%;
    background-position: 10px -10px !important;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 13px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.hx a,
.hx em,
.fB {
    font-weight: bold;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        visibility: hidden;
        content: ".";
    }

a {
    color: #666666;
    text-decoration: none;
}

    a:visited {
        text-decoration: none;
    }

    a:hover {
        color: #e25453;
        text-decoration: underline;
    }

    a:active {
        color: #ba2636;
    }

form,
td,
th,
tr {
    border: none;
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    color: #333333;
    width: 100%;
    height: 100%;
    min-width: 640px;
    background: #f0f3f4;
    font-size: 14px;
}
/*------------ 公共样式-------------------*/
.index_bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/index-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.secrch_ios {
    margin-left: 1rem;
    vertical-align: -10px;
    float: right;
    border: 1px solid #c4c4c4;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    width: 215px;
    height: 30px;
    margin-right: 8px;
}

    .secrch_ios input {
        width: 100%;
        display: inline-block;
        height: 30px;
        border: none;
        line-height: 20px;
        font-size: 12px;
        outline: none;
        padding-left: 42px;
    }

    .secrch_ios button {
        height: 30px;
        background: transparent;
        border: none;
        outline: none;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 12px;
    }

        .secrch_ios button i {
            font-size: 17px;
            margin-left: 2px;
            display: block;
            color: #19B394;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .secrch_ios button i:hover {
                -webkit-transform: translate(-1px, -2px);
            }
/*----------交易成功（.layer）-----------*/
            .success-bg{
                padding-top: 5px;
				width: 100px;
				height: 100px;
				margin: 0 auto;
				background: url(../images/shouyingjiesuan.png)no-repeat center;
			}
			.box-center p{
                padding: 0;
                margin: 0;
				text-align: center;
				font-size: 14PX;
			}
            #success-money{
				color: #ff2c4f;
				padding: 5px;
				font-size: 18PX;
			}
/*----------添加商品布局（width:"80%"）-----------*/

/*----------头部样式（.header）-----------*/
.poionimgsss {
    position: fixed;
    z-index: 10001;
    left: 235px;
    top: 5px;
}

    .poionimgsss img {
        -webkit-animation: imgkeys 4s forwards 0.8s;
        -ms-animation: imgkeys 4s forwards 0.8s;
        -moz-animation: imgkeys 4s forwards 0.8s;
        animation: imgkeys 4s forwards 0.8s;
        opacity: 0;
    }

@-webkit-keyframes imgkeys {
    0% {
        -webkit-transform: translateY(-150px);
        opacity: 1;
    }

    20% {
        -webkit-transform: translateY(4px);
    }

    30% {
        -webkit-transform: translateY(-4px);
    }

    40% {
        -webkit-transform: translateY(4px);
    }

    50% {
        -webkit-transform: translateY(-4px);
    }

    60% {
        -webkit-transform: translateY(4px);
    }

    70% {
        -webkit-transform: translateY(-4px);
    }

    80% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    90% {
        -webkit-transform: translateY(0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 0;
    }
}

@-moz-keyframes imgkeys {
    0% {
        -moz-transform: translateY(-150px);
        opacity: 1;
    }

    20% {
        -moz-transform: translateY(4px);
    }

    30% {
        -moz-transform: translateY(-4px);
    }

    40% {
        -moz-transform: translateY(4px);
    }

    50% {
        -moz-transform: translateY(-4px);
    }

    60% {
        -moz-transform: translateY(4px);
    }

    70% {
        -moz-transform: translateY(-4px);
    }

    80% {
        -moz-transform: translateY(0);
        opacity: 1;
    }

    90% {
        -moz-transform: translateY(0);
        opacity: 0.5;
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 0;
    }
}

@keyframes imgkeys {
    0% {
        transform: translateY(-150px);
        opacity: 1;
    }

    20% {
        transform: translateY(4px);
    }

    30% {
        transform: translateY(-4px);
    }

    40% {
        transform: translateY(4px);
    }

    50% {
        transform: translateY(-4px);
    }

    60% {
        transform: translateY(4px);
    }

    70% {
        transform: translateY(-4px);
    }

    80% {
        transform: translateY(0);
        opacity: 1;
    }

    90% {
        transform: translateY(0);
        opacity: 0.5;
    }

    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

.green-bg {
    background: #19b394;
}

.header {
    position: fixed;
    z-index: 9999;
    min-height: 68px;
    padding: 0 15px;
    width: 100%;
    left: 0;
    top: 0;
}

    .header a.logo {
        float: left;
        margin-top: 17px;
        text-transform: uppercase;
        width: 220px;
        height: 50px;
        margin-top: 12px;
    }

        .header a.logo img {
            width: 100%;
            padding: 5px 5px;
        }

    .header .top-nav ul.top-menu > li {
        float: left;
    }

    .header .top-nav .xiaoxi {
        line-height: 33px;
    }

        .header .top-nav .xiaoxi a {
            position: relative;
        }

            .header .top-nav .xiaoxi a i {
                position: relative;
                margin-right: 10px;
            }

                .header .top-nav .xiaoxi a i .badge {
                    position: absolute;
                    right: -12px;
                    top: -15px;
                    z-index: 100;
                }

        .header .top-nav .xiaoxi .notify-arrow {
            border-style: solid;
            border-width: 0 9px 9px;
            height: 0;
            margin-top: 0;
            opacity: 0;
            position: absolute;
            left: 12px;
            top: -18px;
            transition: all 0.25s ease 0s;
            width: 0;
            z-index: 10;
            margin-top: 10px;
            opacity: 1;
        }

        .header .top-nav .xiaoxi .notify-arrow-yellow {
            border-color: transparent transparent #FCB322;
            border-bottom-color: #FCB322 !important;
            border-top-color: #FCB322 !important;
        }
        .com_confirm_enter{
                height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-left: 5px;
    color: #b2b2b2;
    font-size: 14px;
    outline: none;
    border:none;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 5px;
    margin-left: 20px;
    width: 76%;
        }
    .header .top-nav .dpmcli {
        padding: 5px 10px;
        color: #FFFFff;
        line-height: 43px;
        font-size: 14px;
    }

    .header .top-nav .bzzxws {
        line-height: 33px;
    }

        .header .top-nav .bzzxws i {
            margin-right: 4px;
        }

    .header .top-nav .zxgm i {
        margin-right: 4px;
    }

    .header .top-nav .tximg {
        width: 35px;
        height: 35px;
        overflow: hidden;
        float: left;
        margin-right: 8px;
        margin-top: 5px;
    }

        .header .top-nav .tximg img {
            width: 35px;
            height: 35px;
            vertical-align: top;
        }

    .header .top-nav .txrig {
        max-width: 190px;
        overflow: hidden;
        float: left;
    }

        .header .top-nav .txrig span {
            display: block;
            overflow: hidden;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-right: 2px;
        }

        .header .top-nav .txrig .useadmin i {
            display: inline-block;
            margin-left: 10px;
        }

        .header .top-nav .txrig .caret {
            position: absolute;
            right: 0;
            top: 140%;
            font-size: 18px;
            border-top: 5px dashed;
            border-top: 5px solid \9;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }

    .header .top-nav .dropdown > a {
        color: #ffffff;
        font-size: 14px;
    }

    .header .top-nav .caret:hover {
        color: #f6b279;
    }

    .header .top-nav .dropdown > a:hover,
    .header .top-nav .open > a,
    .header .top-nav .open .caret,
    .header .top-nav .open > a:hover,
    .header .top-nav a:focus,
    .header .top-nav .open > a:focus {
        border-radius: 8px;
        background: transparent;
        color: #f6b279;
    }

    .header .top-nav .log-arrow-up {
        background: url(../images/arrow-up.png) no-repeat;
        width: 20px;
        height: 11px;
        position: absolute;
        right: 20px;
        top: -5px;
    }

    .header .top-nav .logout {
        padding: 5px 0;
        border: 1px solid #CCCCCC;
        left: -20px;
    }

        .header .top-nav .logout a {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .header .top-nav .logout a i {
                margin-right: 15px;
            }

            .header .top-nav .logout a:hover {
                color: #f6b279;
                font-size: 16px;
            }

    .header .badge.bg-important {
        background: #FCB322;
    }

    .header .xiaoxi .dropdown-menu.extended {
        max-width: 300px !important;
        min-width: 160px !important;
        top: 42px;
        width: 235px !important;
        padding: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
        border: none !important;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        overflow: hidden;
    }

        .header .xiaoxi .dropdown-menu.extended li {
            overflow: hidden;
            position: relative;
            display: block;
            width: 100%;
        }

            .header .xiaoxi .dropdown-menu.extended li p {
                background-color: #F1F2F7;
                color: #666666;
                margin: 0;
                padding: 5px 10px;
                border-radius: 6px 6px 0px 0px;
                -webkit-border-radius: 6px 6px 0px 0px;
            }

                .header .xiaoxi .dropdown-menu.extended li p.yellow {
                    background-color: #fcb322;
                    color: #fff;
                }

            .header .xiaoxi .dropdown-menu.extended li a {
                list-style: none;
                border-bottom: 1px solid #EBEBEB;
                padding: 15px 10px 15px 10px;
                width: 100%;
                display: inline-block;
                font-size: 12px;
            }

        .header .xiaoxi .dropdown-menu.extended i {
            margin-right: 0;
        }
/*提示引导提示框*/
.box-black,.box-black2{
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    z-index: 10001;
    pointer-events: none;
}
.box-black3{
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    z-index: 10001;
}
.active_block{
    display: block;
}
.active_none{
    display: none;
}
.more_demo{
    border: 2px solid #ffd41f;
    box-shadow: 0 0 3px 1px #ffd41f inset;
    -webkit-animation-name: push;
    -moz-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-animation-iteration-count: infinite;

}
.layui-layer-tips .tips_css{
    font-size: 14px;
}
.layui-layer-tips .next_tow{
    width: 110px;
}
.layui-layer-tips .next_one{
    width: 90px;
}
.welcome_title{
    padding:0;
    height: 100px;
    line-height: 30px;
    overflow: hidden;
    white-space: pre-line;
    position: relative;
    top: -80px;
    background:#f7f2e0;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    color: #666666;
}
.layui-layer-page .btn_star{
    overflow: inherit;
    position: relative;
    top: -80px;
    right: -250px
}
.welcome_{
    background:#f7f2e0;
}
.welcome_:before{
    display: block;
    content:"";
    width: 80px;
    height: 120px;
    background: url(../images/person_1.png) no-repeat center/ 100%;
    position: relative;
    top:-103px;
    left:130px;
}
/*-------左侧的导航栏----------*/
#sidebar {
    width: 160px;
    height: 100%;
    position: fixed;
    background: #2a3542;
    z-index: 8888;
}

    #sidebar ul.sidebar-menu {
        margin-top: 80px;
    }

        #sidebar ul.sidebar-menu li {
            line-height: 20px !important;
            margin-bottom: 5px;
            padding-left: 10px;
            padding-right: 10px;
            position: relative;
        }

            #sidebar ul.sidebar-menu li a {
                position: relative;
                color: #c8c8c8;
                text-decoration: none;
                display: block;
                padding: 15px 0 15px 10px;
                font-size: 15px;
                outline: none;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            #sidebar ul.sidebar-menu li i {
                font-size: 23px;
                padding-right: 6px;
                vertical-align: -2px;
            }

            #sidebar ul.sidebar-menu li span {
                display: inline-block;
            }

            #sidebar ul.sidebar-menu li ul.sub {
                display: none;
            }

            #sidebar ul.sidebar-menu li.active,
            #sidebar ul.sidebar-menu li:hover {
                background: #35404d;
                color: #fff;
                display: block;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                #sidebar ul.sidebar-menu li.active a,
                #sidebar ul.sidebar-menu li:hover a {
                    color: #19B394;
                }

            #sidebar ul.sidebar-menu li > a .arrow {
                border-bottom: 4px solid transparent;
                border-left: 4px solid #A0A0A0;
                border-top: 4px solid transparent;
                float: right;
                height: 0;
                margin-right: 10px;
                margin-top: 6px;
                width: 0;
            }

            #sidebar ul.sidebar-menu li > .dropdown-menu {
                left: 159px;
                top: 0%;
                border-radius: 2px;
                border-top: 3px solid #19b394;
                z-index: 9999;
                min-width: 130px;
            }

                #sidebar ul.sidebar-menu li > .dropdown-menu .log-arrow-left {
                    background: url(../images/arrow-up.png) no-repeat;
                    width: 20px;
                    height: 11px;
                    position: absolute;
                    left: -14px;
                    top: 8%;
                    -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                    -moz-transform: rotate(-90deg);
                    -o-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

                #sidebar ul.sidebar-menu li > .dropdown-menu li {
                    background: #fff !important;
                    padding-left: 0;
                    padding-right: 0;
                }

                #sidebar ul.sidebar-menu li > .dropdown-menu a {
                    text-align: center;
                    padding: 10px 0 !important;
                    color: #565656 !important;
                    font-size: 14px;
                }

                    #sidebar ul.sidebar-menu li > .dropdown-menu a:hover {
                        color: #19B394 !important;
                    }
/*--------主体内容--------*/
.popover {
    background: #ffefe3;
    font-size: 12px;
    text-align: center;
}

.titleleft {
  border-left: 3px solid #31c17b;
  padding-left: 5px;
}


    .popover.top > .arrow:after {
        border-top-color: #ffefe3;
    }

.main_box {
    margin-left: 160px;
}

    .main_box #userdaoru .modal-dialog {
        width: 560px;
        /*会员批量导入*/
    }

        .main_box #userdaoru .modal-dialog .alert {
            padding: 5px 15px;
            position: relative;
            color: #515151;
        }

            .main_box #userdaoru .modal-dialog .alert i {
                position: absolute;
                right: 8px;
                top: 3px;
                cursor: pointer;
            }

        .main_box #userdaoru .modal-dialog .listpro_box ul {
            width: 100%;
            position: relative;
            overflow: hidden;
            padding: 15px 0;
        }

            .main_box #userdaoru .modal-dialog .listpro_box ul li {
                width: 32%;
                float: left;
                display: block;
                padding: 10px 0;
                margin-right: 1%;
            }

                .main_box #userdaoru .modal-dialog .listpro_box ul li .file {
                    position: relative;
                    display: inline-block;
                    overflow: hidden;
                    text-decoration: none;
                    text-indent: 0;
                    display: block;
                    width: 140px;
                    margin: 30px auto;
                    text-align: center;
                    color: #515151;
                }

                    .main_box #userdaoru .modal-dialog .listpro_box ul li .file img {
                        width: 120px;
                        height: 120px;
                        display: block;
                        vertical-align: top;
                        margin-bottom: 5px;
                        margin-left: auto;
                        margin-right: auto;
                    }

                    .main_box #userdaoru .modal-dialog .listpro_box ul li .file input {
                        position: absolute;
                        font-size: 100px;
                        right: 0;
                        top: 0;
                        opacity: 0;
                        cursor: pointer;
                    }

                .main_box #userdaoru .modal-dialog .listpro_box ul li:last-child {
                    margin-right: 0;
                }

        .main_box #userdaoru .modal-dialog .guankanship {
            display: block;
            text-decoration: none;
            padding-top: 6px;
        }

            .main_box #userdaoru .modal-dialog .guankanship i {
                display: inline-block;
                margin-right: 8px;
            }

            .main_box #userdaoru .modal-dialog .guankanship:hover {
                color: #F48861;
            }

    .main_box #Adduserlv .modderlis .tikxm {
        color: #9c9c9c;
        font-size: 16px;
        cursor: pointer;
    }

        .main_box #Adduserlv .modderlis .tikxm:hover {
            color: #F76E4B;
        }

    .main_box #tuihuo .msbox {
        width: 80%;
        position: relative;
        overflow: hidden;
        padding: 3px 5px;
        margin: 5px auto;
    }

        .main_box #tuihuo .msbox .nnl {
            width: 26%;
            float: left;
        }

        .main_box #tuihuo .msbox .nnr {
            width: 74%;
            float: left;
        }

    .main_box .ritianshu {
        display: inline-block;
        margin-left: 8px;
    }

        .main_box .ritianshu .stecs {
            display: inline-block;
            margin-right: 20px;
            position: relative;
            margin-bottom: 8px;
        }

            .main_box .ritianshu .stecs i {
                display: inline-block;
                width: 13px;
                height: 13px;
                border: 1px solid #19B394;
                margin-right: 5px;
                vertical-align: middle;
                position: relative;
                cursor: pointer;
            }

                .main_box .ritianshu .stecs i:before {
                    width: 7px;
                    height: 0px;
                    content: '';
                    position: absolute;
                    left: 2px;
                    top: 2px;
                    -webkit-transition: all 0.2s;
                    transition: all 0.2s;
                }

            .main_box .ritianshu .stecs span {
                display: inline-block;
                font-size: 14px;
                vertical-align: middle;
            }

            .main_box .ritianshu .stecs .roel {
                color: #F05721;
            }

            .main_box .ritianshu .stecs textarea {
                display: inline-block;
                margin-left: 16px;
                margin-top: 5px;
                width: 92%;
                height: 80px;
                outline: none;
                border-radius: 3px;
                resize: none;
                padding: 5px;
                font-size: 12px;
            }

            .main_box .ritianshu .stecs.on i:before {
                height: 7px;
                background: #19B394;
            }

    .main_box #Jccz .ritianshu {
        width: 100%;
        margin-top: 3px;
    }

    .main_box #Jccz .stecs:first-child {
        margin-left: 80px;
    }

    .main_box #Jccz .stecs:last-child {
        float: right;
    }

    .main_box #Jccz .onrey {
        margin-bottom: 12px;
    }

        .main_box #Jccz .onrey input {
            background: #eaf2ff;
        }

    .main_box #Jccz textarea {
        display: inline-block;
        width: 70%;
        vertical-align: top;
        resize: none;
        outline: none;
        height: 80px;
        padding: 5px;
        font-size: 13px;
        border-radius: 2px;
    }

    .main_box #Jccz p {
        padding-top: 10px;
        font-size: 13px;
        color: #999999;
    }

    .main_box #Jccz .ccmsm {
        float: left;
        padding: 4px 0;
        padding-left: 10px;
        color: #000;
        font-size: 13px;
    }

        .main_box #Jccz .ccmsm input {
            display: inline-block;
            vertical-align: -1px;
            margin-right: 6px;
        }

    .main_box #Bjkp p {
        padding-top: 6px;
        padding-left: 80px;
        font-size: 13px;
        color: #999999;
    }

    .main_box .form-control {
        display: inline-block;
        width: 70%;
    }
        .form-control-3 {
    display:inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
    .main_box #Userxixi .modal-dialog {
        width: 670px;
    }

        .main_box #Userxixi .modal-dialog .modal-body {
            padding: 0;
            margin-bottom: 8px;
        }

    .main_box .Addfeilei .bazise {
        background: #eaf2ff;
    }

    .main_box .Addproduct .modderlis {
        height: 360px;
        overflow-y: auto !important;
    }

    .main_box .Addproduct .wi30 {
        width: 30% !important;
    }

    .main_box .Addproduct .win39 {
        width: 39% !important;
    }

    .main_box .Productdaoru .modal-dialog {
        width: 888px;
    }

    .main_box .Productdaoru .productdaorubox {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 10px 0;
    }

        .main_box .Productdaoru .productdaorubox .nalf {
            width: 48%;
        }

            .main_box .Productdaoru .productdaorubox .nalf ul {
                width: 100%;
                position: relative;
            }

                .main_box .Productdaoru .productdaorubox .nalf ul li {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 15px;
                }

                    .main_box .Productdaoru .productdaorubox .nalf ul li .lf {
                        width: 28px;
                        height: 28px;
                        color: #fff;
                        line-height: 28px;
                        background: #5bc7b1;
                        text-align: center;
                        float: left;
                    }

                    .main_box .Productdaoru .productdaorubox .nalf ul li .ri {
                        width: 380px;
                        background: #c7e8e1;
                        float: left;
                        padding: 8px;
                    }

                        .main_box .Productdaoru .productdaorubox .nalf ul li .ri h2 {
                            font-size: 18px;
                            padding-bottom: 5px;
                            color: #000;
                            font-weight: 500;
                        }

                        .main_box .Productdaoru .productdaorubox .nalf ul li .ri p {
                            color: #666666;
                            display: inline-block;
                            padding-bottom: 5px;
                        }

                        .main_box .Productdaoru .productdaorubox .nalf ul li .ri .lisbox {
                            display: inline-block;
                            border: 1px solid #28a7f7;
                            color: #28A7F7;
                            margin-left: 8px;
                            padding: 3px 7px;
                            font-size: 13px;
                            text-decoration: none;
                        }

                            .main_box .Productdaoru .productdaorubox .nalf ul li .ri .lisbox:hover {
                                background: #28A7F7;
                                color: #fff;
                            }

        .main_box .Productdaoru .productdaorubox .nari {
            width: 48%;
            border: 1px solid #19B394;
            padding: 15px;
        }

            .main_box .Productdaoru .productdaorubox .nari h2 {
                font-size: 18px;
                padding-bottom: 8px;
            }

            .main_box .Productdaoru .productdaorubox .nari .flies {
                position: relative;
                overflow: hidden;
                width: 100%;
                padding: 20px 5px;
            }

                .main_box .Productdaoru .productdaorubox .nari .flies span {
                    float: left;
                }

                .main_box .Productdaoru .productdaorubox .nari .flies input.file {
                    vertical-align: middle;
                    position: absolute;
                    left: 0px;
                    filter: alpha(opacity=0);
                    opacity: 0;
                    z-index: 1;
                    width: 260px;
                    height: 29px;
                    cursor: pointer;
                }

                .main_box .Productdaoru .productdaorubox .nari .flies input.viewfile {
                    z-index: 99;
                    border: 1px solid #ccc;
                    padding: 4px 3px;
                    width: 170px;
                    vertical-align: middle;
                    color: #999;
                }

                .main_box .Productdaoru .productdaorubox .nari .flies label.bottom {
                    background: #19b394;
                    color: #fff;
                    height: 29px;
                    line-height: 29px;
                    margin-left: 10px;
                    display: block;
                    width: 80px;
                    text-align: center;
                    cursor: pointer;
                    float: left;
                    position: relative;
                    *top: 1px;
                }

            .main_box .Productdaoru .productdaorubox .nari .drbtn {
                display: block;
                margin: 8px auto;
                background: #66bd6e;
                text-decoration: none;
                color: #fff;
                width: 120px;
                padding: 11px 0;
                text-align: center;
                border-radius: 3px;
            }

                .main_box .Productdaoru .productdaorubox .nari .drbtn:hover {
                    background: #53a95b;
                }

            .main_box .Productdaoru .productdaorubox .nari .drzai {
                display: block;
                margin: 20px auto;
                color: #666;
                text-decoration: underline;
                text-align: center;
                margin-bottom: 72px;
            }

                .main_box .Productdaoru .productdaorubox .nari .drzai:hover {
                    color: #53a95b;
                }

            .main_box .Productdaoru .productdaorubox .nari p {
                padding: 3px 0;
            }

/*会员导入新加选择等级与分组*/
.main_box .Productdaoru .productdaorubox .selectmember-typebox{
    width: 48%;
    height: 100px;
}
.main_box .Productdaoru .productdaorubox .selectmember-typebox ul.memberdefault{
    width: 100%;
    overflow:hidden;
}
.main_box .Productdaoru .productdaorubox .selectmember-typebox ul.memberdefault li{
    width: 50%;
    float: left;
    height: 30px;
    position: relative;
    padding-left: 65px;
    padding-right: 5px;
}
.main_box .Productdaoru .productdaorubox .selectmember-typebox ul.memberdefault li .setMenmberGrade{
    position: absolute;
    display:block;
    height: 30px;
    line-height: 30px;
    width: 60px;
    left: 0;
    top: 0;
}
.main_box .Productdaoru .productdaorubox .selectmember-typebox ul.memberdefault li .form-control{
    padding-left: 5px;
    padding-right: 5px;
    height:30px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    width: 100%;
}
.main_box .Productdaoru .productdaorubox .defaultbirthday ul li{
    height: 38px;
    line-height: 38px;
    position:relative;
    padding-left: 25px;
}
.main_box .Productdaoru .productdaorubox .defaultbirthday ul li .checkinput{
    position:absolute;
    left:5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .main_box .Productxxxx .modal-dialog {
        width: 700px;
    }

    .main_box .Productxxxx .xqtabbox li {
        width: 25%;
    }

    .main_box .Productxxxx .spxxxx .matop .nar ul li {
        margin-bottom: 15px;
    }

    .main_box .Productxxxx .spxxxx .naf {
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }

        .main_box .Productxxxx .spxxxx .naf img {
            border-radius: 5px;
        }

        .main_box .Productxxxx .spxxxx .naf .conflite {
            width: 110px;
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            left: 15px;
            bottom: 10px;
            color: #3bd97b;
            cursor: pointer;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            text-align: center;
            padding: 5px 0;
            font-size: 13px;
        }

            .main_box .Productxxxx .spxxxx .naf .conflite i {
                display: inline-block;
                margin-right: 5px;
            }

            .main_box .Productxxxx .spxxxx .naf .conflite input {
                position: absolute;
                font-size: 100px;
                right: 0;
                top: 0;
                opacity: 0;
                cursor: pointer;
            }

    .main_box .table {
        margin-bottom: 0;
    }

        .main_box .table th {
            text-align: left !important;
            font-size: 13px;
            border-bottom: none;
            color: #101010;
        }

            .main_box .table th i {
                display: inline-block;
                margin-left: 5px;
                color: #9b9b9b;
                cursor: pointer;
            }

            .main_box .table th:first-child i {
                margin-left: 0;
            }

        .main_box .table tbody td {
            font-size: 12px;
            text-align: left !important;
            line-height: 20px;
            border-bottom: 1px solid #e0e0e0;
            position: relative;
            z-index: 1;
        }

            .main_box .table tbody td a {
                color: #6888ff;
                padding: 0.3em 1em;
                font-size: 12px;
                text-decoration: none;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

                .main_box .table tbody td a:hover {
                    border-radius: 3px;
                    background: #6888ff;
                    color: #fff;
                }

            .main_box .table tbody td i {
                color: #ff5400;
            }

            .main_box .table tbody td span {
                display: inline-block;
                z-index: 66;
            }

                .main_box .table tbody td span img {
                    width: 22px;
                    height: 22px;
                    vertical-align: top;
                    margin-right: 5px;
                }

        .main_box .table tbody tr:nth-child(odd) {
            background-color: transparent;
        }

        .main_box .table tbody tr:hover {
            background-color: #e3eff5;
        }

        .main_box .table .textleft {
            text-align: left;
        }
/*---------首页的磁贴BOX---------*/
.indexpage {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url('../images/index2-bg.jpg');
    background-size: cover;
    height: 100%;
}
.citiebox {
    width: 95%;
    perspective: 3300px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 7%;
    padding: 7em;
    margin-left: 5em;
    /*-webkit-animation-name: bos;
    animation-name: bos;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;*/
}

    .citiebox .col-xs-3 {
        padding-left: 0;
    }

    .citiebox .col-xs-5 {
        background: #449D44;
    }

    .citiebox .misu {
        float: left;
        display: block;
        color: white;
        font-size: 1.2em;
        text-align: center;
    }

        .citiebox .misu a {
            color: #FFFFff;
            text-decoration: none;
            display: block;
            overflow: hidden;
            width: 100%;
            padding: 0 0.6em;
            margin-bottom: 0.8em;
            -webkit-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.6);
            -moz-box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.6);
            box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.6);
        }

        .citiebox .misu i {
            display: block;
            font-size: 70px;
        }

            .citiebox .misu i.icon-home {
                font-size: 54px;
                margin-top: 20px;
                margin-bottom: 22px;
            }

        .citiebox .misu .icon-calendar {
            font-size: 45px;
            margin-top: 20px;
            margin-bottom: 22px;
        }

        .citiebox .misu .fontsss {
            font-size: 52px;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .citiebox .misu .fontcccc {
            font-size: 90px;
            width: 100%;
            height: 60%;
            margin: 0 auto;
            margin-top: -10px;
            margin-bottom: 24px;
        }

        .citiebox .misu .fontqjsz {
            font-size: 65px;
            margin-bottom: 5px;
        }

    .citiebox .col-xs-3 > div:nth-child(2n-1) {
        margin-right: 1em;
    }

    .citiebox .mr1em {
        margin-right: 1em;
    }

    .citiebox .col-xs-3:first-child div:nth-child(5) {
        margin-right: 0;
    }

    .citiebox .boxsmall {
        width: 100%;
        height: 8.2em;
    }

    .citiebox .boxbig {
        width: 100%;
        height: 8.2em;
    }

    .citiebox .boxin {
        height: 17.3em;
        padding-top: 3.4em;
        width: 100%;
    }

        .citiebox .boxin i {
            padding-top: 1em;
        }

    .citiebox .xos1 {
        width: 47%;
        float: left;
    }

    .citiebox .xos2 {
        width: 100%;
    }

    .citiebox .bgbule {
        background: #4bb2dd;
    }

    .citiebox .bgshe {
        background: #fea65b;
    }

    .citiebox .bgred {
        background: #f4756e;
    }

    .citiebox .bgths {
        background: #ff964d;
    }

    .citiebox .bgjls {
        background: #30b880;
    }

    .citiebox .bgqxl {
        background: #48c0c2;
    }

    .citiebox .bhybs {
        background: #82bce1;
    }

    .citiebox .bgqlve {
        background: #7cd97f;
    }

    .citiebox .bgtzs {
        background: #6c9bdf;
    }

    .citiebox .bgsls {
        background: #76b5de;
    }

    .citiebox .bgszs {
        background: #ce82eb;
    }

    .citiebox .bgths {
        background: #e98071;
    }

    .citiebox .bgsclv {
        background: #93c458;
    }

    .citiebox .bgxxzs {
        background: #dfa1e5;
    }

@-webkit-keyframes bos {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bos {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes push {
    0% {
        -webkit-transform: translateY(0) scale(0.9);
        transform: translateY(0) scale(0.9);
    }

    100% {
        -webkit-transform: translateY(-7px) scale(1);
        transform: translateY(-7px) scale(1);
    }
}

@keyframes push {
    0% {
        -webkit-transform: translateY(0) scale(0.9);
        transform: translateY(0) scale(0.9);
    }

    100% {
        -webkit-transform: translateY(-7px) scale(1);
        transform: translateY(-7px) scale(1);
    }
}

@-moz-keyframes push {
    0% {
        -moz-transform: translateY(0) scale(0.9);
        transform: translateY(0) scale(0.9);
    }

    100% {
        -moz-transform: translateY(-7px) scale(1);
        transform: translateY(-7px) scale(1);
    }
}

/*首页动画*/
@keyframes anam1{
    from {transform:scale(1.0);}
    to {transform:scale(1.08);}
}
@-webkit-keyframes anam1{
    from {transform:scale(1.0);}
    to {transform:scale(1.08);}
}
@-moz-keyframes anam1{
    from {transform:scale(1.0);}
    to {transform:scale(1.08);}
}
@-ms-keyframes anam1{
    from {transform:scale(1.0);}
    to {transform:scale(1.08);}
}
/*.citiebox .misu a:hover {
    -webkit-animation-name: push;
    -moz-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -webkit-animation-iteration-count: infinite;
}*/
/*-------首页的脚部---------*/
.index_footer {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10002;
    bottom: 0;
    min-height: 60px;
    text-align: center;
}

    .index_footer a {
        display: inline-block;
        padding: 0em 0.6em;
        color: #addcd2;
        border-right: 1px solid #addcd2;
        text-decoration: none;
    }

        .index_footer a i {
            color: #f4756e;
        }

        .index_footer a span {
            display: inline-block;
            padding: 0 0.5em;
            color: #6dc5ff;
        }

        .index_footer a:last-child {
            border-right: none;
        }

        .index_footer a:hover {
            color: #f4756e;
        }

        .index_footer a:last-child:hover {
            color: #addcd2;
        }
/*--------------------会员管理的界面------------------------*/
.member_box {
    width: 100%;
    perspective: 3300px;
    position: relative;
    display: inline-block;
    margin-top: 65px;
    padding: 1em 2em;
}

.main_box {
    /*--这是一样的总白色框框---*/
}

    .main_box .tabUI {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #cfcfcf;
        margin-top: 8px;
    }

        .main_box .tabUI ul {
            position: relative;
            overflow: hidden;
            float: left;
        }

            .main_box .tabUI ul li {
                float: left;
                display: block;
            }

                .main_box .tabUI ul li a {
                    padding: 9px 14px;
                    font-size: 15px;
                    text-decoration: none;
                    display: block;
                    color: #000;
                }

                    .main_box .tabUI ul li a:hover {
                        color: #19B394;
                    }

                .main_box .tabUI ul li.active a {
                    background: #19B394;
                    color: #fff;
                }

    .main_box .maxin_wtrobx {
        width: 100%;
        position: relative;
    }
/*-------充值记录--------*/
.memeber_czjl {
    width: 100%;
    position: relative;
}

    .memeber_czjl a {
        color: #000;
    }

    .memeber_czjl .box-shown {
        box-shadow: 0px 0px 2px 1px #d7dadb;
    }

    .memeber_czjl .mem_top {
        width: 100%;
        position: relative;
        margin: 15px 0;
        background: #FFFFff;
        /*会员详情*/
    }

        .memeber_czjl .mem_top .inlk {
            padding: 13px 15px 13px 15px;
            width: 100%;
            position: relative;
            overflow: hidden;
            display: inline-block;
        }

            .memeber_czjl .mem_top .inlk .form-control {
                width: 160px;
            }

            .memeber_czjl .mem_top .inlk ul {
                float: left;
            }

            .memeber_czjl .mem_top .inlk .ayels {
                display: block;
                float: right;
                background: #ffdddf;
                overflow: hidden;
                padding-left: 10px;
                padding-right: 10px;
                border: 1px solid #fe4f56;
                text-align: center;
                margin-top: 4px;
            }

                .memeber_czjl .mem_top .inlk .ayels i {
                    display: inline-block;
                    font-size: 15px;
                    vertical-align: 0px;
                    color: #fe4f56;
                    margin-right: 0;
                    -webkit-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                    -moz-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                    -ms-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                    -o-transition: all 0.25s linear;
                    transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                }

                    .memeber_czjl .mem_top .inlk .ayels i:hover {
                        color: #fe4f56;
                        -webkit-transform: translateY(0);
                        -ms-transform: translateY(0);
                        -moz-transform: translateY(0);
                        transform: translateY(0);
                    }

                .memeber_czjl .mem_top .inlk .ayels span {
                    float: left;
                    font-size: 11px;
                    padding: 3px;
                    margin-right: 1px;
                    display: none;
                    color: #656565;
                }

                    .memeber_czjl .mem_top .inlk .ayels span em {
                        color: #f76e4b;
                    }

                .memeber_czjl .mem_top .inlk .ayels.open {
                    background-color: #f6f6f6;
                    border-color: #ececec;
                    border-radius: 3px;
                }

                    .memeber_czjl .mem_top .inlk .ayels.open i {
                        color: #ccc;
                        margin-left: 8px;
                        vertical-align: middle;
                    }

                    .memeber_czjl .mem_top .inlk .ayels.open span {
                        display: block;
                    }

            .memeber_czjl .mem_top .inlk li {
                display: inline-block;
                padding-top: 5px;
            }

                .memeber_czjl .mem_top .inlk li .dropdown-menu {
                    z-index: 9999;
                    width: 180px;
                }

                    .memeber_czjl .mem_top .inlk li .dropdown-menu li {
                        width: 100%;
                        position: relative;
                        display: block;
                        padding: 5px 5px;
                    }

                        .memeber_czjl .mem_top .inlk li .dropdown-menu li input {
                            width: 100%;
                            height: 30px;
                            line-height: 30px;
                            border: 1px solid #19B394;
                            border-radius: 5px;
                            outline: none;
                            padding-left: 10px;
                        }

                        .memeber_czjl .mem_top .inlk li .dropdown-menu li span {
                            display: block;
                            padding: 2px 0;
                            padding-left: 15px;
                            font-size: 15px;
                            color: #000000;
                            cursor: pointer;
                            -webkit-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                            -moz-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                            -ms-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                            -o-transition: all 0.25s linear;
                            transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                        }

                            .memeber_czjl .mem_top .inlk li .dropdown-menu li span:hover {
                                background: #eee;
                                padding-left: 18px;
                                color: #ff8309;
                            }

                        .memeber_czjl .mem_top .inlk li .dropdown-menu li:last-child {
                            border-top: 1px solid #c7c7c7;
                        }

                            .memeber_czjl .mem_top .inlk li .dropdown-menu li:last-child a {
                                width: 100%;
                                display: block;
                            }

            .memeber_czjl .mem_top .inlk a {
                margin-right: 5px;
                display: inline-block;
                padding: 2px 5px;
                text-decoration: none;
                font-size: 14px;
            }

                .memeber_czjl .mem_top .inlk a i {
                    display: inline-block;
                    font-size: 20px;
                    margin-right: 0.3em;
                    vertical-align: -2px;
                    color: #19b394;
                    -webkit-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                    -moz-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                    -ms-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                    -o-transition: all 0.25s linear;
                    transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                }

                    .memeber_czjl .mem_top .inlk a i.icon-caret-down {
                        margin-left: 6px;
                        color: #a8a8a8;
                        -webkit-transition: all linear 0.5s;
                        -ms-transition: all linear 0.5s;
                        -moz-transition: all linear 0.5s;
                        transition: all linear 0.5s;
                        -webkit-transform: rotate(180deg);
                    }

                .memeber_czjl .mem_top .inlk a.open {
                    color: #19B394;
                }

                    .memeber_czjl .mem_top .inlk a.open i.icon-caret-down {
                        -webkit-transform: rotate(0);
                        color: #19B394;
                    }

                .memeber_czjl .mem_top .inlk a:hover {
                    color: #F48861;
                    font-size: 14px;
                }

                    .memeber_czjl .mem_top .inlk a:hover i:first-child {
                        color: #F48861;
                        -webkit-transform: translateY(-1px);
                        -ms-transform: translateY(-1px);
                        -moz-transform: translateY(-1px);
                        transform: translateY(-1px);
                    }

            .memeber_czjl .mem_top .inlk.laslk {
                margin-left: 10px;
            }

                .memeber_czjl .mem_top .inlk.laslk i {
                    color: #7e7e7e;
                    margin-left: 8px;
                }

        .memeber_czjl .mem_top .title {
            width: 100%;
            background: #fee3d0;
            padding: 10px 10px 5px 10px;
            position: relative;
            color: #515151;
        }

            .memeber_czjl .mem_top .title i {
                color: #F4756E;
                font-size: 18px;
                margin-right: 3px;
                vertical-align: -5px;
            }

            .memeber_czjl .mem_top .title .colse {
                width: 30px;
                height: 30px;
                display: block;
                text-align: right;
                position: absolute;
                text-decoration: none;
                right: 5px;
                top: 5px;
            }

                .memeber_czjl .mem_top .title .colse i {
                    display: block;
                    font-size: 20px;
                    color: #333;
                }

                .memeber_czjl .mem_top .title .colse:hover i {
                    -webkit-transform: rotateX(360deg);
                    -moz-transform: rotateX(360deg);
                    -ms-transform: rotateX(360deg);
                    transform: rotateX(360deg);
                }

        .memeber_czjl .mem_top .shuaixuanbox {
            width: 100%;
            position: relative;
            border-top: 1px solid #CFCFCF;
            display: none;
        }

            .memeber_czjl .mem_top .shuaixuanbox .row-filter {
                padding-right: 20px;
                border-bottom: 1px solid #cfcfcf;
            }

                .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-title {
                    margin-right: 15px;
                    text-align: center;
                    min-width: 100px;
                    display: block;
                    color: #333;
                    background: #e8e8e8;
                    height: 50px;
                    line-height: 50px;
                    color: #000;
                }

                .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem {
                    min-height: 45px;
                    overflow: hidden;
                    position: relative;
                }

                    .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul {
                        width: 100%;
                        position: relative;
                        overflow: hidden;
                    }

                        .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul li {
                            float: left;
                            margin-top: 10px;
                        }

                            .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul li a {
                                text-decoration: none;
                                padding: 6px 8px;
                                margin-left: 15px;
                                margin-right: 15px;
                                -webkit-border-radius: 3px;
                                -moz-border-radius: 3px;
                                -ms-border-radius: 3px;
                                -o-border-radius: 3px;
                                border-radius: 3px;
                                text-align: center;
                                min-width: 58px;
                                display: block;
                                color: #333;
                                font-size: 13px;
                            }

                                .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul li a:hover {
                                    color: #f76e4b;
                                }

                            .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul li input {
                                outline: none;
                                width: 100px;
                                height: 30px;
                                font-size: 12px;
                                border-radius: 3px;
                                text-align: center;
                                border: 1px solid #cfcfcf;
                            }

                            .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul li.active a {
                                color: #f76e4b;
                                background-color: transparent;
                                border: 1px solid #f76e4b;
                                min-width: 66px;
                            }

                                .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul li.active a:hover {
                                    background: #f76e4b;
                                    color: #fff;
                                }

                            .memeber_czjl .mem_top .shuaixuanbox .row-filter .filter-elem ul li.active .colos {
                                color: #fff;
                            }

                .memeber_czjl .mem_top .shuaixuanbox .row-filter .pos-r {
                    position: relative;
                    overflow: hidden;
                    height: 100%;
                }

            .memeber_czjl .mem_top .shuaixuanbox .filterResult .filter-elem .select.active a {
                background-color: #ffceb8;
                color: #ff6500;
            }

            .memeber_czjl .mem_top .shuaixuanbox .filterResult a {
                position: relative;
            }

            .memeber_czjl .mem_top .shuaixuanbox .filterResult .colos {
                position: absolute;
                right: 4px;
                top: 1px;
            }

            .memeber_czjl .mem_top .shuaixuanbox .row-filter.last {
                border: 0;
                text-align: center;
                overflow: hidden;
            }

                .memeber_czjl .mem_top .shuaixuanbox .row-filter.last a {
                    background-color: #f76e4b;
                    margin: 20px;
                    padding: 13px 28px;
                    font-size: 15x;
                    line-height: 12px;
                    text-decoration: none;
                    border-radius: 5px;
                    color: #fff !important;
                    border: 1px solid #ea6948;
                    display: inline-block;
                    -webkit-transition: all 0.25s;
                    -moz-transition: all 0.25s;
                    -ms-transition: all 0.25s;
                    transition: all 0.25s;
                }

                    .memeber_czjl .mem_top .shuaixuanbox .row-filter.last a:hover {
                        -webkit-transform: translateY(-2px);
                        -moz-transform: translateY(-2px);
                        -ms-transform: translateY(-2px);
                        transform: translateY(-2px);
                    }

        .memeber_czjl .mem_top .list_hyxq {
            padding: 20px 30px;
            margin-bottom: 16px;
            border-top: 1px solid #E0E0E0;
        }

            .memeber_czjl .mem_top .list_hyxq ul {
                width: 100%;
                position: relative;
                overflow: hidden;
            }

                .memeber_czjl .mem_top .list_hyxq ul li {
                    width: 24%;
                    float: left;
                    border: 1px solid #c5c5c5;
                    margin-right: 1%;
                    position: relative;
                    overflow: hidden;
                    border-radius: 5px;
                    padding: 7px 7px;
                    height: 138px;
                }

                    .memeber_czjl .mem_top .list_hyxq ul li .top {
                        color: #000;
                        width: 100%;
                        font-size: 15px;
                    }

                        .memeber_czjl .mem_top .list_hyxq ul li .top i {
                            color: #ff5400;
                            margin: 0 4px;
                        }

                        .memeber_czjl .mem_top .list_hyxq ul li .top a {
                            display: inline-block;
                            background: #6888ff;
                            text-decoration: none;
                            color: #fff;
                            border-radius: 2px;
                            padding: 2px 6px;
                            vertical-align: 1px;
                            font-size: 13px;
                        }

                    .memeber_czjl .mem_top .list_hyxq ul li .conter {
                        width: 100%;
                        text-align: center;
                        padding: 8px 4px;
                        color: #ff5400;
                    }

                        .memeber_czjl .mem_top .list_hyxq ul li .conter i {
                            display: inline-block;
                            font-size: 26px;
                            padding: 6px 0;
                        }

                        .memeber_czjl .mem_top .list_hyxq ul li .conter em {
                            font-size: 20px;
                            display: inline-block;
                            margin-left: 7px;
                        }

                    .memeber_czjl .mem_top .list_hyxq ul li .bottom {
                        width: 100%;
                        color: #737373;
                    }

                        .memeber_czjl .mem_top .list_hyxq ul li .bottom span {
                            display: inline-block;
                            margin-right: 8px;
                        }

                            .memeber_czjl .mem_top .list_hyxq ul li .bottom span i {
                                color: #ff5400;
                                margin: 0 4px;
                            }

                        .memeber_czjl .mem_top .list_hyxq ul li .bottom a {
                            display: inline-block;
                            background: #6888ff;
                            text-decoration: none;
                            color: #fff;
                            border-radius: 2px;
                            padding: 2px 8px;
                            vertical-align: 1px;
                        }

                    .memeber_czjl .mem_top .list_hyxq ul li .lasticon {
                        width: 100%;
                        margin: 2px auto;
                        padding: 0 12px;
                    }

                        .memeber_czjl .mem_top .list_hyxq ul li .lasticon p {
                            width: 100%;
                            position: relative;
                            overflow: hidden;
                            display: block;
                            padding-bottom: 10px;
                        }

                            .memeber_czjl .mem_top .list_hyxq ul li .lasticon p span {
                                float: left;
                            }

                            .memeber_czjl .mem_top .list_hyxq ul li .lasticon p i {
                                float: right;
                                color: #ff5400;
                                width: 70%;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                overflow: hidden;
                                text-align: right;
                            }

                            .memeber_czjl .mem_top .list_hyxq ul li .lasticon p:first-child {
                                padding-top: 7px;
                            }

                    .memeber_czjl .mem_top .list_hyxq ul li:last-child {
                        margin-right: 0;
                    }

                .memeber_czjl .mem_top .list_hyxq ul .hovers:hover {
                    background: #ff8b05;
                    border-radius: 4px;
                }

    .memeber_czjl .men_conter {
        width: 100%;
        position: relative;
        /*会员资料*/
        /*积分变动*/
    }

        .memeber_czjl .men_conter h3 {
            border-left: solid 3px #f48861;
            width: 100%;
            padding: 13px 15px;
            background: #F1F2F7;
            color: #000;
            font-size: 15px;
        }

        .memeber_czjl .men_conter .wirtbox {
            width: 100%;
            position: relative;
            padding: 15px;
            background: #FFFFFF;
            font-size: 15px;
            color: #000;
        }

        .memeber_czjl .men_conter .hyzibox {
            padding: 40px 15px;
            /*会员充值*/
        }

            .memeber_czjl .men_conter .hyzibox .hepaibox {
                width: 40%;
                float: left;
                border-right: 1px solid #cfcfcf;
                padding: 0 5px;
            }

                .memeber_czjl .men_conter .hyzibox .hepaibox .topimg {
                    width: 86%;
                    position: relative;
                    margin: 0 auto;
                }

                    .memeber_czjl .men_conter .hyzibox .hepaibox .topimg img {
                        width: 87px;
                        height: 87px;
                        margin: 5px auto;
                        border-radius: 50%;
                        display: block;
                        vertical-align: top;
                    }

                .memeber_czjl .men_conter .hyzibox .hepaibox ul {
                    width: 80%;
                    margin: 15px auto;
                    position: relative;
                    overflow: hidden;
                    margin-left: 18%;
                }

                    .memeber_czjl .men_conter .hyzibox .hepaibox ul li {
                        float: left;
                        width: 45%;
                        color: #000;
                        font-size: 15px;
                        padding-top: 20px;
                        text-align: left;
                    }

                        .memeber_czjl .men_conter .hyzibox .hepaibox ul li i {
                            color: #fb5f1a;
                        }

                        .memeber_czjl .men_conter .hyzibox .hepaibox ul li:nth-child(odd) {
                            margin-right: 10%;
                        }

                .memeber_czjl .men_conter .hyzibox .hepaibox .contes {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                }

                    .memeber_czjl .men_conter .hyzibox .hepaibox .contes .topimg {
                        width: 87px;
                        margin: 0;
                        float: left;
                    }

                    .memeber_czjl .men_conter .hyzibox .hepaibox .contes .toptext ul {
                        display: block;
                        float: left;
                        margin: 0;
                        margin-left: 25px;
                    }

                        .memeber_czjl .men_conter .hyzibox .hepaibox .contes .toptext ul li {
                            padding-top: 44px;
                        }

                .memeber_czjl .men_conter .hyzibox .hepaibox .bdtable {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                    padding: 10px 5px;
                    height: 240px;
                    overflow-y: auto;
                }

                    .memeber_czjl .men_conter .hyzibox .hepaibox .bdtable td {
                        color: #888;
                    }

                        .memeber_czjl .men_conter .hyzibox .hepaibox .bdtable td a {
                            background: #fff;
                            color: #6888ff;
                            -webkit-transition: all 0s !important;
                            -ms-transition: all !important;
                            -moz-transition: all !important;
                            transition: all !important;
                        }

                            .memeber_czjl .men_conter .hyzibox .hepaibox .bdtable td a:hover {
                                background: #e3eff5;
                                color: #F05721;
                            }

                    .memeber_czjl .men_conter .hyzibox .hepaibox .bdtable tr:hover a {
                        background: #e3eff5;
                    }

                    .memeber_czjl .men_conter .hyzibox .hepaibox .bdtable tr:last-child td {
                        border-bottom: 1px solid #DDDDDD;
                    }

            .memeber_czjl .men_conter .hyzibox .heihucz {
                width: 60%;
                float: left;
                padding: 0 35px;
            }

                .memeber_czjl .men_conter .hyzibox .heihucz .rewobox {
                    width: 80%;
                    position: relative;
                    overflow: hidden;
                    margin: 0 auto;
                    font-size: 15px;
                    margin-bottom: 25px;
                }

                    .memeber_czjl .men_conter .hyzibox .heihucz .rewobox span {
                        display: inline-block;
                        margin-right: 10px;
                    }

                .memeber_czjl .men_conter .hyzibox .heihucz .riodis {
                    padding: 3px 0;
                }

                    .memeber_czjl .men_conter .hyzibox .heihucz .riodis input {
                        display: inline-block;
                        vertical-align: -2px;
                        margin-right: 5px;
                        width: 12px;
                        height: 12px;
                    }

                .memeber_czjl .men_conter .hyzibox .heihucz .cshurui input {
                    width: 211px;
                    height: 30px;
                    font-size: 12px;
                    padding-left: 5px;
                    background: #fff;
                    display: inline-block;
                    border: 1px solid #cccccc;
                    border-radius: 4px;
                    outline: none;
                    vertical-align: 0px;
                }

                .memeber_czjl .men_conter .hyzibox .heihucz .cshurui div {
                    display: inline-block;
                    position: relative;
                }

                    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui div .onns {
                        position: absolute;
                        right: 12px;
                        right: 5px;
                        top: 5px;
                        color: #999999;
                    }

                    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui div input:focus {
                        border-color: #66afe9;
                        outline: 0;
                        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
                    }

                    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui div:first-child {
                        margin-right: 60px;
                    }

                .memeber_czjl .men_conter .hyzibox .heihucz .cshurui nav {
                    display: inline-block;
                }

                    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui nav a {
                        display: inline-block;
                        border: 1px solid #19b394;
                        color: #19b394;
                        margin-right: 5px;
                        padding: 3px 6px;
                        font-size: 14px;
                        text-decoration: none;
                    }

                        .memeber_czjl .men_conter .hyzibox .heihucz .cshurui nav a:last-child {
                            margin-right: 0;
                        }

                        .memeber_czjl .men_conter .hyzibox .heihucz .cshurui nav a.active {
                            background: #19b394;
                            color: #fff;
                        }

.Adduserform ul li nav {
    display: inline-block;
}

    .Adduserform ul li nav a {
        display: inline-block;
        border: 1px solid #19b394;
        color: #19b394;
        margin-right: 5px;
        padding: 3px 6px;
        font-size: 14px;
        text-decoration: none;
    }

        .Adduserform ul li nav a:last-child {
            margin-right: 0;
        }

        .Adduserform ul li nav a.active {
            background: #19b394;
            color: #fff;
        }

.memeber_czjl .men_conter .hyzibox .heihucz .cshurui textarea {
    width: 211px;
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
    vertical-align: top;
    resize: none;
    height: 70px;
    outline: none;
    padding-top: 2px;
    padding-right: 5px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.memeber_czjl .men_conter .hyzibox .heihucz .cshurui .form-control {
    width: 210px;
    height: 30px;
}

.memeber_czjl .men_conter .hyzibox .heihucz .cshurui .rems {
    position: absolute;
    top: 80%;
    width: 203px;
    display: block;
}

    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui .rems em {
        color: #ff7a24;
        font-size: 18px;
        font-weight: bold;
        vertical-align: middle;
        margin-right: 5px;
    }

    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui .rems i {
        font-size: 13px;
    }

.memeber_czjl .men_conter .hyzibox .heihucz .cshurui .ksl {
    width: 223px;
    display: block;
}

    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui .ksl em {
        margin-left: 6px;
        color: #ff7a24;
        font-size: 23px;
        font-weight: bold;
        vertical-align: -2px;
        margin-right: 5px;
    }

    .memeber_czjl .men_conter .hyzibox .heihucz .cshurui .ksl i {
        font-size: 12px;
    }

.memeber_czjl .men_conter .hyzibox .heihucz .last .fl {
    margin-top: 8px;
}

.memeber_czjl .men_conter .hyzibox .heihucz .last input {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 5px;
}

.memeber_czjl .men_conter .hyzibox .heihucz .last .fr {
    margin-right: 13%;
}

    .memeber_czjl .men_conter .hyzibox .heihucz .last .fr a {
        display: inline-block;
        background: #ff7a24;
        color: #fff;
        text-decoration: none;
        padding: 6px 20px;
        border-radius: 3px;
    }

.memeber_czjl .men_conter .hyzibox .heihucz .last .frc {
    margin-right: 13%;
}

    .memeber_czjl .men_conter .hyzibox .heihucz .last .frc a {
        display: inline-block;
        background: #ff7a24;
        color: #fff;
        text-decoration: none;
        padding: 8px 20px;
        border-radius: 3px;
    }

.memeber_czjl .men_conter .mem_top {
    margin: 0 auto;
    border-bottom: 1px solid #CFCFCF;
}

.memeber_czjl .men_conter .ritianshu {
    display: inline-block;
    margin-left: 8px;
}

    .memeber_czjl .men_conter .ritianshu .stecs {
        display: inline-block;
        margin-right: 20px;
        position: relative;
    }

        .memeber_czjl .men_conter .ritianshu .stecs i {
            display: inline-block;
            width: 13px;
            height: 13px;
            border: 1px solid #19B394;
            margin-right: 5px;
            vertical-align: middle;
            position: relative;
            cursor: pointer;
        }

            .memeber_czjl .men_conter .ritianshu .stecs i:before {
                width: 7px;
                height: 0px;
                content: '';
                position: absolute;
                left: 2px;
                top: 2px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                transition: all 0.2s;
            }

        .memeber_czjl .men_conter .ritianshu .stecs span {
            display: inline-block;
            font-size: 14px;
            vertical-align: middle;
        }

        .memeber_czjl .men_conter .ritianshu .stecs.on i:before {
            height: 7px;
            background: #19B394;
        }

.memeber_czjl .men_conter .jfbdbox ul {
    width: 70%;
    position: relative;
    margin: 0 auto;
}

    .memeber_czjl .men_conter .jfbdbox ul .floeli {
        position: relative;
    }

        .memeber_czjl .men_conter .jfbdbox ul .floeli a {
            display: inline-block;
            border: 1px solid #ff834d;
            color: #ff834d;
            border-radius: 3px;
            padding: 30px 28px;
            text-decoration: none;
        }

            .memeber_czjl .men_conter .jfbdbox ul .floeli a:first-child {
                margin-right: 80px;
            }

        .memeber_czjl .men_conter .jfbdbox ul .floeli .hovers:hover {
            -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            transform: translateY(-3px);
            background: #ff834d;
            color: #fff;
        }

    .memeber_czjl .men_conter .jfbdbox ul .rewobox {
        width: 100% !important;
        margin-top: 25px !important;
    }

    .memeber_czjl .men_conter .jfbdbox ul .last .fr {
        margin-right: 32% !important;
        margin-top: 20px !important;
    }

    .memeber_czjl .men_conter .jfbdbox ul .last .frc {
        margin-right: 32% !important;
        margin-top: 20px !important;
    }

.memeber_czjl .table {
    margin-bottom: 0px;
    background: #fff;
}

    .memeber_czjl .table th {
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid #e0e0e0;
    }

        .memeber_czjl .table th i {
            display: inline-block;
            margin-left: 5px;
            color: #9b9b9b;
            cursor: pointer;
        }

        .memeber_czjl .table th:first-child i {
            margin-left: 0;
        }

    .memeber_czjl .table tbody td {
        font-size: 13px;
        text-align: center;
        line-height: 24px;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        z-index: 1;
        /*积分兑换*/
    }

        .memeber_czjl .table tbody td a {
            background: #6888ff;
            color: #fff;
            padding: 0.3em 1em;
            font-size: 12px;
            text-decoration: none;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

            .memeber_czjl .table tbody td a:hover {
                border-radius: 3px;
                background: #ff8309;
            }

        .memeber_czjl .table tbody td i {
            color: #ff5400;
        }

        .memeber_czjl .table tbody td span {
            display: inline-block;
            z-index: 66;
        }

            .memeber_czjl .table tbody td span img {
                width: 22px;
                height: 22px;
                vertical-align: top;
                margin-right: 5px;
            }

        .memeber_czjl .table tbody td .pre_lef {
            display: inline-block;
            font-size: 20px;
            margin-right: 8px;
            vertical-align: -2px;
            color: #19b394;
            cursor: pointer;
        }

        .memeber_czjl .table tbody td .pre_rig {
            display: inline-block;
            font-size: 20px;
            margin-left: 11px;
            vertical-align: -2px;
            cursor: pointer;
            color: #19b394;
        }

            .memeber_czjl .table tbody td .pre_rig:hover,
            .memeber_czjl .table tbody td .pre_lef:hover {
                color: #ffa76d;
            }

        .memeber_czjl .table tbody td .mspx {
            width: 26px;
            display: inline-block;
            color: #000;
            font-size: 15px;
            text-align: center;
        }

    .memeber_czjl .table tbody .bqbox {
        z-index: 999;
        margin-top: 8px;
        /*滑动的样式变化*/
    }

        .memeber_czjl .table tbody .bqbox .bq_pfus {
            position: relative;
            display: block;
            float: left;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            height: 12px;
            margin-top: 3px;
        }

        .memeber_czjl .table tbody .bqbox .bq_pssos {
            width: 10px;
            height: 10px;
            position: relative;
            display: inline-block;
            vertical-align: top;
            top: 1px;
            margin: 0px 3px;
            border-radius: 5px;
        }

            .memeber_czjl .table tbody .bqbox .bq_pssos img {
                display: none;
                max-width: inherit;
                margin-top: -2px;
                margin-left: -2px;
            }

        .memeber_czjl .table tbody .bqbox .user-Tag-Show-Hover {
            background-color: #fff !important;
            cursor: pointer;
        }

            .memeber_czjl .table tbody .bqbox .user-Tag-Show-Hover img {
                display: block;
                max-width: inherit;
            }

        .memeber_czjl .table tbody .bqbox .user-list-name {
            text-shadow: none;
        }

            .memeber_czjl .table tbody .bqbox .user-list-name .user-icon {
                margin-right: 8px;
            }

        .memeber_czjl .table tbody .bqbox .tagInfo {
            display: none;
        }

        .memeber_czjl .table tbody .bqbox .bq_pfus-hover {
            width: 2000%;
            position: absolute;
            left: 0;
            top: 0;
            background: #FFFFFF;
            text-align: left;
            padding: 5px 15px;
            height: 39px;
            line-height: 39px;
            margin: 0;
        }

            .memeber_czjl .table tbody .bqbox .bq_pfus-hover .bq_pssos {
                width: auto;
                height: 20px;
                line-height: 20px;
                margin: 3px 5px;
                float: left;
                -webkit-border-radius: 3px 3px;
                -moz-border-radius: 3px 3px;
                -ms-border-radius: 3px 3px;
                -o-border-radius: 3px 3px;
                border-radius: 3px 3px;
                cursor: pointer;
            }

                .memeber_czjl .table tbody .bqbox .bq_pfus-hover .bq_pssos img {
                    display: block;
                    max-width: inherit;
                    float: left;
                    position: absolute;
                }

                .memeber_czjl .table tbody .bqbox .bq_pfus-hover .bq_pssos .tag-mask {
                    position: absolute;
                    left: 0 !important;
                    top: 0 !important;
                    margin: 0 !important;
                    height: 20px;
                }

                .memeber_czjl .table tbody .bqbox .bq_pfus-hover .bq_pssos .tagInfo {
                    color: #fff;
                    padding: 0 20px 0 15px;
                    display: block;
                    max-width: 120px;
                    overflow: hidden;
                    white-space: nowrap;
                    float: left;
                    text-overflow: ellipsis;
                    font-size: 12px;
                }

                .memeber_czjl .table tbody .bqbox .bq_pfus-hover .bq_pssos .del-tags {
                    top: 8px !important;
                    right: 6px;
                    cursor: pointer;
                }

                .memeber_czjl .table tbody .bqbox .bq_pfus-hover .bq_pssos:first-child {
                    margin-left: 20px;
                }

        .memeber_czjl .table tbody .bqbox .yellow {
            background: #f0db87;
        }

        .memeber_czjl .table tbody .bqbox .bule {
            background: #88b7f0;
        }

        .memeber_czjl .table tbody .bqbox .red {
            background: #e68181;
        }

    .memeber_czjl .table tbody tr:nth-child(odd) {
        background-color: transparent;
    }

    .memeber_czjl .table tbody tr:hover {
        background-color: #e3eff5;
    }

    .memeber_czjl .table input[type=checkbox] {
        display: none;
    }

    .memeber_czjl .table .check-box {
        width: 15px;
        height: 15px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border-radius: 1px;
        background: #FFFFFF;
        border: 1px solid #999;
        margin-top: 3px;
    }

        .memeber_czjl .table .check-box i {
            width: 9px;
            height: 9px;
            position: absolute;
            left: 2px;
            top: 2px;
            background: transparent;
            border-radius: 1px;
        }

    .memeber_czjl .table .checkedBox i {
        background: #ff8c40;
    }

.table tbody input[type=checkbox] {
    display: none;
}

.table tbody .check-box {
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    background: #FFFFFF;
    border: 1px solid #999;
    margin-top: 3px;
}

    .table tbody .check-box i {
        width: 9px;
        height: 9px;
        position: absolute;
        left: 2px;
        top: 2px;
        background: transparent;
        border-radius: 1px;
    }

.table tbody .checkedBox i {
    background: #ff8c40;
}

.shop_box .mar7 {
    margin-right: 7px;
}

.shop_box .mal7 {
    margin-left: 7px;
}

.shop_box .coehui {
    color: #cfcfcf;
}

    .shop_box .coehui input {
        color: #787878;
    }
/*-----我是分页----------*/
.men_porioven {
    width: 100%;
    position: relative;
    padding: 10px 15px;
}

    .men_porioven #pageGro {
        position: relative;
        text-align: right;
        float: right;
        padding-top: 30px;
    }

    .men_porioven .pagination > li > a {
        margin: 0px 5px;
        border-radius: 4px;
        color: #ff8b05;
    }

    .men_porioven .pagination > li:first-child > a {
        margin-right: 10px;
        border-radius: 5px;
        border: 1px solid #ffa76d;
        color: #ffa76d;
    }

    .men_porioven .pagination > li:last-child > a {
        margin-left: 10px;
        border-radius: 5px;
        border: 1px solid #ffa76d;
        color: #ffa76d;
    }

    .men_porioven .laypageskin_molv a {
        background: #fff;
        color: #ffa76d;
        border: 1px solid #ffa76d;
    }

    .men_porioven .laypage_curr {
        background: #ffa76d !important;
    }

.motaikuang {
    /*添加新会员的摩太狂*/
}

    .motaikuang .modal {
        top: 150px;
        overflow: hidden;
        border-radius: 5px;
    }

        .motaikuang .modal .modal-header {
            background: #eaeced;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

            .motaikuang .modal .modal-header h4 {
                color: #000;
            }

            .motaikuang .modal .modal-header .modal-title {
                font-size: 16px;
            }

            .motaikuang .modal .modal-header .close {
                background: #f05721;
                opacity: 1;
                color: #eaeced;
                padding: 1px 2px;
                border-radius: 50%;
                font-size: 18px;
                padding-top: 0;
                outline: none;
                width: 20px;
                height: 20px;
            }

        .motaikuang .modal .modal-footer button {
            margin-right: 15px;
        }

.priofelobx {
    width: 100%;
    background: #FFFFFF;
    padding: 12px;
    height: 600px;
    overflow: hidden;
}

    .priofelobx .nalf {
        width: 14%;
        border-right: 1px solid #cfcfcf;
        float: left;
    }

        .priofelobx .nalf i {
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #888;
            vertical-align: middle;
            margin-right: 6px;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            transition: all 0.25s;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .priofelobx .nalf h2 {
            width: 100%;
            position: relative;
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 5px;
        }

        .priofelobx .nalf .listo {
            width: 97%;
            position: relative;
            padding: 5px 10px;
            height: 550px;
            overflow-y: auto;
        }

            .priofelobx .nalf .listo li {
                display: inline-block;
                width: 100%;
                position: relative;
            }

                .priofelobx .nalf .listo li a {
                    display: inline-block;
                    padding: 5px 0;
                    font-size: 14px;
                    text-decoration: none;
                    width: 100%;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                    .priofelobx .nalf .listo li a:hover {
                        color: #0f8c73;
                    }

                        .priofelobx .nalf .listo li a:hover i {
                            border-top: 7px solid #19B394;
                        }

                .priofelobx .nalf .listo li li {
                    padding-left: 26px;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

                    .priofelobx .nalf .listo li li a {
                        font-size: 12px;
                    }

                .priofelobx .nalf .listo li a:hover {
                    color: #0f8c73;
                }

                .priofelobx .nalf .listo li ul {
                    display: none;
                }

                .priofelobx .nalf .listo li.active i {
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    -moz-transform: rotate(0deg);
                    transform: rotate(0deg);
                    border-top: 7px solid #19B394;
                }

                .priofelobx .nalf .listo li.active a {
                    color: #0f8c73;
                }

                .priofelobx .nalf .listo li.active li a {
                    font-size: 12px;
                    color: #000;
                    font-weight: 100;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                    .priofelobx .nalf .listo li.active li a:hover {
                        color: #0f8c73;
                    }

    .priofelobx .narih {
        width: 83%;
        float: left;
        margin-left: 2%;
    }

        .priofelobx .narih .table {
            margin-bottom: 0px;
            background: #fff;
        }

            .priofelobx .narih .table th {
                text-align: center;
                font-size: 14px;
                border-bottom: 1px solid #e0e0e0;
            }

                .priofelobx .narih .table th i {
                    display: inline-block;
                    margin-left: 5px;
                    color: #9b9b9b;
                    cursor: pointer;
                }

                .priofelobx .narih .table th:first-child i {
                    margin-left: 0;
                }

            .priofelobx .narih .table tbody td {
                font-size: 13px;
                text-align: center;
                line-height: 20px;
                border-bottom: 1px solid #e0e0e0;
                position: relative;
                z-index: 1;
                /*积分兑换*/
            }

                .priofelobx .narih .table tbody td a {
                    background: #6888ff;
                    color: #fff;
                    padding: 0.3em 1em;
                    font-size: 12px;
                    text-decoration: none;
                    -webkit-transition: all 0.25s ease-in-out;
                    -moz-transition: all 0.25s ease-in-out;
                    -ms-transition: all 0.25s ease-in-out;
                    transition: all 0.25s ease-in-out;
                }

                    .priofelobx .narih .table tbody td a:hover {
                        border-radius: 3px;
                        background: #ff8309;
                    }

                .priofelobx .narih .table tbody td i {
                    color: #ff5400;
                }

                .priofelobx .narih .table tbody td span {
                    display: inline-block;
                    z-index: 66;
                }

                    .priofelobx .narih .table tbody td span img {
                        width: 22px;
                        height: 22px;
                        vertical-align: top;
                        margin-right: 5px;
                    }

                .priofelobx .narih .table tbody td .pre_lef {
                    display: inline-block;
                    font-size: 20px;
                    margin-right: 8px;
                    vertical-align: -2px;
                    color: #7e7e7e;
                    cursor: pointer;
                }

                .priofelobx .narih .table tbody td .pre_rig {
                    display: inline-block;
                    font-size: 20px;
                    margin-left: 11px;
                    vertical-align: -2px;
                    cursor: pointer;
                    color: #7e7e7e;
                }

                    .priofelobx .narih .table tbody td .pre_rig:hover,
                    .priofelobx .narih .table tbody td .pre_lef:hover {
                        color: #333;
                    }

                .priofelobx .narih .table tbody td .mspx {
                    width: 26px;
                    display: inline-block;
                    color: #000;
                    font-size: 15px;
                    text-align: center;
                }

            .priofelobx .narih .table tbody tr:nth-child(odd) {
                background-color: transparent;
            }

            .priofelobx .narih .table tbody tr:hover {
                background-color: #e3eff5;
            }

            .priofelobx .narih .table input[type=checkbox] {
                display: none;
            }

            .priofelobx .narih .table .check-box {
                width: 15px;
                height: 15px;
                cursor: pointer;
                display: inline-block;
                position: relative;
                overflow: hidden;
                border-radius: 1px;
                background: #FFFFFF;
                border: 1px solid #999;
                margin-top: 3px;
            }

                .priofelobx .narih .table .check-box i {
                    width: 9px;
                    height: 9px;
                    position: absolute;
                    left: 2px;
                    top: 2px;
                    background: transparent;
                    border-radius: 1px;
                }

            .priofelobx .narih .table .checkedBox i {
                background: #ff8c40;
            }

        .priofelobx .narih .mosivr {
            width: 100%;
            height: 430px;
            overflow-y: auto;
        }

.unlinks {
    display: block;
    margin: 20px 0;
}

    .unlinks li {
        display: inline-block;
        text-align: center;
    }

        .unlinks li a {
            margin-right: 6px;
            margin-top: 3px;
            display: inline-block;
            padding: 6px 10px;
            text-decoration: none;
            font-size: 12px;
            color: #ffffff;
            background: #c7c7c7;
            -webkit-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
            transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
        }

            .unlinks li a i {
                margin-left: 4px;
                display: inline-block;
                font-size: 16px;
                vertical-align: -2px;
                color: #fff;
            }

                .unlinks li a i.icon-caret-down {
                    margin-left: 6px;
                    color: #fff;
                }

    .unlinks .dropdown-menu {
        z-index: 9999;
        width: 140px !important;
        min-width: 120px;
        max-height: 224px;
        overflow: hidden;
    }

        .unlinks .dropdown-menu .cltein {
            width: 100%;
            overflow: hidden;
        }

            .unlinks .dropdown-menu .cltein input {
                width: 90%;
                display: block;
                margin: 5px auto;
                font-size: 11px;
                border: 1px solid #cfcfcf;
                border-radius: 3px;
                padding: 3px 0;
                text-align: center;
                outline: none;
            }

        .unlinks .dropdown-menu ul {
            max-height: 120px;
            min-height: 60px;
            overflow-y: auto;
            width: 98%;
        }

        .unlinks .dropdown-menu .addneps {
            width: 100%;
            text-align: center;
            display: block;
            background: transparent;
            color: #000000;
            border-top: 1px solid #c7c7c7;
        }

            .unlinks .dropdown-menu .addneps i {
                color: #000;
                vertical-align: middle;
                margin-right: 6px;
            }

        .unlinks .dropdown-menu li {
            width: 100%;
            position: relative;
            display: block;
            padding: 1px 5px;
        }

            .unlinks .dropdown-menu li span {
                display: block;
                padding: 2px 0;
                font-size: 13px;
                color: #000000;
                cursor: pointer;
                -webkit-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                -moz-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                -ms-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
                -o-transition: all 0.25s linear;
                transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
            }

                .unlinks .dropdown-menu li span:hover {
                    background: #eee;
                    color: #ff8309;
                }

    .unlinks li:hover a {
        background: #19b394;
    }

    .unlinks li.active a {
        background: #19b394;
    }

.maodelsbox .modderlis {
    height: 404px;
    overflow-y: auto !important;
    width: 100%;
}

    .maodelsbox .modderlis .tikxm {
        color: #9c9c9c;
        font-size: 16px;
        cursor: pointer;
    }

        .maodelsbox .modderlis .tikxm:hover {
            color: #F76E4B;
        }

    .maodelsbox .modderlis .asss input {
        width: 36%;
    }

    .maodelsbox .modderlis .asss .fabtn {
        display: inline-block;
        border: 1px solid #19B394;
        color: #19B394;
        margin-left: 5px;
        padding: 5px 8px;
        border-radius: 3px;
        text-decoration: none;
        font-size: 13px;
    }

        .maodelsbox .modderlis .asss .fabtn:hover {
            background: #19B394;
            color: #fff;
        }

    .maodelsbox .modderlis .jnianri input {
        width: 43%;
    }

.modal-body input {
    font-size: 12px;
}

.modal-body .modderlis li {
    width: 98%;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    padding-top: 1px;
}

    .modal-body .modderlis li span {
        font-size: 15px;
        color: #777;
        display: inline-block;
        margin-right: 5px;
    }

    .modal-body .modderlis li input {
        width: 68%;
        display: inline-block;
        height: 32px;
        border-radius: 3px;
        border: 1px solid #C7C7C7;
        line-height: 32px;
        outline: none;
        padding-left: 15px;
    }

        .modal-body .modderlis li input:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

    .modal-body .modderlis li .rewith {
        width: 88px;
        height: 88px;
        margin-left: 85px;
        margin-top: 5px;
        /*/float: left;*/
        /*position: absolute;
        right: 50px;*/ 
    }
    .modal-body .modderlis li .pos-photo {
        position: absolute;
        right: 33px; 
    }

        .modal-body .modderlis li .rewith img {
            width: 88px;
            height: 88px;
        }

    .modal-body .modderlis li .filea {
        display: inline-block;
        margin-left: 13px;
        /*//float: left;*/
        /*position:absolute;
        top:100px;
        right:0;*/
    }
     .modal-body .modderlis li .filea-pos {
        position:absolute;
        top:100px;
        right:-20px;
    }

        .modal-body .modderlis li .filea .file {
            margin-bottom: 15px;
            position: relative;
            overflow: hidden;
            text-indent: 0;
            color: #777;
            text-decoration: none;
            display: block;
            width: 160px;
            height: 35px;
            font-size: 15px;
            padding-top: 15px;
            padding-left: 30px;
        }

            .modal-body .modderlis li .filea .file i {
                display: inline-block;
                margin-right: 10px;
                font-size: 20px;
                color: #28a7f7;
                vertical-align: -1px;
                cursor: pointer;
                z-index: 2;
            }

            .modal-body .modderlis li .filea .file input {
                position: absolute;
                font-size: 120px;
                left: 10%;
                top: 0;
                opacity: 0;
                cursor: pointer;
                z-index: 999;
                height: 35px;
            }

            .modal-body .modderlis li .filea .file:last-child {
                margin-bottom: inherit;
            }

    .modal-body .modderlis li select {
        width: 68%;
        display: inline-block;
        font-size: 12px;
        height: 33px;
    }

.modal-body .titlebox {
    width: 100%;
    position: relative;
    padding: 25px 0;
    text-align: center;
}

    .modal-body .titlebox i {
        display: inline-block;
        margin-right: 15px;
        color: #19B394;
        font-size: 55px;
        vertical-align: middle;
    }

    .modal-body .titlebox span {
        font-size: 16px;
        color: #777;
    }

.modal-footer .msbotn {
    font-size: 12px;
    display: inline-block;
    margin-left: 2px;
    padding: 7px 0;
    text-decoration: none;
    margin-right: 8px;
}

    .modal-footer .msbotn i {
        display: inline-block;
        margin-right: 3px;
    }

.modal-footer .cobulel {
    color: #4cb0f9 !important;
}

.Userxixi {
    padding: 0 !important;
}

.xqtabbox {
    background: #e0e0e0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .xqtabbox li {
        float: left;
        display: block;
        overflow: hidden;
        position: relative;
        width: 14.2%;
        text-align: center;
        cursor: pointer;
    }

        .xqtabbox li a {
            color: #000;
            display: block;
            text-decoration: none;
            padding: 9px 0;
        }

        .xqtabbox li:last-child {
            width: 14.8%;
        }

        .xqtabbox li.active a {
            background: #19B394;
            color: #fff;
        }

        .xqtabbox li:hover a {
            color: #fff;
        }

.reclxqtab {
    width: 100%;
    position: relative;
    padding: 15px 15px;
    overflow: hidden;
}

    .reclxqtab .matop {
        margin-bottom: 30px;
    }

        .reclxqtab .matop .naf {
            width: 140px;
            float: left;
        }

            .reclxqtab .matop .naf img {
                width: 110px;
                height: 110px;
                vertical-align: top;
                border-radius: 50%;
                display: block;
                margin: 10px auto;
            }

        .reclxqtab .matop .nar {
            width: 460px;
            float: right;
        }

            .reclxqtab .matop .nar ul {
                width: 100%;
                position: relative;
                overflow: hidden;
                margin-top: 10px;
            }

                .reclxqtab .matop .nar ul li {
                    float: left;
                    width: 48%;
                    padding: 8px 0;
                    position: relative;
                    overflow: hidden;
                    display: block;
                }

                    .reclxqtab .matop .nar ul li span {
                        font-size: 14px;
                        color: #000;
                        display: inline-block;
                        width: 32%;
                        color: #383838;
                    }
                    .reclxqtab .matop .nar ul li .collection{
                        height:25px;
                        background:#fff;
                        line-height:23px;
                        padding-top:0;
                        padding-bottom:0;
                        border:1px solid #eaeaea;
                        border-radius:0;
                        -webkit-border-radius:0;
                        -moz-border-radius:0;
                        -ms-border-radius:0;
                    }

                        .reclxqtab .matop .nar ul li span:last-child {
                            width: 66%;
                            display: inline-block;
                            vertical-align: middle;
                            font-size: 13px;
                        }

                    .reclxqtab .matop .nar ul li i {
                        color: #ff5400;
                    }

                .reclxqtab .matop .nar ul .khdiz {
                    width: 100%;
                }

                    .reclxqtab .matop .nar ul .khdiz span:first-child {
                        width: 16%;
                    }

                    .reclxqtab .matop .nar ul .khdiz textarea {
                        width: 70%;
                        display: inline-block;
                        vertical-align: top;
                        height: 100px;
                        overflow: hidden;
                        padding: 5px;
                        font-size: 12px;
                        resize: none;
                        border-radius: 4px;
                        outline: none;
                        padding-left: 15px;
                    }

                .reclxqtab .matop .nar ul .btjl {
                    background: #eeeeee;
                    position: relative;
                }

                    .reclxqtab .matop .nar ul .btjl span {
                        margin-right: 3px;
                        width: 28%;
                        padding-left: 3px;
                    }

                    .reclxqtab .matop .nar ul .btjl input {
                        display: inline-block;
                        width: 100px;
                        border: 1px solid #eee;
                        background: #eeeeee;
                        font-size: 12px;
                        outline: none;
                        margin-left: 0px;
                        vertical-align: middle;
                    }

                    .reclxqtab .matop .nar ul .btjl i {
                        position: absolute;
                        right: 45px;
                        top: 12px;
                        cursor: pointer;
                    }

    .reclxqtab .matbot {
        width: 100%;
        position: relative;
        height: 150px;
        border-top: 1px solid #CFCFCF;
    }

    .reclxqtab .shangou {
        width: 100%;
        position: relative;
        padding: 15px 0;
        font-size: 13px;
        color: #999999;
    }

        .reclxqtab .shangou i {
            color: #6b6b6b;
            font-size: 14px;
            vertical-align: -1px;
        }

        .reclxqtab .shangou em {
            color: red;
            display: inline-block;
            margin: 0 3px;
            font-size: 14px;
            vertical-align: -1px;
        }

    .reclxqtab .mtop {
        position: relative;
        overflow: hidden;
    }

    .reclxqtab .tileljx {
        float: left;
        display: block;
        color: #666666;
        font-size: 15px;
        line-height: 28px;
        padding-bottom: 10px;
    }

        .reclxqtab .tileljx i {
            color: #ff4301;
            font-size: 20px;
            vertical-align: -3px;
            margin-left: 3px;
            display: inline-block;
        }

    .reclxqtab .mar33 {
        margin-right: 35px;
        padding-bottom: 0;
        margin-top: 5px;
    }

    .reclxqtab .minhei22 {
        width: 100%;
        height: 290px;
        position: relative;
        overflow-y: auto;
        margin-bottom: 5px;
        border-bottom: 1px solid #e0e0e0;
        padding-right: 5px;
    }

        .reclxqtab .minhei22 .table th {
            text-align: left;
        }

        .reclxqtab .minhei22 .table td {
            text-align: left;
        }

        .reclxqtab .minhei22 .table tr:nth-child(odd) {
            background-color: transparent;
        }

        .reclxqtab .minhei22 .table tr:last-child td {
            border-bottom: 1px solid #dddddd;
        }

        .reclxqtab .minhei22 .table tr:hover {
            background-color: #e3eff5;
        }

    .reclxqtab .domint {
        display: inline-block;
        color: #19B394;
        font-size: 16px;
        margin-left: 8px;
        text-decoration: none;
        padding-top: 25px;
    }

        .reclxqtab .domint i {
            display: inline-block;
            font-size: 20px;
            margin-right: 8px;
            vertical-align: middle;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

        .reclxqtab .domint:hover {
            color: #F0AD4E;
        }

            .reclxqtab .domint:hover i {
                -webkit-transform: translateY(-1px);
                -ms-transform: translateY(-1px);
                -moz-transform: translateY(-1px);
                transform: translateY(-1px);
            }

    .reclxqtab .bules {
        background: #19b394;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        padding: 4px 6px;
        text-decoration: none;
        font-size: 13px;
        margin-right: 8px;
    }

        .reclxqtab .bules:hover {
            background: #f05721;
        }

    .reclxqtab .mobt {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .reclxqtab .isms {
        width: 100%;
        background: #e0e0e0;
        padding: 8px 0;
        font-size: 13px;
        padding-left: 7px;
        margin-top: 5px;
    }

    .reclxqtab .xmxms {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

        .reclxqtab .xmxms i {
            font-size: 24px;
            color: #19B394;
            display: inline-block;
            vertical-align: -2px;
            font-weight: bold;
            margin-left: 8px;
        }

    .reclxqtab .kkks i {
        font-weight: 100;
        font-size: 16px;
        vertical-align: 0px;
    }

    .reclxqtab .hyczox .tileljx {
        margin-right: 34px;
    }

    .reclxqtab .hyjcox .nnr {
        width: 100%;
        float: left;
        border: 1px solid #19B394;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 6px;
    }

        .reclxqtab .hyjcox .nnr .isms {
            margin-top: 0;
            background: #19B394;
            text-align: center;
            color: #fff;
            padding: 6px 0;
        }

        .reclxqtab .hyjcox .nnr .mslbo {
            width: 100%;
            position: relative;
            padding: 17px 0;
            overflow: hidden;
        }

            .reclxqtab .hyjcox .nnr .mslbo span {
                width: 24%;
                font-size: 12px;
                float: left;
                text-align: center;
                display: inline-block;
                line-height: 23px;
            }

                .reclxqtab .hyjcox .nnr .mslbo span i {
                    display: inline-block;
                    font-size: 23px;
                    color: #19b394;
                    vertical-align: -5px;
                    margin-left: 5px;
                }

        .reclxqtab .hyjcox .nnr .bules {
            margin-bottom: 7px;
            margin-right: 14px;
            font-size: 13px;
            padding: 6px 9px;
        }

    .reclxqtab .hyjcox .minhei22 {
        height: 200px;
    }

    .reclxqtab .hyjcox .xianmukabox {
        width: 100%;
        position: relative;
        overflow-y: auto;
        height: 196px;
    }

    .reclxqtab .hyjcox .diaobox {
        width: 100%;
        position: relative;
        overflow-y: auto;
        padding: 0 5px;
    }

        .reclxqtab .hyjcox .diaobox li {
            width: 32.7%;
            background: #eeeeee;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
            margin-bottom: 8px;
            height: 90px;
            float: left;
            margin-right: 0.8%;
        }

            .reclxqtab .hyjcox .diaobox li:nth-child(3n) {
                margin-right: 0%;
            }

            .reclxqtab .hyjcox .diaobox li .toptop {
                border-bottom: 1px solid #dedede;
                padding: 8px 8px;
                font-size: 12px;
                overflow: hidden;
            }

                .reclxqtab .hyjcox .diaobox li .toptop span {
                    width: 70%;
                    overflow: hidden;
                    float: left;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .reclxqtab .hyjcox .diaobox li .toptop .milefts {
                    background: #ff6668;
                    color: #fff;
                    display: block;
                    float: right;
                    padding: 0px 4px;
                    border-radius: 3px;
                    font-size: 12px;
                    text-decoration: none;
                }

                    .reclxqtab .hyjcox .diaobox li .toptop .milefts:hover {
                        background: #df5b5d;
                    }

            .reclxqtab .hyjcox .diaobox li .botbot {
                width: 100%;
                padding: 4px 8px;
            }

                .reclxqtab .hyjcox .diaobox li .botbot p {
                    font-size: 12px;
                    overflow: hidden;
                    padding: 4px 0;
                }

                    .reclxqtab .hyjcox .diaobox li .botbot p span {
                        float: right;
                    }

            .reclxqtab .hyjcox .diaobox li .fibbtn {
                width: 100%;
                position: relative;
                overflow: hidden;
                height: 90px;
                display: block;
                text-align: center;
                text-decoration: none;
                line-height: 30px;
            }

                .reclxqtab .hyjcox .diaobox li .fibbtn i {
                    display: block;
                    font-size: 26px;
                    margin-top: 18px;
                }

                .reclxqtab .hyjcox .diaobox li .fibbtn span {
                    font-size: 15px;
                }

    .reclxqtab .jfzkox .xmxms {
        display: inline-block;
        width: auto;
    }

    .reclxqtab .jfzkox .wtires {
        background: #fff;
        border: 1px solid #19B394;
        color: #19B394;
        margin-left: 10px;
    }

        .reclxqtab .jfzkox .wtires:hover {
            border: 1px solid #F05721;
            color: #F05721;
        }

    .reclxqtab .xxjlox .xmxms {
        display: inline-block;
        width: auto;
    }

    .reclxqtab > div {
        display: none;
    }
    /*寄存*/
     .content-Secondary-nav {
    overflow: hidden;
    padding: 0px;
}
 .content-Secondary-nav .search-input {
     display: inline-block;
 }
    .content-Secondary-nav .search-input input {
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    padding-right: 50px;
    color: #666;
    font-size: 14px;
    padding-left: 36px;
    line-height: 32px;
}
    /*选择会员*/
 .content-Secondary-nav .spaninfo {
     display: block;
     float: left;
     padding-top: 17px;
     margin-right: 8px;
 }

 .content-Secondary-nav .shoplistul li {
     padding: 0;
     margin: 0;
     height: 45px;
     line-height: 45px;
     border-bottom: 1px solid #f5f5f5;
     margin-left: 20px;
     margin-right: 20px;
 }

 .content-Secondary-nav .shoplistul li .shoplistulinput {
     display: inline-block;
     width: 14px;
     height: 30px;
     line-height: 30px;
     margin-left: 5px;
     height: 50px;
 }

 .content-Secondary-nav .shoplistul li .shoplistulname {
     margin-left: 15px;
 }
.newhycz .Cashspth {
    width: 100%;
    background: #f5f5f5;
    border: none;
}

.Cashspth li input {
    background: #f5f5f5;
    border: none;
    outline: none;
}

.carlistulsele {
    margin: 15px;
    margin-left: 24px;
    margin-right: 24px;
}

 .carlistulsele .carlistliinfo {
     background: #30c17b;
     height: 130px;
     border-radius: 8px;
     width: 89%;
     margin-left: 17px;
 }

.carlistulsele .carlistliinfo .cashperinfo .carlistinfobox {
    padding-top: 15px;
    padding-left: 17px;
    color: #fff;
}

.carlistulsele .carlistliinfo .menberrech {
    position: relative;
}
.carlistulsele .carlistliinfo .menberrech a {
    border: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    color: #fff;
    border-radius: 11px;
    position: absolute;
    top: 9px;
    right: 41px;
}
.carlistulsele .carlistliinfo .cashperinfo .memberinfonmber {
    padding-top: 15px;
    color: #fff;
}
.memberinfonmber .memberinforul li {
    text-align: center;
}
.deposit .depositul {
      overflow: hidden;
      width: 356px;
      margin: auto;
      padding-top: 15px;
}
 .deposit .depositul .depositli {
     float: left;
     width: 40%;
     text-align: center;
     height: 50px;
     line-height: 50px;
     margin-left: 30px;
 }
.deposit .depositul .depositli .depositAccess {
    width: 100%;
    background: #30c17b;
    color: #fff;
    padding: 12px;
}
    /*选择会员*/
    /*选择商品*/
       .content-Secondary-nav .search-input .positionicon {
    display: block;
    line-height: 30px;
    text-align: center;
    width: 30px;
    position: absolute;
    left: 6px;
    height: 30px;
    font-size: 18px;
    color: #31c17b;
    transition: .35s;
}
 .purchase-productlist .purchasecontent {
    width: 100%;
    overflow: hidden;
}
    .purchase-productlist .list1, .purchase-productlist .list2 {
    height: 400px;
    padding: 0;
}
    .purchase-productlist .purchasecontent .all {
    padding-right: 8px;
    color: #f58a20;
}
    .purchase-productlist .purchasecontent .list1 ul {
    padding-left: 8px;
    height: 355px;
    overflow-x: hidden;
    overflow-y: auto;
}
.purchase-productlist .purchasecontent .list1 ul li {
    line-height: 38px;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.purchase-productlist .purchasecontent .list1 ul .all {
    font-size: 8px;
    color: #cfcfcf;
}
.purchase-productlist .table-responsive {
    padding-left: 15px;
}
.scrollstyle {
    overflow-x: hidden;
    overflow-y: auto;
}
.purchase-productlist .table-responsive .table tr {
    border-color: #e5e5e5;
}
    /*选择商品*/
 .positionicontype {
   position: absolute;
    width: 40px;
    right: 12px;
    text-align: center;
    font-size: 12px;
    color: #31c17b;
    height: 23px;
    top: 1px;
    line-height: 23px;
    margin-top: 3px;
    border-left: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
  .depositopter {
        padding: 15px;
    }

   .depositopter .depositopterul {
       overflow: hidden;
   }

 .depositopter .depositopterul .depositopterli {
     float: left;
     width: 25%;
     position: relative;
     text-align: center;
 }
  .depositopter .depositopterul .depositopterli .btn {
     background: #30c17b;
     color: #fff;
     padding: 7px 25px;
 }
    /*寄存*/
/*计时项目*/
/*退补票*/
.refundticket .refundticketul{
    padding-left:24px;
    padding-right:24px;
}
.refundticket .refundticketul .refundticketli{
    position:relative;
    height: 45px;
    line-height: 45px;
}
.refundticket .refundticketul .refundticketli .tickeCode{
    width: 100%;
    border: 0;
    height: 35px;
    line-height: 35px;
    display: block;
    padding-left: 14px;
    color: #b2b2b2;
    font-size: 14px;
    outline: none;
    background: #f5f5f5;
    overflow:hidden;
}
.refundticketul .refundticketli  .context{
    float: right;
}
 .remakescotext{
    width: 78%;
    height: 31px;
    line-height: 31px;
    text-align: right;
    margin-top: 8px;
}
/*验票*/

.gateEquipment .gateEquipmentul{
   overflow:hidden;
   margin-left: 0px;
   margin-right: 0px;
}
 .gateEquipment .gateEquipmentul .gateEquipmentli{
     float:left;
 }
 input::-webkit-input-placeholder {
   font-size:12px;
 }
 .inspectTicketul{
    
 }
 .inspectTicketul .inspectTicketli{
     background: #f5f5f5;
    padding: 10px 20px;
    width: 86%;
    margin: auto;
    cursor:pointer;
    margin-top:10px;
    position:relative;
    margin-right: 12px;
}
.inspectTicketul .inspectTicketli_1 .inspectTickeinfo{
    overflow:hidden;
        height: 50px;
}
 .inspectTicketul .inspectTicketli_2 .inspectTickeinfo{
    overflow:hidden;
    padding:5px 0px;
}
.goOutdecive .goOutdeciveul{
    overflow:hidden;
}
 .goOutdecive .goOutdeciveul li{
    float:left;
    width:50%;
    text-align:center;
    cursor:pointer;
    position:relative;
    line-height: 30px;
    margin-bottom: 8px;
}

 .inspecheck{
   position: absolute;
   left: -34px;
   top: 12px;
   width: 18px;
   height: 18px;
 }
  .TicketPayMethod .TicketPayMethodUl{
      overflow:hidden;
  }
 .TicketPayMethod .TicketPayMethodUl .TicketPayMethodli{
     float:left;
     width:20%;
     text-align: center;
     line-height:normal;
     cursor:pointer;
     padding: 8px;
    border-radius: 8px;
 }
  .TicketPayMethod .TicketPayMethodUl .TicketPayMethodli.active{
     border: 1px solid #30c17b;
 }

    /*计时项目*/
.laypage_curr {
    background-color: #ffa76d;
}

.doriobx {
    width: 100%;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

    .doriobx h2 {
        text-align: center;
        font-size: 17px;
        color: #999999;
    }

    .doriobx ul {
        width: 100%;
        position: relative;
        margin-top: 10px;
        height: 320px;
        overflow-y: auto;
        margin-bottom: 10px;
    }

        .doriobx ul li {
            width: 100%;
            text-align: center;
            background: #9bdfd1;
            padding: 10px;
            color: #259b83;
            font-size: 15px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

            .doriobx ul li:first-child {
                margin-top: 10px;
            }

    .doriobx .nal {
        width: 50%;
        position: relative;
        float: left;
        padding: 5px 14px;
    }

        .doriobx .nal .nodrag {
            background: #41bfa0;
            color: #fff;
        }

    .doriobx .nar {
        width: 50%;
        position: relative;
        float: left;
        padding: 5px 14px;
    }

        .doriobx .nar ul li {
            background: #eaeced;
            color: #a4a4a3;
        }

    .doriobx .gu-unselectable {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .doriobx .gu-transit {
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
    }

    .doriobx .mstiex {
        padding: 0 22px;
        font-size: 15px;
        color: #999999;
    }

.mr15 {
    margin-right: 15px;
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999999999 !important;
    text-align: center;
    line-height: 20px;
    color: #19B394;
}

.gu-hide {
    display: none !important;
}

.Pladdproduct .minhei32 {
    height: 450px;
    overflow-y: auto !important;
}

.Pladdproduct .table {
    padding: 5px;
}

    .Pladdproduct .table th {
        text-align: center;
    }

    .Pladdproduct .table td {
        text-align: center;
    }

        .Pladdproduct .table td select {
            min-width: 30px;
            max-width: 90px;
            height: 28px;
            line-height: 28px;
            border: 1px solid #fff;
            border-radius: 3px;
        }

        .Pladdproduct .table td input {
            min-width: 30px;
            display: inline-block;
            max-width: 90px;
            height: 28px;
            padding-left: 5px;
            outline: none;
            -webkit-transition: all 0.46s;
            text-align: center;
            font-size: 11px;
            margin-top: 2px;
            border: none;
            line-height: 28px;
            border-radius: 5px;
        }

            .Pladdproduct .table td input:focus {
                background: #e4e4e4;
            }

        .Pladdproduct .table td em {
            display: inline-block;
            margin-left: 5px;
            color: #888;
        }

        .Pladdproduct .table td .form-control {
            height: 30px;
            padding: 4px 12px;
            font-size: 13px;
            text-align: center;
        }

    .Pladdproduct .table tr:nth-child(odd) {
        background-color: transparent;
    }

    .Pladdproduct .table tr:last-child td {
        border-bottom: 1px solid #ddd;
    }

    .Pladdproduct .table tr:hover {
        background-color: #e3eff5;
    }

    .Pladdproduct .table .win140 {
        max-width: 140px !important;
    }

    .Pladdproduct .table .win90 {
        max-width: 90px !important;
    }

.Pladdproduct .font14 {
    font-size: 14px !important;
}

.Pladdproduct .dropdown-menu {
    z-index: 9999;
    width: 120px !important;
    min-width: 120px;
    max-height: 224px;
    overflow: hidden;
}

    .Pladdproduct .dropdown-menu ul {
        max-height: 220px;
        min-height: 60px;
        overflow-y: auto;
        width: 98%;
    }

    .Pladdproduct .dropdown-menu .addneps {
        width: 100%;
        text-align: center;
        display: block;
        background: transparent;
        color: #000000;
        border-top: 1px solid #c7c7c7;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .Pladdproduct .dropdown-menu .addneps i {
            color: #000;
            vertical-align: middle;
            margin-right: 6px;
        }

    .Pladdproduct .dropdown-menu li {
        width: 100%;
        position: relative;
        display: block;
        padding: 1px 5px;
    }

        .Pladdproduct .dropdown-menu li span {
            display: block;
            padding: 2px 0;
            font-size: 13px;
            color: #000000;
            cursor: pointer;
            -webkit-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
            -moz-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
            -ms-transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
            -o-transition: all 0.25s linear;
            transition: all 600ms cubic-bezier(0, 0.995, 0.99, 1);
        }

            .Pladdproduct .dropdown-menu li span:hover {
                background: #eee;
                color: #ff8309;
            }
/*--选择商品模态框*/
.xzsp .nalf {
    width: 21%;
    border-right: 1px solid #cfcfcf;
    float: left;
}

    .xzsp .nalf h2 {
        width: 100%;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 5px;
    }

        .xzsp .nalf h2 i {
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #19B394;
            vertical-align: middle;
            margin-right: 6px;
        }

    .xzsp .nalf .listo {
        width: 97%;
        position: relative;
        padding: 5px 20px;
        height: 380px;
        overflow-y: auto;
    }

        .xzsp .nalf .listo li {
            display: inline-block;
            width: 100%;
        }

            .xzsp .nalf .listo li a {
                display: inline-block;
                padding: 3px 0;
                font-size: 13px;
                text-decoration: none;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
            }

                .xzsp .nalf .listo li a i {
                    display: inline-block;
                    margin-right: 4px;
                }

                .xzsp .nalf .listo li a:hover {
                    color: #0f8c73;
                    font-weight: bold;
                }

            .xzsp .nalf .listo li.active a {
                color: #0f8c73;
                font-weight: bold;
            }

.xzsp .narih {
    width: 79%;
    float: left;
}

    .xzsp .narih .table {
        margin-bottom: 0px;
        background: #fff;
    }

        .xzsp .narih .table th {
            text-align: left;
            font-size: 14px;
            border-bottom: 1px solid #e0e0e0;
        }

            .xzsp .narih .table th i {
                display: inline-block;
                margin-left: 5px;
                color: #9b9b9b;
                cursor: pointer;
            }

            .xzsp .narih .table th:first-child i {
                margin-left: 0;
            }

        .xzsp .narih .table tbody td {
            font-size: 13px;
            text-align: left;
            line-height: 20px;
            border-bottom: 1px solid #e0e0e0;
            position: relative;
            z-index: 1;
            /*积分兑换*/
        }

            .xzsp .narih .table tbody td a {
                background: #6888ff;
                color: #fff;
                padding: 0.3em 1em;
                font-size: 12px;
                text-decoration: none;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
                -ms-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
            }

                .xzsp .narih .table tbody td a:hover {
                    border-radius: 3px;
                    background: #ff8309;
                }

            .xzsp .narih .table tbody td i {
                color: #ff5400;
            }

            .xzsp .narih .table tbody td span {
                display: inline-block;
                z-index: 66;
            }

                .xzsp .narih .table tbody td span img {
                    width: 22px;
                    height: 22px;
                    vertical-align: top;
                    margin-right: 5px;
                }

            .xzsp .narih .table tbody td .pre_lef {
                display: inline-block;
                font-size: 20px;
                margin-right: 8px;
                vertical-align: -2px;
                color: #7e7e7e;
                cursor: pointer;
            }

            .xzsp .narih .table tbody td .pre_rig {
                display: inline-block;
                font-size: 20px;
                margin-left: 11px;
                vertical-align: -2px;
                cursor: pointer;
                color: #7e7e7e;
            }

                .xzsp .narih .table tbody td .pre_rig:hover,
                .xzsp .narih .table tbody td .pre_lef:hover {
                    color: #333;
                }

            .xzsp .narih .table tbody td .mspx {
                width: 26px;
                display: inline-block;
                color: #000;
                font-size: 15px;
                text-align: center;
            }

        .xzsp .narih .table tbody tr:nth-child(odd) {
            background-color: transparent;
        }

        .xzsp .narih .table tbody tr:last-child td {
            border-bottom: none;
        }

        .xzsp .narih .table tbody tr:hover {
            background-color: #e3eff5;
        }

        .xzsp .narih .table input[type=checkbox] {
            display: none;
        }

        .xzsp .narih .table .check-box {
            width: 15px;
            height: 15px;
            cursor: pointer;
            display: inline-block;
            position: relative;
            overflow: hidden;
            border-radius: 1px;
            background: #FFFFFF;
            border: 1px solid #999;
            margin-top: 3px;
        }

            .xzsp .narih .table .check-box i {
                width: 9px;
                height: 9px;
                position: absolute;
                left: 2px;
                top: 2px;
                background: transparent;
                border-radius: 1px;
            }

        .xzsp .narih .table .checkedBox i {
            background: #ff8c40;
        }

    .xzsp .narih .mosivr {
        width: 100%;
        height: 390px;
        overflow-y: auto;
        padding: 0 5px;
    }

.styembox {
    overflow: hidden;
    margin-left: 175px;
}

    .styembox .stuilefbox {
        width: 166px;
        margin-top: 78px;
        background: #fff;
        height: 90%;
        float: left;
    }

        .styembox .stuilefbox .stufilmin {
            width: 100%;
            position: relative;
            overflow: hidden;
            border: 1px solid #dfe0e0;
            box-shadow: 0px 1px 8px 0px #dfe0e0;
            height: 100%;
        }

            .styembox .stuilefbox .stufilmin li {
                width: 100%;
            }

                .styembox .stuilefbox .stufilmin li a {
                    width: 100%;
                    position: relative;
                    display: block;
                    padding: 15px 16px;
                    overflow: hidden;
                    -webkit-transition: all 0.35s;
                    -ms-transition: all 0.35s;
                    -moz-transition: background color 0.35s;
                    transition: all 0.35s;
                    text-decoration: none;
                    text-align: center;
                    color: #323232;
                    line-height: 27px;
                }

                    .styembox .stuilefbox .stufilmin li a i {
                        display: block;
                        float: left;
                        margin-right: 0px;
                        font-size: 24px;
                        vertical-align: -2px;
                        background: #0F8C73;
                        width: 24px;
                        height: 24px;
                        color: #fff;
                        border-radius: 50%;
                        text-align: center;
                        line-height: 24px;
                    }

                    .styembox .stuilefbox .stufilmin li a span {
                        display: inline-block;
                        font-size: 15px;
                    }

                    .styembox .stuilefbox .stufilmin li a em {
                        display: block;
                        float: right;
                        line-height: 29px;
                        font-size: 18px;
                        -webkit-transition: all 0.25s;
                        -ms-transition: all 0.25s;
                        -moz-transition: all 0.25s;
                        transition: all 0.25s;
                        -webkit-transform: translateX(-20px);
                        -ms-transform: translateX(-20px);
                        -moz-transform: translateX(-20px);
                        transform: translateX(-20px);
                        opacity: 0;
                    }

                    .styembox .stuilefbox .stufilmin li a:hover {
                        background: #19B394;
                        color: #fff;
                    }

                        .styembox .stuilefbox .stufilmin li a:hover em {
                            opacity: 1;
                            transition: all 0.25s;
                            -webkit-transform: translateX(0px);
                            -ms-transform: translateX(0px);
                            -moz-transform: translateX(0px);
                            transform: translateX(0px);
                        }

                        .styembox .stuilefbox .stufilmin li a:hover i {
                            background: rgba(255, 255, 255, 0.8);
                            color: #19B394;
                        }

                .styembox .stuilefbox .stufilmin li.active a {
                    background: #19B394;
                    color: #fff;
                }

                    .styembox .stuilefbox .stufilmin li.active a em {
                        opacity: 1;
                        transition: all 0.25s;
                        -webkit-transform: translateX(0px);
                        -ms-transform: translateX(0px);
                        -moz-transform: translateX(0px);
                        transform: translateX(0px);
                    }

                    .styembox .stuilefbox .stufilmin li.active a i {
                        background: rgba(255, 255, 255, 0.8);
                        color: #19B394;
                    }

                .styembox .stuilefbox .stufilmin li:nth-child(2) i {
                    background: #6ebab0;
                }

                .styembox .stuilefbox .stufilmin li:nth-child(3) i {
                    background: #7ab662;
                }

                .styembox .stuilefbox .stufilmin li:nth-child(4) i {
                    background: #ce9853;
                }

                .styembox .stuilefbox .stufilmin li:nth-child(5) i {
                    background: #d5896d;
                }

                .styembox .stuilefbox .stufilmin li:nth-child(6) i {
                    background: #67b84b;
                }

                .styembox .stuilefbox .stufilmin li:nth-child(7) i {
                    background: #64b7c1;
                }

                .styembox .stuilefbox .stufilmin li:nth-child(8) i {
                    background: #da8b87;
                }

                .styembox .stuilefbox .stufilmin li:nth-child(9) i {
                    background: #d5896d;
                }

    .styembox .styerigbox {
        width: 88%;
        padding: 15px 30px;
        background: #fff;
        border: 1px solid #dfe0e0;
        box-shadow: 0px 1px 8px 0px #dfe0e0;
        float: left;
        margin-top: 78px;
        margin-left: 20px;
    }

        .styembox .styerigbox .syeumotix {
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            .styembox .styerigbox .syeumotix .nal {
                float: left;
                width: 105px;
                height: 105px;
                overflow: hidden;
                margin-right: 20px;
            }

                .styembox .styerigbox .syeumotix .nal img {
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    vertical-align: top;
                }

            .styembox .styerigbox .syeumotix .nar {
                width: 80%;
                position: relative;
                float: left;
                padding-top: 10px;
            }

                .styembox .styerigbox .syeumotix .nar .nnl {
                    font-size: 20px;
                    padding: 13px 0;
                    color: #000;
                }

                .styembox .styerigbox .syeumotix .nar .bitaoqian {
                    width: 100%;
                    padding-top: 5px;
                    font-size: 13px;
                }

                    .styembox .styerigbox .syeumotix .nar .bitaoqian span {
                        display: inline-block;
                        margin-right: 10px;
                        padding: 1px 4px;
                        color: #fff;
                        border-radius: 3px;
                    }

        .styembox .styerigbox .stylius {
            width: 100%;
            position: relative;
            overflow: hidden;
            margin: 30px 0;
            border: 1px solid #f4f4f4;
            border-radius: 6px;
            box-shadow: 0 1px 5px 1px #F4F4F4;
        }

            .styembox .styerigbox .stylius li {
                width: 100%;
                overflow: hidden;
                border-bottom: 1px solid #EAECED;
                position: relative;
            }

                .styembox .styerigbox .stylius li .nle {
                    background: #f2f4f4;
                    display: block;
                    font-size: 15px;
                    text-align: center;
                    color: #666666;
                    float: left;
                    width: 145px;
                    padding: 17px 0;
                }

                    .styembox .styerigbox .stylius li .nle i {
                        display: inline-block;
                        margin-right: 8px;
                        font-size: 20px;
                    }

                .styembox .styerigbox .stylius li .nn2 {
                    padding: 17px 0;
                    display: block;
                    float: left;
                    padding-left: 25px;
                }

                .styembox .styerigbox .stylius li .nlr {
                    width: 88%;
                    background: #080808;
                    display: block;
                    float: left;
                }

                    .styembox .styerigbox .stylius li .nlr input {
                        width: 100%;
                        display: inline-block;
                        padding: 16px 25px;
                        outline: none;
                        font-size: 16px;
                        border: none;
                    }

        .styembox .styerigbox .ripos {
            position: absolute;
            right: 20px;
            bottom: 20%;
            font-size: 27px;
            color: #5fbe69;
            cursor: pointer;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
        }

            .styembox .styerigbox .ripos:hover {
                -webkit-transform: rotate(-5deg) scale(1.1);
                -ms-transform: rotate(-5deg) scale(1.1);
                -moz-transform: rotate(-5deg) scale(1.1);
                transform: rotate(-5deg) scale(1.1);
            }

        .styembox .styerigbox .suikslb,
        .styembox .styerigbox .sytxxbox {
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            .styembox .styerigbox .suikslb .title,
            .styembox .styerigbox .sytxxbox .title {
                width: 100%;
                background: #eaeced;
                padding: 15px 25px;
                font-size: 16px;
                color: #cc9752;
            }

            .styembox .styerigbox .suikslb .sytxxbox,
            .styembox .styerigbox .sytxxbox .sytxxbox {
                border-left: 1px solid #EAECED;
                border-right: 1px solid #EAECED;
            }

                .styembox .styerigbox .suikslb .sytxxbox li,
                .styembox .styerigbox .sytxxbox .sytxxbox li {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                    border-bottom: 1px solid #eaeced;
                }

                    .styembox .styerigbox .suikslb .sytxxbox li .nnl,
                    .styembox .styerigbox .sytxxbox .sytxxbox li .nnl {
                        width: 140px;
                        float: left;
                        text-align: left;
                        padding: 17px 0;
                        display: block;
                        font-size: 15px;
                        color: #666666;
                    }

                    .styembox .styerigbox .suikslb .sytxxbox li .nn2,
                    .styembox .styerigbox .sytxxbox .sytxxbox li .nn2 {
                        width: 85%;
                        float: left;
                        display: block;
                        padding: 17px 25px;
                        font-size: 15px;
                        color: #666666;
                    }

                        .styembox .styerigbox .suikslb .sytxxbox li .nn2 input,
                        .styembox .styerigbox .sytxxbox .sytxxbox li .nn2 input {
                            width: 100%;
                            display: block;
                            border: none;
                            outline: none;
                        }

        .styembox .styerigbox .makstbox {
            width: 100%;
            position: relative;
            overflow: hidden;
            border: 1px solid #EAECED;
            padding: 15px;
        }

            .styembox .styerigbox .makstbox .timsl {
                width: 100%;
                padding: 10px 0 20px 0;
                border-bottom: 1px solid #EAECED;
                overflow: hidden;
            }

                .styembox .styerigbox .makstbox .timsl span {
                    display: inline-block;
                    font-size: 15px;
                    margin-right: 20px;
                }

                .styembox .styerigbox .makstbox .timsl em {
                    display: inline-block;
                    border-left: 1px solid #999999;
                    padding-left: 12px;
                    color: #999;
                    vertical-align: 1px;
                }

                    .styembox .styerigbox .makstbox .timsl em i {
                        display: inline-block;
                        margin-left: 10px;
                        font-size: 15px;
                        cursor: pointer;
                        vertical-align: -1px;
                    }

                        .styembox .styerigbox .makstbox .timsl em i:hover {
                            color: #EEA236;
                        }

                .styembox .styerigbox .makstbox .timsl .swtith {
                    width: 62px;
                    height: 25px;
                    background: #eee;
                    border: 1px solid #DDDDDD;
                    float: right;
                    border-radius: 15px;
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                    position: relative;
                    -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
                    -webkit-transition-duration: 0.4s;
                    -webkit-transition-property: transform, background-color, box-shadow;
                    -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
                    -moz-transition-duration: 0.4s;
                    -moz-transition-property: transform, background-color;
                }

                    .styembox .styerigbox .makstbox .timsl .swtith i {
                        width: 24px;
                        height: 24px;
                        background: #fff;
                        border-radius: 50%;
                        display: block;
                        cursor: pointer;
                        border: 1px solid #ddd;
                        -webkit-transition: all 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
                        -ms-transition: all 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
                        -moz-transition: all 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
                        transition: all 0.4s cubic-bezier(0.54, 1.85, 0.5, 1);
                    }

                    .styembox .styerigbox .makstbox .timsl .swtith.open {
                        background: #19B394;
                    }

                        .styembox .styerigbox .makstbox .timsl .swtith.open i {
                            -webkit-transform: translate3d(36px, 0px, 0px);
                        }

            .styembox .styerigbox .makstbox .monibod {
                width: 100%;
                position: relative;
                overflow: hidden;
                padding-top: 25px;
                padding-bottom: 20px;
            }

                .styembox .styerigbox .makstbox .monibod .mintext {
                    width: 90px;
                    height: 28px;
                    outline: none;
                    padding-left: 5px;
                    line-height: 28px;
                    border: 1px solid #cccccc;
                    border-radius: 5px;
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                }

                .styembox .styerigbox .makstbox .monibod span {
                    display: inline-block;
                    margin: 0 7px;
                    font-size: 15px;
                    color: #000;
                    vertical-align: -2px;
                }

                .styembox .styerigbox .makstbox .monibod i {
                    display: inline-block;
                    font-size: 16px;
                    vertical-align: 0px;
                    cursor: pointer;
                }

                    .styembox .styerigbox .makstbox .monibod i:hover {
                        color: #EEA236;
                    }

                .styembox .styerigbox .makstbox .monibod select {
                    width: 150px;
                    display: inline-block;
                    height: 28px;
                    padding: 3px 12px;
                }

            .styembox .styerigbox .makstbox .mod {
                width: 100%;
                position: relative;
                overflow: hidden;
                margin-bottom: 20px;
            }

                .styembox .styerigbox .makstbox .mod > span {
                    padding-bottom: 15px;
                }

        .styembox .styerigbox .monfot {
            width: 100%;
            position: relative;
            overflow: hidden;
            border-top: 1px solid #EAECED;
            padding: 8px 0;
            padding-top: 18px;
        }

            .styembox .styerigbox .monfot .kkadd {
                margin-left: 8px;
                border-radius: 3px;
                text-decoration: none;
                width: 33px;
                height: 33px;
                display: inline-block;
                background: #77d6ba;
                line-height: 33px;
                color: #fff;
                text-align: center;
                font-size: 19px;
                vertical-align: -1px;
            }
            .styembox .styerigbox .monfot .kkadd i:before{
                line-height: 33px;
            }
            .styembox .styerigbox .monfot .bq_pssos {
                width: auto;
                position: relative;
                height: 20px;
                line-height: 20px;
                margin: 8px 8px;
                float: left;
                -webkit-border-radius: 3px 3px;
                -moz-border-radius: 3px 3px;
                -ms-border-radius: 3px 3px;
                -o-border-radius: 3px 3px;
                border-radius: 3px 3px;
                cursor: pointer;
            }

                .styembox .styerigbox .monfot .bq_pssos img {
                    display: block;
                    max-width: inherit;
                    float: left;
                    position: absolute;
                }

                .styembox .styerigbox .monfot .bq_pssos .tag-mask {
                    position: absolute;
                    left: 0 !important;
                    top: 0 !important;
                    margin: 0 !important;
                    height: 20px;
                }

                .styembox .styerigbox .monfot .bq_pssos .tagInfo {
                    color: #fff;
                    padding: 0 20px 0 15px;
                    display: block;
                    max-width: 120px;
                    overflow: hidden;
                    white-space: nowrap;
                    float: left;
                    text-overflow: ellipsis;
                    font-size: 12px;
                }

                .styembox .styerigbox .monfot .bq_pssos .del-tags {
                    top: 6px !important;
                    right: 6px;
                    cursor: pointer;
                }

        .styembox .styerigbox .kkbtn,
        .styembox .styerigbox .delelable {
            font-size: 15px;
            display: inline-block;
            margin-left: 30px;
            background: #19B394;
            color: #fff;
            padding: 6px 24px;
            border-radius: 4px;
            text-decoration: none;
            vertical-align: 0px;
        }

            .styembox .styerigbox .kkbtn:hover,
            .styembox .styerigbox .kkadd:hover,
            .styembox .styerigbox .delelable:hover {
                background: #0F8C73;
            }

        .styembox .styerigbox .klisos {
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            display: inline-block;
            padding: 0 28px;
            background: #eeeeee;
            height: 33px;
            line-height: 33px;
            text-decoration: none;
            text-align: center;
            position: relative;
            margin-right: 15px;
            margin-bottom: 10px;
        }

            .styembox .styerigbox .klisos .poriss {
                position: absolute;
                right: 3px;
                top: 3px;
                font-size: 12px;
                opacity: 0;
            }

            .styembox .styerigbox .klisos .porvv {
                position: absolute;
                right: 5px;
                bottom: 1px;
                font-size: 12px;
                opacity: 0;
            }

            .styembox .styerigbox .klisos:hover {
                color: #f76e4b;
            }

                .styembox .styerigbox .klisos:hover .poriss,
                .styembox .styerigbox .klisos:hover .porvv {
                    opacity: 1;
                }

.refbotheader {
    width: 100%;
    position: relative;
    height: 100px;
    z-index: 100;
    overflow: hidden;
    background: #fff;
}

    .refbotheader .login {
        width: 187px;
        height: 100px;
        float: right;
    }

        .refbotheader .login .bottom {
            width: 100%;
            position: relative;
            margin-top: 4px;
            text-align: center;
        }

            .refbotheader .login .bottom a {
                display: inline-block;
                text-decoration: none;
                padding: 5px 18px;
                border-radius: 3px;
                font-size: 14px;
                
            }
            .refbotheader .login .bottom .anmtin {
                display: block;
                padding: 0;
                display: inline-block;
                text-decoration: none;
                height: 30px;
                width: 100px;
                border: 1px solid #c7d4da;
                line-height: 30px;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                -ms-border-radius: 15px;
                font-size: 14px;
                
            }

                .refbotheader .login .bottom .bgrels{
                    color: #fff;
                    background: #30c17c;
                }
                 .refbotheader .login .bottom a:hover {
                    color: #fff;
                    background: #07c9de;
                    border: 1px solid #07c9de;
                }

                /*.refbotheader .login .bottom a:hover {
                    -webkit-transform: translateY(-2px);
                    -moz-transform: translateY(-2px);
                    -ms-transform: translateY(-2px);
                    transform: translateY(-2px);
                }*/

    .refbotheader .logo {
        float: left;
        padding-top: 25px;
        height: 62px;
        width: 214px;
    }

        .refbotheader .logo img {
            padding-top: 10px;
        }
        .agentlogin {
             background: url('//ros.decerp.cc/images/dealerloginbg2.png') no-repeat 100% 100%;
                 background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
        }
        .regrnagentlogin {
             background: url(../images/dealerloginbg3.png) no-repeat 100% 100%;
                 background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
        }
        .agentoemback{
            background:none;
        }
        .agentlogincontext p{
            color:#fff;
            padding-bottom:10px;
        }
.bg_reibox {
    /*background-image: url(../images/index-bg.jpg);*/
    height: 490px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.comtentback{
        background: none;
        padding-top:88px;
}
/*注册css*/
.comtentback .applyregister{
    width:396px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.bg_reibox .robox .nafle .personulinfo li{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1px;
    height:54px;
    line-height:54px;
}
.bg_reibox .robox .nafle .personulinfo li input{
    border:none;
    outline: none;
    margin-top: 0px; 
    padding-left: 0px; 
    padding-top: 0px; 
    width: 98%;
}

/*注册css*/
    .bg_reibox .robox {
        background-color: #fff;
        background-repeat: no-repeat;
        display: block;
        height: 530px;
        margin-top: 28px;
        width: 100%;
        overflow: hidden;
    }

    .bg_reibox .robox2 {
        background-color: #fff;
        background-repeat: no-repeat;
        display: block;
        height: 530px;
        margin-top: 30px;
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

        .bg_reibox .robox .nafle {
            float: left;
            height: 462px;
            width: 310px;
        }
        .bg_reibox .robox .nafle2 {
            float: left;
            height: 530px;
            width: 360px;
        }

            .bg_reibox .robox .nafle ul {
                height: 306px;
                width: 330px;
                float: right;
                text-align: right;
            }

                .bg_reibox .robox .nafle ul li {
                    position: relative;
                }

                    .bg_reibox .robox .nafle ul li .posila {
                        position: absolute;
                        left: 49px;
                        top: 16px;
                        font-size: 28px;
                        color: #31c17b;
                    }
                    .bg_reibox .robox .nafle2 ul li .posila {
                        position: absolute;
                        left: 24px;
                        top: 17px;
                        font-size: 28px;
                        color: #31c17b;
                    }

                    .bg_reibox .robox .nafle ul li.font155 .posila {
                        position: absolute;
                        left: 50px;
                        top: 20px;
                        font-size: 25px;
                        color: #31c17b;
                    }
                    .bg_reibox .robox .nafle2 ul li.font155 .posila {
                        position: absolute;
                        left: 26px;
                        top: 20px;
                        font-size: 24px;
                        color: #31c17b;
                    }

                    .bg_reibox .robox .nafle ul li .dittxit {
                        width: 84%;
                        position: relative;
                        overflow: hidden;
                        border: 1px solid #e7e6e6;
                        padding: 5px;
                        border-radius: 4px;
                        margin-top: 12px;
                        margin-left: 42px;
                        /*margin-bottom:20px;*/
                    }
                    .bg_reibox .robox .nafle2 ul li .dittxit {
                        /*width: 84%;*/
                        width: 299px;
                        position: relative;
                        overflow: hidden;
                        border: 1px solid #e7e6e6;
                        padding: 5px;
                        border-radius: 4px;
                        margin-top: 12px;
                        margin-left: 19px;
                        /*margin-bottom:20px;*/
                    }

                        .bg_reibox .robox .nafle ul li .dittxit .maxtext {
                            color: #000;
                            height: 28px;
                            line-height: 28px;
                            width: 100%;
                            border: none;
                            float: left;
                            font-size: 13px;
                            outline: none;
                            display: block;
                            padding-left: 35px;
                        }

                        .bg_reibox .robox .nafle ul li .dittxit .mittext {
                            color: #000;
                            height: 28px;
                            line-height: 28px;
                            width: 58%;
                            border: none;
                            float: left;
                            font-size: 14px;
                            outline: none;
                            display: block;
                            padding-left: 5px;
                            border-radius: 0;
                            border-right: 1px solid #e7e6e6;
                            margin-top: 0;
                        }

                        .bg_reibox .robox .nafle ul li .dittxit .posila {
                            position: absolute;
                            left: 8px;
                            top: 7px;
                            font-size: 25px;
                            color: #CCC;
                        }

                        .bg_reibox .robox .nafle ul li .dittxit .ditbtns {
                            display: block;
                            float: right;
                            width: 36%;
                            text-align: center;
                            font-size: 14px;
                            text-decoration: none;
                            height: 28px;
                            line-height: 28px;
                            border: none;
                            cursor: pointer;
                            background: #fff;
                            outline: none;
                            font-size: 13px;
                            margin-top: 0;
                            padding-left: 0;
                        }

                            .bg_reibox .robox .nafle ul li .dittxit .ditbtns:hover {
                                color: #ff3e0e;
                            }

                .bg_reibox .robox .nafle ul input {
                    background-position: left center;
                    background-repeat: no-repeat;
                    border: 1px solid #e7e6e6;
                    border-radius: 3px;
                    color: #999;
                    font-size: 15px;
                    height: 38px;
                    line-height: 39px;
                    margin-top: 12px;
                    padding-left: 35px;
                    /*padding-top: 2px;*/
                    width: 76%;
                    outline: none;
                }
                .bg_reibox .robox .nafle2 ul input {
                    background-position: left center;
                    background-repeat: no-repeat;
                    border: 1px solid #e7e6e6;
                    border-radius: 3px;
                    color: #999;
                    font-size: 15px;
                    height: 38px;
                    line-height: 39px;
                    margin-top: 12px;
                    padding-left: 35px;
                    /*padding-top: 2px;*/
                    width: 94%;
                    outline: none;
                }
                .bg_reibox .robox .nafle ul select {
                    background-position: left center;
                    background-repeat: no-repeat;
                    border: 1px solid #e7e6e6;
                    border-radius: 3px;
                    color: #999;
                    font-size: 15px;
                    height: 38px;
                    line-height: 38px;
                    margin-top: 12px;
                    padding-left: 35px;
                    /*padding-top: 2px;*/
                    /*width: 87%;*/
                    width: 311px;
                    outline: none;
                }

                .bg_reibox .robox .nafle ul .yanzbox span {
                    display: inline-block;
                    margin-right: 12px;
                    width: 180px;
                }

                    .bg_reibox .robox .nafle ul .yanzbox span input {
                        margin-left: 0;
                        background-position: 0 0;
                        background-repeat: no-repeat;
                        border: 1px solid #ccc;
                        border-radius: 3px;
                        color: #b3b3b3;
                        float: left;
                        font-size: 15px;
                        height: 38px;
                        line-height: 38px;
                        padding-left: 5px;
                        padding-top: 1px;
                    }

                .bg_reibox .robox .nafle ul .yanzbox a {
                    background-image: url("../images/qwtadgha_18.jpg");
                    float: right;
                    height: 40px;
                    width: 90px;
                    margin-top: 17px;
                    margin-right: 4px;
                }

                .bg_reibox .robox .nafle ul .wty p input {
                    width: 15px;
                    height: 15px;
                    display: inline-block;
                    margin-right: 8px;
                    vertical-align: -2px;
                }

                .bg_reibox .robox .nafle ul .wty {
                    text-align: left;
                }

                    .bg_reibox .robox .nafle ul .wty p {
                        padding-left: 20px;
                        font-size: 12px;
                    }

                .bg_reibox .robox .nafle ul .rentn {
                    text-align: left;
                    padding-left: 40px;
                    padding-top: 15px;
                }
                 .bg_reibox .robox .nafle2 ul .rentn {
                    text-align: left;
                    padding-left: 20px;
                    padding-top: 15px;
                }

                    .bg_reibox .robox .nafle ul .rentn a {
                        width: 100%;
                        background: #31c17b;
                        display: inline-block;
                        padding: 10px 0;
                        text-align: center;
                        color: #FFFFFF;
                        text-decoration: none;
                        border-radius: 5px;
                        -webkit-transition: all 0.25s;
                        -moz-transition: all 0.25s;
                        -ms-transition: all 0.25s;
                        transition: all 0.25s;
                    }
                    .bg_reibox .robox .nafle2 ul .rentn button {
                        width: 100%;
                        border: none;
                        background: #31c17b;
                        display: inline-block;
                        padding: 10px 0;
                        text-align: center;
                        color: #FFFFFF;
                        text-decoration: none;
                        border-radius: 5px;
                        font-size: 16px;
                        -webkit-transition: all 0.25s;
                        -moz-transition: all 0.25s;
                        -ms-transition: all 0.25s;
                        transition: all 0.25s;
                    }

                        .bg_reibox .robox .nafle2 ul .rentn button:hover {
                            background: #3eb376;
                            letter-spacing: 5px;
                        }

        .bg_reibox .robox .nafri {
            width: 504px;
            float: left;
            margin-left: 135px;
            margin-top: 27px;
            overflow: hidden;
        }
        .bg_reibox .robox .nafri2 {
            width: 600px;
            float: left;
            height: 530px;
            margin: 0;
            background: #31c17b;
            position: relative;
        }
        .bg_reibox .robox .nafri2 .registerbg{
           width: 100%;
           max-width: 600px;
           display: block;
           margin: auto;
           position: absolute;
           top: 0;
           bottom: 0;
           left: 0;
           right: 0;
        }

        .bg_reibox .robox .titie {
            color: #666;
            font-size: 18px;
            height: 26px;
            padding-top: 22px;
            padding-left: 36px;
            width: 100%;
            display: block;
        }
        .bg_reibox .robox .titie2{
            text-align: center;
            padding-top: 20px;
        }

.contner {
    width: 1100px;
    margin: 0 auto;
}

.argenpage {
    width: 100%;
    background: #fff;
    border-top: 1px solid #f3f3f3;
}

    .argenpage .agreement {
        color: #404040;
        padding-bottom: 50px;
        line-height: 1.8;
        padding-top: 30px;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }

.rieifote .fo1 {
    background-position: 0 bottom;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    height: 20px;
    padding-left: 23px;
    padding-top: 51px;
    width: 114px;
}

.rieifote .fo2 {
    float: right;
    height: 16px;
    padding-top: 51px;
    width: 650px;
}

    .rieifote .fo2 li {
        color: #979797;
        float: left;
        font-size: 13px;
        height: 20px;
        padding-right: 10px;
    }

.bglogin {
    height: 490px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bgloginimg{
     background-image: url('../images/loginbackgr.png');
}
    .bglogin .terbox {
            background: #ffffff;
    display: block;
    float: right;
    height: 410px;
    margin-top: 30px;
    width: 336px;
    border-radius: 5px;
    z-index: 1;
    }

        .bglogin .terbox .txgg {
            font-size: 18px;
            height: 24px;
            margin-left: 25px;
            padding-top: 30px;
        }

        .bglogin .terbox ul {
            height: 116px;
            width: 100%;
        }

            .bglogin .terbox ul li {
                display: block;
                overflow: hidden;
                position: relative;
            }

                .bglogin .terbox ul li.font155 .posila {
                    position: absolute;
                    left: 34px;
                    top: 27px;
                    font-size: 24px;
                    color: #CCC;
                }

                .bglogin .terbox ul li .posila {
                    position: absolute;
                    left: 33px;
                    top: 26px;
                    font-size: 28px;
                    color: #CCC;
                }

                .bglogin .terbox ul li .tx1 {
                    height: 39px;
                    line-height: 39px;
                    width: 284px;
                    border: 1px solid #CCC;
                    border-radius: 3px;
                    color: #b3b3b3;
                    float: left;
                    margin-left: 25px;
                    margin-top: 16px;
                    font-size: 15px;
                    outline: none;
                    padding-left: 35px;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

                .bglogin .terbox ul li .tx2 {
                    height: 39px;
                    line-height: 39px;
                    width: 284px;
                    border: 1px solid #CCC;
                    border-radius: 3px;
                    color: #b3b3b3;
                    float: left;
                    margin-left: 25px;
                    margin-top: 16px;
                    font-size: 15px;
                    outline: none;
                    padding-left: 35px;
                    padding-top: 3px;
                    padding-bottom: 3px;
                }

            .bglogin .terbox ul .cliksl {
                width: 320px;
                margin-top: 10px;
            }

                .bglogin .terbox ul .cliksl span {
                    display: inline-block;
                    margin-left: 25px;
                    margin-top: 16px;
                    color: #565656;
                    font-size: 13px;
                }

                .bglogin .terbox ul .cliksl a {
                    display: inline-block;
                    float: right;
                    vertical-align: middle;
                    margin-top: 16px;
                    font-size: 13px;
                    color: #3599ff;
                }

                    .bglogin .terbox ul .cliksl a:hover {
                        color: #FF3300;
                    }

            .bglogin .terbox ul .yanzbox {
                width: 320px;
            }

                .bglogin .terbox ul .yanzbox span {
                    display: inline-block;
                    margin-left: 25px;
                    margin-top: 16px;
                    color: #565656;
                    font-size: 13px;
                }

                    .bglogin .terbox ul .yanzbox span input {
                        outline: none;
                        height: 39px;
                        line-height: 39px;
                        width: 160px;
                        border: 1px solid #CCC;
                        border-radius: 3px;
                        float: left;
                        font-size: 15px;
                        color: #b3b3b3;
                        padding-left: 5px;
                        padding-top: 2px;
                        background-position: left;
                        background-repeat: no-repeat;
                        background-position: 0 0;
                        text-align: center;
                    }

                .bglogin .terbox ul .yanzbox a {
                    display: inline-block;
                    float: right;
                    margin-top: 16px;
                    padding-right: 3px;
                }

            .bglogin .terbox ul .lotbtn a {
                width: 85%;
                display: block;
                background: #25BA5E;
                color: #FFFFFF;
                text-align: center;
                padding: 13px 0;
                border-radius: 5px;
                margin-left: 25px;
                margin-top: 20px;
                text-decoration: none;
                -webkit-transition: all 0.25s;
                -moz-transition: all 0.25s;
                -ms-transition: all 0.25s;
                transition: all 0.25s;
            }
            .bglogin .terbox2 ul .lotbtn a {
                margin-top: 20px;
            }
            .bglogin .terbox2 ul li .passwordimg {
                position: absolute;
                top: 17px;
                right: 28px;
                height: 35px;
                padding-top: 5px;
                padding-bottom: 5px;
                z-index: 99;
            }

                .bglogin .terbox ul .lotbtn a:hover {
                    background: #0EA849;
                    letter-spacing: 5px;
                }

            .bglogin .terbox ul .lascn {
                width: 320px;
                overflow: hidden;
                margin-top: 5px;
            }

                .bglogin .terbox ul .lascn a {
                    display: inline-block;
                    color: #3599ff;
                    font-size: 13px;
                    margin-top: 12px;
                    text-decoration: none;
                }

                    .bglogin .terbox ul .lascn a:first-child {
                        margin-left: 25px;
                        float: left;
                    }

                    .bglogin .terbox ul .lascn a:last-child {
                        float: right;
                    }
.nobing {
    left: 0;
    z-index: 0;
}
.keyframescom {
    animation: frame 1.5s;
    -moz-animation: frame 1.5s; /* Firefox */
    -webkit-animation: frame 1.5s; /* Safari and Chrome */
    -o-animation: frame 1.5s; /* Opera */
}
@keyframes frame {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes frame /* Firefox */
{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes frame /* Safari and Chrome */
{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes frame /* Opera */
{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.keyframesxom {
    animation: nobingimg 2s;
    -moz-animation: nobingimg 2s; /* Firefox */
    -webkit-animation: nobingimg 2s; /* Safari and Chrome */
    -o-animation: nobingimg 2s; /* Opera */
}
@keyframes nobingimg {
    from {
        opacity: 0;
        margin-top: 50px;
    }
    to {
        opacity: 1;
        margin-top: 0px;
    }
}
@-moz-keyframes nobingimg /* Firefox */
{
    from {
        opacity: 0;
        margin-top: 50px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}
@-webkit-keyframes nobingimg /* Safari and Chrome */
{
    from {
        opacity: 0;
        margin-top: 50px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}
@-o-keyframes nobingimg /* Opera */
{
    from {
        opacity: 0;
        margin-top: 50px;
    }

    to {
        opacity: 1;
        margin-top: 0px;
    }
}
@media screen and (max-width: 1207px) {
    /*当屏幕尺寸小于1207px时，应用下面的CSS样式*/
    .nobing {
        top: 35px;
        left: -50px;
    }
    .nobing2 {
        top: 35px;
        left: 0px;
    }
    .nobing img {
        width: 650px;
    }
}

.bg_wjmima {
    height: 620px;
}

    .bg_wjmima .wjmimabox {
        width: 800px;
        background: #fff;
        margin: 30px auto;
        box-shadow: 0 1px 2px 1px rgba(225, 225, 225, 0.8);
        border-radius: 5px;
        padding: 20px 0;
        height: 480px;
    }

        .bg_wjmima .wjmimabox .unlibox {
            width: 88%;
            position: relative;
            overflow: hidden;
            margin: 0 auto;
        }

            .bg_wjmima .wjmimabox .unlibox .mitiext {
                color: #25ba5e;
                font-size: 17px;
                text-align: center;
                font-weight: bold;
                padding-bottom: 5px;
            }

            .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou {
                width: 100%;
                position: relative;
                overflow: hidden;
            }

                .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu {
                    width: 100%;
                    margin: 20px auto;
                    overflow: hidden;
                }

                    .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li {
                        float: left;
                        display: inline-block;
                        position: relative;
                        width: 32%;
                        z-index: 1;
                        padding: 3px;
                    }

                        .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li span {
                            display: block;
                            font-size: 16px;
                            text-align: center;
                            color: #c2c2c1;
                            font-weight: bold;
                            padding-top: 4px;
                        }

                        .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li i {
                            width: 25px;
                            height: 25px;
                            display: block;
                            background: #e1e1e1;
                            border-radius: 50%;
                            margin: 8px auto;
                            box-shadow: 1px 1px 1px #888 inset;
                            position: relative;
                            overflow: hidden;
                        }

                            .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li i em {
                                width: 15px;
                                height: 15px;
                                display: block;
                                margin: 0px auto;
                                background: #fff;
                                border-radius: 50%;
                                margin-top: 5px;
                                border: 1px solid #eee;
                            }

                        .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li.active span {
                            color: #25ba5e;
                        }

                        .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li.active em {
                            background: #25ba5e;
                            border: 1px solid #25ba5e;
                        }

                        .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li.sidle {
                            width: 65%;
                            background: #e1e1e1;
                            height: 4px;
                            position: absolute;
                            left: 16%;
                            top: 36%;
                            z-index: 0;
                        }

                            .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li.sidle:before {
                                content: '';
                                width: 0%;
                                position: absolute;
                                height: 100%;
                                left: 0;
                                top: 0;
                                background: #25ba5e;
                            }

                            .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li.sidle.nn2:before {
                                width: 50%;
                            }

                            .bg_wjmima .wjmimabox .unlibox .systemPaybuzhou .payzoubu li.sidle.nn3:before {
                                width: 100%;
                            }

            .bg_wjmima .wjmimabox .unlibox .wjmimtext {
                width: 38%;
                position: relative;
                margin: 15px auto;
            }

                .bg_wjmima .wjmimabox .unlibox .wjmimtext .dittxit {
                    width: 100%;
                    position: relative;
                    overflow: hidden;
                    border: 1px solid #cccccc;
                    padding: 6px;
                    border-radius: 5px;
                    margin-bottom: 20px;
                }

                    .bg_wjmima .wjmimabox .unlibox .wjmimtext .dittxit .maxtext {
                        color: #000;
                        height: 28px;
                        line-height: 28px;
                        width: 100%;
                        border: none;
                        float: left;
                        font-size: 14px;
                        outline: none;
                        display: block;
                        padding-left: 35px;
                    }

                    .bg_wjmima .wjmimabox .unlibox .wjmimtext .dittxit .mittext {
                        color: #000;
                        height: 28px;
                        line-height: 28px;
                        width: 58%;
                        border: none;
                        float: left;
                        font-size: 14px;
                        outline: none;
                        display: block;
                        padding-left: 5px;
                        border-right: 1px solid #ccc;
                    }

                    .bg_wjmima .wjmimabox .unlibox .wjmimtext .dittxit .posila {
                        position: absolute;
                        left: 8px;
                        top: 7px;
                        font-size: 25px;
                        color: #CCC;
                    }

                    .bg_wjmima .wjmimabox .unlibox .wjmimtext .dittxit .ditbtns {
                        display: block;
                        float: right;
                        width: 36%;
                        text-align: center;
                        font-size: 14px;
                        text-decoration: none;
                        height: 28px;
                        line-height: 30px;
                        border: none;
                        cursor: pointer;
                        background: #fff;
                        outline: none;
                        font-size: 13px;
                    }

                        .bg_wjmima .wjmimabox .unlibox .wjmimtext .dittxit .ditbtns:hover {
                            color: #ff3e0e;
                        }

                .bg_wjmima .wjmimabox .unlibox .wjmimtext .rentn {
                    width: 100%;
                    background: #25BA5E;
                    display: inline-block;
                    padding: 12px 7px;
                    text-align: center;
                    color: #FFFFFF;
                    text-decoration: none;
                    border-radius: 5px;
                    -webkit-transition: all 0.25s;
                    -moz-transition: all 0.25s;
                    -ms-transition: all 0.25s;
                    transition: all 0.25s;
                    margin-bottom: 15px;
                }

                    .bg_wjmima .wjmimabox .unlibox .wjmimtext .rentn:hover {
                        background: #0EA849;
                        letter-spacing: 5px;
                    }

                .bg_wjmima .wjmimabox .unlibox .wjmimtext .tikuangbox {
                    text-align: center;
                    margin: 60px auto;
                }

                    .bg_wjmima .wjmimabox .unlibox .wjmimtext .tikuangbox .icon {
                        color: #25ba5e;
                        display: inline-block;
                        font-size: 34px;
                        vertical-align: middle;
                        margin-right: 8px;
                    }

                    .bg_wjmima .wjmimabox .unlibox .wjmimtext .tikuangbox span {
                        font-weight: bold;
                    }

            .bg_wjmima .wjmimabox .unlibox .wjmimawztsh {
                width: 60%;
                position: relative;
                margin: 10px auto;
                border-radius: 5px;
                background: #edfff8;
                border: 1px solid #deeee8;
                padding: 15px 20px;
            }

                .bg_wjmima .wjmimabox .unlibox .wjmimawztsh h3 {
                    color: #666666;
                    padding-bottom: 15px;
                }

                .bg_wjmima .wjmimabox .unlibox .wjmimawztsh p {
                    color: #666;
                    padding-bottom: 8px;
                    font-size: 13px;
                }

                    .bg_wjmima .wjmimabox .unlibox .wjmimawztsh p:last-child {
                        padding-bottom: 0;
                    }

.Memberlist .modal-dialog {
    width: 760px;
}

.Memberlist .minhei22 {
    height: 330px;
    overflow-y: auto;
    padding-right: 5px;
}

.bg-bule {
    background: #8e64fd;
}

.mbott20 {
    margin-bottom: 20px;
}

.bg-red {
    background: #f93939;
}

.hovers {
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.mat15 {
    margin-top: 15px;
}
/*------------首页响应式-----------------*/
.fiexdbox {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.posiayanshi {
    width: 10%;
    position: absolute;
    left: 65.6%;
    background: #fff;
    padding: 20px;
    top: 160px;
    z-index: -2;
    border-radius: 2px;
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    height: 348px;
    overflow: hidden;
}

    .posiayanshi.on {
        width: 33%;
        left: 26%;
        top: -70px;
        bottom: 0px;
        margin: auto;
        z-index: 10000;
    }

.yanshititle {
    text-align: center;
    color: #7b7b7b;
    font-size: 19px;
    padding-bottom: 20px;
}

.yanshiulbox {
    width: 100%;
    position: relative;
}

    .yanshiulbox li {
        float: left;
        margin-left: 4.6%;
        margin-bottom: 29px;
    }

        .yanshiulbox li a {
            text-align: center;
            text-decoration: none;
            width: 58px;
            display: block;
        }

            .yanshiulbox li a i {
                display: block;
                background: #31c17b;
                width: 50px;
                height: 50px;
                margin-bottom: 8px;
                line-height: 52px;
                color: #fff;
                border-radius: 12px;
                font-size: 50px;
                -webkit-transition: all 0.25s linear;
                -ms-transition: all 0.25s linear;
                -moz-transition: all 0.25s linear;
                transition: all 0.25s linear;
            }

            .yanshiulbox li a span {
                font-size: 13px;
                width: 52px;
                display: block;
                text-align: center;
            }

            .yanshiulbox li a:hover i {
                -webkit-transform: scale(1.1) translateY(-5px);
                -ms-transform: scale(1.1) translateY(-5px);
                -moz-transform: scale(1.1) translateY(-5px);
                transform: scale(1.1) translateY(-5px);
            }

.matop30 {
    margin-top: 20px;
}

.matbot30 {
    margin-bottom: 25px;
}

.yanshiclose {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .yanshiclose:hover {
        background: #ff9d9c;
        color: #fff;
        text-decoration: none;
    }

.text-ovtb {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
    text-align: left;
    vertical-align: top;
}

.floetetxt {
    display: inline-block;
    margin-top: -5px;
    font-size: 14px;
}

    .floetetxt i {
        font-size: 24px;
        color: #19B394;
        display: inline-block;
        vertical-align: -2px;
        font-weight: bold;
        margin-left: 6px;
        margin-right: 6px;
    }

.Cashxzhy .minhei22 {
    height: 360px;
    overflow-y: auto;
    width: 100%;
    padding-right: 5px;
    margin-top: 15px;
}

    .Cashxzhy .minhei22 .table thead > tr > th {
        border-bottom: 0;
    }

    .Cashxzhy .minhei22 .table tbody tr:nth-child(odd) {
        background-color: transparent;
    }

    .Cashxzhy .minhei22 .table tbody tr:last-child {
        border-bottom: 1px solid #dddddd;
    }

    .Cashxzhy .minhei22 .table tbody tr:hover {
        background-color: #e3eff5;
    }

.corbgss {
    color: #ff5400;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.xianzhehuiyan {
    color: #4290d9 !important;
}

.clickinfo,
.curpor {
    cursor: pointer;
}

.Duihgift .modal-dialog {
    width: 800px;
}

.Duihgift .moslefs {
    margin-top: 3px;
}

    .Duihgift .moslefs i {
        color: #ff4301;
        font-size: 16px;
        margin-left: 3px;
        font-size: 22px;
        display: inline-block;
        vertical-align: -2px;
    }

.Duihgift .Duihbox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .Duihgift .Duihbox .duileft {
        width: 60%;
        float: left;
        height: 360px;
        overflow-y: auto;
        padding-right: 6px;
    }

    .Duihgift .Duihbox .duiright {
        width: 40%;
        float: left;
        height: 360px;
        padding-left: 20px;
    }

        .Duihgift .Duihbox .duiright li {
            position: relative;
        }

        .Duihgift .Duihbox .duiright .duiili .duiimg {
            width: 100px;
            height: 100px;
            display: inline-block;
            margin: 18px auto;
            vertical-align: middle;
            margin-right: 6px;
        }

            .Duihgift .Duihbox .duiright .duiili .duiimg img {
                width: 100px;
                height: 100px;
            }

        .Duihgift .Duihbox .duiright .duiili span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 0;
        }

        .Duihgift .Duihbox .duiright .duiili i {
            color: #f05721;
            font-weight: bold;
            font-size: 20px;
            display: inline-block;
            vertical-align: middle;
        }

        .Duihgift .Duihbox .duiright .redcoleo {
            color: #ff0000;
        }

        .Duihgift .Duihbox .duiright .posiaa {
            position: absolute;
            right: 30px;
            top: -7px;
            font-size: 25px;
            color: #b2b2b2;
            cursor: pointer;
            font-weight: bold;
        }

.addshuxl {
    overflow: hidden;
}

    .addshuxl .addjian {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: block;
        border: 1px solid #b1b1b1;
        margin-right: 2px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        background: #b1b1b1;
    }

        .addshuxl .addjian:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 2px;
            background: #fff;
            left: 3px;
            top: 7px;
        }

        .addshuxl .addjian:hover {
            background: #19b394;
            border: 1px solid #19b394;
        }

        .addshuxl .addjian.none {
            border: 1px solid #E1E1E1;
        }

            .addshuxl .addjian.none:before {
                background: #E1E1E1;
            }

    .addshuxl .addtext {
        width: 35px;
        text-align: center;
        border: 1px solid #fff;
        outline: none;
        vertical-align: 5px;
    }

        .addshuxl .addtext:focus {
            outline: none;
        }

    .addshuxl .addadd {
        cursor: pointer;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: block;
        border: 1px solid #b1b1b1;
        margin-left: 2px;
        background: #b1b1b1;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        position: relative;
    }

        .addshuxl .addadd:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 2px;
            background: #fff;
            left: 3px;
            top: 7px;
        }

        .addshuxl .addadd:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 10px;
            background: #fff;
            left: 7px;
            top: 3px;
        }

        .addshuxl .addadd:hover {
            background: #19b394;
            border: 1px solid #19b394;
        }

.gouwufooter {
    width: 100%;
    max-width: 768px;
    position: fixed;
    border-top: 1px solid #e5e5e5;
    z-index: 1;
    bottom: 0;
    background: #fff;
}

    .gouwufooter .gouall {
        padding-left: 0.6rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .gouwufooter .gouall .xuanbox {
            display: inline-block;
            vertical-align: -4px;
            margin-top: 10px;
        }

        .gouwufooter .gouall span {
            display: inline-block;
            color: #5a5a5a;
            margin-left: 0.2rem;
        }

    .gouwufooter .gounebtn a,
    .gouwufooter .goudedele a {
        background: #e0e0e0;
        color: #fff;
        display: block;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .gouwufooter .gounebtn.open a,
    .gouwufooter .goudedele.open a {
        background: #ff4242;
    }

    .gouwufooter .goudedele {
        display: none;
    }

    .gouwufooter .goustext {
        line-height: 50px;
        color: #FF0000;
        margin-left: 0.6rem;
    }

.main_box .table .texcent th,
.texcent th,
.main_box .table .texcent td,
.texcent td {
    text-align: center !important;
}

.Cashxzhy .modal-dialog {
    width: 800px;
}

.Cashxzhy .xianzhehuiyan:hover {
    color: #fff !important;
}

.oksbag {
    background: #eaf2ff;
}

.xzlipin .minhei22 {
    height: 280px;
    overflow-y: auto;
    padding-right: 5px;
}

.xezlibtn {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .xezlibtn a {
        float: right;
        display: inline-block;
        background: #ff7a24;
        color: #fff;
        width: 90px;
        text-align: center;
        padding: 5px 0;
        margin-top: 10px;
        text-decoration: none;
        border-radius: 5px;
        margin-left: 10px;
    }

        .xezlibtn a:hover {
            background: #f07322;
        }

    .xezlibtn .pisole {
        font-size: 15px;
        display: inline-block;
        margin-top: 9px;
    }

        .xezlibtn .pisole i {
            display: inline-block;
            color: #ff4301;
            font-weight: bold;
            margin-left: 6px;
            font-size: 22px;
        }

.zhankaibtn {
    border-bottom: none !important;
    line-height: 50px !important;
}

    .zhankaibtn a {
        padding: 10px 18px !important;
        background: #ff8309 !important;
        border-radius: 3px;
    }

        .zhankaibtn a:hover {
            background: #ec7427 !important;
        }

.disone {
    display: none;
}

.check-box {
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    background: #FFFFFF;
    border: 1px solid #999;
    margin-top: 3px;
}

    .check-box i {
        width: 9px;
        height: 9px;
        position: absolute;
        left: 2px;
        top: 2px;
        background: transparent;
        border-radius: 1px;
    }

.table input[type=checkbox] {
    display: none;
}

.table .checkedBox i {
    background: #ff8c40;
}

.fonsi22 {
    font-size: 24px !important;
    margin-right: 0.1em !important;
    vertical-align: -4px !important;
}


@media screen and (max-width: 1814px) {
    /*当屏幕尺寸小于1700px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 34%;
        left: 25.5%;
    }
}

@media screen and (max-width: 1790px) {
    /*当屏幕尺寸小于1700px时，应用下面的CSS样式*/
    .yanshiulbox li {
        margin-left: 4.1%;
    }
}

@media screen and (max-width: 1700px) {
    /*当屏幕尺寸小于1700px时，应用下面的CSS样式*/
    .citiebox {
        padding: 9em 6em;
    }

    .yanshiulbox li {
        margin-left: 3.9%;
    }
}

@media screen and (max-width: 1678px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .citiebox {
        padding: 9em 6em;
    }

        .citiebox .xos1 {
            width: 46%;
        }
}

@media screen and (max-width: 1649px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 35%;
        left: 25.4%;
    }

    .yanshiulbox li {
        margin-left: 3.7%;
    }
}

@media screen and (max-width: 1588px) {
    /*当屏幕尺寸小于1588px时，应用下面的CSS样式*/
    .citiebox .mr1em {
        margin-right: 0.9em;
    }

    .citiebox .col-xs-3 > div:nth-child(2n-1) {
        margin-right: 0.9em;
    }

    .citiebox {
        padding: 7em 4em;
    }
}

@media screen and (max-width: 1570px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 35.4%;
        left: 25.4%;
    }

    .yanshiulbox li {
        margin-left: 3.5%;
    }
}

@media screen and (max-width: 1568px) {
    /*当屏幕尺寸小于1588px时，应用下面的CSS样式*/
    .citiebox .mr1em {
        width: 46%;
    }

    .citiebox {
        width: 94%;
    }
}

@media screen and (max-width: 1518px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 38.4%;
        left: 23%;
    }

    .yanshiulbox li {
        margin-left: 3.6%;
    }
}

@media screen and (max-width: 1518px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 39%;
        left: 23%;
    }

    .yanshiulbox li {
        margin-left: 3.6%;
    }
}

@media screen and (max-width: 1391px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 40%;
        left: 22.4%;
    }

    .yanshiulbox li {
        margin-left: 3.5%;
    }
}

@media screen and (max-width: 1344px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 41%;
        left: 21.8%;
    }

    .yanshiulbox li {
        margin-left: 3.3%;
    }
}

@media screen and (max-width: 1318px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 42%;
        left: 21.2%;
    }
}

@media screen and (max-width: 1280px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .yanshiulbox li {
        margin-left: 3.1%;
    }
}

@media screen and (max-width: 1240px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .yanshiulbox li {
        margin-left: 2.9%;
    }
}

@media screen and (max-width: 1212px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 43%;
        left: 21.2%;
    }
}
@media screen and (max-width: 1190px) {
    /*当屏幕尺寸小于1190px时，应用下面的CSS样式*/
   .nobing2 img{
       width: 545px;
   }
}
@media screen and (max-width: 1189px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 43%;
        left: 12.6%;
    }

    .yanshiulbox li {
        margin-left: 2.5%;
    }
}

@media screen and (max-width: 1144px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 44%;
        left: 11.7%;
    }
}

@media screen and (max-width: 1118px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 46%;
        left: 9.8%;
    }

    .yanshiulbox li {
        margin-left: 2.7%;
    }
}

@media screen and (max-width: 1088px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 47%;
        left: 9%;
    }

    .yanshiulbox li {
        margin-left: 2.5%;
    }
}

@media screen and (max-width: 1046px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 47%;
        left: 9%;
    }

    .yanshiulbox li {
        margin-left: 2.2%;
    }
}

@media screen and (max-width: 1024px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 48%;
        left: 8.5%;
    }

    .yanshiulbox li {
        margin-left: 2%;
    }
}

@media screen and (max-width: 983px) {
    /*当屏幕尺寸小于1678px时，应用下面的CSS样式*/
    .posiayanshi.on {
        width: 49%;
        left: 7.5%;
    }

    .yanshiulbox li {
        margin-left: 2%;
    }
}

@media screen and (max-width: 1411px) {
    /*当屏幕尺寸小于1411px时，应用下面的CSS样式*/
    .citiebox .mr1em {
        margin-right: 0.8em;
    }

    .citiebox .col-xs-3 > div:nth-child(2n-1) {
        margin-right: 0.9em;
    }

    .citiebox {
        padding: 6em 2em;
    }
}

@media screen and (max-width: 1376px) {
    /*当屏幕尺寸小于1376px时，应用下面的CSS样式*/
    .citiebox .mr1em {
        margin-right: 0.6em;
    }

    .citiebox .col-xs-3 > div:nth-child(2n-1) {
        margin-right: 0.5em;
    }

    .citiebox {
        padding: 6em 2em;
    }

        .citiebox .boxsmall {
            height: 6.8em;
            width: 100%;
        }

            .citiebox .boxsmall i {
                display: block;
                font-size: 2.6em;
                margin-bottom: 0.1em;
                margin-top: 0.3em;
            }

        .citiebox .misu a {
            margin-bottom: 0.5em;
        }

        .citiebox .boxin {
            height: 14.2em;
            padding-top: 1.4em;
            width: 100%;
        }

            .citiebox .boxin i {
                padding-top: 0.4em;
            }

        .citiebox .boxbig {
            height: 6.8em;
            width: 100%;
        }

            .citiebox .boxbig i {
                display: block;
                font-size: 2.6em;
                margin-bottom: 0.1em;
                margin-top: 0.3em;
            }

        .citiebox .misu {
            font-size: 1.1em;
        }

            .citiebox .misu i.icon-home {
                font-size: 33px;
                margin-top: 25px !important;
                margin-bottom: 12px !important;
            }

    .icon-calendar {
        font-size: 27px !important;
        margin-top: 26px !important;
        margin-bottom: 20px !important;
    }

    .fontsss {
        font-size: 29px !important;
        margin-top: 20px !important;
        margin-bottom: 8px !important;
    }

    .fontcccc {
        font-size: 54px !important;
        width: 100%;
        margin-top: 2px;
        padding-top: 15px;
        margin-bottom: 17px !important;
    }

    .fontqjsz {
        font-size: 40px !important;
        margin-bottom: 5px !important;
    }

    .fontasssscxc {
        font-size: 46px !important;
        padding-top: 35px !important;
    }
    /*脚部*/
    .index_footer a:first-child {
        margin-left: 180px;
    }

    .index_footer a {
        font-size: 12px;
    }
    /*-----左侧导航栏------*/
    #sidebar {
        width: 160px;
    }

        #sidebar ul.sidebar-menu li a {
            font-size: 14px;
        }

    .main_box {
        margin-left: 160px;
    }

        .main_box .col-xs-3 {
            padding-right: 8px;
        }
}

.priconone {
    display: none;
}
/* Let's get this party started */
ul::-webkit-scrollbar,
.mosivr::-webkit-scrollbar,
.minhei22::-webkit-scrollbar,
#Adduser .modal-body .modderlis::-webkit-scrollbar,
.xianmukabox::-webkit-scrollbar {
    width: 3px;
}
/* Track */
ul::-webkit-scrollbar-track,
.mosivr::-webkit-scrollbar-track,
.minhei22::-webkit-scrollbar-track,
#Adduser .modal-body .modderlis::-webkit-scrollbar-track,
.xianmukabox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
ul::-webkit-scrollbar-thumb,
.mosivr::-webkit-scrollbar-thumb,
.minhei22::-webkit-scrollbar-thumb,
#Adduser .modal-body .modderlis::-webkit-scrollbar-thumb,
.xianmukabox::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(215, 215, 215, 0.7);
}

    ul::-webkit-scrollbar-thumb:window-inactive,
    .mosivr::-webkit-scrollbar-thumb:window-inactive,
    .minhei22::-webkit-scrollbar-thumb:window-inactive,
    #Adduser .modal-body .modderlis::-webkit-scrollbar-thumb:window-inactive,
    .minhei22::-webkit-scrollbar-thumb:window-inactive,
    .xianmukabox::-webkit-scrollbar-thumb:window-inactive,
    .minhei22::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(215, 215, 215, 0.4);
    }

@media screen and (max-width: 1317px) {
    /*当屏幕尺寸小于1317px时，应用下面的CSS样式*/
    .list_hyxq ul li {
        width: 49% !important;
        margin-bottom: 10px;
        padding: 8px !important;
    }
}

@media only screen and (max-width: 1350px) {
    .proutime {
        display: none !important;
    }
}

@media only screen and (max-width: 1189px) {
    .contner {
        width: 890px !important;
    }
    .bg_reibox .robox .nafri2{
        width: 525px;
    }
    .bg_reibox .robox .nafle2{
        width: 360px;
    }
}

@media screen and (max-width: 1336px) {
    /*当屏幕尺寸小于1154px时，应用下面的CSS样式*/
    .citiebox {
        width: 93%;
    }
}

@media screen and (max-width: 1200px) {
    /*当屏幕尺寸小于1154px时，应用下面的CSS样式*/
    .citiebox .misu {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 1170px) {
    /*当屏幕尺寸小于1154px时，应用下面的CSS样式*/
    .citiebox {
        width: 92%;
    }
}

@media screen and (max-width: 1046px) {
    /*当屏幕尺寸小于1154px时，应用下面的CSS样式*/
    .citiebox {
        width: 91%;
    }
}

@media screen and (max-width: 1030px) {
    /*当屏幕尺寸小于1030px时，应用下面的CSS样式*/
    .citiebox .boxin i {
        padding-top: 0.2em;
    }
}

@media screen and (max-width: 970px) {
    /*当屏幕尺寸小于970px时，应用下面的CSS样式*/
    .bg_reibox .robox .nafri2{
        width: 460px;
    }
     .contner2{
        width: 830px !important;
    }
     .nobing2 img{
         width: 420px;
         top:50px;
     }
}

@media screen and (max-width: 960px) {
    /*当屏幕尺寸小于960px时，应用下面的CSS样式*/
  .posiayanshi.on{
      width: 60%;
  }
}

@media screen and (max-width: 899px) {
    /*当屏幕尺寸小于899px时，应用下面的CSS样式*/
    /*---这是头部----*/
    .top-nav .zxgm,
    .top-nav .bzzxws,
    .top-nav .dpmcli {
        display: none;
    }

    .citiebox {
        margin-left: 1rem;
        margin-top: 20px;
    }

        .citiebox .col-xs-3 {
            width: 50%;
            padding-right: 15px;
        }

        .citiebox .misu a {
            margin-bottom: 0.8em;
        }
        .bg_reibox .robox .nafri2{
            width: 450px;
        } 
        .contner2{
            width: 820px !important;
        }  
}

@media screen and (max-width: 870px) {
    /*当屏幕尺寸小于870px时，应用下面的CSS样式*/
    .bg_reibox .robox .nafri2{
        width: 430px;
    }
    .bg_reibox .robox .nafle2{
        width: 300px;
    }
    .bg_reibox .robox .nafle2 ul input{
        width: 70%;
    }
    .bg_reibox .robox .nafle ul select{
        width: 268px;
    }
    .bg_reibox .robox .nafle2 ul li .posila{
        left: 68px;
    }
    .bg_reibox .robox .nafle2 ul li.font155 .posila{
        left: 68px;
    }
    .bg_reibox .robox .nafle2 ul li .dittxit{
        margin-left: 62px;
        width: 256px;
    }
    .bg_reibox .robox .nafle ul .wty p{
        padding-left: 62px;
    }
    .yinsizile{
        padding-left: 62px !important;
    }
    .bg_reibox .robox .nafle2 ul .rentn{
        padding-left: 62px;
    }
    .rieifote .fo2{
        margin-right: 30px;
    }
    .contner2{
            width: 760px !important;
        }
}

@media screen and (max-width: 860px) {
    /*当屏幕尺寸小于860px时，应用下面的CSS样式*/
    .nobing2 img{
        width: 390px;
    }
}

@media screen and (max-width: 786px) {
    /*当屏幕尺寸小于899px时，应用下面的CSS样式*/
    .memeber_czjl .table th {
        font-size: 13px;
    }

    .memeber_czjl .table tbody td {
        font-size: 12px;
    }
}

@media screen and (max-width: 1729px) {
    /*当屏幕尺寸小于1729px时，应用下面的CSS样式*/
    .hepaibox ul {
        margin-left: 15% !important;
    }

    .heihucz .cshurui div:first-child {
        margin-right: 40px !important;
    }
}

@media screen and (max-width: 1687px) {
    /*当屏幕尺寸小于1687px时，应用下面的CSS样式*/
    .heihucz .cshurui div:first-child {
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 1645px) {
    /*当屏幕尺寸小于1645px时，应用下面的CSS样式*/
    .heihucz .cshurui div:first-child {
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 1625px) {
    /*当屏幕尺寸小于1625px时，应用下面的CSS样式*/
    .hepaibox ul {
        margin-left: 10% !important;
        width: 84% !important;
    }

    .heihucz .rewobox {
        width: 90% !important;
    }
}

@media screen and (max-width: 1484px) {
    /*当屏幕尺寸小于1484px时，应用下面的CSS样式*/
    .heihucz .rewobox {
        width: 96% !important;
    }

    .hepaibox ul {
        margin-left: 5% !important;
        width: 90% !important;
    }
}

@media screen and (max-width: 1414px) {
    /*当屏幕尺寸小于1414px时，应用下面的CSS样式*/
    .heihucz .rewobox {
        width: 100% !important;
    }

    .hepaibox ul {
        margin-left: 0% !important;
        width: 100% !important;
    }

    .cshurui div {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1372px) {
    /*当屏幕尺寸小于1372px时，应用下面的CSS样式*/
    .hepaibox {
        width: 50% !important;
    }

        .hepaibox ul {
            margin-left: 0% !important;
        }

            .hepaibox ul li {
                width: 100% !important;
            }

    .hyzibox .heihucz {
        width: 50% !important;
    }

        .hyzibox .heihucz .cshurui div {
            margin-bottom: 12px;
        }

        .hyzibox .heihucz .cshurui .rems {
            position: relative !important;
        }
}
@media screen and (max-width: 568px){
    .refbotheader .login{
        float:left;
    }
    .nobing{
        display:none;
    }
    .bglogin .terbox{
        float:left;
        margin-left: 20px;
    }
}
@media screen and (max-width: 340px){
    .bglogin .terbox{
        float:left;
        margin-left: 0;
    }
}

/*用户头像圆角*/
#userImg, #userImg {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/*帮助中心，视频反馈*/
.am-color-red {
    color: red;
}

.dropdown-menu {
    min-width: 120px;
}

    .dropdown-menu a {
        text-align: center;
    }

.modal-body .col-xs-3 {
    text-align: center;
    padding: 20px;
}

.modal-body a {
    color: #000;
}

.modal-body .col-xs-3 p {
    margin-top: 15px;
}

.scale {
    transform: scale(1.1);
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

.form-group-h1 {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.am-formgroup-li {
    padding: 20px 20px 0px 20px;
}

.am-img1 {
    width: 20px;
    position: absolute;
    transform: translateY(-21px);
    left: 20px;
    margin-left: 6px;
}

.kkimg {
    width: 150px;
    margin: 20px 20px 20px 116px;
    position: relative;
    vertical-align: top;
}

.bbimg {
    width: 200px;
    margin: 6px 20px 20px 101px;
    position: relative;
    vertical-align: top;
}

.weixinBindInput {
    display: block;
    margin-bottom: 18px;
    width: 370px;
    border: 1px solid #E0E0E0;
    line-height: 33px;
    height: 33px;
    padding: 2px 8px;
    border-radius: 5px;
}

.private_key {
    display: block;
    margin-bottom: 18px;
    width: 370px;
    border: 1px solid #E0E0E0;
    line-height: 33px;
    min-height: 150px;
    padding: 2px 8px;
    border-radius: 5px;
}

.barcodeLeft {
    width: 260px;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.barcodeRight {
    width: 220px;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.barcodeRight_top {
    height: 255px;
    width: 100%;
    position: relative;
}

.barcodeRight_bottom {
    height: 50px;
    width: 100%;
    position: relative;
}

    .barcodeRight_bottom input {
        width: 200px;
        position: absolute;
        bottom: 10px;
    }

.Quanxianbox .moxuezebox li.regbtn.active i.tick {
    opacity: 1;
}

.Quanxianbox .moxuezebox li.regbtn i.tick {
    position: absolute;
    margin-top: -35px;
    margin-left: 9px;
    opacity: 0;
}

.addCustomFieldHtml {
    width: 100%;
    min-height: 50px;
    position: relative;
    bottom: 1px;
    background-color: aliceblue;
}

    .addCustomFieldHtml input {
        margin-top: 10px;
        margin-left: 5px;
        padding-left: 5px;
        outline: none;
        border-radius: 2px;
        border: 0px;
        width: 90px;
        height: 30px;
    }

    .addCustomFieldHtml a, .addCustomFieldHtml img {
        margin-top: 10px;
        margin-left: 3px;
    }

.add-input {
    width: auto;
    float: left;
}

    .add-input input {
        float: left;
    }

.Cashxzhy {
    min-height: 315px;
    max-height: 315px;
    overflow: auto;
    position: relative;
}

.commonItems {
    width: 50%;
    margin: 0;
    position: relative;
    float: left;
}

    .commonItems i {
        margin-left: 60px;
        text-align: center;
    }

    .commonItems ul {
        width: 100%;
        position: relative;
        margin: 0;
        text-decoration: none;
    }

        .commonItems ul li {
            min-width: 120px;
            max-width: 150px;
            min-height: 30px;
            margin-top: 15px;
            margin-left: 30px;
            text-align: center;
            line-height: 30px;
            background-color: #41bfa0;
            border-radius: 2px;
        }

    .commonItems .active {
        /*background-color: #19B394;*/
    }

    .commonItems ul li a {
        width: 100%;
        height: 100%;
        float: left;
        position: relative;
        text-decoration: none;
        font-size: 12px;
        color: #FFFFff;
    }

.notCommonItems {
    width: 50%;
    float: left;
    position: relative;
}

    .notCommonItems i {
        margin-left: 60px;
        text-align: center;
    }

.commonItems ul {
    width: 100%;
    position: relative;
    margin: 0;
    text-decoration: none;
}

.notCommonItems ul li {
    min-width: 120px;
    max-width: 150px;
    min-height: 30px;
    margin-top: 15px;
    margin-left: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #e0e0e0;
    border-radius: 2px;
}

    .notCommonItems ul li a {
        width: 100%;
        height: 100%;
        float: left;
        position: relative;
        text-decoration: none;
        font-size: 12px;
        color: #999999;
    }

.showMsg {
    text-align: center;
    color: #999999;
    font-size: 12px;
    min-height: 30px;
    line-height: 30px;
}

.ygmiveiwl .ritianshu {
    display: inline-block;
    margin-left: 8px;
}

.ygmiveiwl .child {
    display: inline-block;
    margin-left: 8px;
}

.ygmiveiwl .stecs {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    margin-bottom: 8px;
}

    .ygmiveiwl .stecs.on a:before {
        height: 7px;
        background: #19B394;
    }

    .ygmiveiwl .stecs a {
        display: inline-block;
        width: 13px;
        height: 13px;
        border: 1px solid #19B394;
        margin-right: 5px;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
    }

        .ygmiveiwl .stecs a:before {
            width: 7px;
            height: 0px;
            content: '';
            position: absolute;
            left: 2px;
            top: 2px;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

.childchoice.on a:before {
    height: 7px;
    background: #19B394;
}

.childchoice.on a:before {
    height: 7px;
    background: #19B394;
}

.childchoice a {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #19B394;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

    .childchoice a:before {
        width: 7px;
        height: 0px;
        content: '';
        position: absolute;
        left: 2px;
        top: 2px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.childchoice {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    margin-bottom: 8px;
}

.modal-body td input {
    width: 67px;
    display: inline-block;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #C7C7C7;
    line-height: 32px;
    outline: none;
    padding-left: 15px;
    font-size: 12px;
}

.productMoreSpecs.on a:before {
    height: 7px;
    background: #19B394;
}

.productMoreSpecs.on a:before {
    height: 7px;
    background: #19B394;
}

.productMoreSpecs a {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #19B394;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

    .productMoreSpecs a:before {
        width: 7px;
        height: 0px;
        content: '';
        position: absolute;
        left: 2px;
        top: 2px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.productMoreSpecs {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    margin-bottom: 8px;
}

.mem_top .ritianshu .Choice {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    margin-bottom: 8px;
}

    .mem_top .ritianshu .Choice i {
        display: inline-block;
        width: 13px;
        height: 13px;
        border: 1px solid #19B394;
        margin-right: 5px;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
    }

        .mem_top .ritianshu .Choice i:before {
            width: 7px;
            height: 0px;
            content: '';
            position: absolute;
            left: 2px;
            top: 2px;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
        }

    .mem_top .ritianshu .Choice span {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
    }

.main_box .ritianshu .Choice .roel {
    color: #F05721;
}

.mem_top .ritianshu .Choice textarea {
    display: inline-block;
    margin-left: 16px;
    margin-top: 5px;
    width: 92%;
    height: 80px;
    outline: none;
    border-radius: 3px;
    resize: none;
    padding: 5px;
    font-size: 12px;
}

.mem_top .ritianshu .Choice.on i:before {
    height: 7px;
    background: #19B394;
}

.mem_top .ritianshu .giftData {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    margin-bottom: 8px;
}

.ritianshu .giftData i {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #19B394;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

    .ritianshu .giftData i:before {
        width: 7px;
        height: 0px;
        content: '';
        position: absolute;
        left: 2px;
        top: 2px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.ritianshu .giftData span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.ritianshu .giftData .roel {
    color: #F05721;
}

.ritianshu .giftData textarea {
    display: inline-block;
    margin-left: 16px;
    margin-top: 5px;
    width: 92%;
    height: 80px;
    outline: none;
    border-radius: 3px;
    resize: none;
    padding: 5px;
    font-size: 12px;
}

.ritianshu .giftData.on i:before {
    height: 7px;
    background: #19B394;
}

.tablelist img {
    border-radius: 50%;
}
.showMsg {
    text-align: center;
    color: #999999;
    font-size: 12px;
    min-height: 30px;
    line-height: 30px;
}

.showSystemMsg {
    max-width: 280px;
    min-width: 280px;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    min-height: 200px;
    border-radius: 5px;
    background-color: #FFFFff;
    position: absolute;
    top: 50px;
    right: 280px;
    display: none;
}

    .showSystemMsg ul {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        text-decoration: none;
    }

        .showSystemMsg ul li {
            width: 100%;
            margin: 10px 10px 10px 10px;
            float: left;
            position: relative;
        }

            .showSystemMsg ul li time {
                margin-right: 20px;
            }

            .showSystemMsg ul li strong {
                margin-left: 20px;
            }
            .uparrow, .downarrow {
    position:relative;
    margin-top:3px;
    width:18px;
    height:18px;
    cursor:pointer;
}
.downarrow {
    margin-left:12px;
}
.onlinOrderBnt {
    float: right;
    margin-right: 20px;
}
/*微信绑定*/
.tpMsgHtml{
    width: 100%;
    margin:0;
	padding: 0;
	background: #f8f8f8;
}
.tpMsgHtml ul{
	margin-top: 10px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.tpMsgHtml ul li{
	
	list-style: none;
	padding: 0;
	display: block;
}
.tpMsgHtml .col-xs-4{
	height: 150px;
	padding: 0;
	position: relative;
	background: #f8f8f8;
	
}
.tpMsgHtml .col-lg-3,
.tpMsgHtml .col-md-4,
.tpMsgHtml .col-xs-6{
    padding-right: 0;
}
.tpMsgHtml .col-xs-8{
	height: 170px;
	background-color: #FFFFFF;
	padding: 8px;
}
.tpMsgHtml .col-xs-4 img{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	display: block;
	height: 65px;
	width: 65px;
	border-radius: 50%;
}
.tpMsgHtml p{
	overflow: hidden;
	margin: 0;
}
.tpMsgHtml .username_,.tpMsgHtml .usertime_{
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.tpMsgHtml .xuanze{
	font-style: normal;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid darkgray;
	border-radius: 50%;
	float: right;
	-webkit-appearance: none;
}
.tpMsgHtml .xiaoxi li{
	padding: 0;
	width: 25%;
	float: left;
	padding: 8px;
	text-align: center;
}
.tpMsgHtml .xiaoxi li a{
	display: block;
	width: 22px;
	height: 22px;
	background: #e2e2e2;
	border-radius: 3px;
    cursor: pointer;
}
.tpMsgHtml .xiaoxi li p{
    width: 22px;
	height: 22px;
}
.tpMsgHtml .xiaoxi li .color_1{
    color: #ffffff;
    background-color: #ff6666;
}
.tpMsgHtml .xiaoxi li .color_2{
    color: #ffffff;
    background-color: #33cccc;
}
.tpMsgHtml .xiaoxi li .color_3{
    color: #ffffff;
    background-color: #ffb400;
}
.tpMsgHtml .xiaoxi li .color_4{
    color: #ffffff;
    background-color: #0084ff;
}
.ma20{
	margin-top: 15px;
	overflow: hidden;
	border: 1px solid #e4e7e8;
}
.xuanze:checked{
	background: #ffbb5b url(../images/chex.png)no-repeat center/ 60%;

}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus{
	outline: none;
	outline-offset:0;
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus{
	outline: none;
	outline-offset:0;
}
/*底部样式*/
.information_{
	position: fixed;
	width: 90%;
	bottom: 0;
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #ebeeef;
}
.information_ ul{
	line-height: 25px;
	position: relative;
	bottom: 0;
	overflow: hidden;
}
.information_ ul i{
	margin-left: 15px;
	margin-right: 5px;
	border-radius: 3px;
	text-align: center;
	display: block;
	font-style: normal;
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #e2e2e2;
}
.information_ ul li{
	width: 15%;
	float: left;
}
.btn_guanbi{
    font-size: 18px;
    width:50px;
	border: none;
	outline: none;
	background-color: #ffffff;
	color: #9b9b9b;
	float: right;
	padding-right: 20px;
}
.title_xiao{
    padding-bottom: 10px;
}
/*二维码*/
.img_codebox{
	width: 100%;
	border-bottom: 1px solid #eee;
}
.text_center{
	text-align: center;
	background-color: #ffffff;
}
.btn_bbb,.btn_ccc{
	float: right;
	width: 80px;
	height: 30px;
	border-radius: 3px;
	border: none;
	outline: none;
	margin-right: 25px;
}
.btn_bbb{
	background-color: #31c17b;
	color: #ffffff;
}
.btn_ccc{
	background-color: #dcdcdc;
}
.block_p{
	margin: 0;
	padding: 10px;
	overflow: hidden;
}
.codebox_ .row{
	margin: 0;
}
.codebox_ .col-xs-4{
	padding: 0;
	height: 220.46px;
	overflow: hidden;
}
.ready_code{
	position: relative;
}
.code_ssss {
    width: 150px;
    height: 150px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
/*微信自定义菜单*/
.wrap_Menu {
  overflow: hidden;
}
.wrap_Menu #menu_theer .active {
  border:none;
  color: #44b549;
  border: 1px solid #44b549;
}
.wrap_Menu .active{
  color: #44b549;
  border: 1px solid #44b549;
}
.wrap_Menu a {
  text-decoration: none;
}
.wrap_Menu p {
  margin: 0;
  margin-top: 10px;
}
.wrap_Menu .row {
  margin: 0;
  padding: 0;
}
.wrap_Menu .row .col-xs-4,
.wrap_Menu .row .col-xs-8 {
  margin: 0;
  padding: 0;
}
.wrap_Menu .row .header-img {
  width: 317px;
  height: 560px;
  border: 1px solid #e7e7eb;
  position: relative;
}
.wrap_Menu .row .header-img img {
  vertical-align: top;
}
.wrap_Menu .row .header-img .menu_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 51px;
  border-top: 1px solid #e7e7eb;
}
.wrap_Menu .row .header-img .menu_footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap_Menu #menu_theer li {
  width: 90px;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: center;
  border-right: 1px solid #e7e7eb;
}
.wrap_Menu .row .header-img .menu_footer ul li a {
  display: block;
}
.wrap_Menu .row .install {
  margin-left: 20px;
  width: 566px;
}
.wrap_Menu .row .install .inst_box {
  height: 560px;
  padding: 0 20px 5px;
  background-color: #f4f5f9;
  border: 1px solid #e7e7eb;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.wrap_Menu .row .install .inst_box .active_none{
  display: none;
}

.wrap_Menu .row .install .global_mod {
  padding: 9px 0;
  border-bottom: 1px solid #e7e7eb;
  overflow: hidden;
}
.wrap_Menu .row .install .global_mod .shanchu_menu {
  float: right;
}
.wrap_Menu .row .install .frm_control_group {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0;
  overflow: hidden;
}
.wrap_Menu .row .install .frm_label {
  float: left;
  margin-right: 14px;
  color: #8d8d8d;
}
.wrap_Menu .row .install .frm_controls {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: auto;
}
.wrap_Menu .row .install .frm_controls p {
  margin-top: 5px;
  color: #8d8d8d;
}
.wrap_Menu .row .install .frm_input_box {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 278px;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #e7e7eb;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
}
.wrap_Menu .row .install .frm_input_box .frm_input {
  height: 22px;
  line-height:22px;
  margin: 4px 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.wrap_Menu .row .menu_conter {
  margin-top: 30px;
  margin-bottom: 10px;
}
.wrap_Menu .row .menu_conter ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.wrap_Menu .row .menu_conter ul li {
  width: 120px;
  float: left;
}
.wrap_Menu .row .conter_url {
  background: #ffffff;
  padding: 20px;
  color: #8d8d8d;
}
.wrap_Menu .editor_arrow_out {
  left: 0;
}
.wrap_Menu .editor_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: dashed;
  border-color: transparent;
  border-left-width: 0;
  border-right-color: #e7e7eb;
  border-right-style: solid;
}
.wrap_Menu .editor_arrow_in {
  left: 1px;
  border-right-color: #f4f5f9;
}
.wrap_Menu .editor_arrow_wrp {
  position: absolute;
  left: -11px;
  top: 525px;
}
.wrap_Menu .btn_box {
  padding: 20px;
}
.wrap_Menu .btn_box button {
  width: 114px;
}
.wrap_Menu .yulan {
  width: 114px;
  background: #FFFFFF;
  border: 1px solid #e7e7eb;
}
.sub_pre_menu_box {

  max-height: 300px;
  border-top-width: 0;
  text-align: center;
  line-height: 50px;
}
.sub_pre_menu_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: -10px;
}
#addhtml{
	overflow: hidden;
	width: 90px;
}
#addhtml2{
	overflow: hidden;
	width: 90px;
}
#addhtml3{
	overflow: hidden;
	width: 90px;
}
.sub_pre_menu_box ul li {
	float: left;
  width: 90px;
  height: 50px;
  border: 1px solid #e7e7eb;
}
.sub_pre_menu_box .arrow_out {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #d0d0d0;
  border-top-style: solid;
}
.sub_pre_menu_box .arrow_in {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #fafafa;
  border-top-style: solid;
}
.add_menu{
	position: absolute;
}
.btn_add{
	display: block;
	margin: auto;
	width: 18px;
	height: 18px;
	background: url(/images/index_z31aed1.png) 0 0 no-repeat;
	margin-top: 20px;
}
.big_box{
	position: absolute;
	bottom: 50px;
	margin-left: 44px;
}
.wrap_Menu .row .install .frm_controls .warn_text{
	color: red;
}
.aaaa{
    display: none;
}
/*微信消息图文推送*/
/*图文消息*/
.wrap_Menu .conter-picture {
  width: 522px;
  height: 225px;
  background: #ffffff;
  margin-right: 20px;
}
.wrap_Menu .conter-picture .nav li {
  width: 50%;
  text-align: center;
}
.wrap_Menu .conter-picture .nav li a {
  display: block;
  color: #666666;
  border: none;
  line-height: 24px;
}
.wrap_Menu .conter-picture .active {
  border: none;
  color: #449D44;
}
.wrap_Menu .conter-picture .picture-box {
  float: left;
  width: 210px;
  height: 145px;
  border: 1px dashed #999999;
  text-align: center;
  margin-left:15px;
  margin-top:5px;
}
.wrap_Menu .picture-box a {
  padding: 28px;
}
.wrap_Menu .picture-box span {
  font-size: 50px;
  font-weight: 500;
  color: #999999;
}
.wrap_Menu .picture-box p {
  margin: 0;
  color: #999999;
}
.wrap_Menu .modal-footer button {
  width: 100px;
}
.wrap_Menu .weixin-modal-box .modal-body ul {
  padding: 0;
  list-style: none;
  margin: 0;
  overflow:hidden;
  padding-bottom:40px;
}
.wrap_Menu .weixin-modal-box .modal-body {
  height: 530px;
  width: 648px;
  overflow: auto;
}
.wrap_Menu .weixin-modal-box .modal-body ul li {
  width: 50%;
  height: 185px;
  float: left;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.wrap_Menu .weixin-modal-box .small-background {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  height: 185px;
  position: absolute;
  top: 0;
  z-index: 99;
  display: none;
}
.wrap_Menu .weixin-modal-box .picture-a .title1 {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  bottom: 0;
  color: #ffffff;
  line-height: 50px;
  padding-bottom: 15px;
  margin: 0;
  overflow: hidden;
  height: 50px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.3);
}
.wrap_Menu .tuwenbg img {
  width: 100%;
}
.wrap_Menu .weixin-modal-box .modal-body ul li .dui-img {
  width: 30%;
}
.wrap_Menu .weixin-modal-box .modal-body ul li .picture-a {
  display: block;
  height: 185px;
  position: relative;
}
.wrap_Menu #picture-box1 .picture-c {
  position: relative;
  top: 0;
  padding: 0;
  display: block;
}
.wrap_Menu #picture-box2 .picture-d {
  position: relative;
  top: 0;
  padding: 0;
  display: block;
}
.wrap_Menu #picture-box1 .picture-c img {
  height: 145px;
}
.wrap_Menu #picture-box1 .picture-c .title1 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.wrap_Menu #picture-box1 .btn-on {
  display: none;
}
.wrap_Menu #picture-box2 .btn-on {
  display: none;
}
.wrap_Menu #picture-box2 .picture-d img {
  height: 145px;
  width: 100%;
  padding: 0;
}
.wrap_Menu weixin-modal-box .positione {
  width: 100%;
  height: 185px;
  position: relative;
}
.wrap_Menu .picture-box .delete {
  position: absolute;
  width: 80px;
  bottom: 0px;
}
.wrap_Menu .weixin-modal-box .modal-body ul li img {
  width: 300px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  max-height: 185px;
}
.wrap_Menu .weixin-modal-box .making {
  margin: auto;
  color: #ffffff;
  font-size: 30px;
}
.wrap_Menu .weixin-modal-box .modal-content {
  width: 650px;
  height: 650px;
}
.wechatMenu-pageGro{
    padding-top:10px;
    padding-bottom:10px;
    position:fixed;
    bottom: -33px;
    width:628px;
    right:-202px;
    background:#ffffff;
    z-index:99999;
}
/*字体图标*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.wrap_Menu .glyphicon {
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
/*记重商品弹窗样式*/
.weight-maodl-style .weight-conter{
       height: 350px;
       width: 310px;
       margin: auto;
       padding-top: 10px;
       background-color: #fdfdfd;
}
.weight-maodl-style .weight-conter li{
    border: 1px solid #e2e2e2;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #666666;
}
.weight-maodl-style .weight-conter li span{
    margin :0;
}
.weight-success-btn{
    width: 50%;
    float: right;
    border-radius: 0;
}
.weight-deftead-btn {
    float: left;
    width: 50%;
}
.product-modal-footer{
    position: absolute;
    width: 100%;
    background: #fff;
}
.modal-weight-btn{
    padding: 0;
}
/*在线购买软件*/
/*#versionlist-thumbnail-bg{
    background: url(../images/buy-sof-bg.png)no-repeat center;
    height: 590px;
    background-size: 100% 100%;
    border: none;
}*/
/*定位*/
.addbottom{
    bottom: 50px;
}
.addproduct-botom{
    bottom: -25px;
}
.bottom5px{
    bottom: -5px;
}
/*硬件设置*/
.styembox .styerigbox .makstbox .monibod .setting-write {
    width: 150px;
    height: 28px;
    outline: none;
    padding-left: 5px;
    line-height: 28px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.styembox .styerigbox .makstbox .mod-bottom{
    margin-bottom: 0;
}
.monibod .test-box{
    position: relative;
    left: 70px;
}
.monibod .status{
    color: #3290aa;
    height: 38px;
    line-height: 38px;
}
.test-box .image{
    width: 660px;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.test-box .image img{
    width: 100%;
}
.test-box .image .fileInput {
    height: 300px;
    overflow: hidden;
    font-size: 150px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

/*店铺的基本信息头部*/
.myself-shop-header {
    padding-top: 6px;
    width: 100%;
    height: 235px; 
    padding-bottom: 10px;
    background: url('../images/myselfbg.png')no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.myself-shop-header .userphotobox{
    position: relative;
    width: 100%;
    height: 135px;
}
.myself-shop-header .userphotobox .version{
    color: #fff;
    display: block;
    text-align: center;
    height: 30px;
    width: 138px;
    line-height: 30px;
    border-radius: 15px;
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0;
    right: 0;
    /*background: url(../images/versionimg.png)no-repeat left/ 24px;*/
}
.myself-shop-header .userphoto{
    background:#19b394;
    width:80px;
    height:80px;
    border-radius:50%;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0;
    right: 0;
}
.myself-shop-header .userphoto .myselfshopphoto{
    width:80px;
    height:80px;
    border-radius:50%;
}
.myself-shop-header .myself-shop-info{
    position: relative;
    width: 100%;
    height: 68px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.myself-shop-header .myself-shopName{
    color: #fff;
    display:block;
    margin: auto;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.myself-shop-header .buybutton{
    width: 260px;
    padding-top: 10px;
    margin: auto;
}
.myself-shop-header .buybutton a{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align:center;
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}
.myself-shop-header .buybutton a:focus{
   text-decoration: none;
}
.myself-shop-header .buybutton a:nth-child(1){
    background: #f93939;
    float: left;
}
.myself-shop-header .buybutton a:nth-child(3){
    background: #f93939;
    float: left;
}
.myself-shop-header .buybutton a:nth-child(2){
    background: #ffa200;
    float: right;
}
.display-shop-info{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    color: #666;
}
.display-shop-info li{
    padding: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.display-shop-info li img{
    width: 30px;
}
.change-shopinfo{
    padding-left: 5px;
    color: #07c9de;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .myself-shop-header .userphoto{
  	width: 60px;
  	height: 60px;
  }
  .myself-shop-header .userphoto .myselfshopphoto{
    width: 60px;
  	height: 60px;
}
  .myself-shop-header .userphotobox{
      height: 108px;
  }
  .myself-shop-header{
      height: 205px;
  }
  .myself-shop-header .userphoto{
      top: 5px;
  }
}
/*店铺的基本信息头部*/

/*挂单列表*/
.nalefislist{
    padding-left: 5px;
}
.nalefislist li{
    height: 60px;
    padding-top: 5px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    padding-left: 25px;
    position: relative;
}
.nalefislist li .nalefisfristbox,.nalefislist li .nalefistwobox{
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.nalefislist li .nalefisfristbox span,.nalefislist li .nalefistwobox span{
    display: inline-block;
}
.nalefislist li .nalefisfristbox span:nth-child(1),.nalefislist li .nalefistwobox span:nth-child(1){
    color: #707070;
    width: 32px;
}
.nalefislist li .nalefisfristbox span:nth-child(2){
    width: 105px;
}
.nalefislist li .nalefisfristbox span:nth-child(3){
    width: 88px;
    text-align: right;
    color: #707070;
}
.nalefislist li .nalefisfristbox span.listremarks{
    width: 193px;
}
.member-check {
  font-style: normal;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #31c17b;
  border-radius: 50%;
  -webkit-appearance: none;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 5px;
  z-index: 99999;
}
.member-check:checked {
  background: url(../images/ic_duigou.png) no-repeat center / 100%;
}
.pageGronalefrits{
    width: 100%;
    height: 50px;
}
/*消费查询*/
.inquire {
    width: 300px;
    padding: 0;
    list-style:none;
    margin: 0;
    margin-bottom: 10px;
}
.inquire li{
    height: 30px;
    border: 1px solid #d9d9d9;
    line-height: 30px;
}
.inquire li.active{
    background: #ff6666;
    color: #fff;
}
.inquire li:nth-child(1){
    border-radius: 15px 0 0 15px;
}
.inquire li:nth-child(3){
    border-radius: 0 15px 15px 0;
}

/*标签打印*/
.main_box .ritianshu .selecti i{
    top: 3px;
    margin-left: 20px;
}
.labelprint .printselect{
    padding-bottom: 10px;
    border-bottom: 2px solid #EAECED;
}
.labelprint .selectprintcontent{
    width: 400px;
    margin-top: 20px;
}
.labelprint .selectprintcontent ul{
    overflow: hidden;
    width: 100%;
    list-style: none;
}
.labelprint .selectprintcontent ul li{
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.labelprint .selectprintcontent ul li.ritianshu{
    margin-left: 0;
    display: inline-block;
}
.lableprintphoto{
    width: 310px;
    height: 240px;
    background: #dcdcdc;
    margin-top: 20px;
    padding: 10px;
}
.lableprintphoto .lableprintphotoc{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.lableprintphoto .lableprintphotoc .labletitle{
    height: 45px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.lableprintphoto .lableprintphotoc .labletitle .lableshoplogo{
    width: 50%;
    height: 35px;
}
.lableprintphoto .lableprintphotoc .labletitle .lableshoplogo img{
    width: 100%;
    height: 35px;
}
.lableprintphoto .lableprintphotoc .labletitle .lableproductnumber{
    width: 50%;
    height: 35px;
    text-align: right;
    font-size: 12px;
    line-height: 35px;
    color: #666;
}
.lableprintphotoc .lableproductnuit{
    height: 25px;
    width: 100%;
    line-height: 25px;
    font-weight: bold;
}
.lableprintphotoc .lablebarcode{
    height: 60px;
}
.lableprintphotoc .lablebarcode img{
    height: 40px;
    width: 100%;
    padding-bottom: 5px;
}
.lableprintphotoc .lableshelflife{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.lableprintphotoc .lableproductaddress{
    height: 30px;
    width: 100%;
}
.lableprintphotoc .lableproductaddress .lableproductaddress1,
.lableprintphotoc .lableproductaddress .lableproductaddress2{
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.lableprintphotoc .lableproductmoney{
    height: 30px;
    width: 100%;
}
.lableprintphotoc .lableproductmoney p{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    width: 50%;
}
.lableprintphotoc .lableproductmoney .fontw{
    font-size: 14px;
    font-weight: bold;
}
.lableprintfooter{
    padding-top: 20px;
    border-top: 2px solid #EAECED;
}
.lableprintfooter .lableprintsearch{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.lableprintfooter .lableprintsearch .secrch_ios input{
    padding-right: 60px;
}
.lableprintfooter .lableprintsearch .secrch_ios .searchbtn{
    width: 60px;
    height: 28px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 28px;
    color: #19b394;
    border-left: 1px solid #e5e5e5;
    z-index: 99;
    cursor: pointer;
}
.lableprintfooter .selectcolor{
    padding: 0;
    border-right: 1px solid #e5e5e5;
}
.lableprintfooter .selectcolor .allcategory{
    border-left: 3px solid #f58a20;
    display: block;
    width: 80px;
    text-align: center;
}
.lableprintfooter .selectcolor ul{
    padding-left: 10px;
}
.lableprintfooter .selectcolor ul li{
    min-height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.lableprintfooter .selectcolor ul li .selectPiece{
    display: inline-block;
    margin-top: 3px;
    width: 12px;
    height: 12px;
    background: #e5e5e5;
}
.lableprintfooter .bigclassificationa{
    display: block;
}
.lableprintfooter .bigclassificationa:focus{
    text-decoration: none;
}
.lableprintfooter .bigclassificationa:hover{
    color: #666;
}
.lableprintfooter .selectcolor ul li .active{
    background-color: #f58a20;
}
.lableprintfooter .selectcolor ul li .productclassification{
    display: none;
}
.lableprintfooter .lableprintselectfooter{
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin-top: 20px;
}
.lableprintfooter .lableprintselectfooter .colorcount{
    color: #ff0000;
    margin-left: 5px;
}
.lableprintfooter .lableprintselectfooter .printcounts{
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    outline: none;
    border: none;
    border: 1px solid #e5e5e5;
    width: 80px;
    padding-left: 5px;
}
.lableprintfooter .lableprintselectfooter .selectprinter{
    margin-right: 15px;
}
.lableprintfooter .lableprintselectfooter .selectprinterinfo{
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    height: 30px;
}
.lableprintfooter .lableprintselectfooter .printbtn button{
    background-color: #ff6666;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

/*副屏设置*/
.displayblockphoto{
    width: 740px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.displayblockphoto li{
    width: 350px;
    height: 220px;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.displayblockphoto li:nth-child(2n){
    margin-right: 0;
}
.displayblockphoto li .listphotobox{
    width: 100%;
    margin-bottom: 10px;
}
.displayblockphoto li .listphotobox img{
    width: 100%;
    border: none;
}
.displayblockphoto li .selectlayout{
    width: 20px;
    height: 20px;
    background: #fe5300;
    position: absolute;
    right: -8px;
    overflow: hidden;
    top: -8px;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 1px 3px 1px #fe5300;
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.displayblockphoto li.active .selectlayout{
    opacity: 1;
    filter: alpha(opacity=100);
}
.displayblockphoto li .selectlayout:before{
    width: 6px;
    height: 2px;
    background: #fff;
    content: '';
    position: absolute;
    right: -6px;
    top: 30px;
    -webkit-transform: rotate(45deg) translateX(-25px);
    -ms-transform: rotate(45deg) translateX(-25px);
    -moz-transform: rotate(45deg) translateX(-25px);
    transform: rotate(45deg) translateX(-25px);
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.displayblockphoto li .selectlayout:after{
    width: 14px;
    height: 2px;
    background: #fff;
    content: '';
    position: absolute;
    right: -17px;
    top: -8px;
    -webkit-transform: rotate(-45deg) translateX(-25px);
    -ms-transform: rotate(-45deg) translateX(-25px);
    -moz-transform: rotate(-45deg) translateX(-25px);
    transform: rotate(-45deg) translateX(-25px);
    -webkit-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.uploadfilephoto .uploadfilebox{
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.uploadfilephoto .uploadfilebox .file{
    opacity: 0;
    filter:alpha(opacity=0);
    outline: none;
    border: none;
    width: 100px;
    height: 100px;
}
.uploadfilephoto .uploadfilebox .filebox {
    width: 200px;
    height: 200px;
    border: 1px dashed #e5e5e5;
    background: url('../images/add.png')no-repeat center/ 50%;
}
.uploadfilephoto .uploadfilebox .photoimagesbox{
    width: 250px;
    height: 200px
}
.uploadfilephoto .uploadfilebox .photoimagesbox img{
    width: 100%;
    height: 100%;
    margin-left: 30px;
    padding: 10px;
}
.uploadfilephoto .uploadfilebox .displayimg img{
    margin-left: 0;
}
.uploadfilephoto .uploadfilebox .displayimg {
    position: relative;
    border: 1px solid #eaeaea;
    margin-left: 10px;
}
.uploadfilephoto .uploadfilebox .displayimg .deletethisimg{
    position: absolute;
    top:5px;
    left: 5px;
    height: 30px;
    background: #ff6666;
    color: #fff;
}

/*口味样式*/
.addnewmemberpage {
  width: 100%;
  height: 420px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  position: relative;
  color: #666;
}
.addnewmemberpage .addnewmembercontent {
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.addnewmemberpage .addnewmembercontent .centercontent {
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
}
.addnewmemberpage .addnewmembercontent .leftupcontent {
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  height: 368px;
  overflow-x:hidden;
  overflow-y: auto; 
}
.addnewmemberpage .addnewmembercontent .leftupcontent .form-control{
  height: 30px;
  padding: 4px 12px;
  border: 1px solid #dadde1;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .form-control:focus {
  border-color: #66afe9;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .selecctseachproduct{
    margin-top: 15px;
    position: relative;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .searchtadit{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 28px;
    color: #19B394;
    padding:0;
    line-height: 28px;
    width:50px;
    text-align:center;
    border-left:1px solid #e5e5e5;
    background-color: #fff;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList{
    margin-top: 15px;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList ul{
    padding:0;
    list-style:none;
    height: 220px;
    overflow-x:hidden;
    overflow-y: auto; 
}
.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList ul li{
    position: relative;
    height:38px;
    line-height:38px;
    padding-left: 25px;
    cursor: pointer;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList ul li .square{
    width:13px;
    height: 13px;
    position:absolute;
    border: 1px solid #e5e5e5;
    margin:auto;
    top: 0;
    left: 5px;
    bottom:0;
    display:block;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList ul li.active .square{
    background: #31c17b url('../images/checkinputbg.png')no-repeat center/ 100%;
    border-color: #31c17b;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList ul li.active{
    background-color: #f8f8f8;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList ul li:hover{
    background-color: #f8f8f8;
}
/*.addnewmemberpage .addnewmembercontent .leftupcontent .tastesList ul li:hover .square{
    background: #31c17b url('../images/checkinputbg.png')no-repeat center/ 100%;
    border-color: #31c17b;
}*/
.addnewmemberpage .addnewmembercontent .leftupcontent .allselect-noselect{
    margin-top: 15px;
    color: #666;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .allselect-noselect .btn{
    width: 45%;
}
.addnewmemberpage .addnewmembercontent .shareul {
  overflow: hidden;
}
.addnewmemberpage .addnewmembercontent .shareul li {
  padding-left: 135px;
  padding-right: 10px;
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-top: 8px;
  position: relative;
}
.addnewmemberpage .addnewmembercontent .addcouponlist li {
  width: 50%;
  float: left;
}
.addnewmemberpage .addnewmembercontent .shareul .labelinfo {
  width: 130px;
  font-weight: normal;
  height: 38px;
  position: absolute;
  top: 0;
  left: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #666;
}
.addnewmemberpage .addnewmembercontent .smallshareul li{
    padding-left: 85px;
    padding-right: 20px;
}
.addnewmemberpage .addnewmembercontent .smallshareul .labelinfo{
    width: 80px;
}
.addnewmemberpage .addnewmembercontent .shareul .colorff {
  margin-left: 5px;
  color: #ff0000;
}
.addnewmemberpage .addnewmembercontent .shareul .form-control {
  height: 30px;
  margin-top: 4px;
  padding: 4px 12px;
  border: 1px solid #dadde1;
}
.addnewmemberpage .addnewmembercontent .shareul .form-control:focus {
  border-color: #66afe9;
}
.addnewmemberpage .addnewmembercontent .shareul .form-control::-webkit-input-placeholder {
  color: #bcbfc2;
  font-size: 12px;
}
.addnewmemberpage .addnewmembercontent .shareul .form-control::-moz-placeholder {
  color: #bcbfc2;
  font-size: 12px;
}
.addnewmemberpage .addnewmembercontent .shareul .form-control::-ms-input-placeholder-placeholder {
  color: #bcbfc2;
  font-size: 12px;
}
.addnewmemberpage .addnewmembercontent .shareul .newmemberphone {
  padding-right: 78px;
}
.addnewmemberpage .addnewmembercontent .shareul .welcome {
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 12px;
  top: 5px;
  outline: none;
  border: none;
  background-color: #fff;
  color: #31c17b;
  font-size: 12px;
}
.addnewmemberpage .addnewmembercontent .shareul .form-control[readonly] {
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
}
.addnewmemberpage .addnewmembercontent .morenewmemberinfo {
  display: none;
}
.addnewmemberpage .addnewmembercontent .more-infolist {
  height: 38px;
  line-height: 38px;
  padding-right: 155px;
}
.addnewmemberpage .addnewmembercontent .more-infolist .more-infolist-btn {
  color: #0092da;
  background-color: #fff;
  padding-right: 0;
  text-align: right;
  font-size: 12px;
}
.addnewmemberpage .padbom50 {
  padding-bottom: 40px;
}
.addnewmemberpage .addfieldbox {
  height: 50px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 10px;
  margin-left: -15px;
  background-color: #eaeced;
  display: none;
}
.addnewmemberpage .addfieldbox .add-input input {
  margin-left: 5px;
  padding-left: 5px;
  outline: none;
  border-radius: 2px;
  border: 0px;
  width: 90px;
  height: 30px;
}
.addnewmemberpage .addfieldbox .settingfieldbox {
  overflow: hidden;
  margin-left: 15px;
}
.addnewmemberpage .addfieldbox .settingfieldbox a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  background-color: #31c17b;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.scrollstyle {
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f5f5f5;
  border-radius: 4px;
  background-color: #fff;
}
.scrollstyle::-webkit-scrollbar {
  width: 8px;
  background-color: #d0d4d7;
}
.scrollstyle::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px #f5f5f5;
  background-color: #d0d4d7;
}
/*滚动条的样式的设置*/
.scrollhetstyle {
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollhetstyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f5f5f5;
  border-radius: 4px;
  background-color: #fff;
}
.scrollhetstyle::-webkit-scrollbar {
  width: 2px;
  background-color: #d0d4d7;
}
.scrollhetstyle::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px #f5f5f5;
  background-color: #d0d4d7;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.addnewmemberpage .checkinput:checked {
  background: #31c17b url('../images/checkinputbg.png')no-repeat center/ 100%;
  border-color: #31c17b;
}
.addnewmemberpage .shareul .checkinput {
    font-style: normal;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #DEDEDE;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 135px;
}
.addnewmemberpage .shareul .checkinput2{
    left: 85px;
}
.addnewmemberpage .checkinput[type=checkbox]:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.checkinput:checked {
  background: #31c17b url('../images/checkinputbg.png')no-repeat center/ 100%;
  border-color: #31c17b;
}
.checkinput {
  font-style: normal;
  display: inline-block;
  width: 13px;
  height: 13px;
  border:1px solid #8592d4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: 0.2s;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
input.checkinput[type=checkbox]:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

/*台桌*/
.productCategories{
    overflow: hidden;
    padding-top: 12px;
}
.productCategories .bordercolor {
  border-left-color: #f58a20;
}
.productCategories .content-title-nav {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
  min-height: 54px;
  line-height: 54px;
  margin-bottom: 12px;
}
.productCategories .bigCategories {
  width: 23.354838%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.productCategories .allbigCategories {
  margin-left: 1%;
  float: left;
  width: 75.645162%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.productCategories .allbigCategories .addsmallCategories {
  margin-top: 12px;
  margin-right: 24px;
}
.productCategories .allbigCategories .addsmallCategories a {
  display: block;
  width: 60px;
  height: 30px;
  color: #fff;
  text-align: center;
  background-color: #FF6666;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
}
.productCategories .addbigCategories {
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.productCategories .addbigCategories span {
  font-size: 14px;
}
.productCategories .addtable {
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.productCategories .addtable .form-control {
  padding-right: 50px;
}
.productCategories .addtable .addtablebtn {
  height: 32px;
  position: absolute;
  top: 4px;
  right: 1px;
  width: 50px;
  color: #fff;
  background-color: #31c17b;
}
.productCategories .bigCategorieslist {
  overflow: hidden;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 550px;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul li {
  transition: 0.25s;
  position: relative;
  cursor: pointer;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul li.active {
  background: #7266ba;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul li.active .bigCategorieslist-name {
  color: #fff;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul li.active .stop-type {
  color: #f58a20;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul li.showbg {
  background: #7266ba;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul li.showbg .bigCategorieslist-name {
  color: #fff;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul li.showbg .stop-type {
  color: #f58a20;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul .bigCategorieslist-name {
  line-height: 48px;
  height: 48px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #333333;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul .allbigCategorieslist {
  padding-left: 20px;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul .paddright {
  padding-right: 65px;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul .stop-type {
  color: #cfcfcf;
  padding-right: 5px;
  padding-left: 5px;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul .editbigCategorieslist {
  width: 60px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 48px;
  display: none;
}
.productCategories .bigCategorieslist .bigCategorieslist-ul .editbigCategorieslist a {
  width: 30px;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-size: 16px;
}
.productCategories .allbigCategorieslist {
  width: 100%;
  height: 600px;
}
.productCategories .allbigCategorieslist .memberlistheade {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.productCategories .allbigCategorieslist .tableheade th {
  font-size: 14px;
}
.productCategories .allbigCategorieslist .tableheade .edit {
  text-align: center;
}
.productCategories .allbigCategorieslist .tbody td {
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.productCategories .allbigCategorieslist .tbody tr:last-child {
  border: none;
}
.productCategories .allbigCategorieslist .tbody .up-down img {
  width: 18px;
  height: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.productCategories .allbigCategorieslist .tbody .number {
  margin-right: 25px;
}
.productCategories .allbigCategorieslist .tbody tr:hover .up {
  opacity: 100;
  filter: alpha(opacity=100);
}
.allbigCategories .addtablebox .btn {
  height: 30px;
  line-height: 16px;
  margin-right: 20px;
  background-color: #31c17b;
  color: #fff;
}
.addtable .form-control {
  width: 100%;
}
.tablelist {
  color: #666;
}
.tablelist .tablelist-ul {
  overflow: hidden;
}
.tablelist .tablelist-ul li {
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 1%;
}
.tablelist .tablelist-ul li .number {
  font-size: 18px;
}
.tablelist .tablelist-ul .tablelcenter {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 90px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.tablelist .tablelist-ul .edittablel {
  width: 60px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.tablelist .tablelist-ul .edittablel .edittype {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  float: left;
  cursor: pointer;
}
.tablelist .tablelist-ul .shopstatus {
  width: 40px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
} 
.tablelist .tablelist-ul .shopstatus .stop{
    color: #ff6666;
}  
.tablelist .tablelist-ul .shopstatus .enabled{
    color: #31c17b;
} 
.tablelist .tablelist-ul .Businessstatus{
  width: 50%;
  height: 30px;
  text-align: left;
  padding-left: 10px;
  position: absolute;
  bottom: 0px;
  left: 0;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
}
.tablelist .tablelist-ul .Businessstatus1{
  width: 50%;
  height: 30px;
  text-align: right;
  position: absolute;
  bottom: 4px;
  right: 0;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
}
.tablelist .tablelist-ul .Businessstatus1 .btn{
    background-color: #fff;
    font-size: 16px;
}
.determinebox {
  height: 130px;
  line-height: 130px;
  text-align: center;
  color: #666;
}
.determine {
  height: 90px;
  width: 100%;
  text-align: left;
  color: #666;
  position: relative;
}
.determine input {
  width: 80%;
  position: absolute;
  margin: auto;
  height: 30px;
  line-height: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.determinebtn-closebtn {
  width: 100%;
  height: 58px;
  padding-top: 35px;
}
.determinebtn-closebtn .btn-success {
  background-color: #31c17b;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.determinebtn-closebtn .btn-success:hover {
  background-color: #34cb81;
}
.determinebtn-closebtn .btn-default {
  background-color: #ededed;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #999999;
}
.inventorytable .memberlistheade{
    padding-left: 15px;
    padding-right: 15px;
}
.inventorytable .memberlistheade .inventory a{
    display: block;
    width: 25%;
    text-align: center;
    float: left;
    color: #0092da;
    padding: 0;
    background: none;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .addmemberphoto {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  border: none;
  cursor: pointer;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .addmemberphoto2,
.addnewmemberpage .addnewmembercontent .leftupcontent .newmemberphoto {
  margin: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  z-index: -1;
  border: 1px dashed #e5e5e5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  text-align: center;
  line-height: 100px;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .takePictures {
  margin: auto;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  color: #27a6f6;
  cursor: pointer;
}
.addnewmemberpage .addnewmembercontent .leftupcontent .takePictures .Picturesfile {
  height: 30px;
  width: 100px;
  position: absolute;
  top: 0px;
}
.more-specification {
  padding: 10px;
  width: 100%;
  font-size: 12px;
  float: left;
  background-color: #f7f7f7;
}
.more-specification .deletethisproduct{
    width: 100%;
    height:30px;
    line-height:30px;
    display: block;
    color: #0092da;
}
.selectAddProductbox{
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0;
}
.selectAddProductbox .selectAddProduct{
    color: #fff;
    background-color: #31c17b;
}
.more-specification .specification-content {
  overflow: hidden;
  padding-left: 15px;
  padding-top: 10px;
}
.more-specification .specification-content li {
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}
.more-specification .specification-content li .setattributes {
  min-width: 70px;
  position: relative;
}
.more-specification .specification-content li label {
  font-weight: normal;
  color: #666;
  padding-left: 20px;
  padding-right: 20px;
}
.more-specification .specification-content li .mar {
  margin: 0;
  position: absolute;
  margin: auto;
  top: -5px;
  bottom: 0;
  left: 0;
}
.more-specification .multi-specification-box {
  padding-top: 10px;
  padding-left: 5px;
}
.more-specification .multi-specification-box .table {
  border: none;
  padding-left: 5px;
}
.more-specification .multi-specification-box .table th {
  font-weight: normal;
  border: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.more-specification .multi-specification-box .table td {
  border-top-color: #e5e5e5;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
.more-specification .multi-specification-box .form-control {
  padding-left: 5px;
  padding-right: 5px;
}
.more-specification .multi-specification-box .specificationinput {
  width: 70px;
  height: 30px;
}
.more-specification .multi-specification-box .specificationinput2 {
  width: 100px;
  height: 30px;
}
.more-specification .multi-specification-box .form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #bcbfc2;
}
.more-specification .multi-specification-box .form-control::-ms-input-placeholder {
  font-size: 12px;
  color: #bcbfc2;
}
.more-specification .multi-specification-box .form-control::-moz-placeholder {
  font-size: 12px;
  color: #bcbfc2;
}

/*交接班*/
.handoverpage{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
.handoverpage .selectcheckdate{
    height: 44px;
    width: 100%;
}
.handoverpage .selectcheckdate ul li{
    float: left;
}
.handoverpage .selectcheckdate ul li .form-control{
    display: inline-block;
    width: 180px;
    padding-right: 30px;
}
.handoverpage .selectcheckdate ul li .btn{
    margin-left: 10px;
    color: #fff;
    height: 32px;
    background-color: #fff;
}
.handoverpage .selectcheckdate ul li .btnpring{
    color: #666;
}
.handoverpage .selectcheckdate ul li .btn.open {
    color: #288ad6;
}
.handoverpage .infocontent{
    height: 380px;
    padding-top: 10px;
}
.handoverpage .infocontent .table{
    width: 70%;
    font-size: 14px;
    margin:auto;
}
.uploadWechatFilebox {
    width: 152px;
    height: 34px;
    position:relative;
    text-align:center;
    line-height: 34px;
    background-color: #1B9AF7;
    color:#fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}
.showuploadWechatFilebox{
    overflow:hidden;
}
.uploadWechatFilebox .uploadWechatFile{
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    border: none;
    cursor: pointer;
    position:absolute;
    top: 0;
    left:0;
    width: 152px;
    height: 34px;
}
.sv_wechat_verification_file{
    line-height: 34px;
    margin-left: 35px;
}
.viewverification{
    margin-left: 35px;
    background-color: #1B9AF7;
    color: #fff;
}
.viewverification:hover,.viewverification:active,.viewverification:focus{
    color:#fff;
}
/*会员赊账的功能*/
.collectionpage{
    width:100%;
    padding-left:20px;
    padding-right:20px;
    padding-top:8px;
}
.collectionpage .title{
    width: 100%;
    line-height:44px;
    margin-bottom:20px;
    overflow:hidden;
}
.collectionpage .title a {
    width:50%;
    line-height:44px;
    text-align:center;
    color:#666;
    display:block;
    float:left;
    text-decoration:none;
}
.collectionpage .title a.active{
    border-bottom:2px solid #31c17b;
}
.collectionpage .table{
    padding-top:15px;
}
.collectionpage .table tr th,
.collectionpage .table tr td{
    border-bottom: 1px solid #eaeaea;
    line-height: 34px;
}
.collectionpage .table tr:last-child td{
    border-bottom:none;
}
.collectionpage .table tr td input[type=checkbox],
.collectionpage .table tr th input[type=checkbox]{
    display:block;
    width:18px;
    height:18px;
    position:relative;
    top: 4px;
}
.collectionpage .table tr td input.inputext{
    width: 120px;
}
.collectionpage .table tr td input[readonly]{
    background:#fff;
    cursor:default;
}
.determinebtn-closebtn2{
    padding-top:12px;
    padding-bottom:12px;
    overflow:hidden;
    padding-left:20px;
    padding-right:20px;
}
.collectionpage .icon-info-sign{
    font-size: 16px;
    color:#6bb4fc;
}
.collectionpage .paybox ul{
    width:100%;
    height: 55px;
    overflow:hidden;
}
.collectionpage .paybox ul li{
    width: 33.333333%;
    height: 44px;
    line-height: 44px;
    position:relative;
    float:left;
}
.collectionpage .table tr.children{
    background-color:#f4f4f4;
}
.collectionpage .table .parent{
   cursor:pointer;
}
.collectionpage .table tr.open{
    background-color: #ffede8;
}

