body{padding-top: 20px;}
.card-header{font-weight: 400;}
h5{font-size:16px;}
h2{padding-bottom: 10px;}
.p1{margin-top:5px;}
.head a{min-width:146px;}
.action a{min-width:98px;}
.card{margin-bottom: 5px;}
.label{display: inline;padding: .2em .6em .3em;font-size: 16px;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .30em;}
.lsz{font-size:14px;padding: .2em .45em .3em;}
.label3{display: inline-block;padding: 4px 7px;font-size: 14px;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: 1em;}
.label2{display: inline-block;padding: 5px 5px;font-size: 14px;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: 1em;}
.nav a{margin-right: 5px;}
/*tips*/
.tips-wrapper{position: relative;width: 420px;height: 890px;margin: 0 auto;padding-bottom: 20px;display: flex;flex-direction: column;justify-content: space-between;}
.tips-wrapper .top{margin-top: 50px;}
.tips-wrapper .top img{display: block;margin: 0 auto;width: 300px;}
.tips-wrapper .loaderText{text-align: center;}
.tips-wrapper .text{display: inline-block;text-align: center;margin-top: 20px;}
.tips-wrapper .bottom{text-align: center;margin-bottom: 40px;}
.tips-wrapper button{width: 80%;padding: 20px;color: white;background-color: #4c9eea;border-radius: 15px;outline: none;border: none;font-size: 18px;margin-bottom: 20px;cursor: pointer;}
.tips-wrapper .notice{text-align: center;font-size: 12px;font-weight: 300;color: #ccc;}
.tips-wrapper .loader{display: inline-block;margin-left: 20px;width: 8px;height: 8px;border-radius: 50%;background-color: rgba(66, 66, 66, 0.133);box-shadow: 16px 0 rgba(66, 66, 66, 0.133), -16px 0 rgba(66, 66, 66, 0.133);position: relative;animation: flash 0.5s ease-out infinite alternate;}
/*setting*/
.main-container{ position: relative;}
.sysset-p{width: 100%;max-width: 1108px;position: absolute;height: 66px;right: 0;left: 0;margin: 0 auto;}
.sysset-l{position: fixed;top: 0;left: 0;right: 0;z-index: 99999999;max-width: 1108px;margin-left: auto;margin-right: auto;}
.sysset{position: absolute;height: 30px;width: 70px;background-color: rgba(0, 0, 0, 0.8);z-index: 99998;right: 0;top: 22px;border-radius: 15px 0 0 15px;color: #fff;display: flex;align-items: center;justify-content: center; cursor: pointer;}
.sysset img{width: 20px;height: 20px;}
.sysset span{font-size:13px;margin-left: 3px;}
#sysset{display: none;position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 99999;max-width: 1110px;margin-left: auto;margin-right: auto;}
.sysset-panel{position: absolute;bottom: 0;left: 0;right: 0;height: 180px;background-color: #fff;}
.sysset-head{height: 50px;line-height: 50px;position: relative;text-align: center;border-bottom: 1px solid #ccc;}
.sysset-head div{font-size: 16px;}
.sysset-head span{position: absolute;right: 0;top: 0;height: 50px;width: 50px;font-size: 24px; cursor: pointer;}
.sysset-list{padding: 20px;font-size: 16px;}
.sysset-item{height: 40px;line-height: 40px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #f1f1f1;}
.sysset-item:last-child{border-bottom: 0;}
/*switch*/
[class|=switch]{position: relative;display: inline-block;width: 50px;height: 30px;border-radius: 16px;line-height: 32px;-webkit-tap-highlight-color:rgba(255,255,255,0);}
.switch-on{border: 1px solid white;box-shadow: white 0px 0px 0px 16px inset;transition: border 0.4s, box-shadow 0.2s, background-color 1.2s;background-color: white;cursor: pointer;}
.slider{position: absolute;display: inline-block;width: 30px;height: 30px;background: white;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);border-radius: 50%;left: 0;top: 0;}
.switch-on .slider{left: 20px;transition: background-color 0.4s, left 0.2s;}
.switch-off{border: 1px solid #dfdfdf;transition: border 0.4s, box-shadow 0.4s;background-color: rgb(255, 255, 255);box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;background-color: rgb(255, 255, 255);cursor: pointer;}
.switch-off .slider{left: 0;transition: background-color 0.4s, left 0.2s;}
.switch-on.switch-disabled{opacity:.5;cursor:auto;}
.switch-off.switch-disabled{background-color:#F0F0F0 !important;cursor:auto;}