/*============= pc =============*/
@media (min-width: 1200px) {
/*------ common ----------*/
body.harmony-employee {
    font-size: 12px;
}

/*------ common layout ----------*/
.harmony-employee .he-header{
    padding: 100px 0 40px;
}
.harmony-employee .he-header img{
    width: 220px;
}
.harmony-employee .he-footer{
    font-size: 11px;
}
/* he-formCard */
.he-formCard{
    width: 600px;
}
.he-formCard-small{
    width: 400px;
}
.he-formCard .he-formCard-body{
    width: 480px;
}
.he-formCard-small .he-formCard-body{
    width: 314px;
}
.he-formItem{
    margin-bottom: 20px;
}
.he-formButton{
    padding: 10px 0 20px;
    /*width:315px;*/
    margin: 0 auto;
    text-align: center;
}
.he-formButton-width{
    width:315px;
}
.he-formButton .he-col{
    width:150px;
}
.he-formButton .he-md-left{
    margin-left: 18%;
}
.he-formButton .he-md-right{
    margin-left: 15px;
    float: left;
}
/* he-sysNotice */
.he-sysNotice{
    width: 400px;
    font-size: 14px;
}

/*------ form ----------*/
.he-formInput{
    height: 40px;
    line-height: 30px;
    font-size: 14px;
    padding: 5px 0;
}
.he-eyeButton{
    position: absolute;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    width: 12%;
    height: 38px;
    right: 1px;
    top: 1px;
}

/*------ btn ----------*/
.he-btn{
    font-size: 14px;
    line-height: 28px;
}
.he-btn-close{
    width:80px;
    float:right;
}
.he-btn-small-center {
	display: inline-block;
    width: 150px;
}
    .he-btn-middle-center {
        display: inline-block;
        width: 240px;
    }
/*------ radiobox ----------*/
.he-radioBox label{
    padding: 0;
    line-height: 1;
}

/*------ he-localWrap ----------*/
.he-localWrap .kc-dropdown{
    float: right;
    /* width: 80px; */
    position: relative;
}
.kc-dropdown a.kc-current-locale-link{
    padding: 0;
    display: inline-block;
}
.kc-dropdown ul{
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 0;
    z-index: 9;
}
.kc-dropdown ul li{
    display: block;
    border: 0;
    margin-left: 0;
}
.kc-dropdown ul li:last-child{
    border-bottom:#72c2c3 1px solid;
}
.kc-dropdown ul li a{
    border:#72c2c3 1px solid;
    border-width: 1px 1px 0;
    text-align: center;
    padding: 0 10px;
}

/*------ color ----------*/
.bk-color{
	color: #000;
	font-size: 14px;
}

/*---------account edit------------*/
.he-tab-nav{
    width: 600px;
    margin: 0 auto;
}
.he-tab-nav ul{
    padding: 0 20px;
}
.he-tab-nav ul li{
    width: 150px;
    margin-right: 3px;
}
.he-tab-nav ul li:last-child{ float: left;}
.he-tab-nav ul li a{
    padding: 5px;

}
/*---------footer------------*/
    .footer-button{
        width: 600px;
    }
    .footer-button a{
        width: 80px;
    }
}




