html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
body {
  margin: 0;
  font-size: 14px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[disabled] {
  cursor: default;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
textarea {
  overflow: auto;
  resize: none;
  vertical-align: top;
}
optgroup {
  font-weight: 700;
}
input,
select,
textarea {
  outline: 0;
}
input,
textarea {
  -webkit-user-modify: read-write-plaintext-only;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
dd,
dl,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none outside none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  line-height: 2;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.width-1 {
  width: 8.33%;
}
.width15 {
  width: 12.5%;
}
.width-2 {
  width: 16.66%;
}
.width25 {
  width: 20.83%;
}
.width-3 {
  width: 24.99%;
}
.width-4 {
  width: 33.33%;
}
.width-5 {
  width: 41.66%;
}
.width-6 {
  width: 50%;
}
.width-7 {
  width: 58.33%;
}
.width-8 {
  width: 66.66%;
}
.width-9 {
  width: 75%;
}
.width-10 {
  width: 83.33%;
}
.width-11 {
  width: 91.66%;
}
.width-12 {
  width: 100%;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
ul.float-row>li {
  float: left;
}
.offset-1 {
  padding-left: 10px;
}
.offset15 {
  padding-left: 15px;
}
.offset-2 {
  padding-left: 20px;
}
.bg-cross {
  position: absolute;
  z-index: -2;
  height: 200px;
/*background: url("bg.jpg") no-repeat scroll center top;*/
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-black {
  color: #000;
}
.txt-gray {
  color: #666;
}
.txt-red {
  color: #c00;
}
.txt-bold {
  font-weight: bold;
}
.hr-dashed {
  margin: 0;
  border: 0; /* reset */
  border-top: 1px dashed #f0f0f0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a img {
  border: none;
}
.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.wrap .prev,
.wrap .next {
  height: 320px;
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #999;
  opacity: 0.7;
  width: 100%;
}
.wrap .next {
  left: auto;
  right: -50%;
}
.wrap .prev:hover,
.wrap .next:hover {
  opacity: 0.5;
}
.wrap {
  width: 100%;
  height: 320px;
}
.container ul {
  height: 100%;
}
.container li {
  width: 1000px;
  height: 100%;
  float: left;
}
.container li a,
.container li img {
  display: block;
  width: 100%;
  height: 100%;
}
.page {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 6px 12px;
  display: none;
  background-color: #000;
}
.page::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  position: absolute;
  left: -24px;
  top: 0;
}
.page::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #000 #000;
  position: absolute;
  right: -24px;
  top: 0;
}
.page span {
  float: left;
  margin-right: 3px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  color: #fff;
}
.page .select {
  background: #000;
  border-color: #fff;
}
.vjs-big-play-button {
  display: none !important;
}
html {
  background-color: #000;
}
body {
  min-width: 1300px;
  color: #fff;
  font-family: 'Microsoft YaHei', '微软雅黑', 'MicrosoftJhengHei', '华文细黑', 'STHeiti', 'MingLiu';
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.header-wrapper {
  width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  height: 320px;
}
header {
  width: 100%;
  background: url("../images/bg_head.png") top repeat-x;
}
.header-left >img {
  padding-top: 6px;
}
.header-right .header-right-top {
  height: 85px;
  padding-top: 40px;
  font-size: 18px;
  color: #808080;
}
.header-right .header-right-top img {
  margin-left: 8px;
  vertical-align: middle;
}
.header-right .header-right-top span {
  vertical-align: sub;
}
.header-right .header-right-bottom {
  height: 93px;
  line-height: 93px;
  font-size: 36px;
}
.footer-cp {
  color: #fff;
  font-size: 18px;
  margin: 22px 0;
}
.footer-logo {
  margin-bottom: 50px;
}
.footer-logo >img {
  width: 178px;
}
.header-nav {
  margin-right: 18px;
}
.header-nav li {
  width: 141px;
  /* 如果你想让privacy显示出来，取消下面的注释 */
  /* width: 121px; */
  text-indent: -9999px;
  background: url("../images/Home@1x.png") 50% 40% no-repeat;
  opacity: 0.5;
}
.header-nav li:last-child {
  margin-right: 0;
}
.header-nav li:hover {
  opacity: 1;
}
.header-nav li a {
  display: block;
}
.header-nav li.active {
  opacity: 1;
}
.header-nav li.tab-about {
  background-image: url("../images/About@1x.png");
}
.header-nav li.tab-game {
  background-image: url("../images/Game@1x.png");
}
.header-nav li.tab-team {
  background-image: url("../images/Team@1x.png");
}
.header-nav li.tab-presskit {
  background-image: url("../images/PressKit@1x.png");
}
.header-nav li.tab-jobs {
  background-image: url("../images/Jobs@1x.png");
}
.header-nav li.tab-contact {
  background-image: url("../images/Contact@1x.png");
}
.header-nav li.tab-privacy {
  display:none;
  background-image: url("../images/Privacy@1x.png");
  background-position: 0 27px;
}
.bg-video {
  background: url("../images/bg_video.jpg") top repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1100px;
  z-index: -11;
  min-width: 1300px;
}
#bgvid {
  width: 100%;
  height: 100%;
  object-fit: inherit;
}
.bg-modal {
  background-image: url("../images/bg_modal.png");
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1600px;
  z-index: -10;
  min-width: 1300px;
}
.bg-glow {
  background: url("../images/bg_glow.png") top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1100px;
  z-index: -9;
  min-width: 1300px;
}
.bg-anchor {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: -2;
  border: 2px solid #fff;
}
.bg-anchor.lt {
  left: -2px;
  top: -2px;
  border-width: 2px 0 0 2px;
}
.bg-anchor.rt {
  right: -2px;
  top: -2px;
  border-width: 2px 2px 0 0;
}
.bg-anchor.lb {
  left: -2px;
  bottom: -2px;
  border-width: 0 0 2px 2px;
}
.bg-anchor.rb {
  right: -2px;
  bottom: -2px;
  border-width: 0 2px 2px 0;
}
.bg-anchor2 {
  width: 14px;
  height: 14px;
  position: absolute;
  border: 2px solid #fff;
}
.bg-anchor2.lt {
  left: -1px;
  top: -1px;
  border-width: 2px 0 0 2px;
}
.bg-anchor2.rt {
  right: -1px;
  top: -1px;
  border-width: 2px 2px 0 0;
}
.bg-anchor2.lb {
  left: -1px;
  bottom: -1px;
  border-width: 0 0 2px 2px;
}
.bg-anchor2.rb {
  right: -1px;
  bottom: -1px;
  border-width: 0 2px 2px 0;
}
.temp-placehold {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-image: url("../images/new/temp-trailer.png");
  background-size: cover;
  cursor: pointer;
  z-index: -1;
}
.content {
  padding-top: 5px;
  overflow-x: hidden;
}
.content .wrapper {
  position: relative;
}
.content .gundam {
  position: absolute;
  right: -305px;
}
.content .LogoHM{
  position: relative;
  left: -80px;
  width: 660px;
}
.content .gundam .mechgroup{
  width: 1030px;
}
.content .title {
  margin-bottom: 120px;
}
.content .title h1 {
  text-indent: -9999px;
  height: 0;
}
.content .slogan {
  margin-bottom: 13px;
}
.content .slogan h2 {
  text-indent: -9999px;
  height: 0;
}
.content .detail {
  height: 500px;
  padding: 18px 50px 25px 22px;
  margin-bottom: 12px;
  background: url("../images/bg_detail.png") top left no-repeat;
}
.content .detail .platform {
  padding-left: 18px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 18px;
}
.content .detail .platform .platform-txtl {
  color: #ffb69d;
  margin-right: 12px;
}
.content .detail .platform .platform-txtl b {
  padding: 0 8px;
  font-weight: normal;
}
.content .detail .detail-video {
  width: 496px;
  height: 276px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.content .detail .desc p {
  font-family: Verdana;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
}
#trailvid {
  display: none;
}
.award {
  margin-bottom: 10px;
}
.award .starter {
  margin-bottom: 22px;
}
.award .trophies {
  padding-right: 100px;
}
.award .trophies >img {
  margin: 0 15px;
  width: 250px;
}
.bottomline-home {
  height: 1px;
  border-top: 1px solid #fff;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 20px;
}
.bottomline-home hr {
  position: relative;
  margin: 0;
  border: 0;
  border-top: 1px solid #808080;
  margin-top: -1px;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
.hr-home {
  height: 1px;
  width: 1200px;
  background: url("../images/home_hr.png") left no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.bg-jobs {
  background: url("../images/bg_jobs2.jpg") top repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1100px;
  z-index: -11;
  min-width: 1300px;
}
.jobs .title {
  margin-top: 36px;
  height: 480px;
  margin-bottom: 70px;
  border-top: 3px solid #fff;
  border-top: 3px solid rgba(255,255,255,0.5);
  border-bttom: 3px solid #fff;
  border-bottom: 3px solid rgba(255,255,255,0.5);
  position: relative;
}
.jobs .title .lt-anchor {
  position: absolute;
  left: 0;
  top: -3px;
  height: 16px;
  width: 26px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.jobs .title .lb-anchor {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 16px;
  width: 26px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.jobs .title .rt-anchor {
  position: absolute;
  right: 0;
  top: -3px;
  height: 16px;
  width: 26px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.jobs .title .rb-anchor {
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 16px;
  width: 26px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.jobs .title h1 {
  text-indent: -9999px;
  width: 688px;
  height: 78px;
  background: url("../images/Careers.png") center no-repeat;
  margin: 25px auto;
}
.jobs .title h2 {
  line-height: 72px;
  font-size: 32px;
  font-weight: bold;
}
.jobs .title p {
  font-size: 24px;
  line-height: 45px;
}
.jobs .title a:hover {
  text-decoration: underline;
  color: #e3640f;
}
.txt-large {
  font-size: 60px;
  padding: 0 5px;
}
.txt-big {
  font-size: 34px;
  padding: 0 3px;
}
.txt-big-orange {
  color: #e3640f;
  font-size: 34px;
  padding: 0 7px;
}
.txt-orange {
  color: #e3640f;
}
.txt-gray {
  color: #c8c8c8 !important;
}
.txt-white {
  color: #fff !important;
}
.jobs-list {
  padding-left: 18px;
}
.jobs-list-item {
  position: relative;
  height: 260px;
  background: url("../images/bg_job.png") top left no-repeat;
  font-size: 18px;
  color: #a9a9a9;
  margin-bottom: 98px;
  padding: 15px 38px;
}
.jobs-list-item img.job-item-bgImg {
  position: absolute;
  right: 48px;
  bottom: 14px;
}
.jobs-list-item h4 {
  font-size: 30px;
  color: #ff8b23;
  line-height: 36px;
  margin-bottom: 6px;
}
.jobs-list-item h4 em {
  font-size: 22px;
  color: #8d9fba;
  font-style: normal;
  padding-left: 5px;
}
.jobs-list-item ul {
  line-height: 36px;
}
.jobs-list-item:last-child {
  margin-bottom: 33px;
}
.bg-about {
  background: url("../images/bg_about.jpg") 50% 250px repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1310px;
  z-index: -1;
  min-width: 1300px;
}
.aboutUs {
  padding-top: 170px;
  height: 1136px;
}
.aboutUs >h1 {
  text-indent: -9999px;
  background: url("../images/AboutUs.png") center no-repeat;
  width: 373px;
  height: 37px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.aboutUs >p {
  line-height: 40px;
  font-size: 24px;
  font-family: 'Bookman Old Style', 'Andada', 'Droid Serif', 'Lora';
}
.game {
  margin-top: 12px;
}
.game-wrap {
  width: 1280px;
  margin: 0 auto;
}
.bg-game {
  background-image: url("../images/bg_game.jpg");
  background-repeat: repeat-x;
  background-position: center -338px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1637px;
  z-index: -11;
  min-width: 1300px;
}
.game-video {
  position: relative;
  width: 1080px;
  height: 608px;
  margin: 0 auto;
}
.game-content {
  margin-top: 22px;
  margin-bottom: 10px;
}
.game-about {
  margin-left: 33px;
  width: 755px;
  background-repeat: no-repeat;
}
.game-about-transtab {
  position: relative;
  z-index: 1;
  width: 540px;
}
.privacy .game-about-transtab{
  width: 750px;
}
.privacy .game-about{
  width:900px;
  max-width: 80%;
}
.game-about-transtab .lt {
  left: 0;
}
.game-about-transtab h3 {
  text-decoration: underline;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding-left: 28px;
  padding-top: 14px;
  line-height: 1;
  text-transform: capitalize;
}
.game-about-transtab:before {
  background-color: rgba(0,0,0,0.8);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(1.13) perspective(8px) rotateX(1deg);
  transform-origin: bottom left;
  border-top: 1px solid #787878;
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;
}
.game-about-article {
  position: relative;
  border: 1px solid #787878;
  border-top: 0;
  background-color: rgba(0,0,0,0.8);
  padding: 30px 36px;
  color: #808080;
}
.game-about-article:before {
  content: '';
  border-top: 1px solid #787878;
  width: 215px;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}
.game-about-article p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.game-about-article h1,
.game-about-article h2,
.game-about-article h3,
.game-about-article h4,
.game-about-article h5,
.game-about-article h6 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
.game-about-article h1 {
  font-size: 32px;
}
.game-about-article h2 {
  font-size: 28px;
}
.game-about-article h3 {
  font-size: 24px;
  color: white;
}
.game-about-article h4 {
  font-size: 22px;
}
.game-about-article h5 {
  font-size: 20px;
}
.game-about-article h6 {
  font-size: 18px;
}
.game-about-article img {
  max-width: 100%;
  clear: both;
  display: block;
  /* margin: auto; */
  width: 100%;
  margin-bottom: 40px;
}
.md-article p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.md-article ol,
.md-article ul {
  margin-bottom: 20px;
}
.md-article li {
  font-size: 16px;
  margin-bottom: 6px;
}
.md-article h1,
.md-article h2,
.md-article h3,
.md-article h4,
.md-article h5,
.md-article h6 {
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}
.md-article h1 {
  font-size: 32px;
}
.md-article h2 {
  font-size: 30px;
}
.md-article h3 {
  font-size: 28px;
}
.md-article h4 {
  font-size: 22px;
}
.md-article h5 {
  font-size: 20px;
}
.md-article h6 {
  font-size: 18px;
}
.md-article p {
  font-size: 16px;
}
.md-article img {
  max-width: 100%;
  clear: both;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.game-post {
  margin-right: 33px;
  width: 370px;
  position: relative;
  background-repeat: no-repeat;
}
.game-post h3 {
  text-decoration: underline;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding-left: 28px;
  padding-top: 14px;
  line-height: 1;
  text-transform: capitalize;
}
.game-post-transtab {
  width: 315px;
  position: relative;
  z-index: 1;
}
.game-post-transtab .lt {
  left: 0;
}
.game-post-transtab:before {
  background-color: rgba(0,0,0,0.8);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(1.22) perspective(7px) rotateX(1.55deg);
  transform-origin: bottom left;
  border-top: 1px solid #787878;
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;
}
.game-post-content {
  position: relative;
  border: 1px solid #787878;
  border-top: 0;
  background-color: rgba(0,0,0,0.8);
  padding: 0 10px 36px 10px;
  color: #808080;
}
.game-post-content:before {
  content: '';
  border-top: 1px solid #787878;
  width: 55px;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}
.game-post-content-item {
  padding: 16px 10px 0px 90px;
  border-bottom: 1px solid #fff;
  height: 88px;
  overflow: hidden;
}
.game-post-content-item >img {
  margin-left: -90px;
}
.game-post-content-item p {
  line-height: 1.5;
}
.game-post-content-item .game-post-content-item-title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border-bottom: 1px dotted #808080;
}
.game-post-content-item .game-post-content-item-title:hover {
  text-decoration: underline;
}
.game-post-content-item .game-post-content-item-abstract {
  color: #808080;
}
.game-about-en {
  background-image: url("../images/about-en.png");
  background-repeat: no-repeat;
  background-position: 28px 18px;
  text-indent: -9999px;
  overflow: hidden;
}
.game-post-en {
  background-image: url("../images/press-en.png");
  background-repeat: no-repeat;
  background-position: 28px 18px;
  text-indent: -9999px;
  overflow: hidden;
}
.hr-anchor {
  height: 20px;
  border-bottom: 3px solid #808080;
  margin-bottom: 45px;
}
.hr-anchor .hr-anchor-l {
  height: 20px;
  width: 25px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: left;
  margin-bottom: -3px;
}
.hr-anchor .hr-anchor-r {
  height: 20px;
  width: 25px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  float: right;
  margin-bottom: -3px;
}
.team {
  margin-top: 66px;
}
.bg-team {
  background-image: url("../images/bg_team.jpg");
  background-repeat: repeat-x;
  background-position: center -150px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1600px;
  z-index: -11;
  min-width: 1300px;
}
.team-videos {
  padding: 0 56px;
}
.team-video {
  width: 495px;
  height: 278px;
  position: relative;
  margin-bottom: 10px;
}
.team-video .flash-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team-video .temp-placehold {
  cursor: pointer;
}
.wrap {
  width: 1030px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wrap .next {
  background-color: transparent;
  cursor: pointer;
}
.wrap .next:before {
  content: '';
  width: 25px;
  height: 100px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 110px;
}
.wrap .next:after {
  content: '';
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 150px;
  transform: rotate(45deg);
}
.wrap .prev {
  background-color: transparent;
  cursor: pointer;
}
.wrap .prev:before {
  content: '';
  width: 25px;
  height: 100px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 110px;
}
.wrap .prev:after {
  content: '';
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 150px;
  transform: rotate(45deg);
}
.page {
  left: 45%;
}
.container li {
  width: 1030px;
}
.team-share {
  width: 170px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.team-share a {
  display: inline-block;
  width: 31%;
  padding-left: 8px;
}
.jobs-tab1 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.jobs-tab1 li {
  margin: 0 14px;
  width: 218px;
  height: 124px;
  line-height: 124px;
  font-size: 32px;
  text-align: center;
  border: 1px solid #808080;
  position: relative;
  cursor: pointer;
  background-color: rgba(0,0,0,0.4);
}
.jobs-tab1 li.active {
  background-color: #d0d1d2;
  color: #000;
}
.jobs-tab1 li.active::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-width: 0 20px 20px 20px;
  border-style: solid;
  border-color: transparent transparent #bfbfbf transparent;
  bottom: -22px;
  right: 85px;
}
.jobs-tab2 {
  border: 1px solid #808080;
  padding: 15px 0;
  margin-bottom: 30px;
  background-color: rgba(0,0,0,0.5);
}
.jobs-tab2 li {
  font-size: 12px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #808080;
  cursor: pointer;
  background-color: #000;
  white-space: nowrap;
  overflow: hidden;
}
.jobs-tab2 li.active {
  background-color: #fff;
  color: #000;
}
.jobs-contents-bg {
  position: relative;
}
.jobs-contents {
  border: 1px solid #808080;
  padding: 30px;
  background-color: rgba(0,0,0,0.8);
  margin-bottom: 128px;
  line-height: 1.5;
  background-image: url("../images/jobs-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* zYm */
.content .buy-area{
  margin-bottom: 26px;
}
.content .buy-area .buy-text{
  position: relative;
  bottom: 26px;
  left:-160px;
  font-size: 24px;
  color: white;
}
.content .buy-area .buy-text-cn{
  position: relative;
  font-family: -apple-system;
  bottom: 28px;
  left:-160px;
  font-size: 20px;
  color: white;
}
.content .buy-area .PS4-buy{
  margin-bottom: 5px;
}
.p-title{
  color:rgb(47, 137, 188);
  font-size: 16px;
}
.p-bold{
  font-weight: 1000;
}
