/* 滚动条 */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/*滚动条滑块*/

::-webkit-scrollbar-thumb {
  /*add by ayangly*/
  
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #cecece;
}
/*滚动条轨道*/

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  background: #eee;
}

.my_index_div_nav {
  border: 1px solid transparent;
  letter-spacing: 1px;
  cursor: pointer;
  color: #FFFFFF;
  float: left;
  /*   margin: 4px 0; */
  
  margin-right: 0;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
}

.my_index_hover_nav {
  border-bottom: 2px solid #E6A23C;
  background: transparent;
}

.index_list_selected_nav {
  border-bottom: 2px solid #E6A23C;
  background: transparent;
}

.user-avator {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 2px;
}

.user-avator img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.my_index_title {
  font-size: 26px;
  font-weight: 600;
}

.my_index_title:before {
  content: "";
  position: absolute;
  width: 350px;
  bottom: 0;
  left: 50%;
  margin-left: -175px;
  height: 1px;
  background: #ebebeb;
  margin-bottom: -5px
}

.my_index_bottom_title {
  margin-top: 24px;
  text-align: left;
  color: #E4E7ED;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
}

.my_index_bottom_text {
  /*   cursor: pointer; */
  
  text-align: left;
  margin-top: 10px;
  color: #E4E7ED;
}

.my_index_card {
  height: 100%;
  cursor: pointer;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  /*   box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
}

.my_index_card:hover {
  border-color: #E6A23C;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.my_index_card_img {
  /*   height: 100%; */
  
  height: 200px;
  width: 100%;
  padding: 3px;
  border-radius:8px;
}

.my_index_card_title {
  text-align: center;
  color: #606266;
  font-size: 18px;
  font-weight: 600;
}

.my_index_card_context {
  text-align: center;
  letter-spacing: 1px;
  margin: 0 4px;
  color: #606266;
  font-size: 12px;
}

.my_index_btn {
  float: right;
  width: 100px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.pt_download_btn {
  float: right;
  width: 100px;
}

.pt_download_row {
  margin-top: 26px;
  margin-left: 20px;
  color: #888;
}

.my_index_btn.btn-primary {
  background: #409EFF;
  border-color: #2d7bd2;
}

.my_index_btn.btn-primary:hover,
.my_index_btn.btn-primary:focus {
  background: #2d7bd2;
}

.my_index_ul {
  font-size: 13px;
  line-height: 34px;
}