﻿
@charset "UTF-8";
/* @import url(animate.min.css); */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #333;
}
input[type=text]:focus, input[type=password]:focus {
  border: solid 1px #879bc7 !important;
}
input[type=text]:disabled, input[type=password]:disabled {
  background: #f7f7f7;
  cursor: not-allowed;
}
button {
  cursor: pointer;
}
html {
  height: 100%;
}
body {
    background: #e8e8e8;
    font-family: "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
    min-width: 1200px;
    height: 100%;
}
.header {
  height: 64px;
  width: 100%;
  left: 0;
  top: 0;
  float: left;
  background: #f1f1f1;
  position: absolute;
  border-bottom: solid 1px #e6e6e6;
  z-index: 20;
}
.header .logo {
    height: 64px;
    width: 135px;
    float: left;
    line-height: 64px;
    text-align: center;
    margin-left: 20px;
}
.header .logo img {
    /*width: 135px;*/
    height: 54px;
}
.header .user {
    height: 64px;
    float: right;
    padding-top: 12px;
    margin-right: 160px;
}
.header .user img {
      height: 40px;
      width: 40px;
      border-radius: 100%;
      float: left;
}
.header .user span {
      float: left;
      height: 40px;
      line-height: 40px;
      padding-left: 15px;
      font-size: 14px;
}
.header .logout {
    float: right;
    position: absolute;
    right: 30px;
    top: 16px;
    height: 30px;
    width: 100px;
    background: #b2b2b2;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.header .language {
    height: 30px;
    float: left;
    margin-top: 17px;
    margin-left: 40px;
}
.header .language a {
      height: 30px;
      padding-left: 30px;
      padding-right: 8px;
      position: relative;
      line-height: 28px;
      font-size: 12px;
      border: solid 1px #999;
      display: inline-block;
      margin-right: 10px;
      border-radius: 5px;
}
.header .language a img {
        height: 16px;
        width: 16px;
        position: absolute;
        left: 8px;
        top: 7px;
}
.header .language a.active {
        background: #4a649e;
        color: #fff;
        border: solid 1px #4a649e;
}
.login {
  text-align: center;
  padding-top: 40px;
}
.login .box {
    width: 500px;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px 30px;
    text-align: left;
    margin-bottom: 50px;
}
.login .box h2 {
      height: 50px;
      line-height: 50px;
      font-size: 22px;
      margin-bottom: 10px;
}
.login .box h2 span {
        font-size: 14px;
        color: #777;
        padding-left: 20px;
}
.login .box h2 a {
        color: #4a649e;
        margin-left: 10px;
}
.login .box .form-input {
      height: 44px;
      line-height: 44px;
      width: 100%;
      margin-bottom: 10px;
      border-radius: 5px;
      font-size: 14px;
      padding-left: 14px;
      border: solid 1px #ddd;
}
.login .box p {
      height: 44px;
      line-height: 44px;
      text-align: center;
      font-size: 14px;
      font-size: 12px;
}
.login .box p input {
        margin-right: 10px;
}
.login .box .form-group {
      border-top: solid 2px #4a649e;
      padding-top: 15px;
      padding-bottom: 5px;
}
.login .box .form-group:last-child {
        border-top: 0;
}
.login .box .form-group .btn {
        width: 100%;
        height: 44px;
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
}
.login .box .form-mistake-tips {
      border: solid 1px #fdc3b5;
      height: 44px;
      line-height: 44px;
      font-size: 12px;
      border-radius: 5px;
      padding-left: 15px;
      color: #FA7252;
      background: #fedfd8;
}
.data-box {
  padding: 0 30px;
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
  padding-top: 64px;
}
.side-nav {
  width: 220px;
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  padding-top: 84px;
  border-right: solid 1px #e6e6e6;
}
.side-nav a {
    display: block;
    height: 46px;
    width: 220px;
    line-height: 46px;
    padding-left: 60px;
    border: solid 1px transparent;
    position: relative;
}
.side-nav a.active {
      background: #fff;
      border: solid 1px #e6e6e6;
      border-right-color: #fff;
}
.side-nav a i {
      position: absolute;
      right: 20px;
      color: #C6C6C6;
}
.side-nav .list {
    font-size: 12px;
}
.side-nav .list a {
      text-indent: 14px;
}
.side-nav .list a i {
        font-size: 12px;
}
.main-box {
  background: #fff url(assets/image/bg.png) repeat-y 0px 0px;
  padding-left: 220px;
  width: 100%;
  float: left;
  min-height: 100%;
}
.wel-box {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 200px;
  min-height: 700px;
}
.wel-box h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.wel-box p {
    font-size: 16px;
    margin-bottom: 20px;
}
.wel-box p .btn {
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      border-radius: 5px;
}
.ad-newplan {
  padding: 50px 100px 50px 50px;
  float: left;
  width: 100%;
  max-width: 900px;
}
.ad-newplan .title-box {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.ad-newplan .title-box h2 {
      font-size: 20px;
      margin-bottom: 10px;
}
.ad-newplan .title-box p {
      font-size: 14px;
      color: #777;
}
.ad-newplan .radio-active {
    background: #dee4ed !important;
}
.ad-newplan .form-mistake-tips {
    border: solid 1px #fdc3b5;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    border-radius: 5px;
    padding-left: 15px;
    color: #FA7252;
    background: #fedfd8;
    clear: both;
    margin-bottom: 15px;
}
.ad-newplan .form-group {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.ad-newplan .form-group .form-title {
      display: block;
      font-size: 16px;
      margin-bottom: 5px;
      height: 30px;
      line-height: 30px;
      width: 100%;
      overflow: hidden;
}
.ad-newplan .form-group .form-radio {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      height: 40px;
      line-height: 40px;
      background: #f7f7f7;
      width: 100%;
      padding-left: 15px;
      border-radius: 5px;
}
.ad-newplan .form-group .form-radio input {
        margin-right: 10px;
        border-radius: 5px;
}
.ad-newplan .form-group .form-radio-large {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      height: 60px;
      line-height: 60px;
      background: #f7f7f7;
      width: 100%;
      padding-left: 35px;
      border-radius: 5px;
      position: relative;
}
.ad-newplan .form-group .form-radio-large img {
        height: 40px;
        position: relative;
        top: 10px;
}
.ad-newplan .form-group .form-radio-large input {
        position: absolute;
        left: 15px;
        top: 24px;
}
.ad-newplan .form-group .form-input {
      width: 100%;
      float: left;
      height: 40px;
      line-height: 40px;
      margin-bottom: 10px;
      border-radius: 5px;
      border: solid 1px #d7d7d7;
      padding-left: 15px;
      font-size: 14px;
}
.ad-newplan .form-group p {
      font-size: 14px;
      color: #777777;
      margin-bottom: 10px;
}
.ad-newplan .form-group select {
      height: 40px;
      width: 100%;
      border: solid 1px #d7d7d7;
      font-size: 14px;
      padding-left: 15px;
}
.ad-newplan .form-price {
    position: relative;
}
.ad-newplan .form-price .price-icon {
      position: absolute;
      left: 0;
      bottom: 10px;
      background: #f8f8f8;
      height: 40px;
      width: 40px;
      border: solid 1px #d7d7d7;
      line-height: 40px;
      text-align: center;
      border-radius: 5px 0 0 5px;
}
.ad-newplan .form-price .form-input {
      padding-left: 50px;
}
.ad-newplan .button-group {
    text-align: center;
}
.ad-newplan .button-group .btn {
      width: 220px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: inline-block;
      border-radius: 5px;
      font-size: 16px;
      margin: 0 10px;
}
.ad-newplan .selecter {
    border: solid 1px #ededed;
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #f7f7f7;
    height: 400px;
    overflow: auto;
}
.ad-newplan .selecter ul {
      list-style: none;
      padding: 0 22px;
}
.ad-newplan .selecter ul li {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #777;
        position: relative;
        padding-left: 25px;
}
.ad-newplan .selecter ul i {
        font-size: 12px;
        margin-right: 10px;
        color: #9EA2AB;
        position: absolute;
        left: 0;
        top: 0px;
}
.ad-newplan .selecter ul input {
        margin-right: 10px;
}
.ad-newplan .ad-size {
    padding: 0 0 20px 0;
    line-height: 30px;
    clear: both;
}
.ad-newplan .ad-list {
    overflow: hidden;
}
.ad-newplan .ad-list .list-box {
      width: 720px;
      padding-top: 10px;
}
.ad-newplan .ad-list .list {
      width: 345px;
      background: #f8f8f8;
      height: 240px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      border: solid 1px #ededed;
      position: relative;
}
.ad-newplan .ad-list .list .img-area {
        width: 100%;
        height: 200px;
        overflow: hidden;
        padding: 10px;
}
.ad-newplan .ad-list .list .img-area img {
          width: 100%;
}
.ad-newplan .ad-list .list .img-area video {
          width: 325px;
          float: left;
}
.ad-newplan .ad-list .list p {
        height: 30px;
        line-height: 30px;
        position: relative;
}
.ad-newplan .ad-list .list p span {
          width: 200px;
          white-space: nowrap;
          overflow: hidden;
          padding-left: 10px;
}
.ad-newplan .ad-list .list p em {
          position: absolute;
          right: 10px;
          height: 30px;
          width: 100px;
          top: 0;
          text-align: right;
          font-style: normal;
}
.ad-newplan .ad-list .list i {
        position: absolute;
        height: 20px;
        width: 20px;
        background: #ff0000;
        top: -8px;
        right: -8px;
        border-radius: 100%;
        cursor: pointer;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-size: 12px;
}
.ad-newplan .icon-area {
    width: 200px;
    position: relative;
}
.ad-newplan .icon-area img {
      width: 200px;
      height: 200px;
      border-radius: 20px;
}
.ad-newplan .icon-area i {
      position: absolute;
      height: 20px;
      width: 20px;
      background: #ff0000;
      top: 0px;
      right: 0px;
      border-radius: 100%;
      cursor: pointer;
      line-height: 20px;
      text-align: center;
      color: #fff;
      font-size: 12px;
}
.ad-newplan .a-upload {
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #4a649e;
    border: 1px solid #4a649e;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.ad-newplan .a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.ad-newplan .a-upload:hover {
    color: #fff;
    background: #4a649e;
    border-color: #4a649e;
    text-decoration: none;
}
.user-info {
  padding: 50px 100px 50px 100px;
  float: left;
  width: 100%;
  max-width: 900px;
}
.user-info .title-box {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}
.user-info .title-box h2 {
      font-size: 20px;
      margin-bottom: 10px;
}
.user-info .title-box p {
      font-size: 14px;
      color: #777;
}
.user-info .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.user-info .form-group .form-title {
      display: block;
      font-size: 16px;
      margin-bottom: 5px;
      height: 30px;
      line-height: 30px;
      width: 100%;
      overflow: hidden;
}
.user-info .form-group .form-radio {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      height: 40px;
      line-height: 40px;
      background: #f7f7f7;
      width: 100%;
      padding-left: 15px;
      border-radius: 5px;
}
.user-info .form-group .form-radio input {
        margin-right: 10px;
        border-radius: 5px;
}
.user-info .form-group .form-radio-large {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      height: 60px;
      line-height: 60px;
      background: #f7f7f7;
      width: 100%;
      padding-left: 35px;
      border-radius: 5px;
      position: relative;
}
.user-info .form-group .form-radio-large img {
        height: 40px;
        position: relative;
        top: 10px;
}
.user-info .form-group .form-radio-large input {
        position: absolute;
        left: 15px;
        top: 24px;
}
.user-info .form-group .form-input {
      width: 100%;
      float: left;
      height: 40px;
      line-height: 40px;
      margin-bottom: 10px;
      border-radius: 5px;
      border: solid 1px #d7d7d7;
      padding-left: 15px;
      font-size: 14px;
}
.user-info .form-group p {
      font-size: 14px;
      color: #777777;
      margin-bottom: 10px;
}
.user-info .form-group select {
      height: 40px;
      width: 100%;
      border: solid 1px #d7d7d7;
      font-size: 14px;
      padding-left: 15px;
}
.user-info .button-group {
    text-align: center;
}
.user-info .button-group .btn {
      width: 220px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      border-radius: 5px;
      font-size: 16px;
      margin: 0 10px;
}
.user-info .form-mistake-tips {
    border: solid 1px #fdc3b5;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    border-radius: 5px;
    padding-left: 15px;
    color: #FA7252;
    background: #fedfd8;
    clear: both;
    margin-bottom: 20px;
}
.data-table {
  padding: 30px 30px 50px 30px;
  width: 100%;
  float: left;
}
.data-table .data-btn-group {
    height: 60px;
}
.data-table .data-btn-group .btn {
      height: 36px;
      float: left;
      width: 90px;
      line-height: 36px;
      margin-right: 10px;
      font-size: 14px;
}
.data-table .data-btn-group select {
      height: 36px;
      width: 100px;
      border-radius: 5px;
      border: solid 1px #ddd;
      padding-left: 15px;
      font-size: 14px;
      float: left;
      margin-right: 10px;
}
.data-table .data-btn-group .search-input {
      float: left;
      height: 36px;
      width: 190px;
      border-radius: 5px;
      border: solid 1px #ddd;
      font-size: 14px;
      padding-left: 15px;
      margin-right: 10px;
}
.data-table .data-btn-group .download {
      float: right;
      position: relative;
}
.data-table .data-btn-group .download .search-input {
        width: 240px;
}
.data-table .data-btn-group .download .btn {
        margin-right: 0;
}
.data-table .form-mistake-tips {
    border: solid 1px #fdc3b5;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    border-radius: 5px;
    padding-left: 15px;
    color: #FA7252;
    background: #fedfd8;
    clear: both;
    margin-bottom: 10px;
}
.time-picker {
  padding: 10px 15px 10px 15px;
  position: absolute;
  background: #fff;
  top: 40px;
  float: left;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 500px;
  right: 0;
}
.time-picker .fast-btn-groups {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #ededed;
    overflow: hidden;
}
.time-picker .fast-btn-groups a {
      float: left;
      height: 40px;
      width: 20%;
      text-align: center;
      text-align: center;
      line-height: 40px;
      border-right: solid 1px #ededed;
}
.time-picker .fast-btn-groups a.active {
        background: #4a649e;
        color: #fff;
}
.time-picker .time-picker-start {
    margin-right: 30px;
}
.time-picker .time-pick-btn {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 10px 0 10px;
    height: 50px;
}
.time-picker .time-pick-btn a {
      display: inline-block;
      height: 34px;
      line-height: 34px;
      background: #4a649e;
      width: 120px;
      border-radius: 5px;
      color: #fff;
}
.time-picker .time-picker-item {
    width: 210px;
    float: left;
}
.time-picker h3 {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
    font-size: 12px;
    text-align: center;
}
.time-picker .date-year {
    height: 30px;
    line-height: 24px;
    width: 210px;
    position: relative;
    font-size: 12px;
    text-align: center;
}
.time-picker .date-year a {
      color: #333;
      position: absolute;
      height: 30px;
      width: 30px;
      top: 0;
}
.time-picker .date-year .pre-year {
      left: 0;
}
.time-picker .date-year .pre-month {
      left: 20px;
}
.time-picker .date-year .next-year {
      right: 0;
}
.time-picker .date-year .next-month {
      right: 30px;
}
.time-picker .date-year .now-date {
      width: 100%;
}
.time-picker .item {
    height: 30px;
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
}
.time-picker .item.gray {
      color: #999;
      cursor: not-allowed;
}
.time-picker .item.gray:hover {
        background: transparent;
}
.time-picker .item.gray-select {
      color: #999;
}
.time-picker .item.active {
      background: #e3443a;
      color: #fff;
}
.time-picker .item:hover {
      background: #ededed;
}
.time-picker .week-list {
    height: 30px;
}
.table {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.table table {
    width: 100%;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #ededed;
    border-collapse: collapse;
}
.table table th {
      background: #f6f6f6;
}
.table table td, .table table th {
      border-left: solid 1px #ededed;
      border-top: solid 1px #ededed;
      padding: 10px;
      font-size: 12px;
      word-break: break-all;
      text-align: center;
}
.table table td {
      color: #777;
}
.table table .contorl {
      width: 130px;
}
.table table .btn {
      height: 24px;
      font-size: 10px;
      line-height: 22px;
      padding: 0 8px;
      display: inline-block;
      margin: 0 3px;
      text-align: center;
}
.add-media {
  margin-bottom: 30px;
  padding-top: 10px;
  width: 100%;
  float: left;
}
.add-media .btn {
    height: 40px;
    width: 180px;
    display: block;
    line-height: 40px;
    float: left;
    margin-right: 15px;
}
.new-media-info {
  background: #f7f7f7;
  border: solid 1px #ededed;
  border-bottom: 0;
  font-size: 12px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.new-media-info .list {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ededed;
    padding: 20px 20px 15px;
}
.new-media-info .list .selecter {
      width: 400px;
      float: left;
      height: 40px;
      line-height: 40px;
}
.new-media-info .list .selecter select {
        width: 250px;
        height: 40px;
        border: solid 1px #ddd;
        background: #fff;
        font-size: 14px;
        padding-left: 15px;
}
.new-media-info .list p {
      clear: both;
      float: left;
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding-top: 5px;
}
.list-page a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px #ededed;
  font-size: 14px;
  color: #777;
  margin-right: 4px;
}
.list-page a:hover, .list-page a.active {
    background: #4a649e;
    color: #fff;
    border: solid 1px #4a649e;
}
.btn {
  border-radius: 5px;
  text-align: center;
}
.btn-primary {
  background: #4a649e;
  color: #fff;
  border: solid 1px #428dad;
  text-align: center;
}
.btn-primary:hover {
    background: #536fae;
}
.btn-success {
  background: #93bf3f;
  color: #fff;
  border: solid 1px #85ae38;
  text-align: center;
}
.btn-success:hover {
    background: #9ec652;
}
.btn-warning {
  background: #FF9700;
  color: #fff;
  border: solid 1px #dd8c1c;
  text-align: center;
}
.btn-warning:hover {
    background: #ffa11a;
}
.btn-cancel {
  background: #f7f7f7;
  color: #999;
  border: solid 1px #ededed;
}
.btn-cancel:hover {
    background: white;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.7);
}
.modal {
  position: fixed;
  z-index: 300;
  width: 600px;
  background: #fff;
  background: #fff;
  top: 200px;
  margin-left: 50%;
  left: -300px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.modal .tips {
    padding: 30px 50px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}
.modal .modal-foot {
    border-top: solid 1px #ddd;
}
.modal .modal-foot .btn-group {
      text-align: center;
      padding: 20px;
}
.modal .modal-foot .btn-group .btn {
        width: 140px;
        margin: 0 10px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
}
.ad-style-list {
  position: fixed;
  right: 60px;
  top: 110px;
  width: 240px;
  float: left;
}
.ad-style-list h2 {
    font-size: 18px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.ad-style-list .style-list {
    background: #f8f8f8;
    border: solid 1px #ededed;
    padding: 20px;
    float: left;
    width: 100%;
}
.ad-style-list .list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.ad-style-list h3 {
    font-size: 14px;
    padding-bottom: 5px;
}
.ad-style-list img {
    width: 100%;
    float: left;
    width: 100%;
}
.ad-style-list .list01 img {
    width: 80%;
}
.ad-style-list .list03 img {
    width: 45%;
    float: left;
    margin-right: 5%;
}
.input-mistake {
  border: solid 1px #FA7252 !important;
}
.new-ad-tips {
  font-size: 12px;
  padding: 15px 20px;
  background: #fcf8e3;
  border: solid 1px #fff3b1;
  width: 100%;
  float: left;
  color: #a47c3b;
  border-radius: 5px;
  margin-bottom: 30px;
}
@font-face {
  font-family: "ad";
  src: url("assets/fonts/iconfont.eot?t=1497026430875");
  /* IE9*/
  src: url("assets/fonts/iconfont.eot?t=1497026430875#iefix") format("embedded-opentype"), url("assets/fonts/iconfont.woff?t=1497026430875") format("woff"), url("assets/fonts/iconfont.ttf?t=1497026430875") format("truetype"), url("assets/fonts/iconfont.svg?t=1497026430875#ad") format("svg");
  /* iOS 4.1- */
}
.ad {
  font-family: "ad" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ad-arrow-right:before {
  content: "\e61d";
}
.ad-close:before {
  content: "\e609";
}
.ad-arrow-down:before {
  content: "\e606";
}
.full-height {
  min-height: 100%;
  height: 100%;
}
.drop-down {
  position: relative;
}
.drop-down .drop-down-content {
    display: none;
}
.drop-down .drop-down-content.open {
      display: block;
}
