*{
  margin: 0; 
  padding: 0; 
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
#main *{
  box-sizing: border-box;
}
a{color: #666;}
li{list-style: none;}
.clearfix {
  display: block;
  zoom: 1;
}.tC {
  text-align: center;
}.tl {
    text-align: left;
}a {
    text-decoration: none;
}
.l {
  float: left;
}
.u_line{text-decoration: underline;}
.db{display: block}
.pr{position: relative}
.pa{position: absolute} 
.mg0a{margin: 0 auto;}
.hide{display: none;}
.btn{transition: 0.2s;}
.unvisible{visibility: hidden}
.btn:hover{
  transform: translateY(-3px);
  filter: brightness(1.05);
  cursor: pointer;
}
.btn:active{
  transform: translateY(-3px) !important;
  transform-origin: center center;
  transition: none !important;
} 
.fl{float: left;}
.fr{float: right;}
.tl0{top: 0; left: 0;}
.tc{text-align: center;}
.c_green{color: #5ad2d3}
.c_666{color: #666}
.c_999{color: #999}
.fs_14{font-size: 14px}
.fs_16{font-size: 16px}
.fs_18{font-size: 18px}
.fs_20{font-size: 20px}
.fs_24{font-size: 24px}

.fw_b{font-weight: bold}

.mgtb_12{margin-top: 12px; margin-bottom: 12px}
.mgr_12{margin-right: 12px;}
.mgb_12{margin-bottom: 12px;}
.mgb_8{margin-bottom: 8px;}

.pdtb_12{padding-top: 12px; padding-bottom: 12px}
.pdb_12{padding-bottom: 12px}


@keyframes updown
    {
    from {
        transform: translateY(-20px)
    }

    to {  
        transform: translateY(0);
    }
}

@keyframes updown2
    {
    from {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0);
    }
}

@keyframes updown3
    {
    from {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0);
    }
}

@keyframes updown4
    {
    from {
        transform: translateY(20px) scaleX(-1)
    }

    to {
        transform: translateY(0) scaleX(-1);
    }
}

/* =============================================================*/
/* ============================ dialog ========================*/
/* =============================================================*/
.all_dialog {
  width: 0;
  height: 0;
  overflow: hidden;
}

.dialog {
  position: relative;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../img/dialog_cover.png);
  opacity: 0;
  transition: 0.5s;
}

.dialog .dialog_body {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-500px);
  transition: transform 0.5s, opacity 0.5s;
}

.dialog .dialog_main {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
}

.dialog .header {
  width: 100%;
  height: 68px;
  background-size: 100%;
}


.dialog .dialog_inner {
  padding: 36px;
  background: #fff;
  border-radius: 28px;
}

.dialog .dialog_inner .dialog_content{
    overflow: auto;
}

.dialog .dialog_body .close {
  float: right;
  width: 68px;
  height: 68px;
}

.dialog .dialog_body .nactcommonbox__box__closeBtn {
  background-image: url(http://resource.a0bi.com/resource/js/plugins/actcommonbox/style/sprites/aobi.png);
  width: 59px !important;;
  height: 62px !important;
  background-position: -734px 0px;
  top: 68px;
  right: -64px;
}

.dialog .dialog_body .nactcommonbox__box__closeBtn:hover {
  background-position: -798px 0px;
}


.nactcommonbox__main2 .shareBtn_qq,.nactcommonbox__main2 .shareBtn_qzone,.nactcommonbox__main2 .shareBtn_sinaweibo {
    background-image: url(../img/share_btn.png);
    width: 70px;
    height: 70px
  }
  
  .nactcommonbox__main2 .shareBtn {
    display: inline-block;
    margin: 0 10px;
    transition: .5s -webkit-transform ease;
    transition: .5s transform ease;
    transition: .5s transform ease,.5s -webkit-transform ease
  }
  
  .nactcommonbox__main2 .shareBtn:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-filter: brightness(106%);
    filter: brightness(106%)
  }
  
  .nactcommonbox__main2 .shareBtn_qq {
    background-position: -77px -0px
  }
  
  .nactcommonbox__main2 .shareBtn_qzone {
    background-position: 0px -80px;
  }
  
  .nactcommonbox__main2 .shareBtn_sinaweibo {
    background-position: -2px 0px;
  }
  

.dialog .dialog_body .msg_text {
  display: inline-block;
  padding: 20px 30px;
  max-width: 600px;
  font-size: 18px;
  color: #d6ccc0;
  background: url(../img/dialog_cover.png);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.dialog_msg {
  position: relative;
  top: 40%;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.dialog.dialog_loading .dialog_body img {
  width: 72px;
}

.la-ball-circus,
.la-ball-circus>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-circus {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-circus.la-dark {
    color: #333
}

.la-ball-circus>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-circus {
    width: 16px;
    height: 16px
}

.la-ball-circus>div {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 16px;
    width: 100%;
    height: 16px;
    height: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
    -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
    -o-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
    animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1)
}

.la-ball-circus>div:nth-child(1) {
    -webkit-animation-delay: 0s, -0.5s;
    -moz-animation-delay: 0s, -0.5s;
    -o-animation-delay: 0s, -0.5s;
    animation-delay: 0s, -0.5s
}

.la-ball-circus>div:nth-child(2) {
    -webkit-animation-delay: -0.5s, -1s;
    -moz-animation-delay: -0.5s, -1s;
    -o-animation-delay: -0.5s, -1s;
    animation-delay: -0.5s, -1s
}

.la-ball-circus>div:nth-child(3) {
    -webkit-animation-delay: -1s, -1.5s;
    -moz-animation-delay: -1s, -1.5s;
    -o-animation-delay: -1s, -1.5s;
    animation-delay: -1s, -1.5s
}

.la-ball-circus>div:nth-child(4) {
    -webkit-animation-delay: -1.5s, -2s;
    -moz-animation-delay: -1.5s, -2s;
    -o-animation-delay: -1.5s, -2s;
    animation-delay: -1.5s, -2s
}

.la-ball-circus>div:nth-child(5) {
    -webkit-animation-delay: -2s, -2.5s;
    -moz-animation-delay: -2s, -2.5s;
    -o-animation-delay: -2s, -2.5s;
    animation-delay: -2s, -2.5s
}

.la-ball-circus.la-sm {
    width: 8px;
    height: 8px
}

.la-ball-circus.la-sm>div {
    width: 8px;
    height: 8px
}

.la-ball-circus.la-2x {
    width: 32px;
    height: 32px
}

.la-ball-circus.la-2x>div {
    width: 32px;
    height: 32px
}

.la-ball-circus.la-3x {
    width: 48px;
    height: 48px
}

.la-ball-circus.la-3x>div {
    width: 48px;
    height: 48px
}

@-webkit-keyframes ball-circus-position {
    50% {
        left: 100%
    }
}

@-moz-keyframes ball-circus-position {
    50% {
        left: 100%
    }
}

@-o-keyframes ball-circus-position {
    50% {
        left: 100%
    }
}

@keyframes ball-circus-position {
    50% {
        left: 100%
    }
}

@-webkit-keyframes ball-circus-size {
    50% {
        -webkit-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3)
    }
}

@-moz-keyframes ball-circus-size {
    50% {
        -moz-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3)
    }
}

@-o-keyframes ball-circus-size {
    50% {
        -o-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3)
    }
}

@keyframes ball-circus-size {
    50% {
        -webkit-transform: scale(0.3, 0.3);
        -moz-transform: scale(0.3, 0.3);
        -o-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3)
    }
}

.la-ball-circus.la-2x {
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.la-ball-circus.la-2x>div {
    width: 32px;
    height: 32px;
}