@charset "UTF-8";
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif; }

i {
  font-style: normal !important; }

b {
  font-weight: 500; }

.clear {
  display: none;
  clear: both; }

.datetimepicker {
  margin-top: 36px !important; }

.modal {
  z-index: 10003; }

.modal-backdrop {
  z-index: 10002; }

body {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif !important;
  background: no-repeat #F5F5F5;
  background-position: 0 800px;
  background-size: 100% auto;
  margin-top: 36px; }

@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
    background: transparent !important; } }
@media (max-width: 980px) {
  body {
    font-size: 12px; } }
div .float-l {
  float: left; }
div .float-r {
  float: right; }

/**禁止选择文本**/
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/ }

.a-href {
  cursor: pointer; }

a {
  color: #333;
  cursor: pointer; }

a:hover {
  color: #666;
  text-decoration: none; }

.quick {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important; }

.middleTxt {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  display: -webkit-box;
  display: -moz-box; }

.content-box {
  max-width: 1060px;
  width: 96%;
  margin: auto; }

/***
  按钮
**/
.btn-red {
  background: transparent;
  background-color: #EB454F !important;
  text-shadow: none;
  color: #f2f2f2 !important;
  border: 5px; }
  .btn-red:hover {
    background-color: #D73240 !important; }
  .btn-red:active {
    background-color: #b3232f !important; }

.tab-click, .tab-click-disabled {
  list-style: none;
  width: 100%;
  display: inline-block;
  margin: 0;
  color: #666; }
  .tab-click li, .tab-click-disabled li {
    background-color: #fff;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    float: left;
    line-height: 28px;
    padding: 0 10px 0 10px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 2px; }
  .tab-click .click, .tab-click-disabled .click {
    border: 1px solid #D73240;
    color: #D73240;
    line-height: 28px;
    background: url(../img/jb.png) right bottom no-repeat;
    background-size: 10px auto;
    background-color: #fff; }

/**logo**/
.logo-full .txt {
  margin-left: 11px;
  height: 91%;
  float: left; }
.logo-full .img {
  height: 95%;
  float: left; }
.logo-full .title {
  height: 100%;
  float: left; }
  .logo-full .title i {
    height: 100%;
    background-color: #666;
    float: left;
    width: 1px;
    margin: 0 20px 0 20px; }
  .logo-full .title span {
    position: relative;
    height: 100%;
    display: inline-block;
    width: 150px; }
    .logo-full .title span b {
      font-size: 20px;
      font-weight: 400;
      position: absolute;
      bottom: 30%; }
@media (max-width: 980px) {
  .logo-full .title span b {
    font-size: 18px;
    bottom: 0; } }
@media (max-width: 767px) {
  .logo-full .title i {
    margin: 0 5px 0 5px; }
  .logo-full .title span b {
    font-size: 12px;
    bottom: 0; } }

/**顶部**/
.head-tab {
  width: 100%;
  top: 0;
  background-color: #fff;
  position: fixed !important;
  z-index: 10001;
  line-height: 36px;
  height: 36px; }
  .head-tab .float-l {
    color: #000;
    font-family: "黑体";
    cursor: pointer;
    background: url(../img/01.png) no-repeat 5px;
    padding-left: 25px; }
    .head-tab .float-l i {
      float: right;
      margin-left: 5px;
      width: 20px;
      height: 36px;
      background: url(../img/03.png) no-repeat left; }
    .head-tab .float-l ul {
      position: absolute;
      display: none;
      padding: 0;
      background-color: #fff;
      z-index: 10002;
      max-width: 180px;
      margin-left: -25.5px;
      list-style-type: none;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .head-tab .float-l ul li {
        float: left;
        width: 60px;
        text-align: center;
        line-height: 30px; }
      .head-tab .float-l ul li.open {
        background-color: rgba(222, 85, 97, 0.8); }
        .head-tab .float-l ul li.open a {
          color: #fff; }
      .head-tab .float-l ul li:hover {
        background-color: rgba(222, 85, 97, 0.8); }
        .head-tab .float-l ul li:hover a {
          color: #fff; }
    .head-tab .float-l:hover {
      background-color: #fff;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .head-tab .float-l:hover ul {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: inherit; }
  .head-tab .float-r {
    letter-spacing: 0.4px;
    line-height: 36px;
    background: url(../img/02.png) no-repeat left;
    padding-left: 23px; }
    .head-tab .float-r b {
      font-weight: 400; }
  .head-tab .nav-bar-right span {
    padding-top: 0 !important; }
  .head-tab .nav-bar-right img {
    width: 30px !important;
    margin-top: 8px !important; }

.banner .banner-img {
  width: 100%; }

/**
  导航条
***/
.nav-bar {
  position: fixed;
  top: 36px;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .nav-bar .content-box {
    position: relative;
    height: 70px; }
    .nav-bar .content-box .logo-full {
      height: 52%;
      float: left;
      position: relative;
      top: 24%; }
  .nav-bar ul {
    float: left;
    padding: 0;
    margin: 26px 0 0 26px; }
    .nav-bar ul li {
      list-style-type: none;
      text-align: center;
      width: 80px;
      cursor: pointer;
      float: left;
      margin-right: 35px; }
      .nav-bar ul li span {
        width: 100%;
        display: inline-block; }
      .nav-bar ul li i {
        display: none;
        background-color: #D73240;
        height: 3px;
        width: 20px; }
    .nav-bar ul li.click {
      color: #D73240; }
      .nav-bar ul li.click i {
        display: inline-block; }
    .nav-bar ul li:hover {
      color: #D73240; }
      .nav-bar ul li:hover i {
        display: inline-block; }

.nav-bar-right {
  position: absolute;
  height: 100%;
  right: 0;
  font-size: 14px !important;
  background: url(../img/04.png) no-repeat left;
  background-size: 14px;
  padding-left: 23px; }
  .nav-bar-right span {
    letter-spacing: 2px;
    padding-top: 25px;
    float: left; }
    .nav-bar-right span b {
      color: #D73240;
      font-weight: 500; }
  .nav-bar-right i {
    width: 0px;
    height: 12px;
    background-color: #999;
    display: inline-block;
    margin: 0 0 0 5px; }
  .nav-bar-right .tx {
    position: relative;
    top: -10px; }
    .nav-bar-right .tx img {
      width: 38px;
      position: relative;
      cursor: pointer;
      border-radius: 50%;
      margin-right: 7px; }
    .nav-bar-right .tx .popover {
      display: none;
      width: 115px;
      top: 100%;
      left: -85px;
      height: auto;
      border: 0;
      border-radius: 3px; }
      .nav-bar-right .tx .popover.bottom {
        background: transparent;
        background-color: #fff; }
      .nav-bar-right .tx .popover .arrow {
        left: 100px; }
      .nav-bar-right .tx .popover .mask {
        position: absolute;
        width: 100%;
        height: 30px;
        top: -30px;
        cursor: pointer; }
      .nav-bar-right .tx .popover .list {
        padding-top: 5px;
        margin: 0;
        font-size: 12px;
        top: 15px; }
        .nav-bar-right .tx .popover .list p {
          text-align: center;
          width: 100%;
          margin: 0;
          line-height: 25px;
          float: left; }
          .nav-bar-right .tx .popover .list p:hover a {
            color: #D73240; }
    .nav-bar-right .tx:hover img {
      opacity: 0.8; }
    .nav-bar-right .tx:hover .popover {
      display: block; }

@media (max-width: 980px) {
  .nav-bar-right span {
    padding-top: 14px; }
  .nav-bar-right .tx img {
    width: 30px; }

  .nav-bar {
    font-size: 12px;
    height: 50px; }
    .nav-bar ul {
      margin-bottom: 0 !important;
      margin: 10px 0; }
    .nav-bar .content-box {
      height: 100%; } }
@media (max-width: 767px) {
  .nav-bar-right .tx {
    top: -5px; }
  .nav-bar-right span {
    padding-top: 8px; }

  .nav-bar {
    font-size: 12px;
    height: 35px; }
    .nav-bar ul {
      position: absolute;
      top: 0;
      margin: 0;
      left: 55px; }
      .nav-bar ul li {
        line-height: 35px;
        width: auto;
        height: 35px;
        margin-right: 0;
        padding: 0 12px 0 12px; }
        .nav-bar ul li.click, .nav-bar ul li:hover, .nav-bar ul li:active {
          color: #fff;
          background-color: #D73240;
          opacity: 0.8; }
          .nav-bar ul li.click a, .nav-bar ul li:hover a, .nav-bar ul li:active a {
            color: #fff; }
          .nav-bar ul li.click i, .nav-bar ul li:hover i, .nav-bar ul li:active i {
            display: none; } }
@media (max-width: 360px) {
  .nav-bar ul li {
    padding: 0 7px 0 7px; } }
/**
   大标题
**/
.content-title {
  clear: both;
  text-align: center;
  padding: 80px 0 50px 0; }
  .content-title h4 {
    margin: 0 7px 0 7px;
    font-weight: 400; }
  .content-title i {
    margin: 0 5px 0 5px; }
  .content-title b, .content-title i, .content-title h4 {
    display: inline; }
  .content-title b {
    background: url(../img/07.png) no-repeat;
    width: 100px;
    height: 20px;
    background-size: auto 100px; }
  .content-title .r {
    transform: scale(-1); }
  .content-title hr {
    border: 1px solid #000;
    width: 20px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 10px; }
  .content-title div {
    color: #999; }

@media (max-width: 980px) {
  .content-title {
    padding: 1% 0 1% 0; }
    .content-title img {
      width: 50px; }
    .content-title div {
      font-size: 10px; }
    .content-title hr {
      margin-top: 4px;
      margin-bottom: 4px; } }
@media (max-width: 767px) {
  .content-title h4 {
    font-size: 14px; } }
/**
  底部
**/
.bottom {
  width: 100%;
  height: 360px;
  background-size: 100% 100%; }
  .bottom .content-box ul {
    display: inline-block;
    list-style: none;
    float: left;
    width: 45%;
    margin-top: 3%;
    padding-bottom: 2%; }
    .bottom .content-box ul li {
      background-image: none !important;
      background: no-repeat left top;
      float: left;
      padding-left: 10%;
      width: 23%; }
      .bottom .content-box ul li a {
        display: block;
        margin-bottom: 8px;
        color: #333; }
      .bottom .content-box ul li .first {
        font-size: 16px;
        margin-bottom: 16px;
        color: #333; }
  .bottom .content-box .code {
    float: left;
    margin-top: 2%;
    padding: 0 5% 2% 5%; }
    .bottom .content-box .code span {
      background-color: #fff;
      display: inline-block;
      padding: 10px; }
      .bottom .content-box .code span img {
        width: 120px;
        height: 120px; }
  .bottom .content-box .end {
    float: left;
    margin-top: 3%;
    width: 28%;
    font-weight: 200 !important; }
    .bottom .content-box .end i {
      color: #333;
      font-size: 18px;
      font-weight: 700; }
    .bottom .content-box .end .first {
      font-size: 14px;
      margin-bottom: 16px; }
  .bottom .txt {
    bottom: 10px;
    clear: both;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    margin-top: 5%; }

@media (max-width: 980px) {
  .bottom ul {
    margin-left: 0 !important; }
  .bottom .txt {
    width: 100% !important;
    text-align: center;
    margin-top: 14%; } }
@media (max-width: 767px) {
  .bottom {
    height: 325px; }
    .bottom ul {
      width: 55% !important;
      padding-right: 5px !important; }
      .bottom ul li {
        font-size: 12px;
        width: 30% !important;
        padding-left: 0 !important;
        background: transparent !important; }
    .bottom .end {
      clear: both;
      text-align: right;
      width: 95% !important;
      text-align: left !important;
      padding: 0 !important;
      position: relative;
      float: none !important; }
    .bottom .code {
      float: right !important;
      border: 0 !important; }
      .bottom .code img {
        width: 80px !important;
        height: 80px !important; }
    .bottom .txt {
      width: 85% !important;
      text-align: left;
      margin: 0 0 10px 0;
      padding-left: 2%;
      padding-top: 5%; } }
.bottom-other {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 90px; }
  .bottom-other .content-box div {
    float: left;
    width: 20%;
    height: 100%;
    margin-top: 25px;
    background: no-repeat left center;
    background-size: 10%; }
    .bottom-other .content-box div p, .bottom-other .content-box div h5 {
      margin: 0;
      padding: 0; }
    .bottom-other .content-box div p {
      font-size: 12px;
      color: #999; }
    .bottom-other .content-box div img {
      float: left;
      margin: 5px 5px 0 0; }

@media (max-width: 980px) {
  .bottom-other {
    height: auto; }
    .bottom-other .content-box div {
      text-align: center; }
      .bottom-other .content-box div img {
        float: none; }
      .bottom-other .content-box div h5 {
        font-size: 12px; }
      .bottom-other .content-box div p {
        padding-right: 2px;
        font-size: 10px; } }
/*********alert**********/
.alert {
  width: 400px;
  border-radius: 6px;
  text-align: center;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  left: 50%;
  margin-left: -200px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #758392;
  padding: 10px 10px 35px 10px;
  z-index: 100001; }
  .alert .alert-btn {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    .alert .alert-btn a {
      background-color: #f5f5f5;
      border: 1px solid #E4E4E4;
      color: #666;
      margin-left: 10px;
      margin-right: 10px;
      padding: 5px 2rem;
      background-color: transparent; }
      .alert .alert-btn a:active {
        background-color: gainsboro; }
    .alert .alert-btn .alert-yes {
      background-color: #EB454F;
      color: #fff; }
      .alert .alert-btn .alert-yes:active {
        background-color: #e41925; }
  .alert .img {
    width: 57px;
    margin: 15px auto 10px auto; }
  .alert p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 25px;
    color: #34404b;
    margin-bottom: 5px; }
  .alert .c {
    width: 12px;
    height: 12px;
    background: url(../img/close1.png) no-repeat 0 0;
    cursor: pointer;
    float: right; }
    .alert .c:hover {
      opacity: 0.5; }
  .alert.successAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.warningAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.errAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.loadingAlert {
    display: none;
    width: 10% !important;
    margin-top: 0;
    padding: 1%;
    margin-left: 0;
    left: 41%;
    top: 30%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
  .alert.confirmAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed; }
    .alert.confirmAlert img {
      float: left;
      margin-left: 5%; }
    .alert.confirmAlert p {
      float: left;
      text-align: left;
      margin-left: 20px; }
  .alert.promptAlert {
    display: none; }
  .alert.readyAlert {
    display: none; }
  .alert.msgAlert {
    display: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 50% !important;
    width: auto;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border: 0;
    padding: 10px 20px; }
    .alert.msgAlert p {
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      display: inline;
      text-align: left;
      color: #fff; }
  .alert.alertMaking {
    display: none;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 0; }
  @media (max-width: 767px) {
    .alert {
      width: 80%;
      left: 7%;
      margin-left: 0; }
      .alert p {
        font-size: 18px; }
      .alert.confirmAlert img {
        margin-left: 5px; } }

.table {
  border: 1px solid #E4E4E4;
  display: inline-block; }
  .table .table-title {
    color: #666; }
  .table .table-head span {
    background-color: #F5F5F5; }
  .table div input {
    margin-top: -1px; }
  .table div span {
    width: 17%;
    float: left;
    border-bottom: 1px solid #E4E4E4;
    line-height: 40px;
    display: inline-block;
    height: 40px; }
    .table div span i {
      float: left;
      margin-left: 20px;
      height: 10px; }
  .table div .last {
    width: 15%; }
  .table div .first {
    width: 8%; }
  .table div .second {
    width: 26%; }
    .table div .second .icon {
      width: 30%;
      float: left;
      margin-top: 25px;
      height: auto; }
  .table .td {
    display: inline-block;
    width: 100%; }
    .table .td:last-child span {
      border: 0; }
    .table .td span {
      height: 120px;
      line-height: 120px; }
    .table .td .right {
      float: left;
      height: 100%;
      padding-top: 15px;
      padding-left: 10px; }
    .table .td .box {
      padding-top: 15px; }
    .table .td p {
      font-size: 12px;
      color: #999;
      margin-top: 10px;
      line-height: 15px;
      margin-bottom: 0; }
      .table .td p img {
        width: 18px;
        cursor: pointer; }
      .table .td p b {
        color: #D73240;
        cursor: default; }
  .table .package {
    border-bottom: 1px solid #E4E4E4; }
    .table .package .table-title span {
      border: 0; }
    .table .package .td span {
      border: 0;
      border-top: 1px dashed #E4E4E4; }
  .table .end span {
    height: 50px; }
  .table .end em {
    color: #D73240;
    font-style: normal; }
  .table .end .first {
    width: 12%;
    line-height: 50px; }
  .table .end .second {
    width: 22%;
    line-height: 50px; }
  .table .end .price a {
    color: #D73240;
    font-size: 20px; }
    .table .end .price a b {
      font-size: 14px; }
  .table .end .price p {
    line-height: 14px;
    font-size: 12px;
    margin: 0;
    margin-top: 6px; }
  .table .end .last div {
    background-color: #D73240;
    color: #fff;
    float: right;
    width: 55%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer; }
    .table .end .last div:hover {
      background-color: #c82735; }
    .table .end .last div:active {
      background-color: #b3232f; }
  .table.invalid {
    background-color: #F5F5F5; }
    .table.invalid span {
      background-color: #F5F5F5; }
    .table.invalid .first {
      text-align: center; }
    .table.invalid .last p {
      line-height: 80px; }
  @media (max-width: 767px) {
    .table {
      margin-left: 0 !important;
      width: 100% !important; }
      .table .table-title span {
        width: 20%; }
      .table .td .right {
        padding-left: 5px; }
      .table .td p {
        margin-top: 7px; }
        .table .td p img {
          width: 17px; }
      .table div span {
        width: 22%; }
        .table div span i {
          margin-left: 5px; }
      .table div .second {
        width: 32%; }
        .table div .second .icon {
          width: 27px; }
      .table .package .table-title .second {
        width: 50%; }
      .table .end .table-title .second {
        width: 30%; }
      .table .end .price {
        width: 50%; }
      .table .end .last {
        float: right; }
        .table .end .last div {
          width: 100%; } }

#pageNum {
  width: 100%;
  text-align: center;
  font-size: 14px; }
  #pageNum li {
    display: inline-block; }
  #pageNum li:hover, #pageNum li.click {
    color: #D73240; }
    #pageNum li:hover a, #pageNum li.click a {
      color: #D73240; }

.icon {
  height: 15px;
  width: auto;
  line-height: 40px;
  width: 15px;
  background-size: auto 100%;
  background-position: center;
  cursor: pointer; }
  .icon.click {
    color: #D73240; }
    .icon.click a {
      color: #D73240 !important; }
  .icon:hover {
    color: #D73240; }
    .icon:hover a {
      color: #D73240 !important; }
  .icon:active {
    color: #b3232f; }

.icon-01 {
  background-image: url(../img/myadmin/icon01_0.png); }
  .icon-01.click {
    background-image: url(../img/myadmin/icon01_1.png); }
  .icon-01:hover {
    background-image: url(../img/myadmin/icon01_1.png); }

.icon-02 {
  background-image: url(../img/myadmin/icon02_0.png); }
  .icon-02.click {
    background-image: url(../img/myadmin/icon02_1.png); }
  .icon-02:hover {
    background-image: url(../img/myadmin/icon02_1.png); }

.icon-03 {
  background-image: url(../img/myadmin/icon03_0.png); }
  .icon-03.click {
    background-image: url(../img/myadmin/icon03_1.png); }
  .icon-03:hover {
    background-image: url(../img/myadmin/icon03_1.png); }

.icon-04 {
  background-image: url(../img/myadmin/icon04_0.png); }
  .icon-04.click {
    background-image: url(../img/myadmin/icon04_1.png); }
  .icon-04:hover {
    background-image: url(../img/myadmin/icon04_1.png); }

.icon-05 {
  background-image: url(../img/myadmin/icon05_0.png); }
  .icon-05.click {
    background-image: url(../img/myadmin/icon05_1.png); }
  .icon-05:hover {
    background-image: url(../img/myadmin/icon05_1.png); }

.icon-06 {
  background-image: url(../img/myadmin/icon06_0.png); }
  .icon-06.click {
    background-image: url(../img/myadmin/icon06_1.png); }
  .icon-06:hover {
    background-image: url(../img/myadmin/icon06_1.png); }

.icon-07 {
  background-image: url(../img/myadmin/icon07_0.png); }
  .icon-07.click {
    background-image: url(../img/myadmin/icon07_1.png); }
  .icon-07:hover {
    background-image: url(../img/myadmin/icon07_1.png); }

.icon-08 {
  background-image: url(../img/myadmin/icon08_0.png); }
  .icon-08.click {
    background-image: url(../img/myadmin/icon08_1.png); }
  .icon-08:hover {
    background-image: url(../img/myadmin/icon08_1.png); }

.icon-09 {
  background-image: url(../img/myadmin/icon09_0.png); }
  .icon-09.click {
    background-image: url(../img/myadmin/icon09_1.png); }
  .icon-09:hover {
    background-image: url(../img/myadmin/icon09_1.png); }

.icon-10 {
  background-image: url(../img/myadmin/icon10_0.png); }
  .icon-10.click {
    background-image: url(../img/myadmin/icon10_1.png); }
  .icon-10:hover {
    background-image: url(../img/myadmin/icon10_1.png); }

.icon-11 {
  background-image: url(../img/myadmin/icon11_0.png); }
  .icon-11.click {
    background-image: url(../img/myadmin/icon11_1.png); }
  .icon-11:hover {
    background-image: url(../img/myadmin/icon11_1.png); }

.icon-12 {
  background-image: url(../img/myadmin/icon12_0.png); }
  .icon-12.click {
    background-image: url(../img/myadmin/icon12_1.png); }
  .icon-12:hover {
    background-image: url(../img/myadmin/icon12_1.png); }

.icon-13 {
  background-image: url(../img/myadmin/icon13_0.png); }
  .icon-13.click {
    background-image: url(../img/myadmin/icon13_1.png); }
  .icon-13:hover {
    background-image: url(../img/myadmin/icon13_1.png); }

.icon-14 {
  background-image: url(../img/myadmin/icon14_0.png); }
  .icon-14.click {
    background-image: url(../img/myadmin/icon14_1.png); }
  .icon-14:hover {
    background-image: url(../img/myadmin/icon14_1.png); }

.icon-15 {
  background-image: url(../img/myadmin/icon15_0.png); }
  .icon-15.click {
    background-image: url(../img/myadmin/icon15_1.png); }
  .icon-15:hover {
    background-image: url(../img/myadmin/icon15_1.png); }

.icon-16 {
  background-image: url(../img/myadmin/icon16_0.png); }
  .icon-16.click {
    background-image: url(../img/myadmin/icon16_1.png); }
  .icon-16:hover {
    background-image: url(../img/myadmin/icon16_1.png); }

.icon-17 {
  background-image: url(../img/myadmin/icon17_0.png); }
  .icon-17.click {
    background-image: url(../img/myadmin/icon17_1.png); }
  .icon-17:hover {
    background-image: url(../img/myadmin/icon17_1.png); }

.icon-18 {
  background-image: url(../img/myadmin/icon18_0.png); }
  .icon-18.click {
    background-image: url(../img/myadmin/icon18_1.png); }
  .icon-18:hover {
    background-image: url(../img/myadmin/icon18_1.png); }

.icon-19 {
  background-image: url(../img/myadmin/icon19_0.png); }
  .icon-19.click {
    background-image: url(../img/myadmin/icon19_1.png); }
  .icon-19:hover {
    background-image: url(../img/myadmin/icon19_1.png); }

.icon-20 {
  background-image: url(../img/myadmin/icon20_0.png); }
  .icon-20.click {
    background-image: url(../img/myadmin/icon20_1.png); }
  .icon-20:hover {
    background-image: url(../img/myadmin/icon20_1.png); }

.icon-21 {
  background-image: url(../img/myadmin/icon21_0.png); }
  .icon-21.click {
    background-image: url(../img/myadmin/icon21_1.png); }
  .icon-21:hover {
    background-image: url(../img/myadmin/icon21_1.png); }

.icon-22 {
  background-image: url(../img/myadmin/icon22_0.png); }
  .icon-22.click {
    background-image: url(../img/myadmin/icon22_1.png); }
  .icon-22:hover {
    background-image: url(../img/myadmin/icon22_1.png); }

.icon-23 {
  background-image: url(../img/myadmin/icon23_0.png); }
  .icon-23.click {
    background-image: url(../img/myadmin/icon23_1.png); }
  .icon-23:hover {
    background-image: url(../img/myadmin/icon23_1.png); }

.icon-24 {
  background-image: url(../img/myadmin/icon24_0.png); }
  .icon-24.click {
    background-image: url(../img/myadmin/icon24_1.png); }
  .icon-24:hover {
    background-image: url(../img/myadmin/icon24_1.png); }

.icon-25 {
  background-image: url(../img/myadmin/icon25_0.png); }
  .icon-25.click {
    background-image: url(../img/myadmin/icon25_1.png); }
  .icon-25:hover {
    background-image: url(../img/myadmin/icon25_1.png); }

.icon-26 {
  background-image: url(../img/myadmin/icon26_0.png); }
  .icon-26.click {
    background-image: url(../img/myadmin/icon26_1.png); }
  .icon-26:hover {
    background-image: url(../img/myadmin/icon26_1.png); }

.icon-27 {
  background-image: url(../img/myadmin/icon27_0.png); }
  .icon-27.click {
    background-image: url(../img/myadmin/icon27_1.png); }
  .icon-27:hover {
    background-image: url(../img/myadmin/icon27_1.png); }

/**截图**/
#clipArea {
  height: 320px;
  width: 70%;
  float: left; }

.file {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 10;
  margin-left: 50%;
  left: -100px;
  margin-top: 50px; }
  .file input {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .file span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 200px;
    font-size: 24px;
    font-weight: 500; }

#view {
  float: right;
  height: 140px;
  width: 140px; }

@media (max-width: 767px) {
  .visible-phone {
    display: inline-block !important; }

  #view {
    display: none; }

  #clipArea {
    width: 100%; } }
#delegateModal .modal-header {
  border: 0; }
#delegateModal .modal-body {
  padding: 15px 10%;
  max-height: 600px; }
  #delegateModal .modal-body .tabs {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    border: 1px solid #E4E4E4;
    display: inline-block;
    line-height: 35px; }
    #delegateModal .modal-body .tabs span {
      float: left;
      cursor: pointer;
      width: 50%;
      text-align: center;
      display: inline-block; }
      #delegateModal .modal-body .tabs span.click {
        color: #fff;
        background-color: #34404B; }
  #delegateModal .modal-body .cont-1 {
    text-align: center; }
    #delegateModal .modal-body .cont-1 p {
      line-height: 40px; }
    #delegateModal .modal-body .cont-1 input {
      /* line-height: 40px; */
      margin-bottom: 0; }
  #delegateModal .modal-body .cont-2 table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0; }
    #delegateModal .modal-body .cont-2 table td {
      vertical-align: top;
      border: 0;
      height: 40px; }
      #delegateModal .modal-body .cont-2 table td select {
        width: 30%; }
      #delegateModal .modal-body .cont-2 table td span {
        float: left;
        cursor: pointer;
        margin: 3px;
        padding: 4px 15px;
        border: 1px solid #E4E4E4;
        border-radius: 3px; }
        #delegateModal .modal-body .cont-2 table td span.click {
          border: 1px solid #D73240;
          background: url(../img/jb.png) right bottom no-repeat;
          background-size: 10px auto;
          background-color: #fff; }
    #delegateModal .modal-body .cont-2 table tr {
      width: 100%;
      display: inline-block; }
      #delegateModal .modal-body .cont-2 table tr.hide {
        display: none !important; }
      #delegateModal .modal-body .cont-2 table tr td:first-child {
        width: 100px; }
      #delegateModal .modal-body .cont-2 table tr td:last-child {
        width: 300px; }
  #delegateModal .modal-body .cont-2 textarea {
    width: 100%; }
#delegateModal .modal-footer {
  text-align: center;
  background: 0;
  border: 0; }
  #delegateModal .modal-footer .btn-red {
    padding: 4px 30px; }

.carousel {
  margin-bottom: 0 !important; }

.content-box {
  position: relative; }

.nav-bar {
  background-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.head-tab {
  background-color: #F9F9F9 !important; }

.bottom-other {
  background-color: transparent; }

#detailsModal {
  border-radius: 0; }
  #detailsModal .modal-header {
    padding: 0 15px;
    background-image: -webkit-linear-gradient(left, #02A2A7, #2E6CC8);
    background-image: linear-gradient(left, #02A2A7, #2E6CC8); }
    #detailsModal .modal-header .close {
      color: #fff;
      opacity: 1;
      font-size: 14px;
      font-weight: 500;
      line-height: 40px;
      margin-top: 0;
      padding: 0 10px !important; }
    #detailsModal .modal-header h4 {
      margin: 0;
      color: #fff;
      line-height: 40px;
      font-weight: 500; }
  #detailsModal .modal-body {
    overflow-y: initial; }
    #detailsModal .modal-body table {
      margin-bottom: 0; }
      #detailsModal .modal-body table td {
        border: 0; }
        #detailsModal .modal-body table td b {
          color: #D73240; }
        #detailsModal .modal-body table td span {
          margin-right: 10px;
          line-height: 20px;
          padding: 3px 5px;
          border-radius: 3px;
          cursor: pointer; }
          #detailsModal .modal-body table td span.click {
            border: 1px solid #D73240;
            background: url(../img/jb.png) right bottom no-repeat;
            background-size: 10px auto;
            background-color: #fff; }
      #detailsModal .modal-body table tr {
        width: 100%;
        display: inline-block; }
        #detailsModal .modal-body table tr td:first-child {
          font-weight: 700;
          width: 85px; }
      #detailsModal .modal-body table tr:last-child {
        width: 100%;
        background: #FFF9EC; }
  #detailsModal .modal-footer {
    border: 0; }

.step {
  position: absolute;
  left: -90px;
  width: 100px;
  height: 100px;
  text-align: center; }
  .step img {
    width: 70px; }
  .step p {
    margin-top: 8px; }
  .step div {
    margin: auto;
    width: 0;
    border-left: 1px dashed #10C89C; }

.banner {
  text-align: center;
  height: 300px; }
  .banner .content-box {
    display: inline-block;
    height: 100%; }
    .banner .content-box .step {
      bottom: 40px; }
      .banner .content-box .step div {
        height: 88px; }
    .banner .content-box h2 {
      position: absolute;
      bottom: 48%;
      font-size: 24px;
      font-weight: 300;
      width: 100%;
      margin: 0;
      padding: 0; }
      .banner .content-box h2 i{
        padding: 0 10px;
        color: #08c;
        font-weight: 800;
      }
    .banner .content-box .middle {
      position: absolute;
      width: 63%;
      left: 17%;
      margin: auto;
      height: 40px;
      bottom: 25%; }
      .banner .content-box .middle input {
        height: 100%;
        margin: 0;
        padding: 0;
        padding-left: 2%;
        border: 0;
        border-radius: 3px 0 0 3px;
        border: 1px solid #D73240;
        border-right: 0;
        width: 86%;
        font-size: 14px; }
      .banner .content-box .middle span {
        width: 12%;
        text-align: center;
        position: absolute;
        border: 1px solid #D73240;
        cursor: pointer;
        height: 100%;
        color: #fff;
        border-radius: 0 3px 3px 0;
        background: url(../img/05.png) no-repeat center #D73240;
        background-size: auto 50%; }
        .banner .content-box .middle span:active {
          background-color: #c82735; }
      .banner .content-box .middle .key-box {
        width: 100%;
        background-color: #fff;
        position: absolute;
        z-index: 100;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        display: inline-block;
        left: 6%;
        top: 105%; }
        .banner .content-box .middle .key-box li {
          padding-left: 2%;
          cursor: pointer; }
          .banner .content-box .middle .key-box li.click, .banner .content-box .middle .key-box li:hover {
            background-color: #cdcdcd; }
        .banner .content-box .middle .key-box li:first-child {
          border-top: 1px solid #E4E4E4; }
    .banner .content-box .key {
      position: absolute;
      font-size: 14px;
      width: 100%;
      bottom: 11%;
      text-align: center;
      font-weight: 200; }
      .banner .content-box .hotBox a{
        border-bottom:1px solid;
      }
      .banner .content-box .key a {
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 200; }
      .banner .content-box .key i {
        margin-right: 10px; }
      .banner .content-box .key .lighten {
        color: #08c;
        font-weight: 400; }
      .banner .content-box .key a:hover {
        color: #000; }
    .banner .content-box .arrow-up {
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -7px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff; }
  @media (max-width: 980px) {
    .banner {
      height: 180px; }
      .banner .step {
        left: 0;
        bottom: 0 !important;
        height: 88px !important; }
        .banner .step img {
          width: 50px; }
        .banner .step div {
          height: 20px !important; }
      .banner .content-box h2 {
        font-size: 16px; }
      .banner .content-box .key {
        font-size: 12px; }
      .banner .content-box .middle {
        height: 35px; } }
  @media (max-width: 767px) {
    .banner {
      height: 140px; }
      .banner .content-box h2 {
        font-size: 14px;
        top: 30%; }
      .banner .content-box .key {
        font-size: 12px; }
        .banner .content-box .key a {
          margin-left: 5px;
          margin-right: 5px; }
        .banner .content-box .key i {
          margin-right: 5px; }
      .banner .content-box .middle {
        height: 25px; } }

.step2 {
  clear: both;
  height: 210px;
  background-color: #fff;
  text-align: center; }
  .step2 .step {
    top: 50px; }
    .step2 .step p {
      line-height: 20px; }
    .step2 .step div {
      height: 88px; }
  .step2 p {
    text-align: center;
    line-height: 60px;
    width: 100%;
    margin-bottom: 0; }
    .step2 p b {
      color: #D73240; }
  .step2 .item {
    display: inline-block;
    border-radius: 3px;
    margin-top:48px;
    width: 23%;
    border: 1px solid #E4E4E4; }
    .step2 .item div {
      float: left;
      width: 35%;
      text-align: center;
      padding: 10px 0 10px 0; }
      .step2 .item div b {
        display: block;
        margin-top: 5px; }
    .step2 .item p {
      margin-top: 20px; }
    .step2 .item span {
      float: left;
      width: 65%;
      height: 25px; }
      .step2 .item span input, .step2 .item span label {
        float: left;
        font-weight: 500; }
      .step2 .item span input {
        margin-right: 5px; }
    .step2 .item .first {
      margin-top: 13px; }
  .step2 .middle {
    margin: 0 3% 0 3%; }

@media (max-width: 980px) {
  .step2 {
    height: auto; }
    .step2 .item {
      width: 30%; }
      .step2 .item label {
        font-size: 12px; } }
@media (max-width: 767px) {
  .step2 .item {
    width: 100%; }
  .step2 .middle {
    margin: 0; } }
.step3 {
  background-color: #fff;
  text-align: left;
  padding-bottom: 30px; }
  .step3 .content-box .step div {
    height: 0; }
  .step3 .content-box .list-left {
    margin-left: 4.5% !important; }
  .step3 .content-box .list {
    display: none;
    position: relative;
    padding-top: 15px;
    border-radius: 3px;
    border: 1px solid #E4E4E4;
    width: 45%;
    height: 150px;
    overflow: hidden;
    text-align: left;
    margin-left: 1%;
    margin-top: 10px;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2); }
    .step3 .content-box .list .left {
      float: left;
      width: 15%;
      height: 100%;
      text-align: center;
      font-size: 20px; }
    .step3 .content-box .list .title {
      font-size: 14px;
      font-weight: 700; }
      .step3 .content-box .list .title b {
        position: absolute;
        font-size: 12px;
        width: 100px;
        text-align: center;
        right: 2%; }
    .step3 .content-box .list span {
      display: block;
      width: 100%;
      margin-bottom: 5px; }
      .step3 .content-box .list span b {
        background: none;
        background-color: #f8dddf;
        border-radius: 3px;
        padding: 0 5px 0 5px;
        color: #D73240;
        font-weight: 500;
        margin-left: 10px; }
      .step3 .content-box .list span i {
        margin-right: 5px; }
        .step3 .content-box .list span i.hot {
          padding-left: 5px;
          padding-right: 5px;
          background: no-repeat #f8dddf;
          color: #D73240;
          border-radius: 3px; }
      .step3 .content-box .list span a {
        color: #D73240;
        border: 1px solid #D73240;
        border-radius: 5px;
        padding: 0 10px 0 10px;
        float: right;
        margin-right: 25px; }
        .step3 .content-box .list span a:active {
          background-color: #f8dddf; }
    .step3 .content-box .list b {
      padding-left: 15px;
      width: 100%;
      background: url(../img/004.png) left 4px no-repeat;
      background-size: 12px auto; }
    .step3 .content-box .list p {
      text-align: left;
      height: 55px;
      line-height: 18px;
      font-size: 12px;
      padding-right: 3%;
      overflow: hidden; }
    .step3 .content-box .list .making {
      position: absolute;
      bottom: -100%;
      color: #fff;
      cursor: pointer;
      text-align: center;
      width: 100%;
      height: 100%;
      background: url(../img/b_0.5.png);
      line-height: 40px;
      transition: opacity 0.3s;
      opacity: 0;
      text-align: center; }
      .step3 .content-box .list .making i {
        padding: 4px 8%;
        line-height: 30px; }
      .step3 .content-box .list .making p {
        padding: 0;
        padding-top: 9%;
        text-align: center;
        height: auto;
        font-size: 14px; }
    .step3 .content-box .list:hover .making, .step3 .content-box .list:active .making {
      bottom: 0; 
      opacity: 1;
    }
  .step3 .content-box .more-list {
    position: relative;
    z-index: 100;
    height: 60px;
    margin-top: 40px;
    width: 100%;
    background: url(../img/more1.png) no-repeat center;
    background-size: auto 50%;
    cursor: pointer; }
    .step3 .content-box .more-list:active {
      background-image: url(../img/more2.png); }
    .step3 .content-box .more-list.open {
      background-image: url(../img/more2.png); }
  .step3 .content-box .no-data {
    text-align: center; }
    .step3 .content-box .no-data p {
      line-height: 40px; }
    .step3 .content-box .no-data #search-key {
      color: #D73240; }
    .step3 .content-box .no-data select {
      margin-bottom: 0;
      width: 20%; }

@media (max-width: 767px) {
  .step3 .content-box .more {
    margin-top: 0; }

  .step3 {
    padding-bottom: 0; }
    .step3 .list {
      width: 100% !important;
      margin: 0 !important; } }
.entrust {
  text-align: center;
  line-height: 60px; }
  .entrust a {
    padding: 5px 15px 5px 15px;
    background-color: #EB454F;
    color: #fff;
    border-radius: 5px;
    margin-left: 15px; }
  .entrust a:hover {
    background-color: #DB2E43; }
  .entrust a:active {
    background-color: #EB454F; }

.wisdom {
  height: 500px;
  background: #fff;
  width: 100%;
  background-size: 100% 100%;
  overflow: hidden; }
  .wisdom .content-title {
    padding: 60px 0 50px 0; }
  .wisdom .con {
    overflow: hidden; }
    .wisdom .con ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .wisdom .con ul li {
        list-style: none;
        cursor: pointer;
        font-size: 12px;
        display: inline-block;
        margin: 0 4% 0 4%;
        text-align: center; }
        .wisdom .con ul li p {
          color: #34404B; }
        .wisdom .con ul li img {
          border-radius: 50%;
          height: 45px;
          width: 45px;
          border: 1px solid #34404B;
          padding: 10px;
          margin-bottom: 10px; }
          .wisdom .con ul li img.click {
            background-color: #f0f0f0; }
    .wisdom .con .content {
      position: relative;
      display: inline-block;
      width: 25%;
      height: 300px; }
      .wisdom .con .content div {
        position: absolute;
        width: 80%;
        margin-left: 15%; }
      .wisdom .con .content img {
        width: 38%;
        float: left;
        margin-right: 5%; }
      .wisdom .con .content h2 {
        font-size: 18px;
        font-family: '黑体';
        color: #34404B; }
        .wisdom .con .content h2 em {
          font-style: normal; }
      .wisdom .con .content p {
        color: #666;
        margin-top: 2%; }
        .wisdom .con .content p span {
          background-color: #34404B;
          color: #e3e3e3;
          border-radius: 3px;
          padding: 2px 5px 2px 5px;
          margin-right: 10px; }
    .wisdom .con .content-1 {
      width: 24%; }
    .wisdom .con .box {
      left: 0;
      position: relative;
      width: 400%;
      transition: left 0.5s; }

@media (max-width: 767px) {
  .wisdom {
    height: 415px; }

  .wisdom .content-title {
    padding: 10px 0 10px 0; }

  .wisdom .content ul li {
    margin: 0 1% 0 1%; }

  .wisdom .content ul li img {
    width: 30px;
    height: 30px; }

  .wisdom .content div h2 {
    padding-top: 0; }

  .wisdom .content div p {
    margin-top: 0; }

  .wisdom .content div img {
    left: 3%; }

  .wisdom .content div {
    padding-left: 45%;
    padding-right: 3%; } }
.success {
  width: 100%;
  background-color: #fff; }

.tax {
  background-color: #fff;
  text-align: center;
  display: flex;
  margin-top: 20px; }
  .tax .content-box {
    text-align: center;
    margin: auto; }
    .tax .content-box .kd-img {
      margin-bottom: 61.8px; }
    .tax .content-box .content {
      width: 80%;
      display: inline-block; }
      .tax .content-box .content div {
        float: left;
        width: 25%;
        padding-top: 20px;
        padding-bottom: 50px; }
        .tax .content-box .content div .icon {
          height: 100px;
          width: 100px;
          position: relative;
          display: inline-block; }
          .tax .content-box .content div .icon i {
            background: no-repeat center;
            background-size: 100% auto;
            width: 100%;
            height: 100%;
            display: inline-block; }
        .tax .content-box .content div hr {
          width: 15px;
          border: 1px solid #000;
          margin: auto;
          margin-top: 10px;
          margin-bottom: 10px; }
        .tax .content-box .content div p {
          color: #666; }
        .tax .content-box .content div b {
          display: block;
          margin-top: 30px;
          font-size: 16px;
          font-weight: 500; }
      .tax .content-box .content div:hover {
        background-color: #F9F9F9;
        transform: translate3d(0, -10px, 0); }

@media (max-width: 767px) {
  .tax .content-box .content div .icon {
    width: 50px;
    height: 50px; }

  .tax .content-box .content div p {
    font-size: 10px; }

  .tax .content-box .content div {
    padding-bottom: 30px;
    padding-top: 20px; } }
@media (max-width: 413px) {
  .tax .content-box .content div .icon {
    width: 40px;
    height: 40px; }

  .tax .content-box .content div p {
    font-size: 10px; }
    .tax .content-box .content div p br {
      display: none; }

  .tax .content-box .content div b {
    font-size: 14px; }

  .tax .content-box .content div {
    padding-bottom: 30px;
    padding-top: 20px; } }
.more {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-align: center; }
  .more .content-box .list {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 20px 0 10px;
    color: #666;
    margin-bottom: 50px;
    margin-left: 50px;
    cursor: pointer;
    border: 1px solid #F5F5F5;
    border-radius: 30px; }
    .more .content-box .list img {
      border: 0px solid #F5F5F5;
      border-radius: 50px;
      width: 40px; }
    .more .content-box .list:hover {
      border: 1px solid #D73240; }
      .more .content-box .list:hover img {
        border-color: #F5F5F5; }

.fdb {
  border: 1px solid #E4E4E4;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2); }
  .fdb i {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 20px;
    width: 20px; }

@media (max-width: 767px) {
  .more .content-box .list {
    margin-bottom: 0;
    margin-left: 0; } }
@media (max-width: 413px) {
  .tax .content-box .content div b {
    font-size: 12px; } }

/*# sourceMappingURL=c_register.css.map */
