html {
    min-width: 1366px;
    min-height: 615px;
    overflow: auto;
    user-select: none;
    color: #fff;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background: url(../img/bg-body.png) no-repeat center / 100% 100% !important;
}

.send-receive-body {
    background: url(../img/bg-body-send-receive.png) no-repeat center / 100% 100% !important;
}

.app-header {
    width: 100%;
    height: 8.3%;
    background: url(../img/header-bg.png) no-repeat center/100% 100%;
}

.app-header .title {
    width: 100%;
    font-size: 4.2vh;
    text-align: center;
    color: #e4fffd;
    line-height: 8vh;
}

.app-header .logo-btn {
    width: 100%;
    height: 100%;
    margin-top: -8.3vh;
    z-index: 1;
}

.logo-btn .logo {
    position: relative;
    top: 21%;
    left: 1%;
    height: 33%;
    font-size: 12px;
    float: left;
}

.app-main {
    height: 87%;
}

.send-main {
    height: 78%;
}

.app-main.home-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.app-main .menu-btn {
    display: block;
    width: 16.3%;
    height: 34.8%;
    text-decoration: none;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    margin: 11% 6%;
    cursor: pointer;
}

.app-main .menu-btn span {
    display: block;
    margin: 57% auto auto auto;
}

.app-main .menu-btn.menu-send {
    background: url(../img/bg-send.png) no-repeat center / 100% 100%;
}

.app-main .menu-btn.menu-receive {
    background: url(../img/bg-receive.png) no-repeat center / 100% 100%;
}

.app-footer {
    width: 100%;
    font-size: 16px;
    font-family: PingFang Medium;
    font-weight: 500;
    text-align: center;
    color: #02d6bd;
}

.select-container {
    width: 49%;
    /*height: 25%;*/
    background: rgba(11, 79, 96, 0.8);
    /*border: 1px solid #15e26e;*/
    padding: 1.4% 2%;
    margin: auto;
}

.select-container .select-file {
    display: none;
}

.select-container .input-str {
    width: 96%;
    height: 12%;
    background: #0b3b47;
    outline: 1px solid rgba(2, 214, 189, 0.6);
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
    font-family: Segoe UI, Segoe UI-Regular;
    font-weight: 400;
    text-align: left;
    color: #578894;
    border: none;
    /*text-indent: 20px;*/
    padding: 10px 20px;
    resize: none;
}

.select-container .input-str::placeholder {
    color: #578894;
}

.select-container .input-str:focus {
    color: #02d6bd;
    outline: 1px solid #02d6bd;
}

.select-file-container {
    margin-top: 1%;
}

.send-container {
    margin-top: 5%;
}

.send-str {
    display: block;
    margin: auto;
}

.btn-send-str {
    width: max-content;
    display: block;
    font-size: 20px;
    font-family: Segoe UI, Segoe UI-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
}

.select-radio {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 2px solid #3a8d83;
    border-radius: 50%;
    transition: all .3s;
}

.select-radio.selected {
    width: 30px;
    height: 30px;
    border: 2px solid #15e26e;
    border-radius: 50%;
}

.select-radio.selected::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: #15e26e;
    border-radius: 50%;
    margin: 5px;
}

.select-radio-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: Segoe UI, Segoe UI-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-left: 12px;
}

.select-file-btn {
    display: block;
    margin: 50px auto 40px auto;
    width: 120px;
    height: 40px;
    background: rgba(4, 177, 158, 0.5);
    border-radius: 20px;
    border: none;
    font-size: 16px;
    font-family: Segoe UI, Segoe UI-Regular;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.select-file-btn:disabled {
    cursor: not-allowed;
}

.btn-submit {
    width: 21.7%;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: url(../img/bg-btn-submit.png) no-repeat center / 100% 100%;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #e2fffd;
    cursor: pointer;
    padding: 0;
}

.btn-stop {
    background: url(../img/bg-btn-stop.png) no-repeat center / 100% 100%;
}

.selected-file {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

.footer-container {
    width: 53%;
    margin: 3% auto auto auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.receive-footer {
    width: 52.1%;
}

.footer-container select {
    width: 75%;
    height: 52px;
    background: #0b3b47;
    border: 1px solid rgba(2, 214, 189, 0.6);
    border-radius: 4px;
    /*margin: 0 26px 0 0;*/
    transition: all .3s;
    outline: none;
    color: #c8eff2;
    cursor: pointer;
    line-height: 52px;
    font-size: 20px;
}

.footer-container select:focus, .footer-container select:hover {
    border: 1px solid #02d6bd;
    outline: none;
}

.center-container {
    width: 52.1%;
    height: 96%;
    margin: auto;
}

.center-container .doing-text {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #7abbb7;
    margin: 26px 0 0 0;
}

.receive-progress {
    width: 100%;
    height: 4px;
    display: block;
    margin-top: 0.7vh;
    background: #2e878c;
    border-radius: 2vh;
    /*outline: 1px solid rgba(46, 135, 140, 0.8);*/
}

.receive-progress::-webkit-progress-bar {
    background: #2e878c;
}

.receive-progress::-webkit-progress-value {
    background: #15e26e;
}

.msg-table {
    width: calc(100% - 2px);
    height: 100%;
    overflow: auto;
    background: rgba(11, 79, 96, 0.8);
    border: 1px solid rgba(55, 161, 165, 0.8);
}

.msg-table-row {
    width: 100%;
    height: 11.1vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(55, 161, 165, 0.8);
}

p.msg-table-row {
    text-indent: 1.9vw;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
}

.icon-file {
    display: inline-block;
    vertical-align: middle;
    width: 2.3vw;
    height: 3.2vh;
    margin: 0 1.1vw 0 1.9vw;
    background: url(../img/icon-file.svg) no-repeat center / 100% 100%;
}

.file-name {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    /*text-decoration: underline;*/
    transition: all .3s;
    cursor: pointer;
}

.file-name:hover {
    color: #36c9c9;
}

.type-select {
    width: 32% !important;
}

.ip-select {
    width: 24% !important;
}

.wave-config {
    width: 36% !important;
}

.send-ip-select {
    width: 36% !important;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    /*width: 0;*/
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    background: #022e3e;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background: #045e72;
}
/* 边角 */
::-webkit-scrollbar-corner {
    background: #023e4c;
}
/* 滚动条两端的按钮 */
::-webkit-scrollbar-button {
    background: #023e4c;
}
/* 设置滚动条的样式 */
.full-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}