.root {
    background-color: #1d1e35;
}

.content {
    background-image: url('../imgs/experience/bg.jpg');
    background-size: cover;
}
.content .box {
    padding-top: 6rem;
    overflow: hidden;
}
.form-wrap {
    margin-top: 60px;
    margin-right: 56px;
    padding: 0 34px 30px;
    width: 392px;
    height: 650px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,.4);
    background-color: rgba(255,255,255,.1);
}
.form-wrap .title {
    margin-bottom: 30px;
    height: 68px;
    font-size: 24px;
    font-weight: bold;
    line-height: 68px;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.form-wrap li {
    position: relative;
    margin-bottom: 20px;
    width: 376px;
    height: 50px;
    overflow: hidden;
    border-radius: 6px;
    background-color: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.4);
}
.icon-wrap {
    display: inline-block;
    width: 40px;
    height: 32px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.tip {
    position: absolute;
    top: 14px;
    top: 16px\9;
    left: 50px;
    color: rgba(255,255,255,.5);
}
.c-red{
    color: red;
}
.form-input {
    padding: 2px 6px;
    width: calc(100% - 60px);
    height: 50px;
    font-size: inherit;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
}
.form-wrap .checkbox-wrap {
    height: initial;
    height: 20px\9;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.checked {
    background-image: url('../imgs/checked.png')
}
.uncheck {
    background-image: url('../imgs/uncheck.png')
}
.err-msg {
    margin-bottom: 10px;
    height: 20px;
    font-size: 14px;
    color: red;
}
.b-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: text-bottom;
}
.name {
    background-image: url('../imgs/experience/name.png');
}
.phone {
    background-image: url('../imgs/experience/phone.png')
}
.email {
    background-image: url('../imgs/experience/email.png');
}
.company {
    background-image: url('../imgs/experience/company.png')
}
.job {
    background-image: url('../imgs/experience/job.png')
}
.where {
    background-image: url('../imgs/experience/where.png')
}
/* 移动端 */
.mobile {
    background-image: url('../imgs/mobile/bg.jpg');
}
.mobile .header {
    position: static;
}
.mobile .content {
    background: transparent;
    margin-top: 0; 
    min-height: inherit;
}
.mobile .content .box {
    width: inherit;
    padding-top: 0;
}
.mobile .form-wrap {
    float: inherit;
    margin: 0;
    padding: .7rem .3rem;
    width: calc(100% - .6rem);
    height: auto;
    border: none;
    font-size: .28rem;
    background-color: transparent;
}
.mobile .form-wrap .title {
    display: none;
}
.mobile .form-wrap li {
    margin-bottom: .34rem;
    width: 100%;
    height: inherit;
    border-radius: .15rem;
}
.mobile .form-input {
    width: calc(100% - 1.18rem);
    height: .84rem;
}
.mobile .form-wrap .checkbox-wrap,
.mobile .err-msg {
    min-height: .3rem;
    margin-bottom: .3rem;
    font-size: .28rem;
}
.mobile .icon-wrap {
    width: .8rem;
    height: .5rem;
    vertical-align: middle;
}
.mobile .tip {
    top: 0.28rem;
    left: 1rem;
}
.mobile .b-icon {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    vertical-align: text-bottom;
    background-size: 100%;
}
.mobile .name {
    background-image: url('../imgs/mobile/name.png');
}
.mobile .phone {
    background-image: url('../imgs/mobile/phone.png')
}
.mobile .email {
    background-image: url('../imgs/mobile/email.png');
}
.mobile .company {
    background-image: url('../imgs/mobile/company.png')
}
.mobile .job {
    background-image: url('../imgs/mobile/job.png')
}
.mobile .where {
    background-image: url('../imgs/mobile/where.png')
}
.mobile .icon {
    width: .28rem;
    height: .28rem;
    background-size: 100%;
}
.mobile .checked {
    background-image: url('../imgs/mobile/checked.png')
}
.mobile .uncheck {
    background-image: url('../imgs/mobile/uncheck.png')
}
.mobile .btn-lg {
    margin-top: .1rem;
    width: 4.4rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .36rem;
    border-radius: .1rem;
}