/*自定义基础通用样式 */
.content {
    padding: 4rem;
}
.content .top {
    position: relative;
}
.content .top .avatar {
    position: absolute;
    top: 0;
    left: 0;
}
.content .top .avatar img {
    width: 13.75rem;
    height: 19.6rem;
}
.content .top .brief-wrap {
    
    /* padding-left: 14rem; */
}
.content .top .brief-wrap .intro-tp {
    position: relative;
    margin-left: 16.5rem;
    height: 11.25rem;
}
.content .top .brief-wrap .intro-tp .name {
    width: 100%;
    min-height: 2rem;
}
.content .top .brief-wrap .intro-tp .name h5 {
    font-size: 1.5625rem;
}
.content .top .brief-wrap .intro-tp .name .fa {
    color:  #2AA3D7;
    font-size: 1.5625rem;
    position: relative; 
    top: 0.125rem;
}
.content .top .brief-wrap .intro-tp .name span {
    font-size: 1.125rem;   
    position: relative; 
    top: 0.125rem;
}
.content .top .brief-wrap .intro-tp .title {
    font-size: 1.125rem;
}
.content .top .brief-wrap .intro-tp .skill {
    line-height: 1.725;
}

.content .top .brief-wrap .intro-btm {
    padding-left: 16.5rem;
    padding-top: 2.5rem;
    height: 8.4375rem;
    background-color: rgba(120,202,237, 0.3);
    line-height: 1.75;
}
.content .btm h5 {
    padding: 2rem 0;
    font-size: 1.25rem;
}
.content .btm p {
    text-indent: 2rem;
    line-height: 1.75;
}
.table .thead-light th {
    font-weight: normal;
}
.btn-preregister {
    position: relative;
    top: 30px;
}

/* 576 超小屏幕 */
@media (max-width: 36rem) {
    .btn-preregister {
        display: none;
    }
    .content {
        padding: 1rem;
    }
    .content .top .avatar {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        margin-top: 2rem;
    }
    .content .top .avatar img {
        width: 13.75rem;
        height: 19.6rem;
    }
    .content .top {
        margin-bottom: 1.5rem !important;
    }
    .content .top .brief-wrap .intro-tp {
        position: relative;
        margin-left: 0;
        margin-top: 2.5rem;
        height: auto;
    }
    .content .top .brief-wrap .intro-tp .name {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .content .top .brief-wrap .intro-tp .name span {
        font-size: 1.125rem;   
        position: relative; 
        top: 0.125rem;
    }
    .content .top .brief-wrap .intro-tp .title {
        display: inline-block;
        font-size: 1.125rem;
        margin-top: 0 !important;
        margin-right: 0.25rem;
        vertical-align: middle;
    }
    .content .top .brief-wrap .intro-tp .skill {
        line-height: 1.725;
        margin-top: 0 !important;
    }
    .content .top .brief-wrap .intro-tp .btn-preregister {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    .content .top .brief-wrap .intro-btm {
        padding: 1.5rem 1rem;
        margin: -1rem;
        margin-top: 1rem;
        height: auto;
        background-color: rgba(120,202,237, 0.3);
        line-height: 1.75;
    }
}

/* 576 小屏幕 */
@media (min-width: 36rem) and (max-width: 48rem) {
    .btn-preregister {
        display: none;
    }
}

/* 768 中等屏幕 */
@media (min-width: 48rem) and (max-width: 62rem) {
    
}

/* 992 大屏幕 */
@media (min-width: 62rem) and (max-width: 74.99rem) {
    
}
  
/* 1200 超大屏幕 */
@media (min-width: 75rem) {
    
    
}
  