@font-face {
  font-family: 'PingFang SC';
  src: url('../fonts_chat/pingfang-sc-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html {
    -ms-text-size-adjust: 100%;
}

body {
    background-color: rgba(33, 29, 69, 1);
    font-family: 'PingFang SC';
}

* {
  box-sizing: border-box;
}
/* Header section */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header {
    width: 100%;
}
header {
    width: 100% ;
}

.logo1 {
    width: 36px;
    height: 40px;
}

.logo2 {
    width: 132px;
    height: 27px;
}

/* Section1 */

.section1 {
    padding-top: 180px;
}

.section1 div {
    /* display: flex; */
    align-items:center;
    flex-direction: column;
}

.title-section1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.des-section1 {
    font-size: 16px;
    color: rgba(212, 209, 232, 1);
}

.main-img {
    width: 100px;
    height: 99px;
}

/* Section2 */

.section2 div {
    display: flex;
    justify-content: center;
}

.section2 div .btns {
    display: flex;
    flex-direction: row;
}

.btns a {
    text-decoration: none;
    outline: none;
}

.btns a div{
    background-color: transparent;
    border: 1px solid rgba(119, 114, 162, 1);
    border-radius: 6px;
    font-size: 16px;
    color: rgba(188, 183, 236, 1);
    width: 184px;
    padding: 6px 0;
    margin-right: 16px;
    margin-top: 16px;
    outline: none;
    transition: all 0.3s linear;
    
}

.btns:last-child {
    margin-right: 0;
}

.btns a:hover div {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(91, 124, 255, 1);
    border: 1px solid rgba(91, 124, 255, 1);
}

.footer {
    width: 100%;
    bottom: 0;
}

footer {
    width: 100%;
    flex-direction: column;
    margin-bottom: 64px;
}

.link-icon {
    width: 30px;
    height: 30px;
    background-color: rgba(75, 70, 124, 1);
    margin-right: 8px;
}

.telegram-icon {
    width: 16.27px;
    height: 13.66px;
}

.mail-icon {
    width: 15.5px;
    height: 12px;
}

.github-icon {
    width: 15px;
    height: 17px;
}

.website-link {
    font-size: 10px;
    color: #fff;
}

.team-sign {
    color: rgba(116, 113, 146, 1);
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}

.mail-btn {
    cursor: pointer;
}

.mail-content {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(235, 233, 255, 1);
    position: absolute;
    width: max-content;
    top: -40px;
    background-color: rgba(25, 22, 59, 1);
    border-radius: 4px;
    padding: 6px 16px;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0;
    transition: opacity 0.3s linear;
    cursor: pointer;
}

.mail-content-open {
    opacity: 1 !important;
}

.copy-icon {
    width: 14px;
    height: 14px;
}


.telegram-link::before {
    content: "Telegram";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 14px;
    color: rgba(235, 233, 255, 1);
    background-color: rgba(25, 22, 59, 1);
    border-radius: 4px;
    padding: 6px 16px;
    opacity: 0;
    transition: opacity 0.3s linear;
    width: max-content;
}

.telegram-link:hover::before {
    opacity: 1;
}

.github-link::before {
    content: "Github(可下载虎跃)";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 14px;
    color: rgba(235, 233, 255, 1);
    background-color: rgba(25, 22, 59, 1);
    border-radius: 4px;
    padding: 6px 16px;
    opacity: 0;
    transition: opacity 0.3s linear;
    width: max-content;
}

.github-link:hover::before {
    opacity: 1;
}

.website-link::before {
    content: "虎跃官网";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 14px;
    color: rgba(235, 233, 255, 1);
    background-color: rgba(25, 22, 59, 1);
    border-radius: 4px;
    padding: 6px 16px;
    opacity: 0;
    transition: opacity 0.3s linear;
    width: max-content;
}

.website-link:hover::before {
    opacity: 1;
}

.mail-btn::before {
    content: "虎跃邮箱";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 14px;
    color: rgba(235, 233, 255, 1);
    background-color: rgba(25, 22, 59, 1);
    border-radius: 4px;
    padding: 6px 16px;
    opacity: 0;
    transition: opacity 0.3s linear;
    width: max-content;
}

.mail-btn:hover::before {
    opacity: 1;
}

.hide-on-mobile {
    display: flex;
}

.show-on-mobile {
    display: none ;
}

.chat-label {
    color: #fff;
    bottom: 30px;
    right: 100px;
    background-color: rgba(25, 114, 245, 1);
    border-radius: 8px;
    padding: 10px 24px;
    opacity: 0;
    transition: opacity 0.3s linear;
    font-size: 16px;
}

.chat-label-open {
    opacity: 1 !important;
}

.chat-label::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid rgba(25, 114, 245, 1);
}







@media (max-width:768px) {
    .section1 {
        padding-top: 100px;
    }
    .logo1 {
        width: 27px;
        height: 30px;
    }

    .logo2 {
        width: 107px;
        height: 22px;
    }
    .main-img {
        width: 80px;
        height: 79px;
    }
    .title-section1 {
        font-size: 26px;
    }

    .des-section1 {
        font-size: 14px;
    }

    .section2 div .btns {
        flex-direction: column;
    }

    .btns a div {
        margin-right: 0;
    }
}


/* is mobile screen */
@media (max-width:915px) {
    .hide-on-mobile {
        display: none ;
    }

    .show-on-mobile {
        display: flex;
    }
}

@media (max-width:480px) {
    .chat-label {
        bottom: 20px;
        right: 90px;
        font-size: 14px;
    }

    .chat-label-2 {
        bottom: 32px !important;
        right: 102px !important;
    }
}

@media (max-width:992px) {
    
}

@media (max-width:1200px) {

}

@media (min-width:1200px) {
    .container {
        max-width: 80% !important;
    }
}



/* tips style */
#tip-container {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.tip {
  padding: 12px 20px;
  margin: 5px 0;
  border-radius: 6px;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  min-width: 250px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tip.show {
  opacity: 1;
  transform: translateY(0);
}

.tip-success {
  background-color: #28a745;
}

.tip-fail {
  background-color: #dc3545;
}

