@charset "UTF-8";
/*
    font
*/
/*
    color
*/
/*text-overflow*/
/*box-sizing*/
/*border-radius*/
/*box-shaow*/
/*transition*/
/*opacity */
/*
 * gradient
 */
/*
 *  三角形
 *  @include caret(absolute,10px,1px,top,orange,#fff);
 *  $position   
 *  $direcion  方向
 *  $background-color 背景颜色
 */
html {
  font-size: 20px; }

body {
  font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/public/images/loading.gif) center 40% no-repeat;
  background-color: rgba(255, 255, 255, 0.7); }

.main-header {
  height: 100px;
  background-color: white;
  box-shadow: 0 0 10px #ccc; }
  .main-header div {
    height: 100%;
    width: 1200px; }
  .main-header img {
    height: 80px; }
  .main-header a {
    display: inline-block;
    width: 120px;
    height: 100%;
    line-height: 100px;
    font-size: 18px;
    color: #333;
    text-align: center;
    vertical-align: top; }
  .main-header .logo {
    width: auto;
    margin: 10px 40px 0 0; }
  .main-header .ticketing b {
    padding: 5px 10px;
    font-weight: normal;
    color: #ac8d4c;
    border: 1px solid #ac8d4c; }
    .main-header .ticketing b:hover {
      color: white;
      background: #ac8d4c; }

.auto-center, .main-center, .tcenter-sec, .home-sec, .dzt-sec, .btnhome-sec, .yc-sec, .jb-sec, .wdy-sec, .dw-sec, .ts-sec, .tj-sec, .dy-sec {
  margin-left: auto;
  margin-right: auto; }

.main-center {
  width: 60rem;
  padding-bottom: 1rem; }

.login-sec {
  position: relative; }
  .login-sec .from-div {
    width: 18rem;
    margin: 2rem auto 0;
    padding: 1.3rem 1.3rem 2rem;
    box-shadow: 0 0 8px #ccc;
    border-radius: 0.5rem;
    background: white;
    overflow: hidden; }
  .login-sec .t {
    position: relative;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    font-size: 0.9rem;
    color: #333;
    border-bottom: 0.05rem solid #e6e6e6; }
    .login-sec .t:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 5rem;
      height: 0.15rem;
      background: #CE3C3D; }
  .login-sec .frm-group {
    position: relative;
    margin-top: 0.75rem;
    border: 0.05rem solid #e6e6e6;
    padding-left: 2rem;
    border-radius: 0.25rem; }
    .login-sec .frm-group .frm-label {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 0;
      width: 2rem;
      height: 2rem; }
      .login-sec .frm-group .frm-label.icon-phone {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_sj_icon.png) center center no-repeat;
        background-size: 40% auto; }
      .login-sec .frm-group .frm-label.icon-code {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_yzm_icon.png) center center no-repeat;
        background-size: 45% auto; }
    .login-sec .frm-group .input-text {
      font-size: 0.8rem;
      box-sizing: border-box;
      padding: 0.5rem 0; }
      .login-sec .frm-group .input-text.code-input {
        width: 50%; }
  .login-sec .frm-tips {
    float: left;
    width: 100%;
    margin-top: 0; }
  .login-sec .frm-btn-group {
    margin-top: 1.2rem; }
    .login-sec .frm-btn-group .input-btn {
      background-color: #ce3c3d; }
  .login-sec .state {
    padding: 0 1rem;
    margin-top: 3rem;
    width: 100%;
    font-size: 0.6rem;
    color: #666; }

.frm-group {
  display: block; }
  .frm-group .frm-label {
    font-size: 0.8rem;
    line-height: 2rem;
    color: #333; }
  .frm-group .input-text {
    width: 60%;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    border: none;
    outline: none; }
    .frm-group .input-text.code-input {
      width: 40%; }
    .frm-group .input-text.code-btn {
      display: block;
      float: right;
      height: 2rem;
      width: 5rem;
      padding: 0 0.25rem;
      color: #fff;
      text-align: center;
      line-height: 2rem;
      font-size: 0.8rem;
      cursor: pointer;
      background: #ce3c3d;
      border-radius: 0.25rem; }
    .frm-group .input-text:focus {
      box-shadow: none;
      border-color: #c30d23; }
    .frm-group .input-text.error {
      border: 1px solid #ce3c3d;
      border-top-right-radius: 0.25rem; }
    .frm-group .input-text.readonly {
      color: #333;
      opacity: 1;
      border: none;
      background: #fff; }
  .frm-group .input-btn {
    position: absolute;
    right: 0;
    line-height: 1.9rem;
    color: white;
    background-color: #ce3c3d;
    padding: 0 0.5rem;
    cursor: pointer; }
    .frm-group .input-btn.has-send-code, .frm-group .input-btn.disabled {
      color: #333;
      background: #ccc;
      border: 1px solid #e6e6e6; }

.frm-error-message {
  margin-top: 0.5rem;
  text-align: center;
  color: #c30d23; }
  .frm-error-message.color-red {
    padding: 0 1rem;
    text-align: center;
    color: #c30d23; }
  .frm-error-message a {
    color: #c30d23;
    text-decoration: underline;
    cursor: pointer; }

.frm-group-agreexy {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem; }
  .frm-group-agreexy label {
    margin-left: 0.25rem; }
  .frm-group-agreexy a {
    color: white;
    text-decoration: underline; }

.frm-tips {
  text-align: center;
  margin-top: 0.5rem;
  color: #c30d23;
  font-size: 0.7rem; }

.frm-btn-group {
  margin-top: 0.5rem;
  padding: 0 1rem;
  text-align: center; }
  .frm-btn-group .input-btn {
    display: block;
    margin: auto;
    padding: 0.5rem 0px;
    font-size: 0.8rem;
    color: #fff;
    background: #004493;
    cursor: pointer;
    border-radius: 0.4rem; }
    .frm-btn-group .input-btn.disabled {
      background: #ccc;
      color: #f5f5f5; }

.tcenter {
  padding-bottom: 1.5rem; }

.tc-tx-sec {
  position: relative;
  padding-top: 1.2rem;
  height: 8rem;
  text-align: center; }
  .tc-tx-sec .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
  .tc-tx-sec .tx {
    width: 4rem;
    height: 4rem;
    border-radius: 50%; }
  .tc-tx-sec .name {
    font-size: 0.8rem;
    color: #333;
    line-height: 1.5rem;
    text-shadow: 0 1px 1px #fff; }

.tc-menu-01 {
  padding: 0 0.75rem;
  margin-top: -0.05rem;
  line-height: 2rem;
  border-bottom: 0.05rem solid #e6e6e6;
  border-top: 0.05rem solid #e6e6e6;
  background: #fff; }
  .tc-menu-01 .icon-zk {
    float: right;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    margin-top: 10px; }

.tc-menu-02 {
  padding-top: 0.5rem;
  margin-top: -1px; }

.tcenter-sec {
  position: relative;
  width: 60rem; }

.tc-bo-sec {
  min-height: 15rem;
  margin-top: 1rem;
  padding-left: 12.5rem; }
  .tc-bo-sec .left-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 12rem;
    border: 0.05rem solid #e6e6e6;
    border-bottom: none;
    border-radius: 0.25rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .tc-bo-sec .left-menu a {
      position: relative;
      display: block;
      padding: 0.4rem 0.75rem;
      line-height: 1.5rem;
      color: #999;
      border-bottom: 1px solid #e6e6e6;
      background: #f9f9f9;
      font-size: 0.8rem; }
      .tc-bo-sec .left-menu a.active {
        color: #333;
        background: #fff; }
        .tc-bo-sec .left-menu a.active:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background: #CE3C3D; }
    .tc-bo-sec .left-menu .icon-zk {
      float: right;
      width: 0.5rem;
      margin-top: 0.4rem; }

.tc-list {
  zoom: 1; }
  .tc-list:before, .tc-list:after {
    content: " ";
    display: block; }
  .tc-list:after {
    clear: both; }
  .tc-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0.72rem 3%;
    padding: 0 0.5rem;
    width: 47%;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .tc-list li:before, .tc-list li:after {
      content: "";
      position: absolute;
      display: block;
      top: 7.3rem;
      width: 0.8rem;
      height: 0.8rem;
      background: #f2f2f2;
      border-radius: 50%; }
    .tc-list li:before {
      left: -0.4rem; }
    .tc-list li:after {
      right: -0.4rem; }
  .tc-list .mess-box {
    position: relative;
    padding: 0.5rem 0 0.5rem 6rem;
    height: 7.7rem;
    border-bottom: 0.05rem dotted #e6e6e6; }
    .tc-list .mess-box .p-img {
      position: absolute;
      left: 0;
      top: 0.5rem;
      width: 5rem;
      height: 6.7rem; }
    .tc-list .mess-box .p-type {
      margin-top: 0.5rem;
      font-size: 1rem;
      color: #333;
      line-height: 1.3rem; }
    .tc-list .mess-box .p-mess {
      margin-top: 0.25rem;
      font-size: 0.8rem;
      color: #333;
      line-height: 1.3rem; }
    .tc-list .mess-box .p-chr {
      font-size: 0.7rem;
      color: #999;
      line-height: 1rem; }
      .tc-list .mess-box .p-chr em {
        font-style: normal;
        margin-left: 0.15rem; }
    .tc-list .mess-box .wzf-a {
      margin-top: 0.25rem; }
    .tc-list .mess-box .wzf-a, .tc-list .mess-box .yzf-a {
      position: absolute;
      top: 0.5rem;
      right: 0;
      color: #CE3C3D;
      font-size: 0.7rem; }
    .tc-list .mess-box .yzf-a {
      color: #999; }
  .tc-list .btn-box {
    padding: 0.5rem 0;
    line-height: 1rem;
    zoom: 1; }
    .tc-list .btn-box:before, .tc-list .btn-box:after {
      content: " ";
      display: block; }
    .tc-list .btn-box:after {
      clear: both; }
  .tc-list .r-btn-box {
    float: right; }
  .tc-list .tc-btn, .tc-list .dzp, .tc-list .r-btn {
    font-size: 0.7rem;
    color: #333; }
  .tc-list .dzp img {
    width: 0.9rem;
    margin-right: 0.25rem;
    margin-top: -2px;
    vertical-align: middle; }
  .tc-list .r-btn {
    padding: 0.15rem 0.25rem;
    border: 0.05rem solid #e6e6e6;
    border-radius: 0.75rem;
    cursor: pointer; }
    .tc-list .r-btn.c-red {
      color: #CE3C3D;
      border-color: #CE3C3D; }

.tc-nlp {
  padding-top: 1.5rem;
  text-align: center; }
  .tc-nlp .nlp-img {
    display: inline;
    width: 3.3rem; }
  .tc-nlp .nlp-wz {
    padding: 0.5rem 0;
    font-size: 0.7rem;
    color: #999;
    line-height: 1.5rem; }
  .tc-nlp a {
    padding: 0.25rem 0.75rem;
    color: #fff;
    background: #CE3C3D;
    border-radius: 0.75rem; }

.tc-cklp p {
  padding-top: 1rem;
  text-indent: 2em;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #666; }
  .tc-cklp p a, .tc-cklp p b {
    color: #CE3C3D; }
.tc-cklp .lp {
  margin-top: 0.5rem;
  text-align: center; }
  .tc-cklp .lp .lpxg-img {
    height: 3rem;
    border: 0.05rem solid #e6e6e6; }
  .tc-cklp .lp span {
    color: #666;
    line-height: 1.5rem; }

.fp-con {
  min-height: 300px; }

.pb-box, .home-box, .btnhome-box {
  position: relative;
  z-index: 3; }

.home-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  height: 980px;
  background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/p-bg.png) center bottom no-repeat;
  box-sizing: content-box; }
  .home-sec .home-con {
    position: relative;
    width: 1200px;
    margin: 50px auto; }
  .home-sec .logo-img {
    width: 18%; }
  .home-sec .title {
    width: 90%;
    display: block;
    margin: auto; }
  .home-sec .time {
    width: 40%;
    display: block;
    margin: 35px auto 0; }
  .home-sec .menu {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 50px; }
    .home-sec .menu a {
      position: relative;
      width: 10%;
      display: inline-block;
      text-align: center;
      margin: 0 1%; }
      .home-sec .menu a:after {
        position: absolute;
        right: -45%;
        top: 20%;
        content: '';
        width: 70%;
        height: 0;
        border-top: 1px dotted #222; }
      .home-sec .menu a b {
        display: block;
        width: 80%;
        height: 0;
        padding-top: 30%;
        margin: 10px auto 0; }
      .home-sec .menu a span {
        display: inline-block;
        width: 30px;
        height: 30px;
        font-size: 0;
        border-radius: 50%;
        border: 3px solid #222; }
      .home-sec .menu a:hover, .home-sec .menu a.active {
        cursor: pointer; }
        .home-sec .menu a:hover span, .home-sec .menu a.active span {
          border-color: #95171a; }
      .home-sec .menu a:nth-child(1) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_01.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(1):hover b, .home-sec .menu a:nth-child(1).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_01_red.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(2) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_02.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(2):hover b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_02_red.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(3) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_03.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(3):hover b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_03_red.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(4) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_04.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(4):hover b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_04_red.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(5) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_05.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(5):hover b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_05_red.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(6) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_06.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(6):hover b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_06_red.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(7) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_08.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(7):hover b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/tag_08_red.png) center top no-repeat;
        background-size: contain; }
      .home-sec .menu a:nth-child(7):after {
        width: 0; }

.btns-div {
  position: absolute;
  top: 30px;
  right: 0; }
  .btns-div a {
    display: inline-block;
    color: #ac8d4c;
    padding: 5px 24px;
    border: 1px solid #ac8d4c;
    font-size: 18px;
    margin: 0 5px;
    background-color: white;
    cursor: pointer; }
    .btns-div a.active {
      background-color: #ac8d4c;
      color: white; }

.home-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 14px;
  background-color: #222;
  text-align: center; }

.home-box {
  padding-top: 1rem;
  text-align: center;
  padding-left: 1rem; }
  .home-box .dh-logo {
    float: left; }
  .home-box .dh-bt {
    width: 90%; }
  .home-box .dh-sj {
    width: 75%; }
  .home-box .dh-an {
    width: 45%; }
  .home-box a {
    display: block; }
  .home-box .dh-bmch {
    margin-top: 2.5rem; }
    .home-box .dh-bmch img {
      margin-right: 0.5rem; }
  .home-box .dh-js {
    margin-top: 1rem; }
    .home-box .dh-js img {
      margin-right: 0.5rem; }
  @media screen and (max-width: 340px) {
    .home-box .dh-bmch {
      margin-top: 1.5rem; }
    .home-box .dh-js {
      margin-top: .2rem; } }

.mw-bg {
  position: absolute;
  z-index: 2;
  width: 100%; }

.mw-bg-bot {
  position: absolute;
  z-index: 1;
  bottom: -1rem;
  left: 0;
  width: 100%; }

.dzt-sec, .btnhome-sec, .yc-sec, .jb-sec, .wdy-sec, .dw-sec, .ts-sec, .tj-sec, .dy-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-width: 1200px;
  height: 980px;
  background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/p-bg.png) center bottom no-repeat;
  box-sizing: content-box; }

.dzt-sec-02 {
  position: relative;
  width: 600px;
  height: 720px;
  margin: 20px auto 0;
  background: white; }

.dzt-box {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 2rem;
  text-align: center; }
  .dzt-box img {
    display: inline; }
  .dzt-box .mw-tit {
    width: 65%; }
  .dzt-box .dzt-01 span {
    margin: 0 0.5rem;
    font-size: 0.7rem;
    color: #CE3C3D; }
  .dzt-box .dzt-02 {
    font-size: 1.8rem;
    color: #CFAC77;
    line-height: 4rem; }
  .dzt-box .dzt-03 {
    color: #333;
    font-size: 0.8rem; }
  .dzt-box .dzt-ewm {
    margin-top: 0.25rem; }
    .dzt-box .dzt-ewm .ewm {
      display: inline-block;
      width: 6rem;
      height: 6rem; }
    .dzt-box .dzt-ewm span {
      display: block;
      font-size: 0.6rem;
      color: #999; }
  .dzt-box .dzt-mp {
    margin-top: 1rem;
    padding: 0 4rem;
    text-align: left;
    color: #333;
    font-size: 0.7rem;
    line-height: 0.9rem; }

.btnhome-box {
  padding-top: 1rem;
  text-align: center; }
  .btnhome-box .mw-tit {
    width: 70%; }
  .btnhome-box .dh-sj {
    width: 50%;
    margin-top: 1rem; }
  .btnhome-box .btn-list {
    padding: 0 1rem;
    margin-top: 1rem;
    font-size: 0; }
    .btnhome-box .btn-list a {
      display: inline-block;
      width: 33.3%;
      text-align: center; }
    .btnhome-box .btn-list img {
      width: 75%; }
  .btnhome-box .btn-list-01 {
    margin-top: 1.5rem; }
  @media screen and (max-width: 340px) {
    .btnhome-box .btn-list {
      margin-top: .5rem; } }

.dy-con {
  width: 60rem;
  margin: auto;
  overflow: hidden; }

.dy-con-box, .yc-con-box, .jb-con-box, .wdy-con-box, .dw-con-box, .ts-con-box, .iframe-con-box {
  position: relative;
  z-index: 5;
  width: 950px;
  margin: auto;
  margin-top: 240px; }

.yc-con-box {
  width: 100%;
  margin-top: 0; }
  .yc-con-box .yc-tit {
    padding-top: 0.75rem;
    color: #8F7941;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: bold;
    text-align: center; }
    .yc-con-box .yc-tit span {
      font-size: 0.8rem; }
  .yc-con-box dl {
    padding: 0.75rem 0;
    border-bottom: 0.05rem solid #e6e6e6;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .yc-con-box dl dd {
      padding-left: 0.5rem; }
    .yc-con-box dl dt {
      vertical-align: top;
      font-size: 0.9rem;
      color: #333;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .yc-con-box dl .dt-tit {
      line-height: 1.2rem;
      color: #333;
      font-size: 0.8rem; }
    .yc-con-box dl .dt-jb {
      color: #999;
      font-size: 0.7rem;
      line-height: 25px; }
      .yc-con-box dl .dt-jb span {
        color: #999; }
      .yc-con-box dl .dt-jb > span {
        color: #333; }

.jb-con-box {
  width: 100%;
  margin-top: 0; }
  .jb-con-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .jb-con-box .jb-item {
    width: 15%;
    margin-top: 0.75rem;
    padding: 0 0.5rem;
    text-align: center; }
    .jb-con-box .jb-item img {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .jb-con-box .jb-item .img-box {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      overflow: hidden; }
    .jb-con-box .jb-item .name {
      margin-top: 0.25rem;
      font-size: 0.9rem;
      color: #333; }
    .jb-con-box .jb-item .jj {
      font-size: 0.7rem;
      color: #999; }

.dw-con-box {
  margin-top: 0;
  width: 100%; }
  .dw-con-box .dw-tit {
    margin-top: 1rem;
    font-size: 0.8rem; }
    .dw-con-box .dw-tit img {
      height: 1rem; }
  .dw-con-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .dw-con-box ul li {
      width: 24%;
      padding: 0 0.5rem;
      margin: 0.75rem 0; }
      .dw-con-box ul li img {
        width: 100%;
        border: 0.05rem solid #E6E6E6; }

.ts-con-box {
  padding-top: 20px;
  width: 100%;
  margin-top: 0; }
  .ts-con-box p {
    margin-bottom: 0.5rem;
    text-indent: 2em;
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: #666; }
    .ts-con-box p b {
      color: #333; }

.js-con-box p {
  text-indent: 2em;
  margin-bottom: 1em; }

.iframe-con-box {
  float: right;
  margin: 100px 0 0;
  padding: 0 30px; }

.pc_big_tit {
  display: block;
  margin: 4rem auto 0;
  -webkit-transform: translateX(160px);
          transform: translateX(160px); }

.select-type .attendee-mess {
  position: relative;
  padding: 0.5rem; }
  .select-type .attendee-mess .frm-group {
    width: 25rem;
    padding: 0;
    margin-bottom: 15px; }
    .select-type .attendee-mess .frm-group .frm-label {
      width: 3.2rem;
      line-height: 1rem;
      color: #666;
      font-size: 0.8rem;
      text-align: justify;
      margin-top: -0.2rem; }
    .select-type .attendee-mess .frm-group .input-text {
      font-size: 0.8rem;
      color: #333;
      padding: 0.3rem 0 0.3rem 0.2rem;
      border-bottom: 1px solid #eee; }
    .select-type .attendee-mess .frm-group p.input-text {
      display: inline-block;
      margin-top: -2px;
      border: none; }
    .select-type .attendee-mess .frm-group .marginTop {
      margin-top: -1.2rem; }
    .select-type .attendee-mess .frm-group .update {
      color: #ce3c3d;
      font-size: 0.8rem;
      cursor: pointer; }
      .select-type .attendee-mess .frm-group .update i {
        display: inline-block;
        width: 1.2rem;
        height: 1rem;
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_xg_icon.png) center center no-repeat;
        background-size: auto 100%;
        vertical-align: middle;
        margin-top: -0.2rem; }
.select-type .type-table {
  width: 100%;
  background: white;
  box-shadow: 0 0 5px #ccc; }
  .select-type .type-table tr {
    font-size: 0;
    cursor: pointer; }
    .select-type .type-table tr.thead {
      background: #ce3c3d;
      color: white; }
    .select-type .type-table tr.checked {
      background: #fffef0; }
    .select-type .type-table tr:last-child td {
      border: none; }
  .select-type .type-table th, .select-type .type-table td {
    font-size: 0.8rem;
    text-align: center;
    padding: 0.5rem 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    font-weight: normal; }
  .select-type .type-table td {
    height: 93px;
    vertical-align: middle; }
    .select-type .type-table td.sp1 {
      width: 10%; }
    .select-type .type-table td.sp2 {
      width: 20%;
      font-weight: bold;
      font-size: 1rem; }
    .select-type .type-table td.sp3 {
      width: 20%;
      font-size: 1.2rem; }
    .select-type .type-table td.sp4 {
      width: 50%;
      text-align: left;
      padding-left: 50px; }
  .select-type .type-table .sp2 span {
    display: inline-block;
    color: white;
    font-size: 0.7rem;
    padding: 0 5px; }
  .select-type .type-table .sp2 .tension {
    background: #f39800; }
  .select-type .type-table .sp2 .sell-out {
    background: #ce3c3d; }
  .select-type .type-table .sp2 .ample {
    background: #48b6c5; }
  .select-type .type-table .scc-cbox-div {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block; }
.select-type .frm-btn-group {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem 0;
  background: white;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .select-type .frm-btn-group .input-btn {
    padding: 0;
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: #ce3c3d;
    border-radius: 0.25rem;
    font-size: 1rem; }
.select-type .scc-btn {
  margin-top: 50px; }

.submit-indent {
  position: relative;
  overflow: hidden; }
  .submit-indent .tit-tips {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0; }
    .submit-indent .tit-tips span {
      vertical-align: top;
      line-height: 28px; }
  .submit-indent .float-tips {
    position: relative;
    display: inline-block;
    font-size: 0.7rem;
    color: white;
    background-color: #ce3c3d;
    margin-left: 15px;
    line-height: 28px; }
    .submit-indent .float-tips img {
      vertical-align: top;
      margin: 4px 5px 0 9px; }
    .submit-indent .float-tips:before {
      position: absolute;
      top: 4px;
      left: -17px;
      content: '';
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 20px solid #ce3c3d;
      border-bottom: 10px solid transparent; }
  .submit-indent .attendee {
    color: #333;
    background-color: white;
    padding: 0.5rem 1rem;
    font-size: 0.8rem; }
    .submit-indent .attendee p {
      overflow: hidden;
      font-size: 0.8rem; }
    .submit-indent .attendee .phone {
      float: right; }
    .submit-indent .attendee label {
      position: relative;
      width: 300px; }
    .submit-indent .attendee input {
      padding: 0.35rem 0;
      width: 230px !important;
      font-size: 0.8rem;
      border-bottom: 1px solid #ccc; }
      .submit-indent .attendee input:disabled {
        font-size: 16px;
        background: white;
        border: none; }
    .submit-indent .attendee .input-btn {
      top: 0; }
    .submit-indent .attendee .tips {
      padding-left: 50px;
      width: 300px;
      color: #CE3C3D;
      font-size: 0.7rem; }
  .submit-indent .ticket-mess {
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 10rem;
    height: 11.65rem;
    background: white; }
    .submit-indent .ticket-mess .left {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      width: 8rem;
      font-size: 0; }
      .submit-indent .ticket-mess .left img {
        width: 8rem; }
    .submit-indent .ticket-mess .right h1 {
      overflow: hidden; }
      .submit-indent .ticket-mess .right h1 span {
        font-size: 1.4rem; }
      .submit-indent .ticket-mess .right h1 .price {
        float: right;
        color: #ce3c3d;
        font-size: 0.8rem; }
        .submit-indent .ticket-mess .right h1 .price b {
          font-weight: normal;
          font-size: 1rem; }
    .submit-indent .ticket-mess .right div {
      width: 100%;
      font-size: 0.7rem; }
  .submit-indent .coupon {
    padding: 0 1rem;
    background-color: white;
    margin-top: 0.5rem; }
    .submit-indent .coupon h1 {
      font-size: 0.8rem;
      border-bottom: 1px solid #eee;
      padding: 0.7rem 0;
      cursor: pointer; }
      .submit-indent .coupon h1 span {
        float: right;
        margin-right: 0.5rem;
        color: #ce3c3d; }
      .submit-indent .coupon h1 i {
        float: right;
        width: 0.65rem;
        height: 0.95rem;
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_pw_f_icon.png) center center no-repeat;
        background-size: 85%; }
    .submit-indent .coupon .price {
      padding: 0.5rem 0; }
      .submit-indent .coupon .price p {
        overflow: hidden;
        font-size: 0.8rem; }
        .submit-indent .coupon .price p:first-child {
          margin-bottom: 0.2rem; }
        .submit-indent .coupon .price p span {
          float: right;
          color: #ce3c3d; }
  .submit-indent .deal {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem; }
    .submit-indent .deal p {
      font-size: 0.7rem; }
      .submit-indent .deal p input {
        vertical-align: middle; }
    .submit-indent .deal a {
      cursor: pointer; }
    .submit-indent .deal .tips {
      font-size: 0.7rem;
      margin-top: 0.5rem;
      color: #999; }
  .submit-indent .pay-sub {
    width: 100%;
    line-height: 2.6rem;
    text-align: right;
    font-size: 0.9rem; }
    .submit-indent .pay-sub span {
      font-size: 1.2rem;
      margin-right: 20px;
      color: #ce3c3d; }
    .submit-indent .pay-sub a {
      width: 200px;
      height: 2.6rem;
      line-height: 2.6rem;
      text-align: center;
      display: inline-block;
      background: #ce3c3d;
      color: white;
      font-size: 1rem;
      margin-left: 0.5rem;
      cursor: pointer;
      border-radius: 0.25rem; }

.coupon-popbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .coupon-popbox .coupon-con {
    position: absolute;
    left: 50%;
    margin-left: -10rem;
    top: 30%;
    width: 20rem;
    background: white;
    border-radius: 0.5rem; }
    .coupon-popbox .coupon-con h1 {
      position: relative;
      text-align: center;
      padding: 0.7rem 0;
      font-size: 0.9rem;
      font-weight: bold; }
      .coupon-popbox .coupon-con h1 img {
        position: absolute;
        right: 0.8rem;
        width: 1.25rem;
        cursor: pointer; }
    .coupon-popbox .coupon-con .frm-group {
      padding: 0;
      margin: 0 1rem; }
      .coupon-popbox .coupon-con .frm-group .input-text {
        width: 100%;
        padding: 0.5rem;
        border: 1px solid #eee;
        border-radius: 0.25rem; }
      .coupon-popbox .coupon-con .frm-group .input-btn {
        margin-left: 0.5rem;
        background: #ce3c3d;
        line-height: 1.9rem; }
    .coupon-popbox .coupon-con p {
      padding: 0 1rem;
      color: #999; }
    .coupon-popbox .coupon-con .discount {
      padding: 0.3rem 1rem;
      color: #333;
      font-weight: bold; }
    .coupon-popbox .coupon-con .frm-btn-group {
      position: relative;
      margin: 0.7rem 0; }
      .coupon-popbox .coupon-con .frm-btn-group a {
        cursor: pointer; }
      .coupon-popbox .coupon-con .frm-btn-group .input-btn {
        display: inline-block;
        padding: 0.5rem 15%;
        background: #ce3c3d;
        border-radius: 0.25rem; }
      .coupon-popbox .coupon-con .frm-btn-group .cancel {
        position: absolute;
        left: 1rem;
        bottom: 0;
        color: #999; }

.return-popbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .return-popbox .return-con {
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 85%;
    background: white;
    border-radius: 0.5rem;
    text-align: center;
    overflow: hidden; }
  .return-popbox .warning {
    display: block;
    margin: 1rem auto; }
  .return-popbox p {
    font-size: 0.8rem;
    margin-bottom: 1rem; }
  .return-popbox .frm-btn-group {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ddd; }
    .return-popbox .frm-btn-group .input-btn {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-radius: 0;
      cursor: pointer; }
      .return-popbox .frm-btn-group .input-btn:first-child {
        color: #333;
        background: white; }
      .return-popbox .frm-btn-group .input-btn:last-child {
        color: white;
        background: #ce3c3d; }

.pop-sec {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.resulttips-sec {
  z-index: 1002; }
  .resulttips-sec .pop-con-box {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 6px 20px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 0.5rem; }
    .resulttips-sec .pop-con-box.bg-dark {
      background: #23262d; }
    .resulttips-sec .pop-con-box.bg-red {
      background: #c30d23; }
    .resulttips-sec .pop-con-box .iconfont {
      margin-right: 10px;
      font-size: 18px; }

.pop-con-box {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  box-shadow: 0 0 10px #666;
  border-radius: 5px; }
  .pop-con-box .pop-con-tit {
    line-height: 40px;
    padding: 0 15px 0 20px;
    color: #fff;
    background: #16181c;
    border-radius: 5px 5px 0 0; }
    .pop-con-box .pop-con-tit em {
      font-style: normal; }
    .pop-con-box .pop-con-tit .iconfont {
      float: right;
      color: #ccc;
      cursor: pointer; }
      .pop-con-box .pop-con-tit .iconfont:hover {
        color: #fff; }
  .pop-con-box .pop-con {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px; }

.mess-tips-sec {
  z-index: 1001; }
  .mess-tips-sec .pop-con-box {
    min-width: 400px; }
  .mess-tips-sec .pop-con {
    padding: 20px 30px; }
  .mess-tips-sec .mess-box {
    text-align: center;
    margin-bottom: 10px;
    line-height: 35px; }
    .mess-tips-sec .mess-box .iconfont {
      margin-right: 5px;
      color: #c30d23;
      font-size: 22px;
      vertical-align: middle; }
  .mess-tips-sec .btn-box {
    text-align: center; }
    .mess-tips-sec .btn-box .btn {
      margin: 0 15px;
      padding: 5px 10px;
      border-radius: 5px;
      color: white;
      cursor: pointer; }
      .mess-tips-sec .btn-box .btn.bg-red {
        background: #c30d23; }
      .mess-tips-sec .btn-box .btn.bg-db {
        background: #343a53; }

.pop-con-box.xy-box {
  top: 5%;
  width: 90%;
  height: 90%;
  background: #fff; }
  @media screen and (max-width: 340px) {
    .pop-con-box.xy-box .con {
      padding: 5rem 1rem 4rem; }
    .pop-con-box.xy-box .frm-btn-group .input-btn {
      line-height: 25px; } }
  .pop-con-box.xy-box .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0.5rem;
    text-align: center;
    border-bottom: 0.05rem solid #e6e6e6;
    background: #fff; }
    .pop-con-box.xy-box .tit b {
      font-size: 1.1rem;
      color: #967120; }
    .pop-con-box.xy-box .tit span {
      font-size: 16px; }
  .pop-con-box.xy-box .con {
    padding: 4.5rem 1rem 3rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll; }
    .pop-con-box.xy-box .con .color-red {
      color: #c30d23; }
    .pop-con-box.xy-box .con p {
      text-indent: 2em;
      line-height: 1.2rem;
      margin-bottom: 0.2rem; }
    .pop-con-box.xy-box .con .t0 {
      font-size: 0.8rem; }
    .pop-con-box.xy-box .con .c2 {
      text-indent: 4em; }
  .pop-con-box.xy-box .frm-btn-group {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    background: #fff; }
    .pop-con-box.xy-box .frm-btn-group .input-btn {
      display: inline-block;
      width: 150px;
      text-align: center;
      color: #fff;
      line-height: 30px; }
    .pop-con-box.xy-box .frm-btn-group .background-red {
      background: #ce3c3d; }

.left-nav {
  position: relative;
  float: left;
  width: 184px;
  margin-top: -45px; }
  .left-nav ul {
    position: absolute;
    top: 270px;
    right: -25px;
    width: 120px;
    text-align: right; }
    .left-nav ul a {
      display: block;
      margin-bottom: 30px;
      cursor: pointer; }
      .left-nav ul a b {
        display: inline-block;
        width: 77px;
        height: 20px;
        vertical-align: top; }
      .left-nav ul a:nth-child(1) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_big_01.png) center center no-repeat; }
      .left-nav ul a:nth-child(1).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_s_01.png) center center no-repeat; }
      .left-nav ul a:nth-child(2) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_big_02.png) center center no-repeat; }
      .left-nav ul a:nth-child(2).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_s_02.png) center center no-repeat; }
      .left-nav ul a:nth-child(3) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_big_03.png) center center no-repeat; }
      .left-nav ul a:nth-child(3).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_s_03.png) center center no-repeat; }
      .left-nav ul a:nth-child(4) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_big_04.png) center center no-repeat; }
      .left-nav ul a:nth-child(4).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_s_04.png) center center no-repeat; }
      .left-nav ul a:nth-child(5) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_big_05.png) center center no-repeat; }
      .left-nav ul a:nth-child(5).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_s_05.png) center center no-repeat; }
      .left-nav ul a:nth-child(6) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_big_06.png) center center no-repeat; }
      .left-nav ul a:nth-child(6).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_s_06.png) center center no-repeat; }
      .left-nav ul a:nth-child(7) b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_big_08.png) center center no-repeat; }
      .left-nav ul a:nth-child(7).active b {
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/pc_s_08.png) center center no-repeat; }
      .left-nav ul a:last-child span:after {
        height: 0; }
      .left-nav ul a.active span {
        border-color: #c81b37; }
  .left-nav span {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 3px; }
    .left-nav span:after {
      position: absolute;
      left: 4px;
      top: 11px;
      content: '';
      width: 0;
      height: 39px;
      border-left: 1px solid #ccc; }

.fancybox {
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 20px; }
  .fancybox img {
    width: 100%; }

.color-red {
  color: #ce3c3d; }

.dy-sec .btns-div {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .dy-sec .btns-div a {
    margin: 20px; }

.fp-tit {
  background: white;
  padding: 10px 20px;
  font-size: 16px; }
  .fp-tit b {
    float: right;
    font-size: 14px;
    color: white;
    background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_jh.png) left 10% center no-repeat;
    background-size: auto 52%;
    background-color: #ce3c3d;
    padding: 5px 10px 5px 26px;
    margin: -3px -10px 0 0;
    font-weight: normal;
    cursor: pointer; }

.fp-list {
  padding-bottom: 0.8rem;
  font-size: 0; }
  .fp-list li {
    display: inline-block;
    width: 49%;
    height: 7.3rem;
    margin-top: 0.8rem;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    margin-right: 2%;
    box-shadow: 0 0 15px #ccc;
    vertical-align: top; }
    .fp-list li:nth-child(even) {
      margin-right: 0; }
  .fp-list h3 {
    position: relative;
    font-size: 0.8rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ececec; }
    .fp-list h3 em {
      position: absolute;
      top: 0.4rem;
      right: 0;
      padding: 0.05rem 0.5rem;
      border-radius: 1rem;
      font-style: normal;
      font-size: 0.7rem;
      border: 1px solid black; }
    .fp-list h3 .em1 {
      border-color: #ce3c3d;
      color: #ce3c3d; }
    .fp-list h3 .em2 {
      border-color: #666;
      color: #666; }
  .fp-list div {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fp-list div > span {
      font-size: 0.7rem; }
    .fp-list div b {
      font-weight: normal; }
    .fp-list div .money {
      position: relative;
      width: 27%;
      text-align: center; }
      .fp-list div .money em {
        position: absolute;
        top: -50%;
        right: 11%;
        font-style: normal;
        font-size: 0.6rem;
        background: #0c101c;
        color: white;
        border-radius: 3px;
        padding: 0 3px; }
      .fp-list div .money .em1 {
        background: #ce3c3d; }
      .fp-list div .money .em2 {
        background: #bbb; }
      .fp-list div .money b {
        font-size: 0.85rem;
        font-weight: bold; }
    .fp-list div .address {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-left: 0.5rem; }
      .fp-list div .address span {
        display: block;
        margin: 0.2rem 0; }
      .fp-list div .address:after {
        position: absolute;
        left: -1%;
        top: 0.1rem;
        content: '';
        width: 0;
        height: 96%;
        border-left: 1px solid #ececec; }
      .fp-list div .address em {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0.6rem;
        padding-left: 20px;
        background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_xg.png) left 17% top 85% no-repeat;
        background-size: auto 80%;
        font-style: normal;
        border: 1px solid #aaa;
        padding-right: 4px;
        border-radius: 10px; }

.fp-notice {
  padding: 0.7rem 2.5rem;
  color: #ce3c3d;
  font-size: 0.7rem; }
  .fp-notice span {
    display: block;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    margin-left: -1rem; }

.no-fp {
  width: 100% !important;
  text-align: center;
  color: #ce3c3d;
  font-size: 0.7rem;
  border-radius: 0  !important;
  box-shadow: none  !important; }

.load {
  min-height: 35px;
  background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/public/images/loading-1.gif) center center no-repeat;
  background-color: white; }

.add-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.add-con {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 600px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  overflow: hidden; }
  .add-con .frm-btn-group {
    margin: 0;
    padding: 1rem; }
    .add-con .frm-btn-group .input-btn {
      background-color: #ce3c3d; }
  .add-con .loading {
    position: absolute;
    left: 0;
    top: 0;
    background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/public/images/loading.gif) center center no-repeat;
    background-color: rgba(255, 255, 255, 0.5); }

.add-tit {
  font-weight: bold;
  font-size: 0.8rem;
  background-color: #f3f3f3;
  padding: 0.5rem 1rem; }
  .add-tit img {
    width: 28px;
    float: right;
    margin: -3px -11px 0 0;
    cursor: pointer; }

.choose-order {
  padding: 0.5rem 1rem 0.2rem; }

.order-list {
  background: #ffffff;
  padding: 0 1rem 0.5rem;
  max-height: 260px;
  overflow: scroll;
  overflow-x: hidden; }
  .order-list li {
    position: relative;
    margin-top: 0.7rem;
    cursor: pointer; }
    .order-list li input {
      display: none; }
    .order-list li span {
      position: absolute;
      left: 0;
      top: 0.5rem;
      width: 19px;
      height: 19px;
      background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_ddqr_xz_icon.png) center center no-repeat;
      background-size: 100% 100%; }
    .order-list li label {
      position: relative;
      display: block;
      margin-left: 1.7rem;
      padding: 0.5rem 0.7rem;
      box-shadow: 0 0 17px #ccc;
      background: white;
      border-radius: 0.2rem;
      cursor: pointer; }
      .order-list li label:before {
        position: absolute;
        top: 46%;
        left: 0;
        content: '';
        height: 0.8rem;
        width: 0.4rem;
        border-radius: 0 0.4rem 0.4rem 0;
        background: #f3f3f3; }
      .order-list li label:after {
        position: absolute;
        top: 46%;
        right: 0;
        content: '';
        height: 0.8rem;
        width: 0.4rem;
        border-radius: 0.4rem 0 0 0.4rem;
        background: #f3f3f3; }
    .order-list li input[type="radio"]:checked + span {
      background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_ddqr_wxz_icon.png) center center no-repeat;
      background-size: 100% 100%; }
    .order-list li h4 {
      overflow: hidden;
      padding-bottom: 0.3rem;
      margin-bottom: 0.3rem;
      border-bottom: 1px solid #ececec; }
    .order-list li b {
      font-size: 0.8rem; }
    .order-list li .price {
      float: right; }
    .order-list li .prerogative {
      font-size: 0.6rem;
      color: #aaa;
      white-space: pre-wrap; }
    .order-list li.active > span {
      background: url(//ejia7image.oss-cn-beijing.aliyuncs.com/cptc/2017/m_ddqr_wxz_icon.png) center center no-repeat;
      background-size: 100% 100%; }
  .order-list .no-fp {
    width: 100%;
    height: 2rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ccc; }

.invoice-tit {
  padding: 0.7rem 1rem 0.9rem;
  background: white; }
  .invoice-tit h3 {
    font-weight: bold;
    font-size: 0.8rem; }
  .invoice-tit .scc-cbox-div {
    position: relative;
    top: 12px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
  .invoice-tit .cbox-option {
    vertical-align: sub;
    display: inline-block;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    margin-right: 15px;
    font-size: 0.8rem;
    cursor: pointer; }
  .invoice-tit .fp-rise {
    margin-top: 1rem; }
    .invoice-tit .fp-rise input {
      display: block;
      width: 100%;
      box-sizing: border-box;
      line-height: 2rem;
      font-size: 0.7rem;
      background: #f4f8fb;
      padding-left: 0.5rem;
      border-radius: 0.25rem;
      margin-top: 0.5rem;
      outline: none;
      border: none; }

.receiver {
  padding: 0.7rem 1rem 0;
  background: white; }
  .receiver h3 {
    font-weight: bold;
    font-size: 0.8rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #eee; }
  .receiver .frm-group {
    height: 2.1rem;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee; }
    .receiver .frm-group .frm-label {
      display: inline-block;
      min-width: 52px;
      height: 2rem;
      text-align: justify; }
      .receiver .frm-group .frm-label span {
        display: inline-block;
        width: 100%; }
    .receiver .frm-group .input-text {
      line-height: 2rem;
      font-size: 0.7rem;
      vertical-align: top; }
    .receiver .frm-group:last-child {
      border: none; }
