* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fefefe;
  font-family: PingFang SC;
  padding-top: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none!important;
}
button{outline: none;}
.home-wrap {
  display: flex;
  justify-content: space-between;
  min-width: 1150px;
}
.home-wrap .left-wrap {
  min-width: 240px;
}
.home-left-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background: #f6f7fa;
  z-index: 99;
  box-sizing: content-box;
}
.home-left-nav .logo-wrap {
  display: flex;
  justify-content: center;
  margin: 35px 0 35px -5px;
  box-sizing: content-box;
}
.home-left-nav .logo-wrap .logo-img {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  box-sizing: content-box;
}
.home-left-nav .logo-wrap .logo-text {
  position: relative;
  margin-left: 10px;
  color: #000;
  box-sizing: content-box;
  height: 100%;
}
.home-left-nav .logo-wrap .logo-text .text1 {

  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: content-box;
}
.home-left-nav .logo-wrap .logo-text .text2 {
  font-size: 12px;
  margin-top: 3px;
  box-sizing: content-box;
}
.home-left-nav .logo-wrap .logo-text p{
  line-height: 26px;
}
.home-left-nav .nav-left-list {
  overflow-y: auto;
  height: 100%;
}
.home-left-nav .nav-left-list::-webkit-scrollbar {
  width: 3px;
}
.home-left-nav .nav-left-list::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #e8e8fd;
}
.home-left-nav .nav-left-list .nav-list ul {
  padding-bottom: 30px;
}
.home-left-nav .nav-left-list .nav-list ul li {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 20px;
  cursor: pointer;
}
.home-right-list  .tool-list-container-tip{
  text-align: center;
  color: #242424;
  font-size: 20px;
  font-weight: bold;
}
.home-left-nav .nav-left-list .nav-list ul li:first-of-type {
  margin-top: 0;
}
.home-left-nav .nav-left-list .nav-list ul li.active {
  background: #e8e8fd;
  border-radius: 10px;
}
.home-left-nav .nav-left-list .nav-list ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  color: #242424;
}
.home-left-nav .nav-left-list .nav-list ul li a .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.home-right-list {
  display: flex;
  justify-content: center;
  flex: 1;
  min-height: 72.5vh;
}
.home-right-list .right-list-wrap {
  position: relative;
  width: 96%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 2%;
}
.home-right-list .search-login-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;

}
.home-right-list .search-login-wrap .search-wrap-input {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background: #f6f7fa;
  border-radius: 30px;
  margin-right: 20px;
  flex: 1;
  box-sizing: content-box;
}
.home-right-list .search-login-wrap .home-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background: #f6f7fa;
  border-radius: 30px;
  margin-right: 20px;
  flex: 1;
  box-sizing: content-box;
}

.home-right-list .search-login-wrap .home-search-wrap .search-list {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  min-height: 50px;
  max-height: 400px;
  overflow-y: auto;
  background: #f6f7fa;
  padding: 20px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 99;
}
.home-right-list .search-login-wrap .home-search-wrap .search-list::-webkit-scrollbar {
  width: 3px;
}
.home-right-list .search-login-wrap .home-search-wrap .search-list::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #e8e8fd;
}
.home-right-list .search-login-wrap .home-search-wrap .search-list ul li a {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  color: #242424;
  font-size: 16px;
}
.home-right-list .search-login-wrap .home-search-wrap .search-list ul li a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.home-right-list .search-login-wrap .home-search-wrap .search-list ul li a:hover {
  background-color: #e8eaf0;
}
.home-right-list .search-login-wrap .home-search-wrap .search-icon {
  width: 40px;
  height: 40px;
  margin: -5px 5px 0 20px;
}
.home-right-list .search-login-wrap .home-search-wrap label {
  position: absolute;
  left: 70px;
  width: 80%;
  z-index: 2;
  margin-bottom: 0;
}
.home-right-list .search-login-wrap .home-search-wrap label input {
  width: 100%;
  padding: 5px;
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
}
.home-right-list .search-login-wrap .home-search-wrap .search-text {
  position: absolute;
  left: 72px;
  font-size: 15px;
  z-index: 1;
}
.home-right-list .search-login-wrap .home-search-wrap .search-text span{
  color: #136ce9;
  margin: 0 5px;
  font-weight: bold;
}
.home-right-list .search-login-wrap .home-user-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-right-list .search-login-wrap .home-user-wrap .app-download img{
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.home-right-list .search-login-wrap .home-user-wrap .app-download{
  display: flex;
  align-items: center;
  height: 36px;
  background-color: #e87777;
  color: #ffffff;
  border-radius: 45px;
  font-size: 14px;
  padding: 1px 15px;
}
.home-right-list .search-login-wrap .home-user-wrap .left {
  max-width: 210px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 15px;
  color: #8e520d;
  background-color: #f6eee5;
  border-radius: 45px;
  font-size: 14px;
  margin-right: 10px;
}
.home-right-list .search-login-wrap .home-user-wrap .left .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.home-right-list .search-login-wrap .home-user-wrap .right {
  position: relative;
  display: flex;
  align-items: center;
}
.home-right-list .search-login-wrap .home-user-wrap .right .user_login {
  display: flex;
  font-size: 18px;
  color: #333333;
}
.home-right-list .search-login-wrap .home-user-wrap .right .user_login span {
  margin-top: 6px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  display: inline-block;
  line-height: 68px;
  max-width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-right-list .search-login-wrap .home-user-wrap .right .user_login img {
  width: 40px;
  height: 40px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  box-sizing: content-box;
}
.home-right-list .search-login-wrap .home-user-wrap .right:hover .login-right {
  display: block;
}
.home-right-list .search-login-wrap .home-user-wrap .right .login-right {
  display: none;
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 138px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
  border-radius: 5px;
  padding: 10px 0;
  z-index: 10;
}
.home-right-list .search-login-wrap .home-user-wrap .right .login-right p a {
  display: block;
  text-align: center;
  padding: 10px;
  color: #333333;
  font-size: 16px;
}
.home-right-list .search-login-wrap .home-user-wrap .right .login-right p a:hover {
  background-color: #e8e8fd;
}
.home-right-list .up-to-date {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home-right-list .up-to-date .tool-item-wrap {
  width: 45%;
  padding: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.home-right-list .up-to-date .tool-item-wrap .tool-title-columns {
  display: flex;
  justify-content: space-between;
  color: #333;
  margin-bottom: 15px;
}
.home-right-list .up-to-date .tool-item-wrap .tool-title-columns .more {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.home-right-list .up-to-date .tool-item-wrap .tool-title-columns .more a {
  color: #b3b3b3;
  font-size: 14px;
}
.home-right-list .up-to-date .tool-item-wrap .tool-title-columns .more .icon {
  width: 6px;
}
.home-right-list .up-to-date .tool-item {
  display: flex;
  justify-content: space-between;
}
.home-right-list .up-to-date .tool-item .item {
  width: 32%;
}
.home-right-list .up-to-date .tool-item .item .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
  border-radius: 10px;
  padding: 1.2em 0;
}
.home-right-list .up-to-date .tool-item .item .img-wrap img {
  width: 70%;
  height: auto;
}
.home-right-list .up-to-date .tool-item .item .title {
  font-size: 17px;
  font-weight: bold;
  color: #242424;
  text-align: center;
  margin-top: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-right-list .up-to-date .tool-item .item .title-tip {
  font-size: 14px;
  color: #8f8f8f;
  text-align: center;
  margin-top: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 155px;
}
.home-right-list .tool-list-container-wrap {
  width: 100%;
  box-sizing:content-box;

}
.home-right-list .tool-list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  box-sizing:content-box;
}
.home-right-list .tool-list-container:after {
  display: block;
  content: "";
  width: 28%;
  padding: 20px;
  box-sizing:content-box;
}
.home-right-list .tool-list-container .tool-dom{
  position: relative;
  display: flex;
  width: 32%;
  max-width: 359px;
  overflow: hidden;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-right-list .tool-list-container .tool {
  display: flex;
  width: 100%;
  padding: 20px;
  max-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-right-list .tool-list-container .tool-dom:hover .extension-status{
  display: block;
}
.home-right-list .tool-list-container .tool-dom  .extension-status{display: none}
.home-right-list .tool-list-container .tool-dom .extension-center{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(246,247,250,.96);
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home-right-list  .extension-status  .extension-btn1,.home-right-list  .extension-status  .extension-btn2{
  text-decoration: none;
  color: #136ce9;
  border: 1px solid #136ce9;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
}
.home-right-list .tool-list-container .tool-dom .extension-status  .extension-center .extension-btn2{
  color: #ffffff;
  background-color: #136ce9;
  margin-left: 15px;
}
.home-right-list .tool-list-container .tool .label_font{
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 0 10px;
  padding: 2px 8px;
  font-size: 12px;
  color: #ffffff;
}
.home-right-list .tool-list-container .tool .tool-images {
  width: 60px;
  height: 60px;
  box-sizing:content-box;
}
.home-right-list .tool-list-container .tool .tool-text {
  width: 67.5%;
  margin-left: 5%;
  box-sizing:content-box;
}
.home-right-list .tool-list-container .tool .tool-text .tool-name {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  box-sizing:content-box;
}
.home-right-list .tool-list-container .tool .tool-text .tool-tip {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  color: #8f8f8f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing:content-box;
}
.home-right-list .home-footer {
  position: absolute;
  bottom: -260px;
  left: 0;
  width: 96%;
  border-top: 1px solid #eee!important;
  display: flex;
  justify-content: space-between;
  padding: 34px 2%;
}
.home-right-list .home-footer .home-footer-left .small-logo-box {
  display: flex;
  margin-bottom: 24px ;
  margin-top: 24px;

}
.home-right-list .home-footer .home-footer-left .small-logo-box .small-logo-item {
  box-sizing: border-box;
  position: relative;
  margin-right: 40px;
  padding-left: 38px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.home-right-list .home-footer .home-footer-left .small-logo-box .small-logo-item .logoImg {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.home-right-list .home-footer .home-footer-left .footer-bottom .line {
  width: 1px;
  height: 10px;
  display: block;
  margin: 6px 10px;
  background-color: rgba(83, 91, 98, 0.22);
}
.home-right-list .home-footer .home-footer-left .footer-bottom .footer-nav {
  display: flex;
}
.home-right-list .home-footer .home-footer-left .footer-bottom a,
.home-right-list .home-footer .home-footer-left .footer-bottom .permit {
  font-size: 12px;
  color: #888;
}
.home-right-list .home-footer .home-footer-left .footer-bottom .permit {
  margin-top: 5px;
}
.home-right-list .home-footer .home-footer-right .code-pic {
  width: 104px;
  height: 104px;
  margin: 0 auto 8px;
}
.home-right-list .home-footer .home-footer-right .code-text {
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
#accordion2 {
  position: relative;
  box-shadow: 8px 5px 40px rgba(30, 48, 75, .08);
  padding: 40px 20px 20px 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
#accordion2 #mform .form-group:last-of-type,#accordion2  #form1 .form-group:last-of-type{margin-bottom: 0;}
.current-columns-title{
  position: absolute;
  top: -20px;
  background-color: #6576ff;
  color: #fff;
  padding: 7px 18px;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 0 0.5rem 0.625rem #6576ff57;
  font-weight: 700;
}

#app .card-inner{padding-top: 40px;}
#accordion2 .form-control:focus{
  outline: 0;
  box-shadow: 0 0 0 3px rgba(101, 118, 255, 0.1);
}

#accordion2 .form-group >div .btn{
  border-radius: 5px;
  outline: none;
  border: 1px solid #b9c0c8;
  padding: 7px 10px;
  cursor: pointer;
}
#accordion2 .form-group .btn-success{
  padding: 7px 10px;
  background-color: #6576ff;
  border: 1px solid #b9c0c8;
  outline: none;
  margin-right: 15px;
  color: #ffffff;
}
#accordion2 .form-group .btn-default{
  display: inline-block;
  margin-right: 15px;
}
#accordion2 .alert-success{
  margin-top: 20px;
}
#accordion2 .alert-success h4{
  font-size: 20px;
  margin-bottom: 20px;
}
#accordion2 .alert-success p{
  color: #666;
  font-size: 14px;
}
.home-btn-success{
  color: #242424;
  background-color: #e8e8fd;
  border-color: #e8e8fd;
}
#datadv{margin-bottom: 20px;}
.add-login-wrap .add-login-tip{
  font-size: 18px;
  line-height: 30px;
}
.add-login-wrap .add-login-tip img{
  width: 32px;
  margin-right: 5px;
}
.converter-content .converter-content-rt .converter-function{
  padding: 40px 0 10px;
}
.table-content .table-header li:nth-child(4),.table-content .table-body .table-tbody-tr li.action{
  padding-left: 5%;
}
.sidenav .list-group .list-group-item.active > a{
  color: #3466f9;
}
.sidenav .list-group .list-group-item.active{
  border-left: 2px solid #3466f9;
}
.btn-success{
  background-color: #3466f9;
}
.btn-success:hover{
  background-color: #6b8ae6;
  border-color: #6b8ae6;
}
.converter-interface-content{
  position: relative;
}

.main-title-all,.nya-title{
  position: absolute;
  top: -15px;
  left: 30px;
  color: #fff;
  padding: 10px 18px;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 0.5rem 0.625rem rgba(52 ,102, 249,.5)!important;
  background-color:#3466f9!important;
}

.tool-useguide {
  margin-top: 0;
  background: #f6f7fa;
  color: #262626;
  font-size: 14px;
  font-style: normal;
  padding: 20px;
  max-height: none;
  border-radius: 10px;
}
.tool-useguide h3 {
  font-family: PingFang SC;
  color: #242424;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.tool-useguide .tool-description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #8f8f8f;
}
.card-preview{
  margin-bottom: 40px;
}
.relative{
  position: relative;
}
.add-tool-wrap{
  color: #333333;
  display: block;
  width: 100%;
  margin-top: 30px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 0;
  cursor: pointer;
}
.add-tool-wrap .text{
  font-size: 16px;
}
.add-tool-wrap p{
  text-align: center;
  line-height: 50px;
}
.add-tool-wrap p img{
  width: 35px;
}

[v-cloak] {
  display: none;
}
#drawer-wrap{
  display: none;
  width: 100%;
}
#drawer-wrap .header-drawer-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 6vh;
}
#drawer-wrap .header-drawer-top .text{
  color: #72767b;
}
#drawer-wrap .header-drawer-top .icon-wrap{
  cursor: pointer;
}
#drawer-wrap .drawer-nav-left{
  display: flex;
  flex-direction: column;
  border-right: 2px solid #eeeeee;
  overflow-y: auto;
  overflow-x: hidden;
}
#drawer-wrap .drawer-nav-left .item-nav{
  position: relative;
  padding: 10px 20px;
}
#drawer-wrap .drawer-nav-left .item-nav a{
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}
#drawer-wrap .drawer-nav-left .item-nav.active::after{
  position: absolute;
  right: -2px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #3466f9;
  border-right: 15px;
}
#drawer-wrap .drawer-nav-left .item-nav.active a,#drawer-wrap .drawer-nav-left .item-nav a:hover{
  color: #3466f9!important;
}
#drawer-wrap .header-drawer-bottom{
  display: flex;
  justify-content: space-between;

  margin-top: 2vh;
  min-height: 92vh;
}
#drawer-wrap .drawer-nav-right{
  padding: 0 15px;
  flex: 1;
  height: 92vh;
  overflow-y: auto;
}
#drawer-wrap .drawer-nav-right::-webkit-scrollbar {
  width: 8px;
}
#drawer-wrap .drawer-nav-right::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #e8e8fd;
}
#drawer-wrap .drawer-nav-right::-webkit-scrollbar-track {
  border-radius: 15px;
  background: #dddddd;
}
#drawer-wrap .drawer-nav-right .el-autocomplete{
  width: 100% ;
}
#drawer-wrap .el-drawer{
  min-width: 500px;
}
#drawer-wrap .drawer-list-wrap .drawer-list li{
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 15px;
  margin-top: 30px;
  cursor: pointer;
}
#drawer-wrap .drawer-list-wrap .drawer-list li .title{
  display: flex;
  justify-content: space-between;
  color: #444;
}
#drawer-wrap .drawer-list-wrap .drawer-list li .title img{
  width: 45px;
  height: 45px;
  margin-right: 5px;
}
#drawer-wrap .drawer-list-wrap .drawer-list li .title .left{
  display: flex;
  align-items: center;
}
#drawer-wrap .drawer-list-wrap .drawer-list li .title .left span{
  display: block;
  max-width: 160px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
#drawer-wrap .drawer-list-wrap .drawer-list li .right button{
  padding: 5px 10px;
  font-size: 12px;
}
#drawer-wrap .drawer-list-wrap .drawer-list li .info{
  height: 40px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
}
#drawer-wrap  .el-drawer__body{
  overflow: hidden;
}
#drawer-wrap .el-button--primary{
  background-color: #3466f9;
  border-color: #3466f9;
}
#drawer-wrap .drawer-home-wrap{
  margin-top: 30px;
}


#drawer-wrap .drawer-home-title {
  display: flex;

  align-items: center;
}
#drawer-wrap .edit-wrap{
  margin-left: 60px;
}
 .drawer-home-title  .edit-wrap button{
  padding: 7px 15px;
}
#drawer-wrap .drawer-home-wrap ul{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  width: 100%;

}

#drawer-wrap .drawer-home-wrap ul li{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 2%;
  margin-top: 25px;
  margin-left: 2%;
  width: 28%;
  cursor: pointer;
}
#drawer-wrap .drawer-home-wrap li:nth-child(1),#drawer-wrap .drawer-home-wrap li:nth-child(4),#drawer-wrap .drawer-home-wrap li:nth-child(7),#drawer-wrap .drawer-home-wrap li:nth-child(10),#drawer-wrap .drawer-home-wrap li:nth-child(13),#drawer-wrap .drawer-home-wrap li:nth-child(16),#drawer-wrap .drawer-home-wrap li:nth-child(19),#drawer-wrap .drawer-home-wrap li:nth-child(22),#drawer-wrap .drawer-home-wrap li:nth-child(25),#drawer-wrap .drawer-home-wrap li:nth-child(28),#drawer-wrap .drawer-home-wrap li:nth-child(30),#drawer-wrap .drawer-home-wrap li:nth-child(33),#drawer-wrap .drawer-home-wrap li:nth-child(36),#drawer-wrap .drawer-home-wrap li:nth-child(39),#drawer-wrap .drawer-home-wrap li:nth-child(42),#drawer-wrap .drawer-home-wrap li:nth-child(45),#drawer-wrap .drawer-home-wrap li:nth-child(48),#drawer-wrap .drawer-home-wrap li:nth-child(51),#drawer-wrap .drawer-home-wrap li:nth-child(54),#drawer-wrap .drawer-home-wrap li:nth-child(57){
  margin-left: 0;
}
#drawer-wrap .drawer-home-wrap ul li .title{
  display: flex;
  justify-content: space-between;
  color: #444;
}
#drawer-wrap .drawer-home-wrap ul li .title .left{
  display: flex;
  align-items: center;
}
#drawer-wrap .drawer-home-wrap ul li .title img{
  width: 45px;
  height: 45px;
  margin-right: 5px;
}
#drawer-wrap .drawer-home-wrap ulli .title .left{
  display: flex;
  align-items: center;
}
#drawer-wrap .drawer-home-wrap ul li .title .left span{
  display: block;
  max-width: 160px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}
#drawer-wrap .drawer-home-wrap ul li .right button{
  padding: 5px 10px;
  font-size: 12px;
}
#drawer-wrap .drawer-home-wrap ul li .info{
  height: 40px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
}
#app-wrap{
  margin-bottom: 40px;
}
#app-wrap .soft-pop-app{display: none;}
#app-wrap .soft-pop-app .el-dialog{
  min-height: 400px;
}
#app-wrap .soft-pop-app  .el-dialog--center .el-dialog__body{
  padding: 30px 80px;
}
/*@media(max-width:1385px){*/
/*  #app-wrap .soft-pop-app .el-dialog{*/
/*    margin-right: 5vw;*/
/*  }*/
/*}*/
#app-wrap .soft-pop-app .el-dialog{
  border-radius: 20px;
}
#app-wrap .soft-pop-app .info-wrap .info-title{
  display: flex;
  margin-bottom: 20px;
}
#app-wrap .soft-pop-app .info-wrap .info-title .left{
  width: 60px;
  height: 60px;
  margin-right: 25px;
}
#app-wrap .soft-pop-app .info-wrap .info-title .left img{
  width: 100%;
  height: 100%;
}
#app-wrap .soft-pop-app .info-wrap .info-title .right{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #242424;
}
#app-wrap .soft-pop-app .info-wrap  .info-text{
  padding-left: 86px;
}
#app-wrap .soft-pop-app .info-wrap  .info-text .download-button{

  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  background: #136ce9;
  color: #ffffff;
  cursor: pointer;
}
#app-wrap .soft-pop-app .info-wrap  .info-text .seo_title{
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  margin-top: 40px;
}
#app-wrap .soft-pop-app .info-wrap  .info-text .description{
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
#app-wrap .soft-pop-app .info-wrap  .info-text .edition-number{
  margin-top: 100px;
  font-size: 12px;
  line-height: 21px;
  color: #8f8f8f;
}
#app-wrap .soft-pop-app .info-wrap  .info-text .edition-number p{
  font-size: 12px;
  line-height: 21px;
  color: #8f8f8f;
}
.is-footer-hide{display: none;}
.userviplist{display: none;}
