a:focus {
	outline:none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0088cc;
}
.margin-30 {
	margin:0 30px;
}
.margin-top-10 {
	margin-top:10px;
}
.margin-top-20 {
	margin-top:20px;
}
.margin-top-50 {
    margin-top:50px;
}
.margin-top-80 {
    margin-top:80px;
}
.margin-bottom-10 {
    margin-bottom:10px;
}
.margin-bottom-20 {
    margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}

.padding-tb-50 {
	padding:50px 0;
}
.padding-tb-40 {
    padding:40px 0;
}
.padding-tb-20 {
    padding:20px 0;
}
.padding-top-20 {
	padding-top:20px;
}
.padding-top-70 {
	padding-top:70px;
}
.padding-top-50 {
	padding-top:50px;
}
.padding-bottom-20 {
    padding-bottom:20px;
}
.padding-bottom-50 {
	padding-bottom:50px;
}
.padding-bottom-80 {
	padding-bottom:80px;
}
.padding-right-50 {
	padding-right:50px;
}
.padding-right-30 {
    padding-right:30px;
}
.padding-left-30 {
	padding-left: 30px;
}

.side-bottom {
	border-bottom:1px solid #e3e3e3;
}

.cont-title {
	color:#333;
    font-size: 20px;
    margin-bottom: 10px;
}
.bg-gray {
	background-color:#f5f5f5;
}

.btn {
  padding: 0px;
}
.btn-b {
	border:1px solid #0088cc;
	color:#0088cc;
}
.btn-b:hover, .btn-w:hover {
	background-color:#0088cc;
	border:1px solid #0088cc;
	color:#fff;
}
.btn-w {
	border: 1px solid #fff;
	color:#fff;
}

/***********导航************/
.navbar {
  min-height: 80px;
  margin-bottom:0;
  box-shadow: 0px 0px 10px #aaa;
}
.navbar-inverse {
  background-color: #fff;
  border-color: #ccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #08c;
  border-right: 1px solid #fff;
}
.navbar-brand {
  height: 70px;
  /*padding: 25px 15px;*/
}
.navbar-nav > li > a {
  line-height: 50px;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  /*background-color: #fff;*/
    color: #08c;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #fff;
    color: #08c;
}
/*.navbar-inverse .navbar-toggle:hover,*/
/*.navbar-inverse .navbar-toggle:focus {*/
  /*background-color: #fff;*/
    /*color: #08c;*/
/*}*/
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-toggle {
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #dc072f;
}
.navbar-logo{
    position: absolute;
    left: 0;
    top: 0;
}
.navbar-right{
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 24px
}
.navbar-right-button{
    padding: 15px 28px;
    display: inline-block;
    background: #dc072f;
    color: #fff;
    border-radius: 8px;
    margin-right: 55px;
    font-size: 22px;
    font-weight: 400;
}
.navbar-content{
    height: 110px; width: 950px; margin: 0px auto;
}
.cursor{
    cursor: pointer;
}
.navbar-content ul{
    margin-bottom: 0;
}
.navbar-content ul li{
    list-style-type: none;
    float: left;
    height: 110px;
    width: 179px;
    line-height: 110px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}
.navbar-content ul li.active{
    background-color: #e8e8e8;
}
.navbar-content ul li:hover{
    background-color: #e8e8e8;
}
.index-banner{
    background: url(/Public/Image/index/banner.png) no-repeat ;
    background-size: 100% 100%;
}
.game-banner{
    background: url(/Public/Image/index/game-banner.png) no-repeat;
    background-size: 100% 100%;
}
.translation-banner{
    background: url(/Public/Image/index/bg-1.png) no-repeat ;
    background-size: 100% 100%;
}
/************ 弹出框 ************/
.modal-header {
  border-bottom:none;
}
.modal-footer {
  border-top: 0;
}
.input-cont {
	float:left;
	width:100%;
}
.input-group {
	width:100%;
	float:left;
}
@media (min-width: 768px) {
}
.input-shadow {
	/*border-right:0;*/
	box-shadow: none;
}
.input-shadow:focus {
	border-right: 1px solid #66afe9;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.first-name, .company, .email, .skype, .country {
	background: url(/Public/Image/new/popup-icon.png) no-repeat center 4px;
	padding:0 20px;
	border-left:none;
	border-radius:0 3px 3px 0;
}
.company {
	background-position: center -63px;
}
.email {
	background-position: center -130px;
}
.skype {
	background-position: center -198px;
}
.country {
	background-position: center -266px;
}
.cont-text {
	width:100%;
	height:auto;
	min-height:68px;
	overflow-y: hidden;
}
.popup-warning {
	line-height:30px;
	padding-left:10px;
	float:left;
}
.upload-warning {
	line-height:40px;
	padding-left:10px;
	float:left;
}
.radio-warning {
	float:left;
	padding-top:2px;
	text-indent:20px;
}

/************轮播************/
.carousel {
  padding-top:80px;
}
.item {
	height: 500px;
}
.carousel-control {
    width: 10%;
    font-size: 80px;
    line-height:580px;
}
.banner1-title, .banner1-title-1 {
	font-size:80px;
	color:rgba(168, 220, 240, .8);
	filter: alpha(opacity=80);
    opacity: .8;
}
.banner1-title-1 {
	font-size: 60px;
}
.banner-cont {
	width:46%;
}
.banner2-title, .banner2-title-2 ,.banner2-1-title{
	font-size:80px;
	color:#FBB01F;
}
.banner2-title-2 {
	font-size:90px;
}

/************首页表格************/
.green {
	background-color:#8fca6e;
}
.green1 {
	background-color:#3cbda1;
}
.blue {
	background-color:#14a9e1;
}
.blue1 {
	background-color:#1e81c4;
}
.flow {
	float:left;
	margin-bottom:5px;
}
.flow-title-block {
	float:left;
}
.flow-title {
	height:60px;
	width:100px;
	line-height:60px;
	color:#fff;
	font-size:16px;
}
.flow-link {
	height:6px;
	width:40px;
	float:left;
	margin-top:30px;
}
.flow-cont {
	height:80px;
	width:600px;
	float:left;
	padding:5px 0;
	border-radius:3px;
	color:#fff;
}
.flow-cont span {
	width:25%;
	float:left;
	border-right:1px solid #fff;
	padding:5px 10px;
}

.green-arrow-up {
	width: 100px;
	height: 0px;
	border-left: 50px solid #8fca6e;
	border-right: 50px solid #8fca6e;
	border-top: 15px solid #fff;
}
.green-arrow-down {
	width: 100px;
	height: 0px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 15px solid #8fca6e;
}
.green1-arrow-up {
	width: 100px;
	height: 0px;
	border-left: 50px solid #3cbda1;
	border-right: 50px solid #3cbda1;
	border-top: 15px solid #fff;
}
.green1-arrow-down {
	width: 100px;
	height: 0px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 15px solid #3cbda1;
}
.blue-arrow-up {
	width: 100px;
	height: 0px;
	border-left: 50px solid #14a9e1;
	border-right: 50px solid #14a9e1;
	border-top: 15px solid #fff;
}
.blue-arrow-down {
	width: 100px;
	height: 0px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 15px solid #14a9e1;
}
.blue1-arrow-up {
	width: 100px;
	height: 0px;
	border-left: 50px solid #1e81c4;
	border-right: 50px solid #1e81c4;
	border-top: 15px solid #fff;
}
.blue1-arrow-down {
	width: 100px;
	height: 0px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 15px solid #1e81c4;
}

/************首页lsp************/
.index-lsp {
	background:url(/Public/Image/new/index-lsp.jpg) no-repeat;
	padding-bottom:100px;
}
.index-lsp h2, .index-lsp h4, .index-lsp p{
	color:#fff;
	padding-top:75px;
}
.index-lsp-icon, .index-lsp-icon1, .index-lsp-icon2, .index-lsp-icon3, .index-lsp-icon4, .index-lsp-icon5 {
	background:url(/Public/Image/new/index-lsp-icon.png) no-repeat center 0;
}
.index-lsp-icon1 {
	background-position: center -180px;
}
.index-lsp-icon2 {
	background-position: center -365px;
}
.index-lsp-icon3 {
	background-position: center -545px;
}
.index-lsp-icon4 {
	background-position: center -725px;
}
.index-lsp-icon5 {
	background-position: center -910px;
}

/************首页Agile************/
.index-agile-icon, .index-agile-icon1, .index-agile-icon2, .index-agile-icon3, .index-agile-icon4, .index-agile-icon5 {
	background:url(/Public/Image/new/index-agile-icon.png) no-repeat;
	height:36px;
	line-height:36px;
	text-indent:40px;
	margin-bottom:20px;
}
.index-agile-icon1 {
	background-position: 0 -65px;
}
.index-agile-icon2 {
	background-position: 0 -125px;
}
.index-agile-icon3 {
	background-position: 0 -188px;
}
.index-agile-icon4 {
	background-position: 0 -253px;
}
.index-agile-icon5 {
	background-position: 0 -315px;
}

/************首页客户评价************/
.evaluate-bg {
	border-radius:4px;
	min-height:150px;
	padding:20px;
}
.evaluate-logo {
	width:100px;
	height:100px;
	border-radius:50px;
	border:5px solid #e3e3e3;
	margin:-40px auto 20px;
}
.evaluate-logo1 {
	background:url(/Public/Image/new/index-evaluate-logo1.jpg) no-repeat center;
}
.evaluate-logo2 {
	background:url(/Public/Image/new/index-evaluate-logo2.jpg) no-repeat center;
}
.client-logo img {
	float:left;
}
/************Contact Us************/
.bg-contact-us {
	background:url(/Public/Image/new/contact-us.jpg) no-repeat center;
	color:#fff;
}
 .bg-contact-us a {
	color:#fff;
}

.bg-free-test {
	background:url(/Public/Image/new/free-test.jpg) no-repeat center;
	color:#fff;
}
.bg-free-test a {
	color:#fff;
}

/************ banner ************/
.banner {
	margin-top:80px;
	padding:200px 0;
    color: #fff;
}
/************ cont ************/

.bg-translator {
	border-radius:4px;
	padding:30px 40px;
	margin-bottom:70px;
}
.translator-q , .translator-a{
	width:40px;
	height:40px;
	border-radius:20px;
	color:#fff;
	padding:0px;
	line-height:40px;
	font-size:20px;
	display:block;
	float:left;
}
.translator-q {
	background-color:#0088cc;
}
.translator-a {
	background-color:#8fca6e;
}

/*--以下为返回顶部--*/
.top-rmenu {
	position: fixed;
	right: 0;
	margin-right: 20px;
	bottom: 20px;
	padding-bottom: 100px;
	z-index: 999;
}
.top-rmenu .btn {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}
.top-rmenu .btn-top {
    background: url(/Public/Image/tpl/r_top.png) 0px 0px no-repeat;
    background-color: #919191;
    display: none;
    background-size: 100% 100%;
    opacity: 0.7;
}
.top-rmenu .btn-top:hover {
    background-color: #444;
}

/************footer************/
.border-r {
	border-right: 1px #fff solid;
}
.border-b {
	border-bottom: 1px #E3E3E3 solid;
}
.docs-footer {
	background-color: #262626;
	padding-top: 20px;
	padding-bottom: 50px;
	color: #999;
}
.docs-footer ul {
	padding: 0;
}
.docs-footer li {
	list-style-type: none;
	float: left;
	padding-right: 20px;
	margin: 20px 20px 20px 0;
}
.docs-footer li a {
	color:#fff;
}
.btn-footer, .btn-footer:hover {
	background-color:#0088cc;
	color:#fff;
	padding:20px;
	margin-bottom:10px;
	border-radius:6px;
	display:block;
	font-size:16px;
}
.footer-icon a, .footer-icon a:hover {
	background: url(/Public/Image/tpl/footer-icon.png) no-repeat;
	height: 20px;
	width: 17px;
	display: block;
	margin-top:20px;
	margin-left:-30px;
}
.footer-icon#i a {
	background-position: -30px 0;
}
.footer-icon#f a {
	background-position: -60px 0;
}
.footer-icon a:hover {
	background-position: 0 -20px;
}
.footer-icon#i a:hover {
	background-position: -30px -20px;
}
.footer-icon#f a:hover {
	background-position: -60px -20px;
}
.footer-icon{
    padding:  0 24px;
}
.footer-bottom {
	height:20px;
	background-color:#191919;
}
.footer-nav{ height:30px; line-height:26px; font-size:12px; color:#fff;}
.footer-nav ul{ width:400px;}
.footer-nav li{ width:70px; float:left;}
.translated-words-area{width:100%;height: 80px;margin-top:-10px;margin-bottom: 10px; float:left;}
.translated-words-title{color: #fff;font-size: 13px;}
.translated-words{float:left;width: 30px;height: 50px;line-height: 50px;background:#666;color: #fff;border-radius: 2px;text-align: center;font-size: 50px;}
.translated-words-left{margin-left:2px;}
.other-border-r {
    border-right: 1px #e3e3e3 solid;
}
.top-40 {
    margin-top: 40px;
}
.language-words-middle {
    color: #08C;
    margin-bottom: 30px;
}
.normal-blue {
    color: #08C;
}
.point {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    color: #93908E;
}
.point_align_first {
    padding-bottom: 1px;
}
.point_align_other {
    padding-bottom: 2px;
}

.media-content ul li {
    list-style-type: none;
}

@media (min-width: 500px) {
    .media-content ul {
        float: left;width: 100%;
        padding-left: 0px;
        line-height: 32px;
    }
}
@media (min-width: 1000px) {
    .media-content ul {
        float: left;
        width: 33%;
        padding-left: 0px;
        line-height: 32px;
    }
}

.dtp-icons-li {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dtp-icons-li-b {
    margin-top: 10px;
    margin-bottom: 20px;
}
.desktop-icons-h4 {
    font-size: 16px;
    margin-bottom: 15px;
}


@media (max-width: 992px) {
    .item {
        height: 185px;
    }
    .multimedia-language {
        height: 600px;
    }
    .media-ul-1 {
        width: 10%;
        margin-left: 0px;
        padding-top: 200px;
    }
    .media-ul-2 {
        width: 10%;
    }
    .media-ul-3 {
        width: 60%;
    }
    .interpret-img.jsj {
        background: none;
    }
    .multimedia-img.jsj {
        background: none;
    }
    .img-media-interpret {
        padding: 10px 0px 20px 0px;
    }
    .img-media-multimedia {
        padding: 10px 0px 20px 0px;
    }
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.game-icon{
    background: url(/Public/Image/index/icon.png) no-repeat;
    vertical-align: sub;
    margin-right: 10px;
    padding: 1px 20px 20px 0;
}
.game-h4{
    line-height: 18px;
    font-size: 19px
}
.main-content-bg{
    position: absolute;
    top: 0px;
    z-index: 0;
}
.main-content{
    padding: 0px 0px 150px;
    z-index: 1;
    position: relative;
}
.main-content-left{
    float: left;
    width: 48%
}
.main-content-right{
    width: 50%;
    padding-top: 65px;
    float: right;
    text-align: right;
}
.game-localizer{
    font-size: 46px;
    color:#404040;
    font-weight: 400;
    font-style: italic;
}
.game-localizer-1{
    font-size: 47px;
    color:#404040;
    font-weight: 400;
    margin-top: 88px;
}
.let-get-button{
    padding: 22px 22px;
    display: inline-block;
    background: #dc072f;
    color: #fff;
    border-radius: 19px;
    font-size: 42px;
    font-weight: 400;
}
.game-local-banner{
    background: url(/Public/Image/index/slice-3.jpg) no-repeat ;
    background-size: 100% 100%;
}
.game-localization-title{
    margin-top: 297px;
    margin-bottom: 105px;
    text-align: center;
    font-size: 48px;
    color: #fffcfe;
    font-weight: 400;
}
.meet-crew-title{
    margin: 124px 0 106px;
    font-size: 47px;
    font-weight: 400;
    color: #404040;
    line-height: 48px;
    text-align: center
}
.meet-crew-div{
    float: left;
    width: 25%;
    padding: 0 20px;
    height: 570px;
}
.meet-crew-div-name{
    font-size: 33px;
    font-weight: 400;
    color: #404040;
    text-align: center;
}
.meet-crew-div-position{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 23px;
    margin-top: 18px;
}
.meet-crew-div-information{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 28px;
    word-break: break-all;

}
.meet-crew-div-information p {
    word-break: keep-all;
}
.contact-left{
    width: 50%;
    float: left;
}
.contact-right{
    width: 50%;
    float: right;
    padding-top: 150px;
}
.contact-right-font{
    font-size: 47px;
    font-weight: 400;
    color: #404040;
    text-align: center;
}
.contact-right-btn{
    padding: 15px 33px;
    display: inline-block;
    background: #dc072f;
    color: #fff;
    border-radius: 8px;
    font-size: 42px;
    font-weight: 400;
    margin-top: 42px;
}
.about-add, .about-phone, .about-mail{
    background:url(/Public/Image/tpl/about-icon.png) no-repeat 0 4px;
    padding-left: 5px;
    color: #fefdfe;
    line-height: 33px!important;
}
.about-phone {
    background-position: 0 -66px;
}
.about-mail {
    background-position: 0 -116px;
}
.about-mail a{
   color: #fefdfe;
}
.conte-text{
    color: #fefdfe;
}
.about-offices{
    width: 215px;
    float: left;
}
.about-offices p {
    text-indent:30px;
}
.contact-us-btn{
    padding: 8px 34px;
    display: inline-block;
    background: #dc072f;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    border: 0px;
}
.services-text{
    margin-bottom: 12px;
    text-align: center;
    color: #fdfefd;
    font-size: 17px;
}
.services-text a{
    color: #fdfefd;
    cursor: pointer;
}
.main-content-left-title{
    margin: 54px 0 54px;
}
.our_lang_game{
    color: #fff; font-size: 130px;
}
.our_lang_game_div{
    height: 100px
}
.our_lang_game_1{
    color: #fff; font-size: 24px;
}
.navbar-logo-img{
    margin-left: 24px;
    width: 215px;
    height: 110px;
    display: block;
}
/** 页面宽度小于1600 且 大于1366的***/
@media (max-width: 1600px) and (min-width: 1356px) {
    body {
        font-size: 16px;
    }
    p{
        line-height: 28px;
    }
    .game-h4{
        font-size: 17px;
        line-height: 17px;
    }
    .main-content-left-title{
        margin: 30px 0;
    }
    .game-localizer {
        font-size: 36px;
        color: #404040;
        font-weight: 400;
        font-style: italic;
    }
    .game-localizer-1 {
        font-size: 44px;
        color: #404040;
        font-weight: 400;
        margin-top: 60px;
    }
    .let-get-button {
        padding: 20px 20px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 19px;
        font-size: 30px;
        font-weight: 400;
    }
    .our_lang_game{
        color: #fff; font-size: 90px;
    }
    .contact-right-font {
        font-size: 44px;
        font-weight: 400;
        color: #404040;
        text-align: center;
    }
    .contact-right-btn {
        padding: 20px 20px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 19px;
        font-size: 30px;
        font-weight: 400;
        margin-top: 36px;
    }
    .navbar-content{
        height: 110px; width: 850px; margin: 0px auto;
    }
    .navbar-content ul li {
        list-style-type: none;
        float: left;
        height: 110px;
        width: 159px;
        line-height: 110px;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
    }
    .navbar-right {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 26px;
    }
    .navbar-right-button {
        padding: 12px 18px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 8px;
        margin-right: 55px;
        font-size: 20px;
        font-weight: 400;
    }
}
/** 页面宽度小于1366的且 大于992的***/
@media (max-width: 1355px) and (min-width: 992px) {
    body {
        font-size: 15px;
    }
    p{
        line-height: 24px;
    }
    .game-h4{
        font-size: 16px;
        line-height: 16px;
    }
    .main-content-left-title{
        margin: 26px 0;
    }
    .navbar-content{
        height: 110px; width: 485px; margin: 0px auto;
    }
    .navbar-content ul li {
        list-style-type: none;
        float: left;
        height: 110px;
        width: 95px;
        line-height: 110px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }
    .navbar-right {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 32px;
    }
    .navbar-right-button {
        padding: 12px 15px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 8px;
        margin-right: 55px;
        font-size: 15px;
        font-weight: 400;
    }
    .our_lang_game{
        color: #fff; font-size: 70px;
    }
    .our_lang_game_div {
        height: 80px;
    }
    .our_lang_game_1{
        color: #fff; font-size: 20px;
    }
    .game-localizer {
        font-size: 34px;
        color: #404040;
        font-weight: 400;
        font-style: italic;
    }
    .game-localizer-1 {
        font-size: 36px;
        color: #404040;
        font-weight: 400;
        margin-top: 50px;
    }
    .let-get-button {
        padding: 13px 18px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 12px;
        font-size: 24px;
        font-weight: 400;
    }
    .meet-crew-div-name {
        font-size: 28px;
        font-weight: 400;
        color: #404040;
        text-align: center;
    }
    .meet-crew-div-position {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        text-align: center;
        line-height: 23px;
        margin-top: 18px;
    }
    .meet-crew-div-information {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
        margin-top: 28px;
        word-break: break-all;
    }
    .contact-right-font {
        font-size: 36px;
        font-weight: 400;
        color: #404040;
        text-align: center;
    }
    .contact-right-btn {
        padding: 13px 18px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 12px;
        font-size: 24px;
        font-weight: 400;
        margin-top: 24px;
    }
}
/** 页面宽度小于992的***/
@media (max-width: 992px) {
    body {
        font-size: 14px;
    }
    p{
        line-height: 20px;
    }
    .game-h4{
        font-size: 15px;
        line-height: 15px;
    }
    .main-content-left-title{
        margin: 24px 0;
    }
    .navbar-content{
        height: 110px; width: 515px; margin: 0px auto;
    }
    .navbar-content ul li {
        list-style-type: none;
        float: left;
        height: 110px;
        width: 95px;
        line-height: 110px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
    }
    .navbar-right {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 32px;
    }
    .navbar-right-button {
        padding: 12px 15px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 8px;
        margin-right: 55px;
        font-size: 15px;
        font-weight: 400;
    }
    .our_lang_game{
        color: #fff; font-size: 48px;
    }
    .our_lang_game_div {
        height: 70px;
    }
    .our_lang_game_1{
        color: #fff; font-size: 18px;
    }
    .game-localizer {
        font-size: 34px;
        color: #404040;
        font-weight: 400;
        font-style: italic;
    }
    .game-localizer-1 {
        font-size: 36px;
        color: #404040;
        font-weight: 400;
        margin-top: 50px;
    }
    .let-get-button {
        padding: 13px 18px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 12px;
        font-size: 24px;
        font-weight: 400;
    }
    .meet-crew-div-name {
        font-size: 28px;
        font-weight: 400;
        color: #404040;
        text-align: center;
    }
    .meet-crew-div-position {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        text-align: center;
        line-height: 23px;
        margin-top: 18px;
    }
    .meet-crew-div-information {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        line-height: 28px;
        margin-top: 28px;
        word-break: break-all;
    }
    .contact-right {
        width: 50%;
        float: right;
        padding-top: 0px;
    }
    .contact-right-font {
        font-size: 36px;
        font-weight: 400;
        color: #404040;
        text-align: center;
    }
    .contact-right-btn {
        padding: 13px 18px;
        display: inline-block;
        background: #dc072f;
        color: #fff;
        border-radius: 12px;
        font-size: 24px;
        font-weight: 400;
        margin-top: 24px;
    }
    .main-content-left {
        float: left;
        width: 100%;
    }
    .main-content-right {
        display: none;
    }

}
@media (max-width: 992px) and  (min-width: 470px){
    .navbar-logo-img{
        margin-left: 24px;
        width: 185px;
        height: 110px;
        display: block!important;
    }
    .meet-crew-div {
        float: left;
        width: 50%;
        padding: 0 20px;
        height: 570px;
    }
}
@media (max-width: 470px) {
    /*.navbar-logo-img{*/
        /*display: none;*/
    /*}*/
    .meet-crew-div {
        float: left;
        width: 100%;
        padding: 0 20px;
        height: 570px;
    }
    .meet-crew-title {
        font-size: 36px;
    }
    .game-localization-title{
        font-size: 36px;
    }
    .our_lang_game {
        color: #fff;
        font-size: 18px;
    }
    .our_lang_game_div {
        height: 30px;
    }
    .our_lang_game_1 {
        color: #fff;
        font-size: 16px;
    }
}
/** 页面宽度小于901的***/
@media (max-width: 901px) {
    .navbar-content{
        position: fixed;
        top: 110px;
        background-color: rgb(255, 255, 255);
        width: 100%;
        max-height: 340px;
        height: unset;
        overflow-y: auto;
    }
    .navbar-content ul li {
        list-style-type: none;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        display: inline-block;
        width: 100%;
    }
    .navbar-right-button{
        display: none
    }
    .navbar-right{
        padding-top: 15px;
    }
    .navbar-right-button-text{
        margin-right: 10px;
        margin-bottom: 8px;
        color: #dc072f;
        cursor: pointer;
        display: block!important;
    }
}
@media (min-width: 900px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-right-button{
        display: block !important;
    }
    .navbar-content{
        display: block !important;
    }
    .navbar-right-button-text{
        display: none;
    }
    .navbar-right{
        padding-top: 32px;
    }
}
.sending{
    display: none;
}
.navbar-right-button-text{
    display: none;
}
.cookieinfo {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
    min-height: 21px;
    padding:8px 18px;
    text-align: center;
    bottom:0px;
    line-height: 25px;
    background-color: #eeeeee;
    color: #999999;
    font-size: 16px;
}
.cookieinfo a{
    color: #333333;
    background: url(/Public/Image/tpl/bottom_button.png) no-repeat 3px 0;
    font-size: 14px;
}
