.container {
  width: 1415px;
  margin: auto;
}
#support-page .cont_1 {
  padding: 150px 0;
}
#support-page .cont_1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#support-page .cont_1 .container .left {
  width: 48%;
  margin: 0;
}
#support-page .cont_1 .container .left a {
  width: 100%;
  display: block;
}
#support-page .cont_1 .container .left a img {
  width: 100%;
  display: block;
}
#support-page .cont_1 .container .right {
  width: 48%;
}
#support-page .cont_1 .container .right .title {
  display: flex;
  align-items: center;
}
#support-page .cont_1 .container .right .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_1 .container .right .title .img img {
  width: 50%;
}
#support-page .cont_1 .container .right .title .text {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 36px;
  margin-left: 25px;
}
#support-page .cont_1 .container .right .des {
  margin-top: 30px;
  font-family: 'Quattrocento-Regular';
  color: #666666;
  font-size: 16px;
}
#support-page .cont_1 .container .right .list_cont {
  margin-top: 40px;
}
#support-page .cont_1 .container .right .list_cont .list {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
#support-page .cont_1 .container .right .list_cont .list i {
  color: #bd6f51;
  margin-top: 5px;
}
#support-page .cont_1 .container .right .list_cont .list span {
  font-family: 'Quattrocento-Regular';
  color: #666666;
  margin-left: 10px;
}
#support-page .cont_2 {
  padding: 90px 0;
  background-color: #fdf7f0;
}
#support-page .cont_2 .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#support-page .cont_2 .container .s_img{
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 380px;
}
#support-page .cont_2 .container .list_1 {
  width: 40%;
}
#support-page .cont_2 .container .list_1 .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#support-page .cont_2 .container .list_1 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_2 .container .list_1 .title .img img {
  width: 50%;
}
#support-page .cont_2 .container .list_1 .title .text {
  width: 375px;
  margin-left: 25px;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 34px;
}
#support-page .cont_2 .container .list_1 .des {
  color: #666666;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
  margin-top: 30px;
}
#support-page .cont_2 .container .list_1 .list_2 {
  height: 100%;
  width: 80%;
  margin-left: auto;
}
#support-page .cont_2 .container .list_1:nth-child(4) {
  margin-top: 20px;
}
#support-page .cont_2 .container .list_2 {
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.192);
  width: 28%;
  margin-left: 2%;
  padding: 40px 60px;
}
#support-page .cont_2 .container .list_2 img {
  width: 60px;
}
#support-page .cont_2 .container .list_2 .title {
  margin-top: 20px;
  font-family: 'PlayfairDisplay-Bold';
  font-size: 24px;
  color: #333333;
}
#support-page .cont_2 .container .list_2 .des {
  margin-top: 20px;
  color: #666666;
  font-family: 'Quattrocento-Regular';
  font-size: 16px;
}
#support-page .cont_2 .container .list_2:nth-child(5) {
  margin-top: 20px;
}
#support-page .cont_3 {
  margin-top: 130px;
}
#support-page .cont_3 .container .title {
  display: flex;
  align-items: center;
}
#support-page .cont_3 .container .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_3 .container .title .img img {
  width: 50%;
}
#support-page .cont_3 .container .title .text {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 50px;
  margin-left: 25px;
}
#support-page .cont_3 .container .list_cont {
  margin-top: 60px;
  display: flex;
}
#support-page .cont_3 .container .list_cont .list {
  transition: all 0.5s;
  width: 25%;
}
#support-page .cont_3 .container .list_cont .list:last-child .top div {
  border: none;
}
#support-page .cont_3 .container .list_cont .list:hover {
  background-color: rgb(253 247 240);
}
#support-page .cont_3 .container .list_cont .list:hover .top {
  color: #bd6f51;
}
#support-page .cont_3 .container .list_cont .list .top {
  transition: all 0.5s;
  color: #999999;
  font-size: 18px;
  font-family: 'PlayfairDisplay-Bold';
  text-align: center;
  background-color: #fdf7f0;
  padding: 20px 0;
}
#support-page .cont_3 .container .list_cont .list .top div {
  padding: 5px 0;
  border-right: 1px solid #ccc;
}
#support-page .cont_3 .container .list_cont .list > img {
  width: 90%;
  margin: auto;
  display: block;
  margin-top: 20px;
}
#support-page .cont_3 .container .list_cont .list .des {
  width: 90%;
  margin: auto;
  margin-top: 25px;
  font-family: 'Quattrocento-Regular';
  color: #666666;
  font-size: 16px;
}
#support-page .cont_4 {
  margin-top: 130px;
}
#support-page .cont_4 .container {
  width: 1600px;
  margin: 0;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#support-page .cont_4 .container .left {
  width: 48%;
}
#support-page .cont_4 .container .left .title {
  display: flex;
  align-items: center;
}
#support-page .cont_4 .container .left .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_4 .container .left .title .img img {
  width: 50%;
}
#support-page .cont_4 .container .left .title .text {
  font-family: 'PlayfairDisplay-Regular';
  margin-left: 25px;
  font-size: 50px;
}
#support-page .cont_4 .container .left .list_cont {
  max-height: 550px;
  overflow-y: auto;
}
#support-page .cont_4 .container .left .list_cont::-webkit-scrollbar-thumb{
  background: #bd6f51;
}
#support-page .cont_4 .container .left .list_cont .list {
  flex-wrap: wrap;
  margin-top: 40px;
  background-color: #fdf7f0;
  display: flex;
  justify-content: space-between;
}
#support-page .cont_4 .container .left .list_cont .list div {
  width: 90%;
  font-size: 20px;
  line-height: 25px;
  font-family: 'PlayfairDisplay-Bold';
  color: #666666;
  padding: 25px;
}
#support-page .cont_4 .container .left .list_cont .list .open_btn {
  width: 10%;
  overflow: hidden;
}
#support-page .cont_4 .container .left .list_cont .list .open_btn i {
  font-size: 24px;
  color: #666666;
  cursor: pointer;
}
#support-page .cont_4 .container .left .list_cont .list .open_btn i:last-child {
  display: none;
}
#support-page .cont_4 .container .left .list_cont .list .content {
  width: 100%;
  display: none;
  font-family: 'Quattrocento-Regular';
  color: #666666;
  background-color: #fff;
}
#support-page .cont_4 .container .left .list_cont .active {
  background-color: #c18d7a;
}
#support-page .cont_4 .container .left .list_cont .active div {
  color: #fff;
}
#support-page .cont_4 .container .left .list_cont .active .open_btn i {
  color: #fff;
}
#support-page .cont_4 .container .right {
  width: 48%;
}
#support-page .cont_5 {
  margin-top: 180px;
}
#support-page .cont_5 .container {
  width: 1730px;
  margin: 0;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#support-page .cont_5 .container .left {
  width: 60%;
  background-color: #fdf7f0;
  padding: 90px ;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#support-page .cont_5 .container .left .list {
  width: 21%;
  position: relative;
}
#support-page .cont_5 .container .left .list div:last-child{
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_5 .container .left .list div:last-child a{
  color: #fff;
  display: block;
  padding: 5px 15px;
  transform: translateY(100%) scale(0);
  opacity: 0;
  transition: all .5s;
  margin-top: -50px;
}
#support-page .cont_5 .container .left .list div:last-child:hover a{
  opacity: 1;
  transform: translateY(0) scale(1);
}
#support-page .cont_5 .container .left .list div:last-child a:focus{
  background: #bd6f51;
}
#support-page .cont_5 .container .left .list img {
  width: 100%;
}
#support-page .cont_5 .container .left .list div {
  text-align: center;
  font-family: 'PlayfairDisplay-Regular';
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
#support-page .cont_5 .container .right {
  width: 35%;
}
#support-page .cont_5 .container .right .title {
  display: flex;
  flex-wrap: wrap;
  font-family: 'PlayfairDisplay-Regular';
}
#support-page .cont_5 .container .right .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_5 .container .right .title .text {
  font-size: 40px;
  width: 100%;
}
#support-page .cont_6 {
  margin: 130px 0;
}
#support-page .cont_6 .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_6 .container .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support-page .cont_6 .container .title .text {
  font-size: 50px;
  font-family: 'PlayfairDisplay-Regular';
  margin-left: 25px;
}
@media (max-width: 1600px) {
  #support-page .cont_4 .container {
    width: 100%;
  }
  #support-page .cont_5 .container {
    width: 100%;
  }
}
@media (max-width: 1360px) {
  .container {
    width: 100%;
  }
  #support-page .cont_1 .container{
    padding: 0 10px;
  }
  #support-page .cont_2 .container .s_img{
    left: 20px;
  }
  #support-page .cont_5 .container .left .list div:last-child a{
    margin-top: -4vw;
  }
}
@media (max-width: 1024px) {
  #support-page .cont_1 {
    padding: 60px 0;
  }
  #support-page .cont_2 .container .list_2 {
    padding: 30px;
  }
  #support-page .cont_3 {
    margin-top: 60px;
  }
  #support-page .cont_4 {
    margin-top: 60px;
  }
  #support-page .cont_4 .container {
    flex-wrap: wrap;
  }
  #support-page .cont_4 .container .left {
    width: 100%;
  }
  #support-page .cont_4 .container .right {
    display: none;
  }
  #support-page .cont_5 {
    margin-top: 60px;
  }
  #support-page .cont_5 .container .left {
    padding: 50px;
  }
  #support-page .cont_5 .container .left .list div:last-child a{
    font-size: 12px;
  }
  #support-page .cont_6 {
    margin: 60px 0;
  }
}
@media (max-width: 768px) {
  #support-page .cont_2 .container .s_img{
    display: none;
  }
  #support-page .cont_1 .container {
    flex-wrap: wrap;
  }
  #support-page .cont_1 .container .left {
    width: 100%;
  }
  #support-page .cont_1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #support-page .cont_1 .container .right .title {
    justify-content: center;
  }
  #support-page .cont_1 .container .right .title .img {
    width: 30px;
    height: 30px;
  }
  #support-page .cont_1 .container .right .title .text {
    font-size: 20px;
    margin-left: 10px;
  }
  #support-page .cont_2 {
    padding: 40px 0;
  }
  #support-page .cont_2 .container .list_1 {
    width: 100%;
  }
  #support-page .cont_2 .container .list_1 .title {
    justify-content: center;
  }
  #support-page .cont_2 .container .list_1 .title .img {
    width: 30px;
    height: 30px;
  }
  #support-page .cont_2 .container .list_1 .title .text {
    font-size: 20px;
    margin-left: 10px;
  }
  #support-page .cont_2 .container .list_2 {
    width: 48%;
  }
  #support-page .cont_2 .container .list_2 {
    text-align: center;
    margin-top: 20px;
  }
  #support-page .cont_2 .container .list_1:nth-child(4) {
    width: 48%;
    margin-left: 2%;
  }
  #support-page .cont_2 .container .list_1:nth-child(4) .list_2 {
    margin-top: 0;
    width: 100%;
  }
  #support-page .cont_3 {
    margin-top: 20px;
  }
  #support-page .cont_3 .container .title {
    justify-content: center;
  }
  #support-page .cont_3 .container .title .img {
    width: 30px;
    height: 30px;
  }
  #support-page .cont_3 .container .title .text {
    margin-left: 10px;
    font-size: 20px;
  }
  #support-page .cont_3 .container .list_cont {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  #support-page .cont_3 .container .list_cont .list {
    width: 50%;
    margin-top: 20px;
  }
  #support-page .cont_3 .container .list_cont .list:nth-child(2) .top div {
    border: none;
  }
  #support-page .cont_4 {
    margin-top: 40px;
  }
  #support-page .cont_4 .container .left .title {
    justify-content: center;
  }
  #support-page .cont_4 .container .left .title .img {
    width: 30px;
    height: 30px;
  }
  #support-page .cont_4 .container .left .title .text {
    font-size: 20px;
    margin-left: 15px;
  }
  #support-page .cont_4 .container .left .list_cont .list {
    margin-top: 20px;
  }
  #support-page .cont_4 .container .left .list_cont .list div {
    font-size: 16px;
    padding: 15px;
  }
  #support-page .cont_5 .container {
    flex-wrap: wrap;
  }
  #support-page .cont_5 .container .right {
    width: 100%;
    order: -1;
  }
  #support-page .cont_5 .container .right .title {
    display: flex;
    justify-content: center;
  }
  #support-page .cont_5 .container .right .title .img {
    width: 30px;
    height: 30px;
  }
  #support-page .cont_5 .container .right .title .img img {
    width: 50%;
  }
  #support-page .cont_5 .container .right .title .text {
    width: auto;
    font-size: 20px;
    margin-left: 15px;
  }
  #support-page .cont_5 .container .left {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  #support-page .cont_6 .container .title {
    justify-content: center;
  }
  #support-page .cont_6 .container .title .img {
    width: 30px;
    height: 30px;
  }
  #support-page .cont_6 .container .title .img img {
    width: 50%;
  }
  #support-page .cont_6 .container .title .text {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  
  .container {
    padding: 0 10px;
  }
  #support-page .cont_1 {
    padding: 20px 0;
  }
  #support-page .cont_1 .container .right .des {
    margin-top: 15px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }
  #support-page .cont_1 .container .right .list_cont {
    margin-top: 20px;
  }
  #support-page .cont_1 .container .right .list_cont .list {
    font-size: 12px;
  }
  #support-page .cont_1 .container .right .list_cont .list i {
    margin-top: 3px;
  }
  #support-page .cont_1 .container .right .list_cont .list span {
    margin-left: 5px;
  }
  #support-page .cont_1 .container .right .title {
    flex-wrap: wrap;
  }
  #support-page .cont_1 .container .right .title .text {
    text-align: center;
  }
  #support-page .cont_2 .container .list_2 {
    padding: 10px;
    width: 100%;
    margin-left: 0;
  }
  #support-page .cont_2 .container .list_1:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
  #support-page .cont_2 .container .list_2 img {
    width: 30px;
  }
  #support-page .cont_2 .container .list_2 .title {
    font-size: 16px;
    margin-top: 10px;
  }
  #support-page .cont_2 .container .list_2 .des {
    font-size: 12px;
    margin-top: 10px;
  }
  #support-page .cont_3 .container .list_cont .list {
    width: 100%;
    margin-top: 10px;
  }
  #support-page .cont_3 .container .list_cont .list .top div {
    border: none;
  }
  #support-page .cont_3 .container .title {
    flex-wrap: wrap;
  }
  #support-page .cont_3 .container .title .text {
    text-align: center;
  }
  #support-page .cont_3 .container .list_cont .list .top {
    font-size: 14px;
    padding: 10px 0;
  }
  #support-page .cont_3 .container .list_cont .list .des {
    margin-top: 15px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }
  #support-page .cont_4 .container .left .title {
    flex-wrap: wrap;
  }
  #support-page .cont_4 .container .left .title .text {
    text-align: center;
  }
  #support-page .cont_4 .container .left .list_cont .list {
    margin-top: 10px;
  }
  #support-page .cont_4 .container .left .list_cont .list div {
    padding: 5px;
    font-size: 12px;
  }
  #support-page .cont_4 .container .left .list_cont .list .open_btn i {
    font-size: 18px;
  }
  #support-page .cont_5 .container .left {
    flex-wrap: wrap;
    padding: 10px;
  }
  #support-page .cont_5 .container .left .list div {
    font-size: 12px;
    margin-top: 10px;
  }
  #support-page .cont_5 .container .left .list {
    margin-top: 10px;
    width: 80%;
  }
  #support-page .cont_5 .container .left .list div:last-child{
    justify-content: flex-end;
    align-items: flex-end;
  }
  #support-page .cont_5 .container .left .list div:last-child a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    transform: translateY(-38px) scale(1);
    opacity: 1;
    margin-top: -50px;
    left: 0;
    bottom: 0;
}
  #support-page .cont_5 .container .left .list div:last-child:hover a{
    transform: translateY(-38px) scale(1);
  }
  #support-page .cont_6 {
    margin: 20px 0;
  }
  #support-page .cont_6 .container .title {
    flex-wrap: wrap;
  }
  #support-page .cont_6 .container .title .text {
    margin-left: 0;
    text-align: center;
  }
}
