.main {
  width: calc(100% - 96px);
  padding: 0 48px;
  padding-bottom: 39px; }

.myMdou {
  width: 100%;
  padding-top: 38px; }

.subtab:after {
  content: "";
  clear: both;
  display: block; }
.subtab li {
  float: left;
  line-height: 50px;
  text-align: center; }
  .subtab li a {
    display: block;
    padding: 0 38px;
    font-size: 14px;
    color: #888888; }

.subtab-ed a {
  border-bottom: 4px solid #485bb7;
  color: #444 !important; }

.dou-num-wrap {
  width: 100%;
  height: 108px;
  line-height: 108px;
  margin-top: 20px;
  position: relative;
  background: url(../images/mdou-num-bg.jpg) no-repeat;
  background-size: 100% 100%; }

.dou-num {
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 2px 3px rgba(255, 100, 40, 0.75); }
  .dou-num img {
    display: inline-block;
    vertical-align: middle; }

.dou-num-btns {
  position: absolute;
  right: 28px;
  top: 18px;
  line-height: 16px; }
  .dou-num-btns a {
    color: #fff;
    font-size: 12px; }
  .dou-num-btns span {
    margin: 0 12px;
    color: #fff;
    font-size: 12px; }

.myMdou-wrap {
  width: calc(100% - 84px);
  background: #fff;
  margin-top: 20px;
  padding: 0 42px;
  padding-bottom: 30px; }

.today-task {
  width: 100%;
  padding-top: 38px;
  padding-bottom: 24px; }
  .today-task h2 {
    font-size: 22px;
    color: #444;
    line-height: 26px; }
    .today-task h2 span {
      font-size: 16px;
      color: #999999;
      margin-left: 14px; }
    .today-task h2 em {
      color: #ff6428; }

.today-task-line-wrap {
  width: calc(100% - 21px);
  padding-left: 21px;
  margin-top: 66px; }
  .today-task-line-wrap:after {
    content: "";
    clear: both;
    display: block; }

.today-task-line {
  float: left;
  width: calc(100% - 109px);
  height: 6px;
  border-radius: 3px;
  background: #eeeeee;
  margin-top: 7px;
  position: relative; }

.today-task-line-txt {
  float: left;
  width: 109px;
  text-align: center;
  font-size: 14px;
  color: #999; }

.today-task-line-l {
  position: absolute;
  left: 0;
  height: 6px;
  border-radius: 3px;
  background: #ff6428; }

.today-task-line-yuan {
  position: absolute;
  width: 9px;
  height: 9px;
  right: -4.5px;
  top: 50%;
  margin-top: -4.5px;
  background: #ff6428;
  border-radius: 50%;
  box-shadow: 0 0 3px 3px rgba(255, 89, 69, 0.3); }

.today-task-line-top {
  position: absolute;
  width: 56px;
  height: 20px;
  background: #ff6428;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  left: 50%;
  margin-left: -28px;
  top: -33px; }
  .today-task-line-top:after {
    content: "";
    width: 11px;
    height: 5px;
    position: absolute;
    display: inline-block;
    background: url(../images/jiao5.png) no-repeat;
    left: 50%;
    margin-left: -5.5px;
    bottom: -5px; }

.task-tit {
  font-size: 18px;
  padding-top: 32px;
  color: #999999;
  padding-left: 21px;
  padding-bottom: 13px; }

.task-wrap:after {
  content: "";
  clear: both;
  display: block; }

.task-item:nth-child(even) {
  margin-right: 0; }

.task-item {
  width: calc(50% - 75px);
  height: 50px;
  padding: 14px 44px 14px 21px;
  margin-right: 20px;
  float: left;
  margin-bottom: 10px; }
  .task-item:hover {
    background: #f9f9f9; }
    .task-item:hover .go-task {
      border-color: #ff6428;
      background: #fff1ec;
      color: #ff6428; }
  .task-item dl {
    width: 100%;
    height: 100%; }
    .task-item dl:after {
      content: "";
      clear: both;
      display: block; }
  .task-item dt {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden; }
    .task-item dt img {
      display: inline-block;
      width: 100%;
      height: 100%; }
  .task-item dd {
    float: left;
    width: calc(100% - 66px);
    height: 100%;
    padding-left: 16px;
    display: table; }

.task-item-content {
  display: table-cell;
  vertical-align: middle;
  position: relative; }
  .task-item-content h3 {
    font-size: 16px;
    color: #333; }
    .task-item-content h3 span {
      color: #ff6428;
      margin-left: 8px; }
    .task-item-content h3 img {
      display: inline-block;
      vertical-align: middle; }
  .task-item-content p {
    font-size: 14px;
    color: #999999;
    padding-top: 5px; }

.go-task {
  position: absolute;
  width: 98px;
  height: 35px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  text-align: center;
  line-height: 35px;
  color: #999999;
  font-size: 16px;
  right: 0;
  top: 5px; }

.go-task-ed {
  background: transparent !important;
  border-color: transparent !important;
  color: #999999 !important; }

.shouzhi {
  width: 493px;
  max-height: 523px;
  padding-bottom: 57px;
  background: #fff;
  border-radius: 5px; }
  .shouzhi h2 {
    font-size: 18px;
    color: #444444;
    padding: 0 35px;
    padding-top: 32px;
    line-height: 26px;
    padding-bottom: 17px;
    border-bottom: 1px solid #f2f2f2; }
    .shouzhi h2:after {
      content: "";
      clear: both;
      display: block; }
    .shouzhi h2 span {
      float: right;
      padding: 0 8px;
      border: 1px solid #ff6428;
      background: #ffe5db;
      border-radius: 3px;
      font-size: 12px;
      color: #ff6428;
      position: relative; }
      .shouzhi h2 span:after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ff6428;
        left: -16px;
        top: 50%;
        margin-top: -4px; }

.some-content-related-div {
  width: 426px;
  margin: 0 auto; }

.some-content-related-div {
  max-height: 422px !important; }

.shouzhi-list {
  width: 398px; }
  .shouzhi-list li {
    height: 79px;
    position: relative;
    border-bottom: 1px solid #f2f2f2; }
    .shouzhi-list li h3 {
      padding-top: 22px;
      font-size: 16px;
      color: #565656; }
    .shouzhi-list li p {
      font-size: 12px;
      color: #999999;
      padding-top: 8px; }
    .shouzhi-list li span {
      position: absolute;
      right: 0;
      top: 34px;
      font-size: 14px;
      color: #444444; }
      .shouzhi-list li span em {
        color: #6cc557;
        font-size: 18px;
        margin-right: 4px; }

.reduce {
  color: #ff6428 !important; }

.changjianwenti {
  width: 493px;
  max-height: 523px;
  padding-bottom: 57px;
  background: #fff;
  border-radius: 5px; }
  .changjianwenti h2 {
    font-size: 18px;
    color: #444444;
    padding: 0 35px;
    padding-top: 32px;
    line-height: 26px;
    padding-bottom: 17px;
    border-bottom: 1px solid #f2f2f2; }
    .changjianwenti h2:after {
      content: "";
      clear: both;
      display: block; }

.changjianwenti-list {
  width: 100%;
  margin-top: 12px; }
  .changjianwenti-list:after {
    content: "";
    clear: both;
    display: block; }
  .changjianwenti-list dt {
    float: left;
    width: 24px;
    font-size: 16px;
    color: #ff6428;
    line-height: 26px; }
  .changjianwenti-list dd {
    float: left;
    width: calc(100% - 24px);
    font-size: 16px;
    color: #444;
    line-height: 26px; }
    .changjianwenti-list dd:after {
      content: "";
      clear: both;
      display: block; }
    .changjianwenti-list dd a {
      color: #ff6428; }

.c-renwu-list {
  width: 194px;
  float: left;
  margin-bottom: 23px; }
  .c-renwu-list:after {
    content: "";
    clear: both;
    display: block; }
  .c-renwu-list dt {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left; }
  .c-renwu-list dd {
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
    padding-right: 20px; }
    .c-renwu-list dd h5 {
      font-size: 16px;
      color: #444;
      line-height: 26px; }
    .c-renwu-list dd p {
      font-size: 16px;
      color: #ff6428;
      line-height: 24px; }
      .c-renwu-list dd p img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px; }

.m-msg {
  font-size: 16px;
  color: #444;
  line-height: 24px; }

#changjianwenti {
  width: 414px !important; }

.duihuan {
  width: 800px;
  max-height: 523px;
  padding-bottom: 57px;
  background: #fff;
  border-radius: 5px; }
  .duihuan h2 {
    font-size: 18px;
    color: #444444;
    padding: 0 35px;
    padding-top: 32px;
    line-height: 26px;
    padding-bottom: 17px;
    border-bottom: 1px solid #f2f2f2; }

.duihuan-content-related-div {
  padding: 0 35px;
  max-height: 442px;
  padding-top: 30px; }

.duihuan-tab {
  width: calc(100% - 5px);
  border: 1px solid #eef0f6; }
  .duihuan-tab:after {
    content: "";
    clear: both;
    display: block; }
  .duihuan-tab ul {
    border-bottom: 1px solid #eef0f6;
    background: #f7f8fa; }
    .duihuan-tab ul:after {
      content: "";
      clear: both;
      display: block; }
  .duihuan-tab li {
    float: left;
    text-align: center;
    font-size: 12px;
    color: #444;
    line-height: 54px;
    height: 54px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .duihuan-tab li:nth-child(1) {
    width: 105px; }
  .duihuan-tab li:nth-child(2) {
    width: 50px; }
  .duihuan-tab li:nth-child(3) {
    width: 70px; }
  .duihuan-tab li:nth-child(4) {
    width: 60px; }
    .duihuan-tab li:nth-child(4) img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 4px; }
  .duihuan-tab li:nth-child(5) {
    width: 110px; }
  .duihuan-tab li:nth-child(6) {
    width: 50px; }
  .duihuan-tab li:nth-child(7) {
    width: 70px; }

/*# sourceMappingURL=uc_new_mymdou.css.map */
