html,
body,
div,
p,
span,
img,
ul,
li,
dl,
dd,
dt,
em,
strong {
  margin: 0;
  padding: 0;
  border: none;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 300;
}

.blue_bg {
  background-color: #2278d1;
}

header {
  width: 100%;
  min-width: 1200px;
  background: #fff;
}

.navTab {
  width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}

.navTab .navbar-nav {
  margin-top: 15px;
}

.navTab .navbar-nav li a {
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  padding: 5px 0;

  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.navTab .navbar-nav li a:hover {
  border-bottom: 2px solid #00FFFF;
}

.navTab .navbar-nav li a.selectDown:after {
  position: absolute;
  right: 0px;
  bottom: 8px;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #333333;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectUp:before {
  display: none;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectDown:after {
  display: none;
}

.support-row2 {
  width: 100%;
  background: #F5F7FA;
  box-sizing: border-box;
  padding: 60px 0 80px 0;
  text-align: center;
}

.qaContent .panel-body p {
  line-height: 2em;
}

.qaContent .panel-body ul {
  width: 100%;
  padding: 10px 0px 10px 10px;
}

.qaContent .panel-body ul>li {
  border-bottom: 1px dotted #eee;
}

.qaContent .panel-body img.img-icon {
  width: 24px;
  height: 24px;
  margin: 10px;
}

/*education start*/
.qaContent .col-lg-12 {
  text-align: left;
  margin-bottom: 40px;
  line-height: 44px;
  font-size: 16px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  color: rgba(140, 155, 165, 1);
}

.qaContent .col-lg-12 a {
  color: #333333;
}

.qaContent .col-lg-12 a:nth-of-type(1) {
  color: rgba(140, 155, 165, 1);
}

.qaContent .col-lg-3 {
  padding-right: 20px;
  text-align: right;
}

.qaContent .qaTab {
  background: #FFFFFF;
}

.qaContent ul {
  width: 239px;
  padding: 50px 30px 50px 38px;
  background: #FFFFFF;
}

.qaContent ul li a {
  width: 100%;
}

.qaContent ul li {
  text-align: left;
  line-height: 56px;
  box-sizing: border-box;
  padding-left: 20px;
  border-bottom: 1px solid #DFE3E6;
  cursor: pointer;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
}

.qaContent ul li a {
  font-size: 16px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.qaContent ul li.active a {
  font-size: 16px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  color: rgba(0, 71, 187, 1);
}

.qaContent .col-lg-9 {
  padding: 50px 80px 50px 80px;
  background: #FFFFFF;
}

.support-row2 .putAll-btn {
  position: absolute;
  right: 22px;
  top: 22px;
  font-size: 16px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  color: rgba(140, 155, 165, 1);
}


.panel-title a {
  display: block;
  padding: 15px;
  position: relative;
  font-size: 20px;
  padding-left: 25px;
  text-align: left;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

.forex-container .panel-title a {
  font-size: 20px;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  padding-left: 30px;
}

.forex-container .ask-content {
  border-bottom: 1px solid #ddd;
}

.forex-container #accordion .panel-heading a:before {
  font-size: 16px;
}


#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}

.panel-body {
  background: #fff;
  text-align: left;
  padding: 5px 0 20px 0;
  padding-left: 8px;
  font-size: 16px;
  line-height: 24px;
}

.panel-body img {
  width: 100%;
  height: 100%;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-left: 32px;
}

/*手风琴*/
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.panel-heading {
  border-radius: 0;
  border: none;
  color: #333333;
  padding: 0;
}



.panel-body {
  background: #fff;
  text-align: left;
  padding: 5px 0 20px 0;
  padding-left: 8px;
  font-size: 16px;
  line-height: 24px;
}

.panel-body img {
  width: 100%;
  height: 100%;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}

.panel-heading a:before {
  content: "\e258";
  position: absolute;
  font-family: 'Glyphicons Halflings';
  left: 5px;
  top: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.panel-heading.active a:before {
  content: '\e258';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: '\e258';
  font-size: 14px;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  left: 5px;
  top: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e258';
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\f105';
  font-size: 14px;
  position: absolute;
  font-family: 'FontAwesome';
  left: 5px;
  top: 16px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}

#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.navbar-brand {
  padding: 5px;
}

.logo {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .forex-container {
    width: 100%;
    padding: 64px 0 0 0;
  }
  #m-navbar-collapse {
    width: 100%;
    margin: 0;
    padding: 40px 30px 0 30px;
    background: #ffffff;
    max-height: none;
  }
  #m-navbar-collapse .panel-group .panel-heading {
    border-bottom: 1px solid #DFE3E6;
  }
  #m-navbar-collapse .panel-group .panel {
    border-bottom: none;
    margin-bottom: 0;
  }
  #m-navbar-collapse .panel-heading a:before {
    content: '\e258';
    font-size: 14px;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    left: 5px;
    top: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #333333;
  }
  #m-navbar-collapse #accordion1 {
    overflow-y: scroll;
    padding-bottom: 120px;
    height:900px;
  }
  #m-navbar-collapse .panel-title a{
    padding-left:0;
  }
  #m-navbar-collapse .panel-heading{
    padding:15px;
  }
  #m-navbar-collapse .panel-title a:before{
    right:0;
    left:auto;
  }
  .row {
    box-sizing: border-box;
    margin: 0;
  }
  .support-container #accordion1 .panel-heading a:before {
    top: 15px;
    right: 0;
    left: inherit;
  }

  .support-container #accordion2{
    padding-left: 0;
    font-size: 14px;
  }
  .support-container #accordion2 {
    padding: 0 20px;
    border-radius: 10px;
  }
  #accordion2 .panel-title a:before{
    right:10px;
    top:15px;
    left:auto;
  }
  .not-padding{padding:0;}
  .qaContent .col-lg-9 {
    padding: 0;
    background: #FFFFFF;
  }
  #accordion .panel-heading a {
    padding: 20px 20px 20px 35px;
  }
  #accordion .panel-heading a:before {
    left:15px;
    top:20px;
  }
  .putAll-btn{
    display: none;
  }
  .close-menu{
    padding:20px;
    text-align: center;
  }
  .close-menu a{
    font-size:42px;
    color:#ddd;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #208dc6;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.putAll-btn{
  cursor: pointer;
}
