@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /*background: #f5f5f5;*/
}

html {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: #000;
}
body {
    background:url("https://cn.bing.com/th?id=OHR.ManarolaItaly_EN-US4826543395_UHD.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.search,
.wd,
.s {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

.wd::-webkit-input-placeholder {
    color: #ccc;
    letter-spacing: 2px;
    font-size: 16px;
}

ul,
li {
    display: block;
    list-style: none;
}

a {
    text-decoration: none;
    color: #464545;
}

#content {
    width: 100%;
    height: 100%;
}

.con {
    width: 100%;
    transition: 1s all;
    margin: auto;
    min-width: 320px;
    height: 380px;
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: 0;
}

.con .shlogo {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 5px auto;
    background: url("avatar-300x300.webp") no-repeat center/cover;
}


.con .sou {
    max-width: 680px;
    height: 50px;
    position: relative;
    width: calc(100% - 60px);
    min-width: 320px;
    margin: 0 auto;
}

.con .sou form {
    width: 100%;
    /*border: 1px solid #ddd;*/
    height: 50px;
    display: block;
    margin: 10px auto 30px;
    position: relative;
}

.sou form .se {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    color: #777;

}

.sou form .se:hover {
    filter:alpha(Opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7
}

.con .sou form .wd {
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    display: block;
    line-height: 100%;
    text-indent: 55px;
    font-size: 18px;
    border-radius: 25px;
}

.con .sou form .wd:focus {
    background: transparent;
}

.con .sou form {
    width: 100%;
    height: 100%;
    border: 1px solid #fbfbfb;
    background: #fbfbfb;
    border-radius: 25px;
}

.con .sou form:hover {
    background: #fdfdfd;
    box-shadow: 0 1px 6px 0 #fdfdfd;
    border-color: #fdfdfd;
    border: 1px solid #fdfdfd;
    border-radius: 25px;
}

.sou form .s {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 10;
    right: 6px;
    top: 6px;
    cursor: pointer;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    color: #777;
}

.search-engine {
    position: absolute;
    top: 60px;
    left: 0;
    width: 128px;
    margin: 0 auto;
    background: #FFF;
    padding: 15px 15px 0px 0px;
    border-radius: 5px;
    transition: all 0.5s;
    display: none;
    z-index: 1001
}

.search-engine ul {
    padding: 0;
    height: 40px;
    margin: 0 auto;
    justify-content: left;
}

.search-engine ul::before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    left: 20px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;

}

.search-engine-list::after {
    content: '';
    width: 70px;
    height: 18px;
    position: absolute;
    top: -17px;
    left: 1px;
}

.search-engine-list li {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    list-style: none;
    position: relative;
    border-radius: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.search-engine-list li img {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 2.5px;
}

.quick-div {
    margin: 0 auto;
    width: 100%;
    justify-content: left;
    overflow: hidden;
}

a.quick_div_a {
    font-size: 14px;
}

.quick {
    width: 17%;
    height: 40px;
    margin: 5px 3px;
    left: 30px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    background: #fdfdfd;
    font-size: 16px;
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    text-indent: 30px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
}

.quick:active {
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
}

.quick i {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0.7);
}

.foot {
    position: absolute;
    bottom: 20px;
    z-index: 1000;
    text-align: center;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.foot a{
    color: #fff;
}


.list ul {
    height: 100%;
    float: left;
    margin-bottom: 20px;

}

.list ul li {
    float: left;
    margin: 5px;
    width: 100px;
    height: 30px;
    text-align: left;
    line-height: 30px;
}

.list ul li a {
    width: 100%;
    border-radius: 5px;
    transition: 0.4s all linear;
    height: 100%;
    display: block;
    color: #fff;
    font-weight: 500;
    background: #293550;
    text-align: left;
    font-size: 12px;
}

.list ul li a i {
    margin-right: 5px;
    margin-left: 15px;
    transition: 0.4s all linear;
}

.list ul li a i.iconfont {
    font-size: 14px;
}

.list ul li:hover a {
    color: #fff;
    background-color: #29f;
    background-image: linear-gradient(135deg, rgba(35, 153, 255) 0%, rgba(84, 175, 253) 100%);
    box-shadow: 0 3px 3px rgba(0, 40, 70, .3);
}

.list ul li:hover a i {
    color: #fff !important;
}

.list ul li.title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0;
    text-align: left;
    text-indent: 10px;
    /*border-bottom: 1px dashed #dedede;*/
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.list ul li.title i {
    color: #29f;
    margin-right: 5px;
    font-weight: normal;
}

.add_content {
    border:1px solid #599cff;
    border-radius: 3px;
    margin-top: 10px;
    padding: 8px 12px;
}

.add_content .from_items {
    margin-top: 5px;
    margin-bottom: 5px;
}

.add_content input {
    width: 100%;
}

.add_content .button {
    text-align:center;
}

.add_content button {
    width: 30%;
    height: 20px;
    border:1px solid #485b5e;
    border-radius: 3px;
    text-align:center;
    background: none;
    margin:0px 10px;
}

.add_content .se_add_save:active {
    color: #fff;
    background-color: #21ff2c;
}

.add_content .se_add_cancel:active {
    color: #fff;
    background-color: #599cff;
}

.me {
    text-align: center;
    color: #fff;
}

.my_data {
    color: #fff;
}

.my_data textarea {
    width:100%
}


@media (max-width: 720px) {
    .con {
        top: 0px;
    }
    .con .shlogo {
        width: 100px;
        height: 100px;
    }
    .con .sou form button {
        border-radius: 25px;
    }
    
    .con .sou ul li {
        width: 23%;
        font-size: 12px;
        max-width: 116px;
    }
    .quick{
        left: 0px;
    }
    .home{
        top: 5px;
    }
    ul{
        margin-left: 25px !important;
    }
}
@media (max-width: 698px) {
    .con .sou ul li {
        width: 18.5%;
    }
}
@media (max-width: 609px) {
    .con .sou ul li {
        width: 22% !important;
    }
    ul{
        margin-left: 30px !important;
    }
}
@media (max-width: 455px) {
    .con .sou ul li {
        width: 31% !important;
    }
    ul{
        margin-left: 15px !important;
    }
}
@media (max-width: 400px) {
    ul{
    margin-left: 10px !important;
    width: fit-content;
    }
    .con .sou ul li {
        width: 50px !important;
        margin: 10px;
        height: 50px !important;
        border-radius: 25px;
    }
    .quick i {
        width: 50px !important; 
        height: 50px !important;
    }
    .con .sou ul li {
        margin: 5px !important;
    }
    div#txtq{
        display: none !important;
    }

}

/* portrait */
@media screen and (orientation:portrait) {
    @media (max-width: 550px) {
        ul{
            margin-left: auto !important;
            margin-right: auto !important;
            width: fit-content;
        }
        .con .sou ul li {
            width: 50px !important;
            margin: 10px;
            height: 50px !important;
            border-radius: 25px;
        }
        .quick i {
            width: 50px !important; 
            height: 50px !important;
        }
        .con .sou ul li {
            margin: 5px !important;
        }
        div#txtq{
            display: none !important;
        }
    }
}

@media (max-height: 420px) {
    .con {
        margin: 0;
        top: 0px;
    }
    .con .sou form .wd {
        text-indent: 50px;
    }
    .con .sou form:after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 10px;
        top: 10px;
        /*background: url(icon/lg.svg) no-repeat center/cover;*/
        border-radius: 50%;
        overflow: hidden;
    }
    .con .shlogo {
        display: none;
    }
    .home,
    .theme-switch,
    .foot {
        display: none;
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #222d46;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #293550;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #293550;
}

::-webkit-scrollbar-corner {
    background: #222d46;
}

.theme-switch{
    top: 20.5px;
    right: 30px;
    position: absolute!important;
    z-index: 2;
}