.container input ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: microsoft yahei, tahoma, arial, \5b8b\4f53, sans-serif; }

.container .topList {
  position: relative;
  padding-left: 35px;
  height: 42px;
  line-height: 42px;
  color: #2f6ad0;
  font-size: 12px; }
  .container .topList a {
    color: #4a4a4a; }
  .container .topList em {
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("/brandnew_CN/images/common/icon/linkArrow.png") no-repeat;
    background-size: 100% 100%; }

.container .topList:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 9px;
  top: 16px;
  left: 0;
  background: url("/brandnew_CN/images/common/icon/xm-logo.png") no-repeat;
  background-size: 100% 100%; }

.container .details > div {
  float: left; }

.container .details .left {
  width: 210px;
  margin-right: 10px;
  background: #ffffff;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05); }

.container .details .right {
  width: 780px;
  min-height: 786px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 12px 0px;
  background: white; }
  .container .details .right .rightTxt {
    line-height: 50px;
    font-size: 15px;
    padding: 0 20px;
    color: #0b325e;
    border-bottom: 1px solid #cddeea; }
  .container .details .right .tab {
    margin: 20px 0; }
    .container .details .right .tab > div {
      display: none;
      margin: 0 20px; }
    .container .details .right .tab .cur {
      display: block; }
    .container .details .right .tab .tabList {
      padding: 0 20px;
      margin: 0 20px 15px 0; }
      .container .details .right .tab .tabList li {
        float: left;
        height: 30px;
        font-size: 12px;
        text-align: center;
        margin-right: 10px;
        color: #777;
        line-height: 30px;
        background: #d8d8d8;
        border-radius: 15px;
        padding: 0 15px;
        cursor: pointer; }
      .container .details .right .tab .tabList .cur {
        background: #008ac4;
        color: #fff; }
    .container .details .right .tab div ul li {
      margin-bottom: 1px; }
      .container .details .right .tab div ul li>span {
        position: relative;
        cursor: pointer;
        padding: 0 20px;
        display: block;
        background: #eff6fd;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #1c53a1; }
        .container .details .right .tab div ul li span .icon-arrow {
          position: absolute;
          top: 17px;
          right: 20px;
          width: 10px;
          height: 6px;
          background: url("../../images/common/icon/arrow-blue.png");
          background-size: 100% 100%; }
        .container .details .right .tab div ul li span .active {
          transform: rotate(180deg);
          background: url("../../images/common/icon/arrow-blue.png");
          background-size: 100% 100%; }
      .container .details .right .tab div ul li .active {
        }
      .container .details .right .tab div ul li div {
        padding: 20px;
        background: #e1f0fc;
        display: none; }
        .container .details .right .tab div ul li div p {
          line-height: 26px;
          font-size: 13px;
          color: #242424;
          text-indent: 25px; }
        .container .details .right .tab div ul li div table tr td p {
          text-indent: 0; }
          .container .details .right .tab div ul li div p a {
            font-size: 14px;
            color: #1372e2;
            text-decoration: underline; }
        .container .details .right .tab div ul li div table {
          width: 100%;
          margin: 15px 0; }
          .container .details .right .tab div ul li div table th, .container .details .right .tab div ul li div table td {
            height: 30px;
            font-size: 12px;
            border: 1px solid #fff;
            text-align: center; }
          .container .details .right .tab div ul li div table .tbColor {
            color: #242424;
            font-weight: normal;
            background: #bdd6ea;
            border-bottom: 1px solid #fff; }
          .container .details .right .tab div ul li div table td {
            border-top: 1px solid #fff;
            background: #e1f0fc; }
        .container .details .right .tab div ul li div .sj {
          text-indent: 50px; }
        .container .details .right .tab div ul li div .tiny {
          text-indent: 70px;
          font-weight: 300; }
