div, button, p, a, img, ul, ol, li, dl, dt, dd, body, header, section, footer, nav, textarea, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding-bottom: 0;
    border: 0;
    list-style: none;
    outline: none;
}

._paddingBottom15 {
    padding-bottom: 15px;
}

input {
    outline: none;
    /* -webkit-appearance: none;*/
    border: none;
}

body {
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
    overflow-y:scroll;
}

select, option, input, textarea, button {
    font-family: "微软雅黑";
}

a {
    font-size: 12px;
    color: #000000;
    font-family: "微软雅黑";
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.overflow {
    overflow: hidden;
}

.contain {
    margin: 0 auto;
    width: 1300px;
}

.red-word {
    color: #ec0505;
}

.hide {
    display: none;
}

/*indexbegin*/
.system-name {
    padding: 17px 50px;
    height: 70px;
}

    .system-name h1 {
        font-size: 32px;
        color: #484848;
    }

.log-name {
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    cursor: pointer;
}

    .log-name .sub-nav {
        display: none;
        text-align: center;
        position: absolute;
        z-index: 3;
        color: #fff;
    }

    .log-name i {
        margin-left: 10px;
        font-size: 12px;
        color: #828282;
    }

.nav {
    position: relative;
    height: 74px;
    background: url(/Content/images/bg/nav-bg.png) no-repeat;
    background-size: cover;
}

    .nav .wrap-nav {
        display: -webkit-flex;
        display: flex;
        /*margin-left: 0px;*/
    }

.wrap-nav .wrap-menu {
    position: relative;
    line-height: 74px;
    font-size: 18px;
    text-align: center;
    flex: 1;
    color: #fff;
    cursor: pointer;
}

.wrap-nav .menu {
    width: 100px;
    height: 69px;
    display: inline-block;
}

/*.wrap-nav .menu:hover {
        border-bottom: 2px solid #fff;
    }*/

.wrap-nav .current {
    border-bottom: 2px solid #fff;
}

.sub-nav {
    position: relative;
    margin: 0 auto;
    width: 100px;
    background: #333;
    display: none;
    z-index: 999;
    padding: 0px;
}

    .sub-nav li {
        line-height: 50px;
        font-size: 16px;
    }

        .sub-nav li:hover {
            color: #F51B41;
        }

.content {
    padding-top: 10px;
}

.choose-state li {
    position: relative;
    padding: 10px;
    width: 22%;
    height: 90px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.state {
    font-size: 15px;
}

    .state.current {
        color: #ec0505;
    }

.much {
    padding-left: 60px;
    font-size: 40px;
}

.decoration {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 70px;
    background: #fe6138;
    text-align: center;
    line-height: 70px;
    color: #fff;
}

    .decoration.blue {
        background: #49a3f1;
    }

    .decoration.green {
        background: #8fce28;
    }

    .decoration i {
        font-size: 45px;
    }

        .decoration i.icon-chulizhong {
            font-size: 53px;
        }

        .decoration i.icon-yiwancheng {
            font-size: 50px;
        }

.middle {
    margin: 0 17%;
}

.content-state {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 0px;
    background: #f6f8fa;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.triangle-big {
    position: absolute;
    top: -22px;
    left: 110px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    border-left: 11px solid transparent;
}

.triangle {
    position: absolute;
    top: -20px;
    left: 111px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f8fa;
    border-left: 10px solid transparent;
    z-index: 1;
}

.search {
    padding-bottom: 10px;
    -webkit-border-bottom: 1px solid #E8E8E8;
    -moz-border-bottom: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.current-much {
    font-size: 17px;
    line-height: 40px;
}

.num {
    padding: 3px;
}

table.search-table {
    background-color: #f6f8fa;
}

    table.search-table tbody {
        background-color: #f6f8fa;
    }

table.search-table1 {
    background-color: #fff;
}

    table.search-table1 tbody {
        background-color: #fff;
    }

table.search-table2 {
    background-color: #f3f5f9;
}

    table.search-table2 tbody {
        background-color: #f3f5f9;
    }

.search-condition {
    padding: 6px 15px 5px 15px;
    width: 200px;
    font-size: 15px;
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    border-radius: 18px 0 0 18px;
    border: 1px solid #CCC;
}

.search-area {
    position: relative;
}

    .search-area button {
        margin-left: -1px;
        width: 60px;
        height: 34px;
        color: #fff;
        background: linear-gradient(to right, #0dcbff 0%, #168de8 100%);
        -webkit-border-radius: 0 16px 16px 0;
        -moz-border-radius: 0 16px 16px 0;
        border-radius: 0 16px 16px 0;
        cursor: pointer;
    }

        .search-area button i {
            font-size: 19px;
        }

.task-content {
    width: 100%;
    text-align: center;
    font-size: 15px;
}

thead th {
    padding: 17px;
    font-size: 17px;
}

tbody {
    background: #fff;
}

    tbody td {
        padding: 9px 0;
    }

.operation {
    width: 20%;
}

.work-name {
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.task-btn {
    padding: 4px 7px;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}

    .task-btn.red-btn {
        border: 1px solid #f10c0c;
        color: #f10c0c;
    }

    .task-btn.blue-btn {
        border: 1px solid #1282d8;
        color: #1282d8;
    }

.page {
    margin-top: 40px;
    height: 50px;
    font-size: 14px;
    text-align: center;
}

.model {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 2;
    display: none;
}

.model-content {
    position: relative;
    margin: 110px auto;
    padding: 10px 30px;
    width: 500px;
    height: 630px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
}

    .model-content .icon-close {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 20px;
        color: #666;
        cursor: pointer;
    }

.model-title {
    margin-top: 8px;
    font-size: 20px;
    text-align: center;
}

.mission-con {
    font-size: 16px;
}

.model-content .mt30 {
    margin-top: 30px;
}

.mission-name .work-name {
    margin-left: 20px;
    padding-left: 15px;
    width: 350px;
    height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
}

.work-get {
    padding-bottom: 30px;
    height: 25px;
    border-bottom: 1px solid #EFEFEF;
}

    .work-get div {
        position: relative;
        width: 50%;
    }

.man-choose {
    position: absolute;
    width: 120px;
    background: #FFF;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    z-index: 999;
    left: 30px;
    top: 30px;
    display: none;
    padding-left: 0px;
    max-height: 300px; 
    overflow-y:scroll;
}

    .man-choose li {
        border-bottom: 1px solid #E8E8E8;
        cursor: pointer;
    }

        .man-choose li:last-child {
            border-bottom: none;
        }

.work-get i {
    margin-right: 10px;
}

.get-icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 4px solid #c8eff8;
    background: #1fb3d5;
    display: inline-block;
}

.get-man {
    font-size: 14px;
}

.work-get span {
    cursor: pointer;
}

    .work-get span:hover,
    .man-choose li:hover {
        color: #1fb3d5;
    }

.mission-choose {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

    .mission-choose .mark {
        display: inline-block;
        width: 100px !important;
        background-color: white !important;
    }

.mt30 .mark {
    display: inline-block;
    width: 100px !important;
    background-color: white !important;
}

.mark span {
    margin-left: 10px;
}

.mark-choose {
    display: inline-block;
    padding: 6px 20px 7px 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    max-height:300px;
    overflow-y:scroll;
}

.mission-choose li {
    margin-top: 20px;
}

.mission-choose .icon-biaoqian {
    font-size: 20px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.upload {
    border: 1px solid #1fb3d5;
    background: #1fb3d5;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .upload:hover {
        background: #13A4C5;
    }

.message textarea {
    padding: 10px;
    width: 300px;
    height: 120px;
    border: 1px solid #ccc;
    resize: none;
}

.confirm {
    margin-left: 150px;
    margin-top: 20px;
    width: 200px;
    height: 40px;
    background: #1f82d5;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .confirm:hover {
        background: #136DB9;
    }

    .confirm:active {
        background: #3F9DEC;
    }

option {
    line-height: 40px;
}
/*indexend*/
/*templatebegin*/
.template {
    padding: 30px 0;
    background: #f3f5f9;
}

.tem-nav {
    background: #fff;
    box-shadow: 0px 0px 3px #D2D2D2;
}

    .tem-nav div {
        display: -webkit-flex;
        display: flex;
        line-height: 50px;
        font-size: 16px;
    }

    .tem-nav span {
        padding-left: 18px;
        width: 5%;
        font-size: 14px;
        color: #666;
    }

.nav-choose {
    width: 90%;
    height: 50px;
    overflow: hidden;
}

    .nav-choose li {
        padding: 0 15px;
        float: left;
        cursor: pointer;
    }

        .nav-choose li:hover {
            color: #ec0505;
        }

.more i {
    padding: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
}

.imgCon {
    padding: 30px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
}

.picopacity {
    flex: 1;
}

    .picopacity:nth-child(2n) {
        margin: 0 20px 20px;
    }

    .picopacity > li {
        position: relative;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 0 3px #E2E2E2;
        -moz-box-shadow: 0 0 3px #E2E2E2;
        box-shadow: 0 0 3px #E2E2E2;
        cursor: pointer;
    }

.img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all;
    .5s;
    -moz-transition: all;
    .5s;
    transition: all;
    .5s;
}

/*a.download {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.5);
    display: none;
    color: #fff;
}

    a.download i {
        font-size: 30px;
        color: #fff;
    }*/

.look-model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 1;
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
}

    .look-model .look-con {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    }

    .totop, .look-model .close-model {
        width: 100px;
        height: 100px;
        position: fixed;
        right: 0;
        bottom: 0;
        color: #fff;
        cursor: pointer;
    }

.totop {
    display: none;
}

.GoTop {
    display: none;
    color: #666;
    cursor: pointer;
    width: 70px;
    height: 100px;
    position: fixed;
    right: 0;
    bottom: 0;
}

    .GoTop i {
        font-size: 60px;
        color: #666;
        cursor: pointer;
    }


.look-model .close-model {
    top: 5%;
    right: 1.5%;
    width: 50px;
    height: 50px;
    font-size: 35px;
    text-align: center;
}

.close-model i {
    font-size: 30px;
}

.totop i {
    font-size: 60px;
}

.upload-btn {
    margin-top: 5px;
    margin-right: 6px;
    width: 5%;
    height: 40px;
    line-height: 40px;
    background: #EC0505;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    .upload-btn:hover {
        background: #D60D0D;
    }

    .upload-btn:active {
        background: #FF3939;
    }
/*templateend*/
/*taskcenterbegin*/
.task-center-state {
    background: #fff;
    border: none;
}

.task-center .search-btn {
    margin-left: 1px;
    border-radius: 0;
}

.task-center .mark-choose {
    font-size: 14px;
}

.task-center .finally-time {
    height: 22px;
    font-size: 15px;
}

.task-center .search-area button {
    width: 70px;
}

thead tr {
    background: #f5f5f5;
}

.mark-choose .icon-riqi {
    margin-right: 8px;
}

.page a {
    padding: 5px 11px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
}

.page .page-before, .page .page-next {
    border: none;
    background: none;
}

.page .current {
    background: #0d8dee;
    color: #fff;
    border: 1px solid #0d8dee;
}
/*taskcenterend*/
/*loginbegin*/
.login-page {
    width: 100%;
    height: 100%;
    background: blue;
}

.login {
    margin: 50px auto;
    padding: 50px 20px 60px;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 450px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(241, 241, 241, 0.8);
}

h2 {
    margin-top: 150px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    text-shadow: 2px 2px 4px rgba(236, 236, 236, 0.48);
}

.fill {
    padding: 10px;
    width: 280px;
    height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    font-size: 15px;
}

.loginBtn {
    padding: 12px;
    width: 320px;
    border: 1px solid #08adfd;
    border-radius: 2px;
    background: #08adfd;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.logpage .check {
    border: none;
}

    .logpage .check > span {
        overflow: hidden;
        height: 100%;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

.logpage img {
    display: inline-block;
    width: 100px;
    cursor: pointer;
}

.logpage .checknum {
    width: 100px;
    float: left;
}

.login > p {
    border: 1px solid #ccc;
    width: 340px;
    margin: 0 auto 30px;
}

    .login > p > i {
        color: #ccc;
    }

.login .check {
    text-align: left;
    width: 340px;
    margin-left: 55px;
}

.logpage .check .nosee {
    display: inline-block;
    height: 50px;
    border: none;
    line-height: 50px;
    padding-left: 17px;
    font-size: 13px;
    cursor: pointer;
}

    .logpage .check .nosee:hover {
        color: #1e5eef;
    }
/*loginend*/

.new-btn {
    margin-left: 1px;
    border-radius: 0;
    /*transition: all .5s;*/
    height: 34px;
    color: #fff;
    background: linear-gradient(to right, #0dcbff 0%, #168de8 100%);
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}

.new-btn {
    width: 90px;
    font-size: 15px;
}

    .new-btn:hover {
        border: 1px solid #1F93BF;
    }


.sideNav {
    padding-left: 20px;
}

.eachNav {
    line-height: 41px;
    cursor: pointer;
    border-bottom: 1px solid rgba(30, 30, 30, 0.35);
    position: relative;
}

    .eachNav:hover .navName {
        color: #000;
    }

    .eachNav li {
        color: #808080;
        line-height: 35px;
    }

    .eachNav a {
        color: #f4efef;
    }

.InsideNav li:hover {
    color: #000;
}

.InsideNav {
    display: none;
}

.More {
    background: url(../images/icon/plus.png) no-repeat center center;
}

.Less {
    background: url(../images/icon/minus.png) no-repeat center center;
}

.nav-total .search-area {
    float: right;
}

    .nav-total .search-area input.search-condition {
        line-height: inherit;
    }

.file li {
    position: relative;
    margin: 10px 20px 30px 0;
    padding: 10px 0;
    padding-top: 12px;
    width: 23%;
    float: left;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
}

    .file li .operations {
        height: 50px;
        top: 0;
    }

.file .download {
    right: 50%;
}

.file .operate-btn {
    width: 50%;
    height: 50px;
    line-height: 50px;
}

    .file .operate-btn i {
        font-size: 24px;
    }

.file li img {
    float: left;
}

.file li p {
    float: left;
    margin-left: 15px;
    line-height: 40px;
    font-size: 14px;
}

    .file li p:nth-of-type(2) {
        line-height: 26px;
        font-size: 12px;
    }

.file li a.download {
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    top: 0;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.5);
    display: none;
    color: #fff;
}

    .file li a.download i {
        font-size: 24px;
        color: #fff;
    }

.template-page .search button {
    margin-left: -5px;
    width: 60px;
    height: 33px;
    color: #fff;
    background: linear-gradient(to right, #0dcbff 0%, #168de8 100%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

.template-page .search .new-btn {
    width: 80px;
}

.template-page .search-area button i {
    font-size: 18px;
}

.user {
    position: absolute;
    right: 30px;
    top: 6px;
    width: 120px;
    height: 68px;
    cursor: pointer;
}

    .user .menu {
        text-align: center;
        width: 100%;
        display: inline-block;
        line-height: 60px;
    }

        .user .menu i {
            font-size: 40px;
            color: #fff;
        }

    .user .sub-nav {
        width: 120px;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
    }

        .user .sub-nav li {
            margin-top: 1px;
            margin-left: 1px;
            width: 118px;
            color: #17B3FF;
            text-align: center;
            cursor: pointer;
            line-height: 35px;
            font-size: 14px;
        }

            .user .sub-nav li:hover {
                color: #FFFFFF;
                background: #61D3FF;
                border-radius: 4px;
            }

.operations {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.65);
    display: none;
}

.operate-btn {
    position: absolute;
    width: 20%;
    height: 70px;
    /*right: 80%;*/
    line-height: 70px;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgb(187, 187, 187);
    /*display: none;*/
}

.download {
    width: 20%;
    right: 20%;
}

.picopacity li p {
    margin-top: -5px;
    padding: 5px 18px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

    .picopacity li p.detail1 {
        padding-top: 20px !important;
    }

    .picopacity li p.detail2 {
        padding-bottom: 20px !important;
    }

.del {
    right: 0;
    border-right: none;
}

.release {
    width: 59%;
}

.operate-btn i {
    font-size: 30px;
}

.login_tips {
    color: red;
    font-size: 12px;
    padding: 5px;
}

    .login_tips .tips_msg {
        color: red;
        font-size: 12px;
        vertical-align: middle !important;
    }

    .login_tips img {
        height: 14px !important;
        width: 14px !important;
        vertical-align: middle;
    }

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 0px solid transparent !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05) !important;
}

.panel-body {
    padding: 5px;
}

.label_ex {
    padding-top: 10px !important;
    padding-right: 0px !important;
    text-align: center;
    width: 70px;
}

.col-sm-1, .col-sm-2 {
    padding-left: 0px !important;
    padding-right: 5px !important;
}


/**查看任务详情*/
.mission-choose li {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
}

.mission-choose .mark-detail-choose {
    flex: 1;
}

.model-content {
    position: relative;
    margin: 110px auto;
    padding: 10px 30px 30px;
    width: 500px;
    max-height: 630px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
}

.triangle-big {
    position: absolute;
    top: -22px;
    left: 110px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    border-left: 11px solid transparent;
}

.triangle {
    position: absolute;
    top: -20px;
    left: 111px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f8fa;
    border-left: :;
    0px solid transparent;
    z-index: 1;
}


.work-detail-name {
    display: inline-block;
}

.mark-detail-choose {
    border: none;
}

.detail-file {
    color: #1282D8;
    text-decoration: underline;
}

.choose-state .icon-zhifuyouwenti {
    margin-right: 5px;
    font-size: 18px;
    color: #ff3c4b;
    /*display: none;*/
}



.username {
    margin-left: 7px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.user .menu {
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 64px;
}

    .user .menu i {
        font-size: 24px;
        color: #fff;
    }

.picopacity li p.detail2 {
    padding-bottom: 20px;
    display: -webkit-flex;
    display: flex;
}

    .picopacity li p.detail2 span:nth-of-type(1) {
        width: 13%;
    }

    .picopacity li p.detail2 span:nth-of-type(2) {
        flex: 1;
        word-break: break-all;
    }

.picopacity li p.detail1 {
    padding-top: 20px !important;
    font-size: 18px;
    color: rgb(13, 123, 241);
}


/*列表样式*/
.picopacity {
    flex: 1;
    width: 30%;
}
.picopacity>li.center{
	text-align: center;
}
.picopacity>li p{
	text-align: left;
}
.picopacity>li .liImg{
	width: 100%;
}


.look-model .close-model{
    top: 2%;
    right: 1.5%;
    width: 50px;
    height: 50px;
    font-size: 35px;
    text-align: center;
    z-index: 2;
}
.look-model .look-con{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    display: inline-block;
    max-width: 1300px;
    text-align: center;
    position: absolute;
    left: 50%;
}
.look-model .look-con-width{
	width: 1300px;
}
.look-model .look-con-maxWidth{
	width: 1300px;
	margin-left: -650px;
}
.look-con img.imgWidth{
	width: 100%;
}

.pattern{
  width: 30%;
  left: 0;
}
.type{
  width: 29%;
  left: 29%;
}
/*列表样式*/








/*.table-no-frame thead th {
    text-align: center;
    width: 200px;
    height: 55px;
    padding-top: 0;
    padding-bottom: 7px;
    font-weight: normal;
}

.table-no-frame tbody tr {
    font-size: 16px;
}

.table-no-frame tbody td {
    text-align: center;
    width: 100px;
    height: 67px;
    line-height: 47px;
}

    .table-no-frame tbody td:nth-last-child {
        text-align: center;
        width: 200px;
        font-size: 12px;
        padding-top: 20px;
    }

    .table-no-frame tbody td a {
        color: #018DD2;
        font-size: 16px;
    }

    .table-no-frame tbody td div:nth-of-type(2) {
        padding: 10px 10px 0 0px;
        font-size: 13px;
    }*/
.dropdown-menu{min-width:54px !important;}