/* 浏览器重置 [[ */

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu,
article,
pre {
    margin: 0;
    padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
select,
time {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button,
label {
    font-size: 100%;
    font-weight: normal;
    vertical-align: middle;
    font-family: inherit;
}

ul,
dl,
ol {
    list-style: none;
}

img,
fieldset,
input[type='submit'] {
    border: none;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body {
    /* -webkit-user-select: none;禁止选中文本 */
    -webkit-text-size-adjust: 100%;
    /* 设置webkit内核下文字大小不小于12px */
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /* 设置点击链接时遮罩层为全透明 */
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 1;
    font-family: "SF Pro SC", "SF Pro Display", 'Segoe UI', SegoeUI, "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "segoe-ui_normal", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #323232;
    background-color: #f7f7f7;
    height: 100%;
    /* letter-spacing: -.035em; */
    /* min-height 1064px; */
}

html,
body {
    height: 100%;
}

body.no-overflow {
    min-height: 100%;
}

body.clear-bg {
    background-color: #efefef
}

p,
a,
div,
span {
    vertical-align: middle;
    font-family: inherit;
}


/* 禁止长按链接、按钮、输入框出现系统默认弹框菜单 */

a,
button,
input,
select,
textarea {
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-touch-callout: none;
    font-family: inherit;
    background: none;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    -webkit-touch-callout: none;
}

a {
    color: inherit;
}

.link {
    vertical-align: baseline;
    color: #0052D9;
    text-decoration: underline;
}

input::-ms-clear {
    display: none;
}

em,
i {
    font-style: normal;
}

select::-ms-expand {
    display: none;
}

.g-clr {
    zoom: 1;
}

.g-clr:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.shadow-bg {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;
    transform-origin: top;
}

.shadow-bg.active {
    opacity: 1;
    z-index: 10;
    transition: .5s opacity cubic-bezier(0.2, 0.0, 0.2, 1);
}


.container {
    min-height: 100%;
    height: auto;
    /* height: 100%; */
    position: relative;
    overflow: hidden;
}

.slider .slider-pagination li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin: 0 7px;
    cursor: pointer;
    text-indent: -999999em;
}

.slider .slider-prev,
.slider .slider-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.slider .slider-prev {
    left: -88px;
}

.slider .slider-next {
    right: -88px;
}

.slider .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=6);
    opacity: 0.06;
    -webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.slider-prev:hover .blackBg,
.slider-next:hover .blackBg {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slider .icon-arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.slider .slider-prev .icon-arrow {
    background: url(../images/arrow-w-left.png) no-repeat;
    background-position: center;
}

.slider .slider-next .icon-arrow {
    background: url(../images/arrow-w-right.png) no-repeat;
    background-position: center;
}
/* 
@font-face {
    font-family: tencentFont;
    src: url('https://careers.tencent.com/static/font/TencentSans-W7.ttf');
}

@font-face {
    font-family: tencentFontW3;
    src: url('https://careers.tencent.com/static/font/TencentSans-W3.ttf');
}

@font-face {
    font-family: Numfont;
    src: url('https://careers.tencent.com/static/font/MediumCond.ttf');
} */

.header {
    position: fixed;
    width: 100%;
    display: table;
    background-color: #ffffff;
    /* padding-bottom: 16px; */
    transform: translateY(0);
    transition: transform 0.25s cubic-bezier(0.2, 0, 0.2, 1), background 0.25s cubic-bezier(0.2, 0, 0.2, 1), border-bottom 0.15s cubic-bezier(0.2, 0, 0.2, 1);
    z-index: 999;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.header.fixed {
    position: fixed;
    transform: translateY(-65px);
}

.header.fixed .header-main .menu {
    display: none;
}

.no-search .header.fixed {
    transform: translateY(-81px);
}

.header.clear {
    padding-bottom: 0;
}

.header.border {
    border-bottom: 1px solid #e6e6e6;
}

.header.header-color .user-info .login-link {
    color: #FFFFFF;
}

.tencent-story-wrapper.container .cancel-icon {
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: url(./../images/cancel-icon.png) no-repeat;
    background-size: cover;
    z-index: 21;
    /* src="./images/cancel-icon.png"  */
}

.header .header-main {
    display: table;
    width: 1080px;
    position: relative;
    z-index: 10;
}

.container.story-1 .header .header-main {
    display: inline-block;
    width: auto;
}

.header .logo {
    width: 229px;
    height: 24px;
    background: url(/public/images/logo.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    cursor: pointer;
    margin: 28px 0;
}

.header.tencent-story .logo {
    background-image: url(/public/images/logo.png);
    background-size: 100% 100%;
    background-size: 100%;
}

.header .menu {
    float: right;
    margin: 0px -11px 0px;
    color: #333333;
}

.header .menu .menu-list {
    float: left;
    position: relative;
    z-index: 1;
    margin: 0 11px;
    /* letter-spacing: 0.07px; */
    padding: 10px 0px 0px 0px;
    letter-spacing: -.035em;
}

.header .menu .menu-list .first-list {
    line-height: 30px;
    padding-bottom: 3px;
    display: block;
    border-bottom: 1px transparent solid;
    -webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    position: relative;
}

.header .menu .menu-list .first-list .first-list-arrow {
    position: absolute;
    right: -20px;
    top: 1px;
    width: 18px;
    height: 18px;
}


.header .menu .menu-list .first-list .first-list-down {
    background-image: url(./../images/arrow-b-bottom.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}


.header .menu .menu-list:hover .first-list .first-list-down {
    background: url(./../images/arrow-l-bottom.png) no-repeat;
    background-size: 18px 18px;
}

.header.adaption-color .menu .menu-list .first-list .first-list-down {
    background-image: url(./../images/arrow-w-down.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.header.adaption-color .menu .menu-list .first-list .first-list-up {
    background-image: url(./../images/arrow-w-top.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.header .menu .menu-list.active .first-list {
    border-bottom: 1px solid #0052D9;
    color: #0052D9;
    font-weight: 600;
}

.header .menu .menu-list:hover .first-list {
    color: #0052D9;
}

.header .menu .menu-list .first-list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0%;
    color: #0052D9;
    border-bottom: 1px #0052D9 solid;
    transform-origin: left;
    /* transform: rotateY(90deg); */
    transition: 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
}

.header.adaption-color .menu .menu-list .first-list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0%;
    color: #0052D9;
    border-bottom: 3px solid #54c247;
    /* transform: rotateY(90deg); */
    transition: 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
}

.header.adaption-color .menu .menu-list:hover .first-list::after {
    width: 100%;
}

.header .menu .menu-list:hover .first-list::after {
    width: 100%;
}


.header .menu .menu-list.active .first-list-up {
    display: none;
}

.header .menu .menu-list.active .active-up {
    display: block;
}

.header .menu .menu-list:hover {
    -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.header .menu .menu-list:hover .first-list .active-up {
    display: none;
}

.header .menu .menu-list a {
    color: #323232;
}

.header .login {
    float: right;
    margin-top: 24px;
    margin-left: 16px;
}

.header .login .login-btn {
    position: relative;
    /* font-family: PingFangSC-Semibold, 'microsoft yahei', 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', sans-serif; */
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #323232;
    /* letter-spacing: 0.07px; */
    border: 1px solid #333333;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    overflow: hidden;
    font-weight: 600;
}

.header .login .login-btn::after {
    content: "";
    position: absolute;
    left: -3px;
    top: -6px;
    width: 0%;
    height: 140%;
    transform: rotate(8deg);
    background-color: #0052D9;
    z-index: -1;
    transition: 1s background cubic-bezier(0.2, 0.0, 0.2, 1), 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
}

.header.adaption-color .login .login-btn::after {
    content: "";
    position: absolute;
    left: -3px;
    top: -6px;
    width: 0%;
    height: 140%;
    transform: rotate(8deg);
    background-color: #ffffff;
    z-index: -1;
    transition: 1s background cubic-bezier(0.2, 0.0, 0.2, 1) 1s width cubic-bezier(0.2, 0.0, 0.2, 1);
}

.header.adaption-color .login .login-btn:hover {
    color: #000;
}


.header .login .login-btn:hover::after {
    width: 110%;
}

.header .login .login-btn:hover {
    color: white;
    border-color: #0052D9;
}


.header .header-search {
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, .1);
    position: relative;
}

.header .header-search .search-input {
    line-height: 48px;
    height: 48px;
    padding-left: 48px;
    padding-right: 150px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.header .header-search .input-value::-webkit-input-placeholder {
    color: #808080;
}

.header .header-search .input-value {
    font-size: 16px;
    color: #333333;
    /* letter-spacing: 0.03px; */
    border: 1px solid transparent;
    transition: .5s all cubic-bezier(0.2, 0.0, 0.2, 1);
}


.header .header-search .input-value.active {
    border: 1px solid #0052D9;
}


.header .header-search .search-btn {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 18px;
    color: #0052D9;
    transition: .5s color cubic-bezier(0.2, 0.0, 0.2, 1);
    padding-right: 14px;
    font-size: 16px;
    font-weight: 600;
}

.header .header-search .search-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background-image: url(./../images/side-b-right.png);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s all cubic-bezier(0.2, 0.0, 0.2, 1);
}

.header .header-search .search-btn:hover {
    color: #4C90FF;
}

.header .header-search .search-btn:hover:after {
    /* right: -6px; */
    transform: translateX(6px);
    background-image: url(./../images/side-right-hover.png);
    background-size: 12px 12px;
}

.content .main-bg {
    width: 960px;
    height: 242px;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    right: -32px;
    margin-top: 32px;
}


.content .main .nav-ul-none,
.content .main .nav-ul {
    display: table;
    width: 100%;
    margin: 20px 0px 32px;
    border-bottom: 1px solid #E6E6E6;
}

.nav-scroll.nav-title {
    position: relative;
}

.content .main .nav-ul-none {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    z-index: -1;
    margin-bottom: 0;
}

.content .main .nav-ul.special {
    margin-top: 96px;
}

.main {
    position: relative;
}

.main .move-border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    border-bottom: 4px solid #193f64;
    transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), width .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.main .message-header.clear-top {
    margin-top: 0
}

.content .main .nav-ul-none .nav-list.active,
.content .main .nav-ul-none .more-list.active {
    color: #193f64;
    position: relative;
    z-index: 1;
}
.content .main .recruit-wrap {
    padding-bottom: 32px;
}

.content .main .recruit-wrap.special {
    margin-bottom: 100px;
}

.content .main .recruit-wrap .recruit-list-wrapper:hover .recruit-title {
    color: #0052D9;
}

.content .main .recruit-wrap .list {
    background: #FFFFFF;
    margin-bottom: 20px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    position: relative;
}

.content .main .recruit-wrap .list:hover {
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.05);
}

.content .main .recruit-wrap .list .recruit-title {
    font-size: 24px;
    /* letter-spacing: 0.12px; */
    -webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.content .main .recruit-wrap .list .recruit-tips {
    font-size: 16px;
    margin: 8px 0px 23px;
}

.content .main .recruit-wrap .list .recruit-text {
    color: #808080;
    /* letter-spacing: 0.07px; */
    line-height: 24px;
    max-width: 535px;
}

.content .main .index-btn {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    font-size: 18px;
    color: #0052D9;
    background: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 #d8d8d8\0;
    -webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    text-align: center;
    line-height: 48px;
    height: 48px;
    margin: 0 auto 96px;
    padding: 0 24px;
    min-width: 208px;
    overflow: hidden;
    box-sizing: border-box;
}

.content .main .index-btn::after,
.content .load-more-wrapper .more-btn::after,
.content .main .welfare-btn::after,
.content .main .recruit-btn::after {
    content: "";
    position: absolute;
    left: -7px;
    top: -28px;
    height: 215%;
    width: 0%;
    transform: rotate(8deg);
    background-color: rgba(0, 0, 0, .05);
    transition: all 1s cubic-bezier(0.2, 0.0, 0.2, 1);
}
.content .load-more-wrapper .more-btn:hover {
    transform: translate(0, -4px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.40);
}

.content .main .index-btn:hover,
.content .main .welfare-btn:hover,
.content .main .recruit-btn:hover {
    transform: translate(-50%, -4px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.40);
}

.content .a-wrapper {
    margin-top: 32px;
    margin-bottom: 120px;
}

.content .a-li .a-box {
    margin-bottom: 0;
}

.content .a-li:first-child {
    margin-top: 0;
}

.content .a-li {
    margin-top: 48px;
}


.content .a-list.united-states .a-box .a-href:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../images/arrow-w-right.png) no-repeat;
    background-size: cover;
    transition: .5s transform cubic-bezier(0.2, 0.0, 0.2, 1);
}

.footer {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 284px;
    background: #e9e9e9;
}

.footer .footer-main {
    color: #efefef;
    font-weight: bold;
    display: table;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 8px;
}

.footer .footer-main .footer-tips {
    width: 225px;
    float: left;
}

.footer .footer-main .footer-tips li {
    color: #7F7F7F;
    line-height: 14px;
    margin-bottom: 16px;
    transition: .5s color cubic-bezier(0.2, 0.0, 0.2, 1);
}

.footer .footer-main .footer-tips li:hover a {
    color: #0052D9;
}

.footer .footer-main .footer-tips .tips-title {
    color: #323232;
    font-size: 16px;
    /* letter-spacing: 0.18px; */
    line-height: 16px;
    margin-bottom: 24px;
}

.footer .footer-main .footer-switch {
    margin-top:30px;
    margin-right:20px;
    float: right;
    position: relative;
}

.footer .footer-main .footer-switch .logo-black {
    margin-bottom: 17px;
}

.footer .footer-main .footer-switch .language-choice {
    opacity: 0\0;
    position: absolute;
    width: 160px;
    right: 0;
    margin-top: -123px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.30);
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: .2s cubic-bezier(.165, .84, .44, 1);
    transition: .2s cubic-bezier(.165, .84, .44, 1);
}

.footer .footer-main .footer-switch .language-choice.active {
    opacity: 1\0;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.footer .footer-main .footer-switch .language-choice .list {
    width: 160px;
    font-size: 14px;
    color: #333333;
    /* letter-spacing: 0.03px; */
    line-height: 14px;
    background-color: white;
    padding: 0 16px;
    transition: .3s all cubic-bezier(0.2, 0.0, 0.2, 1);
    box-sizing: border-box;
}

.footer .footer-main .footer-switch .language-choice .list:hover {
    background-color: #E6E6E6;
}

.footer .footer-main .footer-switch .language-choice .list a {
    text-align: left;
    width: 100%;
    display: block;
    padding: 16px 0;
    box-sizing: border-box;
}

.footer .footer-main .footer-switch .switch-language {
    position: relative;
    float: right;
}


.footer .footer-copyright {
    padding: 17px 0px 25px;
    /* letter-spacing: 0.16px; */
}

.logo-black {
    width: 120px;
    height: 120px;
    background: url(/public/images/footer-logo.png) no-repeat;
    background-size: 100% 100%;
}

.max-center {
    width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
}

.nav-content-more .nav-content-list,
.nav-content .nav-content-list {
    display: none;
}

.nav-content-more .nav-content-list.list-height,
.nav-content .nav-content-list.list-height {
    min-height: 70vh;
}

.nav-content-list.brace-height {
    min-height: 100vh;
}


.text-one {
    position: relative;
    display: table;
    width: 100%;
    /* font-family: PingFangSC-Semibold, 'microsoft yahei', 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', sans-serif; */
    font-size: 22px;
    color: #343434;
    /* letter-spacing: 0.04px; */
    cursor: pointer;
    height: 134px;
    line-height: 134px;
    box-sizing: border-box;
    /* font-weight: 600; */
}

.text-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 536px;
    height: 134px;
    background: #FF671F;
    padding-left: 24px;
}

.box-title {
    transition: .5s transform cubic-bezier(0.2, 0.0, 0.2, 1);
    /* font-family: PingFangSC-Semibold, 'microsoft yahei', 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', sans-serif; */
    font-size: 22px;
    /* letter-spacing: 0.04px; */
    line-height: 22px;
    font-weight: 600;
}

.box-text {
    /* font-family: PingFangSC-Semibold, 'microsoft yahei', 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', sans-serif; */
    font-size: 14px;
    /* letter-spacing: 0.03px; */
    line-height: 22px;
    opacity: 0;
    position: absolute;
    transform: translateY(20px);
    width: 113.5%;
    /* font-weight: 600; */
}

.study .text-wrapper,
.text-wrapper .text-wrapper,
.family .text-wrapper,
.welfare .text-wrapper {
    background: #0052D9;
}



.underline:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #D8D8D8;
    z-index: -10;
}


.text-show {
    display: block;
}


/* .video {
    background: url(./../images/video.jpg) no-repeat;
}

.resume {
    background: url(./../images/resume.jpg) no-repeat;
    margin: 0 1.744%
}

.report {
    background: url(./../images/report.jpg) no-repeat;
} */

.content .main .nav-ul-none .nav-list {
    font-weight: 600;
    list-style-type: none;
    float: left;
    margin-right: 32px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    color: #323232;
    cursor: pointer;
}

.content .main .nav-ul-none .more-list {
    list-style-type: none;
    float: left;
    margin-right: 32px;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    color: #323232;
    cursor: pointer;
    padding-bottom: 27px;
}

.content .main .nav-ul .more-list,
.content .main .nav-ul .nav-list {
    transition: 0.2s transform linear;
    list-style-type: none;
    float: left;
    margin-right: 0px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    position: relative;
    color: #323232;
    cursor: pointer;
    padding-bottom: 13px;
    font-weight: 600;
    transform-origin: center;
}


.content .main .nav-ul-none .more-list,
.content .main .nav-ul .more-list {
    padding-right: 36px;
    margin-right: 0;
}

.content .main .nav-ul .nav-item {
    transition: 0.2s transform linear;
    display: inline-block;
}
  
.content .main .nav-ul .nav-list.active .nav-item {
    /* transform: scale(1.175); */
}

.content .main .nav-ul .nav-item.more {
    transition: 0.2s transform linear;
    position: relative;
}

.content .main .nav-ul .more-list.active .nav-item.more {
    /* transform: scale(1.375); */
}

.nav-item .first-list-arrow.active-up {
    display: none;
}

.blue .logo {
    background: url(/public/images/logo.png) no-repeat;
    background-size: 100% 100%;
}

.header.adaption-color .header-search .search-btn:after {
    background-image: url(./../images/side-w-right.png);
    background-size: 12px 12px;
}

.header.adaption-color .menu .menu-list .first-list {
    color: white;
    border-bottom: 1px solid transparent;
}

.header.adaption-color .menu .menu-list.active .first-list {
    border-bottom: 1px solid #ffffff;
}


.header.adaption-color .login .login-btn {
    border: 1px solid #FFFFFF;
    color: white;
}

.header.adaption-color .login .user-info .login-link {
    color: #fff
}

.header.adaption-color .login .user-info .login-link .first-list-down {
    background: url(./../images/arrow-w-down.png) no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.blue .search-input.input-value {
    border: 1px solid transparent;
}

.search-input.tint {
    border: 1px solid transparent;
}


.search-input.dark .search-input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.50);
}

.header.adaption-color .search-btn {
    color: white;
}

.header.adaption-color .header-search .search-btn:hover {
    color: white;
}

.adaption-color .header-search {
    /* background-color: rgba(255, 255, 255, .4); */
    background-color: rgba(25, 63, 100, 0.5);
}

.adaption-color .header-search .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.80);
}

.adaption-color .header-search .search-input {
    color: white;
}

/*产品与服务*/
.container.full {
    height: 100% !important;
}

.container.full .content {
    width: 100%;
    height: 100%;
}

.header.no-background {
    position: absolute;
    z-index: 2;
    background: none
}

.adaption-color .logo {
    background: url(/public/images/logo.png) no-repeat;
    background-size: 100% 100%;
}


.video-wrapper {
    width: 100%;
    /* float: left; */
    margin-right: -100%;
    position: relative;
    left: 0;
    opacity: 1;
    display: block;
    z-index: 2;
    height: 600px;
    overflow: hidden;
    transition: left 1s cubic-bezier(0.2, 0, 0.2, 1);
    background: black;
}

.video1 {
    width: 2560px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
}
/* .video1 {
    width: 1903px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -952px;
} */

.banner-container {
    height: 600px;
}

.content.bg-color {
    background-color: #f7f7f7;
    padding-bottom: 120px;
}

.adaption-color .search-input.input-value.active {
    border-color: white
}

.swiper-container.a-container,
.a-swiper {
    position: relative;
    height: 320px;
}

.a-container.swiper-container .swiper-wrapper {
    position: absolute;
    top: 0;
}

.not-available {
    background: #FFFFFF;
    border: 1px solid #ADB0B1;
    margin-bottom: 16px;
    padding: 4%;
}

.welfare-container .swiper-wrapper {
    top: 0;
}

.nav-content-mobile {
    display: none;
}


.bg-shadow1 {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: -1;
    transition: .5s opacity cubic-bezier(0.2, 0, 0.2, 1);
}

.bg-shadow1.show {
    opacity: 1;
    z-index: 1000;
}

.bg-shadow1 .welfare-video {
    width: 1024px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: -512px;
}

.bg-shadow1 .video-close {
    position: absolute;
    top: 0px;
    right: -48px;
    width: 48px;
    height: 48px;
    background: url(./../images/video-close-icon.png) no-repeat;
    background-size: 22px 22px;
    background-color: #1E1E1E;
    background-position: center;
}

.bold {
    vertical-align: unset;
    font-weight: 600;
    margin: 0 !important;
}

.list-title .animation-circle-add.active {
    border: 2px solid #323232;
}

.list-title .animation-circle-add.active .circle-vertical {
    background: #323232;
}

.video-text-wrapper {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 36px;
}

.video-text-wrapper .video-text {
    font-family: tencentFont, 'microsoft yahei', 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', sans-serif;
    font-size: 72px;
    color: #FFFFFF;
    text-align: center;
    line-height: 72px;
}

.video-text-wrapper .video-btn1 {
    cursor: pointer;
    margin-top: 32px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(/public/images/play.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container {
    height: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

/* .swiper-container .swiper-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s transform cubic-bezier(0.2, 0.0, 0.2, 1), 1s top cubic-bezier(0.2, 0.0, 0.2, 1);
} */


.video-btn-wrapper {
    opacity: 0;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: .5s opacity;
}

.index-header.fixed.safari {
    background: transparent;
    background: url(./../images/header-bg.jpg);
    background-size: 100% 100%;
}

.index-header.safari {
    background: transparent;
    background: url(./../images/header-bg.jpg);
    background-size: 100% 100%;
}

.index-header.adaption-color {
    background: transparent !important;
    border-color: transparent;
}

.max-center .search-banner .banner-bg {
    margin-top: 16px;
    width: 100%;
    height: 64px;
    /* background-image: url(./../images/search-banner.jpg); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
