.enterNavBox{width: 100%;display: flex;margin-top: 2px;background-color: #fff;font-size: .28rem;height: .98rem;justify-content: center;align-items: center;padding-bottom: .1rem;color: #666666;}
.enterNavBox .enterNav{width: 3rem;text-align: center;position: relative;}
.enterNavBox .enterNav.active{font-size: .3rem;color: #3D25EF;font-weight: bold;}
.enterNavBox .enterNav.active::after{width: .3rem;height: .06rem;background: #FFB845;border-radius: 3px;content: "";position: absolute;bottom: -.16rem;left: 50%;transform: translateX(-50%);}
.enterList{margin: .22rem .24rem 1.5rem;background: #fff;border-radius: 10px;display: none;}
.enterList.active{display: block;}
.enterForm{padding: 0 .3rem;}
.enterForm .eFList{display: flex;justify-content: space-between;border-bottom: 1px solid rgba(151, 151, 151, .2);line-height: 1.08rem;color: #333333;padding-right: .41rem;font-size: .28rem;background: url(../img/common/inputRight.png) no-repeat;background-position: right center;background-size: .41rem;}
.enterForm .eFList:last-child{border-bottom: 0;}
.enterForm .eFList input{text-align: right;width: 50%;}
.enterBottom{position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;display: flex;align-items: center;justify-content: center;height: 1.28rem;z-index: 11;}
.enterBottom .eBtn{width: 6.9rem;height: .94rem;background: #3D25EF;border-radius: 46px;color: #fff;font-size: .28rem;display: flex;align-items: center;justify-content: center;}
.enterAritcle{padding: .2rem .2rem .4rem;font-size: .28rem;}
.enterAritcle img{max-width: 100%;}