@charset "utf-8";

div.leftBox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

div.rightBox {
    display: flex;
    flex-direction: row;
    width: 30%;
    justify-content: space-between;
}

div.language {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 10px;
    font-size: 0.8em;
    cursor: pointer;
    position: relative;
}

div.languagePanel img.ukraine_flag {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

div.languagePanel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: -30px;
    width: 150px;
    height:380px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

div.languagePanel ul {
    list-style: none;
    width: 100%;
    margin: 2px;
    padding: 0;
    text-align: center;

}

div.languageBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

div.languagePanel ul li {
    display: flex;
    width: 100%;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}

div.languagePanel ul li:hover {
    background-color: #03bd18;
}

div.language img.mui {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

div.faq {
    display: flex;
    width:150px;
    height:60px;
    background-color: #abf1c3;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left:20px;
}

@media screen and (max-width: 1080px) {
   

    .main {
        width: 95% !important;
        margin: 10px auto;
        text-align: center;
    }

    ul.items {
        display: flex;
        width: 100%;
        flex-direction: column;
        list-style: none;
        padding: 10px;
    }

    ul.items li {
        display: flex;
        text-align: left;
    }

    ul.items li span {
        margin-left: 10px;
    }

    ul.software_menu {
        padding: 0;
    }

    h4.menuitem_title {
        font-size: 18px;
    }

    ul.software_menu li.slogan {
        width:90%;
        font-size: 0.9em!important;
       
        margin: 0 !important;
    }
}

#app {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#wechat {
    background-image: url(./wechat.png);
background-repeat: no-repeat;
background-size: 66%;
background-position-y: 50%;
display: block;
width: 42px;
height: 42px;
display: flex;
align-items: center;
    }

    div#wechat span {
        margin-left:35px;
    }


.slogan {
    display: block;
    padding: 10px;
    width:50%;
    border-radius: 10px;
    margin:20px;
    background-color: green;
    color:white;
    font-size:1.5em;
    text-align: center;
}

li.slogan span {
    font-style: italic;
        font-weight: bold;
}

div.main {
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

p.screenshot {
    margin-top: 15px;
    display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
font-size: 0.9em;
}

p.brief {
    text-align: left;
    color: #06c;
    line-height: 28px;
}

.emphasize {
    color: #5182bb;
}

.digest {
    position: relative;
    margin-bottom: 20px;
}

.fgx {
    background: #333;
    width: 100%;
    height: 1px;
    margin: 1px 0;
}

strong {
    font-weight: 700;
}

.strong {
    font-weight: 700;
}

.placeholder-sm {
    height: 10px;
}

a {
    color: #06c;
}

.underline {
    text-decoration: underline;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.comment {
    color: #999;
    margin-left: 1em;
}

.install {
    display: flex;
    align-content: center;
    background-color: #0066cc;
    color: white;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.install img {
    margin-right: 20px;
}

.history {
    color: cadetblue;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    margin: 30px auto 20px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #eee;
    border-color: green;
}

ul.items {
    display: flex;
    width: 95%;
    flex-direction: column;
    list-style: none;
    max-width: 640px;
    margin: 10px auto;
}

ul.items li {
    display: flex;
    text-align: left;
    line-height: 22px;
}

ul.items li span {
    margin-left: 10px;
}

div {
    border-radius: 8px;
}

ul.remark {
    padding: 10px;
    color: rgba(102, 102, 102, 1);
    list-style: none;
    font-size: 13px;
    margin: 0 auto;
    border-radius: 8px;
    text-align: left;
    max-width: 640px;
}

ul.remark li {
    line-height: 30px;
}

ul.windows7 {
    padding: 10px;
    list-style: none;
    font-size: 13px;
    margin: 0;
    border-radius: 8px;
}

ul.windows7 li {
    line-height: 30px;
}

ul.software_menu {
    list-style: none;
    /* border: solid 1px green; */
    margin: 10px;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul.software_menu>li {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    margin: 20px;
    font-size: 20px;
    cursor: pointer;
}

h4.menuitem_title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.software_menu>li span.software_no {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 24px;
    color: white;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background-color: green;
    margin-right: 10px;
    margin-right: 10px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.software {
    display: flex;
    gap: 10%;
    justify-content: center;
}

.app {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titleBox {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.appName {
    line-height: 50px;
    height: 50px;
}

@media all and (max-width: 768px) {
    .main {
        width: 100%;
    }

    div.noticeInfo{
        flex-direction: column!important;
    }

    div.noticeInfo > span {
        margin-bottom: 10px;
    }

    ul.software_menu {
        width: 100%;
        border: 0;
        margin: 0;
    }

    header {
        display: flex!important;
        flex-direction: column-reverse!important;
        padding:10px 0!important;
        max-width: 95%!important;
    }

    header div.leftBox .title h2 {
        font-size: 13px;
        margin: 0;
        padding: 0;
        font-weight: 200;
        line-height: 22px;
        height:22px;
    }

    
    div.leftBox {
        width: 100%;
        margin: 10px auto 5px;
        padding: 0;
        align-items: flex-start;
    }

    div.rightBox {
        display: flex;
        flex-direction: row;
        width: 90%;
        justify-content: space-between;
    }

    .software {
        flex-direction: column;
    }

    .app {
        width: 100%;
        text-align: center;
    }

    .desktop {
        width: 100%;
        text-align: center;
        margin: 10px auto 40px;
    }

    img#windows_client_snap {
        width: 95% !important;
    }

    div.noticeInfo {
        font-size: 0.7em!important;
    }

    table.downloads tr > td:nth-child(1) {
        display: none;
    }

    table.downloads tr > th:nth-child(1) {
        display: none;
    }

    table.downloads tr > td:nth-child(3) {
        display: none;
    }

    table.downloads tr > th:nth-child(3) {
        display: none;
    }

}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 80%;
    border-bottom: solid 1px #999;
    padding: 20px 0;
    flex-wrap: nowrap;
}

header .logo {
    margin-right: 20px;
}

header .logo img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .title h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
}

header .title h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 28px;
    height:28px;
}


.videobox {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-top: 40px;
}

img#windows_client_snap {
    max-height: 500px
}

.help-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 640px;
}

p#lastModify {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 12px;
    color: #999;
}

#awindows,#aapp {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}

a  {
    line-height: 40px;
    text-decoration: none;
    font-size: 0.8em;
}

a span {
    color: green;
    font-weight: bold;
}

span#tip {
    margin-bottom: 40px;
}

div.support {
    display: flex;
    flex-direction: row;
    align-items: center;
    color:rgb(29, 155, 240);
    cursor:pointer;
}

svg.twitter {
    display: block;
    width:18px;
    height:18px;
    color:rgb(29, 155, 240);
    margin-right: 3px;
    fill:rgb(29, 155, 240);
    
}

div.noticeInfo {
    display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 20px auto;
max-width: 800px;
color: orange;
padding: 15px 20px;
min-height: 60px;
line-height: 20px;
font-weight: bold;
font-size: 0.9em;
border: dotted 2px orange;
align-content: center;
flex-wrap: nowrap;
}

.discord {
    margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discord img {
    margin-right: 10px;
}

div.noticeInfo p {
    font-size: 0.7em;
text-align: left;
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
width: 100%;
}

div.noticeInfo > span {
    margin-right: 10px;
    font-size: 2em;
}

span#win10 {
    display: block;
    background-color: #333;
    color:#eee;
    border-radius: 5px;
    height:30px;
    line-height: 30px;
    padding: 2px 5px;
    font-weight: 100;
}

a.android {
    display: block;
    background-color: #333;
    color:#eee;
    border-radius: 5px;
    height:30px;
    line-height: 30px;
    padding: 2px 5px;
    font-weight: 100;
}

div.downloads_area {
    width:90%;
    margin:20px auto;
}

table.downloads {
    width:100%;
    border:solid 1px #999;
}

table.downloads tr th {
    background-color: #ddd;
    height:30x;
    line-height: 30px;
}

table.downloads tr:nth-child(2n-1) {
    background-color: #eee;
}

table tr td a {
    margin:5px;
}

td.os {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}

td.os img {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

td.os a {
    display: block;
    width:100px;
}

td.pan {
    padding-top:8px
}

td.pan a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

td.pan img.pan {
    width:80px
}

div.noticeInfo p.livephoto {
    display: inline-block;
}

@media all and (max-width: 768px) {
    td:nth-last-col {inline-block
        display:none
    }
    
}