﻿
.content {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.product .item span:nth-child(1) {
    width: 84px;
}

.item {
    width: 363px !important;
    margin-bottom: 10px;
    display: flex;
    margin-top: 5px;
}

.last_item {
    width: 363px !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.item span:nth-child(2) {
    width: 185px;
    display: flex;
    justify-content: space-between;
}

.itemBox {
    display: flex;
    flex-wrap: wrap;
}

.itemBox_position {
    position: relative;
}

.breadcrumb > span {
    display: none;
}


.item span {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
}

    .item span:nth-child(1) {
        font-weight: bold;
        width: 110px;
    }

    .item span select {
        padding: 0 !important;
        margin-left: -10px;
    }

.item:nth-child(2n) span:nth-child(1) {
    padding-right: 0px;
}





.item input {
    height: 100%;
    border: 1px solid #BABABA;
}

.lastone {
    padding: 5px 4px;
    display: inline-block;
    vertical-align: middle;
}

.select-box {
    margin: 0 !important;
    vertical-align: middle;
    display: inline-block;
}

.select-label {
    display: inline-block;
    font-size: 13px;
}

@media screen and (min-width:414px) and (max-width:1495px) {
    .item {
        width: 49.5%;
    }
}

@media screen and (max-width:414px) {
    .item {
        width: 100%;
    }
}

body .btn:hover {
    box-shadow: 1px 1px 1px 1px #BABABA;
}

.btnS {
    clear: both;
}

/*主题*/
.theme01 {
    /*background-color: #DFF5F3;*/
}

.theme02 {
    /*background-color: #E5F0E0;*/
}

.theme03 {
    /*background-color: #EAEDF5;*/
}

.theme01 .breadcrumb {
    background-color: unset;
    min-height: 50px;
}

.theme02 .breadcrumb {
    background-color: unset;
    min-height: 50px;
}

.theme03 .breadcrumb {
    background-color: unset;
    min-height: 50px;
}

.theme01 .homePage_title {
    color: #5BC0DE;
}

.theme02 .homePage_title {
    color: #2C6424;
}

.theme03 .homePage_title {
    color: #2F4050;
}

/*主题结束*/
.btn:focus {
    color: #fff !important;
}

.btn:active {
    color: #fff !important;
}

.pager {
    width: 100%;
    text-align: left;
}

    .pager span {
        display: inline-block;
        color: #333 !important;
        vertical-align: middle;
    }

    .pager .selectBox {
        display: inline-block;
        color: #333 !important;
        vertical-align: middle;
    }
/*产品采集*/
.productGet {
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.bigBg {
    position: absolute;
    width: 80%;
    left: 20%;
    top: 40%;
    z-index: -221212;
    opacity: 0.1;
    transform: rotate3d(0.1,0,1,45deg);
}

.product_left, .product_right {
    display: inline-block;
    vertical-align: top;
}

.product_left {
    width: 25%;
    text-align: center;
}

    .product_left img {
        width: 25%;
    }

.product_right {
    width: 25%;
}

    .product_right .line1 {
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 1.7;
        color: #1169AA;
        letter-spacing: 6px;
    }

    .product_right .line2 {
        font-size: 20px;
        letter-spacing: 12px;
        line-height: 1.2;
        color: #1169AA;
    }

    .product_right .line3 {
    }

        .product_right .line3 .download {
            background-color: #1169AA;
            width: 35%;
            color: #fff;
            border-radius: 30px;
            text-align: center;
            height: 35px;
            line-height: 35px;
            font-size: 20px !important;
        }

    .product_right .download .fa {
        margin: 0 auto;
        color: #fff !important;
    }

    .product_right .line4 {
        width: 100%;
        line-height: 40px;
        padding-left: 30px;
        font-weight: bold;
        color: #1169AA !important;
    }

        .product_right .line4 a {
            color: #1169AA;
        }

            .product_right .line4 a:hover {
                color: #1169AA !important;
            }

        .product_right .line4 span {
            color: #1169AA;
        }
/*订单详情*/
.oImg {
    max-width: 30px;
    max-height: 30px
}

.orderSelect {
    margin-top: -13px;
}

.orderBox .f1 {
    margin-right: 20px;
}

.orderBox .item {
    display: inline-block;
    width: 49.5%;
    margin-bottom: 10px;
}

.orderBox .lastone {
    padding: 5px 4px;
    display: inline-block;
    vertical-align: middle;
}

.orderBox .select-box {
    margin: 0 !important;
    vertical-align: middle;
    display: inline-block;
}

.orderBox .select-label {
    display: inline-block;
    width: 60px;
}

@media screen and (max-width:1150px) {
    .orderBox .item {
        width: 49.5%;
    }
}

.orderBox .selectFlow {
    width: 120px !important;
}

@media screen and (min-width:992px) and (max-width: 1495px) {
    .orderBox .itemBig {
        width: 365px;
    }
}
/*导出*/

.itemBox1 .item1 {
    width: 70%;
    margin-bottom: 15px;
}

    .itemBox1 .item1 span {
        display: inline-block;
        line-height: 35px;
        height: 35px;
        vertical-align: bottom;
    }

.export .item1 span:nth-child(1) {
    width: 15% !important;
    text-align: left;
}

.export .item1 span:nth-child(2) {
    width: 80%;
}

.export .item1 span select {
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
    width: 200px;
}

.export .item1 input[type=text] {
    display: inline-block;
    width: 45% !important;
    height: 30px !important;
    box-sizing: border-box;
    border: 1px solid #BABABA;
}

.export .itemBig1 input {
    height: 28px !important;
    border: 1px solid #BABABA;
}

.export .lastone {
    padding: 5px 4px;
    display: inline-block;
    vertical-align: middle;
}

.export .select-box {
    margin: 0 !important;
    vertical-align: middle;
    display: inline-block;
}



.export .select-label {
    display: inline-block;
    width: 65px !important;
}
/*登陆*/
.ctrlLogin_bacaGround {
    height: 100vh;
}

.loginBox {
    height: 100vh;
    overflow: hidden;
}

    .loginBox .content {
        background-color: #fff;
        width: 480px;
        margin: 210px auto 0 auto;
        border-radius: 15px;
        box-shadow: 0 0 30px #000;
    }

    .loginBox .form-control {
        width: 80%;
        margin: 0 auto;
    }

.input-group-md > div {
    width: 80%;
    margin: 0 auto;
}

.loginBox .logoTit {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loginBox .logoTit > div {
        vertical-align: middle;
        display: inline-block;
    }

        .loginBox .logoTit > div:nth-child(2) {
            font-size: 29px;
        }

.file-input {
    width: 80% !important;
}

.laydate-icon, .laydate-icon-default, .laydate-icon-danlan, .laydate-icon-dahong, .laydate-icon-molv {
    display: none !important;
}
/*添加产品*/
.tab3menu {
    display: flex;
}

    .tab3menu li {
        height: 35px;
        width: 80px;
        line-height: 35px;
        text-align: center;
        padding-right: 5px;
    }

        .tab3menu li a {
            height: 100%;
            width: 100%;
            display: inline-block;
            cursor: pointer;
            border-radius: 4px;
            background-color: #f6f6f6;
            color: #003eff;
            border: 1px solid #c5c5c5
        }

            .tab3menu li a.active {
                background-color: #337AB7;
                color: #fff
            }

.tab3Content > div {
    display: none;
}

.tab3Content div:nth-child(1) {
    display: block;
}

.tab-menu {
    width: 25%;
    border: 1px solid #BABABA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

    .tab-menu > div {
        border-left: 1px solid #BABABA;
        width: 65%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

        .tab-menu > div:nth-child(1) {
            border: none;
        }

.theme01 .tab-menu > div.active {
    background-color: #1ab394;
    color: #fff;
}

.theme02 .tab-menu > div.active {
    background-color: #1ab394;
    color: #fff;
}

    .theme02 .tab-menu > div.active a {
        color: #fff !important;
    }

.theme03 .tab-menu > div.active {
    background-color: #1ab394;
    color: #fff;
}

.theme02 .tab-menu > div.active a {
    color: #fff !important;
}

.tab-content {
    clear: both;
}

    .tab-content .form-label {
        font-size: 14px;
        text-align: left;
        width: 115px;
        line-height: 26px;
        text-align: right;
    }

.row {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tab-content .formControls {
    margin-left: 20px;
    line-height: 26px;
    width: 85%;
}

    .tab-content .formControls .select-box select {
        padding: 5px;
    }

    .tab-content .formControls input[type=text] {
        padding-left: 5px;
        width: 1070px;
    }

.quickadd {
    width: 60%;
}

    .quickadd .form-label {
        font-size: 14px;
        text-align: left;
        width: 15%;
        line-height: 26px;
        padding-left: 20px;
    }

.row {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.quickadd .formControls {
    margin-left: 20px;
    line-height: 26px;
    height: 35px;
}

    .quickadd .formControls .select-box select {
        padding: 6px;
        vertical-align: middle;
        margin-top: -3px;
    }
/*添加订单*/

.orderList {
    display: flex;
    flex-wrap: wrap;
}

    .orderList .row {
        width: 50%;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .orderList .newrow {
        width: 100%;
    }

    .orderList .form-label {
        font-size: 13px;
        font-weight: bold;
        width: 25%;
        text-align: right;
    }

    .orderList .newrow .form-label {
        width: 10%;
    }

    .orderList .newrow .formControls {
        line-height: 26px;
        width: 87%;
        display: flex;
    }

    .orderList .formControls {
        line-height: 26px;
        width: 65%;
        display: flex;
        padding-left: 20px;
    }





.order_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderBox .itemBox {
    display: flex;
    align-items: center;
}

.refreshBtn {
    position: absolute;
    top: 10px;
    right: 20px;
}

.EditBox {
    padding-top: 20px;
}

    .EditBox .cl {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .EditBox .cl input {
            line-height: 25px;
        }

        .EditBox .cl select {
            padding: 5px;
        }

.mb10 {
    margin-bottom: 15px;
    border-bottom: 1px solid #BABABA;
}

    .mb10 .group {
        margin-bottom: 15px;
    }

.setting .itemBox > div {
    width: 100%;
    margin-bottom: 20px;
}

.setting .itemBox1 .item[input=text] {
    line-height: 24px;
    width: 50% !important;
}

.setting .select-label {
    display: inline-block;
    width: 100px !important;
}

/*分公司*/

.newpagebtn {
    color: #fff !important;
    cursor: pointer !important;
}

.tab-content > div {
    display: none;
}

    .tab-content > div:nth-child(1) {
        display: block;
    }

/*分公司管理*/
.company .row {
    margin: 0;
    margin-bottom: 10px;
}

    .company .row .form-label {
        width: 15%;
        text-align: left;
        padding-right: 20px;
    }

    .company .row .formControls {
        width: 65%;
        display: flex;
    }




/*homepage*/
.bg {
    height: 100%;
    width: 100%;
}

.homePage_title {
    font-size: 4.5vw;
    letter-spacing: 25px;
    text-align: center;
    padding-top: 60px;
    line-height: 100px;
    white-space: nowrap;
}

.homePage_content {
    text-align: center;
}


.homePage_red {
    background-color: #F05C5C;
}

.homePage_green {
    background-color: #5FC289;
}

.homePage_blue {
    background-color: #5C9DED;
}

.homePage_content > div > dl {
    height: 400px;
    width: 50%;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 5px 5px 6px #BABABA;
    cursor: pointer;
}

    .homePage_content > div > dl dt {
        color: #fff;
        font-size: 2.2vw;
        font-weight: normal;
        line-height: 80px;
        letter-spacing: 5px;
        white-space: nowrap;
        overflow: hidden;
    }

.homePage_blue dd {
    background: url('/WebStatic/Content/images/homepage/item03.png') no-repeat center center;
    background-size: 75% auto;
}

.homePage_content > div > dl dd {
    height: 280px;
    text-align: center;
    font-size: 30px;
}

    .homePage_content > div > dl dd:first-letter {
        font-size: 18vw;
        line-height: 250px;
    }

.homepage_des {
    color: #fff;
    width: 100%;
}

.card {
    background-color: #fff;
    border: none;
    position: relative;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: 0 2px 17px 2px rgb(222, 223, 241);
}

    .card.card-progress:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .5);
        background-image: url('../img/spinner.svg');
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
    }

    .card.card-progress .card-progress-dismiss {
        position: absolute;
        top: 65%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #fff !important;
        padding: 5px 13px;
    }

    .card.card-primary {
        border-top: 2px solid #5458b3;
    }

    .card.card-secondary {
        border-top: 2px solid #b03cd5;
    }

    .card.card-success {
        border-top: 2px solid #22e840;
    }

    .card.card-danger {
        border-top: 2px solid #ff473d;
    }

    .card.card-warning {
        border-top: 2px solid #ffb209;
    }

    .card.card-info {
        border-top: 2px solid #01b8ff;
    }

    .card.card-dark {
        border-top: 2px solid #343a40;
    }

    .card .card-header, .card .card-footer, .card .card-body {
        background-color: transparent;
    }

    .card .card-body {
        padding: 30px;
    }

    .card .card-footer.card-footer-grey {
        background-color: #fbfbfb;
    }

    .card .card-header {
        border-bottom-color: #ececff;
        line-height: 30px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 100%;
    }

.card-header {
    padding: 15px 30px;
}

.card .card-header .btn {
    padding: 0;
    font-size: 12px;
    border-radius: 30px;
    line-height: 30px;
    border: 1px solid #edeaea;
    width: 30px;
    text-align: center;
    height: 30px;
}

.card .card-header .form-control {
    height: 28px;
    font-size: 12px;
}

    .card .card-header .form-control + .input-group-btn .btn {
        border-radius: 0 3px 3px 0;
        margin-top: -3px;
    }

.card .card-header .float-right .btn-group .btn {
    border-radius: 30px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.card .card-header h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    line-height: 30px;
}

    .card .card-header h4 a.unstyled {
        font-size: 14px;
    }

.card .card-footer {
    background-color: transparent;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ececff;
}

.card.card-lg .card-header, .card.card-sm .card-header, .card.card-sm-2 .card-header, .card.card-sm-3 .card-header, .card.card-sm-4 .card-header, .card.card-sm-5 .card-header {
    border-color: transparent;
    padding-bottom: 0;
}

    .card.card-lg .card-header h4, .card.card-sm .card-header h4, .card.card-sm-2 .card-header h4, .card.card-sm-3 .card-header h4, .card.card-sm-4 .card-header h4, .card.card-sm-5 .card-header h4 {
        line-height: 1.2;
    }

.card.card-lg .card-body, .card.card-sm .card-body, .card.card-sm-2 .card-body, .card.card-sm-3 .card-body, .card.card-sm-4 .card-body, .card.card-sm-5 .card-body {
    padding-top: 0;
}

.card.card-lg .card-header, .card.card-lg .card-body, .card.card-lg .card-footer {
    padding: 30px 40px;
}

    .card.card-lg .card-header h4 {
        font-size: 22px;
        font-weight: 700;
    }

.card.card-sm {
    display: inline-block;
    width: 100%;
}

    .card.card-sm .card-header, .card.card-sm .card-body {
        padding: 25px 0;
    }

    .card.card-sm .card-header {
        padding-top: 5px;
        padding-bottom: 30px;
        color: #838ab6;
    }

        .card.card-sm .card-header h4 {
            font-size: 10px;
        }

    .card.card-sm .card-body {
        padding-bottom: 0;
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
    }

    .card.card-sm .card-icon {
        float: left;
        display: inline-block;
        width: 55px;
        font-size: 20px;
        text-align: right;
        line-height: 84px;
        padding-right: 15px;
    }

    .card.card-sm .card-progressbar {
        padding: 0 25px 30px 0;
    }

    .card.card-sm .card-cta {
        margin-top: 20px;
        padding: 10px;
        text-align: center;
        border-top: 1px solid #ececff;
    }

        .card.card-sm .card-cta a {
            font-size: 12px;
        }

            .card.card-sm .card-cta a i {
                margin-left: 5px;
            }

    .card.card-sm .card-wrap {
        margin-left: 55px;
    }

    .card.card-sm .card-options {
        float: right;
        margin-right: 20px;
        margin-top: 10px;
        font-size: 20px;
    }

        .card.card-sm .card-options > a {
            color: #ececff;
        }

    .card.card-sm:hover .card-options > a {
        color: #999;
    }

.card.card-sm-2 .card-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 35px;
}

.card.card-sm-2 .card-header {
    padding-top: 20px;
    padding-bottom: 0;
}

    .card.card-sm-2 .card-header h4 {
        font-size: 10px;
        color: #838ab6;
    }

.card.card-sm-2 .card-body, .card.card-sm-3 .card-body, .card.card-sm-4 .card-body, .card.card-sm-5 .card-body {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    padding-bottom: 0;
}

.card.card-sm-2 .card-progressbar {
    padding: 20px;
    border-radius: 30px;
}

.card.card-sm-2 .card-footer {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.card.card-sm-3, .card.card-sm-4 {
    display: inline-block;
    width: 100%;
}

    .card.card-sm-3 .card-icon, .card.card-sm-4 .card-icon {
        width: 80px;
        height: 80px;
        margin: 10px;
        border-radius: 3px;
        line-height: 68px;
        font-size: 50px;
        text-align: center;
        float: left;
        margin-right: 15px;
        color: #fff;
    }

.icon1 {
    font-size: 60px;
}

.card.card-sm-3 .card-header, .card.card-sm-4 .card-header {
    padding-bottom: 0;
    padding-top: 25px;
}

    .card.card-sm-3 .card-header h4, .card.card-sm-4 .card-header h4 {
        font-size: 10px;
        letter-spacing: 0;
        color: #838ab6;
    }

.card.card-sm-3 .card-body, .card.card-sm-4 .card-body {
    font-size: 20px;
}

.card.card-sm-4 .card-icon {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 20px;
    line-height: 60px;
}

.card.card-sm-4 .card-header {
    margin-top: 5px;
}

.card.card-sm-4 .card-header, .card.card-sm-4 .card-body {
    text-align: right;
}

.card.card-sm-5 {
    /* text-align: center; */
}

    .card.card-sm-5 .card-body {
        padding: 20px 20px 5px 20px;
    }

    .card.card-sm-5 .card-header {
        padding: 0 20px 20px 20px;
    }

        .card.card-sm-5 .card-header h4 {
            font-size: 10px;
            font-weight: 700;
            color: #838ab6;
            letter-spacing: 0;
        }

    .card.card-sm-5 .card-icon {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 22px;
    }

    .card.card-sm-5 .card-chart {
        padding-top: 10px;
    }

.card.bg-primary, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
    color: #fff;
}

    .card.bg-primary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
        color: #fff;
        opacity: .9;
    }

.card .box {
    position: relative;
    top: 50%;
    left: 0;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #ececff;
    border-radius: 4px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
    width: 100%;
}

    .card .box .img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
    }

        .card .box .img img {
            width: 100%;
            height: 100%;
        }

    .card .box h2 {
        font-size: 20px;
        color: #777ab2;
        margin: 20px auto;
    }

        .card .box h2 span {
            font-size: 14px;
            background: #5d61bf;
            color: #fff;
            display: inline-block;
            padding: 4px 10px;
            border-radius: 15px;
            margin-top: 10px;
        }

    .card .box p {
    }

    .card .box .icons {
        display: inline-flex;
    }

    .card .box ul {
        margin: 0;
        padding: 0;
    }

        .card .box ul li {
            list-style: none;
            float: left;
        }

            .card .box ul li a {
                display: block;
                margin: 0 10px;
                font-size: 20px;
                transition: 0.5s;
                text-align: center;
            }

        .card .box ul.icons li {
            width: 20%;
            font-size: 20px;
            line-height: 3;
            list-style: none;
            text-align: center;
            border-radius: 0;
            position: relative;
            border: 1px solid #ececff;
            border-left: 0;
            cursor: pointer;
        }

            .card .box ul.icons li:first-child {
                border-left: 1px solid #ececff;
                border-radius: 7px 0 0 7px;
            }

            .card .box ul.icons li:last-child {
                border-radius: 0 7px 7px 0;
            }

        .card .box ul li:hover a {
            color: #5d61bf;
            transform: rotateY(360deg);
        }
/*-- end card --*/

/*homepage end*/
.radioBox {
    display: flex;
}

.singleRadio {
    height: 35px;
    position: relative;
    line-height: 35px;
    overflow: hidden;
    width: 80px;
    display: flex;
    align-items: center;
    padding-right: 5px;
}

    .singleRadio label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-weight: normal;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #c5c5c5;
        box-shadow: 10px #5BC0DE;
        background-color: #f6f6f6;
        color: #003eff;
    }

    .singleRadio input:checked + label {
        font-weight: bold;
        background-color: #337AB7;
        color: #fff;
    }

    .singleRadio input[type="radio"] {
        opacity: 0;
    }

/*变体上传图片*/

.productImgBox {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin: 5px 5px 5px 0;
    border-radius: 6px;
}

    .productImgBox img {
        width: 50px;
        height: 50px;
        border-radius: 2px;
    }

    .productImgBox .deleteImg {
        background-color: white;
        border-radius: 50%;
        position: absolute;
        display: inline-block;
        height: 15px;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
        color: red;
        right: -7px;
        top: -8px;
    }

.singleImg {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
}

    .singleImg img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
    }

    .singleImg .deleteImg {
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 22px;
        cursor: pointer;
        color: red;
        right: -12px;
        top: -7px;
        z-index: 1000;
    }

        .singleImg .deleteImg:hover {
            font-size: 23px;
        }




.input-file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

/*分页*/
.myPage > div {
    padding: 20px 0px;
    float: left;
}

.myPage .form-control {
    padding: 0px;
}

.myPage .page-selete {
    display: inline-block;
    padding-left: 20px;
}

.myPage > div > div {
    display: inline-block;
    line-height: 35px;
}

    .myPage > div > div .btn {
        margin-right: 5px !important;
    }

    .myPage > div > div > input[type=text] {
        display: inline-block;
        text-align: center;
        min-width: 60px;
    }

.checkbox-inline-self td {
    padding-right: 10px;
}

.checkbox-inline-self input[type=checkbox] {
    padding-right: 5px;
}


/*清除form-control内部边距*/
.re-control {
    padding: 0px;
}
