@charset "UTF-8";

/*
*/
/*=- 老layout页面
------------------------------------------------*/
body,
a,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
img,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

li,
ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

a:hover {
  text-decoration: none;
  /*color:#f58120;*/
}

button,
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
select,
textarea {
  font: 14px/23px "Microsoft Yahei", "Arial";
  margin: 0;
  vertical-align: baseline;
  background: 0 0;
  border: 0;
  padding: 0;
  color: #222;
}

areatext,
button,
input {
  line-height: normal;
  outline: 0 !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  background: #fbfbfb;
  font: 14px/1.8 "Microsoft Yahei", Arial;
  overflow-x: hidden;
  color: #000;
  position: relative;
}

i,
em {
  font-style: normal;
}

.hide {
  display: none;
}

.ir {
  overflow: hidden;
  line-height: 99em;
}

.cd,
.g-mn {
  *zoom: 1;
}

.cd:after,
.g-mn:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

.trf,
.m-leftGroup a i {
  -o-transition: all .3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rot {
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rotY,
.m-leftGroup a:hover i {
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.line-bor {
  display: block;
  width: 0;
  height: 2px;
  background: #f58120;
  -webkit-transition: width 0.3s linear 0s;
  -o-transition: width 0.3s linear 0s;
  transition: width 0.3s linear 0s;
}

.cur .line-bor {
  width: 100%;
}

/*font icon*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-search:before {
  content: "";
}

/*g-mn*/
.oc {
  color: #f58120;
}

.bc {
  color: #36b9ef;
}

.bc2 {
  color: #0071da;
}

.g-mn {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* title*/
.m-title {
  border-bottom: 1px solid #e0e0e0;
  height: 50px;
  position: relative;
  font-weight: 400;
  line-height: 50px;
}

.m-title i.bor {
  height: 4px;
  background: #fdc238;
  width: 155px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.m-title .u-tit {
  font-size: 24px;
  line-height: 50px;
  color: #333333;
  width: 155px;
}

.m-title .more {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 5px;
  color: #666666;
  *width: 56px;
}

.m-title .more:hover {
  color: #f58120;
}

.m-title .more span {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #666666;
  text-align: center;
  line-height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  margin: 17px 0 0 2px;
  background: #fbfbfb;
  -webkit-transition: transform 0.4s 0s ease-out;
  -moz-transition: transform 0.4s 0s ease-out;
  -ms-transition: transform 0.4s 0s ease-out;
  -o-transition: transform 0.4s 0s ease-out;
  transition: transform 0.4s 0s ease-out;
}

.m-title .more:hover span {
  color: #f58120;
  border-color: #f68121;
  background-color: #f68121;
  color: #FFF;
}

.m-title .more-off span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-boxLeft {
  width: 310px;
  float: left;
}

.m-boxLeft .m-title {
  border: 0;
}

.m-boxLeft .m-title .more {
  top: 13px;
}

.m-borBox {
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 20px;
}

.m-boxRight {
  width: 850px;
  float: right;
}

.o-btn {
  display: block;
  border: 1px solid #f58120;
  border-radius: 1px;
  text-align: center;
  width: 48px;
  height: 18px;
  color: #f58120;
  line-height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.o-btn:hover {
  background: #f58120;
  color: #fff;
}

.g-btn {
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 1px;
  text-align: center;
  width: 57px;
  height: 24px;
  color: #aaa;
  margin-top: 15px;
  line-height: 24px;
}

.g-btn:hover {
  border-color: #f58120;
  color: #f58120;
}

.o-btnBig {
  width: 103px;
  height: 32px;
  float: left;
  display: block;
  color: #f58120;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  background: url(../images/layout.png) no-repeat 0 -17px;
  margin-top: 5px;
}

.o-btnBig:hover {
  background-position: 0 -50px;
  color: #fff;
}

.g-btnBig {
  width: 103px;
  height: 32px;
  float: left;
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  background: url(../images/layout.png) no-repeat 0 -83px;
  margin-top: 5px;
}

.g-btnBig:hover {
  background-position: 0 -50px;
  color: #fff;
}

/*sever lst*/
.u-serverNav {
  font-size: 18px;
  line-height: 54px;
  height: 54px;
  text-align: center;
}

.u-serverNav li {
  float: left;
  width: 153.5px;
  cursor: pointer;
  color: #838383;
  height: 54px;
}

.u-serverNav li.current {
  color: #000;
  background: #FFF;
  border: 1px solid #e0e0e0;
  border-top-color: #fdc238;
  border-width: 4px 1px 0 1px;
  font-size: 24px;
  line-height: 50px;
  height: 50px;
}

/*server Lst*/
.u-serverLst {
  padding: 5px 17px;
  width: 274px;
  margin-top: -1px;
  min-height: 299px;
  height: auto !important;
  _height: 299px;
}

.u-serverLst .lst {
  display: none;
}

.u-serverLst .lst.cur {
  display: block;
}

.u-serverLst .lst li {
  height: 59px;
  border-bottom: 1px dashed #e0e0e0;
  padding: 0 8px;
}

.u-serverLst .lst li:last-child {
  border-bottom: 0;
}

.u-serverLst .lst .name {
  display: inline-block;
  font-weight: bold;
}

.u-serverLst .lst .server {
  float: left;
  display: inline-block;
  padding: 10px 4px 0;
  line-height: 18px;
  width: 105px;
}

.u-serverLst .lst .server a {
  display: block;
  font-size: 12px;
  color: #8d8d8d;
}

.u-serverLst .lst .server .name {
  font-size: 16px;
  color: #333333;
  margin-bottom: 4px;
}

.u-serverLst .lst .server .name:hover {
  color: #f68121;
}

.u-serverLst .lst .time {
  font-size: 12px;
  color: #8d8d8d;
  display: block;
}

.u-serverLst li .f_r {
  padding-top: 10px;
}

.u-serverLst .o-btn {
  float: right;
}

/*game gift*/
.m-gameGift {
  padding: 0 17px;
}

.m-gameGift .m-title .u-tit {
  padding-left: 3px;
}

.m-gameGift .m-title .more {
  right: 0;
  top: auto;
}

.u-gameGiftLst {
  padding-bottom: 5px;
  height: 445px;
  *height: 410px;
  overflow: hidden;
}

.u-gameGiftLst li {
  height: 46px;
  border-bottom: 1px solid #d2d3da;
  padding: 13px 8px;
  *padding: 10px 8px 13px;
  *margin-bottom: -3px;
}

.u-gameGiftLst li:last-child {
  border-bottom: 0;
}

.u-gameGiftLst .name-pic {
  display: inline-block;
  width: 64px;
  float: left;
}

.u-gameGiftLst .gift {
  float: left;
  display: inline-block;
  line-height: 49px;
  padding-right: 4px;
  width: 130px;
}

.u-gameGiftLst .gift a {
  display: block;
  font-size: 13px;
}

.u-gameGiftLst .gift .num {
  font-size: 11px;
  color: #818181;
  display: block;
}

.u-gameGiftLst .o-btn {
  float: left;
  margin-top: 13px;
}

/*left group*/
.m-leftGroup {
  font-size: 16px;
  margin-bottom: 0;
}

.m-leftGroup .wx {
  float: left;
  position: relative;
  height: 68px;
  width: 154px;
  border: 1px solid #ececec;
  border-width: 1px 0 0 1px;
  margin: -1px 0 0 -1px;
}

.m-leftGroup .ewm {
  background: url(../images/ewm.png) no-repeat;
  width: 147px;
  height: 182px;
  position: absolute;
  text-align: center;
  top: 68px;
  display: none;
  left: 2px;
}

.m-leftGroup .ewm dt {
  padding-top: 15px;
  height: 133px;
  overflow: hidden;
}

.m-leftGroup .ewm dd {
  font-size: 12px;
  line-height: 18px;
  color: #828282;
}

.m-leftGroup a {
  display: block;
  float: left;
  height: 69px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-width: 1px 0 0 1px;
  margin: -1px 0 0 -1px;
  width: 154px;
  line-height: 69px;
  color: #666666;
}

.m-leftGroup a:hover {
  background: #f9f9f9;
}

.m-leftGroup a i {
  background: url(../images/sleft-icon.png) no-repeat;
  width: 35px;
  height: 45px;
  display: block;
  float: left;
  margin: 9px 8px 0 15px;
}

.m-leftGroup a.u-icon1 i {
  background-position: 0 4px;
}

.m-leftGroup a.u-icon2 {
  padding: 15px 0;
  line-height: 18px;
  height: 39px;
}

.m-leftGroup a.u-icon2 i {
  background-position: -35px 0;
  margin-top: -5px;
}

.m-leftGroup a.u-icon2 .phone {
  color: #ff9600;
  display: block;
  font-size: 13px;
}

.m-leftGroup a.u-icon3 i {
  background-position: 0 -45px;
}

.m-leftGroup a.u-icon4 i {
  background-position: -35px -45px;
}

.m-leftGroup a.u-icon5 i {
  background-position: 0 -86px;
}

.m-leftGroup a.u-icon6 {
  position: absolute;
  top: 0;
  left: 0;
  height: 67px;
}

.m-leftGroup a.u-icon6 i {
  background-position: -35px -86px;
}

.m-leftGroup a.u-icon7 {
  width: 100%;
}

.m-leftGroup a.u-icon7 i {
  background-position: 0 -132px;
  margin-left: 60px;
}

/*left news hot*/
.u-Hot {
  width: 258px;
  margin: 10px auto 0;
  height: 230px;
  overflow: hidden;
}

.u-Hot .hiSliderHot {
  position: relative;
}

.u-Hot .hiSliderHot .hiSlider-item a,
.u-Hot .hiSliderHot .hiSlider-item {
  display: block;
  height: 230px;
  width: 258px;
}

.u-Hot .hiSliderHot .hiSlider-item a {
  height: 179px;
  overflow: hidden;
}

.u-Hot .hiSlider-pages {
  position: absolute;
  z-index: 7;
  top: 195px;
  left: 0;
  text-align: center;
  width: 100%;
}

.u-Hot .hiSlider-pages a {
  width: 13px;
  height: 13px;
  display: inline-block;
  line-height: 99em;
  overflow: hidden;
  background: url(../images/layout.png) no-repeat -73px -2px;
  margin-left: 10px;
}

.u-Hot .hiSlider-pages a.active {
  background-position: -48px 0;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.m-newsBox {
  padding: 30px 70px;
}

/*index news lst */
.u-newsLst {
  padding: 5px 14px 10px;
}

.u-newsLst li {
  font-size: 14px;
  color: #7d7d7d;
  clear: both;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #e0e0e0;
}

.u-newsLst li:last-child {
  border: none;
}

.u-newsLst li a {
  color: #333333;
  display: inline-block;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-newsLst li a:hover {
  color: #f58120;
}

.u-newsLst li .time {
  float: right;
}

/*fixed*/
.mn-fixed {
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 50px;
  line-height: 32px;
  width: 38px;
}

.mn-fixed li {
  height: 38px;
  clear: both;
  position: relative;
}

.mn-fixed a {
  display: block;
  width: 30px;
  height: 38px;
  position: absolute;
  z-index: 9;
}

.mn-fixed .txt {
  color: #7c7c7c;
  display: block;
  width: 69px;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 5;
  display: none;
}

.mn-fixed .icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/fix.png) no-repeat;
  margin: 0;
}

.mn-fixed .icon.i-1 {
  background-position: 0 0;
}

.mn-fixed .icon.i-2 {
  background-position: 0 -31px;
}

.mn-fixed .icon.i-3 {
  background-position: 0 -62px;
}

.mn-fixed .icon.i-4 {
  background-position: 0 -93px;
}

.mn-fixed a:hover .icon {
  border-color: #f48124;
}

.mn-fixed a:hover .icon.i-1 {
  background-position: -30px 0;
}

.mn-fixed a:hover .icon.i-2 {
  background-position: -30px -31px;
}

.mn-fixed a:hover .icon.i-3 {
  background-position: -30px -62px;
}

.mn-fixed a:hover .icon.i-4 {
  background-position: -30px -94px;
}

.mn-fixed .show {
  display: block;
  color: #f48124;
}

/*page right*/
.m-pageRight {
  width: 848px;
  min-height: 1261px;
  border: 1px solid #cdd6e4;
  border-top-width: 0;
  background: #fff;
  padding-bottom: 50px;
  margin-top: 30px;
  float: right;
}

.m-crmBox {
  background: #797a7f;
  height: 48px;
  margin: 0 -1px;
  padding: 0 25px;
}

.m-crmBox .u-crm {
  color: #fff;
  font-weight: 500;
  line-height: 48px;
  float: left;
}

.m-crmBox .u-crm a {
  color: #fff;
}

.m-crmBox .u-sch {
  float: right;
  width: 171px;
  height: 34px;
  margin-top: 6px;
  background: url(../images/layout.png) no-repeat 0 -182px;
}

.m-crmBox .u-sch .i-sch {
  border: 0;
  background: none;
  width: 119px;
  float: left;
  height: 32px;
  margin-left: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
}

.m-crmBox .u-sch .i-sch:focus {
  border: none !important;
}

.m-crmBox .u-sch a {
  display: block;
  float: right;
  padding-right: 10px;
}

.m-crmBox .u-sch i {
  color: #fff;
  padding-top: 7px;
  font-size: 18px;
  *background: url(../images/layout.png) no-repeat -108px -18px;
  *display: inline-block;
  *float: right;
  *width: 23px;
  *height: 23px;
}

.i-sch::-webkit-input-placeholder {
  color: #fff;
}

.i-sch:-moz-placeholder {
  color: #fff;
}

.i-sch::-moz-placeholder {
  color: #fff;
}

.i-sch:-ms-input-placeholder {
  color: #fff;
}

/*=- keyframes
------------------------------------------------*/
/* keyframes */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes plusOne {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
}

@-moz-keyframes plusOne {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-60px);
  }
}

@-o-keyframes plusOne {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-60px);
  }
}

@keyframes plusOne {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-60px);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-310px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-310px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-310px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-310px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes InDown {
  0% {
    height: 0px;
  }

  100% {
    height: 442px;
  }
}

@-moz-keyframes InDown {
  0% {
    height: 0px;
  }

  100% {
    height: 442px;
  }
}

@-o-keyframes InDown {
  0% {
    height: 0px;
  }

  100% {
    height: 442px;
  }
}

@keyframes InDown {
  0% {
    height: 0px;
  }

  100% {
    height: 442px;
  }
}

@-webkit-keyframes privilege {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(6px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
  }
}

@-moz-keyframes privilege {
  0% {
    opacity: 1;
    -moz-transform: translateY(-5px);
  }

  50% {
    -moz-transform: translateY(6px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(-5px);
  }
}

@-o-keyframes privilege {
  0% {
    opacity: 1;
    -o-transform: translateY(-5px);
  }

  50% {
    -o-transform: translateY(6px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(-5px);
  }
}

@keyframes privilege {
  0% {
    opacity: 1;
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@-webkit-keyframes scaleInf {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
}

@-moz-keyframes scaleInf {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
}

@-o-keyframes scaleInf {
  0% {
    opacity: 1;
    -o-transform: scale(1);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1.2);
  }
}

@keyframes scaleInf {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@-webkit-keyframes bounceInDown {

  0%,
  100%,
  60%,
  75%,
  90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -2400px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: none;
  }
}

/*=- 新添加
------------------------------------------------*/
.button {
  display: block;
  width: 278px;
  height: 46px;
  border: 1px solid #e96a00;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fefefe;
  background: #f58c35;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
}

.button:hover {
  background: #ff6e00;
}

.button:active {
  background: #ff9100;
}

.btn-default {
  background: #FFF;
  color: #f68121;
}

.btn-default:hover {
  color: #FFF;
}

.btn-default-round {
  background: #FFF;
  color: #f68121;
  width: 86px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
}

.btn-default-round:hover {
  color: #FFF;
}

.btn-hover {
  background: #ff6e00;
  color: #FFF;
}

.btn-round {
  width: 242px;
  background: #ff9933;
  border-color: #ff9933;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 0 2px rgba(246, 129, 33, 0.3);
  -moz-box-shadow: 0 2px 0 2px rgba(246, 129, 33, 0.3);
  -ms-box-shadow: 0 2px 0 2px rgba(246, 129, 33, 0.3);
  -o-box-shadow: 0 2px 0 2px rgba(246, 129, 33, 0.3);
  box-shadow: 0 2px 0 2px rgba(246, 129, 33, 0.3);
}

.btn-default-s {
  border: 1px solid #f68121;
  color: #f68121;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 10px;
}

.btn-default-s:hover {
  background: #f68121;
  color: #FFF;
}

.btn-gray,
.btn-gray:hover {
  background: #8d8d8d;
  border-color: #8d8d8d;
  cursor: not-allowed;
}

/* 按钮尺寸 */
.btn-min {
  width: 90px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 20px;
  font-size: 14px;
}

.btn-min2 {
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
}

.btn-lilg {
  width: 118px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 36px;
}

.btn-lg {
  width: 186px;
  height: 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 60px;
}

.btn-lg2 {
  width: 218px;
  height: 56px;
  line-height: 56px;
  font-size: 24px;
}

.btn-lg3 {
  width: 170px;
}

.btn-over,
.btn-over:hover {
  background: #cccccc;
  border-color: #cccccc;
  color: #FFF;
  cursor: default;
}

.fontSize18 {
  font-size: 18px;
}

.fontSize24 {
  font-size: 24px;
}

/* checkbox多选 */
.select_checkbox {
  font-size: 14px;
  color: #666666;
  *zoom: 1;
}

.select_checkbox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.select_checkbox div {
  float: left;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.select_checkbox div i {
  display: inline-block;
  vertical-align: middle;
  /**vertical-align: auto;*/
  zoom: 1;
  *display: inline;
  width: 12px;
  height: 12px;
  background: url("../images/sprite.png") no-repeat -431px -53px;
  margin-right: 6px;
}

.select_checkbox div.active {
  color: #f68121;
}

.select_checkbox div.active i {
  background-position: -461px -53px;
}

.select_checkbox div:last-child {
  margin: 0;
}

/* 表单 */
input[type=number].input_text,
input[type=password].input_text,
input[type=reset].input_text,
input[type=submit].input_text,
input[type=text].input_text {
  border: 1px solid #e0e0e0;
  background: #FFF;
  font-size: 16px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}

input:focus,
select:focus {
  border: 1px solid #ff9625 !important;
}

.selectC {
  border: 1px solid #e0e0e0;
  width: 158px;
  height: 34px;
  outline: none;
  color: #666666;
  line-height: 24px;
}

.selectC_b {
  border: 1px solid #e0e0e0;
  width: 158px;
  height: 36px;
  outline: none;
  color: #666666;
  line-height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* 弹窗 */
.popUp {
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  display: none;
}

.bgCover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.content_popUp {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #f68121;
  min-width: 200px;
  margin: -100px 0 0 -100px;
  -webkit-animation: bounceInDown 1s 0.2s both;
  -moz-animation: bounceInDown 1s 0.2s both;
  -ms-animation: bounceInDown 1s 0.2s both;
  -o-animation: bounceInDown 1s 0.2s both;
  animation: bounceInDown 1s 0.2s both;
}

.head_popUp {
  height: 35px;
  line-height: 35px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#BFf68121, endColorstr=#BFf68121);
  position: relative;
}

:root .head_popUp {
  filter: none;
  background-color: rgba(246, 129, 33, 0.9);
}

.head_popUp h3 {
  font-size: 18px;
  color: #FFF;
  padding-left: 28px;
}

.btn_closePop {
  display: block;
  width: 26px;
  height: 26px;
  background: url("../images/sprite.png") no-repeat -505px -172px;
  position: absolute;
  top: 5px;
  right: 4px;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
  -ms-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.btn_closePop:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_popUp {
  background: #FFF;
  min-height: 200px;
  height: auto !important;
  _height: 200px;
}

/* 时间筛选插件 */
.ui-datepicker table {
  border: none;
}

.ui-datepicker {
  background-color: #FFF;
  color: #acbbc9;
  border: 1px solid #f68121;
  border-radius: 0;
  position: absolute;
  display: none;
  width: 220px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #e0e0e0;
  color: #666666;
  text-align: center;
}

.ui-widget-content .ui-state-default:hover,
.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #f68121;
  color: #FFF;
  border: 1px solid #f68121;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background-color: #e9e9e9;
}

.ui-widget-header {
  border: none;
  background-color: #f68121;
}

.ui-datepicker .ui-datepicker-title select {
  background: #FFF;
  border: none;
  outline: none;
  border-radius: 2px;
  padding: 0;
  border: 1px solid transparent;
}

.ui-widget-header .ui-icon {
  cursor: pointer;
}

.ui-datepicker th {
  line-height: 0px;
  color: #333333;
}

.ui-datepicker td {
  line-height: 20px;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  border-bottom: solid 1px #e2e2e2;
}

.ui-widget-content {
  border-color: #f08831;
}

/* group标题 */
.title_group {
  font-size: 24px;
  color: #333333;
  line-height: 46px;
  height: 46px;
}

.title_group span {
  color: #8d8d8d;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 8px;
}

.title_group span em {
  color: #f68121;
}

.title_group_s {
  height: 40px;
  border-left: 10px solid #fdc238;
  line-height: 40px;
  padding-left: 8px;
  font-size: 24px;
  color: #333333;
  margin-bottom: 7px;
}

/* 更多按钮 */
.btn_more {
  font-size: 16px;
  color: #666666;
  float: right;
  *width: 51px;
  position: relative;
  z-index: 3;
}

.btn_more i {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #666666;
  text-align: center;
  line-height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  margin: 16px 0 0 2px;
  background: #fbfbfb;
  -webkit-transition: transform 0.4s 0s ease-out;
  -moz-transition: transform 0.4s 0s ease-out;
  -ms-transition: transform 0.4s 0s ease-out;
  -o-transition: transform 0.4s 0s ease-out;
  transition: transform 0.4s 0s ease-out;
}

.btn_more:hover {
  color: #f68121;
}

.btn_more:hover i {
  background: #f68121;
  color: #FFF;
  border-color: #f68121;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* 搜索 */
.search_gourp {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 90px;
  height: 34px;
}

.search_gourp input {
  width: 144px;
  height: 34px;
  line-height: 34px;
  float: left;
  padding-left: 10px;
  color: #8d8d8d;
  font-size: 16px;
}

.search_gourp input:focus {
  border: none !important;
}

.search_gourp .iconC_search {
  margin: 7px 8px 0 0;
  cursor: pointer;
}

.iconC_search {
  width: 22px;
  height: 22px;
  background-position: -241px -87px !important;
}

/* 侧边浮动 */
.sidePopup {
  position: fixed;
  right: 10px;
  bottom: 100px;
  _position: absolute;
  z-index: 99;
}

.sidePopup ul {
  border-bottom: 4px solid #f68121;
}

.sidePopup li {
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin-top: -1px;
}

.sidePopup li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  color: #FFF;
  background: #FFF;
}

.sidePopup li span {
  display: block;
  width: 34px;
  margin: 6px 0 0 8px;
  line-height: 18px;
}

.sidePopup li a:hover {
  background: #f68121;
  border: 1px solid #f68121;
}

.sidePopup li i {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/sprite.png") !important;
  background-repeat: no-repeat;
  margin: 9px 0 20px 7px;
}
.sidePopup li {
  position: relative;
  left: 0;
  top: 0;
}
.sidePopup li .iconC_yzWeixin {
  background: url("../images/sprite.png") no-repeat;
  background-position: -359px -396px !important;
}
.sidePopup li a:hover .iconC_yzWeixin {
  background-position: -408px -396px !important;
}

.sidePopup li a:hover i {
  display: none;
}

.sidePopup li .iconC_login {
  background-position: -184px -37px;
}

.sidePopup li .iconC_phoppingCart {
  background-position: -235px -37px;
}

.sidePopup li .iconC_topWay {
  background-position: -290px -35px;
}

.sidePopup li .iconC_yzClub {
  background-position: -409px -157px;
}

.sidePopup li .iconC_back {
  background-position: -460px -157px;
}

.sidePopup li .iconC_help {
  background-position: -289px -82px;
}

.sidePopup li .iconC_collect {
  background-position: -341px -80px;
}

.sidePopup li .iconC_customer {
  background-position: -402px -81px;
}

/* 面包屑 */
.breadcrumb {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 6px 22px;
  color: #8d8d8d;
}

.breadcrumb div {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb a {
  color: #8d8d8d;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* 页码 */
.pagenumQu {
  padding: 20px 0;
  position: relative;
}

.pagenumQu ul {
  text-align: center;
}

.pagenumQu ul li {
  display: inline;
}

.pagenumQu ul li i {
  display: block;
  width: 12px;
  height: 14px;
  background: url("../images/sprite.png") no-repeat -562px -38px;
  margin-top: 5px;
}

.pagenumQu ul li input {
  width: 56px;
  height: 26px;
  border: 1px solid #e0e0e0;
  outline: none;
  background: #f5f5f5;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 26px;
  vertical-align: top;
  margin-right: 6px;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: bold;
}

.pagenumQu ul a {
  display: inline-block;
  overflow: hidden;
  margin: 0 3px;
  padding: 0 9px;
  height: 26px;
  border: 1px solid #e8e8e8;
  color: #8d8d8d;
  text-decoration: none;
  line-height: 26px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

.pagenumQu ul .btn_goPage {
  padding: 0 4px;
}

.pagenumQu ul .btn_goPage:hover {
  border-color: #ff6e00;
  background: #ff6e00;
  color: #fff;
}

.pagenumQu ul .previous a,
.pagenumQu ul .next a {
  padding: 0 7px;
}

.pagenumQu ul .next i {
  background-position: -589px -38px;
}

.pagenumQu ul .selected a {
  border-color: #ff6e00;
  background: #ff6e00;
  color: #fff;
}

.pagenumQu ul a:hover {
  border-color: #ff6e00;
  color: #ff6e00;
}

.pagenumQu ul .selected a:hover {
  border-color: #ff6e00;
  background: #ff6e00;
  color: #fff;
}

.pagenumQu ul .previous a:hover i {
  background-position: -562px -55px;
}

.pagenumQu ul .next a:hover i {
  background-position: -589px -55px;
}

.pagenumQu ul .hidden {
  display: none;
}

/* tab导航 */
.tab_nav ul {
  border-bottom: 1px solid #e0e0e0;
}

.tab_nav li {
  float: left;
  width: 136px;
  text-align: center;
  line-height: 46px;
  height: 46px;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: -1px;
}

.tab_nav li a {
  color: #666666;
  display: block;
}

.tab_nav li.active {
  font-size: 24px;
  border-bottom: 3px solid #fdc238;
}

.tab_nav li.active a {
  color: #333333;
}

/*底丰信息 */
.DifenGroup {
  padding-top: 10px;
}

.DifenGroup .Difen_zu {
  font-size: 16px;
  margin-bottom: 0;
  width: 1220px;
}

.DifenGroup .Difen_zu li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.DifenGroup .Difen_zu a {
  display: block;
  width: 283px;
  height: 77px;
  line-height: 77px;
  border: 1px solid #e0e4eb;
  color: #000;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.DifenGroup .Difen_zu a:hover {
  background: #f9f9f9;
}

/*  右侧区 书签信息区*/
.youqian_group {
  padding: 20px 0px 10px 16px;
}

.youqian_group .Difen_zu {
  font-size: 12px;
  width: 348px;
  font-size: 0;
  line-height: 0;
  border-top: 1px solid #cdd6e4;
  border-left: 1px solid #cdd6e4;
}

.youqian_group .Difen_zu li {
  display: inline-block;
  width: 173px;
  height: 84px;
  line-height: 84px;
  font-size: 0;
  border-bottom: 1px solid #cdd6e4;
  border-right: 1px solid #cdd6e4;
  margin: 0;
  float: left;
}

.youqian_group .Difen_zu a {
  display: block;
  width: 173px;
  height: 84px;
  line-height: 84px;
  font-size: 12px;
  color: #000;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.youqian_group .Difen_zu a:hover {
  background: #f9f9f9;
}

.Difen_zu a i {
  background: url(../images/sleft-icon.png) no-repeat;
  width: 35px;
  height: 45px;
  display: inline-block;
  margin: 0px 8px 0 1px;
  vertical-align: middle;
}

.Difen_zu a.u-icon1 i {
  background-position: 0 0px;
}

.Difen_zu a.u-icon2 i {
  background-position: -35px 0;
}

.Difen_zu a.u-icon3 i {
  background-position: 0 -45px;
}

.Difen_zu a.u-icon4 i {
  background-position: -40px -134px;
}

.Difen_zu a i {
  -o-transition: all .3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.Difen_zu a:hover i {
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/*期待图 */
.QidaiWrap {
  background: #fff;
  width: 100%;
}

.QidaiGroup {
  padding-top: 10px;
}

.Qidaipic {
  padding: 0px 0px 0px 0px;
  text-align: center;
}

/*主体框架 */
.NeirongGroup {
  width: 1200px;
  margin: 0 auto;
}

.NeirongGroup a:hover {
  color: #f68121;
}

/*通底色左右大框 */
.TongbgWrap {
  border-bottom: 1px solid #ededed;
}

.TongbgWrap,
.TongbgWrap .NeirongGroup {
  background: url(../images/mainwrap_bg.jpg) repeat-y center 0;
}

.TongbgWrap .tongQu_a {
  width: 827px;
  float: left;
}

.TongbgWrap .tongQu_b {
  width: 372px;
  float: right;
  /* margin-top: -16px; */
}

.TongbgWrap .GMctQu_b {
  margin-top: 0px;
}

/* 大标题导航 */
.dabiaoti_box {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  height: 80px;
}

.dabiaoti_box .dabiaoti_xline {
  height: 78px;
  line-height: 78px;
  font-size: 18px;
}

.dabiaoti_box .dabiaoti_xline a {
  display: inline-block;
  width: 187px;
  text-align: center;
  color: #7a7a7a;
}

.dabiaoti_box .dabiaoti_xline a.on {
  border-bottom: 3px solid #ff7800;
  color: #000;
}

/* 游戏中心 右侧 公共标题 */
.biaoti_szu {
  position: relative;
  padding: 14px 0px 0px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.biaoti_sha {
  position: relative;
  padding: 0px 0px 26px 0px;
  font-size: 18px;
  color: #000;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #cfd7e3;
}

.biaoti_sha .icon_btse {
  position: absolute;
  left: -20px;
  top: 5px;
  display: inline-block;
  width: 5px;
  height: 20px;
  background: #ff7800;
}

.biaoti_sha .btn_bt_more {
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 14px;
  color: #868686;
}

.biaoti_sha .post_bt_rt {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
}

.biaoti_sha .btn_bt_huan {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 14px;
}

.biaoti_sha .btn_bt_huan i {
  margin-right: 5px;
}

.biaoti_sha .btn_game_huan {
  right: 10px;
}

.biaoti_sha a:hover {
  color: #f68121;
}

/* test */
.test {
  padding: 0px 0px 0px 0px;
}

.test {
  padding: 0px 0px 0px 0px;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.orange {
  color: #f68121;
}
.ml10 {
  margin-left: 10px;
}