/* 背景设置 */
html.cv-preview,
body.cv-preview {
    background: #505968;
}

/* 整体结构样式 */
#template_all,
.template-panel-all,
.operation_right_menu,
.cv-preview .header {
    display: none !important;
}
.cv-preview .release_operation {
    padding-top: 35px !important;
}
.jl-header {
    display: none !important;
}

/*下载按钮 + 广告语*/
.download_btn, .preview_slogan {display: none;}
.cv-preview .operation_right_menu.QR_code {bottom: 40%;}

/*二维码区域*/
.code_container {
    padding: 8px !important;
    background: #fff !important;
}
.code_container img {
    width: 100px !important;
    height: 100px !important
}

/* 布局样式 */
#foo {
    padding:0;
}

/*作品展示链接导航*/
.wbdCv-baseStyle .link-list:first-child {background-color: white;}
.wbdCv-baseStyle .link-list:first-child a.work-title {display: none;}
.wbdCv-baseStyle .link-list .work-title { cursor: pointer;}
.wbdCv-baseStyle .link-list .work-title:focus {
    background-color: transparent;
    border-color: transparent;
    color: #888;
}

/* 无序列表前缀图标 */
.resume_lang.resume_content ul {
    padding-left: 1.5em;
    list-style: initial;
}
.resume_lang.resume_content ul li::before {
    /* content: "◆"; */
    content:"•";
    display: inline-block;
    position: relative;
    width: 1em;
    margin-left: -1em;
}

/* 自我描述 */
.wbdCv-baseStyle .nameItem .name-con .word {
    line-height: 1.5;
}

/* 整体样式格式-专业+亮点  */
.resume_lang.resume_content ul li, .resume_lang.resume_content p.p1{
    line-height: 1.6;
    margin-bottom: 3px;
}

.wbdCv-baseStyle .baseItem .dd-text {
    line-height: 1.6
}