body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-width: 100vw;
    width: 100vw;
    height: 100vh;
}
.main{
    position: relative;
    text-align: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url( "/img/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    background-attachment: fixed;
}
.m-items{
    position: relative;
}

/***top***/
.m-top{
    position: relative;
    height: 60px;
    width: 100vw;
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 1px 5px #ccc;
}
.m-top-bg{
    position: relative;
    width: calc(100vw - 300px);
    height: 100%;
    min-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}
.m-top-items{
    position: relative;
    height: 60px;
    float: left;
}
.m-top-logo{
    width: 25%;
    text-align: left;
    padding: 15px 0;
}
.m-top-logo img{
    height: 100%;
    width: auto;
}
.m-top-time{
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.m-top-time-1{
    font-size: 1rem;
}
.m-top-time-2{
    font-size: 1.2rem;
    font-weight: bold;
}
.m-top-buttons{
    width: 25%;
    text-align: right;
    padding: 12px 0;
}
.m-top-button-items{
    display: block;
    float: right;
    height: 100%;
    margin-left: 15px;
    cursor: pointer;
}
.m-top-button-items img{
    height: 100%;
}

/***bottom***/
.m-bottom{
    position: relative;
    width: 100vw;
    height: 30px;
}
.m-b-right,
.m-b-right a{
    font-size: .8rem;
    color: rgba(0,0,0,.3);
    line-height: 30px;
}

/***center***/
.m-center{
    position: relative;
    height: calc(100vh - 90px);
    width: calc(100vw - 300px);
    min-width: 1280px;
    margin: 0 auto;
    padding: 20px 10px 0;
}
.m-right{
    float: right;
    width: 220px;
    height: calc(100vh - 110px);
    overflow: visible;
}
.m-center-button{
    display: none;
}
.m-r-items{
    position: relative;
    width: 100%;
    min-height: 100px;
    background-color: rgba(255, 255, 255, .7);
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: 0 1px 5px #ccc;
}

/*****usercard*****/
.uc-container {
    perspective: 1000px;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

.uc-badge {
    position: relative;
    width: 160px;
    height: 30px;
    margin: 0 auto;
    background: linear-gradient(145deg, #001f3f, #003366);
    border-radius: 4px;
    box-shadow: 
        0 0 5px rgba(0, 100, 255, 0.5),
        0 0 10px rgba(0, 80, 200, 0.3);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.uc-badge:hover {
    transform: rotateX(0) rotateY(0);
}

.uc-fish-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.uc-fish-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 255, 255, 0.6);
    border-radius: 4px;
    box-shadow: 
        inset 0 0 5px rgba(0, 200, 255, 0.8),
        0 0 15px rgba(0, 180, 255, 0.6);
    z-index: 1;
}

.uc-fish-border::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(0, 255, 255, 0.2) 30%,
        rgba(0, 230, 255, 0.5) 50%,
        rgba(0, 255, 255, 0.2) 70%,
        transparent 90%
    );
    border-radius: 6px;
    animation: uc-light-sweep 3s linear infinite;
    z-index: 2;
    opacity: 0.8;
}

.uc-scale-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 150, 255, 0.1) 1.5px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgba(0, 200, 255, 0.1) 1.5px, transparent 2px);
    background-size: 20px 15px;
    opacity: 0.7;
    z-index: 3;
}
    
.uc-water-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 200, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: uc-ripple 4s infinite ease-in-out;
    opacity: 0;
    z-index: 4;
}

.uc-water-ripple:nth-child(2) {
    animation-delay: 1s;
}

.uc-water-ripple:nth-child(3) {
    animation-delay: 2s;
}

.uc-employee-id {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-family: 'Courier New', monospace;
    font-size: 1rem;
    font-weight: bold;
    color: #00ffff;
    text-shadow: 
        0 0 5px #0077ff, 
        0 0 10px #0055cc;
    letter-spacing: 1px;
    z-index: 10;
}

.uc-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    animation: uc-shine 3s infinite;
    z-index: 5;
}

@keyframes uc-shine {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes uc-ripple {
    0% { transform: scale(0.1); opacity: 0.7; }
    100% { transform: scale(2); opacity: 0.2; }
}

@keyframes uc-light-sweep {
    0% { transform: translateX(-100%) skewX(-15deg); }
    100% { transform: translateX(100%) skewX(-15deg); }
}

/*****user*****/
.m-r-u-usernamebox{
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.m-r-u-bg{
    width: 100%;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
}
.m-r-u-bg img{
    width: 100%;
    height: auto;
}
.m-r-u-photo{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 5px #ccc;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
}
.m-r-u-photo img{
    width: 100%;
    height: auto;
}

.m-r-u-u{
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    font-weight: bold;
    vertical-align: top;
}
.m-r-u-u img{
    margin: 7px 0;
    width: 16px;
    height: auto;
}
.m-r-u-oneword{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: .7rem;
    color: #666;
    padding: 0 10px;
    cursor: pointer;
}
.m-r-u-buttons{
    position: relative;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    margin: 5px 0 10px;
    text-align: center;
    overflow: hidden;
}
.m-r-u-b{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    padding: 4px;
    cursor: pointer;
}
.m-r-u-b img{
    display: block;
    width: auto;
    height: 16px;
    margin: 2px auto;
}
.m-r-u-b span{
    display: block;
    width: 100%;
    font-size: .7rem;
    height: 16px;
    line-height: 16px;
}

/*****userlogin*****/
.m-r-u-login{
    position: relative;
    margin: 10px auto;
}
.m-r-u-login button{
    position: relative;
    height: 40px;
    line-height: 40px;
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: bold;
    border: 0;
    background: #285bb6;
    border: 0;
    background: #285bb6;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.m-r-u-logintip{
    position: relative;
    text-align: center;
    font-size:.8rem;
    color: #666;
    margin-bottom: 20px;
}

/*****tips*****/
.m-r-tips1,
.m-r-tips2,
.m-r-tips3{
    position: relative;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    padding: 0 10px;
}
.m-r-tips1{
    height: 30px;
    line-height: 30px;
}
.m-r-tips1 *{
    display: inline-block;
    vertical-align: top;
}
.m-r-tips1 img{
    height: 16px;
    width: auto;
    margin: 7px 0;
}
.m-r-tips2 img,
.m-r-tips3 img{
    height: 16px;
    width: auto;
    margin: 5px 0;
}
.m-r-tips1 span,
.m-r-tips2 span,
.m-r-tips3 span{
    font-size: .9rem;
    margin: 0 5px;
}
.m-r-tips1 b{
    font-size: 1rem;
    color: #f00;
    font-weight: bold;
}
.m-r-tips1 button{
    height: 20px;
    line-height: 20px;
    width: auto;
    margin: 5px 0;
    padding: 0 5px;
    font-size: .7rem;
    float: right;
    border: 0;
    background: #285bb6;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.m-r-tips2,
.m-r-tips3{
    height: 50px;
    line-height: 25px;
}
.m-r-tips2 *,
.m-r-tips3 *{
    display: inline-block;
    vertical-align: top;
}
.m-r-tips2 b,
.m-r-tips3 b{
    width: 60%;
    font-size: 1rem;
    color: #f00;
    font-weight: bold;
    text-align: right;
}
.m-r-tips2 button{
    height: 18px;
    line-height: 18px;
    width: auto;
    margin: 2px 0;
    padding: 0 5px;
    font-size: .7rem;
    float: right;
    border: 0;
    background: #285bb6;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.m-r-tips3 div{
    height: 18px;
    line-height: 18px;
    width: auto;
    margin: 2px 0;
    padding: 0 5px;
    font-size: .7rem;
    float: right;
    border: 0;
    background: #ff6f00;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

/** 黄历样式 **/
.calendar-card {
    width: 200px;
    height: 150px;
    overflow: scroll;
    scrollbar-width: none;
    margin: 0 10px 10px 10px;
    background: #FFF8E1;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    color: #5D4037;
}

.calendar-date {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.calendar-year {
    font-size: .8rem;
    text-align: center;
    margin-bottom: 12px;
    opacity: 0.8;
}

.calendar-divider {
    height: 1px;
    background: #FFE0B2;
    margin: 8px 0;
}

.calendar-content {
    font-size: .8rem;
}

.calendar-label {
    font-weight: bold;
    display: inline-block;
    width: 20px;
}

.calendar-lucky .calendar-label {
    color: #4CAF50;
}

.calendar-unlucky .calendar-label {
    color: #F44336;
}

.calendar-text {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
    line-height: 1.4;
}

/** about **/
.m-r-aboutbox{
    height: auto;
    min-height: auto;
}
.m-r-about{
    font-size: .9rem;
    color: #666;
    text-align: center;
    margin-top: 10px;
}
.m-r-a-ico{
    position: relative;
    margin: 10px;
    text-align: center;
    font-size: 0;
}
.m-r-a-ico a{
    display: inline-block;
    margin: 0 10px;
}
.m-r-a-ico a img{
    height: 20px;
    width: auto;
}
.m-r-a-qr{
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.m-r-a-qr > div{
    position: relative;
    display: inline-block;
    font-size: .9rem;
    color: #666;
    margin: 0 10px;
    cursor: pointer;
}

/**  left **/
.m-left{
    position: relative;
    float: left;
    height: 100%;
    width: calc(100% - 220px);
    overflow: hidden;
    padding: 15px 15px 0 0;
}
.m-l-items{
    position: relative;
    float: left;
    min-height: 50px;
}

/** search **/
.m-l-search{
    width: 500px;
    height: 60px;
    text-align: left;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    box-shadow: 0 1px 5px #ccc;
    cursor: pointer;
}
.search-c{
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-c > img{
    width: 30px;
    height: 30px;
}
.m-l-search input{
    position: relative;
    float: left;
    width: calc(100% - 120px);
    height: 60px;
    border: 0;
    background: none;
    line-height: 60px;
    color: #666;
    font-size: 1rem;
}
.search-b{
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-b > img{
    width: 30px;
    height: 30px;
}

/** weather **/
.m-l-weather{
    width: calc(100% - 500px);
    height: 60px;
    text-align: left;
    overflow: hidden;
    padding-left: 20px;
}
.m-l-weather-i{
    position: relative;
    margin-right: 20px;
    float: left;
    height: 50px;
    width: auto;
    text-align: center;
    cursor: pointer;
}
.weather-i{
    position: relative;
    overflow: hidden;
}
.weather-left{
    height: 50px;
    width: 50px;
    float: left;
}
.weather-left img{
    display: block;
    height: 25px;
    width: auto;
    margin: 0 auto;
}
.weather-left span{
    display: block;
    line-height: 20px;
    height: 20px;
    width: 50px;
    margin-top: 5px;
    font-size: .8rem;
}
.weather-right{
    height: 50px;
    width: auto;
    float: left;
    margin-left: 5px;
    text-align: left;
    color: #285bb6;
    font-weight: bold;
}
.weather-right-1{
    display: block;
    height: 16px;
    line-height: 16px;
    width: auto;
    font-size: .8rem;
}
.weather-right-2{
    display: block;
    height: 16px;
    line-height: 16px;
    width: auto;
    font-size: .8rem;
}
.weather-right-3{
    display: block;
    height: 16px;
    line-height: 16px;
    width: auto;
    font-size: .8rem;
}
.weather-right span b{
    color: #f00;
    padding-right: 5px;
}
.weather-right span i{
    position: relative;
    font-style: normal;
    padding-left: 14px;
}
.weather-right span i::after{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url('/img/static/weather/雨.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/** scene **/
.m-l-scene{
    width: 100%;
    height: 50px;
    margin: 10px 0;
}
.m-l-scene-box{
    position: relative;
    overflow: hidden;
    display: inline;
}
.m-l-scene-i{
    position: relative;
    float: left;
    width: 100px;
    line-height: 30px;
    height: 30px;
    margin: 10px 10px 10px 0;
    text-align: center;
    background-color: rgba(255,255,255,.4);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 2px #ccc;
    font-size: .8rem;
    color: #333;
    cursor: pointer;
}
.m-l-scene-i:hover,
.m-l-scene-c{
    color: #fff;
    background-color: rgba(41,91,182,.4);
}

/** moudle **/
.m-l-moudule{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-right: 50px;
}

/*****弹框*****/
.alertbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(41,91,182,.4);
    z-index: 9999;
}
.alertbox-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 400px;
    height: auto;
    background-color: #fff;
    border: 2px solid #295bb6;
    border-radius: 10px;
    overflow: hidden;
}
.alertbox-title{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    background-color: #295bb6;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
}
.alertbox-title-name{
    float: left;
    height: 40px;
    line-height: 40px;
}
.alertbox-title-close{
    float: right;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: right;
    cursor: pointer;
}
.alertbox-content{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
}

/*****暗号解密*****/
.alertbox-uncode{
    display: none;
}
.alertbox-uncode .alertbox-bg{
    width: 400px;
}
.alertbox-content-ahjm-input{
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #222;
    line-height: 30px;
    height: 30px;
}
.alertbox-content-ahjm-input input{
    line-height: 26px;
    height: 26px;
    border-radius: 5px;
    border: 1px solid #295bb6;
    width: 100px;
    margin: 0 10px;
    padding: 0 5px;
}
.alertbox-content-ahjm-input button{
    height: 26px;
    line-height: 26px;
    width: auto;
    margin: 5px 0;
    padding: 0 5px;
    font-size: .7rem;
    border: 0;
    background: #285bb6;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.alertbox-content-ahjm-text{
    text-align: center;
    font-size: .8rem;
    color: #666;
    margin: 20px 0;
}

/*******设置弹窗******/
.alertbox-setting{
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 9999;
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 10px;
}
.alertbox-content-settings-items{
    position: relative;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
    font-size: .9rem;
    font-weight: bold;
    color: #222;
    line-height: 30px;
    height: 30px;
}
.alertbox-content-settings-items-title{
    float: left;
    width: 60%;
    text-align: left;
}
.alertbox-content-settings-items-title img{
    position: absolute;
    top: 8px;
    left: -10px;
    width: 14px;
    height: auto;
}
.alertbox-content-settings-items-onoff{
    position: relative;
    float: right;
    width: 60px;
    height: 20px;
    margin-top: 5px;
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
}
.alertbox-content-settings-items-onoff::after{
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    right: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
}
.alertbox-content-settings-items-onoff[data-on]{
    background: #295bb6;
    border: 1px solid #295bb6;
}
.alertbox-content-settings-items-onoff[data-on]::after{
    content: "";
    top: 2px;
    left: auto;
    right: 2px;
    background-color: #fff;
}
.alertbox-content-settings-bg{
    position: relative;
    width: 200px;
    margin: 10px auto;
    padding: 0 10px;
    font-size: .9rem;
    font-weight: bold;
    color: #222;
    height: auto;
    text-align: center;
}
.alertbox-content-settings-bg img{
    width: 150px;
    height: auto;
    margin: 10px auto 0;
    border-radius: 5px;
    overflow: hidden;
}
.alertbox-content-bg-button{
    font-size: .9rem;
}


/*****登录注册弹框*****/
.alertbox-login .alertbox-bg,
.alertbox-reg .alertbox-bg{
    width: 350px;
}
.alertbox-login .alertbox-content,
.alertbox-reg .alertbox-content{
    padding: 10px 20px 20px 20px;
}
.logininp {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.logininp span {
    float: left;
    width: 20%;
    font-size: 15px;
    color: #222;
    text-align: left;
}

.logininp input {
    float: left;
    width: 80%;
    height: 30px;
    margin-top: 5px;
    border: 0;
    background: #fff;
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
}

input#uck {
    width: 50%;
}

.putem {
    width: calc(30% - 10px);
    background: #295bb6;
    border: 0;
    height: 30px;
    margin-left: 10px;
    color: #fff;
    font-size: .8rem;
    font-weight: bold;
    cursor: pointer;
}

.loginbtn {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}

.loginbtn button {
    float: left;
    vertical-align: top;
    background-color: #295bb6;
    border: 0;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.loginbtn button[disabled] {
    background: #ccc;
    cursor: not-allowed;
}

.loginbtn input {
    float: left;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-left: 15px;
    transform: translateY(50%);
}

.loginbtn i {
    float: left;
    vertical-align: top;
    font-size: 14px;
    font-style: normal;
    height: 14px;
    line-height: 14px;
    margin-left: 2px;
    transform: translateY(50%);
}

.loginbtn span {
    float: right;
    vertical-align: top;
    color: #295bb6;
    font-size: 14px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    transform: translateY(50%);
    cursor: pointer;
}
.loginbtn span:nth-last-of-type(1){
    color: red;
    padding-right: 10px;
}

.login3 {
    position: relative;
}

.login3 span {
    display: inline-block;
    color: #295bb6;
    font-weight: bold;
    border: 1px solid #295bb6;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: .8rem;
    line-height: 1rem;
    margin-top: 20px;
    cursor: pointer;
}
.login3 span img {
    position: relative;
    height: 1rem;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
}

.loginx {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    font-size: 0;
    font-weight: bold;
    color: #111;
}

.loginx img {
    width: 100%;
    height: 100%;
}

/*** 提醒设置弹框 ***/
.tips-alert {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 5px #ccc;
    border: 0;
    border-radius: 10px;
}
.alertbox-content-tips-time,
.alertbox-content-tips-items{
    position: relative;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
    font-size: .9rem;
    font-weight: bold;
    color: #222;
    line-height: 30px;
    height: 30px;
}
.alertbox-content-tips-time span{
    line-height: 30px;
}
.alertbox-content-tips-time input{
    line-height: 30px;
    width: 50px;
    border: 1px solid #285bb6;
    border-radius: 5px;
    padding: 0 2px;
    color: #285bb6;
}
.alertbox-content-tips-time div{
    line-height: 30px;
    height: 30px;
    width: auto;
    padding: 0 10px;
    font-size: .7rem;
    float: right;
    border: 0;
    background: #285bb6;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.alertbox-content-tips-items-title{
    float: left;
    width: 60%;
    line-height: 30px;
    text-align: left;
}
.alertbox-content-tips-items-title img{
    position: absolute;
    top: 8px;
    left: -10px;
    width: 14px;
    height: auto;
}
.alertbox-content-tips-items-onoff{
    position: relative;
    float: right;
    width: 60px;
    height: 20px;
    margin-top: 5px;
    background: #ccc;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
}
.alertbox-content-tips-items-onoff::after{
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    right: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
}
.alertbox-content-tips-items-onoff[data-on]{
    background: #295bb6;
    border: 1px solid #295bb6;
}
.alertbox-content-tips-items-onoff[data-on]::after{
    content: "";
    top: 2px;
    left: auto;
    right: 2px;
    background-color: #fff;
}

/*** 工作时间设置弹框 ***/
.work-alert {
    position: absolute;
    top: 0px;
    left: -355px;
    z-index: 9999;
    width: 350px;
    height: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 5px #ccc;
    border: 0;
    border-radius: 10px;
}
.alertbox-content-work-time,
.alertbox-content-work-week{
    position: relative;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
    font-size: .9rem;
    font-weight: bold;
    color: #222;
    line-height: 30px;
    text-align: center;
    display: block;
}
.alertbox-content-worktime{
    display: block;
    text-align: center;
}
.worktime-picker{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.worktime-picker input{
    width: 80px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #295bb6;
    border-radius: 10px;
    font-size: .8rem;
    color: #222;
}
.alertbox-content-work-items{
    display: block;
}
.work-days-selector{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.work-day-btn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #f8f8f8;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: center;
}
.work-day-btn.selected{
    background: #285bb6;
    border: 1px solid #285bb6;
    color: #fff;
}
.alertbox-content-work-button{
    line-height: 30px;
    height: 30px;
    width: auto;
    padding: 0 10px;
    font-size: .7rem;
    border: 0;
    background: #285bb6;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

/*** 搜索引擎列表 ***/
.search-c-list{
    position: absolute;
    top: 100%;
    left: 0;
    width: 0px;
    height: 0px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    z-index: 9999;
}
.search-c-list-ul{
    position: relative;
}
.search-c-list-li{
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.search-c-list-li:nth-of-type(1){
    border: 0;
}
.search-c-list-li img{
    width: 30px;
    height: 30px;
}

/*** 关注我们弹框 ***/
.about-alert{
    position: absolute;
    top: -125px;
    left: 50%;
    width: 120px;
    height: 120px;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    transform: translateX(-50%);
    box-shadow: 0 1px 5px #ccc;
}
.about-alert img{
    width: 100%;
    height: 100%;
}
.about-alert::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
}



/*** 签到弹框 ***/




/****phone****/

@media (max-width: 768px) {

    /****弹框****/
    .alertbox-setting{
        width: 200px!important;
    }
    .alertbox-content-settings-items-onoff{
        width: 50px;
    }
    .alertbox-content-settings-bg{
        width: 100%;
    }
    .alertbox-uncode .alertbox-bg {
        width: 350px;
    }


    body {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
    }
    .main {
        height: auto;
        width: 100%;
        min-height: 100vh;
        overflow: scroll;
    }
    .m-top,
    .m-top-items{
        height: 50px;
    }
    .m-top-bg {
        width: 100%;
        min-width: auto;
    }
    .m-top-logo,
    .m-top-buttons{
        padding: 10px 0;
        width: 30%;
    }
    .m-top-time{
        width: 40%;
        display: block;
    }
    .m-top-button-items {
        margin-left: 10px;
    }
    .m-top-time-1{
        font-size: 0;
        display: none;
    }
    .m-top-time-2{
        font-size: 1rem;
        line-height: 50px;
    }
    .m-center{
        width: 100%;
        height: calc(100vh - 50px);
        min-width: auto;
        padding: 10px;
        overflow: hidden;
    }
    .m-right,
    .m-left{
        float: none;
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 10px 0;
    }
    .m-right{
        display: block;
        position: absolute;
        top: 10px;
        right: -305px;
        z-index: 9999;
        background: #fff;
        width: 250px;
        height: auto;
        max-height: calc(100vh - 120px);
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 1px 5px #ccc;
        overflow: scroll;
    }
    .m-bottom{
        display: none;
    }
    .m-l-search {
        width: 100%;
        height: 50px;
        border-radius: 10px;
    }
    .search-c {
        width: 50px;
        height: 50px;
    }
    .m-l-search input{
        width: calc(100% - 100px);
        height: 50px;
        line-height: 50px;
    }
    .search-b{
        width: 50px;
        height: 50px;
    }
    .search-c-list-li{
        width: 50px;
        height: 50px;
    }
    .m-l-weather {
        width: 100%;
        padding: 10px 0;
    }
    .m-l-moudule{
        padding-right: 0;
    }
    .m-right .m-r-items:nth-of-type(1){
        margin-top: 0;
    }
    .m-center-button{
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        z-index: 9999;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 0 1px 5px #ccc;
    }
    .m-center-button img{
        width: 100%;
        height: auto;
    }
    
    .alertbox-content-tips-time, .alertbox-content-tips-items {
        padding: 0;
    }
    .m-r-tips1 span, .m-r-tips2 span, .m-r-tips3 span {
        font-size: 0.8rem;
    }
    .alertbox-content-tips-time input{
        width: 40px;
    }
    .alertbox-content-tips-time div{
        padding: 0 5px;
    }
    .alertbox-content-tips-items-onoff{
        width: 50px;
    }
    .alertbox-content-work-time, .alertbox-content-work-week {
        font-size: 0.8rem;
        padding: 0;
    }
    .work-day-btn{
        width: 30px;
    }
    
}