/* top */


.top {
    width: 100%;
}

.top_banner {
    width: 100%;
    height: 80px;
    position: relative;
    left: 0;
    top: 0;
}

.top_banner img {
    width: 100%;
    height: 100%;
}

.top_banner .cancel {
    position: absolute;
    top: 15px;
    right: calc((100% - 1200px) / 2);
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.top_title {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
}

.top_tile_main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
}

.top_tile_main .left {
    float: left;
}

.top_tile_main .left .point {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #666;
    margin: 0 10px;
    transform: translateY(-2px);
}

.top_tile_main .right {
    float: right;
}

.top_tile_main .right .list {
    font-size: 0;
}
.top_tile_main .right .list .before_login{
    display: inline-block;
}
.top_tile_main .right .list .after_login{
    display: none;
}
.top_tile_main .right .login .before_login{
    display: none;
}
.top_tile_main .right .login .after_login{
    display: inline-block;
}
.top_tile_main .right .list>* {
    font-size: 12px;
}

.top_tile_main .right .line {
    margin: 0 16px;
    font-weight: normal;
    display: inline-block;
    width: 0;
    height: 10px;
    border: 1px solid #999;
    transform: translateY(2px);
}

.top_tile_main .right .before_login {
    color: #488BE6;
}

.top_tile_main .right .language {
    border: none;
    outline: none;
    /* height: 40px; */
    background-color: unset;
    /* line-height: 40px; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* padding-left: 60px; */
    padding-right: 14px;
    color: #666666;
    background: url("../images/down.png") no-repeat scroll right center transparent;
    position: relative;
    left: 0;
    top: 0;
}

.top_tile_main .right .language .language_option {
    position: absolute;
    left: 0;
    top: 22px;
    display: none;
    background-color: #F2F2F2;
    width: calc(100% + 6px);
    padding-left: 14px;
    padding-bottom: 8px;
    transform: translateX(-14px);
}

.top_tile_main .right .language .language_option li {
    height: 20px;
    line-height: 20px;
}
.top_tile_main .right .language .language_option li:hover{
    color: #488BE6;
}


.top_nav {
    /* height: 640px; */
    width: 100%;
    /* overflow: hidden; */
    box-sizing: border-box;
}

.top_nav>* {
    width: 1200px;
    margin: 0 auto;
}

.top_nav .top_nav_top {
    /* margin-top: 17px; */
    width: 100%;
    background-color: #fff;
    padding-top: 17px;
}

.top_nav .top_nav_top .top_nav_top_t {
    height: 75px;
    width: 1200px;
    margin: 0 auto;
}

.top_nav .top_nav_top .top_nav_top_t>* {
    float: left;
}

.top_nav .top_nav_top .top_nav_top_t .logo {
    width: 310px;
    height: 66px;
}

.top_nav .top_nav_top .top_nav_top_t .logo img {
    width: 100%;
    height: 100%;
}


.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right {
    margin-left: 72px;

}

.top_nav .top_nav_top .top_nav_top_t .search form {
    font-size: 0;
    height: 44px;
}

.top_nav .top_nav_top .top_nav_top_t .search .search_select {
    width: 94px;
    /* height: 44px; */
    background: #F6F6F6;
    opacity: 1;
    border: 1px solid #66AFE9;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
    position: relative;
    left: 0;
    top: 0;
    border-right: none;
    box-sizing: border-box;
}

.top_nav .top_nav_top .top_nav_top_t .search .search_select .search_span {
    display: block;
    width: 100%;
    height: 44px;
    background: url(../images/down.png) no-repeat 88% center;
}

.top_nav .top_nav_top .top_nav_top_t .search .search_select .search_option {
    position: absolute;
    left: -1px;
    top: 44px;
    display: none;
    text-align: center;
    width: 100%;
    background: #F6F6F6;
    border: 1px solid #66AFE9;
    border-top: none;
    z-index: 999;
}

.top_nav .top_nav_top .top_nav_top_t .search .search_select .search_option li {
    height: 44px;
    line-height: 44px;
}

.top_nav .top_nav_top .top_nav_top_t .search .search_select .search_option li:hover {
    background-color: #f1f1f1;
}

.top_nav .top_nav_top .top_nav_top_t .search .search_input {
    font-size: 14px;
    display: inline-block;
    width: calc(398px - 9px);
    height: 44px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #66AFE9;
    outline: none;
    font-size: 14px;
    line-height: 44px;
    padding-left: 9px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    vertical-align: middle;

}

.top_nav .top_nav_top .top_nav_top_t .search .search_button {
    height: 44px;
    width: 81px;
    border: 1px solid #66AFE9;
    vertical-align: middle;
    box-sizing: content-box;
    background: #66AFE9 url(../images/search.png) no-repeat center center;
    display: inline-block;
    cursor: pointer;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .hot {
    /* width: 530px; */
    /* height: 17px; */
    margin-top: 8px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: normal;
    color: #000000;
    line-height: 20px;
}

.top_nav .top_nav_top .top_nav_top_t .top_nav_top_t_right .hot strong {
    font-weight: normal;
}

.top_nav .top_nav_top .top_nav_top_b {
    height: 44px;
    margin-top: 25px;
    width: 1200px;
    margin: 0 auto;
}

.top_nav .top_nav_top .top_nav_top_b .nav_title {
    width: 220px;
    height: 44px;
    background: #488BE6;
    opacity: 1;
    line-height: 44px;
    box-sizing: border-box;
    color: #fff;
    padding-left: 20px;
    float: left;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list {
    float: left;
    line-height: 44px;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li {
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    /* font-weight: bold; */
    color: #525252;
    /* margin: 0 24px; */
    padding: 0 24px;
    position: relative;
    left: 0;
    top: 0;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li:hover {
    background: #F5F5F5;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li:hover ol {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 44px;
    background-color: rgba(255, 255, 255, 1);
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .active {
    background: #F5F5F5;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .active>a {
    color: #488BE6;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li ol {
    display: none;
    width: 100%;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li ol li:hover {
    background: #F5F5F5;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .active ol {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 44px;
    background-color: rgba(255, 255, 255, 0.7);
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .active ol li:hover a {
    color: #488BE6;
}


.top_nav .top_nav_bottom {
    height: 468px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    /* overflow: hidden; */
}

.top_nav .top_nav_bottom>div {
    float: left;
}

.top_nav .top_nav_bottom .tnb_left {
    width: 220px;
    height: 100%;
}

.top_nav .top_nav_bottom .tnb_left ul {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 6px;
}

.top_nav .top_nav_bottom .tnb_left ul li {
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.top_nav .top_nav_bottom .tnb_left ul li a {
    vertical-align: middle;
}

.top_nav .top_nav_bottom .tnb_left ul li .more {
    display: inline-block;
    background: url("../images/click.png") no-repeat center center;
    width: 12px;
    height: 8px;
    vertical-align: middle;
    margin-left: 2px;
}

.top_nav .top_nav_bottom .tnb_center {
    margin: 0 10px;
    width: 740px;
    height: 100%;
    background-color: #fff;
    /* overflow: hidden; */
    position: relative;
    left: 0;
    top: 0;
}

#tnb_center_main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_nav .top_nav_bottom .tnb_center img {
    width: 100%;
    height: 100%;
}

.top_nav .top_nav_bottom .morecate_main {
    box-shadow: -4px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3px 3px 3px 3px;
    height: 100%;
}

.top_nav .top_nav_bottom .morecate_main ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 16px;
}

.top_nav .top_nav_bottom .morecate_main ul li {
    width: 25%;
    flex: 1;
    min-width: 25%;
    max-width: 25%;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    align-items: center;
    margin: 8px 0;
}

.top_nav .top_nav_bottom .tnb_right {
    width: 220px;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 30px;
    position: relative;
    left: 0;
    top: 0;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_t {
    height: 40px;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_t .head {
    float: left;
    width: 40px;
    height: 40px;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_t .head img {
    width: 100%;
    height: 100%;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_t .msg {
    float: left;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    line-height: 25px;
    font-weight: bold;
    margin-left: 5px;
    width: 140px;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_s {
    margin-top: 16px;
    text-align: center;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #929292;
    font-size: 0;
}
.top_nav .top_nav_bottom .tnb_right .login .after_login_n{
    color: #000;
}
.before_login_n{
    display: block;
}
.after_login_n{
    display: none;
}
.login .before_login_n{
    display: none;
}
.login .after_login_n{
    display: block;
}
.top_nav .top_nav_bottom .tnb_right .tnb_r_s>* {
    font-size: 12px;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_s span {
    margin: 0 12px;
}

.top_nav .top_nav_bottom .tnb_right .line {
    width: 100%;
    border: 1px solid #F0F0F0;
    margin-top: 20px;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_b {
    margin-top: 16px;
}

.top_nav .top_nav_bottom .tnb_right .news_title {
    height: 20px;
    font-size: 14px;
}

.top_nav .top_nav_bottom .tnb_right .news_title li {
    float: left;
    margin-right: 7px;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #AFAFAF;
    cursor: pointer;
}

.top_nav .top_nav_bottom .tnb_right .news_title .active {
    /* text-decoration:underline; */
    position: relative;
    left: 0;
    top: 0;
    color: #373737;
}

.top_nav .top_nav_bottom .tnb_right .news_title .active::after {
    content: '';
    position: absolute;
    left: 5%;
    top: 110%;
    display: block;
    width: 90%;
    border: 1px solid #373737;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li {
    display: none;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li {
    margin-top: 14px;
    font-size: 12px;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag {
    width: 36px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag1 {
    background: #FDF0E3;
    color: #EE8723;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag2 {
    background: #E8EEFA;
    color: #1F5CE7;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tag3 {
    background: #FCE8E6;
    color: #E44235;
}

.top_nav .top_nav_bottom .tnb_right .news_box>li ul>li .tit {
    display: inline-block;
    margin-left: 10px;
    color: #373737;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    vertical-align: middle;
    cursor: pointer;
}

.top_nav .top_nav_bottom .tnb_right .news_box .active {
    display: block;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_b .option {
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 34px;
}

.top_nav .top_nav_bottom .tnb_right .tnb_r_b .option>div {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #373737;
    line-height: 20px;
}


/* main */
.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main>div {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

.main .f0 {
    background: url(../images/PDF物料区底板.png) no-repeat left top;
    height: 272px;
    width: 100%;
    border-radius: 3px 3px 3px 3px;
    margin-top: 30px;
}

.main .f0 .title {
    font-size: 30px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #000000;
    line-height: 42px;
    height: 42px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 690px;
    white-space: nowrap;
    display: flex;
}

.main .f0 .title>div {
    /* display: inline-block; */
    flex: 1;
    height: 42px;
}

.main .f0 .title>div img {
    transform: translateY(-50%);
}

.main .f0 .title .cen_txt {
    margin: 0 33px;
}

.main .f0 .list {
    margin-top: 26px;
}

.main .f0 .list ul {
    display: flex;
    flex-wrap: wrap;
}

.main .f0 .list ul li {
    flex: 1;
    width: calc(20% - 22px);
    max-width: calc(20% - 22px);
    min-width: calc(20% - 22px);
    margin-left: 22px;
    margin-top: 30px;
}

.main .f0 .list ul li .line {
    width: 0;
    display: inline-block;
    height: 18px;
    border: 3px solid #488BE6;
    margin-right: 8px;
    vertical-align: middle;
}

.main .f0 .list ul li .msg {
    margin-left: 14px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #717171;
}

.main .f0 .list ul li .tit {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

.main .f_top {
    margin-left: 30px;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 18px;
    position: relative;
    left: 0;
    top: 0;
}

.main .f_top .ft1 {
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #BB261A;
}

.main .f_top .ft2 {
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-left: 18px;
    margin-right: 20px;
}

.main .f_top .ft3 {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}

.main .f_top .ft4 {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.main .f1 {
    margin-top: 30px;
}

.main .f1_center {
    height: 380px;
}

.main .f1_center>div {
    float: left;
}

.main .f1_center .f1_c_left {
    /* border: 1px dashed #E4E4E4; */
    width: 280px;
    height: 380px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}


.main .f1_center .f1_c_left img {
    width: 100%;
    height: 100%;
}

.main .f1_center .f1_c_center {
    width: calc(516px - 54px);
    height: 100%;
    padding-left: 54px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.main .f1_center .f1_c_center ul {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.main .f1_center .f1_c_center li {
    list-style: disc;
    list-style-type: disc;
    margin-top: 17px;
}

.main .f1_center .f1_c_right {
    height: 100%;
    width: 402px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

.main .f1_center .f1_c_right .fcr_b {
    height: 326px;
    margin-top: 18px;
}

.main .f1_center .f1_c_right ul {
    border-left: 1px solid #E4E4E4;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}

.main .f1_center .f1_c_right ul .card .card_top .card_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 240px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
}

.main .f1_center .f1_c_right ul .card .card_bottom {
    margin-top: 18px;
    height: 120px;
}

.main .f1_center .f1_c_right ul .card .card_bottom>div {
    float: left;
}

.main .f1_center .f1_c_right ul .card .card_bottom .card_img {
    width: 122px;
    height: 86px;
    /* border: 1px dashed #E4E4E4; */
    transform: translateY(16px);
}

.main .f1_center .f1_c_right ul .card .card_bottom .card_msg {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-left: 26px;
    line-height: 18px;
}

.main .f1_center .f1_c_right ul .card {
    padding-bottom: 8px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.main .f1_center .f1_c_right ul .card:first-child {
    border-bottom: 1px solid #E4E4E4;
}

.main .f1_bottom {
    width: 100%;
    height: 148px;
    border-bottom: 1px solid #F2F2F2;
}

.main .f1_bottom ul {
    width: 100%;
    height: 100%;
    display: flex;
}

.main .f1_bottom ul li {
    height: 100%;
    flex: 1;
    position: relative;
    left: 0;
    top: 0;
    border-right: 1px solid #E4E4E4;
}

.main .f1_bottom ul li:last-child {
    border: none;
}

.main .f1_bottom .img {
    /* border: 2px dashed #E4E4E4; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main .f2_main {
    height: 470px;
}

.main .f2_main .f2_card .f2c_title {
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.main .f2_main .f2_card {
    margin-left: 16px;
    border: 1px solid #E4E4E4;
}

.main .f2_main .f2_card .f2c_img {
    width: 100%;
    height: 100%;
}

.main .f2_main .f2_card .f2c_img img {
    width: 100%;
    height: 100%;
}

.main .f2_main .f2_card .f2c_list {
    height: 115px;
}

.main .f2_main .f2_card .f2c_list ul li {
    width: 100%;
    margin: 4px 0;
}

.main .f2_main .f2_card .f2c_list ul li .point {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #666666;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 6px;
}

.main .f2_main .f2_card .f2c_list ul li .txt {
    vertical-align: middle;
    display: inline-block;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.main .f2_main .f2_card .f2c_more {
    height: 46px;
    background: #488BE6;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.main .f2 {
    padding-bottom: 60px;
    box-sizing: border-box;
}

.main .banner {
    margin: 0;
    width: 100%;
}

.main .banner img {
    width: 100%;
}

.main .f3 {
    margin-top: 0;
    padding-bottom: 28px;
}

.main .f3_main {
    padding-left: 30px;
    box-sizing: border-box;
    height: 380px;
}

.main .f3_main .f3m_left {
    width: 280px;
    height: 100%;
    /* border: 1px dashed #E4E4E4; */
    float: left;
    box-sizing: border-box;
}

.main .f3_main .f3m_right {
    width: 890px;
    height: 100%;
    float: left;
}

.main .f3_main .f3m_right>.item {
    width: 20%;
    height: 50%;
    border: 1px solid #E4E4E4;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    box-sizing: border-box;
}

.main .f3_main .f3m_right>.item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px dashed #E4E4E4; */
}

.main .f4 {
    border-top: 1px solid #F2F2F2;
    width: 100%;
    padding-bottom: 20px;
}

.main .f4_main {
    padding-left: 30px;
    box-sizing: border-box;
    height: 210px;
}

.main .f4_main>div {
    float: left;
}

.main .f4_main .f4m_right {
    width: calc(960px - 146px);
    margin-left: 50px;
}

.main .f4_main .f4m_right .f4_title {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}

.main .f4_main .f4m_right .f4_msg {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.main .f4_main .f4m_right .f4_tag {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 38px;
    color: #000000;
    height: 38px;
    width: 100%;
    background: #EEEEEE;
    padding-left: 6px;
    box-sizing: border-box;
}

.main .f4_main .f4m_right .watcher {
    margin-top: 22px;
}

.main .f4_main .f4m_right .watcher img {
    transform: translateY(2px);
}

.main .f4_main .f4m_right .watcher .time {
    float: right;
}

/* bottom */
.bottom {
    margin-top: 30px;
    width: 100%;
    /* height: 625px; */
    background: #FFFFFF;
}

.bottom_list {
    width: 100%;
    height: 160px;
    position: relative;
    left: 0;
    top: 0;
}

.bottom_list ul {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
}

.bottom_list ul li {
    flex: 1;
    position: relative;
    left: 0;
    top: 0;
}

.bottom_list ul li .card {
    /* width: 100%; */
    margin: 0 auto;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.bottom_list .img {
    /* float: left; */
    display: inline-block;
}

.bottom_list .msg {
    display: inline-block;
    margin-left: 14px;
    white-space: normal;
}

.bottom_list .msg .tit {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}

.bottom_list .msg .txt {
    margin-top: 6px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 20px;
    width: 196px;
}

.bottom_main {
    width: 100%;
    height: 485px;
    background: #262626;
    overflow: hidden;
}

.bottom_main .bm_top {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    height: 175px;
}

.bottom_main .bm_top .bmt_left {
    /*margin-right: 76px;*/
    height: 100%;
    float: left;
}

.bottom_main .bm_top .bmt_left .oli {
    float: left;
    margin-right: 56px;
}

.bottom_main .bm_top .bmt_left .tli {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BFBFBF;
    line-height: 22px;
    margin-bottom: 4px;
}

.bottom_main .bm_top .bmt_left .tli:first-child {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 16px;
}

.bottom_main .bm_top .bmt_right {
    height: 100%;
    float: left;
    border-left: 1px dashed #BFBFBF;
}

.bottom_main .bm_top .bmt_right .bmtr_left {
    margin-left: 76px;
    width: 292px;
    word-break: break-all;
    float: left;
}

.bottom_main .bm_top .bmt_right .bmtr_left h5 {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;

}

.bottom_main .bm_top .bmt_right .bmtr_left .p1 {
    margin-top: 6px;
}

.bottom_main .bm_top .bmt_right .bmtr_left p {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BFBFBF;
    line-height: 22px;
}

.bottom_main .bm_top .bmt_right .bmtr_right {
    margin-left: 25px;
    float: left;
}

.bottom_main .bm_top .bmt_right .bmtr_right .txt {
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #BFBFBF;
    line-height: 20px;
}

.bottom_main .bm_center {
    width: 1200px;
    margin: 0 auto;
    margin-top: 28px;
}

.bottom_main .c1 span {
    margin-right: 30px;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #BCBCBC;
    line-height: 16px;
}

.bottom_main .c1 i {
    font-style: normal;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 16px;
    color: #BCBCBC;
}

.bottom_main .c2 {
    font-size: 0;
}

.bottom_main .c2 span {
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
}

.bottom_main .c2 a {
    font-style: normal;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
    margin-right: 20px;
}

.bottom_main .c3 span {
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
}

.bottom_main .c3 a {
    font-style: normal;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    line-height: 16px;
    color: #BFBFBF;
    margin-right: 20px;
}

.bottom_main .bm_bottom {
    margin-top: 44px;
    width: 100%;
    border-top: 1px solid #747474;
}

.bottom_main .bm_bottom p {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #BCBCBC;
    line-height: 22px;
    text-align: center;
    line-height: 54px;
}

.fixed {
    position: fixed;
    right: 3vw;
    bottom: 120px;
    width: 60px;
    background: #FFFFFF;
    box-shadow: -4px 7px 12px 0px rgba(0, 0, 0, 0.06);
    z-index: 1000;
}

.fixed li {
    margin-bottom: 14px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
}

.fixed li .img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.fixed li .hidemsg {
    display: none;
    position: absolute;
    left: 0;
    top: -50%;
    transform: translateX(-100%);
    /* width: 215px; */
    /* height: 205px; */
    padding: 12px;
    z-index: 1001;
    background: url(../images/Rectangle\ 2434.png) no-repeat center center/cover;
}

.fixed li:nth-child(1) .hidemsg {
    width: 122px;
    height: 67px;
    padding-top: 2px;
    box-sizing: border-box;
    top: 20%;
    left: 6px;
}

.fixed li:nth-child(1) .hidemsg .hidemsg_img {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    width: 96px;
    height: 36px;
    margin: 13px auto;
}

.fixed li:nth-child(1) .hidemsg .hidemsg_img img {
    width: 100%;
    height: 100%;
}

.fixed li:nth-child(3) .hidemsg .hidemsg_img {
    width: 120px;
    height: 120px;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 5px), -50%); */
}

.fixed li:nth-child(3) .hidemsg .hidemsg_img img {
    width: 100%;
    height: 100%;
}

.fixed li:nth-child(3) .hidemsg .hidemsg_txt {
    /* position: absolute;
    left: 0;
    bottom: 6px; */
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    transform: translateX(-5px);
}

.fixed li:nth-child(4) .hidemsg {
    padding-top: 6px;
    box-sizing: border-box;
}

.fixed li:nth-child(4) .hidemsg .hidemsg_txt {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    width: 180px;
    margin: 0 auto;
}

.fixed li:nth-child(4) .hidemsg .line {
    width: 180px;
    margin: 12px auto;
    transform: translateX(-5px);
    border: 1px dashed #B5B5B5;
}

.fixed li:nth-child(4) .hidemsg .hidemsg_txt:nth-child(1) {
    color: #B5B5B5;
}

.fixed li:nth-child(4) .hidemsg .hidemsg_txt:nth-child(3) {
    background: url(../images/Vector4.png) no-repeat left top;
    text-indent: 1rem;
}

.fixed li:nth-child(2) .img {
    width: 22px;
    height: 22px;
}

.fixed li:nth-child(3) .img {
    width: 22px;
    height: 22px;
}

.fixed li:nth-child(4) .img {
    width: 22px;
    height: 22px;
}

.fixed li:last-child .img {
    width: 18px;
    height: 24px;
}

.fixed li:hover .hidemsg {
    display: block;
}

.fixed li img {
    width: 100%;
    height: 100%;
}

.fixed li .msg {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 16px;
    text-align: center;
}



/* PDF页 */
.pdfmain {}

.pdfmain .pm_top {
    height: 44px;
}

.pdfmain .pm_top p {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    line-height: 44px;
}

.pdfmain .pm_top p .ot {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.pdfmain .pm_top p .par {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 0 5px;
}

.pdfmain .pm_top p .tt {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9A9A9A;
}

.pdfmain .pm_main {
    min-height: 600px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.pdfmain .pm_main .pmm_top {
    width: 1200px;
    margin: 20px auto;
    border: 1px solid #F2F2F2;
    height: 48px;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 0;
}

.pdfmain .pm_main .pmm_top>span {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-left: 12px;
    margin-right: 36px;
}

.pdfmain .pm_main .pmm_top>* {
    vertical-align: middle;
}

.pdfmain .pm_main .pmm_top .search2_select {
    display: inline-block;
    text-align: left;
    background: #F6F6F6;
    border: 1px solid #488BE6;
    width: 62px;
    height: 26px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #090909;
    line-height: 26px;
    background: url(../images/down.png) no-repeat 88% center;
    box-sizing: border-box;
    padding-left: 6px;
}

.pdfmain .pm_main .pmm_top .search2_select ul {
    position: relative;
    left: 0;
    top: 0;
}

.pdfmain .pm_main .pmm_top .search2_select ul li {
    display: none;
}

.pdfmain .pm_main .pmm_top .search2_input {
    width: 261px;
    height: 26px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    outline: none;
    box-sizing: border-box;
    padding-left: 8px;
}

.pdfmain .pm_main .pmm_top .search2_button {
    width: 62px;
    height: 26px;
    background: #488BE6;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #488BE6;
    box-sizing: border-box;
    margin-left: 8px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.pdfmain .pm_main .pmm_bottom {
    width: 1200px;
    margin: 0 auto;
}

.pdfmain .pm_main .pmm_bottom ul {
    width: 100%;
}

.pdfmain .pm_main .pmm_bottom .title {
    width: 100%;
    height: 32px;
    background: #FAFAFA;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #F2F2F2;
    line-height: 32px;
}

.pdfmain .pm_main .pmm_bottom .title li {
    float: left;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(1) {
    width: 120px;
    margin-left: 32px;
    box-sizing: border-box;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(2) {
    width: 190px;
    margin-left: 45px;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(3) {
    margin-left: 45px;
    width: 270px;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(4) {
    width: 120px;
    /*margin-left: 90px;*/
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(5) {
    width: 140px;
    margin-left: 60px;
}

.pdfmain .pm_main .pmm_bottom .title li:nth-child(6) {
    width: 138px;
    margin-left: 40px;
}

.pdfmain .pm_main .pmm_bottom .value {
    width: 100%;
    border: 1px solid #F2F2F2;
    height: 60px;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
}

.pdfmain .pm_main .pmm_bottom .value li {
    float: left;
    height: 60px;
    line-height: 16px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    position: relative;
    left: 0;
    top: 0;
}

.pdfmain .pm_main .pmm_bottom .value li span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(1) {
    width: 120px;
    margin-left: 32px;
    box-sizing: border-box;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(2) {
    width: 190px;
    margin-left: 45px;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(3) {
    margin-left: 45px;
    width: 270px;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(4) {
    width: 120px;
    /*margin-left: 90px;*/
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(5) {
    width: 140px;
    margin-left: 60px;
}

.pdfmain .pm_main .pmm_bottom .value li:nth-child(6) {
    width: 138px;
    margin-left: 40px;
}

.pdfmain .pm_main .pmm_bottom .value .download {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    width: 86px;
    height: 26px;
    background: #488BE6;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: calc(100% - 106px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.pdfmain .pm_main .pmm_bottom .value:hover {
    background: #FAFAFA;
}

.pdfmain .pm_main .pmm_bottom .value:hover .download {
    display: block;
}

.pdfmain .pm_main .pmm_pager {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pdfmain .pm_main .pmm_pager p {
    height: 20px;
    font-size: 0;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.pdfmain .pm_main .pmm_pager p .current {
    color: #F51414;
}

.pdfmain .pm_main .pmm_pager p>* {
    font-size: 14px;
}

.pdfmain .pm_main .pmm_pager p strong {
    font-weight: normal;
}

.pdfmain .pm_main .pmm_pager p i {
    font-style: normal;
    margin: 2px;
}

.pdfmain .pm_main .pmm_pager p .prev,
.pdfmain .pm_main .pmm_pager p .next,
.pdfmain .pm_main .pmm_pager p .last {
    cursor: pointer;
}


/* 商品列表 */
.GLmain .pm_top {
    height: 44px;
}

.GLmain .pm_top p {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    line-height: 44px;
}

.GLmain .pm_top p .ot {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.GLmain .pm_top p .par {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 0 5px;
}

.GLmain .pm_top p .tt {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9A9A9A;
}

.GLmain .pm_main {
    min-height: 760px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.GLmain .pm_main .pmm_top {
    width: 1200px;
    margin: 20px auto;
    font-size: 0;
}

.GLmain .pm_main .pmm_top .search2_input {
    width: 261px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #488BE6;
    box-sizing: border-box;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #636363;
    padding-left: 8px;
    outline: none;
}

.GLmain .pm_main .pmm_top .search2_button {
    width: 62px;
    height: 33px;
    background: #488BE6;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #488BE6;
    box-sizing: border-box;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.GLmain .pm_main .pmm_top .check_button {
    width: 89px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #488BE6;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #7EAAD3;
    margin-left: 12px;
}

.GLmain .pm_main .pmm_top .clear_button {
    width: 89px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #488BE6;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #7EAAD3;
    margin-left: 12px;
}

.GLmain .pm_main .pmm_bottom {
    width: 1200px;
    margin: 0 auto;
}

.GLmain .pm_main .pmm_bottom ul {
    width: 100%;
}

.GLmain .pm_main .pmm_bottom .title {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #F0F0F0;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.GLmain .pm_main .pmm_bottom .title li {
    float: left;
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(1) {
    width: 300px;
    padding-left: 16px;
    box-sizing: border-box;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(2) {
    width: 190px;
    margin-left: 45px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(3) {
    margin-left: 45px;
    width: 150px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(4) {
    width: 100px;
    margin-left: 45px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(5) {
    width: 200px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(6) {
    width: 120px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(7) {
    width: 164px;
}

.GLmain .pm_main .pmm_bottom .title li:nth-child(8) {
    width: 100px;
}

.GLmain .pm_main .pmm_bottom .value {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    height: 140px;
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
}

.GLmain .pm_main .pmm_bottom .value li {
    float: left;
    height: 140px;
    line-height: 16px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    position: relative;
    left: 0;
    top: 0;
}

.GLmain .pm_main .pmm_bottom .value li span {
    display: block;
}

.GLmain .pm_main .pmm_bottom .value .li_main {
    margin-top: 24px;
}

.GLmain .pm_main .pmm_bottom .value .brand .img {
    float: left;
    margin-right: 18px;
    width: 94px;
    height: 94px;
}

.GLmain .pm_main .pmm_bottom .value .brand .text {
    float: left;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #040404;
    width: 110px;
    word-break: break-all;
}

.GLmain .pm_main .pmm_bottom .value .brand .text .link {
    padding-left: 14px;
    background: url(../images/ico.png) no-repeat left center;
    margin-top: 10px;
}

.GLmain .pm_main .pmm_bottom .value .par {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px
}

.GLmain .pm_main .pmm_bottom .value .inv {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #488BE6;
    line-height: 24px;
}

.GLmain .pm_main .pmm_bottom .value .inv i {
    font-style: normal;
}

.GLmain .pm_main .pmm_bottom .value .inv .inv_p1 {
    color: #488BE6;
}

.GLmain .pm_main .pmm_bottom .value .inv .inv_p2,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p3,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p4 {
    color: #B1B1B1;
}

.GLmain .pm_main .pmm_bottom .value .price {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.GLmain .pm_main .pmm_bottom .value .inland {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.GLmain .pm_main .pmm_bottom .value .inland .inland_p1 {
    color: #488BE6;
}

.GLmain .pm_main .pmm_bottom .value .inv .inv_p2 i,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p3 i,
.GLmain .pm_main .pmm_bottom .value .inv .inv_p4 i {
    color: #040404;
}

.GLmain .pm_main .pmm_bottom .value .number {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.GLmain .pm_main .pmm_bottom .value .number i {
    color: #488BE6;
}

.GLmain .pm_main .pmm_bottom .value .number .total {
    margin-bottom: 18px;
}

.GLmain .pm_main .pmm_bottom .value .ope .inquiry button {
    width: 100px;
    height: 34px;
    background: #488BE6;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
}

.GLmain .pm_main .pmm_bottom .value .ope .buy {
    margin-top: 8px;
}

.GLmain .pm_main .pmm_bottom .value .ope .buy button {
    width: 100px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #488BE6;
    outline: none;
    cursor: pointer;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(1) {
    width: 300px;
    padding-left: 16px;
    box-sizing: border-box;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(2) {
    width: 190px;
    margin-left: 45px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(3) {
    margin-left: 45px;
    width: 150px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(4) {
    width: 100px;
    margin-left: 45px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(5) {
    width: 200px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(6) {
    width: 120px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(7) {
    width: 164px;
}

.GLmain .pm_main .pmm_bottom .value li:nth-child(8) {
    width: 100px;
}

.GLmain .pm_main .pmm_bottom .value .download {
    font-size: 10px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    width: 86px;
    height: 26px;
    background: #488BE6;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: calc(100% - 106px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.GLmain .pm_main .pmm_bottom .value:hover {
    background: #FAFAFA;
}

.GLmain .pm_main .pmm_bottom .value:hover .download {
    display: block;
}

.GLmain .pm_main .pmm_pager {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.GLmain .pm_main .pmm_pager p {
    height: 20px;
    font-size: 0;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.GLmain .pm_main .pmm_pager p .current {
    color: #F51414;
}

.GLmain .pm_main .pmm_pager p>* {
    font-size: 14px;
}

.GLmain .pm_main .pmm_pager p strong {
    font-weight: normal;
}

.GLmain .pm_main .pmm_pager p i {
    font-style: normal;
    margin: 2px;
}

.GLmain .pm_main .pmm_pager p .prev,
.pdfmain .pm_main .pmm_pager p .next,
.pdfmain .pm_main .pmm_pager p .last {
    cursor: pointer;
}


/* 商品详情 */
/* 商品列表 */
.GDmain .pm_top {
    height: 44px;
}

.GDmain .pm_top p {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    line-height: 44px;
}

.GDmain .pm_top p .ot {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.GDmain .pm_top p .par {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 0 5px;
}

.GDmain .pm_top p .tt {
    font-size: 12px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9A9A9A;
}



/* 元坤方案 */

#scheme {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 972px;
    height: 468px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #F2F2F2;
    z-index: 998;
    padding-left: 38px;
    padding-top: 45px;
    box-sizing: border-box;
}

#scheme .t1 {
    display: flex;
    width: 100%;
}

#scheme .t1 .col {
    flex: 1;
    margin-right: 32px;
    overflow: hidden;
}

#scheme .t1 .col h5 {
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #878787;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

#scheme .t1 .col .line {
    width: 100%;
    border: 1px solid #CBCBCB;
    margin-top: 12px;
}

#scheme .t1 .col .box1 {
    margin-top: 15px;
    /* height: 244px; */
}

#scheme .t1 .col .box2 {
    margin-top: 32px;
}

#scheme .t1 .col .key {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
}

#scheme .t1 .col .value {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #878787;
    line-height: 16px;
    height: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}











#add-homepage,#add-homepage-line{
    display: none;
}
#add-favorite,#add-favorite-line{
    display: none;
}
.hot{
    width: 530px;
    height: 17px;
    overflow: hidden;
}
.f4_msg {
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.f4_title {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#PageNum{display: block;text-align: center;margin: 2% 0;}
#PageNum li{
    display: inline-block;
    width: auto;
    margin-right:0;
    float: inherit;
}
#PageNum li>a, #PageNum li>div,#PageNum li>span{
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    min-width: 30px;
    /*width: 30px;*/
    height: 30px;
    margin: 0 3px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
#PageNum li>span{
    color: #ccc;
}
#PageNum li>a, #PageNum li>span{
    display : block;
}
#PageNum li>a:hover{
    border: 1px solid #262626;
    color: #262626;
}
#PageNum li>div {
    border: 1px solid #262626;
    color: #262626;
}
.bottom_main .bm_top .bmt_left .oli {
    float: left;
    margin-right: 65px;
}
.bottom_main .bm_top .bmt_right {
    float: right;
}





.top_nav #tnb_hid{
    display: none;
    margin-top: 0;
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    /* background-color: #f2f2f2; */
    z-index: 1500;
}
.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li ol li:hover {
    background: #F5F5F5;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li ol li:hover a {
    color: #488BE6;
}
.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li:hover {
    background: #F5F5F5;
}

.top_nav .top_nav_top .top_nav_top_b .nav_list .nav_list_li:hover>a {
    color: #488BE6;
}
.top_nav .top_nav_bottom .tnb_left ul .active{
    background-color: #f3f3f3;
}
#tnb_center{
    display: none;
}
.top_nav .top_nav_bottom .morecate_main {
    box-shadow: -4px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 3px 3px 3px 3px;
    height: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    width: calc(100% + 230px);
    background-color: #fff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1002;
}

.top_nav .top_nav_bottom .morecate_main .box {
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
}

.top_nav .top_nav_bottom .morecate_main .box:last-child {
    border-bottom: none;
}

.top_nav .top_nav_bottom .morecate_main ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 16px;
}

.top_nav .top_nav_bottom .morecate_main ul li {
    width: 20%;
    flex: 1;
    min-width: 20%;
    max-width: 20%;
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    height: 16px;
    align-items: center;
    margin: 8px 0;
}

.top_nav .top_nav_bottom .morecate_main ul li h5 {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    height: 20px;
    display: none;
}

.top_nav .top_nav_bottom .morecate_main ul li:first-child h5 {
    display: block;
}