@charset "UTF-8";


/* 两列定宽布局 */

/* 两列右侧自适应布局 */

/* 两列左侧自适应布局 */

/* 三列右侧自适应布局 */

/* 三列左侧自适应布局 */

/* 三列中间自适应布局 */

/* 等分布局 */
/*--checkbox--*/
.simple-checkbox input[type="checkbox"] {display: none;*display:inline}
.simple-checkbox input[type="checkbox"] + label {display: -moz-inline-stack;display: inline-block;vertical-align: middle;*vertical-align: auto;zoom: 1;*display: inline;cursor: pointer;position: relative;margin-right: 15px;font-size: 13px;}
.simple-checkbox input[type="checkbox"] + label:before {display: -moz-inline-stack;display: inline-block;vertical-align: middle;*vertical-align: auto;zoom: 1;*display: inline;position: relative;bottom: 2px;content: "";border: 1px solid #ccc;width: 16px;height: 16px;margin-right: 10px;background-color: #fafafa;}
.simple-checkbox input[type="checkbox"]:checked + label:before {font-family: FontAwesome;content: '\f00c';font-size: 10px;color: #fff;text-align: center;line-height: 15px;background-color: #14B7EE;border-color:#14B7EE;}
.simple-checkbox input[type="checkbox"] + label.r_checked:before {font-family: FontAwesome;content: '\f00c';font-size: 12px;color: #3498db;text-align: center;line-height: 15px;background-color: #ededed;}
/* 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 {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.g-row:after, .g-container:after, .g-box:after, .m-topbar:after, .m-head:after, .clearfix:after {
  clear: both;
}
.g-row{
  margin-left:-5px;
  margin-right: -5px; 
  zoom: 1;
}
/* 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: "";
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.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-dot {
  border-top:1px solid #E0E0E0 ;
  border-bottom:1px solid #E0E0E0 ;
  background: #fff;
  margin-top:40px;
}

/*底部服务保障组件*/

.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: #00AFEC;
}

/*底部导航*/
.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: 185px;
  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;
}
:root {
  --commonColor: #02A0E9;
}
.footer-nav dl dd a:hover{
  color: #02A0E9;
  color: var(--commonColor);
}


.m-contact .p1{
  margin-top: -5px;
  text-align: center;
  font-size:18px ;
  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;
    text-align: center;
}
.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;
}

.m-footernav .m-contact h3{
  color:#333;
  font-size:16px;
  margin-bottom:32px;
}

.m-footernav .m-contact .m-wechat{
  overflow: hidden;
    zoom: 1;
}
.m-footernav .m-contact .m-wechat .m-fl{
  float: left;
  width:67px;
  height:67px;
  overflow: hidden;
}
.m-footernav .m-contact .m-wechat .m-fr{
  float: left;
  margin-left:8px;
}
.m-footernav .m-contact{
  position: relative;
}
.m-footernav .m-contact .m-line{
  position: absolute;
  width:1px;
  background:#E9E9E9;
  height:80px;
  top:20px;
  left:-40px;
}
.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;
}

/* 全屏布局 */

.g-container {
  width: 100%;
}

/* 全屏中间定宽布局 */

.g-box {
  width: 1200px;
  margin: 0 auto;
}

/* 美化复选框 */
.custom_check {
  font-weight: normal;
  cursor: pointer;
}
.custom_check s {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #D8D8D8;
}
.custom_check.active s {
  /* // background: url(../images/m-check.png) center no-repeat #02a0e9; */
  border-color: #02a0e9;
}