.mobile .header{height:70px;padding:0;background-color:var(--white);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:10}.mobile .header .header-bar{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 20px;position:relative}.mobile .header .header-bar,.mobile .header .header-bar .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile .header .header-bar .logo .image{margin-right:10px}.mobile .header .header-bar .logo .image img{max-width:80px;max-height:40px}.mobile .header .header-bar .logo .title{font-size:16px;font-weight:700}.mobile .header .header-bar .oper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px}.mobile .header .header-bar .oper .lang,.mobile .header .header-bar .oper .search{cursor:pointer}.mobile .header .header-bar .oper .separator{width:1px;height:30px;margin:0 10px;background-color:rgba(1,1,1,.3)}.mobile .header .header-bar .oper .lang{position:relative}.mobile .header .header-bar .oper .lang-select{font-size:20px;position:absolute;right:-50%;bottom:-90px;background-color:var(--white)}.mobile .header .header-bar .oper .lang-select [class*=icon-lang]{display:inline-block;margin:10px}.mobile .header .header-bar .search-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;position:absolute;left:0;top:0;background-color:var(--white);-webkit-transition:all .1s linear;transition:all .1s linear;-webkit-transform-origin:right;transform-origin:right}.mobile .header .header-bar .search-bar.show{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mobile .header .header-bar .search-bar.hide{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.mobile .header .header-bar .search-bar .el-input{margin-left:20px}.mobile .header .header-bar .search-bar .el-input .icon-search{font-size:16px;padding:10px;display:inline-block;cursor:pointer}.mobile .header .header-bar .search-bar .icon-close{cursor:pointer;padding:0 10px;font-size:20px}.mobile .search-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6;background-color:rgba(1,1,1,.3)}.mobile .main{padding:0;z-index:5}.mobile .footer{padding:0 20px;background-color:#f0f0f0}.mobile .footer .info-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.mobile .footer .info-block .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%;margin-top:20px;margin-bottom:20px}.mobile .footer .info-block .info .info-title{margin-bottom:10px;font-size:20px;font-weight:700}.mobile .footer .info-block .info .info-line{height:24px;line-height:24px;font-size:14px;font-weight:500}.mobile .footer .info-block:nth-child(2) .info{width:100%}.mobile .footer .info-block:nth-child(2) .info .info-line{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.mobile .footer .info-block:nth-child(2) .info .info-line .info-label{min-width:60px}.mobile .footer .info-block:nth-child(2) .info .info-line .info-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.mobile .footer .copy-right-block{margin:40px 0 20px 0;text-align:center}.mobile .footer .copy-right-block .copy-right:first-child{margin-bottom:10px}.el-popper{min-width:110px!important}