.H60 {
  line-height: 60px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font: 0;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.s_grey {
  color: #3B3A40;
}
.q_grey {
  color: #828282;
}
.finBtn {
  width: 120px;
  height: 36px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
}
.red {
  background: #dc2728 !important;
}
.yellow {
  background: #F5A623;
}
.bule {
  background: #86BEFF;
}
.BGf6 {
  background: #F6F6F6;
}
.c_red {
  color: #dc2728 !important;
}
.c_yellow {
  color: #F5A623 !important;
}
.c_bule {
  color: #86BEFF !important;
}
.c_green {
  color: #60B800 !important;
}
.c_refundtxt {
  color: #3B3A40 !important;
}
.min-height {
  min-height: 450px;
}
.font12 {
  font-size: 12px;
}
.font18 {
  font-size: 18px;
}
.mt2 {
  margin-top: 2px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb52 {
  margin-bottom: 52px;
}
.mb58 {
  margin-bottom: 58px;
}
.mb204 {
  margin-bottom: 204px;
}
.mb274 {
  margin-bottom: 274px;
}
.ml15 {
  padding-left: 15px;
}
.ml20 {
  padding-left: 20px;
}
.ml19 {
  margin-left: 19px;
}
.mr16 {
  margin-right: 16;
}
.pl21 {
  padding-left: 21px;
}
.pl171 {
  padding-left: 171px;
}
.w287 {
  width: 287px;
}
.w160 {
  width: 160px;
}
.centet {
  text-align: center;
}
.alLeft {
  text-align: left !important;
}
.after {
  clear: both;
  display: block;
  content: "";
}
.container {
  width: 80%;
  min-width: 1002px;
  margin: 0 auto;
  padding: 0 auto;
}
.container .span2 {
  width: 130px;
  float: left;
}
.container .span10 {
  width: 792px;
  float: left;
  margin-left: 41px;
  display: inline;
}
.container .span7 {
  width: 700px;
  float: left;
}
.container .span5 {
  width: 300px;
  float: left;
  display: inline;
  margin-left: 1px;
}
.container:after {
  clear: both;
  display: block;
  content: "";
}
.show {
  display: block !important;
  _display: block;
}
.hide {
  display: none !important;
  _display: none;
}
.clear {
  clear: both;
}
.ajax_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.ajax_loading::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  background: url("../images/loading.gif") no-repeat;
  background-size: 42px 42px ;
  width: 100%;
  height: 60px;
}
.ajax_loading.absolute {
  position: absolute;
  background: #FFF;
}
.bgwhite {
  background: #FFF;
}
.btn_orange {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  background: #FF7F00;
  font-size: 1.3rem;
  font-family: inherit;
  display: block;
}
.ajaxSatus {
  width: 100%;
  line-height: 1.5;
  font-size: 0.09rem;
  text-align: center;
  color: #888;
}
.orange {
  color: #FF7F00;
}
.blue {
  color: #59a5f0;
}
.tips_t {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
}
.tips_t .content_w {
  width: 100%;
  height: 100%;
  display: table;
}
.tips_t .content_i {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tips_t .content {
  width: 90%;
  height: auto;
  display: inline-block;
  z-index: 1;
  background: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
}
.tips_t .content .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  background: #59a5f0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
}
.tips_t .content .title a {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -8px 0 0 0;
  text-decoration: none;
  background: url("../images/pop.png") no-repeat;
  background-size: 50px 50px;
}
.tips_t .content .info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  width: 100%;
  min-height: 100px;
  line-height: 150%;
  text-align: center;
  font-size: 13px;
  box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -webkit-box-pack: center;
  box-align: center;
  -mozbox-align: center;
  -o-align: center;
  -webkit-box-align: center;
}
.tips_t .content .info > .info_c {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tips_t .content .btns {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: box;
  display: -webkit-box;
  display: -moz-box;
}
.tips_t .content .btns a {
  display: block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #59a5f0;
  font-size: 15px;
  border-top: 1px solid #EAEAEB;
}
.tips_t .content .btns a:nth-last-child(1) {
  border-left: 1px solid #EAEAEB;
}
.tips_t .content .btns.onebtn a:nth-last-child(1) {
  border-left: 0;
}
/*浮动警告*/
.Popup-Float-Wrap {
  width: 220px;
  border-radius: 2px;
  z-index: 9999;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
}
.Popup-Float-Wrap.shadow {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
.Popup-Float-Wrap .modeMsg {
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 0.9);
  padding: 15px;
}
.Popup-Float-Wrap .modeMsg .content {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
/* alert*/
.alert_t {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.alert_t .content {
  position: absolute;
  top: 50%;
  left: 50%;
}
.alert_t .content .info {
  padding: 8px 10px;
  max-width: 90%;
  margin: -50% 0 0 -50%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  border-radius: 5px;
}
.topTip {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.pop-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  perspective: 800px;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
}
.pop_content {
  width: 600px;
  height: 240px;
  background: #fff;
  position: fixed;
  left: 50%;
  /*margin-left: -300px;*/
    margin-left: -110px;
    border-radius: 5px;
  top: 50%;
  margin-top: -120px;
  display: none;
  z-index: 5;
}
.pop-box .pop_content .pop-title {
  width: 100%;
  height: 40px;
  background: dodgerblue;
  color: #fff;
  line-height: 40px;
  text-indent: 15px;
}
.pop-box .pop_content .pop-close {
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: right;
  cursor: pointer;
  color: #FFF;
}
.pop-box .pop_content .pop-info-w {
  display: table;
  width: 100%;
  height:2rem;
  text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
  padding: 1rem;
}
.pop-box{
  /*padding: 20px;*/
    font-size: 14px;
  line-height: 180%;
    border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
  background: #FFF;
}
.pop-box .pop-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.pop-box .pop_content .btns {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.pop-box .pop_content .btns a {
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: dodgerblue;
  display: inline-block;
  border-top: 1px solid #eaeaea;
}
.pop-box .pop_content .btns a.btn_l {
  border-right: 1px solid #EAEAEA;
  margin-right: -1px;
}
.pop-box .pop_content .btns a.btn100 {
  width: 100%;
}
.pop-box .blockBox .pop-info {
  display: block;
}
.pop-box .blockBox .pop-info input,
.pop-box .blockBox .pop-info textarea {
  padding: .08rem;
  border: 1px solid #ebebeb;
  width: 100%;
}
.pop_content.small {
  width: 400px;
  height: 180px;
  margin: -75px 0 0 -200px;
}
.pop_content.small .pop-info-w {
  height: 100px;
}
.pop_content.large {
  width: 800px;
  height: 400px;
  margin: -200px 0 0 -400px;
}
.pop_content.large .pop-info-w {
  height: 320px;
}
.pop_content.xlarge {
  width: 1000px;
  height: 600px;
  margin: -300px 0 0 -500px;
}
.pop_content.xlarge .pop-info-w {
  height: 520px;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
