@charset "utf-8";

html {
    background: #fff;
    overflow: auto;
}

body {
    min-width: 100%;
    font: 14px/1.5 Tahoma, "Microsoft Yahei";
    color: #333;
    -webkit-font-smoothing: antialiased;
}

button, submit, input, select, textarea {
    font: 12px/1.5 Tahoma, "Microsoft Yahei";
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
}

a:hover {
    text-decoration: none;
    color: #ff4f20;
}

a:focus {
    -moz-outline-style: none;
    border: 0px;
    blr: expression(this.onFocus=this.blur());
}

html, body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, submit, input, textarea, select, table, tr, th, td, hr, pre, sup, address, cite, dfn, em, var, blockquote {
    margin: 0;
    padding: 0
}

header, footer, article, aside, section, nav, menu, hgroup, details, dialog, figure, figcaption {
    display: block
}

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

fieldset, img {
    border: 0
}

img {
    border: none;
    vertical-align: middle;
}

button, submit, input, select {
    vertical-align: middle;
}

button, submit {
    cursor: pointer;
}

button::-moz-focus-inner,
submit::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: none;
}

textarea {
    resize: none;
    outline: none;
}

address, cite, dfn, em, var {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: lighter;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* b,em,i{display:inline-block; font-weight:normal; font-style:normal;} */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    clear: both;
    zoom: 1;
}

.hide {
    display: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* 主体区域 */
.container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

/* 首页底部导航---主体区域 */
.container_footer {
    width: 1270px !important;
}

/* 头部导航 */
[hidden], template {
    display: none
}

a {
    background: 0 0;
    text-decoration: none
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

ul, li {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

img:not([src*="/"]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

i {
    display: inline-block
}

body {
    min-width: 1250px;
    -webkit-font-smoothing: antialiased
}

.clear {
    *zoom: 1
}

.clear:before, .clear:after {
    display: table;
    line-height: 0;
    content: ""
}

.clear:after {
    clear: both
}


.f-pa {
    position: absolute
}

.f-pr {
    position: relative
}

.f-fl {
    float: left
}


/* 导航栏目 */
.m-hd {
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.m-hd-pr {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.m-logo {
    width: 121px;
    height: 75px;
    margin-top: 7px;
    margin-right: 20px;
    display: block;
    background: url('../mirror/images/logo_b2.png') no-repeat;
    background-size: 100% 100%;
}

.m-nav {

    height: 100%;
}

.m-nav > li {
    padding-top: 30px;
    display: inline-block;
    height: 100%;
    box-sizing: border-box
}

.m-nav > li > a {
    display: block;
    padding: 0 18px;
    font-size: 16px;
    color: #333;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
}

.m-nav > li > a:hover {
    color: #2778F1 !important;
}

.m-nav-act {
    height: 3px;
    line-height: 3px;
    background-color: #2778F1;
    position: absolute;
    bottom: 5px;
    left: 164px;
    width: 50px;
    opacity: 0;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s
}

/*陪玩下拉框*/
.m-nav > li:hover .play-menu-box {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.play-anchor {
    position: relative;
}

.play-menu-box {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;

    filter: Alpha(opacity=0);
    overflow: hidden;
    transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;

    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.play-menu-box ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 30px;
}

.play-menu-box ul li {
    padding: 0 10px;
}

.play-menu-box ul li a {
    height: 40px;
}

.play-menu-box ul li a:hover {
    color: #3A6AFF;
}

.m-nav > li:hover .m-menu {
    height: 280px;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.m-menu {
    width: 1200px;
    height: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;

    filter: Alpha(opacity=0);
    overflow: hidden;
    transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;

    display: flex;
    justify-content: right;

}

.m-menu > .m_subset {
    width: 332px;
    height: 280px;
    background: #F3F5F9 url('../mirror/images/index/m_subset_bg.png') no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: right;
}

.m-menu > .m_subset > .ms_ul > .ms_ul_li {
    width: 107px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    text-align: center;
    margin-bottom: 25px;
}

.m-menu > .m_subset > .ms_ul > .on {
    color: #3A6AFF;
    background-color: #fff;
    box-shadow: inset 4px 0px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px 0px 0px 8px;
}

.m-menu > .m_lst {
    width: 840px;
    padding: 12px 14px 0 14px;
    display: flex;
    align-items: center;
}

.m-menu > .m_lst .m_mu_lst {
    overflow: hidden;
}

.m-menu > .m_lst .m_mu_lst > li {
    float: left;
    width: 180px;
    padding: 0 15px;
    margin-bottom: 25px;
}

.m-menu > .m_lst .m_mu_lst > li .lst_tit {
    color: #333;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-size: 14px;
    /*height: 40px;*/
    /*line-height: 35px;*/

}

.m-menu > .m_lst .m_mu_lst > li .lst_tit:hover {
    color: #3A6AFF;

}

.m-menu > .m_lst .m_mu_lst > li .lst_tit > span {
    color: #FF0000;
}

.m-menu > .m_lst .m_mu_lst > li .lst_tit > .it-small {
    color: #FF0000;
    font-size: 11px;
    margin-left: 5px;
}

.m-menu > .m_lst .m_mu_lst > li .lst_msg {
    width: 95%;
    height: 50px;
    font-size: 12px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    color: #888888;
    line-height: 18px;
}

.m-menu > .m_lst .m_mu_lst > li .lst_msg-mut {
    width: 95%;
    font-size: 12px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    color: #888888;
    line-height: 18px;
}

.item-hot {
    width: 32px;
    height: 12px;
    border-radius: 12px 12px 12px 0px;
    opacity: 1;
    border: 1px solid #FF0000;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    font-family: AlibabaPuHuiTi-3-75-SemiBold;
    color: #FF0000;
    -webkit-background-clip: text;
    position: absolute;
    top: 15px;
    right: -10px;
}

/*rk_add 20240605 start*/
.yb-bottom-bar {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 92px;
    right: 0;
    bottom: 0;
    background: url('../mirror/images/botbar/bot_bar_bg.png') no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.yb-bottom-bar .bar-close {
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
}

.yb-bottom-bar .bar-content {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yb-bottom-bar .bar-content .left-box {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.yb-bottom-bar .bar-content .left-box .icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.yb-bottom-bar .bar-content .left-box .tit {
    margin-left: 110px;
}

.yb-bottom-bar .bar-content .right-box {
    display: flex;
    align-items: center;
}

.yb-bottom-bar .bar-content .right-box .input-content {
    display: flex;
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: hsla(0, 0%, 100%, .5);
    border: 2px solid hsla(0, 0%, 100%, .3);
    border-radius: 12px;
    box-shadow: 0 10px 80px 0 rgba(1, 40, 111, .08);
    box-sizing: border-box;
    padding: 8px;
}

.yb-bottom-bar .bar-content .right-box .input-content .input-item {
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    margin-right: 16px;
    overflow: hidden;
    background: rgba(0, 108, 255, .05);
    padding: 0 10px;
}

.yb-bottom-bar .bar-content .right-box .input-content .input-item img {
    margin-right: 4px;
}

.yb-bottom-bar .bar-content .right-box .input-content .input-item input {
    width: 180px;
    height: 36px;
    border: none;
    background-color: transparent;
}

.yb-bottom-bar .bar-content .right-box .input-content .input-item input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: black;
    transition: background-color 1000s ease-out 0.5s;
}

.yb-bottom-bar .bar-content .right-box .input-content .submit {
    background-color: #3A6AFF;
    box-shadow: 0 14px 30px hsla(0, 34%, 55%, .15);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*rk_add 20240605 end*/

/* 底部导航 */
.footer {
    width: 100%;
    background: #F5F7FA;
    /* background:#333; */
    padding-bottom: 92px;
}

.footer .footer_ul {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D3D7DE;
    margin-bottom: 30px;
}

.footer .footer_ul > li {
    width: 25%;
    display: inline-flex;
    align-items: center;
}

.footer .footer_ul > li > span {
    width: 140px;
    height: 22px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #333333;
    line-height: 22px;
    margin-left: 10px;

}

.footer .footer_top {

    height: 260px;
}

.footer .footer_top .footer_top_p {
    float: left;
    margin-right: 80px;
    width: 120px;
}

.footer .footer_top .footer_top_p:last-child {
    margin-right: 0;
}

.footer .footer_top .footer_top_p p.p_t {
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #333333;
    line-height: 19px;
    margin-bottom: 10px;

}

.footer .footer_top .info_block_p {
    width: 300px;
    margin-right: 40px;
}

.footer .footer_top .info_block_p > .p_li {
    width: 100%;
    font-size: 16px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #333333;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.footer .footer_top .info_block_p > .p_li > .p_tit {
    width: 30%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #495770;

}

.footer .footer_top .info_block_p > .p_li > .p_msg {
    width: 70%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: AlibabaPuHuiTi-3-65-Medium;
    font-weight: normal;
    color: #3A6AFF;

}


.footer .footer_top .footer_top_p p {
    line-height: 30px;
    color: #999999;
}

.footer .footer_top .footer_top_p p > a {
    width: 83px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #495770;
}

.footer .footer_top .footer_top_p p a:hover {
    color: #3A6AFF;
}

.footer .footer_top .gz_block_p {
    width: 260px;
}

.footer .footer_top .gz_block_p .ul_icon {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.footer .footer_top .gz_block_p .ul_icon > li {
    width: 33%;
    position: relative;
}

.footer .footer_top .gz_block_p .ul_icon > li > .hove_ewm {
    width: 135px;
    height: 145px;
    line-height: 131px;
    text-align: center;
    background: url('../mirror/images/ewm_bg.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -140px;
    left: -35px;
    z-index: 1;
    display: none;
}

.footer .footer_top .gz_block_p .ul_ewm > li:hover .hove_ewm {
    display: block !important;
}

.gz_block_p > .gz_but {
    width: 219px;
    height: 36px;
    line-height: 36px;
    background: #3A6AFF;
    border-radius: 4px 4px 4px 4px;

    display: block;
    font-size: 16px;
    font-family: AlibabaPuHuiTi-3-85-Bold;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-right: 40px;

}


.footer .footer_link {
    border-top: 1px solid #D3D7DE;
}

.footer .footer_link .link_l {
    display: inline-block;
    margin-right: 10px;
    line-height: 50px;
    color: #495770;
    font-size: 12px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
}


.footer .footer_c {
    border-top: 1px solid #D3D7DE;
    line-height: 40px;
    color: #495770;
    font-size: 12px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
}

.footer .footer_c .footer_c_l {
    float: left;
}

.footer .footer_c .footer_c_r {
    float: right;
}

.footer .footer_c .footer_c_r > a {
    color: #000000;
}

/*25年终钜惠*/
.year-active-25 {
    position: fixed;
    left: 50px;
    top: 20%;
    z-index: 9999;
    height: 330px;
    display: flex;
    align-items: flex-end;
}
.year-active-25 .act-dis-img {
    width: 200px;
}

/* 右侧导航*/
.c_nav {

    width: 82px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 18px 18px 18px 18px;


    position: fixed;
    right: 100px;
    top: 20%;
    z-index: 9999;

}

.c_nav .clr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c_nav .clr li {
    width: 82px;
    height: 84px;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.c_nav .clr li .bai {
    display: none
}

.c_nav .clr .on {
    background: #3A6AFF;
    border-radius: 18px 18px 18px 18px;
}

.c_nav .clr .on > .lan {
    display: none
}

.c_nav .clr .on > .bai {
    display: block
}

.c_nav .clr .on > p {
    color: #fff;
}

.c_nav .clr li:hover {
    background: #3A6AFF;
    border-radius: 18px 18px 18px 18px;
}

.c_nav .clr li:hover .lan {
    display: none
}

.c_nav .clr li:hover .bai {
    display: block;
}

.c_nav .clr li:hover > p {
    color: #fff;
}

.c_nav .clr li > p {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-family: AlibabaPuHuiTi-3-55-RegularL3;
    font-weight: normal;
    color: #3A6AFF;
    line-height: 25px;
    padding-bottom: 10px;
}

.c_nav .clr li.li4 .qq_png {
    display: none;
    position: absolute;
    top: 6px;
    right: 84px;
}

.c_nav .clr li.li4:hover .qq_png {
    display: block;
}

.c_nav .clr li.li3 .wx_png {
    display: none;
    position: absolute;
    top: 6px;
    right: 84px;
}

.c_nav .clr li.li3:hover .wx_png {
    display: block;
}

.c_nav .clr li.li2:hover .hides {
    display: block;
}

.c_nav li.li2 .hides {
    width: 175px;
    height: 70px;
    position: absolute;
    right: 85px;
    top: 5px;
    padding: 0 15px;
    display: none;
    border: 1px solid #fff
    background: linear-gradient(180deg, #EDF2F6 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 10px 0px rgba(11, 50, 174, 0.09);
    border-radius: 8px 8px 8px 8px;
}

.c_nav li.li2 .hides h2 {
    font-size: 12px;
    color: #006eff;
    line-height: 1;
    padding: 17px 0 7px 0;
}

.c_nav li.li2 .hides p {
    font-size: 24px;
    color: #006eff;
    font-family: "Arial";
    line-height: 1;
}

/*左侧菜单*/
.menus-list {
    position: fixed;
    left: 0px;
    top: 20%;
    z-index: 99999;
    border-radius: 8px;
    /*  rk_hide  */
    display: none;
}

.menus-list .menus-content {
    position: relative;
}

.menus-list .menus-content .menus_close {
    position: absolute;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}

.menus-list .menus-content .menus_mini {
    position: fixed;
    top: 30%;
    left: 0%;
    display: none;
}


/* 轮播 */
.banner_con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner .slide1 {
    height: 520px;
    margin: 0 auto;
}

/*rk_add 20240226 start*/
/*更新日志-新版头部*/
.update-banner {
    background-color: #1F2839;
}

.update-banner .update-content {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.update-banner .update-content .update-des {
    color: #fff;
    height: 500px;
    margin: 0 auto;
    text-align: center;
}

.update-banner .update-content .update-des .tit {
    position: relative;
    font-size: 35px;
    letter-spacing: 2px;
    top: 180px;
}

.update-banner .update-content .update-des .sub-tit {
    position: relative;
    font-size: 17px;
    letter-spacing: 2px;
    top: 210px;
}

/*rk_add 20240226 end*/
/*更新日志-新版*/
.update-row-item {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin-bottom: 100px;
}
.update-row-item .row-spacer {
    margin-top: 30px !important;
}

.update-row-item .update-row-item-left {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.update-row-item .update-row-item-left .row-item-box {
    padding-right: 20px;
}

.update-row-item .update-row-item-left .item-tit {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
    margin-top: 13px;
}

.update-row-item .update-row-item-left .item-des {
    font-size: 15px;
    color: #6F6F6F;
    letter-spacing: 2px;
    margin-top: 13px;
}

.update-row-item .it-bold {
    font-weight: bold;
}

.update-row-item .it-link:hover {
    color: #3A6AFF;
}

.update-row-item .update-row-item-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.update-row-item .update-row-item-right .item-img {
    margin-top: 10px;
}


/*更新日志*/
.demo {
    color: #fff;
    height: 500px;
    margin: 0 auto;
    text-align: center;
}

.content {
    position: relative;
    top: 70px;
    margin: 0 auto;
    min-width: 640px;
    max-width: 980px;
}

.d-1 {
    position: relative;
    font-size: 35px;
    letter-spacing: 2px;
    top: 180px;
}

.d-2 {
    position: relative;
    font-size: 17px;
    letter-spacing: 2px;
    top: 210px;
}

.h-1 {
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
    color: #000;
}


.c-1 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
}

.c-2 {
    font-size: 15px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.c-3 {
    font-size: 15px;
    color: #6F6F6F;
    letter-spacing: 2px;
    margin-top: 13px;
}

.c-4 {
    font-size: 15px;
    color: #6F6F6F;
    letter-spacing: 2px;
    margin-top: 30px;
}

.c-5 {
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #498DFF;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin-top: 40px;
    background: #fff;
    color: #498DFF;
}

.c-6 {
    margin-top: 50px;
    height: 0;
    border-bottom: #C4C4C4 1px dashed;
}

.c-7 {
    position: relative;
    margin-left: 700px;
    margin-top: -1679px;
}

.c-8 {
    position: relative;
    margin-left: 700px;
    margin-top: -750px;
}


.c-9 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
    margin-top: 13px;
}

/* 字体 */
@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-RegularL3';
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.eot');
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.eot') format('embedded-opentype'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.woff') format('woff'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-65-Medium';
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot');
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot') format('embedded-opentype'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff') format('woff'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-75-SemiBold';
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.eot');
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.eot') format('embedded-opentype'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.woff') format('woff'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot');
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot') format('embedded-opentype'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff') format('woff'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-3-95-ExtraBold';
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.eot');
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.eot') format('embedded-opentype'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff') format('woff'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AlibabaPuHuiTi-3-105-Heavy';
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot');
    src: url('../mirror/fonts/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot') format('embedded-opentype'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff') format('woff'),
    url('../mirror/fonts/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
