﻿div,
span,
img {
    cursor: pointer
}
* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
a:active,
a:focus,
a:hover {
    outline: none!important;
    text-decoration: none;
}

a {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #aaa;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none!important;
    box-shadow: none;
}

ul,
ol {
    margin: 0;
    list-style-type: none;
}
html{
    min-height: 100%;
}
body {
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(#3d464b, #65787f);
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

button{
    border:none;
}
.container {
    width: 1000px;
    position: relative;
}

.container>div {
    width: 100%;
    position: relative;
}

.header {
    padding-bottom: 60px;
}

.logs {
    position: relative;
}
.urls img {
    margin-left: 20px;
    width: 37px;
    height: 37px;

}
.urls>div {
    margin-left: 20px;
    width: 37px;
    height: 37px;
    transition: All 0.5s ease-in-out;
}

.urls>div:nth-child(1) {
    background: url("../images/top2.png") no-repeat 0 0;
}

.urls>div:nth-child(2) {
    background: url(../images/top3.png) no-repeat 0 0;
}

.urls>div:nth-child(3) {
    background: url(../images/top1.png) no-repeat 0 0;
}

.urls>div:hover {
    background-position: -0px -37px;
}


.logs span {
    position: absolute;
    bottom: 5px;
    right: -10px
}

.logs img {
    width: 177px;
    height: 100px;
}

.content_left {
    width: 810px;
    min-height: 856px;
    background-color: #2c3437;
}

.content_left_title {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #3f474a;
}

.content_left_title>div:nth-child(1) {
    padding: 0 16px;
    border-left: 3px solid #01f186;
    height: 100%;
    color: #01f186;
}

.content_right {
    min-height: 100px;
    background-color: #2c3437;
    border-left: 1px solid #3f474a;
}

.content_right_navs {
    width: 100%;
}

.content_right_navs img {
    width: 36px;
    height: 36px;
}

.content_right_navs>div {
    width: 100%;
}

.content_right_nav {
    width: 100%;
    height: 45px;
    color: #fff;
}
.content_right_nav:hover {
    background-color: #01f186;
    color: #1c2d36;
}
.content_right_nav_sel {
    background-color: #01f186;
    color: #1c2d36;
}

.page>div {
    background: #1a2224;
    margin-right: 2px;
    cursor: pointer
}

.page>div:hover {
    background: #01f186 !important;
    color: #fff;
}

.pageText {
    padding: 9px 15px;
}

.pageNum {
    padding: 9px 12px;
}

.pageSel {
    background: #01f186 !important;
    color: #fff;
}

select {
    padding: 0 10px;
    box-sizing: border-box;
    background: #343e41;
    font-size: 12px;
    color: #535f63;
    border: 1px solid #3f4c50;
    border-right: none;
    border-bottom: none;
}

input {
    padding: 0 10px;
    box-sizing: border-box;
    background: #343e41;
    font-size: 12px;
    color: #535f63;
    border: 1px solid #3f4c50;
    border-right: none;
    border-bottom: none;
}

.footer {
    color: #888888;
    background-color: #3d464b;
    height: 35px;
}

.testswitch {
    position: relative;
    float: left;
    width: 90px;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.testswitch-checkbox {
    display: none;
}

.testswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.testswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.testswitch-inner::before,
.testswitch-inner::after {
    display: block;
    float: right;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.testswitch-inner::after {
    content: attr(data-on);
    padding-left: 10px;
    background-color: #00e500;
    color: #FFFFFF;
}

.testswitch-inner::before {
    content: attr(data-off);
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.testswitch-switch {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    margin: 4px;
    background: #FFFFFF;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.testswitch-checkbox:checked+.testswitch-label .testswitch-inner {
    margin-left: 0;
}

.testswitch-checkbox:checked+.testswitch-label .testswitch-switch {
    right: 0px;
}
.code {
    background-image: url(../images/yz.png);
    background-color: #aaa;
    font-family: Arial;
    font-style: italic;
    color: Red;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
}

.verification {
    width: 100%;
}

.verification input {
    width: 72px;
    height: 26px;
    background-color: #373e41;
    border: solid 1px #4b5255;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content {
    align-items: flex-start;
}

/* 输入框 */

.inputSm {
    width: 120px;
    height: 44px;
}

.inputMd {
    width: 311px;
    height: 44px;
}

.inputLg {
    width: 392px;
    height: 44px;
}
.gyImgHover {
    animation-duration: 0.5s;
    animation-name: bounce;
    animation-fill-mode: both;
    animation-iteration-count: 1
}

.zb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 216px;
    z-index: 2;
}

.page>div {
    background: #1a2224;
    margin-right: 2px;
    cursor: pointer
}

.page>div:hover {
    background: #01f186 !important;
    color: #fff;
}

.pageText {
    padding: 9px 15px;
}

.pageNum {
    padding: 9px 12px;
}

.pageSel {
    background: #01f186 !important;
    color: #fff;
}
video {
    outline: none;
}
select {
    padding: 0 10px;
    box-sizing: border-box;
    background: #343e41;
    font-size: 12px;
    color: #757575;
    border: 1px solid #3f4c50;
    border-right: none;
    border-bottom: none;
}

select>option {
    color: #757575;
}

video {
    outline: none;
}

input {
    padding: 0 10px;
    box-sizing: border-box;
    background: #343e41;
    font-size: 12px;
    color: #fff;
    border: 1px solid #3f4c50;
    border-right: none;
    border-bottom: none;
}

input[type="date"] {
    color: #757575;
}

input[type="date"]:before {
    color: #757575;
    content: attr(placeholder);
    padding-right: 10px;
}

input[type="date"].full:before {
    color: #757575;
    content: ""!important;
}

textarea {
    padding: 10px;
    box-sizing: border-box;
    background: #343e41;
    font-size: 12px;
    color: #535f63;
    border: 1px solid #3f4c50;
    border-right: none;
    border-bottom: none;
}


.footer {
    color: #888888;
    background-color: #3d464b;
    height: 35px;
}
/* 验证码 */

.code {
    background-image: url(../images/yz.png);
    background-color: #aaa;
    font-family: Arial;
    font-style: italic;
    color: Red;
    border: 0;
    padding: 2px 3px;
    letter-spacing: 3px;
}

.verification {
    width: 100%;
}

.verification input {
    width: 72px;
    height: 26px;
    background-color: #373e41;
    border: solid 1px #4b5255;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 输入框 */

.inputSm {
    width: 120px;
    height: 44px;
}

.inputMd {
    width: 311px;
    height: 44px;
}

.inputLg {
    width: 392px;
    height: 44px;
}
/* 修改数量 */

.edit {
    width: 100px;
    height: 30px;
    position: relative;
}

.edit>img {
    width: 100%;
    height: 100%;
}

.edit>div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.edit>div>span {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 摄像图片 */

.gySXAni {
    transform: scale(1.1);
}

.gySX {
    overflow: hidden;
}

.gy .gySX img {
    height: 216px;
}

.gy .gySX img:nth-child(1) {
    width: 160px;
    transition: All 0.5s ease-in-out;
}

.gy .gySX img:nth-child(2) {
    width: 27px;
    z-index: 2;
}

.gy > a>div:nth-child(2) {
    width: 187px;
    height: 85px;
    background-color: #01f186;
    position: relative;
}

.gy> a>div img {
    width: 123px;
    height: 18px;
}

.gy>img {
    width: 187px;
    height: 216px;
}

.gy>div {
    width: 187px;
    height: 85px;
    background-color: #01f186;
    position: relative;
}

.gy>div img {
    width: 123px;
    height: 18px;
}

.gyImgHover {
    animation-duration: 0.5s;
    animation-name: bounce;
    animation-fill-mode: both;
    animation-iteration-count: 1
}

.qrcode {
    width: 100%;
    height: 215px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    display: none;
}

.qrcode>img {
    width: 100%;
    height: 100%;
}

.qrcode>img:nth-child(2) {
    width: 142px;
    height: 142px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.zb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 216px;
    z-index: 2;
}
