/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
  background: #fff;
}

.footer a {
  color: #545454;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #545454;
  display: inline-block;
  font-weight: 300;
}

.footer {
  margin-top: 10px;
  padding: 9px 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.footer-inner {
  position: relative;
}

.footer-menu {
  float: left;
  line-height: 38px;
}

.footer-menu ul {
  overflow: hidden;
}

.footer-menu ul li {
  float: left;
  margin-right: 20px;
}

.footer-menu ul li a:hover {
  color: #003a9b;
}

.footer-language-selector {
  float: right;
}

.footer .dropdown a.dropdown-toggle {
  border: 1px solid #757575;
  border-radius: 4px;
  padding: 3.5px 16px;
}

.footer .dropdown .dropdown-menu {
  bottom: 50px;
}

.dropdown-menu {
  min-width: 148px;
  min-height: 60vh;
  max-height: 60vh;
  height: 60vh;
  overflow-y: auto;  
}

.lang-show {
  display: block;
  bottom: 40px;
}

.footer-menu-icon {
  display: none;
}

.social-inside .wechat,
.social-inside .weibo{ 
  position: relative;
}
.social-outside.hide,
.social-inside.hide {
  display: none;
}
.social-outside,
.social-inside {
  display: flex;
  height: 38px;
}

.social-outside .twitter,
.social-inside .wechat {
  margin-left: 10px;
}

.social .item {
  padding: 6px;
	border-radius: 19px;
  border: 1px solid #e0e0e0;
	cursor: pointer;
}
.social .social-path:hover + .qrcode {
  display: block;
}
.social .qrcode {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.social .qrcode:before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
}
.social .qrcode:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

@media (max-width: 768px) {
  .footer-menu-icon{
    display: block;
    cursor: pointer;
    background-image: url(../images/menu.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 19px;
    height: 19px;
    margin-top: 7px;
    margin-bottom: 6px;
  }
  .footer-menu ul {
    display: none;
    position: absolute;
    bottom: 41px;
    background-color: #fff;
    padding: 7px 0;
    white-space: nowrap;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);    
  }
  .footer-menu ul li {
    float: none;
    margin-right: 0;
    padding: 0 20px;
  }
  .footer-menu ul.show{
    display: block;
  }
}

.contentWrap {
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #e5e5e5 #ffffff;
  --scrollbar-width: 6px;
  --scrollbar-track: #ffffff;
  --scrollbar-thumb: #e5e5e5;
  --scrollbar-thumb-hover: #e5e5e5;
}
.contentWrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.contentWrap::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}
.contentWrap::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 10px;
}

.languageList {
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #e5e5e5 #ffffff;
  --scrollbar-width: 6px;
  --scrollbar-track: #ffffff;
  --scrollbar-thumb: #e5e5e5;
  --scrollbar-thumb-hover: #e5e5e5;
}
.languageList::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.languageList::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}
.languageList::-webkit-scrollbar-thumb {
  background: #e5e5e5;
  border-radius: 10px;
}

@media (min-width:767px) {
  .flex-1.min-w-0 .btnFold {
    display: none;
  }
}

@media (max-width:767px) {
  div.flex-shrink-0 .btnFold {
    display: none;
  }
}

.enum-avatar-bg-10001 {
  background-image: url("../images/default_avatar.png");
}

.trackPage .dropdown_user_info_buyer-center__wVI9r:hover{background-color:#ff9916!important;}

/*article*/
.main-content .subtitle {
  text-align: center;
  font-size: 14px;
  margin-bottom: 35px
}

.main-content .content {
  margin-bottom: 54px
}

.main-content .content .title {
  text-align: left;
  font-size: 24px;
  color: #282828;
  margin-bottom: 24px
}

.main-content .content .emphasize {
  font-weight: bold
}

.main-content .list {
  display: flex;
  margin-left: 20px
}

.main-content .list .num {
  margin-right: 8px
}

.main-content a {
  color: #5606ae;
  cursor: pointer
}

.main-content .email {
  color: #5606ae;
  text-decoration: underline
}

@media screen and (min-width: 1024px) {

  .main-content .title_s {
    margin-top: 40px
  }

  .main-content .paragraph {
    margin-top: 16px
  }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {

  .main-content .title_s {
    margin-top: 24px
  }

  .main-content .paragraph {
    margin-top: 8px
  }
}

@media screen and (max-width: 767px) {

  .main-content .title_s {
    margin-top: 24px
  }

  .main-content .paragraph {
    margin-top: 8px
  }
}


@media screen and (max-width: 1023px) {
  .title_max_l {
    font-weight:700;
    font-size: 38px;
    line-height: 48px;
    color: #202020
  }

  .title_l {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #202020
  }

  .title_m {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #202020
  }

  .title_s {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #202020
  }

  .sub_title {
    font-size: 16px;
    line-height: 24px;
    color: #435366
  }

  .sub_bold_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #435366
  }

  .text_1 {
    font-size: 16px;
    line-height: 24px;
    color: #435366
  }

  .text_bold_1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #435366
  }

  .text_2 {
    font-size: 14px;
    line-height: 22px;
    color: #435366
  }

  .text_bold_2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #435366
  }
}

@media screen and (min-width: 1024px) {
  .title_max_l {
    font-weight:700;
    font-size: 56px;
    line-height: 70px;
    color: #202020
  }

  .title_l {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #202020
  }

  .title_m {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #202020
  }

  .title_s {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #202020
  }

  .sub_title {
    font-size: 20px;
    line-height: 30px;
    color: #435366
  }

  .sub_bold_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #435366
  }

  .text_1 {
    font-size: 18px;
    line-height: 28px;
    color: #435366
  }

  .text_bold_1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #435366
  }

  .text_2 {
    font-size: 16px;
    line-height: 24px;
    color: #435366
  }

  .text_bold_2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #202020
  }
}

.main-content ul {
  list-style-type: disc;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 2;
  color: #757575;
  margin-left: 15px!important;
}

.wysiwyg-font-size-large {
  font-size: large;
}