#get-more-container {
  margin: 30px auto 50px;
  width: 1200px;
  background-color: #fff;
}
#get-more-container > .sidebar_wrapper {
  width: 360px;
  color: #333;
  font-size: 18px;
  height: 100%;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .menu_title {
  padding: 25px 20px 25px 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  border-bottom: 1px solid #eee;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .menu_title > .arrow {
  font-size: 22px;
  font-weight: 800;
  color: #ccc;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .menu_title.tab_menu_active {
  color: #FF9900;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .menu_title.tab_menu_active > .arrow {
  color: #FF9900;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#get-more-container > .sidebar_wrapper > .tab_menu > .item_box {
  background-color: #efefef;
  padding: 15px 0;
  display: none;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .item_box > .menu_item {
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  display: block;
  color: #666;
  font-size: 16px;
  margin: 15px 0;
  padding: 0 50px;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .item_box > .menu_item:hover {
  color: #FF9900;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .item_box > .menu_item.menu_item_active {
  color: #FF9900;
}
#get-more-container > .sidebar_wrapper > .tab_menu > .item_box.item_box_active {
  display: block;
  height: auto;
}
#get-more-container > .sidebar_wrapper > .tab_menu:nth-last-child(1) > .menu_title {
  border-bottom: none;
}
#get-more-container > .content_wrapper {
  width: 739px;
  padding: 50px;
  border-left: 1px solid #eee;
}
#get-more-container > .content_wrapper > .content_box .title {
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #333;
}
#get-more-container > .content_wrapper > .content_box .subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 600;
  margin: 50px 0 30px;
}
#get-more-container > .content_wrapper > .content_box > p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 20px 0;
}
#get-more-container > .content_wrapper > .solve_box {
  margin-top: 30px;
  border-top: 1px solid #eee;
}
#get-more-container > .content_wrapper > .solve_box > .txt {
  margin: 20px 0;
  font-size: 14px;
  color: #666;
}
#get-more-container > .content_wrapper > .solve_box > .button_box > a {
  display: inline-block;
  width: 48px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #FF9900;
  color: #FF9900;
  text-align: center;
  font-size: 14px;
}
#get-more-container > .content_wrapper > .solve_box > .button_box > #button-yes {
  margin-right: 5px;
}
