<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.user-guid-wrapper {
    height: 190px;
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    background: url(/images/icon-my-index-bg.png) #1d2f53;
    background-repeat: no-repeat;
    background-size: 1000px 190px;
    position: relative
}

.user-guid-wrapper,.user-guid-wrapper .user-info-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    pointer-events:none;
}

.user-guid-wrapper .user-info-box {
    margin-top: 90px;
    margin-left: 50px
}

.user-guid-wrapper .user-info-box img {
    width: 136px;
    height: 136px;
    border: 2px solid #fff;
    border-radius: 100%
}

.user-guid-wrapper .user-info-box .user-info {
    width: 200px;
    margin-top: 20px;
    height: 136px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 20px
}

.user-guid-wrapper .user-info-box .user-info h3 {
    font-size: 24px;
    line-height: 30px
}

.user-guid-wrapper .user-info-box .user-info h4 {
    margin-left: 0px;
    font-size: 14px;
    line-height: 30px
}

.user-guid-wrapper ul.guid-box {
    display: -webkit-box;
    display: flex;
    position: absolute;
    right: 180px;
    bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.user-guid-wrapper ul.guid-box li {
    margin-right: 50px
}

.user-guid-wrapper ul.guid-box li a {
    display: -webkit-box;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.user-guid-wrapper ul.guid-box li a h3 {
    font-size: 24px;
    line-height: 30px
}

.user-guid-wrapper ul.guid-box li a h4 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px
}

ul.menu-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
    width: 268px;
    padding: 10px 20px 50px
}

ul.menu-wrapper li.menu-item {
    margin-top: 30px;
    height: 30px;
    padding-left: 30px
}

ul.menu-wrapper li.menu-item,ul.menu-wrapper li.menu-item a,ul.menu-wrapper li.menu-item a .m-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

ul.menu-wrapper li.menu-item a .m-icon {
    width: 40px;
    height: 30px;
    -webkit-box-pack: center;
    justify-content: center
}

ul.menu-wrapper li.menu-item a .m-icon img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 30px;
    max-height: 30px;
    min-height:30px;
}

ul.menu-wrapper li.menu-item a span {
    font-size: 16px;
    color: #3f4359;
    margin-left: 10px
}

.nav-line-title {
    height: 60px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.nav-line-title a{
    height: 40px;
    background: #f84b4b;
    color:#fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width:150px;
    top:10px;
    right:50px;
}

.nav-line-title a.two{
    height: 40px;
    background: #f84b4b;
    color:#fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width:150px;
    top:10px;
    right:250px;
}

.nav-line-title span {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #3f4359;
    margin-left: 50px;
    cursor: pointer;
}



.nav-line-title span.active:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f84b4b
}



.popup-title{
    height: 40px;
    margin-top:20px;
    font-size:18px;
    color:#3f4359;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
  }</pre></body></html>