* {
    margin: 0;
    padding: 0
}

.home {
    height: 100%;
    overflow: hidden;
}

.content {
    width: 100%;
    position: relative;
}
.header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem .7rem;
}
.logo{
    height: .7rem;
    z-index: 1;

}
.navigationBar{
    display: flex;
    align-items: center;
    padding-right: 1rem;
}
.nav{
    box-sizing: border-box;
}
.navigationBar > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.navigationBar li{
    font-size: .22rem;
    color:#FFFFFF;
    padding: .2rem 0;
    margin: 0 .3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}
.nav .active{
    border-bottom: 2px solid #FFFFFF;
  }
.historyChildren{
    position: absolute;
    top:.6rem;
    left: 0rem;
    width: 1.2rem;
    text-align: center;
    background-color:#FFFFFF;
    color:#316FF6;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.show{
    display: block;
}
.hidden{
    display: none !important;
}
.iconMore{
    width: .15rem;
    margin: 0 .05rem;
}
.blue{
    width: 1.2rem;
    height: .5rem;
    background: #316FF6;
    border-radius: .3rem;
    font-size: .22rem;
    color:#FFFFFF;
    text-align: center;
    line-height: .5rem;
    margin: 0 .1rem;
    cursor: pointer;
}
.white{
    width: 1.2rem;
    height: .5rem;
    background: #FFFFFF;
    border-radius: .3rem;
    font-size: .22rem;
    color:#316FF6;
    text-align: center;
    line-height: .5rem;
    margin: 0 .1rem;
    cursor: pointer;
}
.text{
    font-size: 1rem;
}



.applyInput{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 1rem;
    font-size: .2rem;
    color:#323133;
}
.iconTitle{
    width: 3.6rem;
    height: .9rem;
}

.foot{
    height: 0.8rem;
    overflow: hidden;
    position: relative;
}
.footContent{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    justify-content: space-evenly;
    top:0
}
.top{
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: .2rem;
    color: #FFF;
    align-items: center;
    padding: .3rem 0 .2rem;
    border-bottom: 1px solid #4575d9;
}
.bottom{
    width: 100%;
    font-size: .2rem;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 0.3rem;
}
.marlr{
    margin: 0 .2rem;
    color: #323133;
    letter-spacing: 0.15em;
    width: 1.7rem;
    text-align: right;
}
.select{
    width: 6rem;
    text-align: center;
    color: #AAAAAA;
    border: 1px solid #DDDDDD;
    height: .43rem;
    border-radius: 10px;
    font-size: .2rem;
}
.layui-input {
    text-align: center;
    height: .5rem;
    line-height: 1.3;
    height: .5rem/9;
    border-width: 2px !important;
    border-style: solid;
    background-color: #fff;
    color: #aaaaaa;
    font-size: .2rem;
    border-radius: 10px !important;
}
.inputItem{
    width: 100%;
    margin: .2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* select::-ms-expand{ display: none; }
select{
    appearance:none;  
   -moz-appearance:none;  
   -webkit-appearance:none;
    background: url("../images/icon_more2@2x.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    width: .1rem;
} */
.upload{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-left: .3rem;
    cursor: pointer;
    margin-top: .2rem;
}
.uploadTop{
    background-color: #f7f9fe;
    /* background-color: red; */
    height: 2.76rem;
    width: 8rem;
    text-align: center;
    /* line-height: 2.76rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
}
.uploadIcon{
    width: 1.2rem;
}
.uploadBottom{
    background-color: #EFF4FE;
    height: .72rem;
    line-height: .72rem;
    width: 8rem;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    color: #316FF6;
}
.submit{
    width: 3.82rem;
    height: .6rem;
    background: linear-gradient(174deg, #3069F3 0%, #5B9AF5 100%);
    border-radius: .3rem;
    text-align: center;
    line-height: .6rem;
    color: #fff;
    margin: .3rem 0;
    cursor: pointer;
}
.templete{
    display: flex;
    align-items: center;
    width: 8rem;
    justify-content: space-between;
    background: #eff4fe;
    border-radius: .1rem;
    color: #323133;
    padding: .22rem;
    cursor: pointer;
    margin: .15rem 0;
    margin-left: .3rem;
}
.templete:hover{
    color: #316FF6;
}
.flex{
    display: flex;
    align-items: center;
}
.uploadIconSmall{
    width: .38rem;
    margin: 0 .1rem;
}
.uploadIconSmallSmall{
    width: .26rem;
}
.applySuccess{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .2rem;
}
.successIcon{
    width: 2.2rem;
}
.tohome{
    width: 3.82rem;
    height: .6rem;
    background: #eaf0fe;
    border-radius: .3rem;
    text-align: center;
    line-height: .6rem;
    color: #316FF6;
    cursor: pointer;
}