html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    font: 14px/1.5 tahoma, arial, "Hiragino Sans GB", \5b8b\4f53
}

* {
    margin: 0;
    padding: 0;
    font-style: normal;
}

*, :after, :before {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

a:link,
a:visited, a:active, a:hover {
    text-decoration: none;
}

a {
    color: #333;
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s ease;
}

a:hover {
    color: #ff6a00;
    text-decoration: none;
}

*, :after, :before {
    box-sizing: border-box;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.ylw {
    color: #ff6a00;
}

input:-webkit-autofill { /* 解决Chrome表单自动填充后背出现黄色背景的问题 */
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #000;
}

.ant-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px
}

.ant-btn:focus, .ant-btn:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff
}

.ant-btn:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: none
}

.ant-btn.is-disabled, .ant-btn.is-disabled:focus, .ant-btn.is-disabled:hover {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5
}

.ant-btn + .ant-btn {
    margin-left: 8px
}

.ant-btn.is-round {
    padding: 12px 20px
}

.ant-btn.is-disabled.is-plain, .ant-btn.is-disabled.is-plain:focus, .ant-btn.is-disabled.is-plain:hover {
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc
}

.ant-btn.is-loading {
    position: relative;
    pointer-events: none
}

.ant-btn.is-loading:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: hsla(0, 0%, 100%, .35)
}

.ant-btn-orange {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00
}

.ant-btn-orange:focus, .ant-btn-orange:hover {
    background: #FF6100;
    border-color: #FF6100;
    color: #fff
}

.ant-btn-orange:active {
    outline: none
}

.ant-btn-orange.is-plain {
    color: #ff6a00;
    background: #fff;
    border-color: #ff6a00
}

.ant-btn-orange.is-plain:active, .ant-btn-orange.is-plain:hover {
    background: #ff6a00;
    border-color: #ff6a00;
    color: #fff;
    outline: none
}


.ant-btn-primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff
}

.ant-btn-primary:focus, .ant-btn-primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff
}

.ant-btn-primary:active {
    outline: none
}

.ant-btn-primary.is-active, .ant-btn-primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff
}

.ant-btn-primary.is-disabled, .ant-btn-primary.is-disabled:active, .ant-btn-primary.is-disabled:focus, .ant-btn-primary.is-disabled:hover {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff
}

.ant-btn-primary.is-plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff
}

.ant-btn-primary.is-plain:focus, .ant-btn-primary.is-plain:hover {
    background: #409eff;
    border-color: #409eff;
    color: #fff
}

.ant-btn-primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
    outline: none
}

.ant-btn-primary.is-plain.is-disabled, .ant-btn-primary.is-plain.is-disabled:active, .ant-btn-primary.is-plain.is-disabled:focus, .ant-btn-primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff
}

.ant-btn-success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a
}

.ant-btn-success:focus, .ant-btn-success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #fff
}

.ant-btn-success:active {
    outline: none
}

.ant-btn-success.is-active, .ant-btn-success:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff
}

.ant-btn-success.is-disabled, .ant-btn-success.is-disabled:active, .ant-btn-success.is-disabled:focus, .ant-btn-success.is-disabled:hover {
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d
}

.ant-btn-success.is-plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0
}

.ant-btn-success.is-plain:focus, .ant-btn-success.is-plain:hover {
    background: #67c23a;
    border-color: #67c23a;
    color: #fff
}

.ant-btn-success.is-plain:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
    outline: none
}

.ant-btn-success.is-plain.is-disabled, .ant-btn-success.is-plain.is-disabled:active, .ant-btn-success.is-plain.is-disabled:focus, .ant-btn-success.is-plain.is-disabled:hover {
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.ant-btn-warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c
}

.ant-btn-warning:focus, .ant-btn-warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #fff
}

.ant-btn-warning:active {
    outline: none
}

.ant-btn-warning.is-active, .ant-btn-warning:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff
}

.ant-btn-warning.is-disabled, .ant-btn-warning.is-disabled:active, .ant-btn-warning.is-disabled:focus, .ant-btn-warning.is-disabled:hover {
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e
}

.ant-btn-warning.is-plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1
}

.ant-btn-warning.is-plain:focus, .ant-btn-warning.is-plain:hover {
    background: #e6a23c;
    border-color: #e6a23c;
    color: #fff
}

.ant-btn-warning.is-plain:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
    outline: none
}

.ant-btn-warning.is-plain.is-disabled, .ant-btn-warning.is-plain.is-disabled:active, .ant-btn-warning.is-plain.is-disabled:focus, .ant-btn-warning.is-plain.is-disabled:hover {
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8
}

.ant-btn-danger {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c
}

.ant-btn-danger:focus, .ant-btn-danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff
}

.ant-btn-danger:active {
    outline: none
}

.ant-btn-danger.is-active, .ant-btn-danger:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff
}

.ant-btn-danger.is-disabled, .ant-btn-danger.is-disabled:active, .ant-btn-danger.is-disabled:focus, .ant-btn-danger.is-disabled:hover {
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6
}

.ant-btn-danger.is-plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4
}

.ant-btn-danger.is-plain:focus, .ant-btn-danger.is-plain:hover {
    background: #f56c6c;
    border-color: #f56c6c;
    color: #fff
}

.ant-btn-danger.is-plain:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
    outline: none
}

.ant-btn-danger.is-plain.is-disabled, .ant-btn-danger.is-plain.is-disabled:active, .ant-btn-danger.is-plain.is-disabled:focus, .ant-btn-danger.is-plain.is-disabled:hover {
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2
}

.ant-btn-info {
    color: #fff;
    background-color: #909399;
    border-color: #909399
}

.ant-btn-info:focus, .ant-btn-info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff
}

.ant-btn-info:active {
    outline: none
}

.ant-btn-info.is-active, .ant-btn-info:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff
}

.ant-btn-info.is-disabled, .ant-btn-info.is-disabled:active, .ant-btn-info.is-disabled:focus, .ant-btn-info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc
}

.ant-btn-info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6
}

.ant-btn-info.is-plain:focus, .ant-btn-info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #fff
}

.ant-btn-info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: none
}

.ant-btn-info.is-plain.is-disabled, .ant-btn-info.is-plain.is-disabled:active, .ant-btn-info.is-plain.is-disabled:focus, .ant-btn-info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb
}

.ant-btn-text {
    border-color: transparent;
    color: #409eff;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.ant-btn-text:focus, .ant-btn-text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent
}

.ant-btn-text:active {
    color: #3a8ee6;
    background-color: transparent
}

.ant-btn-text.is-disabled, .ant-btn-text.is-disabled:focus, .ant-btn-text.is-disabled:hover, .ant-btn-text:active {
    border-color: transparent
}

.ant-btn-medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px
}

.ant-btn-medium.is-round {
    padding: 10px 20px
}

.ant-btn-small {
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 3px;
}

.ant-btn-small.is-round {
    padding: 9px 15px
}

.ant-btn-mini {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px
}

.ant-btn-mini.is-round {
    padding: 7px 15px
}

td .ant-btn-mini, th .ant-btn-mini {
    margin: 3px;
    padding: 2px 4px;
    border-radius: 3px;
}

td .ant-btn-mini + .ant-btn-mini, th .ant-btn-mini + .ant-btn-mini {
    margin-left: 0
}

.ant-tabs {
    height: 32px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 5px;
    outline: none;
}

.ant-tabs li {
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 4px 4px 0 0;
    background: #f9f9f9;
    font-size: 14px;
    position: relative;
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px 16px 4px;
    height: 32px;
}

.ant-tabs .cur {
    background: #fff;
    border-color: #d9d9d9;
    color: #108ee9;
    border-bottom: 0;
}

.ant-tabs li:hover {
    color: #108ee9;
}

.ant-tabs .cur:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
}


.ant-input {
    line-height: 1.5;
    border: 1px solid #d7d8d9;
    border-radius: 4px;
    transition: all .3s;
    padding: 6px 7px;
    height: 32px;
}

textarea.ant-input {
    height: auto;
    min-height: 32px;
    line-height: 1.5;
    vertical-align: bottom;
    -webkit-transition: all 0.3s, height 0s;
    transition: all 0.3s, height 0s;
}

.ant-input.aps-size-large {
    padding-right: 16px;
    padding-left: 16px
}

.ant-input.aps-size-medium {
    height: 32px
}

.ant-input.aps-size-small {
    height: 28px
}

.ant-input:focus, .ant-input:hover {
    border-color: #ff6a00
}

.ant-input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #ffe3c3
}

.ant-input::placeholder {
    color: #c3c5c6
}

.ant-input:hover::placeholder {
    color: #9b9ea0
}

.ant-input:disabled {
    background: #f5f5f6;
    border: 1px solid #d7d8d9
}

.ant-input:disabled::placeholder {
    color: #c3c5c6
}

.ant-radio-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    display: inline-block;
}

.ant-radio-button-wrapper {
    position: relative;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-left: 0;
    cursor: pointer;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.ant-radio-button-wrapper a {
    color: rgba(0, 0, 0, 0.65);
}

.ant-radio-button-wrapper:first-child {
    border-left: 1px solid #d9d9d9;
    border-radius: 4px 0 0 4px;
}

.ant-radio-button-wrapper:last-child {
    border-radius: 0 4px 4px 0;
}

.ant-radio-button-wrapper:first-child:last-child {
    border-radius: 4px;
}

.ant-radio-button-wrapper:hover {
    position: relative;
    color: #1890ff;
}

.ant-radio-button-wrapper:focus-within {
    outline: 3px solid rgba(24, 144, 255, 0.06);
}


.ant-radio-button-wrapper-checked {
    z-index: 1;
    color: #1890ff;
    background: #fff;
    border-color: #1890ff;
    -webkit-box-shadow: -1px 0 0 0 #1890ff;
    box-shadow: -1px 0 0 0 #1890ff;
}

.ant-radio-button-wrapper-checked::before {
    background-color: #1890ff !important;
    opacity: 0.1;
}

.ant-radio-button-wrapper-checked:first-child {
    border-color: #1890ff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ant-radio-button-wrapper-checked:hover {
    color: #40a9ff;
    border-color: #40a9ff;
    -webkit-box-shadow: -1px 0 0 0 #40a9ff;
    box-shadow: -1px 0 0 0 #40a9ff;
}

.ant-radio-button-wrapper-checked:active {
    color: #096dd9;
    border-color: #096dd9;
    -webkit-box-shadow: -1px 0 0 0 #096dd9;
    box-shadow: -1px 0 0 0 #096dd9;
}

.ant-radio-button-wrapper-checked:focus-within {
    outline: 3px solid rgba(24, 144, 255, 0.06);
}

.ant-radio-group-large .ant-radio-button-wrapper {
    height: 40px;
    font-size: 16px;
    line-height: 38px;
}

.ant-radio-group-small .ant-radio-button-wrapper {
    height: 24px;
    padding: 0 7px;
    line-height: 22px;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff;
    background: #1890ff;
    border-color: #1890ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    color: #fff;
    background: #40a9ff;
    border-color: #40a9ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
    color: #fff;
    background: #096dd9;
    border-color: #096dd9;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
    outline: 3px solid rgba(24, 144, 255, 0.06);
}


.mini-toolbar {
    margin: 5px 5px 0;
}

.mini-fit {
    padding: 5px 5px 0
}

#infoForm {
    font-size: 13px;
}

#infoForm h2 {
    margin-bottom: 15px;
}

#infoForm p {
    padding-bottom: 5px;
}


#infoForm .help {
    color: #18bc9c;
    padding-left: 10px;
}

#infoForm i.need {
    font-style: normal;
    color: #e74c3c;
    padding: 0 1px;
}

#infoForm label {
    color: #369;
    padding-right: 5px;
}

#infoForm label.pad {
    margin-left: 25px;
}

#infoForm label input {
    margin-right: 5px;
}

#infoForm .vpic {
    border: 1px solid #efefef;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    cursor: pointer;
}

#infoForm .vpic img {
    width: 100%;
    height: 100%;
}

#infoForm .vpic:hover {
    border-color: #f60;
}

.photoList a img {
    width: 100%;
    height: 100%;
}

.photoList a {
    display: block;
    float: left;
    width: 88px;
    height: 68px;
    margin: 0 15px 15px 0;
    padding: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
}

.photoList a:hover {
    border-color: #f60;
}

#infoForm .btnArea {
    text-align: center;
    padding: 10px;
}

#infoForm .btnArea.pad {
    text-align: center;
    padding: 20px 20px 20px 0;
    margin: 20px 0;
    border-top: 1px solid #ccc;
}

#infoForm .btnArea .ant-back {
    float: left;
}

#infoForm .mini-tabs-bodys {
    border-color: #fff !important;
}

.iTable {
    border-color: #e9e9e9;
    border-style: solid;
    border-width: 2px;
    background: #fff;
    line-height: 150%;
    white-space: normal;
    width: 100%;
    padding: 2px 3px 3px 2px;
}

.iTable th, .iTable td {
    padding: 6px 5px;
    vertical-align: top;
    border-bottom: 1px dotted #efefef;
}

.iTable th {
    text-align: right;
    white-space: nowrap;
    background: #FAFAFA;
    font-size: 14px;
}

.iTable.col th {
    width: 160px;
}

.iTable.row th {
    text-align: center !important;
}

.iTable td {
    white-space: normal;
}

.iTable td.c {
    text-align: center;
}

.iTable td span {
    font-size: 12px;
}

.iTable tr:hover {
    background-color: #fafafa;
}

.iTable.tInfo td, .iTable.tInfo th {
    padding: 15px;
    vertical-align: middle;
    font-size: 14px;
}

.iTable.tInfo th {
    min-width: 250px;
}


.iTable .spl {
    float: left;
    min-width: 500px;
}

.iTable .spr {
    float: left;
    padding-left: 10px
}

/**grey table**/
.gTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    clear: both;
}

.gTable th, .gTable tfoot td {
    font-size: 14px;
    font-weight: normal;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 10px 5px;
}

.gTable tfoot td {
    border: 0;
}

.gTable tr td {
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 10px 5px;
}

.gTable th {
    text-align: center;
}

.gTable tr td {
    text-align: left;
}

.gTable td.left, .gTable th.left {
    text-align: left;
}

.gTable td.center, .gTable th.center {
    text-align: center;
}

.gTable td.right, .gTable th.right {
    text-align: right;
}

.gTable a:hover {
    text-decoration: none;
}

.gTable tr:hover {
    background-color: #fafafa;
}

.sTable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

.sTable th, .sTable td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}

.sTable xmp {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}

.headline {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 10px;
}

.headline > i {
    height: 32px;
    display: inline-block;
    border-bottom: 2px solid #ff6d00;
    font-style: normal;
}

.headline > .right {
    float: right;
    margin-top: -6px;
}

.mgTop {
    margin-top: 20px;
}

.mini-input {
    cursor: text;
    background: white;
    border: solid 1px #a5acb5;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    outline: none;
    padding: 15px 6px;
}

input.need {
    background: #FFFFE6;
}

.mini-input:focus {
    border: solid 1px #f60;
}

select {
    height: 28px;
}

.mini-grid-cell {
    line-height: 28px;
}

.mini-grid-cell a {
    color: #1989fa;
}

.mini-grid-headerCell {
    line-height: 20px;
}

.clickCopy {
    cursor: pointer;
}

.clickCopy em {
    font-style: normal;
}

.clickCopy:hover {
    color: #ff6d00;
}

.layui-laydate .layui-this {
    background: #108ee9 !important;
}

.layui-laydate-content td.laydate-selected {
    background: #ecf6fd !important;
}

.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #ff6d00 !important
}

.layui-laypage a:hover {
    color: #ff6d00
}

.none {
    display: none;
}

.nTable {
    border: 0;
    font-size: 14px;
    color: #333;
    border-collapse: collapse;
    border-spacing: 0;
}

.nTable th {
    min-width: 100px;
    text-align: right;
}

.nTable td, .nTable th {
    padding: 8px;
}

.nTable .vCode {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.nFooter {
    padding-top: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    float: left;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #D7D8D9;
    margin-left: -1px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #ffffff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    cursor: default;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #ff6a00;
    border-color: #ff6a00
}

.pagination > .active span {
    z-index: 3;
    color: #ffffff;
    background-color: #00C1DE;
    border-color: #00C1DE;
    cursor: default
}

.pagination > .disabled > span {
    color: #C3C5C6;
    background-color: #F5F5F6;
    border-color: #D7D8D9;
    cursor: not-allowed
}
