@charset "UTF-8";
/*模块 padding*/
/*通用阴影*/
/*通用圆角*/
/*主颜色*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******x reset end*****/
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.clear {
  clear: both;
  *zoom: 1;
}

.cf:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*显示类*/
.hide, .hidden {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock, .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*位置浮动类*/
.float-left, .pull-left {
  float: left;
}

.float-right, .pull-right {
  float: right;
}

.vertical-middle {
  vertical-align: middle;
}

.over-hide, .over-hidden {
  overflow: hidden;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.scroll-auto, .scrollauto {
  overflow: auto;
}

.scroll {
  overflow: auto;
}

/*内联文本类*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-nowrap, .nowrap {
  white-space: nowrap;
}

.breakall, .break-all, .text-break {
  word-break: break-all;
}

.text-bold, .font-bold {
  font-weight: bold !important;
}

.text-lowercase, .lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

.hover-transition {
  transition: all 0.35s ease;
}

textarea, input {
  outline: none;
}

.text-orange {
  color: #ff6637;
}

body {
  display: block;
  overflow-x: hidden;
  /* 外层盒子设置最小宽度的话看不到横向滚动条 */
  min-height: 100%;
  height: auto !important;
  font: 16px/1 "思源黑体 CN","Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei";
}

.block-img-w {
  display: block;
  width: 100%;
}

.block-img-h {
  display: block;
  height: 100%;
}

.btn-shadow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.4rem;
  height: 2.4rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  border-radius: 1.2rem;
  color: #ff6637;
  letter-spacing: 0.1rem;
  border:0.05rem solid #ff6637;
}
.btn-shadow.back{
  background: #ff6637;
  color:#fff;
}
.btn-shadow:hover{
  color: #fff;
  background-color:#ff6637;
}
.btn-shadow.back:hover{
  color: #ff6637;
  background-color:#fff;
}
.btn-shadow > span {
  margin-right: 0.5rem;
  line-height: 2.4rem;
}
.btn-shadow  .line-btn-o {
  display: block;
  background: url('../images/icon/line_btn_o.png');
  background-size: 0.4rem 0.8rem;
  width: 0.4rem;
  height:0.8rem;
}
.btn-shadow:hover .line-btn-o{
  display: block;
  background: url('../images/icon/line_btn_w.png');
  background-size: 0.4rem 0.8rem;
  width: 0.4rem;
  height:0.8rem;
}
.btn-shadow  .line-btn-w {
  display: block;
  background: url('../images/icon/line_btn_w.png');
  background-size: 0.4rem 0.8rem;
  width: 0.4rem;
  height:0.8rem;
}
.btn-shadow:hover .line-btn-w{
  display: block;
  background: url('../images/icon/line_btn_o.png');
  background-size: 0.4rem 0.8rem;
  width: 0.4rem;
  height:0.8rem;
}

.btn-normal {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 2rem;
  text-align: center;
  font-size: 1rem;
  position: relative;
  border: 0.05rem solid #ff6637;
  border-radius: 1rem;
  color: #ff6637;
  letter-spacing: 0.1rem;
}


.btn-normal > span {
  margin-right: 0.5rem;
  line-height: 2rem;
}

.btn-normal .link-tri {
  display: block;
  width: 0.4rem;
  height: 0.9rem;
  background: url("../images/icon/line_btn_o.png") no-repeat center center;
  background-size: cover;
}
