#template {
    display: none;
}
.footer {
    display: none;
}
.contact,
.edu-basic,
.edu-sum,
.expr-basic,
.expr-desc,
.expr-sum,
.review,
.skills,
.summmary {
    position: relative;
}
/* progressbar */
.resume-progressbar {
    display: none;
    margin: 28px 0;
    width: 100%;
}
.progressbar-item {
    width: 16.6666%;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
}
.progressbar-icon {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    /* left: calc( -100% + 78px ); */
}
.progressbar-item:first-of-type .progressbar-icon{
    /* left: 38px; */
}
.progressbar-l {
    height: 2px;
    width: 100%;
    background-color: #aaaa;
    position: absolute;
    left: -50%;
    z-index: -1;
}
.progressbar-c {
    text-align: center;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #f5f5f5;
    color: #999;
    flex-shrink: 0;
}
.progressbar-des {
    margin-top: 2px;
    color: #999;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.resume-progressbar .icon-justtick {
    position: absolute;
    top: 14px;
    left: 12px;
    fill: transparent;
    width: 16px;
	height: 12px;
    z-index: 1;
}
.progressbar-done .progressbar-c,
.progressbar-done .progressbar-l {
    background-color: #333;
    color: #333;
}
.progressbar-done .icon-justtick {
    fill: #fff;
}
.progressbar-done .progressbar-des {
    color: #333;
}
.resume-progressbar-mob {
    width: calc( 100% + 40px );
    margin-left: -20px;
    position: relative;
}
.progressbar-mobline {
    background-color: #f5f5f5;
    height: 8px;
    width: 100%;
}
.progressbar-mobdone {
    height: 8px;
    background-color: #66AFFF;
    position: absolute;
    left: 0;
    top: 0;
}
/* resume */
input::input-placeholder{
	color: #aaa;
}
.resume-banner {
    width: 100%;
    height: 280px;
    background-color: #fafafd;
    display: flex;
}
.resume-banner-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.resume-banner-tit {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
.resume-banner-tit span {
    font-size: 28px;
    line-height: 1.2;
    color: #007AFF;
}
.resume-banner-box {
    z-index: 2;
    flex: 1;
}
.resume-banner-des {
    font-size: 16px;
	line-height: 1.4;
	color: #666;
    margin: 20px 0;
    width: 50%;
}
.resume-banner-img {
    position: absolute;
    width: auto;
    height: 162.77px;
    right: 20px;
    top: 96px;
    z-index: 1;
    opacity: 0.7;
}
.resume-banner-btn {
    font-weight: 700;
    width: 100%;
	height: 48px;
	background-color: #333;
	border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-rightarrow {
    fill: #fff;
    width: 12px;
	height: 10px;
    margin-left: 16px;
}
.resume-index {
    margin: 16px 0;
}
.resume-steps {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.resume-step {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}
.resume-step-line {
    position: absolute;
    top: 55px;
    left: 24px;
    width: 2px;
    height: 100%;
    background-color: #f1f0ff;
    z-index: -1;
}
.resume-step-img {
    width: 52px;
	height: 52px;
    margin-right: 20px;
}
.resume-step-num {
    color: #007AFF;
    font-weight: 700;
    font-size: 14px;
    margin-top: 12px;
}
.resume-step-tit {
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0 12px;
}
.resume-step-des {
    display: none;
    color: #666;
    font-size: 14px;
}
/*  */
.resume-maxtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.resume-maxtit h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0;
}
.resume-previewbtn {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #333;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    font-weight: 400;
    flex-shrink: 0;
}
.resume-previewbtn span {
    display: none;
    color: #fff;
}
.icon-preview {
    height: 22px;
    width: 22px;
    fill: #fff;
    position: relative;
    left: 10px;
}
.resume-titdes {
    color: #666;
    margin-bottom: 20px;
    display: none;
}
/* resume-main */
.resume-main {
    margin: 20px 0;
    position: relative;
}
.resume-editbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.expr-desc .resume-input-tit,
.skills .resume-input-tit,
.summmary .resume-input-tit{
    justify-content: flex-start;
}
.resume-inputitemdu,
.resume-inputitem {
    width: 100%;
    margin-bottom: 16px;
}
#different-degree-substitute {
    margin-bottom: 0;
}
.resume-inputitemdu:last-of-type,
.resume-inputitem:last-of-type {
    margin-bottom: 0px;
}
.resume-inputitemdu {
    display: flex;
    justify-content: space-between;
}
.resume-inputitem-min {
    width: calc( 50% - 8px );
}
.resume-inputbox {
    margin-top: 4px;
    width: 100%;
    position: relative;
}
.resume-input {
    font-family: Lato, Arial, system-ui, sans-serif, serif;
    outline: none;
    height: 40px;
    font-size: 16px;
    border: 1px solid #e9e8e7;
    background-color: #f6f7f8;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    appearance: none;
    -webkit-appearance: none;
}
.resume-inputbox-daseitem .resume-input{
    padding: 0 8px 0 10px;
}
.resume-input:focus {
    border-color: #007AFF;
}
.resume-input-searchbtn {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 14px;
	height: 16px;
    border: none;
    outline: none;
    background-color: transparent;
}
.icon-search {
    width: 14px;
	height: 16px;
}
.icon-tick,
.icon-exc {
    display: none;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 10px;
    top: 12px;
    fill: rgb(231 , 37 , 37);
}
.icon-tick {
    fill: #66AFFF;
    display: none;
}
.icon-more {
    width: 14px;
	height: 16px;
    position: absolute;
    right: 10px;
    top: 12px;
    fill: #666;
}
.resume-inputbox-daseitem .icon-tick,
.resume-inputbox-daseitem .icon-exc {
    right: 36px;
}
.resume-inputop-list {
    display: none;
    background-color: #fff;
    padding: 8px 20px;
    max-height: 300px;
    overflow: scroll;
    position: absolute;
    top: 40px;
    border-radius: 8px;
    border: 2px solid #007AFF;
    box-sizing: border-box;
    z-index: 9;
    width: 100%;
}
.resume-inputop {
    margin: 8px 0;
}
.resume-input-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
}
.resume-input-tit-tip {
    display: none;
    color: rgb(231 , 37 , 37);
}
/* different-degree */
#different-degree {
    display: none;
}
/* resume-addbox */
.resume-addspacing {
    height: 16px;
}
.resume-addbox {
    height: 200px;
    border: 1px solid #e9e8e7;
    background-color: #f6f7f8;
    overflow: scroll;
    border-radius: 4px;
    margin-top: 4px;
    box-sizing: border-box;
}
.resume-addbox-item {
    padding: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e8e7;
}
.resume-addbox-null {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-add {
    height: 16px;
    width: 16px;
    fill: #007AFF;
    flex-shrink: 0;
}
.resume-addbox-item:hover .icon-add{
    fill: #66AFFF;
}
.resume-addbox-des {
    margin-left: 8px;
    font-size: 16px;
}
.resume-addedit {
    box-sizing: border-box;
    height: calc( 100% - 22px);
    min-height: 100px;
    margin-top: 4px;
    /* border: 1px solid #aaaa;
    background-color: #e9e8e7; */
    border: 1px solid #e9e8e7;
    background-color: #f6f7f8;
    overflow: scroll;
    border-radius: 4px;
    padding: 10px 10px 10px 34px;
    outline: none;
}
.resume-addedit:focus-visible,
.resume-addedit:focus,
.resume-addedit:active {
    border-color: #007AFF;
}
.resume-addedit li {
    padding: 4px 8px 4px 0;
}

/* resume-sumitem */
.resume-sumitem {
    width: 100%;
    border: 1px solid #e9e8e7;
    background-color: #f6f7f8;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
}
.resume-sum-titbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.resume-sum-tit {
    font-size: 16px;
    font-weight: 700;
}
.resume-sum-btnbox {
    display: flex;
    align-items: center;
}
.icon-edit,
.icon-dele {
    height: 16px;
    width: 16px;
    margin-left: 8px;
    fill: #666;
    margin-top: 6px;
}
.resume-sum-des {
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}
.resume-sum-des ul {
    margin-top: 8px;
}
.resume-sum-des li {
    margin-left: 14px;
}
/* resume-btnbox */
.resume-btnbox {
    display: none;
}
.resume-btn {
    width: calc( 33.3333% - 8px );
    height: 46px;
    background-color: #007AFF;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-weight: 700;
}
.resume-backbtn {
    background-color: #aaa;
}
.resume-printbtn,
.resume-addbtn {
    background-color: #666;
}
.resume-downloadbtn {
    background-color: #333;
}
.resume-banner-btn:hover,
.resume-previewbtn:hover,
.resume-btn:hover,
.resume-reconfirm-btn:hover {
    background-color: #66AFFF;
}
.icon-resdownload,
.icon-print,
.icon-addbtn {
    height: 24px;
    width: 24px;
    fill: #fff;
    margin-right: 4px;
}
.icon-resdownload,
.icon-print {
    height: 20px;
    width: 20px;
}
.resume-monthinput{
    position: relative;
}
.resume-monthinput::-webkit-calendar-picker-indicator,
.resume-monthinput::-webkit-calendar-picker-indicator{
    position: absolute;
    right: 0;
    padding-left: calc(100% - 40px); 
    padding-right: 10px; 
}
/* .resume-monthinput::-webkit-calendar-picker-indicator {
    background-color: #66AFFF;   
} */
/* resume-reconfirm */
.checkbox,
#resume-reconfirm-btn {
    display: none;
}
#resume-reconfirm-btn:checked ~ .resume-reconfirm {
    display: none;
}
.resume-reconfirm {
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
}
.resume-reconfirm-box {
    width:80%;
    max-width: 480px;
    min-width: 280px;
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 200px;
    left:0;
    right:0;
    margin: auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.resume-reconfirm-tit {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.resume-reconfirm-des {
    color: #666;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}
.resume-reconfirm-btnbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.resume-reconfirm-btn {
    background-color: #007AFF;
    font-weight: 700;
    border-radius: 30px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    width: calc( 50% - 8px );
    text-align: center;
}
.resume-reconfirm-cancelbtn {
    background-color: #333;
}
/* mob-btn */
.resume-mobbtnbox {
    padding: 12px 20px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #ffff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
.resume-mobbtnbox-c,
.resume-mobbtnbox-c .resume-btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.resume-mobbtnbox-c .resume-printbtn,
.resume-mobbtnbox-c .resume-addbtn {
    justify-content: center;
}
.resume-mobbtnbox-c .resume-downloadbtn,
.resume-mobbtnbox-c .resume-printbtn,
.resume-mobbtnbox .resume-btn {
    width: calc( 50% - 8px );
    justify-content: center;
}
.resume-mobbtnbox-h {
    height: 70px;
}
.resume-review-image {
    display:block;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    border: 2px solid #e9e8e7;
    border-radius: 8px;
}
.resume-review-lentip {
    display: none;
    margin: 20px 0;
    color: #666;
    display: flex;
    align-items: center;
}
.resume-review-lentip .icon-exc {
    display: block;
    position: static;
    margin-right: 8px;
    flex-shrink: 0;
}
/* sidebar */
.sidebar-resumebox {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-resume-box div {
    display: none;
    margin-left: 4px;
    color: #007AFF;
}
.sidebar-resume-tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.sidebar-resume,
.sidebar-resume1,
.sidebar-resume2,
.sidebar-resume3 {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-top: 16px;
}
#template1:checked ~ .sidebar-resume1 div,
#template2:checked ~ .sidebar-resume2 div,
#template3:checked ~ .sidebar-resume3 div {
    display: block;
}
.sidebar-resume-item {
    padding: 20px 0;
    width: 50%;
}
.sidebar-resume span {
    display: block;
    height: 6px;
    width: 6px;
    background-color: #333;
    border-radius: 30px;
    margin-right: 8px;
}
.sidebar-resumecolor-box {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.resumecolor-box {
    display: flex;
    align-items: center;
}
.resume-color,
.sidebar-resume-color {
    height: 26px;
    width: 26px;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}
.sidebar-resume-color {
    height: 22px;
    width: 22px;
    margin-right: 8px;
}
.resume-color .icon-justtick,
.sidebar-resume-color .icon-justtick {
    display: none;
    fill: #fff;
    height: 16px;
    width: 16px;
}
#color1:checked ~ .resume-color1 .icon-justtick,
#color2:checked ~ .resume-color2 .icon-justtick,
#color3:checked ~ .resume-color3 .icon-justtick,
#color4:checked ~ .resume-color4 .icon-justtick,
#color5:checked ~ .resume-color5 .icon-justtick,
#color6:checked ~ .resume-color6 .icon-justtick,
#color1:checked ~ .sidebar-resume-color1 .icon-justtick,
#color2:checked ~ .sidebar-resume-color2 .icon-justtick,
#color3:checked ~ .sidebar-resume-color3 .icon-justtick,
#color4:checked ~ .sidebar-resume-color4 .icon-justtick,
#color5:checked ~ .sidebar-resume-color5 .icon-justtick,
#color6:checked ~ .sidebar-resume-color6 .icon-justtick {
    display: block;
}
.resumecolor {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.resumecolor span {
    margin-right: 16px;
}
.resume-color1,
.sidebar-resume-color1 {
    background-color: #333;
}
.resume-color2,
.sidebar-resume-color2 {
    background-color: #d34c56;
}
.resume-color3,
.sidebar-resume-color3 {
    background-color: #dcc48b;
}
.resume-color4,
.sidebar-resume-color4 {
    background-color: #3e86d7;
}
.resume-color5,
.sidebar-resume-color5 {
    background-color: #3ca799;
}
.resume-color6,
.sidebar-resume-color6 {
    background-color: #7053e0;
}
/* preview */
.resume-preview-box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
}
.resume-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 36px;
    margin: auto;
    width: 80%;
    max-width: 600px;
    min-width: 250px;
}
.resume-preview img {
    width: 100%;
}
.resume-preview-close {
    position: absolute;
    top: 0px;
    right: -26px;
}
#resume-preview-checkbox:checked ~ .resume-preview-box {
    display: block;
}
.sidebar-resume-colors-change {
    margin-top: 16px;
}

@media screen and (min-width: 601px){
    .footer {
        display: block;
    }
    /* index */
    .resume-banner {
        height: 480px;
    }
    .resume-banner-tit,
    .resume-banner-tit span {
        font-size: 48px;
    }
    .resume-banner-des {
        margin: 28px 0;
        width: 100%;
        font-size: 18px;
    }
    .resume-banner-btn {
        width: 245px;
        height: 56px;
        border-radius: 8px;
    }
    .resume-banner-img {
        position: static;
        width: 310px;
        height: 300px;
        opacity: 1;
    }
    .resume-steps {
        flex-direction: row;
    }
    .resume-step {
        align-items: self-start;
        flex-direction: column;
        width: 33.3333%;
        padding: 20px 20px 20px 0;
    }
    .resume-step-line {
        position: absolute;
        top: 55px;
        left: 36px;
        width: 100%;
        height: 2px;
    }
    .resume-step-des {
        display: block;
    }
    .resume-step-tit {
        font-size: 18px;
    }
    .resume-step-num {
        font-size: 16px;
        margin-top: 20px;
    }
    .resume-step-img {
        margin-right: 0;
    }
    /* contact */
    .resume-main {
        margin: 28px 0;
    }
    .resume-titdes {
        display: block;
        margin-bottom: 28px;
    }
    .resume-maxtit h1{
        font-size: 28px;
        margin: 0;
    }
    .resume-previewbtn {
        font-size: 16px;
        padding: 8px 12px;
        height: auto;
        width: auto;
    }
    .resume-previewbtn span {
        display: block;
        font-weight: 700;
    }
    .icon-preview {
        margin-right: 4px;
        position: static;
    }
    .resume-btnbox {
        display: flex;
        justify-content: space-between;
    }
    .resume-btn {
        height: 48px;
        font-size: 18px;
    }
    .resume-inputitemdu,
    .resume-inputitem {
        width: calc( 50% - 8px );
        margin-bottom: 16px;
    }
    .resume-inputitemdu:last-of-type,
    .resume-inputitem:last-of-type {
        margin-bottom: 16px;
    }
    .resume-input-tit {
        font-size: 12px;
    }
    .resume-progressbar-mob,
    .resume-progressbar,
    .resume-mobbtnbox-h,
    .resume-mobbtnbox-c,
    .resume-mobbtnbox {
        display: none;
    }
    .resume-progressbar {
        display: flex;
    }
    .resumecolor {
        position: absolute;
        bottom: 10px;
        left: 0px;
    }
    /* desc */
    .resume-addbox {
        height: 300px;
    }
    /* sum */
    .resume-sum-tit {
        font-size: 18px;
    }
    .resume-sum-des {
        font-size: 16px;
    }
    /* review */
    .resume-review-image {
        margin: 28px 0;
    }
    .sidebar-resume-item {
        padding: 28px 0;
    }
    .sidebar-resume-tit {
        font-size: 24px;
    }
    .sidebar-resume,
    .sidebar-resume1,
    .sidebar-resume2,
    .sidebar-resume3 {
        margin-top: 20px;
    }
    .sidebar-resume-colors-change {
        margin-top: 28px;
    }
    .sidebar-resumecolor-box {
        margin-top: 20px;
    }
    .sidebar-resume-color {
        height: 26px;
        width: 26px;
        margin-right: 16px;
    }
}
@media screen and (min-width: 729px){ 
    .resume-input-tit {
        font-size: 14px;
    }
}
@media screen and (min-width: 901px){
    .layout-rightbox {
        margin-top: 28px;
    }
    .resume-banner-tit,
    .resume-banner-tit span {
        font-size: 60px;
    }
    .resume-banner-img {
        width: 388px;
        height: 380px;
    }
    .resume-banner-btn {
        font-size: 18px;
        font-weight: 700;
    }
    .sidebar-keywords {
        margin-top: 36px;
    }
    .sidebar-resume-item {
        padding: 36px 0;
        width: 100%;
    }
    .sidebar-resume,
    .sidebar-resume1,
    .sidebar-resume2,
    .sidebar-resume3 {
        margin-top: 28px;
    }
    .sidebar-resumecolor-box {
        margin-top: 28px;
    }
    .sidebar-resume-color {
        margin-right: 4px;
    }
}
@media screen and (min-width: 1025px){
    .sidebar-resume-color {
        margin-right: 16px;
    }
}