@charset "UTF-8";
.pc-mode {
  font-size: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-image: linear-gradient(to bottom, rgba(23, 61, 63, 0.9), rgba(23, 61, 63, 0));
  padding-top: 30px;
}

.pc-menu .navigator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 12px;
}

.pc-menu .navigator .sub-menus {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-color: #F0F4F0;
  box-sizing: border-box;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.pc-menu .navigator .bgfff {
  background-color: #fff;
  height: 56px;
}

.pc-menu .navigator .sub-menus-main {
  padding-top: 0.35rem;
  padding-left: 2.56rem;
  padding-right: 0.5rem;
  padding-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
}

.pc-menu .navigator .sub-menus-main .menu-photo .title {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.54rem;
  margin-bottom: 15px;
}

.pc-menu .navigator .sub-menus-main .menu-photo .image {
  width: 4.15rem;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0.3rem;
}

.pc-menu .navigator .sub-menus-main .menu-photo .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-menu .navigator .sub-menus-main .sub-menus-list {
  display: flex;
  align-items: flex-start;
  flex: 1;
  overflow: hidden;
  margin-left: 0.6rem;
}

.pc-menu .navigator .sub-menus-main .sub-menus-list .item {
  width: 20%;
}

.pc-menu .navigator .sub-menus-main .sub-menus-list .item .icon {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 100%;
  background-color: #173D3F;
  color: #F7AC1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}

.pc-menu .navigator .sub-menus-main .sub-menus-list .item .title {
  font-size: 0.2rem;
  color: #173D3F;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.pc-menu .navigator .sub-menus-main .sub-menus-list .item ul {
  font-size: 0.16rem;
  color: #767676;
  line-height: 0.3rem;
  overflow: hidden;
  width: 1.5rem;
}

.pc-menu .navigator .sub-menus-main .sub-menus-list .item ul li {
  min-width: 0.5rem;
  float: left;
  margin-right: 15px;
}

.pc-menu .navigator .sub-menus-main .sub-menus-list .item ul li:hover {
  color: #173D3F;
}

.pc-menu .logo, .pc-menu .logo-img {
  position: relative;
  z-index: 10;
  display: block;
}

.pc-menu .logo {
  margin-right: 0.75rem;
}

.pc-menu .logo-img {
  width: 1.17rem;
  height: auto;
}

.pc-menu .menus {
  display: flex;
  align-items: center;
}

.pc-menu .menus .menus-list {
  display: flex;
  align-items: center;
}

.pc-menu .menus .menus-list .menu {
  height: 112px;
  color: #193444;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.pc-menu .menus .menus-list .menu .link {
  display: block;
  font-weight: bold;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

.pc-menu .menus .menus-list .menu .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  transform: scale(0);
  opacity: 0;
  transition: all 300ms ease;
}

.pc-menu .menus .menus-list .menu .link span {
  position: relative;
}

.pc-menu .menus .menus-list .menu:hover .link, .pc-menu .menus .menus-list .menu.active .link {
  color: #F0C44B;
}

.pc-menu .menus .menus-list .menu:hover .link:before, .pc-menu .menus .menus-list .menu.active .link:before {
  opacity: 1;
  transform: scale(1);
  background-color: #106B46;
}

.pc-menu .menus .menus-list .menu:hover .sub-menus {
  opacity: 1;
  pointer-events: all;
}

.pc-menu .menus .menus-list .menu + .menu {
  margin-left: 0.1rem;
}

.pc-menu .right-field {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.pc-menu .right-field .park {
  border: 1px solid #106B46;
  width: 90px;
  height: 55px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #106B46;
}

.pc-menu .right-field .search .btn {
  color: #295811;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}

.pc-menu .right-field .language {
  display: flex;
  align-items: center;
}

.pc-menu .right-field .language .iconfont {
  color: #0f2a17;
  font-size: 0.28rem;
  margin-right: 0.15rem;
}

.pc-menu .right-field .language span {
  color: #193444;
  font-size: 0.16rem;
}

.pc-menu .right-field .item {
  cursor: pointer;
}

.pc-menu .right-field .item + .item {
  margin-left: 0.35rem;
}

/*手机端导航*/
.mobile-headerwrap {
  display: none;
}

.mobile-headerwrap .layer-top {
  padding: 0 10px;
  overflow: hidden;
}

.mobile-headerwrap .mem-links .login {
  font-size: 0;
  line-height: 0;
}

.mobile-headerwrap .mem-links li {
  margin-right: 10px;
}

.mobile-headerwrap .mem-links .m-icon2 {
  margin-left: 0;
}

.mobile-headerwrap .mem-links li a {
  display: block;
  height: 35px;
}

.mobile-menucss {
  /* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);*/
  height: 100%;
  max-height: calc(100vh - 50px);
  /* width: 40%;*/
  width: 100%;
  position: relative;
  /*width:150px;*/
  position: fixed;
  right: -100%;
  top: 50px;
  box-sizing: border-box;
  display: block !important;
  z-index: 99999;
}

.mobile-menucss > ul {
  overflow: auto;
  width: 100%;
  /*width: 150px; */
  padding-top: 0;
  /*background:rgba(130,176,69,1);*/
  height: calc(100%);
  /* max-height:calc(100% - 50px);*/
}

.mobile-menucss > ul > li {
  margin-top: -1px;
  transition: all 500ms;
  transform: translateX(-100px);
  opacity: 0;
}

.mobile-menucss > ul > li.cr {
  background: rgba(255, 255, 255, 0.05);
}

/*	.mobile-menucss>ul>li.cr{ background: #fff;}
	.mobile-menucss>ul>li.cr>a{ color: #000;}
	.mobile-menucss>ul>li.cr>a span{color: #000;}*/
.mobile-menucss > ul > li > a {
  position: relative;
}

.mobile-menucss > ul > li > a,
.mobile-menucss > ul > li > h3 {
  font-weight: normal;
  display: block;
  padding-left: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  /*border-top:1px solid rgba(255,255,255,0.1);*/
  height: 45px;
  line-height: 45px;
}

.mobile-menucss > ul > li > a > span {
  color: #fff;
  font-size: 16px;
}

.mobile-menucss > ul > li > ul {
  padding-left: 50px;
  overflow: hidden;
  /*display: none;*/
}

.mobile-menucss > ul > li > ul > li {
  line-height: 45px;
  position: relative;
}

.mobile-menucss > ul > li > ul > li > a > span {
  color: #fff;
  opacity: .8;
  line-height: 25px;
}

.mobile-menucss > ul > li.mobiles-links {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  border: none;
}

.mobile-menucss > ul > li.mobiles-links a {
  border: none;
}

.mobile-menucss > ul > li.mobiles-links img {
  width: 50px !important;
  height: 50px !important;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
}

/*手机端头部*/
.mobile-headerwrap {
  height: 48px;
  position: relative;
  z-index: 999990;
}

.mobile-header {
  background: #fff;
  height: 50px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 990;
}

.header-shower {
  line-height: 50px;
  height: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 66;
  text-align: center;
}

.mobile-header .header-shower img {
  width: auto !important;
  height: 35px !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.mobile-header .header-shower img:nth-child(3) {
  padding-left: 5px;
  height: 20px !important;
}

.menu-active > ul > li {
  transform: translateX(0);
  opacity: 1;
}

.menu-active > ul > li > a {
  height: 45px;
  line-height: 45px;
}

.menu-active > ul > li:nth-child(2) {
  -webkit-transition-delay: 300ms, 300ms;
  transition-delay: 300ms, 300ms;
}

.menu-active > ul > li:nth-child(3) {
  -webkit-transition-delay: 350ms, 350ms;
  transition-delay: 350ms, 350ms;
}

.menu-active > ul > li:nth-child(4) {
  -webkit-transition-delay: 400ms, 400ms;
  transition-delay: 400ms, 400ms;
}

.menu-active > ul > li:nth-child(5) {
  -webkit-transition-delay: 450ms, 450ms;
  transition-delay: 450ms, 450ms;
}

.menu-active > ul > li:nth-child(6) {
  -webkit-transition-delay: 500ms, 500ms;
  transition-delay: 500ms, 500ms;
}

.menu-active > ul > li:nth-child(7) {
  -webkit-transition-delay: 550ms, 550ms;
  transition-delay: 550ms, 550ms;
}

.menu-active > ul > li:nth-child(8) {
  -webkit-transition-delay: 600ms, 600ms;
  transition-delay: 600ms, 600ms;
}

.menu-active > ul > li:nth-child(9) {
  -webkit-transition-delay: 650ms, 650ms;
  transition-delay: 650ms, 650ms;
}

.menu-active > ul > li:nth-child(10) {
  -webkit-transition-delay: 700ms, 700ms;
  transition-delay: 700ms, 700ms;
}

.menu-active > ul > li:nth-child(11) {
  -webkit-transition-delay: 750ms, 750ms;
  transition-delay: 750ms, 750ms;
}

.menu-active {
  left: 0;
  animation-name: ani-menu;
  animation-timing-function: ease-in-out;
  animation-duration: 500ms;
  box-shadow: none;
}

.menu-hide {
  /*left: -100%;*/
  left: 0;
  height: 0;
  animation-name: ani-menu1;
  animation-timing-function: ease-in-out;
  animation-duration: 500ms;
}

/*菜单动画*/
@keyframes ani-menu {
  0% {
    /*left: -100%;*/
    height: 0;
  }
  100% {
    /*left: 0;*/
    height: calc(100%);
  }
}

@-webkit-keyframes ani-menu {
  0% {
    /*	left: -100%;*/
    height: 0;
  }
  100% {
    /*	left: 0;*/
    height: calc(100%);
  }
}

@keyframes ani-menu1 {
  0% {
    /*	left: 0; */
    height: calc(100%);
  }
  100% {
    /*	left: -100%;*/
    height: 0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes ani-menu1 {
  0% {
    /*left: 0;*/
    height: calc(100%);
  }
  100% {
    /*left: -100%;*/
    height: 0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  }
}

/*搜索开始*/
.head-icons {
  position: absolute;
  top: 0;
  right: 6px;
  height: 50px;
  text-align: right;
}

.mobile-search {
  height: 50px;
  background: #fff;
  padding: 0 20px 0 50px;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 6666;
  top: 0;
  left: 0;
  display: none;
}

.mobile-menucss {
  text-align: left;
}

.mobile-search input {
  width: 100%;
  color: #000;
  height: 50px;
  vertical-align: middle;
  background: transparent;
  border: none;
  line-height: 50px;
}

.mobile-search input::-webkit-input-placeholder {
  color: #999 !important;
}

.mobile-search input:-moz-placeholder {
  color: #999 !important;
}

.mobile-search .s-searchs {
  /**/
  background: url("../images/searchbtns.png") no-repeat center center;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 10px;
  line-height: 30px;
  text-align: center;
  /**/
  background-size: 20px 20px;
}

.mobile-search .s-close {
  cursor: pointer;
  color: #95262a;
  /**/
  background: url("../images/close.png") no-repeat center center;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /**/
  background-size: 20px 20px;
  left: 10px;
  top: 10px;
}

.head-icons a.ybooks-css {
  width: 40px;
  height: 50px;
}

.head-icons a {
  display: inline-block;
  float: left;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #666;
  /*	width: 30px;*/
  width: 25px;
  height: 50px;
  line-height: 50px;
}

.head-icons a.lang span {
  background: #b5151d;
  color: #fff;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}

.head-icons a.search-mobile:after {
  content: "\e675";
  color: #7fc34a;
}

.head-icons a.search-mobile,
.search-mobile-business {
  /*width:30px;*/
  height: 50px;
}

.head-icons a.site-css {
  width: 35px;
  height: 50px;
}

.head-icons a.en-css {
  width: 41px;
  height: 50px;
}

a.menus-mobiles {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

a.menus-mobiles span {
  background: #444444;
  height: 1px;
  width: 20px;
  display: block;
  position: absolute;
  left: 10px;
  top: 22px;
  transition: all 0.5s;
}

a.menus-mobiles span:nth-child(1) {
  /* top: 22px;*/
  transform: translate3d(0, 0px, 0);
}

a.menus-mobiles span:nth-child(2) {
  /*top: 28px;*/
  transform: translate3d(0, 6px, 0);
}

a.menus-ani1 span:nth-child(1) {
  /* animation:animenu1 500ms  1; */
  animation-fill-mode: forwards;
  transform: rotate3d(0, 0, 1, 45deg);
}

a.menus-ani1 span:nth-child(2) {
  /*animation:animenu2 500ms  1; */
  animation-fill-mode: forwards;
  transform: rotate3d(0, 0, 1, -45deg);
}

/*新加三个杠*/
a.menus-mobiles {
  top: -2px;
}

a.menus-mobiles span:nth-child(1) {
  /* top: 22px;*/
  transform: translate3d(0, 0px, 0);
}

a.menus-mobiles span:nth-child(2) {
  /*top: 28px;*/
  transform: translate3d(0, 8px, 0);
  transition: none;
}

a.menus-mobiles span:nth-child(3) {
  /*top: 28px;*/
  transform: translate3d(0, 16px, 0);
}

a.menus-ani1 span {
  top: 23px;
}

a.menus-ani1 span:nth-child(1) {
  /* animation:animenu1 500ms  1; */
  animation-fill-mode: forwards;
  transform: rotate3d(0, 0, 1, 45deg);
}

a.menus-ani1 span:nth-child(2) {
  display: none;
}

a.menus-ani1 span:nth-child(3) {
  /*animation:animenu2 500ms  1; */
  animation-fill-mode: forwards;
  transform: rotate3d(0, 0, 1, -45deg);
}

.wrap-subs {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  /* overflow-y: auto; height: 0;  position: absolute;width:calc(100% - 150px); left: 150px;   top: 0; bottom:0; box-sizing: border-box;  transition:all 0.5s;  overflow-x: hidden; opacity: 0;*/
}

.mod-subnav a {
  color: #999;
  display: inline-block;
  font-size: 12px;
  width: 50%;
  margin-bottom: 30px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}

.mod-subnav {
  margin-top: 30px;
}

.mod-subnav a img {
  width: 50px;
  margin-bottom: 10px;
}

/**/
.wrap-subs .mod-subs {
  width: 100%;
  position: relative;
  left: -640px;
  padding-bottom: 10px;
  overflow: hidden;
  transition: all 0.5s;
}

.mobile-menucss > ul > li.cr .wrap-subs {
  opacity: 1;
  height: 100%;
  background: #fff;
  /*width:calc(100% - 150px); */
  /*transition-delay:1s; -moz-transition-delay:1s; */
  z-index: 99;
}

.mobile-menucss > ul > li.cr .wrap-subs .mod-subs {
  width: 100%;
  position: relative;
  left: 0;
}

.smod-tits {
  position: relative;
  margin: 10px 0 0 20px;
  left: -640px;
  /*top: 10px; */
  transition: all 0.5s;
  font-size: 16px;
  font-weight: bold;
}

.smod-tits span {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.mobile-menucss > ul > li.cr .smod-tits {
  left: 0;
}

.mymod-tits {
  font-size: 14px;
  color: #666;
  left: -640px;
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
  /*font-weight: bold;*/
  transition: all 0.5s;
}

.mobile-menucss > ul > li.cr .mymod-tits {
  left: 0;
}

/*    .sub-active{ width:calc(100% - 150px); }*/
.mobile-menucss > ul > li.m-website {
  width: 50%;
  float: left;
  text-align: center;
  border-bottom: none;
  margin-top: 40px;
}

.mobile-menucss > ul > li.m-email {
  width: 50%;
  float: left;
  text-align: center;
  border-bottom: none;
  margin-top: 40px;
}

.mobile-menucss > ul > li.m-website a,
.mobile-menucss > ul > li.m-email a {
  display: inline-block;
  border-bottom: none;
  width: 70%;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center !important;
  padding-left: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: .6;
}

@keyframes animenu1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

@keyframes animenu2 {
  0% {
    transform: translate3d(0, 6px, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, -45deg);
  }
}

.mlangs {
  font-size: 12px !important;
  display: inline-block;
  width: 52px !important;
  height: 22px !important;
  line-height: 22px !important;
  vertical-align: middle !important;
  position: relative;
  margin-top: 13px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 22px;
  margin-right: 3px;
  background: none;
  border: 1px solid #ec2326;
  color: #ec2326 !important;
  font-family: "Arial";
}

/*新增会员中心下拉菜单*/
.mobile-menucss {
  /*background: rgba(1,142,214,1);*/
  background: -webkit-linear-gradient(#bf7c24, #bf7c24);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#bf7c24, #bf7c24);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#bf7c24, #bf7c24);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#bf7c24, #bf7c24);
  /* 标准的语法 */
}

.my-photos b {
  color: #ffba00;
  padding-left: 4px;
}

.my-photos {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  box-align: center;
  -webkit-box-align: center;
  -webkit-moz-align: center;
  box-pack: center;
  -webkit-box-pack: center;
  -webkit-moz-pack: center;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 500ms;
  transform: translateX(-1000px);
  opacity: 0;
  padding: 20px 30px;
}

.my-photos * {
  color: #fff;
}

.my-photos span {
  display: block;
  margin-right: 10px;
}

.my-photos i {
  vertical-align: middle;
  display: inline-block;
  display: block;
  font-style: normal;
  background: #ffba00;
  font-size: 12px;
  border-radius: 6px;
  margin-left: 5px;
  padding: 1px 5px;
  position: relative;
  top: -3px;
  width: 60px;
  text-align: center;
  margin-top: 10px;
}

.my-photos em {
  font-size: 14px;
  -moz-box-flex: 1.0;
  /* Firefox */
  -webkit-box-flex: 1.0;
  /* Safari 和 Chrome */
  box-flex: 1.0;
  display: block;
}

.mem-btns {
  margin-top: 15px;
  /*text-align: center;*/
}

.mem-btns a {
  display: inline-block;
  font-size: 12px;
  background: #f7741c;
  width: 85px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}

.mem-btns a:nth-child(1) {
  margin-right: 10px;
}

.my-photos img {
  width: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px;
  background: rgba(255, 255, 255, 0.5);
  height: 80px;
  border-radius: 80px;
}

.menu-active .my-photos {
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 200ms, 200ms;
  transition-delay: 200ms, 200ms;
}

.menu-active > ul > li:nth-child(1) {
  -webkit-transition-delay: 250ms, 250ms;
  transition-delay: 250ms, 250ms;
}

/*导航*/
.mobile-header {
  z-index: 999999;
}

.mobile-header .header-shower img {
  height: 30px !important;
}

.mobile-menucss {
  background: #fafafa url("../image/footer-bg.png") center bottom 0 no-repeat;
  background-size: 300%  auto;
  /*border-top: 1px solid #f1f1f1;*/
}

.mobile-menucss > ul > li > a > span {
  color: #000;
}

.mobile-menucss > ul > li {
  border-bottom: 1px solid #f1f1f1;
}

.mobile-menucss > ul > li > ul > li > a > span {
  color: #000;
  opacity: .8;
}

.mobile-menucss > ul > li > ul > li {
  line-height: 30px;
}

.mobile-menucss > ul > li > ul {
  margin-bottom: 15px;
}

/*.mobile-menucss>ul>li.last{  padding-left: 0; margin-top: 50px; border-bottom: none; text-align: center;}
.mobile-menucss>ul>li.last>a{ padding-left: 0; }
.mobile-menucss>ul>li.last a span{ color: #f76b04; border:1px solid #f76b04;border-radius:6px;  padding: 8px 20px;  font-size: 18px;}*/
.mobile-menucss ul ul ul {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobile-menucss ul ul ul a {
  color: #777;
}

.mobile-menucss > ul > li > ul {
  /**/
  display: none;
}

.mobile-menucss > ul > li {
  position: relative;
}

.mobile-menucss > ul > li.sub-sec .iconfont {
  position: absolute;
  text-align: right;
  font-size: 22px;
  right: 0;
  padding-right: 30px;
  top: 0;
  height: 46px;
  line-height: 46px;
  width: 50%;
}

.mobile-menucss > ul > li.sub-sec .iconfont::before {
  /*content: "\e74a";*/
  content: "\e638";
  font-size: 14px;
}

.mobile-menucss > ul > li.sub-sec2 .iconfont:before {
  /*content: "\e749";*/
  content: "\e636";
}

.mobile-menucss > ul > li.sub-sec2 > ul {
  display: block;
}

.mobile-menucss ul ul ul {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobile-menucss ul ul ul a {
  color: #777;
}

.mobile-menucss > ul > li > ul {
  /**/
  display: none;
}

.mobile-menucss > ul > li {
  position: relative;
}

.mobile-menucss > ul > li.sub-sec .iconfont {
  position: absolute;
  text-align: right;
  font-size: 22px;
  right: 0;
  padding-right: 30px;
  top: 0;
  height: 46px;
  line-height: 46px;
  width: 50%;
}

.mobile-menucss > ul > li.sub-sec2 .iconfont:before {
  /*content: "\e749";*/
  content: "\e636";
  font-size: 8px !important;
}

.mobile-menucss > ul > li.sub-sec2 > ul {
  display: block !important;
}

.websites2 {
  position: absolute;
  right: 30px;
  top: 45%;
  transform: translateY(-50%);
}

.mobile-header .header-shower .websites2 img {
  width: auto !important;
  max-width: none !important;
  height: 20px !important;
  display: none;
}

.websites2 a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  background: #fea101;
  color: #fff;
}

.head-icons {
  position: absolute;
  top: 0;
  right: 6px;
  height: 50px;
  text-align: right;
}
