body {
    color: #333;
    background-color: #fff;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layadmin-side-shrink .copyRight {
    display: none;
}

.examples {
    position: relative;
    z-index: 10;
}

    .examples:hover {
        opacity: 1;
    }

    .examples .examples-img {
        display: none;
        position: absolute;
        z-index: 10;
        left: 70px;
        top: 0px;
        max-width: 300px;
        width: 300px;
    }

.examples-site1 .examples-img {
    left: auto;
    right: 150px;
    top: auto;
    bottom: 0;
}

.interval {
    padding-left: 11px;
}

img {
    max-width: 100%;
}

@media only all and (max-width: 1600px) {
    .layui-table td, .layui-table th {
        height: auto !important;
        font-weight: inherit !important;
    }
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #0364d8 !important;
    background-color: #0364d8 !important;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #0364d8 !important;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #0364d8 !important;
}

.commit-tit {
    padding-left: 60px;
    padding-right: 60px;
    border-bottom-width: 2px;
    border-color: #e5e5e5;
    height: auto;
}

@media only all and (max-width: 1600px) {
    .commit-tit {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.commit-tit li {
    font-size: 16px;
    color: #a3a3a3;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    margin-right: 75px;
}

@media only all and (max-width: 1600px) {
    .commit-tit li {
        padding-bottom: 0;
    }
}

@media only all and (max-width: 1440px) {
    .commit-tit li {
        margin-right: 40px;
    }
}

.commit-tit li:last-child {
    margin-right: 0;
}

.commit-tit li.layui-this {
    font-size: 24px;
    color: #0364d8 !important;
}

@media only all and (max-width: 1600px) {
    .commit-tit li.layui-this {
        font-size: 18px;
        padding-bottom: 0;
    }
}

.commit-tit li.layui-this:after {
    top: auto;
    bottom: -2px;
    border-bottom: 2px solid #0364d8 !important;
}

.content {
    padding-top: 40px;
    padding-bottom: 100px;
}

@media only all and (max-width: 1600px) {
    .content {
        padding-top: 20px;
        padding-bottom: 60px;
    }
}

.content .layui-tab-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
}

@media only all and (max-width: 1600px) {
    .content .layui-tab-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}

.search1 {
    width: 150px;
    height: 52px;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

@media only all and (max-width: 1600px) {
    .search1 {
        width: 110px;
        height: 40px;
    }
}

.search1 span {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media only all and (max-width: 1600px) {
    .search1 span {
        font-size: 14px;
    }
}

.search1 img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .search1 img.img-hover {
        opacity: 0;
    }

.search1 .line {
    width: 89px;
    position: absolute;
    top: auto;
    left: -7px;
    bottom: -5px;
}

.search1:hover {
    opacity: 1;
}

    .search1:hover img.img {
        opacity: 0;
    }

    .search1:hover img.img-hover {
        opacity: 1;
    }

.export {
    width: 150px;
    height: 52px;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

@media only all and (max-width: 1600px) {
    .export {
        width: 110px;
        height: 40px;
    }
}

.export span {
    font-size: 16px;
    color: #0064dc;
    position: relative;
    z-index: 1;
}

@media only all and (max-width: 1600px) {
    .export span {
        font-size: 14px;
    }
}

.export .img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.export .img-hover {
    position: absolute;
    width: 100%;
    left: 3px;
    top: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.export:hover .img-hover {
    left: 0px;
    top: 0px;
}

.print {
    width: 150px;
    height: 52px;
    border-radius: 0;
    background: #FF6634;
    background: linear-gradient(45deg, transparent 10px, #FF6634 0);
    background-repeat: no-repeat;
    margin-right: 15px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

@media only all and (max-width: 1600px) {
    .print {
        width: 110px;
        height: 40px;
    }
}

.print img {
    width: 86px;
    position: absolute;
    top: auto;
    right: -5px;
    bottom: -5px;
}

.sample {
    width: 150px;
    height: 52px;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

@media only all and (max-width: 1600px) {
    .sample {
        width: 110px;
        height: 40px;
    }
}

.sample span {
    font-size: 16px;
    color: #0064dc;
    position: relative;
    z-index: 1;
}

.sample .img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.added {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: left;
    background-color: #e5effb;
    position: relative;
    padding-left: 32px;
    margin-bottom: 30px;
}

@media only all and (max-width: 1600px) {
    .added {
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
}

.added:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 100%;
    background-color: #0064dc;
    left: 0;
    top: 0;
}

@media only all and (max-width: 1600px) {
    .added:before {
        width: 180px;
    }
}

.added:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 200px;
    top: 0;
    border-bottom: 80px solid #0064dc;
    border-right: 40px solid transparent;
}

@media only all and (max-width: 1600px) {
    .added:after {
        left: 180px;
        border-bottom: 50px solid #0064dc;
    }
}

.added .plus {
    position: relative;
    z-index: 1;
    margin-right: 20px;
    width: 16px;
    display: inline-block;
    vertical-align: -3px;
}

@media only all and (max-width: 1600px) {
    .added .plus {
        margin-right: 10px;
    }
}

.added span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

@media only all and (max-width: 1600px) {
    .added span {
        font-size: 14px;
    }
}

.uploadImage {
    width: 150px;
    height: 52px;
    border-radius: 0;
    background: #FF6634;
    background: linear-gradient(-45deg, transparent 10px, #FF6634 0);
    background-repeat: no-repeat;
    margin-right: 15px;
    padding: 0 10px;
}

@media only all and (max-width: 1600px) {
    .uploadImage {
        width: 135px;
        margin-right: 10px;
        height: 40px;
    }
}

@media only all and (max-width: 1280px) {
    .uploadImage {
        width: 116px;
    }
}

.uploadImage .add {
    width: 16px;
    height: 16px;
    margin-right: 9px;
    font-size: 20px;
}

.uploadImage-blue {
    width: 150px;
    height: 52px;
    border-radius: 0;
    background: linear-gradient(-45deg, transparent 10px, #0064dc 0);
}

@media only all and (max-width: 1600px) {
    .uploadImage-blue {
        width: 135px;
        margin-right: 10px;
        height: 40px;
    }
}

.advertising-inline {
    border: none;
}

    .advertising-inline .uploadImage-wrap {
        margin-left: 0;
    }

    .advertising-inline .upload-wrap {
        padding-bottom: 0;
        border-bottom: none;
    }

    .advertising-inline .tab-item-title {
        font-size: 20px;
    }

    .advertising-inline .item {
        border-right: 1px dashed #e5e5e5;
        margin-bottom: 100px;
    }

@media only all and (max-width: 1600px) {
    .advertising-inline .item {
        margin-bottom: 20px;
    }
}

.advertising-inline .item:nth-child(n+2) {
    padding-left: 7.7%;
}

@media only all and (max-width: 1750px) {
    .advertising-inline .item:nth-child(n+2) {
        padding-left: 5.7%;
    }
}

@media only all and (max-width: 1600px) {
    .advertising-inline .item:nth-child(n+2) {
        padding-left: 3.7%;
    }
}

@media only all and (max-width: 1440px) {
    .advertising-inline .item:nth-child(n+2) {
        padding-left: 1.7%;
    }
}

.advertising-inline .item:last-child {
    border-right: none;
}

.nav-icon {
    width: auto;
    margin-top: -33px !important;
}

    .nav-icon img {
        width: 14px;
    }

@media only all and (max-width: 1600px) {
    .content .layui-input, .content .layui-select {
        height: 40px !important;
    }
}

.layui-table-box {
    width: 100%;
}

@media only all and (max-width: 1600px) {
    .static-table-parent {
        overflow-x: scroll;
    }
}

.static-table {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    text-align: center;
}

@media only all and (max-width: 1600px) {
    .static-table {
        width: 1561px;
    }
}

.static-table th {
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    border-top: 2px solid #0064dc;
    border-bottom-width: 2px;
    padding: 0 4px;
    height: 60px;
}

@media only all and (max-width: 1600px) {
    .static-table th {
        height: 40px;
    }
}

.static-table td {
    border: 1px solid #e6e6e6;
    border-top: 2px solid #0064dc;
    border-bottom-width: 2px;
    padding: 0 4px;
    height: 60px;
}

@media only all and (max-width: 1600px) {
    .static-table td {
        height: 40px;
    }
}

.static-table tbody tr {
    background-color: #fff;
}

    .static-table tbody tr:nth-child(2n) {
        background-color: #f2f2f2;
    }

.static-table .layui-input, .static-table .layui-select {
    background-color: #fff !important;
}

@media only all and (max-width: 1600px) {
    .static-table .layui-input, .static-table .layui-select {
        height: 34px !important;
    }
}

.nowHide {
    display: none !important;
}

.commit-tit1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 20px;
    border-color: #e5e5e5;
}

    .commit-tit1 h5 {
        font-size: 20px;
        color: #333;
        font-weight: bold;
    }

@media only all and (max-width: 1440px) {
    .commit-tit1 h5 {
        font-size: 16px;
    }
}

.commit-tit1 h5 span {
    font-size: 14px;
}

@media only all and (max-width: 1440px) {
    .commit-tit1 h5 span {
        font-size: 14px;
    }
}

.commit-tit1 .detail {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background: #0064dc;
    background: linear-gradient(-45deg, transparent 10px, #0064dc 0);
    background-repeat: no-repeat;
}

@media only all and (max-width: 1440px) {
    .commit-tit1 .detail {
        width: 90px;
        height: 35px;
        line-height: 35px;
    }
}

.layui-icon-date {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 20px;
}

@media only all and (max-width: 1600px) {
    .layui-icon-date {
        right: 12px !important;
        top: 9px !important;
    }
}

.layui-table-page .layui-laypage button, .layui-table-page .layui-laypage input {
    height: 26px !important;
}

body {
    background-color: #f1f4f9;
}

.layui-form {
    width: 100%;
}

.layui-table {
    width: 100% !important;
}

.button-wrap {
    width: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .button-wrap.aa {
        justify-content: space-between;
    }

    .button-wrap .item-tit {
        font-size: 18px;
        line-height: 30px;
        padding-left: 17px;
        font-weight: bold;
    }

    .button-wrap .layui-btn22 {
        background-color: #204DE4;
    }

.common-search {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .common-search .layui-form-label {
        padding: 9px 10px;
    }

    .common-search .search-tit {
        font-size: 18px;
        line-height: 30px;
        padding-left: 17px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .common-search .search {
        width: 180px;
        height: 40px;
        background-color: #204DE4;
        margin-left: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .common-search .search img {
            margin-right: 20px;
        }

    .common-search .shouqi {
        width: 100px;
        margin-right: 50px;
        display: inline-block;
    }

.commit-tits {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #1a76d9;
    margin-bottom: 15px;
}

@media only all and (max-width: 1440px) {
    .layui-form-item .layui-input-inline {
        width: 170px;
    }
}

@media only all and (max-width: 1366px) {
    .layui-form-item .layui-input-inline {
        width: 140px;
    }
}

.layui-table th {
    background-color: #fff;
}

.card-item .item-tit {
    font-weight: 600;
}
/*# sourceMappingURL=common.css.map */
