﻿@charset "utf-8";

/* 侧边 */
.Help_left_box_big{
    float: left;
    width: 240px;
    border:1px solid #dadada;
}

.Help_menu{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 17px;
    right: 10px;
    background-image: url(../images/Help/Help_menu.png);
    cursor: pointer;
}
.VerticalMenu_box_big > li{
    border-bottom: 1px solid #dadada;
  }
  .VerticalMenu_box_big > li:nth-child(3){
    border-bottom: 0px solid #dadada;
  }
.fa-lg{color: #9a9a9a;}
.subNavBox_ctn_title{
    position: relative;
    font-size: 16px;
    color: #181818;
    padding: 0 36px;
    font-weight: bold;
    line-height: 50px;
}

.subNavBox_ctn_title::before{
    position: absolute;
    content: ""; 
    height: 14px;
    width: 14px;
    background-image: url(../images/Help/Question.png);
    left: 14px;
    top: 18px;
}

  .VerticalMenu > div > div:first-child {
    position: relative;
    height: 40px;
    font-size: 17px;
    color: #fff;
    line-height: 40px;
	transition: background-color 0.4s linear;
    
  }
  .VerticalMenu > div > div:first-child > a{
    position: relative;
      display: block;
      font-size: 14px;
      color: #666;
      padding-left: 21px;
      border-left: 4px solid #fff;

  }
  .VerticalMenu > div > div:first-child >  .on{
    background-color: #fafafa;
    color: #f14b4b;
    border-left: 4px solid #f14b4b;
  }
  
  /* .VerticalMenu > div > div:first-child > .on::before{
    position: absolute;
    content: ""; 
    width: 4px;
    height: 40px;
    background-color: #f14b4b;
    left: 0;
  } */
  .VerticalMenu > div > div:first-child > a:hover{
    background-color: #fafafa;
    color: #f14b4b;
    border-left: 4px solid #f14b4b;
  }
  .VerticalMenu > div > div:first-child > i:last-child {
    position: absolute;
    line-height: 36px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
    top: 2px;
    right: 15px;

  }
  .VerticalMenu > div > div:last-child {
    width: 100%;
    display: none;
  }
  .VerticalMenu > div > div:last-child > div {
    font-size: 15px;
    transition: background-color 0.1s linear;
    text-align: center;
    line-height: 40px;

  }
  .VerticalMenu > div > div:last-child > div  > div > a{
    display: block;
	  padding-right: 10px;
    font-size: 16px;
    text-align: left;
    font-size: 14px;
    color:#666;
    padding-left: 40px;

  }
  .VerticalMenu > div > div:last-child > div > div > a:hover{
    color: #f14b4b;
  }
  .VerticalMenu > div > div:last-child > div > div > .on{
    color: #f14b4b;
  }
  /* .VerticalMenu > div > div:last-child > div > div > a:hover{
      background-color: #e0e0e0;
  } */

  .VerticalMenu > div:last-child::after {
    display: block;
    clear: both;
  }
  /* .VerticalMenu > div > div > a{
	  background-repeat: no-repeat;
	  background-position-y: 16px;
  } */
  .subNav{
    background-repeat: no-repeat;
    background-position-y: 16px;
    background-position-x: 216px;
    background-image: url(../images/Help/jiantou1.jpg);
  }
  .currentDt{
    background-repeat: no-repeat;
    background-position-y: 16px;
    background-position-x: 216px;
    background-image: url(../images/Help/jiantou.jpg);
  }

  /* 新手指南手机端 */

  .Novice_link{
    display: block;
    width: 45%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border:1px solid #f14b4b;
    color: #f14b4b;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 15px;
  }