@charset "UTF-8";
/*
* QWSS
* author:Jacob
* date:2016-09-01
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 11:21:40
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 19:08:33
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 16:42:18
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 17:17:01
*/
/* 两列定宽布局 */
/* 两列右侧自适应布局 */
/* 两列左侧自适应布局 */
/* 三列右侧自适应布局 */
/* 三列左侧自适应布局 */
/* 三列中间自适应布局 */
/* 等分布局 */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0; }

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block; }

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

caption, th {
  text-align: left;
  font-weight: normal; }

html, body, fieldset, img, iframe, abbr {
  border: 0; }

i, cite, em, var, address, dfn {
  font-style: normal; }

[hidefocus], summary {
  outline: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%; }

sup, sub {
  font-size: 83%; }

pre, code, kbd, samp {
  font-family: inherit; }

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

textarea {
  overflow: auto;
  resize: none; }

input, select, textarea {
  outline: none !important; }

input::-webkit-input-placeholder {
  　　color: #999; }

input:-moz-placeholder {
  　　color: #999; }

input::-moz-placeholder {
  　　color: #999; }

input:-ms-input-placeholder {
  　　color: #999; }

label, summary {
  cursor: default; }

a, button {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, em, strong, b {
  font-weight: bold; }

del, ins, u, s, a, a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  background-clip: padding-box; }

p {
  line-height: 1.5em; }

body, textarea, input, button, select, keygen, legend {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 'PingFang SC',Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
  color: #666; }

a {
  display: inline-block;
  color: #969696; }
  a:hover {
    color: #ff1018; }
  a:hover, a:visited, a:focus {
    text-decoration: none;
    transition: color .2s ease; }

/* Here is the foundation layout，we use the 'g-' named after.
 * just like g-hd ==> head  g-bd ==> body g-ft ==> footer
 */
/* clearfix
 */
.g-row:before,
.g-row:after,
.g-container:before,
.g-container:after,
.g-box:before,
.g-box:after,
.m-topbar:before,
.m-topbar:after,
.m-head:before,
.m-head:after,
.clearfix:before,
.clearfix:after,
.m-components:before,
.m-components:after {
  display: table;
  content: " "; }

.g-row:after,
.g-container:after,
.g-box:after,
.m-topbar:after,
.m-head:after,
.clearfix:after {
  clear: both; }

/* The container layout
 * This is a page's outer package container，We use the 1200px width to set the pagewidth
 */
/* 全屏布局 */
.g-container {
  width: 100%; }

/* 全屏中间定宽布局 */
.g-box {
  width: 1200px;
  margin: 0 auto; }

/* 两列定宽布局 */
.g-bd {
  width: 1200px;
  margin: 0 auto; }
  .g-bd .g-sd {
    float: right;
    width: 300px; }
  .g-bd .g-mn {
    float: left;
    width: 100px; }

.g-bd:before,
.g-bd:after {
  display: table;
  content: " "; }

.g-bd:after {
  clear: both; }

/* 两列右侧自适应布局 */
.g-sd1 {
  position: relative;
  float: left;
  width: 360px;
  margin-right: -360px; }

.g-mn1 {
  float: right;
  width: 100%; }

.g-mn1c {
  margin-left: 360px; }

.g-bd1:before,
.g-bd1:after {
  display: table;
  content: " "; }

.g-bd1:after {
  clear: both; }

.g-sd1-ot {
    position: relative;
    float: left;
    width: 250px;
    margin-right: -250px;
    margin-top: 1.35em;
}

.g-mn1-ot {
  float: right;
  width: 100%; }

.g-mn1c-ot {
  margin-left: 250px; }

.g-bd1-ot:before,
.g-bd1-ot:after {
  display: table;
  content: " "; }

.g-bd1-ot:after {
  clear: both; }

/* 两列左侧自适应布局 */
.g-sd2 {
  position: relative;
  float: right;
  width: 190px;
  margin-left: -190px; }

.g-mn2 {
  float: left;
  width: 100%; }

.g-mn2c {
  margin-right: 190px; }

.g-bd2:before,
.g-bd2:after {
  display: table;
  content: " "; }

.g-bd2:after {
  clear: both; }

.g-sd2-ot {
  position: relative;
  float: right;
  width: 250px;
  margin-left: -250px; }

.g-mn2-ot {
  float: left;
  width: 100%; }

.g-mn2c-ot {
  margin-right: 250px; }

.g-bd2-ot:before,
.g-bd2-ot:after {
  display: table;
  content: " "; }

.g-bd2-ot:after {
  clear: both; }

/* 三列右侧自适应布局 */
.g-sd31,
.g-sd32 {
  position: relative;
  float: left;
  width: 190px; }

.g-sd31 {
  width: 190px;
  margin-right: 0px; }

.g-mn3 {
  float: right;
  width: 100%;
  margin-left: -380px; }

.g-mn3c {
  margin-left: 380px; }

.g-bd3:before,
.g-bd3:after {
  display: table;
  content: " "; }

.g-bd3:after {
  clear: both; }

/* 三列左侧自适应布局 */
.g-sd41,
.g-sd42 {
  position: relative;
  float: right;
  width: 190px; }

.g-sd41 {
  width: 190px;
  margin-left: 0px; }

.g-mn4 {
  float: left;
  width: 100%;
  margin-right: -380px; }

.g-mn4c {
  margin-right: 380px; }

.g-bd4:before,
.g-bd4:after {
  display: table;
  content: " "; }

.g-bd4:after {
  clear: both; }

/* 三列中间自适应布局 */
.g-sd51,
.g-sd52 {
  position: relative;
  float: left;
  width: 190px;
  margin: 0 -190px 0 0; }

.g-sd52 {
  float: right;
  width: 190px;
  margin: 0 0 0 -190px; }

.g-mn5 {
  float: left;
  width: 100%; }

.g-mn5c {
  margin: 0 190px 0 190px; }

.g-bd5:before,
.g-bd5:after {
  display: table;
  content: " "; }

.g-bd5:after {
  clear: both; }

/* 简易栅格布局 */
.col-row-1 {
  width: 8.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-1:before,
.col-row-1:after {
  display: table;
  content: " "; }

.col-row-1:after {
  clear: both; }

.col-row-2 {
  width: 16.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-2:before,
.col-row-2:after {
  display: table;
  content: " "; }

.col-row-2:after {
  clear: both; }

.col-row-3 {
  width: 25%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-3:before,
.col-row-3:after {
  display: table;
  content: " "; }

.col-row-3:after {
  clear: both; }

.col-row-4 {
  width: 33.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-4:before,
.col-row-4:after {
  display: table;
  content: " "; }

.col-row-4:after {
  clear: both; }

.col-row-5 {
  width: 41.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-5:before,
.col-row-5:after {
  display: table;
  content: " "; }

.col-row-5:after {
  clear: both; }

.col-row-6 {
  width: 50%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-6:before,
.col-row-6:after {
  display: table;
  content: " "; }

.col-row-6:after {
  clear: both; }

.col-row-7 {
  width: 58.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-7:before,
.col-row-7:after {
  display: table;
  content: " "; }

.col-row-7:after {
  clear: both; }

.col-row-8 {
  width: 66.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-8:before,
.col-row-8:after {
  display: table;
  content: " "; }

.col-row-8:after {
  clear: both; }

.col-row-9 {
  width: 75%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-9:before,
.col-row-9:after {
  display: table;
  content: " "; }

.col-row-9:after {
  clear: both; }

.col-row-10 {
  width: 83.33333%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-10:before,
.col-row-10:after {
  display: table;
  content: " "; }

.col-row-10:after {
  clear: both; }

.col-row-11 {
  width: 91.66667%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-11:before,
.col-row-11:after {
  display: table;
  content: " "; }

.col-row-11:after {
  clear: both; }

.col-row-12 {
  width: 100%;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  box-sizing: border-box; }

.col-row-12:before,
.col-row-12:after {
  display: table;
  content: " "; }

.col-row-12:after {
  clear: both; }

.g-indexbackground {
  background-color: #F5F5F5; }

.g-xq-left {
  float: left;
  width: 731px;
  border-right: 1px solid #d8d8d8;
  margin-bottom: 50px; }

.g-xq-right {
  float: left;
  width: 218px; }

.g-mn1-border {
  border-right: 1px solid #d8d8d8; }

/* function */
.f-cb:after, .f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: "."; }

.f-cb, .f-cbli li {
  zoom: 1; }

.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.f-dn {
  display: none; }

.f-db {
  display: block !important; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

.f-pr {
  position: relative; }

.f-prz {
  position: relative;
  zoom: 1; }

.f-oh {
  overflow: hidden; }

.f-fs1 {
  font-size: 12px; }

.f-fs2 {
  font-size: 14px; }

.f-fs3 {
  font-size: 16px; }

.f-fs4 {
  font-size: 18px; }

.f-fwn {
  font-weight: normal; }

.f-fwb {
  font-weight: bold; }

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

.f-tac {
  text-align: center; }

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

.f-taj {
  text-align: justify;
  text-justify: inter-ideograph; }

.f-vam, .f-vama * {
  vertical-align: middle; }

.f-wsn {
  word-wrap: normal;
  white-space: nowrap; }

.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all; }

.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word; }

.f-ti {
  overflow: hidden;
  text-indent: -30000px; }

.f-ti2 {
  text-indent: 2em; }

.f-lhn {
  line-height: normal; }

.f-lh18 {
  line-height: 18px; }

.f-lh20 {
  line-height: 20px; }

.f-lh22 {
  line-height: 22px; }

.f-lh24 {
  line-height: 24px; }

.f-tdu, .f-tdu:hover {
  text-decoration: underline; }

.f-tdn, .f-tdn:hover, .f-tdn:visited, .f-tdn:focus {
  text-decoration: none; }

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis; }

.f-csp {
  cursor: pointer; }

.f-csd {
  cursor: default; }

.f-csh {
  cursor: help; }

.f-csm {
  cursor: move; }

.f-cna {
  cursor: not-allowed; }

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.f-bd-no {
  border: none !important; }

.f-bdbottom-no {
  border-bottom: none !important; }

.f-bdright-no {
  border-right: none !important; }

.f-clr-gre {
  color: #07ad03; }

.f-clr-red {
  color: #FF4349; }

.f-clr-blue {
  color: #0a5eea; }

.f-clr-yel {
  color: #f90; }

.f-clr-ora {
  color: #d50; }

.f-clr-light {
  color: #999; }

.f-clr-normal {
  color: #666; }

.f-clr-dark {
  color: #333; }

.f-rm-mar {
  margin: 0 !important; }

.f-rm-mar-t {
  margin-top: 0 !important; }

.f-rm-mar-r {
  margin-right: 0 !important; }

.f-rm-mar-b {
  margin-bottom: 0 !important; }

.f-rm-mar-l {
  margin-left: 0 !important; }

.f-rm-pdg {
  padding: 0 !important; }

.f-rm-pdg-t {
  padding-top: 0 !important; }

.f-rm-pdg-r {
  padding-right: 0 !important; }

.f-rm-pdg-b {
  padding-bottom: 0 !important; }

.f-rm-pdg-l {
  padding-left: 0 !important; }

.f-push-5 {
  margin-bottom: 5px !important; }

.f-push-5-t {
  margin-top: 5px !important; }

.f-push-5-r {
  margin-right: 5px !important; }

.f-push-5-l {
  margin-left: 5px !important; }

.f-push-10 {
  margin-bottom: 10px !important; }

.f-push-10-t {
  margin-top: 10px !important; }

.f-push-10-r {
  margin-right: 10px !important; }

.f-push-10-l {
  margin-left: 10px !important; }

.f-push-15 {
  margin-bottom: 15px !important; }

.f-push-15-t {
  margin-top: 15px !important; }

.f-push-15-r {
  margin-right: 15px !important; }

.f-push-15-l {
  margin-left: 15px !important; }

.f-push-20 {
  margin-bottom: 20px !important; }

.f-push-20-t {
  margin-top: 20px !important; }

.f-push-20-r {
  margin-right: 20px !important; }

.f-push-20-l {
  margin-left: 20px !important; }

.f-push-30 {
  margin-bottom: 30px !important; }

.f-push-30-t {
  margin-top: 30px !important; }

.f-push-30-r {
  margin-right: 30px !important; }

.f-push-30-l {
  margin-left: 30px !important; }

.f-push-40 {
  margin-bottom: 40px !important; }

.f-push-40-t {
  margin-top: 40px !important; }

.f-push-40-r {
  margin-right: 40px !important; }

.f-push-40-l {
  margin-left: 40px !important; }

.f-push-50 {
  margin-bottom: 50px !important; }

.f-push-50-t {
  margin-top: 50px !important; }

.f-push-50-r {
  margin-right: 50px !important; }

.f-push-50-l {
  margin-left: 50px !important; }

.f-pdg-5 {
  padding-bottom: 5px !important; }

.f-pdg-5-t {
  padding-top: 5px !important; }

.f-pdg-5-r {
  padding-right: 5px !important; }

.f-pdg-5-l {
  padding-left: 5px !important; }

.f-pdg-10 {
  padding-bottom: 10px !important; }

.f-pdg-10-t {
  padding-top: 10px !important; }

.f-pdg-10-r {
  padding-right: 10px !important; }

.f-pdg-10-l {
  padding-left: 10px !important; }

.f-pdg-15 {
  padding-bottom: 15px !important; }

.f-pdg-15-t {
  padding-top: 15px !important; }

.f-pdg-15-r {
  padding-right: 15px !important; }

.f-pdg-15-l {
  padding-left: 15px !important; }

.f-pdg-20 {
  padding-bottom: 20px !important; }

.f-pdg-20-t {
  padding-top: 20px !important; }

.f-pdg-20-r {
  padding-right: 20px !important; }

.f-pdg-20-l {
  padding-left: 20px !important; }

.f-pdg-30 {
  padding-bottom: 30px !important; }

.f-pdg-30-t {
  padding-top: 30px !important; }

.f-pdg-30-r {
  padding-right: 30px !important; }

.f-pdg-30-l {
  padding-left: 30px !important; }

.f-pdg-40 {
  padding-bottom: 40px !important; }

.f-pdg-40-t {
  padding-top: 40px !important; }

.f-pdg-40-r {
  padding-right: 40px !important; }

.f-pdg-40-l {
  padding-left: 40px !important; }

.f-pdg-50 {
  padding-bottom: 50px !important; }

.f-pdg-50-t {
  padding-top: 50px !important; }

.f-pdg-50-r {
  padding-right: 50px !important; }

.f-pdg-50-l {
  padding-left: 50px !important; }

.f-pdg-60-t {
  padding-top: 60px !important; }

.m-productmc {
  padding-bottom: 60px;
  overflow: hidden; }

.m-productmcmargin {
  margin-bottom: 60px;
  overflow: hidden; }

/*掌柜热卖、看了又看、热卖推荐*/
.m-bbox {
  border: 1px solid #d8d8d8;
  background: #fff; }
  .m-bbox .m-bbox-tle {
    padding: 20px 25px 5px; }
    .m-bbox .m-bbox-tle .line-tle {
      border-bottom: 1px solid #d8d8d8;
      text-align: center;
      height: 10px;
      margin-bottom: 10px; }
      .m-bbox .m-bbox-tle .line-tle span {
        font-size: 16px;
        margin-bottom: -11px;
        display: inline-block;
        height: 22px;
        background: #fff;
        padding: 0 10px; }
  .m-bbox .m-bbox-cont {
    overflow: hidden; }
    .m-bbox .m-bbox-cont .m-bbox-slider .slide {
      padding: 10px 0; }
    .m-bbox .m-bbox-cont .bx-pager {
      display: none; }
    .m-bbox .m-bbox-cont .bx-controls-direction {
      text-align: center; }
      .m-bbox .m-bbox-cont .bx-controls-direction a {
        display: inline-block;
        width: 114px;
        height: 34px;
        font-size: 0;
        margin: 5px; }
    .m-bbox .m-bbox-cont .bx-next {
      background: url(../images/details/icon/silde-n.png);
      right: 5px; }
    .m-bbox .m-bbox-cont .bx-prev {
      background: url(../images/details/icon/silde-p.png);
      left: 5px; }
    .m-bbox .m-bbox-cont .sw-hd-box {
      width: 150px;
      height: 150px;
      margin: 0 auto;
      position: relative; }
      .m-bbox .m-bbox-cont .sw-hd-box .sw-hd-img {
        width: 150px;
        height: 150px;
        display: block; }
        .m-bbox .m-bbox-cont .sw-hd-box .sw-hd-img img{
          width:100%;
          height:100%;
        }
      .m-bbox .m-bbox-cont .sw-hd-box .sw-hd-txt {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: left;
        padding: 0 10px;
        line-height: 20px;
        height: 20px;
        font-size: 12px;
        color: #333;
        background: rgba(255, 255, 255, 0.7); }

.u-star {
  display: inline-block; }
  .u-star .icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-left: -2px;
    background-image: url(../images/list/star.png);
    background-repeat: no-repeat; }

/*# sourceMappingURL=qwui_base.css.map */

/*底部样式*/
.m-dot{
	border-top:1px solid #cccccc ;
	background: #fff;
}
/*底部服务保障组件*/
.bottom_promise {
	padding: 34px 0;
	overflow: hidden;
}
.bottom_promise s {
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 10px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.bottom_promise s img {
	width: 100%;
	height: 100%;
}
.bottom_promise p {
	float: left;
	max-width: 200px;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bottom_promise:hover s,.bottom_promise:hover p {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.bottom_promise:hover p {
	color: #002b5c;
}
/*底部导航*/
.m-footernav{
	border-top:1px solid #eeeeee ;
	border-bottom:1px solid #eeeeee ;
	padding-top:30px ;
	padding-bottom: 35px;
	overflow: hidden;
}
.footer-nav{
	overflow: hidden;
	zoom: 1;
}
.footer-nav dl{
	float: left;
	width: 225px;
	padding-right: 15px;
}
.footer-nav dl dt{
	font-size:16px ;
	color: #333;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.footer-nav dl dd{
	line-height: 30px;
	color: #999;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
}
.footer-nav dl dd a{
	color: #999;
}
.footer-nav dl dd a:hover{
	color: #002b5c;
}

.m-contact{
	margin-right: 35px;
}
.m-contact .p1{
	margin-top: -5px;
	text-align: center;
	font-size:24px ;
	color: #666;
	font-family: HelveticaNeueLTPro-ThEx;
}
.m-contact .p2{
	font-size:14px ;
	text-align: center;
	margin-top: 20px;
}
.m-contact a{
	display: block;
	margin: 23px auto 0;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
}

.m-footer{
	padding: 18px 0;
}
.m-footer p{
	line-height: 24px;
	color: #999;
}
.m-footer .p1 a{
	color: #222;
	font-size: 14px;
}
.m-footer .p1 a:hover{
	color: #002b5c;
}
.m-footer .p1 b{
	font-size: 14px;
	color: #222;
	padding: 0 12px;
}


.footer-wechat{
	/*overflow: hidden;*/
	zoom: 1;
	margin-top: 18px;
	position: relative;
}
.footer-wechat s{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 20px 0 25px;
}

.footer-wechat .p1{
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
.footer-wechat .p2{
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.y_wechatbox {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 178px;
	height: 178px;
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
	box-shadow: 0 3px 20px rgba(0,0,0,.2);
	font-size: 14px;
	color: #222;
	padding: 12px 0;
	margin-left: -40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer-wechat:hover .y_wechatbox {
	opacity: 1;
	visibility: visible;
	bottom: 120%;
}
.y_wechatbox img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 6px auto;
}
.y_wechatbox:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.butn { display: inline-block; padding: 6px 25px 7px; font-size: 12px; font-weight: normal; line-height: 1.5; border: 1px solid transparent; background: transparent; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; -webkit-user-select:none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all .3s; transition: all .3s; font-family:'HelveticaNeueLTPro-ThEx',tahoma,arial,'Microsoft Yahei','helvetica neue','hiragino sans gb',Simsun,sans-serif;}
.butn_sm { padding: 3px 15px 4px; }
.butn_block { display: block; width: 100%; padding-left: 0; padding-right: 0; text-align: center; }
.butn:focus, .butn:active:focus, .butn.active:focus { outline: 0 none; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.butn:hover, .butn:focus { text-decoration: none; }
.butn:active, .butn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
.butn.disabled, .butn[disabled] { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; }
.butn.disabled, .butn[disabled], .butn.disabled:hover, .butn[disabled]:hover, .butn.disabled:focus, .butn[disabled]:focus, .butn.disabled:active, .butn[disabled]:active { background: #e1e1e1; border: 1px solid #ddd; color: #999; }
.butn_custom2{ color: #666; border-color: #ccc; background-color: #fff; } /*自定义按钮2 灰边白底*/
.butn_custom2:hover,
.butn_custom2:focus,
.butn_custom2:active,
.butn_custom2.active { border-color: #006cff; background-color: #006cff; color: #fff; }
.butn_custom{ color: #fff; border-color: #d32e26; background-color: #d32e26; } /*自定义按钮2 灰边白底*/
.butn_custom:hover,
.butn_custom:focus,
.butn_custom:active,
.butn_custom.active { border-color: #d32e26; background-color: #d32e26; color: #fff; }

/* 全屏布局 */
.g-container{
    width:100%;
}

/* 全屏中间定宽布局 */
.g-box {
    width: 1200px;
    margin: 0 auto;
}
