@font-face {
    font-family: 'Helvetica';
    src: url('/assets/fonts/helvetica/Helvetica.ttf') format('truetype')
}
@font-face {
    font-family: 'Helvetica-Bold';
    src: url('/assets/fonts/helvetica/Helvetica-Bold.ttf') format('truetype')
}
@font-face {
    font-family: 'Helvetica-light';
    src: url('/assets/fonts/helvetica/helvetica-light.ttf') format('truetype')
}
@font-face {
    font-family: 'Helvetica-round-bold';
    src: url('/assets/fonts/helvetica/helvetica-rounded-bold.otf') format('opentype')
}
html, body {
    height: 100%;
    width: 100%;
    font-family: 'Helvetica', sans-serif;
}
.profile .text-muted{font-family: 'Helvetica-light', sans-serif}
.profile .name{
    font-family: 'Helvetica', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica";
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #000000;
}

a:hover,
a:focus {
    color: #fff;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-y: hidden;
    background: #4b6993;
    color: #000000;

}

.text-muted {
    color: #3b3b3a;
}

.card-box {
    min-width: 220px;
    max-width: 381px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    z-index: 10;
}

.profile {
    margin-top: 200px
}

.avatar {
    width: 110px;
    height: 110px;
    border-radius: 999px;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100%
}

.profile .about {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: Helvetica;
    white-space: pre-wrap;
    line-height: 1.4
}

.profile .name {
    opacity: 1;
    color: #000
}

.social-box {
    margin: 10px auto;
    min-width: 160px;
    max-width: 250px;
    text-align: center;
}

.social-box .social-item {
    font-size: 24px;
    display: inline-block;
    padding: 10px 20px;
    color: #000
}

.link-item {
    min-width: 240px;
    max-width: 340px;
    border-radius: 40px;
    opacity: 1;
    background: none transparent;
    border: 1px solid #000;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 20px 0;
}

.link-item:hover {
    background: #000;
    color: #fff
}

.image-box {
    text-align: center
}

.image-item {
    padding: 3px;
    overflow: hidden;
    height: 115px;
    width: 115px;
    display: inline-block
}

.image-item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.speacH {
    height: 120px;
    width: 100%
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    right: 0;
    height: 90px;
    background: #fff;
    box-shadow: rgba(170, 170, 170, 0.3) 0px 0px 8px 2px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.footer-btn {
    margin-top: 27px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 999px;
    padding: 8px 0;
    display: block;
    width: 100%;
    color: #fff;
    background: #000
}

.footer-btn:hover {
    color: #000;
    background: #fff
}

.clearfix {
    clear: both
}

.layui-layer {
    border-radius: 20px;
    position: relative
}

.download-box {
    padding: 50px 60px;
}

.download-box .preview {
    width: 240px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto
}

.download-box .preview img {
    width: 100%;
    height: 100%
}

.download-box .download-desc {
    margin-top: 30px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.4;
}

.download-box .btn-download {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    display: block;
    background: #000;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 30px
}

.opacity-bg {
    background: url("/assets/img/opacity_profile_bg.svg");
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}
.exchange-icon{padding: 15px 0 0 5px}
.exchange-icon img{width: 60px}
.exchange-form{padding: 10px 35px}
.exchange-form .form-control{border-radius: 999px;height: 40px;font-size: 14px}
.btn-submit{background: #000;color: #fff;width: 100%;border-radius: 999px;height: 40px}
.addinfo{margin: 5px 0 20px 0;text-align: center;text-decoration: underline}
.card-login{position: absolute;top: 11%;right: 0;display: block}
.card-login img{width: 250px;height: auto}
