* {
    padding: 0;
    margin: 0;
    font-family:"HarmonyOS Regular";
    font-style: normal;
   
}

html {
    height: auto;
    min-height: 100%;
}

body {
    padding: 0;
    background: #fff;
    position: relative;
    /* padding-bottom: 467px; */
    min-height: 100%;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

ul,
ol,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    
}

main {}

.login_wrap {
    background-color: #f5f5f5;
    min-height: 100vh;
    margin: 0;
    padding-top: 200px;
    padding-bottom: 100px;
}

.login,
.phone_bind {
    background: #ffffff;
    width: 400px;
    display: block;
    margin: 0px auto;
}

.title {
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    flex-direction: row;
    line-height: 50px;
    height: 50px;
}

.title a {
    flex: 1;
    text-align: center;
    color: #999999;
    font-size: 16px;
    font-family: "HarmonyOS Bold";
    text-decoration: none;
    line-height: 50px;
}

.title b {
    border-right: 2px solid #ccc;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #E0E0E0;
    display: block;
    margin-top: 16.5px;
}

.title a.on {
    color: #000066;
}

.login_mainCont {
    width: 303px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.login_main_item {
    padding-top: 30px;
}

.login_main_item>div {
    margin-bottom: 35px;
    position: relative;
}

.login_main_item p.item {
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
}

.login_main_item p.item b {
    display: block;
    width: 40px;
    background: #F3F3F3;
    border-right: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    color: #ccc;
    font-size: 16px;
}

.login_main_item p.item b i {
    font-size: 20px;
    font-style: normal;
}

.login_main_item p.item input {
    height: 40px;
    padding: 0 3px;
    flex: 1;
    border: 0;
}

.login_main_item p.item input:focus {
    outline: none;
}

.login_main_item .register_code input {
    height: 40px;
}

.login_main_item .register_code img {
    height: 40px;
}

.login_sendsms {
    display: block;
    line-height: 40px;
    color: #000066;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
    background: none;
    border: 0;
}

.login_sendend {
    display: none;
}

.error_msg {
    color: red;
}

/*.login_main>div{display:none;}*/
.login_main .on {
    display: block;
}

.login_mainCenter {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: "HarmonyOS Bold";
    color: #262626;
}

.login_mainCenter p {
    display: flex;
    color: #262626;
}

.login_mainCenter a {
    color: #262626;
    text-decoration: none;
}

.login_botton {
    margin-top: 30px;
}

.login_botton button {
    width: 100%;
    border: 1px solid #000066;
    font-family: "HarmonyOS Bold";
    color: #000066;
    border-radius: 4px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
}

.login_botton button:hover {
    background: #000066;
    color: #fff;
}

.phone_bind .title a {
    color: #262626;
}

.login_main_item .login_bind_item p span {
    width: 60px;
    line-height: 40px;
    background: none;
    border-right: 0;
    font-size: 12px;
    color: #262626;
    text-align: center;
}

.login-other {
    padding: 0px;
    line-height: 50px;
    border-top: 1px solid #f4f4f4;
    height: auto;
    background-color: #ffffff;
    margin-top: 20px;
}

.login-other ul li {
    float: left;
}

.login-other li.extra-r {
    float: right;
}

.login-other li.extra-r a {
    color: #000066;
    text-decoration: underline;
    padding-left: 10px;
}

.login-other li a b {
    width: 19px;
    height: 18px;
    display: block;
    background: url(/assets/addons/shopro/img/QQ-weixin.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 5px;
}

.login-other li b.qq-icon {
    width: 19px;
    height: 18px;
    display: block;
    background: url(/assets/addons/shopro/img/QQ-weixin.png) 0 0 no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 5px;
}

.login-other li a b.wx-icon {
    background-position: -20px 0;
}

.login-other li a b.wb-icon {
    background-position: -39px 0;
}

.login-other li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #666;
}

.login-other li .line {
    color: #ccc;
    padding: 0 5px;
}

.login_main_item p.item span.msg-box {
    background-color: none;
    color: red;
    width: auto;
}

.login_main_item p.item span.msg-box span {
    background-color: none;
    border: 0;
    line-height: 20px;
    color: red;
    width: auto;
    text-align: left;
    font-weight: normal;
}

/*注册*/
input:focus {
    outline: none;
}

.register_wrap {
    background: url(/assets/addons/shopro/img/registerbg.jpg) no-repeat;
    min-height: 100vh;
    margin: 0;
    padding-top: 102px
}

.register_main {
    width: 440px;
    background: #FFFFFF;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.register_phoneTop {
    font-size: 14px;
    font-family: "HarmonyOS Bold";
    text-decoration: underline;
    color: #000066;
    width: 380px;
    margin: 30px auto;
}

.register_phoneTop a {
    color: #000066;
}

.register_phoneB {
    width: 380px;
    margin: 0px auto;
}

.register_account {
    width: 100%;
    background: #FEFEFE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 26px;
    position: relative;
}

.error {
    position: absolute;
    bottom: -25px;
    color: #F22424;
    width: 100%;
}

.captch_error {
    text-align: right;
}

.register_account input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 0;
    padding-left: 5px;
}

.register_captch {
    position: relative;
    width: 100%;
    background: #FEFEFE;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
}

.register_captch input {
    border: 0;
    padding-left: 5px;
    height: 48px;
    line-height: 48px;
    width: 290px;
}

.register_next {
    background: #CBCBD1;
    border-radius: 4px;
    color: #fefefe;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 22px;
}

.register_nextSuccess {
    background: #004AB3;
    color: #fff;
}

.register_nextSuccess:hover {
    background: #000066;
}

.register_other {
    height: 80px;
}

.register_other_Placeholder {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.register_other a:nth-child(2) {
    margin-left: 20px;
}

.register_code {
    width: 100%;
    background: #FEFEFE;
    border-radius: 2px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
}

.register_code input {
    flex: 1;
    margin-right: 12px;
    border: 1px solid #CCCCCC;
    height: 48px;
    line-height: 48px;
}

.register_code img {
    width: 168px;
    heigth: 48px;
}

.register_clickCode {
    margin-bottom: 26px;
}

.register_password {
    display: none;
}

.register_password .register_phoneTop {
    text-decoration: none;
}

.register_btn {
    width: 380px;
    margin: 0 auto;
}

.register_btn button {
    color: #fff;
    height: 48px;
    width: 100%;
    background: #004AB3;
    border-radius: 2px;
    border: 0;
    margin-bottom: 80px;
}

.register_agreeCheckbox {
    display: flex;
}

.register_agreeCheckbox a {
    color: #004AB3
}

/*忘记密码*/
.changepwd_cont {
    background-color: #f5f5f5;
    min-height: 100vh;
    margin: 0;
    padding-top: 200px;
    padding-bottom: 100px;
}

.changepwd_cont_main {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}

.changepwd_cont_main>h3 {
    width: 332px;
    margin: 0 auto;
    font-size: 20px;
    font-family: "HarmonyOS Bold";
    line-height: 50px;
    color: #262626;
}

.changepwd_conttips {
    width: 332px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    font-family: "HarmonyOS Bold";
}

.changepwd_phone {
    width: 332px;
    margin: 0 auto;
    margin-top: 25px;
}

.input_item {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    height: 40px;
    background: #F2F2F2;
    border-radius: 4px;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.input_item input {
    border: 0;
    width: 100%;
    height: 40px;
    background: none;
    padding: 0 5px;
}

.change_pwdNext {
    width: 100%;
    height: 40px;
    background: #000066;
    border-radius: 4px;
    font-size: 16px;
    font-family: "HarmonyOS Bold";
    color: #FEFEFE;
    line-height: 40px;
}

.change_email {
    font-size: 14px;
    font-family: "HarmonyOS Bold";
    color: #000066;
    line-height: 50px;
}

.changepwd_phonecont,
.changepwd_emailcont {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 50px;
}

.sendsms {
    display: block;
    line-height: 40px;
    color: #000066;
    font-size: 12px;
    text-decoration: none;
    margin-right: 10px;
    background: none;
    border: 0;
}

.changepwd_phone .input_item input {
    width: auto;
    flex: 1;
}

.changepwd_cont_newpwd {
    width: 400px;
    margin: 0 auto;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}

.changepwd_cont_newpwd>h3 {
    width: 332px;
    margin: 0 auto;
    font-size: 20px;
    font-family: "HarmonyOS Bold";
    line-height: 50px;
    color: #262626;
}

.changepwd_cont_newpwd .changepwd_conttips {
    line-height: 26px;
}

.changepwd_cont_newpwd .input_item {
    margin-bottom: 20px;
}

.changepwd_cont_newpwd .change_pwdNext {
    margin-top: 10px;
}

.changephone_pwd .register_code input {
    height: 40px;
}

.changephone_pwd .register_code img {
    height: 40px;
}

/* 商城头部 */
.login_header {
    width: 100%;
}

.login_header_nav {
    height: 33px;
    background: #F7F7F7;
    
}

.login_header_navCenter {
    width: 1200px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
}

.login_header_nav_left {
    display: flex;
    
    line-height: 33px;
    font-size: 14px;
    font-family: "HarmonyOS Regular";
    color:#7C7C7C;
    align-items: center;
}

.login_header_nav_left img {
    width:16px;
    height:16px;
    margin-right:8px;
}
.login_header_nav_left a {
    line-height: 33px;
    margin-left: 20px;
    font-size: 14px;
    color:#7C7C7C;
}
.login_header_navCenter>ul {
  
    margin-bottom: 0;
    display:flex;
    justify-content: space-between;
    color:#7C7C7C;
    align-items: center;
}

.login_header_navCenter>ul>li {
    display:flex;
    justify-content: space-between;
    padding: 0 5px;
    font-size: 14px;
    color:#7C7C7C;
    
    margin-left:10px;
    align-items: center;
    cursor:pointer;
    height:33px;
}
.login_header_navCenter>ul>li:hover,.login_header_navCenter ul li:hover span a{color:#173d84}
.login_header_navCenter>ul>li span{
    display:flex;align-items: center;
}
.login_header_navCenter>ul>li span a {
    color:#7C7C7C;
    display:flex;align-items: center;
}
.login_header_navCenter>ul>li>a {
    color:#7C7C7C;
    display:flex;align-items: center;
}
.login_header_navCenter>ul>li>a:hover {
    color:#173d84
}
.login_header_navCenter>ul>li i{font-size:17px;color:#8A8A8A;margin-right:10px;}
.login_header_navCenter>ul>li:hover i{color:#173d84}

.login_header_navCenter>ul>li.header_eng{display:flex;align-items: center;}
.login_header_navCenter>ul>li img{width:17px;height:17px;margin-right:5px;}
.login_header_navCenter>ul>li.header_eng a{color:#7C7C7C;    display: flex;align-items: center;}
.login_header_navCenter>ul>li.header_eng a img{display:none;}
.login_header_navCenter>ul>li.header_eng a img:nth-child(1){display:inline;}
.login_header_navCenter>ul>li.header_eng:hover a{color:#173d84}
.login_header_navCenter>ul>li.header_eng:hover a img:nth-child(1){display:none;}
.login_header_navCenter>ul>li.header_eng:hover a img:nth-child(2){display:inline;}
.login_header_navCenter>ul>li.login_header_nav1{position:relative;}

.login_header_nav2{display:none;position:absolute;top:33px;width:100px;background:#F7F7F7;left:-10px;padding-bottom:10px;z-index:10;}
.login_header_nav2 li{margin-left:15px;margin-top:8px;}
.login_header_nav2 li a{color:#7C7C7C;}
.login_header_nav2 li a:hover{color:#173d84;}

.login_header_bottom {
    /* border-bottom: 2px solid #000066; */
    width: 100%;
}

.login_header_bottomcont {
    width: 1200px;
    margin: 0 auto;
    height: 96px;
    line-height: 96px;
    align-items: center;
    display: flex;    
}

.login_header_bottom span {
    font-size: 26px;
    font-family: "HarmonyOS Bold";
    color: #262626;
    line-height: 50px;
}

.login_header_bottomcont img.logo {
    width:316px;
    margin-right: 40px;
    margin-top:0px;
}

.shop_header {
    position: relative;
    background: #fff;
    background: #fff;
    width: 100%;
}

.shop_header .login_header_bottomcont {
   
    position:relative;justify-content: right;height:auto;line-height: normal;
}
.shop_header .login_header_bottomcont>a{position:absolute;left:0;top:26px;}
.shop_search {
    width: 640px;
    margin-top: 30px;
    position: relative;
}

.shop_searchCont {
    display: flex;
    width: 640px;
    background: #F5F5F5;
    height: 40px;
}

.shop_searchCont input {
    height: 38px;
    border: 1px solid #B4B4B4;
    border-radius: 7px 0px 0px 7px;
    flex: 1;
    font-size: 14px;
    padding: 0 5px;
}

.search_btn {
    width: 98px;
    line-height: 38px;
    text-align: center;
    background: #19376F;
    border-radius: 0px 7px 7px 0px;
    color: #fff;
    font-size: 16px;
    height:38px;
}

.search_btn:hover {
    color: #fff;
}

.shop_searchResultList {
    position: absolute;
    top: 40px;
    background: #fff;
    border: 1px solid #ccc;
    width: 542px;
    z-index: 100;

}

.shop_searchResultList ul {
    margin-bottom: 0;
}

.shop_searchResultList ul li {
    height: 30px;
    line-height: 30px;
    
}

.shop_searchResultList ul li a {
    font-size: 13px;
    color: #000;
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    width:100%;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.shop_searchResultList ul li a i.highlight {
    color: red;
    font-size: 14px;
}

.shop_searchResultList ul li a:hover {
    background: #000066;
    color: #fff;
}

.search_hot {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 40px;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index:90;
    padding:20px 30px;
    border-radius:15px;
    display:none;
}
.search_hotTop h3{
    font-size: 15px;
    color: #1F1F1F;
   
    margin:0 0 6px 0;

}
.search_hotTop p{
    display: flex;
    flex-wrap:wrap;
}
.search_hot a {
    color: #999;
    font-size: 13px;
    padding: 0 4px;
    
}
.search_hotTop p a{
    padding:2px 6px;
    background: #F5F7FA;
    border-radius: 3px;
    margin-right:10px;
    font-size:12px;
    color:#1F1F1F;
    margin-top:5px;
}
.search_hotTop p a:hover{background: #def0fa;}
.search_hot a:hover {
    text-decoration: none;
}

.search_hot a.search_btnCurrent {
    color: #000066;
}

.search-dropdownMain {margin-top:22px;background:url("/assets/addons/shopro/img/new_shop/search_menubg.png") no-repeat;
background-size:100%;
}

.search-dropdownTitle{font-size:16px;color:#13266F;padding:14px 24px;}
.search-drop-cardB{display:flex;justify-content: space-between;padding:0 20px;}
.search-dropdown-card{padding:0 10px;width:162px;}
.search-dropdown_title{
    width: 121px;
height: 24px;
line-height:24px;
background: #F69F35;
border-radius: 11px;
justify-content: center;
align-items: center;
color: #FFFFFF;
font-size:14px;
margin-bottom:10px;
display:flex;
margin:0 auto 10px;
}
.search-dropdown_title img{width:10px;margin-right:5px;}
.search-drop-cardB .search-dropdown-card:nth-child(1){
    background: linear-gradient(0deg, #fdf5e0, #FFFFFF);
    box-shadow: 0px 2px 3px 0px rgba(87,87,87,0.18);
    border-radius: 8px;
}
.search-drop-cardB .search-dropdown-card:nth-child(2) .search-dropdown_title{
    background: #F59880;
}
.search-drop-cardB .search-dropdown-card:nth-child(3) .search-dropdown_title{
    background: #85D1AA;
}
.search-drop-cardB .search-dropdown-card:nth-child(2){
    background: linear-gradient(0deg, #FBF0F0, #FFFFFF);
    box-shadow: 0px 2px 3px 0px rgba(87,87,87,0.18);
    border-radius: 8px;
}
.search-drop-cardB .search-dropdown-card:nth-child(3){
    background: linear-gradient(0deg, #EFFCF7, #FFFFFF);
    box-shadow: 0px 2px 3px 0px rgba(87,87,87,0.18);
    border-radius: 8px;
}
.search-dropdownMain:nth-child(2){background:url("/assets/addons/shopro/img/new_shop/search_menubg1.png") no-repeat;padding:0 20px;}
.search-dropdownMain:nth-child(2) .search-dropdown-card{width:100%;background: #FFFFFF;
    box-shadow: 0px 2px 3px 0px rgba(87,87,87,0.18);
    border-radius: 8px;
    }


.search-dropdown_list li{
    font-size: 13px;
    color: #292929;
    line-height: 25px;
}
.search-dropdown_list li a{
    color:#292929
}
.search-dropdown_list li a:hover{color:#B52828;text-decoration: none;}
.search-dropdown_list li span{    
    background: linear-gradient(90deg, #ffbe0a, #ff9627);
    border: 1px solid #ffd36b;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-right: 12px;
    text-align: center;
    width: 20px;
    border-radius: 50%;
}
.search-dropdown_list li:nth-child(2) span{
    background: linear-gradient(270deg, #f5f7fa, #c8d1df 0, #e8ebf2);
    border: 1px solid #eff5ff;
    color: #fff;
}
.search-dropdown_list li:nth-child(3) span{
    background: linear-gradient(270deg, #cc8130, #eb8920);
    border: 1px solid #eff5ff;
    color: #fff;
}
.search-dropdown_list li:nth-child(4) span,.search-dropdown_list li:nth-child(5) span{
    opacity:0;
}
.search-dropdownMainKF  .search-dropdownTitle{margin-bottom:0;}
.search-dropdownMainKF ul{display:flex;justify-content: space-between;align-items: center;height:40px;margin-bottom:0;}
.header_cart text{
    border-radius:3px;padding:1px 8px 0 8px;line-height:15px;height:15px;text-align:center;background:#F22424;color:#fff;font-size:12px;margin-left:5px;
}

.shop_nav {
    width: 1200px;
    margin: 18px auto 0px;
}

.shop_nav ul {
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
}

.shop_nav ul li {
    margin-right: 30px;
    padding-bottom:10px;
}
.shop_nav ul li:last-child{
    margin-right:0;
}
.shop_nav ul li>a {
    color: #1F1F1F;
    font-size: 17px;
    padding: 5px 15px;
    display: block;
    line-height: 36px;
}
.shop_nav ul li:last-child>a{padding-right:0;}
.shop_nav ul li>a.active {
    color: #000066;
}

.shop_nav ul li .cwbio-web-label-item {
    top:172px;
    z-index: 10;
    display: none;
    /* border-top: 2px solid #000066; */
    position: absolute;
}

/* 底部 */
footer {
    background: #142161;;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
}

.footer_top {
    width: 1200px;
    margin: 0 auto;
    
}

.footer_topLeft {
    width: 244px;
    
    padding-top: 33px;
   
}

.footer_topLeft img {
    width: 100%;
}

.footer_topCenter {
    margin-top: 53px;
    margin-left: 0;
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.footer_topCenterLeft{
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-right:150px;
}
/* .footer_topCenterList {
    margin-right: 100px;
} */

.footer_topCenterList h3 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 24px;
    margin-top:0;
    font-family: HarmonyOS Bold;
}
.footer_topCenterLine{
    width: 21px;
    height: 2px;
    background: #FFFFFF;
    margin-bottom:20px;
}
.footer_topCenterList ul li a {
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.footer_topCenterRight{
    
}
.footer_topCenterRight .footer_topCenterList h3 {
    margin-bottom: 30px;
}
.footer_topCenterRight .footer_topCenterList ul li{
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
    display:flex;
    align-items: center;
}
.footer_topCenterRight .footer_topCenterList ul li img{
    width:32px;height:32px;
}
.footer_topCenterRight .footer_topCenterList ul li b{
    width:26px;
    font-size: 13px;
    font-weight: 300;
    margin-left:10px;
    margin-right:10px;
}
.footer_topCenterRight .footer_topCenterList ul li i{
    width: 1px;height: 30px;background:#fff;margin-right:10px;
}
.footer_topCenterRight .footer_topCenterList ul li span{
    font-size: 26px;
    color: #FFFFFF;
}
.footer_topRight {
    width: 132px;
}

.footer_topRight p {
    text-align: center;
    color: #fff;
    margin-top: 88px;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_topRight img {
    width: 132px;
    height: 132px;
    background: #FFFFFF;
}

.footer_bottom {
    border-top: 1px solid #3C4571;
    width: 100%;
    margin-top:20px;
    padding: 17px 0;
    
}
.footer_bottom>div{display: flex;
    justify-content: space-between;width:1200px;margin:0 auto;}
.footer_bottom p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

/* 购物车 */
.main {
    width: 100%;
}

.user_main {
    width: 1200px;
    margin: 0px auto 0;
    padding-top: 20px;
}

.current_position {
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}

.current_position a {
    color: #999999;
    font-size: 14px;
}

.cart_main {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.cart_mainTop {
    width: 100%;
    display: flex;
}

.cart_mainTopTips {
    width: 470px;
    background: #000066;
    color: #fff;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    text-align: center;

}

.cart_mainTopTipsfirst {
    clip-path: polygon(0 0, 95% 0%, 100% 50%, 95% 100%, 0 100%);
}

.cart_mainTopTipsSecond {
    background: #B3B3B3;
    clip-path: polygon(0 0, 95% 0%, 100% 50%, 95% 100%, 0 100%, 5% 50%);
}

.cart_mainTopTipsThree {
    background: #B3B3B3;
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 100% 100%, 0 100%, 5% 50%);
}

.cart_mainBottom {
    margin-top: 40px;
}

.cart_mainB_top {
    margin-bottom: 20px;
    height: 32px;
    display: flex;
    line-height: 32px;
    font-size: 16px;
    color: #262626;
}

.cart_mainB_top select {
    font-size: 14px;
    margin-left: 15px;
}

.custom_number_1 {
    font-size: 16px;
    margin-left: 15px;
    line-height: 32px;
}

.cart_mainB_center {
    border: 1px solid #ccc;
}

.cartTable {
    width: 100%;
    margin-bottom: 0px;
    border: 0;
}

.cartTable tr {
    border-bottom: 1px solid #eee;
}

.cartTable thead tr th {
    font-size: 14px;
    line-height: 36px;
    padding: 0px 10px;
    color: #666;
    font-weight: normal;
    text-align: left;
    border: 0;
    background-color: #f2f2f2;
}

.cartTable tbody tr td {
    vertical-align: middle;
    padding: 10px 8px;
    border: 0;
    font-size: 14px;
}

.cartTable tbody tr td a {
    color: #262626;
}

.cartTable img {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.cart .usable_discount {
    position: relative;
    margin-top: 5px;
    cursor: pointer;
    min-width: 65px;
    margin: 5px auto;
}

.cartTable .quantity input {
    width: 30px;
    height: 24px;
    line-height: 24px;
    float: left;
    padding: 0px 2px;
    text-align: center;
    ime-mode: disabled;
    border: 1px solid #dbdbdb;
}

.cartTable .quantity div {
    height: 18px;
    float: left;
    padding-left: 2px;
}

.cartTable .quantity .increase {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    float: left;
    text-align: center;
}

.cartTable .quantity .increase:hover {
    border-color: #bbbbbb;
}

.cartTable .quantity .decrease {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    float: left;
    text-align: center;
}

.cartTable .quantity .decrease:hover {
    border-color: #bbbbbb;
}

.cart_mainB_center_B {
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin: 30px 0;
}

.cart_mainB_center_BLeft {
    float: left;
    display: flex;
}

.cart_mainB_center_BLeft p {
    font-size: 14px;
    line-height: 44px;
}

.cart_continue_cart a {
    font-size: 14px;
    line-height: 44px;
}

.all_checked {
    margin-left: 10px;
}

.all_checked span {
    margin: 0 20px;
    font-size: 14px;
    color: #F22424;
    text-decoration: underline;
    cursor: pointer;
}

.all_checked i {
    font-size: 14px;
}

.reset_cart {
    margin-right: 20px;
    cursor: pointer;
}

.cart_continue_cart {
    color: #000066;
    text-decoration: underline;
    cursor: pointer;
}

.cart_mainB_center_BCenter {
    float: left;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    margin: 0 35px;
}

.cart_mainB_center_BRight {
    float: right;
    margin-right: 30px;
    display: flex;
}

.cart_mainB_center_BRight button {
    width: 128px;
    height: 44px;
    background: #004AB3;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    border: 0;
    margin-left: 70px;
}

.cart_mainB_center_BRight span {
    line-height: 44px;
    font-size: 16px;
    font-family: "HarmonyOS Bold";
}

.cart_mainB_center_BRight span b {
    font-size: 24px;
    color: #F22424;
}

.cart_mainB_center_BRight span b i {
    font-size: 24px;
    color: #F22424;
    font-family: "HarmonyOS Bold";
}

.cart_mainB_top .group_now {
    font-size: 16px;
    color: #262626;
    line-height: 32px;
}

.cart_mainB_top_right {
    position: relative;
    border: 1px solid #ccc;
    width: 300px;
    margin-left: 10px
}

.cart_mainB_top_right .group_cartChecked {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 32px;
    height: 32px;
    align-items: center;
    padding: 0 5px;
}

.cart_mainB_top_right .group_cartChecked span {
    font-size: 14px;
}

.cart_mainB_top_right .group_cartChecked span.group_current {
    overflow: hidden;
    display: block;
    height: 32px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.group_cartlist {
    position: absolute;
    top: 31px;
    left: 0px;
    background: #fff;
    width: 300px;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0 5px;
    z-index: 1;
    display: none;
}

.group_cartlist .usable_upIcon {
    border-color: transparent transparent #32970b;
    left: 15px;
}

.group_cartlist ul {
    padding-top: 5px;
    float: inherit;
    max-height: 200px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.group_cartlist li {
    color: #333;
    width: 260px;
    height: auto;
    line-height: 22px;
    margin-bottom: 5px;
    cursor: pointer;
}

.group_cartlist li:hover {
    color: #32970b;
}

.group_cartlist li.active {
    background: url(/assets/addons/shopro/img/groupChecked.png) right center no-repeat;
    padding-right: 12px;
}

.group_cartlist li a {
    display: block;
    font-size: 14px;
    color: #000;
}

.group_current_search {
    border: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 0;
    padding: 0;
}

.group_cartHistory {
    margin: 0;
    text-align: right;
    padding: 5px 20px 5px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
    color: #666;
}
.cart_freeTrial {padding:3px 8px;font-size: 12px;color: #fff;border-radius: 3px;
    background: linear-gradient(90deg, #142A56, #0161AA);
}

/* 订单提交 */
.order_confirm_wrap {
    width: 100%;
    margin-top: 20px;
}

.order_confirm_top {
    height: 38px;
    line-height: 38px;
    background: #F2F2F2;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    /* font-family: HarmonyOS Bold !important; */
    /* font-family: "HarmonyOS Bold"; */
}

.order_confirm_main {
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.order_confirm_address {
    border-bottom: 1px solid #ccc;
    padding: 0 20px 0px;
}

.order_confirm_address h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_address h3 span {
    color: #004AB3;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.order_confirm_address_list p {
    display: flex;
    align-items: center;
}

.order_confirm_address_list p span {
    color: #404040;
    font-size: 14px;
    margin-right: 20px;
}

.order_confirm_address_list p input {
    margin-right: 10px;
    margin-top:0;
}

.order_confirm_address_list p a {
    color: #004AB3;
    font-size: 14px;
    margin-right: 20px;
}

.order_confirm_address_list p i {
    width: 40px;
    height: 16px;
    background: #999999;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

#address-form {
    display: none;
}

.user_address_top {
    width: 100%;
    margin-bottom:10px;
}

.user_address_topList {
    display: flex;
}

.order_confirm_addressInfo {
    display: none;
    color: #404040;
    font-size: 14px;
    padding-bottom: 20px;
}

.user_address_topList label {
    width: 114px;
    text-align: right;
    margin-right: 14px;
    height: 30px;
    line-height: 30px;
    color: #404040;
    font-size: 14px;
    font-weight:normal;
}

.user_address_topList label b {
    color: red;
}

.user_address_topList .user_address_topListR {
    flex: 1;
    display: flex;
    font-size: 14px;
}

.user_address_topList .user_address_topListR input {
    height: 30px;
    line-height: 30px;
    width: 300px;
    border: 1px solid #ccc;
    font-size:14px;
}

.user_address_topList .user_address_topListR select {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    width: 150px;
    margin-right: 10px;
    font-size: 14px;
}

.user_address_topList .user_address_topListR textarea {
    width: 50%;
    border: 1px solid #ccc;
    font-size: 14px;
}

.user_address_topList .user_address_topListR input[type="checkbox"] {
    width: 15px;
    margin: 0;
    margin-right: 10px;
}

.user_address_topList .user_address_topListR_default {
    height: 30px;
    line-height: 30px;
}

.add_address {
    width: 160px;
    height: 38px;
    background: #004AB3;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.add_address:hover {
    background: #000066;
}

.order_confirm_PI {
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.order_confirm_PI h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_PI h3 span {
    color: #004AB3;
    font-size: 14px;
    margin-left: 20px;
}

.order_confirm_PI h3 i {
    color: #999999;
    font-size: 16px;
    margin-left: 20px;
}

.order_confirm_PI_list p {
    display: flex;
    align-items: center;
}

.order_confirm_PI_list p span {
    color: #404040;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 10px;
}

.order_confirm_voinceList {}

.order_confirm_voince {
    padding: 0px 20px 20px;
    display: flex;
}

.order_confirm_voinceedit,
.order_confirm_edit {
    cursor: pointer;
}

.order_confirm_voinceLeft {
    margin-right: 60px;
}

.order_confirm_voinceLeftT {
    display: flex;
    align-items: center;
}

.order_confirm_voinceLeftT span {
    font-size: 16px;
    color: #262626;
    margin-left: 10px;
}

.order_confirm_voinceRight {
    flex: 1;
}

.order_confirm_voinceRightT {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.order_confirm_voinceRightT input[type="radio"],.order_confirm_voinceLeft input[type="radio"]{margin:0;}
.order_confirm_voinceRightT span {
    font-size: 16px;
    color: #262626;
    margin-left: 10px;
}

.order_confirm_voinceRightB_list {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.order_confirm_voinceRightB_list label {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    font-family: HarmonyOS Regular !important;
    font-weight:normal;
    letter-spacing: 7px;
}

.order_confirm_voinceRightB_list select {
    width: 200px;
    height: 28px;
    line-height: 28px;
    color: #262626;
    font-size:14px;
    margin-left:2px;
    border:1px solid #ccc;
}

.order_confirm_voinceRightB_list p {
    color: #262626;
    line-height: 28px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size:14px;
}
.order_confirm_voinceRightB_list p span{font-size:14px;}
.order_txt_no {
    display: none;
}

.order_confirm_voinceRightB {
    display: none;
}
.order_confirm_invoice_list label{
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    font-family: HarmonyOS Regular !important;
    font-weight:normal;
    letter-spacing: 3px;
}
.order_confirm_invoice_list input{
    width:200px;
    height:28px;
    border:1px solid #ccc;
}
.order_confirm_news_invoice {
    font-size: 14px;
    color: #004AB3;
}
.order_confirm_voinceK3List {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    display:none;
}

.order_confirm_voinceK3List label {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    font-family: HarmonyOS Regular !important;
    font-weight:normal;
}
.order_confirm_voinceK3ListL{
    letter-spacing: 7px;
}
.order_confirm_voinceK3List input{
    width:200px;
    height:28px;
    border:1px solid #ccc;
}
.order_confirm_changeList {
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}

.order_confirm_changeList h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_changeList h3 span {
    color: #004AB3;
    font-size: 14px;
    margin-left: 20px;
}

.order_confirm_changeList h3 i {
    color: #999999;
    font-size: 16px;
    margin-left: 20px;
}

.order_confirm_changeList_list p {
    display: flex;
    align-items: center;
}

.order_confirm_changeList_list p span {
    color: #404040;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 10px;
}

.order_confirm_note {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    color: #262626;
    font-size: 16px;
    display: flex;
}

.order_confirm_note textarea {
    width: 560px;
    height: 76px;
    background: #F5F5F5;
    border-radius: 2px;
    font-size: 12px;
    color: #262626;
    padding: 10px 20px;
    border: 0;
}

.order_confirm_note label {
    font-size: 16px;
    color: #262626;
    font-weight: normal;
}

.order_confirm_table {
    border-bottom: 1px solid #ccc;
    padding: 0px 20px;
}

.order_confirm_table h3 {
    margin: 20px 0px;
    color: #262626;
    font-size: 16px;
}

.order_confirm_table table {
    width: 100%;
}

.order_confirm_table table thead th {
    background: #F7F7F7;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.order_confirm_table table tbody tr{
    border-bottom: 1px solid #ccc;
}
.order_confirm_table table tbody td {
    background: #F0F4FA;
    text-align: center;
    padding: 5px 20px;
    font-size: 14px;
    
}

.order_confirm_table table tbody td:first-child {
    text-align: left;
}

.order_confirm_table table tbody td:first-child img {
    width: 60px;
}

.order_confirm_table table tbody td a {
    color: #666666;
    font-size: 14px;
}

.order_confirm_money {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
    overflow: hidden;
}

.order_confirm_money p {
    width: 270px;
    float: left;
    margin-left: 930px;
    font-size: 14px;
    color: #666666;
    line-height: 46px;
    display: flex;
    align-items: center;
}

.order_confirm_money p span {
    color: #F22424;
    font-size: 24px;
    margin-left: 35px;
}

.order_confirm_money p i {
    color: #0D0D0D;
    margin-left: 35px;
    font-size: 14px;
}

.order_confirm_btn {

    padding: 20px 20px;
    overflow: hidden;
}

.order_confirm_btn button {
    display: block;
    float: right;
    width: 140px;
    height: 44px;
    text-align: center;
    color: #fff;
    background: #004AB3;
    border-radius: 4px;
    border: 0;
    font-size: 20px;
}

/* 订单完成 */
.payment_main {
    width: 95%;
    margin: 0 auto;
}

.payment_top {
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 0;
}

.payment_top p {
    margin: 0;
    margin-bottom: 10px;
}

.payment_top p label {
    font-weight: normal;
    margin: 0;
    font-size: 14px;
}

.payment_top p b {
    font-weight: normal;
    margin: 0;
    color: #1380cb;
    font-size: 14px;
}

.payment_top p.payment_amount b {
    color: #d93600;
}

.payment_pcTimer {
    font-size: 14px;
}

.payment_top p.payment_pcTimer b {
    color: #d93600;
    margin: 0 3px;
}

.public_payInfoPc {
    display: flex;
    margin-bottom: 40px;
}

.payment_bottomList {
    width: 500px;
}

.payment_bottomList h3 span {
    color: red;
    font-size: 13px;
    margin-left: 10px;
}

.payment_bottom {
    margin-top: 25px;
}

.payment_bottom h3 {
    font-size: 16px;
}

.payment_listCont {
    margin-top: 20px;
    overflow: hidden;
}

.payment_list {
    width: 15%;
    margin-right: 2%;
    border: 2px solid #ddd;
    float: left;
    margin-bottom: 15px;
}

.payment_list:nth-child(6n) {
    margin-right: 0;
}

.payment_list a {
    display: block;
    text-align: center;
    padding: 0;
    height: 45px;
    line-height: 45px;
}

.payment_list a img {
    max-width: 100%;
}

.payment_infolist {
    border: 2px solid #ddd;
    width: 80%;
    padding: 10px;
}

.payment_infolist p {
    line-height: 30px;
    font-size: 13px;
}

.payment_btn {
    margin: 10px 0 20px;
    text-align: center;
}

.payment_btn a {
    width: 140px;
    height: 38px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #004AB3;
    border-radius: 4px;
    cursor: pointer;
}

.pay_moneySureBtn .layui-layer-btn .layui-layer-btn0 {
    background: #004AB3;
}

.payment_btn a.continue_shop {
    font-size: 16px;
    font-family: "HarmonyOS Bold";
    text-decoration: underline;
    color: #004AB3;
    background: none;
}

.online_payment .payment_list {
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 0;
    height: 45px;
}

.online_payment img {
    max-width: 100%;
    height: 35px;
    margin-top: 5px;
}

.online_payment .active {
    border: 1px solid #000066;
}

.payment_dialog {
    background: #fff;
    border-radius: 5px;
    display: none;
    text-align: center;
}

.payment_dialog p {
    color: #333;
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}

.payment_dialog p.payment_dialogInfo {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.payment_dialogBtn {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

.payment_dialogBtn span {
    padding: 5px 15px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #32970b;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.payment_dialogBtn span.payment_payed {
    margin-right: 0;
    background: #32970b;
    color: #fff;
}

.payment_dialog a {
    color: #333;
    font-size: 14px;
}

.upload_publicImg {
    margin-top: 20px;
}

.upload_publicImg p {
    margin-bottom: 10px;
    color: red;
    font-size: 13px;
}

.upload_publicImg .order_listUpload {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 110px;
    width: 200px;
    border: 1px solid #ccc;
}

.upload_publicImg img {
    max-width: 200px;
    max-height: 110px;
    display: inline-block;
    vertical-align: middle;
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.upload_publicImg .order_listUpload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
    z-index: 1;
}

.order_listUpload span.pay_uploadRemove {
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: -8px;
    border: 1px solid #ccc;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    background: #fff;
    color: #666;
    display: none;
}

.pay_uploadBtn {
    position: relative;
    padding: 0;
    width: 140px;
    display: none;
}

.pay_uploadBtn input {
    position: absolute;
    width: 100%;
    height: 38px;
    opacity: 0;
}

.paybigImg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 111;
    text-align: center;
    display: flex;
    align-items: center
}

.paybigImg img {
    margin: 0 auto;
    max-width: 60%;
    max-height: 80%;
    align-items: center;
}

.payBigImgClose {
    font-size: 22px;
    position: absolute;
    right: 12%;
    top: 8%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    cursor: pointer;
}

.payment_dialog {
    background: #fff;
    border-radius: 5px;
    display: none;
    text-align: center;
}

.payment_dialog p {
    color: #333;
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}

.payment_dialog p.payment_dialogInfo {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.payment_dialogBtn {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

.payment_dialogBtn span {
    padding: 5px 15px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #004AB3;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.payment_dialogBtn span.payment_payed {
    margin-right: 0;
    background: #004AB3;
    color: #fff;
}

.payment_dialog a {
    color: #333;
    font-size: 14px;
}

.offline_uploadTitle {
    width: 100%;
}

.offline_uploadTitle h3 span {
    color: red;
    font-size: 13px;
    margin-left: 10px;
}

.offline_uploadContTop {
    position: relative;
    border: 1px solid #ccc;
    width: 80px;
    height: 90px;
    background: #f5f5f5;
    text-align: center;
    line-height: 90px;
    font-size: 16px;
}

.offline_uploadContTop input {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 90px;
    opacity: 0;
    cursor: pointer;
}

.offline_uploadContTop span {
    font-size: 30px;
}

.offline_uploadCont_imgList {
    display: flex;
    margin-top: 10px;
}

.offline_uploadCont_imgList p {
    width: 80px;
    height: 90px;
    position: relative;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.offline_uploadCont_imgList p i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
}

.offline_uploadCont_imgList p img {
    width: 100%;
    height: 100%;
}

/* 产品分类 */
.main_topImg {
    width: 100%;
}

.main_topImg img {
    width: 100%;
}
.new_current_position{
    width:100%;
    height: 58px;
    background: #F5F5F5;
}
.new_current_position .current_position{
    width: 1200px;
    margin: 0 auto;
    line-height: 58px;
}
.new_current_position .current_position i{
    color:#1F4494;
    margin-right:10px;
}
.new_current_position .current_position a{
    font-size: 15px;
    color: #595A5A;
    margin-right: 5px;
    
}
.new_current_position .current_position a:last-child{
    color:#25548A;
    margin-left: 5px;
}

.mall_cont_activity {
    width: 1200px;
    margin: 80px auto 0;
}

.mall_cont_activity_title h3 {
    
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mall_cont_activity_title h3 span{
    width: 53px;
    height: 2px;
    background: #07205A;
}
.mall_cont_activity_title h3 i{
    font-size: 28px;
    color: #13266F;
    font-family: "HarmonyOS Bold";
    margin:0 20px;
   
}

.new_product_main .mall_cont_activity_title h3 {
    
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.new_product_main .mall_cont_activity_title h3 span{
    width: 53px;
    height: 2px;
    background: #07205A;
}
.new_product_main .mall_cont_activity_title h3 p{
    font-size: 28px;
    color: #13266F;
    font-family: "HarmonyOS Bold";
    margin-bottom:15px;
   
}
.new_product_main .mall_cont_activity_title h3 p:nth-child(2){
    font-size:20px;
    font-family: "HarmonyOS Regular";
}

.new_product_main  .mall_cont_activity_titleLine {
 
    border-bottom: 1px solid #1A2C68;
   
    width: 60px;
}


.product_main {
    width: 1200px;
    display: flex;
    margin: 0 auto 380px;
}
.new_product_main .mall_cont_pBLeft_list{
    margin-bottom:34px;
}



/* 主体布局 */
.new_category_main .layout { max-width: 1200px; margin: 67px auto 100px;  display:flex;justify-content:space-between;  }

/* 左侧分类 */
.new_category_main .sidebar {  border-radius: 16px; width:298px;margin-right:37px; }
.new_category_main .sidebar .title {padding-left:30px; height:70px;line-height:70px; font-size: 22px; 
    background: linear-gradient(to right,  #25548A 40%, #008d43); color:#fff;margin-bottom:10px;border-radius:30px 0 0 0;}
.new_category_main .menu { width:298px;}
.new_category_main .menu-section { border-bottom: 1px solid var(--border);background: #F3F3F3; margin-bottom:8px; }
.new_category_main .menu-button { display: flex; align-items: center; justify-content: space-between; 
    padding:0 20px 0 40px;height: 59px; color: #3C3C3C; border: 0;  font-size:19px; cursor: pointer; }
.new_category_main .menu-button.active { background: #19376F; color:#fff;}

.new_category_main .menu-section ul{padding:0 20px 27px 20px;border-top:8px solid #fff;display:none;}
.new_category_main .menu-section ul li{font-size: 15px;color: #606060;line-height:38px;border-bottom:1px solid #ccc;padding:0 20px;cursor:pointer;}
.new_category_main .menu-section ul li i{margin-right:10px;}
.new_category_main .menu-section ul li.active{color:#19376F;}

/* 右侧内容：商品网格 */
.new_category_main .right_top{height:50px;line-height:50px;background: #F3F3F3;color:#13266F;font-size:23px;padding-left:30px;margin-bottom:28px;}
.new_category_main .products {width:865px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.new_category_main .card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; margin-bottom:25px;}
.new_category_main .card-figure { display: flex; align-items: center; justify-content: center;margin-bottom:10px; }
.new_category_main .card-figure img{width: 274px;height: 274px;border:1px solid #ccc; }
.new_category_main .card-body { padding: 16px; display: flex; flex-direction: column; gap: 10px;background: #19376F; }

.new_category_main .sku a{ font-size: 18px; font-weight: 800; letter-spacing: .2px; color:#fff;display:flex;justify-content: space-between;align-items: center;}

.new_category_main .sku text{width:74px;height:24px;line-height:24px;display:block;font-size: 12px;color: #FFFFFF;text-align: center;border:1px solid #33518E;
    font-weight: normal;border-radius:5px;
}
.new_category_main .name { color:#fff; line-height:20px;font-size:17px;height:40px;overflow:hidden; margin-bottom:0;-webkit-line-clamp: 2; display: -webkit-box;
    -webkit-box-orient: vertical;}
.new_category_main .nameTips { color:#fff; height:20px;font-size:14px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}
.new_category_main .price-line {border-top:1px solid rgba(255,255,255,0.3);padding-top:13px; }
.new_category_main .price { color:#F5D35C; font-size: 20px; }
.new_category_main .actions { display:flex; align-items:center;color:#fff;justify-content: space-between; }
.new_category_main .actions .actionsleft{display:flex; align-items:center;color:#fff;justify-content: space-between;margin-right:15px;}
.new_category_main .actions .actionsleft div{margin-right:10px;}
.new_category_main .actions .actionsleft div>p{font-size:12px;color: #FFFFFF;}
.new_category_main select{ background:#fff; color: #1E1E1E; border:1px solid var(--border); border-radius:6px; padding:6px 2px;max-width:80px;font-size:12px; }
.new_category_main .btn { background: #19376F;border-radius: 3px;border: 1px solid #FFFFFF; padding:2px 4px;margin-right:5px; }
.new_category_main .btn{font-size:18px;}
.new_category_main .btn:hover{color:#fff;}
.new_category_main .btn-buy:hover{color:#19376F;}
.new_category_main .actions_btn p{text-align: right;}
.new_category_main .btn { cursor:pointer; }
.new_category_main .btn-buy { background:#fff;border: 1px solid #FFFFFF; color:#19376F; font-weight: 700;margin-right:0; }
.new_category_main .pagination{margin-top:75px;}




/* 商城首页 */
.mall_cont {
    width: 100%;
}

.mall_cont_center {
    width: 1200px;
    margin: 60px auto 100px;
}

.mall_cont_centerTitle {
    border-bottom: 1px solid #BEBEBF;
    position: relative;
    height: 50px;
}

.mall_cont_centerTitle ul {
    position: absolute;
    top: 0;
}

.mall_cont_centerTitle ul li {
    height: 50px;
    float: left;
    font-size: 22px;
    margin-right: 55px;
    cursor: pointer;
    font-family: "HarmonyOS Bold";
}

.mall_cont_centerTitle ul li.active {

    border-bottom: 3px solid #1A2C68;
    color: #1A2C68;
}

.mall_cont_centerCont {
    width: 100%;
    margin-top: 30px;
    display: flex;
}

.mall_cont_centerCont_list {
    width: 329px;
    height: 490px;
    background: #F7F8FC;
    padding: 0 24px 10px;
    position: relative;
    margin-right: 28px;
    border-radius: 12px;
}

.mall_cont_centerCont_listTop {
    margin-top: 25px;
    text-align: center;
}

.mall_cont_centerCont_listTop span {
    display: inline-block;
    /* padding: 0 30px 30px; */
    border-bottom: 3px solid #000066;
    font-size: 20px;
    font-family: "HarmonyOS Bold";
    color: #404040;
    height: 95px;
}

.mall_cont_centerCont_listC {
    width: 100%;
}

.mall_cont_centerCont_listC img {
    width: 180px;
    height: 180px;
    margin: 30px auto 20px;
    display: block;
}

.mall_cont_centerCont_listC p {
    height: 80px;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

.mall_cont_centerCont_listMore {

    width: 148px;
    height: 36px;
    background: #004AB3;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
}

.mall_cont_centerCont_listMore a {
    color: #fff;
    font-size: 14px;
    font-family: "HarmonyOS Bold";
    display:block;
    height: 36px;
    line-height: 36px;
}

.mall_cont_centerCont_list:nth-child(4n) {
    margin-right: 0;
}

.mall_cont_centerCont_list:hover {
    background: linear-gradient(0deg, #004AB3, #F7F8FC, #fff);
}

.mall_cont_centerCont_list:hover .mall_cont_centerCont_listC p {
    color: #fff;
}

.mall_cont_centerCont_list:hover .mall_cont_centerCont_listMore {
    background: #fff;
    color: #004AB3;
}

.mall_cont_centerCont_list:hover .mall_cont_centerCont_listMore a {
    color: #004AB3;
}

.banner {
    width: 100%;
    min-width:1200px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -5px;
    background: #f5f5f5;
    border-radius: 0px 0px 38px 38px;
    position: relative;
}

.banner .slider {
    margin-left: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
}

.banner .slider .swiper-slide img {
    width: 100%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    background: none;
    background: rgba(24, 24, 24, .4);
    width: 54px;
    height: 54px;
    border-radius: 54px;
    text-align: center;
    line-height: 54px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev i {
    color: #fff;
    font-size: 30px;
}

.banner .swiper-button-prev {
    line-height: 64px;
}

.home_mainContHot .swiper-container {
    width: 100%;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
}



.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0 !important;
    height: auto;
    bottom: 0px;
    background: #f5f5f5;
    width: 1040px;
}

.gallery-thumbs .swiper-wrapper {
    text-align: center;
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    width: 200px !important;
    height: 100%;
    opacity: 0.3;
    display: inline-block;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    width: 198px !important;
}

.gallery-thumbs .swiper-slide:hover {
    opacity: 1;
    width: 198px !important;
}

.pc_banner .swiper-pagination-bullet {
    width: 30px;
    border-radius: 10px;
}

.shop_banner {
    border-radius: 0 !important;
}

.shop_banner img {
    width: 100%;
}

.mall_cont_activity {
    width: 1200px;
    margin: 80px auto 0;
}

.mall_cont_activity_title h3 {
    
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mall_cont_activity_title h3 span{
    width: 53px;
    height: 2px;
    background: #07205A;
}
.mall_cont_activity_title h3 i{
    font-size: 28px;
    color: #13266F;
    font-family: "HarmonyOS Bold";
    margin:0 20px;
   
}

.shop_indexnew_cont .mall_cont_activity_title h3 {
    
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.shop_indexnew_cont .mall_cont_activity_title h3 span{
    width: 53px;
    height: 2px;
    background: #07205A;
}
.shop_indexnew_cont .mall_cont_activity_title h3 p{
    font-size: 28px;
    color: #13266F;
    font-family: "HarmonyOS Bold";
    margin-bottom:15px;
   
}
.shop_indexnew_cont .mall_cont_activity_title h3 p:nth-child(2){
    font-size:20px;
    font-family: "HarmonyOS Regular";
}

.mall_cont_activity_titleLine {
 
    border-bottom: 1px solid #1A2C68;
   
    width: 60px;
}

.mall_cont_activity_cont {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 80px;
   
}

.mall_cont_activity_contList {
    width: 285px;
    height: 346px;
    border-radius: 12px;
    border: 1px solid #F6F6F6;
    margin-right: 20px;
    box-shadow: 1px 5px 8px 0px rgba(0,0,0,0.06);
    border-radius: 15px;
    background: #FFFFFF;
}
.mall_cont_activity_contList:last-child {
    margin-right: 0;
}
.mall_cont_activity_contListImg{
    width: 285px;
    height: 160px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.mall_cont_activity_contList img {
    width: 285px;
    height: 160px;
    border-radius: 12px 12px 0 0;
    transition: all 1s;
}
.shop_news .mall_cont_activity_contList:hover  img{transform: scale(1.2);}
.mall_cont_activity_contListB {
    padding: 0 20px;
}

.mall_cont_activity_contList h3 a{
    font-size: 16px;
    color: #212121;;
    font-family: HarmonyOS Bold;
    text-align: center;
    margin-top:30px;
    margin-bottom:17px;
    display: block;
}

.mall_cont_activity_contListB>div a{
    font-size: 14px;
    color: #4F4F4F;
    height: 36px;
    display: flex;
    align-items: center;
    overflow:hidden;
}

.mall_cont_activity_contListB>a {
    font-size: 14px;
    color: #838282;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:33px;
}

.mall_cont_activity_contListB>a i {
    color: #838383;
}

.mall_cont_activity_contListB>a:hover {
    color: #014ab3;
}





.mall_cont_product {
    width: 1200px;
    margin: 85px auto 0px;
}

.mall_cont_productB {
    display: flex;
    justify-content: space-between;
}

.mall_cont_productBLeft {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin-top:42px;
    justify-content: space-between;
}

.mall_cont_pBLeft_list {

    cursor: pointer;
    position:relative;
}
.mall_cont_pBLeft_list p{
    position:absolute;
    height:100%;
    top:0;
    display: flex;
    align-items: center;
    left:63px;
    color:#fff;
    font-size:24px
}


.mall_cont_pBLeft_list>a{
    width:360px;height:233px;overflow:hidden;display:block;border-radius: 30px;
}
.mall_cont_pBLeft_list img{
    width:360px;
    height:233px;
    transition: all 1s;
}
.mall_cont_pBLeft_list a:hover img{
    transform: scale(1.4);
}

.mall_cont_pBLeft_list.active .mall_cont_pBLeft_listT {
   
}



.shop_banner_tab {
    width: 1200px;
    margin:0px auto;
    
    z-index: 5;
    display: flex;
    justify-content: space-between;

}

.shop_banner_tab_list {
   
    transition: all 0.5s;
    padding:20px 0;
    
}
.shop_banner_tab_list:first-child {
    margin-left: 0;
  }
  .shop_banner_tab_list:last-child {
    margin-right: 0;
  }
.shop_banner_tabLine{
    position:relative;
    width:1px;
    background:#ccc;
    height:89px;
    margin-top:32.5px;
}
.shop_banner_tabLine b{
    position:absolute;
    top:34px;
    left:-1px;
    width:3px;
    height:32px;
    background:#12356C;
}
.shop_banner_tabLine:last-child{
    display:none; 
}
.shop_banner_tab_list:last-child{
    margin-right:0;
}
.shop_banner_tab_list a img {
    width: 50px;
    margin: 0 auto 20px;
    display: block;
    margin-top: 12px;
}
.shop_banner_tab_list a img:nth-child(2){display:none;}

.shop_banner_tab_list a p {
    font-size: 18px;
    text-align: center;
    color: #1F1F1F;
    font-family: "HarmonyOS Regular";
}
.shop_banner_tab_list:hover {
    transform: translateY(-20px);
}
.shop_banner_tab_list:hover a p{
    color:#103a88;
}
.shop_banner_tab_list:hover a img:nth-child(1){display:none;}
.shop_banner_tab_list:hover a img:nth-child(2){display:block;}
.shop_indexnew_hot{
    background: #F5F5F5;
    padding:50px 0;
    margin-top:80px;
}
.shop_indexnew_hotMain{
    width:1200px;
    margin:27px auto 0;

    height: 432px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    position:relative;
}
.shop_indexnew_hotList{
    display:flex;
    justify-content:space-between;
}
.shop_indexnew_hotListL{
    margin-left:80px;
    width:545px;
}
.shop_indexnew_hotLTop{
    display:flex;
    align-items: center;
    margin-top:40px;
}
.shop_indexnew_hotLTop span{
    width: 6px;
    height: 26px;
    background: #008D43;
    margin-right:17px;
}
.shop_indexnew_hotLTop h1{
    font-weight: bold;
    font-size: 28px;
    color: #1B2755;
    line-height: 68px;
    font-family: "HarmonyOS Bold";
    margin:0;
}
.shop_indexnew_hotListL h2{
    font-size: 22px;
    color: #1B2755;
    line-height:40px;
    font-family: "HarmonyOS Bold";
    margin:0;
    max-height:40px;
    overflow:hidden;
}
.shop_indexnew_hotListL h3{
    font-size: 20px;
    color: #1B2755;
    line-height:36px;
    margin:0;
    font-weight: 500;
    font-family: "HarmonyOS Bold";
    max-height:36px;
    overflow:hidden;
}
.shop_indexnew_hotListL .mb-8{
    font-size: 18px;
    color: #5B5A5A;
    line-height:46px;
    max-height:46px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.shop_indexnew_hotListL .mt-auto{
    width: 127px;
    height: 40px;
    background: linear-gradient(-90deg, #2248A2, #16225F);
    margin-top:40px;
    transition: all 0.5s;
}
.shop_indexnew_hotListL .mt-auto:hover{transform: scale(1.3);}
.shop_indexnew_hotListL .mt-auto a{
    display:block;
    background:none;
    text-align:center;
    line-height:40px;
    
}

.shop_indexnew_hotListR{
    margin-right:37px;
    margin-top:37px;
}
.shop_indexnew_hotListR img{width:434px;height:360px;border-radius:10px;}
.shop_indexnew_hotDot{
    position:absolute;
    bottom:30px;
    left:80px;
    display:flex;
    align-items: center;
    width:500px;
    z-index:10;
}
.shop_indexnew_hotDot img{
    width:30px;
    margin-right:10px;
}
.shop_indexnew_hotDot span{
    flex:1;
    height:1px;
    background:#1B2755;
}
.shop_indexnew_hotDot .swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.shop_indexnew_company{
    background:url("/assets/addons/shopro/img/new_shop/index_company.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    transition: background-position 0.1s ease-out;
    margin:0;
    
    height:519px;
    position: relative;
}
.shop_indexnew_companyCont{
    height:519px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top:44px;
    width:100%;
}
.shop_indexnew_company .mall_cont_activity_title h3 p{
    color:#fff;
}
.shop_indexnew_company .mall_cont_activity_title h3 span{
    background:#fff;
}
.shop_indexnew_companyMain{
    margin:0 auto;
    width:1200px;
}
.shop_indexnew_companyMain>p{
    margin:40px auto 57px;
    color:#fff;
    font-size:17px;
    text-align:center;
    line-height: 36px;
}
.shop_indexnew_companyBottom{
    display:flex;
    width:100%;
    justify-content: space-between;
}
.shop_indexnew_companyBottom div{
    text-align: center;
}
.shop_indexnew_companyBottom div h3{
    font-size:30px;
    color: #FFFFFF;
    margin-bottom:14px !important;
    
    margin-top:0;
    height:40px;
    display: flex;
    align-items: center;
    
}
.shop_indexnew_companyBottom div h3 b{
    font-size:40px;
    font-family: "HarmonyOS Bold";
}
.shop_indexnew_companyBottom div span{
    font-size: 17px;
    color: #FFFFFF;
    
}
.shop_indexnew_companyMain a{
    width: 128px;
    height: 34px;
    border: 1px solid #FFFFFF;
    display:block;
    margin:50px auto;
    text-align:center;
    line-height:34px;
    color:#fff;
    font-size:17px;
    transition: all 0.5s;
}
.shop_indexnew_companyMain a:hover{
    transform: scale(1.3);
}
/*联系QY千亿国际*/
.contact_topImg {
    width: 100%;
}

.contact_topImg img {
    width: 100%;
}

.contact {
    height: auto;
    width: 1200px;
    margin: 0 auto;
}
.aboutUs_infoTitle .mall_cont_activity_title h3 {
    
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aboutUs_infoTitle .mall_cont_activity_title h3 span{
    width: 53px;
    height: 2px;
    background: #07205A;
}
.aboutUs_infoTitle .mall_cont_activity_title h3 p{
    font-size: 28px;
    color: #13266F;
    font-family: "HarmonyOS Bold";
    margin-bottom:15px;
   
}
.aboutUs_infoTitle .mall_cont_activity_title h3 p:nth-child(2){
    font-size:20px;
    font-family: "HarmonyOS Regular";
}

.aboutUs_infoTitle .mall_cont_activity_titleLine {
 
    border-bottom: 1px solid #1A2C68;
   
    width: 60px;
}

.contact_cont {
    margin-top: 50px;
    margin-bottom: 50px;
    width:1200px;
    

}
.contact_contTop{
    display:flex;
    justify-content: space-between;
}
.contact_topNav{
    flex:1;
    background:url("/assets/addons/shopro/img/new_shop/contactUsbg.png") no-repeat;
    background-size:100% 100%;
    width:380px;
}
.contact_topNav img.contact_topNavLogo{margin:29px auto 18px;display:block;}
.contact_topNav h3{width:89px;height:29px;background:linear-gradient(90deg, #C3D600,#008D43);margin:0 auto 30px;line-height:29px;font-size:18px;
    color: #FFFFFF;}
.contact_cont h3 {
    text-align: center;
}
.contact_topNavTop{
    width:86%;
    margin-left:7%;
}
.contact_topNavTopList{display:flex;align-items: start;}
.contact_topNavTopList img{width:16px;margin-right:10px;margin-top:3px;}
.contact_topNavTopList p span{width:64px;font-size: 17px;}
.contact_topNavTopList p i{font-size: 17px;}
.contact_topNavTopList p{font-size: 17px;color: #FFFFFF;display:flex;align-items:start;}
.contact_topNavBarcode{margin:8px auto 14px;display:block;width:105px;}
.contact_topNavLine{width:90%;margin:17px auto;height:1px;opacity: 0.33;background:#fff}
.contact_topNavB{width:86%;margin-left:7%;display:flex;align-items: start;color:#fff;margin-bottom:30px;}
.contact_topNavB span{font-size:17px;}
.contact_topNavB  img{width:16px;margin-right:10px;margin-top:3px;}

.contact_topNavB p i{font-size: 15px;line-height:28px;}
.contact_list {
    width:725px;
   
} 
.contact_list img{width:100%;height:601px;}
.contact_contCenter{margin-top:90px;}
.contact_contCenter>h2{font-size:28px;
    color: #353535;text-align: center;margin-bottom:60px;margin-top:0;}
.contact_works{display:flex;flex-wrap: wrap;justify-content: space-between;}
.contact_worksList{width: 583px;
    
    background: #FFFFFF;
    border: 1px solid #D3D3D3;margin-right:32px;padding:20px;margin-bottom:30px;}
.contact_worksList:nth-child(2n){margin-right:0;}
.contact_worksList h3{font-size: 20px;color: #071E6B;text-align: left; font-family: "HarmonyOS Bold";margin:0 0 28px;}
.contact_worksList .contact_worksLis_Info{font-size: 16px;
    color: #353535;}
.contact_contBottom{margin-top:90px;}
.contact_contBottom>h2{font-size:28px;
    color: #353535;text-align: center;margin-bottom:60px;margin-top:0;}
.contact_agent{display:flex;flex-wrap: wrap;}
.contact_agent .contact_agentList{
    width:360px;margin-right:58px;margin-bottom:30px;
}
.contact_agent .contact_agentList:nth-child(3n){margin-right:0;}
.contact_agentList h3{font-size: 20px;color: #071E6B;text-align: left; font-family: "HarmonyOS Bold";margin:0px;padding:0 13px 13px;border-bottom:1px solid #ccc;}
.contact_agentInfo{padding:0 13px 13px;}
.contact_agentInfo_list{margin-top:20px;}
.contact_agentInfo_list>h4{font-size:15px;font-family: "HarmonyOS Bold";color:#353535;margin:10px 0;}
.contact_agentInfo_list .address-block{font-size:15px;color:#353535;display:flex;margin-bottom:10px;}
.contact_agentInfo_list .address-block span{white-space: nowrap;}
.contact_agentInfo_list .address-block>div{flex:1;font-size:15px;color:#353535;}





/* 关于QY千亿国际 */
.about_nav {
    width: 1200px;
    margin: 50px auto;
}

.about_nav ul {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.about_nav ul li {
   
    width: 120px;

    height: 40px;
    line-height: 40px;
    border-right: 0;
    text-align: center;
    background:#f5f5f5;
    margin-right:15px;
}

.about_nav ul li:last-child {
   margin-right:0;
}

.about_nav ul li a {
    display: block;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
}

.about_nav ul li.active {
    background: #19376f;
    
}

.about_nav ul li.active a {
    color: #fff;
}
.about_nav ul li:hover{
    background: #19376f;
}
.about_nav ul li:hover a{
    color: #fff;
}
.aboutUs_info {
    width: 1200px;
    margin: 50px auto 100px;
    
    line-height: 20px;
    font-size: 14px;
}

.aboutUs_info p {
    margin: 10px 0;
}

.aboutUs_info img {
    max-width: 100%;
}
.aboutusFooter img{width:100%;}
/* 投资者关系 */
.ir_nav_pc {
    width: 1200px;
    margin:70px auto 0;
    height: 40px;
    
}

.ir_nav_pc ul {
    display: flex;
    width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}

.ir_nav_pc ul li {
    line-height: 40px;
    height: 40px;
    width: 150px;
    text-align: center;
    position: relative;
    color: #888888;
    margin-right: 1px;
    background: #f4f4f4;
}

.ir_nav_pc ul li a {
    color: #888888;
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
}

.ir_nav_pc ul li a:hover {
    background: #19376f;
    color: #fff;
}

.ir_nav_pc ul li.ir_nav_PCactive a {
    background: #19376f;
    color: #fff;
}

.ir_nav_PCiframe {
    margin: 50px auto;
    display: block;
    min-height: 500px;
}

.ir_nav_mobile ul li.ir_nav_PCactive a {
    color: #32970b;
}

/*移动端 投资者关系*/
.ir_nav_mobile {
    padding-bottom: 0;
}

.ir_nav_mobile .news_tab ul {
    overflow: visible;
}

.m_ir_nav_iframe {
    margin-top: 20px;
    min-height: 500px;
}

/*投资预约*/
.ir_nav_pcCont {
    margin: 80px auto;
    width: 1200px;
    display: none;
}

.ir_nav_pcContTop h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 80px;
}

.ir_nav_pcForm_list {
    display: flex;
    margin-bottom: 20px;
}

.ir_nav_pcForm_listL {
    width: 330px;
    font-size: 16px;
    line-height: 35px;
}

.ir_nav_pcForm_listL em {
    color: red;
}

.ir_nav_pcForm_listL span {
    font-size: 15px;
}

.ir_nav_pcForm_listR {
    flex: 1;
    overflow: hidden;
    font-size: 15px;
    line-height: 35px;
}

.ir_nav_pcForm_listR input[type="text"] {
    height: 35px;
    line-height: 35px;
    width: 50%;
    border: 0;
    border: 1px solid #ccc
}

.ir_nav_pcForm_province input[type="text"] {
    height: 35px;
    line-height: 35px;
    width: 20%;
    border: 0;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-left: 15px;
}

.ir_nav_pcForm_province input[type="text"]:nth-child(1) {
    margin-left: 0;
}

.ir_nav_pcForm_listR input[type="radio"] {
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 7.5px;
    margin-right: 10px;
    position: relative;
}

.ir_nav_pcForm_listR input[type="checkbox"] {
    margin-top: 0;
}

.ir_nav_pcForm_listR a {
    font-size: 15px;
}

.ir_nav_pcForm_listR label {
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-right: 20px;
    font-weight: normal;
}

.ir_nav_pcForm_listR #comm_content {
    width: 80%;
    border: 1px solid #ccc;
}

.ir_pcBtn span {
    width: 100px;
    margin: 0 auto 50px;
    display: block;
    background: #32970b;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.ir_dialog {
    padding: 30px;
    display: none;
}

.ir_dialog h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}

.ir_dialog p {
    text-indent: 2em;
    line-height: 35px;
    font-size: 16px;
}

.ir_dialog p.ir_promisedialogTop {
    text-indent: 0rem;
}

.upload_card {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.upload_input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100px;
}

.upload_btn {
    border: 1px solid #ccc;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 8px;
    background: #f5f5f5;
    color: #666;
}

.upload_card i {
    font-style: normal;
}

.upload_checkCont {
    display: none;
    margin-top: 10px;
}

.upload_checkCont_name {
    font-weight: normal;
    padding: 0 5px;
}

.upload_detele {
    color: #32970b;
}

.upload_check_btn {
    color: #32970b;
}

.ir_nav_mCont {
    margin: 20px auto;
    padding-bottom: 60px;
    width: 95%;
    display: none;
}

.ir_nav_mContTop h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.ir_nav_mForm_list {
    margin-bottom: 20px;
}

.ir_nav_mForm_listL {
    width: 100%;
    font-size: 14px;
    line-height: 35px;
}

.ir_nav_mForm_listL em {
    color: red;
    margin-right: 5px;
}

.ir_nav_mForm_listR {
    overflow: hidden;
    font-size: 14px;
}

.ir_nav_mForm_listR input[type="text"] {
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: 0;
    border: 1px solid #ccc
}

.ir_nav_mForm_province input[type="text"] {
    height: 35px;
    line-height: 35px;
    width: 30%;
    border: 0;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-left: 15px;
}

.ir_nav_mForm_listR input[type="text"]:nth-child(1) {
    margin-left: 0;
}

.ir_nav_mForm_listR input[type="checkbox"] {
    margin-top: 0;
}

.ir_nav_mForm_listR a {
    font-size: 14px;
}

.ir_nav_mForm_listR input[type="radio"] {
    float: left;
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 9px;
    margin-right: 3px;
}

.ir_nav_mForm_listR label {
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-right: 20px;
    font-weight: normal;
}

.ir_nav_mForm_listR #comm_content {
    width: 100%;
    border: 1px solid #ccc;
}

.ir_pcBtn span {
    width: 100px;
    margin: 0 auto 50px;
    display: block;
    background: #000066;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
}

.ir_nav_mForm_listR a {
    font-size: 14px;
}

.radio_type {
    appearance: none;
    position: relative;
}

.radio_type:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:after {
    content: '';
    width: 12px;
    height: 12px;
    text-align: center;
    background: #000066;
    border: 1px solid #ccc;
    ;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
}

/* 新闻 */
.newsMain {
    width: 1200px;
    margin: 50px auto;
}

.newsMain_list {margin-top: 10px;}
.newscont {width: 100%;margin: 10px auto; padding-top: 20px;
    background: #fff;padding-bottom: 10px;
}
.newscont dl {
    width: 100%;margin: 0 auto 20px;overflow: hidden;background: #f9f9f9;padding: 20px;
}
.newscont dl:hover {box-shadow: 0px 5px 10px #ddd;}
.newscont dl dt {
    width: 20%;margin-right: 2%;float: left;
}
.newscont dl dt img {width: 100%;}
.newscont dl dd {
    width: 78%;float: left;position: relative;height: 198px;
}
.newscont dl dd h3 {
    overflow: hidden;margin-bottom: 10px;
}
.newscont dl dd h3 a {
    font-size: 18px;color: #333;display: block;width: 80%;float: left;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.newscont dl dd h3 span {
    float: right;width: 20%;float: left;text-align: right;
    font-size: 14px;color: #999;
}
.newscont dl dd p.newsIntroduce {margin-bottom: 10px;}
.newscont dl dd p a {
    font-size: 16px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;-webkit-line-clamp: 4;line-clamp: 4;-webkit-box-orient: vertical;
}
.newsNum {
    position: absolute;bottom: 0;background: url(/assets/addons/shopro/img/views.png) 0 3px no-repeat;
    padding-left: 25px;color: #999;
}

.newsMain a.new_listB{border-top:1px solid #ccc;margin-top:20px;padding-top:15px;}
.newsMain .docsMain_listInfo{justify-content: flex-start;}
.newsMain .mall_cont_activity_contList{width:350px;margin-right:75px;height:370px;}
.newsMain .file_info .mall_cont_activity_contList:nth-child(3n){margin-right:0;}
.newsMain .file_info .mall_cont_activity_contList:nth-child(4n){margin-right:75px;}
.newsMain .mall_cont_activity_contList>a{width:308px;display:block;margin:20px 20px 0;}
.newsMain .mall_cont_activity_contList img{border-radius:0;display:block;height:173px;width:308px;}

/* 社交媒体 */
.media-container {
    position: relative;
    width: 100%; /* 容器宽度占满父级 */
    font-family: "HarmonyOS Regular";
    display: flex;
    justify-content: center;
    margin-top:50px;
}

.background-img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;

}

.media-content {
    width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 1; /* 确保内容在图片上方 */
    text-align: center;
    padding: 50px 0;
    margin:0 auto;
}

.media-container .title {
    font-size: 34px;
    line-height: 48px;
    color: #009A42;
    text-align: center;
    border: none;
}

/* 文字倒影 */
.reflect {
    -webkit-box-reflect: below -15px -webkit-linear-gradient(transparent, transparent 50%, rgba(255, 255, 255, .3));
}

.matrix-img {
    width: 100%;
    height: auto;
    margin: 80px 0;
}

.QR-code-wrapper {
    height: 592px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 20px;
    margin-bottom: 92px;
}

.QR-code {
    width: 245px;
    height: 276px;
    background-color: #fff;
    box-shadow: 0px 0px 22px 6px rgba(231,231,231,0.5);
    margin-right: 40px;   /* 每个元素右间距设置为20px */
    position: relative;
    margin-bottom: 50px;
}

.QR-code:nth-of-type(4n+0) {
    margin-right: 0;
}

.media-container .break-angle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    opacity: 0.5;
    cursor: pointer;
}

.media-container .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 7px 30px -6px rgba(56,56,56,0.5);
    position: absolute;
    top: 33px;
    left: 83px;
    z-index: 2;
}

.QR-code-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 33px;
    left: 83px;
    z-index: 3;
}

.media-title {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-top: 130px;
}

.media-desc {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}
.media-container .qrcode-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #051D86;
    line-height: 23px;
    border-top: 1px dashed rgba(231,231,231,0.5);
    gap: 10px;
}
.media-container .qrcode-footer img {
    width: 18px;
    height: auto;
}
.qrcode-footer div {
    cursor: pointer;
}

.media-container .mask {
    opacity: 0;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;
    clip-path: circle(0% at 100% 0%); /* 初始裁剪为小圆形 */
    transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.media-container .mask img {
    width: 140px;
    height: 140px;
    border: 1px dashed rgba(231,231,231,0.5);
    padding: 5px;
}

/* 新闻详情 */
.newsInfo {
    width: 1200px;
    margin: 0px auto 10px;
    font-size: 14px;
}

.newsInfo_cont {
    background: #fff;
    padding: 20px 0;
}

.newsInfo .newsInfo_title {
    width: 95%;
    margin: 10px auto 20px;
    padding-top: 20px;
}

.newsInfo .newsInfo_title h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.newsInfo .newsInfo_title p {
    text-align: center;
}

.newsInfo .newsInfo_title p span {
    margin-right: 10px;
    color: #666;
    font-size: 13px;
}

.newsInfo_main {
    width: 95%;
    margin: 0px auto;
    overflow: hidden;
}

.pagination {
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto 10px;
    padding: 10px 0px;
}

.pagination .pagination {
    margin: 0;
    padding: 0;
}

#pagination ul {
    display: inline-block;
}

.pagination a,
.pagination span {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    blr: expression(this.hideFocus=true);
    margin-bottom: 10px;
}

.pagination a {
    padding: 0px 12px;
    border: 1px solid #cccccc;
}

.pagination span {
    padding: 0px 12px;
    border: 1px solid #33970c;
}

.pagination a:hover {
    border: 1px solid #33970c;
}

#pagination .pagination li a {
    padding: 0;
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    text-align: center;
}

#pagination .pagination span {
    padding: 0;
    display: block;
    min-width: 30px;
    height: 30px;
    padding: 0 3px;
    line-height: 30px;
    text-align: center;
}

/* 官网首页 */
.cwbio-web-header-wrap {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 999;
    top: 0;
    background: unset;
}

.cwbio-web-header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(24, 24, 24, .85);
}

.cwbio_headercont_left {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
}

.cwbio_logo {
    width: 258px;
    ;
    margin-right: 60px;
    cursor: pointer;
}

.cwbio-web-header-ul {
    display: flex;
    height: 100px;
    line-height: 100px;
    color: rgba(24, 24, 24, .85);
    margin-bottom: 0;
}

.cwbio-web-header-txt-color {
    color: hsla(0, 0%, 100%, .85) !important;
}

.cwbio-web-header ul li {
    /*    list-style-type: unset;
        width: unset;

        margin-bottom: unset;*/
}

.cwbio-web-header ul>div {
    box-sizing: border-box;
}

.cwbio-web-header-li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    height: 100px;
    line-height: 100px;
    margin-right: 24px;
}

.cwbio-web-header-li>a {
    color: #000000;
    display: block;
    line-height: 100px;
    font-size: 16px;
}

.cwbio-web-header-li>a.active {
    border-bottom: 2px solid #000066;
}

.cwbio-web-label-item {
    display: none;
    color: #fff;
    width: 100%;
    
    position: fixed;
    z-index: -1;
    left: 0;
    top:80px;
    border-top: 1px solid #fff;
    background: rgba(2, 14, 44, 0.7);;
    backdrop-filter: blur(40px);
    padding: 0px 0 0 0px;
}

.cwbio-web-label-item-container {
    max-width: 1200px;
    padding: 36px 0 20px 0;
    margin: 0 auto;
    display: flex;
    min-height: 665px;
    flex-flow: column wrap;
    text-align: left;
}
.newIndex_nomenu .cwbio-web-label-item-container{padding-top:20px;}
.new_indexNav_smallCont{
    max-width:1000px;flex-flow:nowrap;justify-content:space-between
}
.cwbio-web-label-item-container-item {
    max-width: 170px;
    margin-bottom: 0px;
}
.newIndex_nomenu .cwbio-web-label-item-container-item {margin-bottom:10px;}
.newIndex_nomenu .cwbio-web-label-item-container-item:last-child{margin-bottom:0;}
.cwbio-web-label-item-container-item .cwbio_main{display: flex; flex-direction: column; flex-wrap: wrap; padding-bottom:30px;margin-top:3px;}
.cwbio-web-label-item-container-label {
    height: 30px;
    line-height: 38px;
    width: 170px;
    padding-left:28px;
}

.cwbio-web-label-item-container-title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    width: auto;
    max-width: 170px;
    align-items: center;
    justify-content: space-between;
}
.nochildren_item .cwbio-web-label-item-container-title{
    border-bottom:0;
}
.cwbio-web-label-item-container-title a{color:#fff;display:flex;align-items: center;}
.nochildren_item .cwbio-web-label-item-container-title a{color:#fff; display: inline;}
.cwbio-web-label-item-container-title a img{
    width:18px;margin-right:10px;
}
.newIndex_nomenu .cwbio-web-label-item-container-title a{
    /* padding:5px 20px; */
}
.newIndex_nomenu .cwbio-web-label-item-container-title a:hover{
    background:#07307c;
    color:#fff;
    
}
.newIndex_nomenu  .cwbio-web-label-item-container-label{
    padding-left:0;
    text-align:center;
}


.login_header_bottom span.cwbio-web-label-item-title-arrow {
    line-height: 30px;
    color:rgba(255, 255, 255, 0.16);
}

.cwbio-web-label-item-container-label a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    width: 170px;
}
.cwbio-web-label-item-container-label a:hover{color:#79bcf0;}
.nochildren_item a{
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.cwbio-web-label-item-container-label a img{width:17px;margin-left:5px;}



.cwbio_banner_bottom {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
}

.cwbio_banner_bottom_left {
    width: 70%;
    height: 40px;
    background: linear-gradient(90deg, #151F46, #0074CC);
    border-radius: 0px 38px 0px 38px;
}

.cwbio_banner_bottom_right {
    width: 30%;
    height: 40px;
    background: linear-gradient(90deg, #008D43, #8CC220);
    border-radius: 40px 0px 40px 0px;
}

.cwbio_headercont_right i {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.cwbio_search_input {
    width: 200px;
    border: 1px solid #000;
    display: flex;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    align-items: center;
    display: none;
}

.cwbio_search_input input {
    border: 0;
    flex: 1;
    background: none;
    height: 30px;
    line-height: 30px;
}

.cwbio_search_input i {
    margin-right: 10px;
}

.cwbio_center {
    width: 100%;
}

.cwbio_center_top {
    width: 100%;
    margin: 0 auto;
    background: #F5F5F5;
    padding-top: 34px;
}

.cwbio_center_top_title {
    width: 1200px;
    margin: 0 auto;
}

.cwbio_center_top_title h3 {
    text-align: center;
    font-size: 36px;
    color: #404040;
    font-family: "HarmonyOS Bold";
}

.cwbio_center_top_title p {
    text-align: center;
    font-size: 14px;
    color: #404040;
}

.cwbio_center_top_cont {
    width: 1200px;
    margin: 58px auto 0px;
    padding-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cwbio_center_top_cont_list {
    width: 366px;
    height: 228px;
    margin-bottom: 50px;
}

.cwbio_center_top_cont_list a {
    display: block;
    position: relative;
    width: 366px;
    height: 228px;
}

.cwbio_center_top_cont_list a img {
    width: 100%;
    height: 228px;
}

.cwbio_center_top_cont_list a p {
    position: absolute;
    width: 366px;
    height: 228px;
    text-align: center;
    line-height: 228px;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFFFFF;
}

.cwbio_center_second {
    background: #000066;
}

.cwbio_center_second_cont {
    width: 1200px;
    margin: 0px auto;
    padding: 160px 0;
    display: flex;
    justify-content: space-between;
}

.cwbio_center_second_cont_list {
    width: 366px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 40px 0px 40px 0px;
}

.cwbio_center_second_cont_list a {
    display: block;
}

.cwbio_center_second_cont_list a img {
    width: 120px;
    height: 120px;
    margin: 60px auto 30px;
    display: block;
}

.cwbio_center_second_cont_list a h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.cwbio_center_second_cont_list a p {
    text-align: center;
    margin-bottom: 84px;
    color: #fff;
    font-size: 18px;
}

.cwbio_center_three {
    width: 100%;
    background: #EFF1F5;
}

.index_centerNews {
    margin: 0px auto 0px;
    width: 1200px;
    padding: 55px 0;
}

.index_centerNews .index_centerTitle {
    margin-bottom: 10px;
    font-size: 36px;
    font-family: "HarmonyOS Bold";
    background: url(/assets/addons/shopro/img/cwbio_center_three_news.png) 0 3px no-repeat;
    height: 120px;
    vertical-align: bottom;
    display: table-cell;
}

.index_centerNews .index_centerTitle a {
    margin-left: 30px;
    font-size: 16px;
    color: #666;
}

.index_centerNewsMain {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.index_centerNewsMain dl {
    width: 549px;
    margin-right: 98px;
    display: flex;
    margin-top: 40px;
}

.index_centerNewsMain dl:nth-child(2n) {
    margin-right: 0;
}

.index_centerNewsMain dl dt {
    width: 160px;
    margin-right: 20px;
}

.index_centerNewsMain dl dt a img {
    width: 100%;
}

.index_centerNewsMain dl dd {
    flex: 1;
}

.index_centerNewsMain dl dd h3 {
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_centerNewsMain dl dd h3 a {
    font-size: 20px;
    color: #333;
}

.index_centerNewsMain dl dd p {
    margin-bottom: 0px;
    color: #666;
}

.index_centerNewsMain dl dd p a {
    font-size: 18px;
    color: #666;
}

.index_centerNewsMain dl:hover {
    box-shadow: 0px 0px 10px #ccc;
}

.cwbio_center_four {
    width: 100%;
}

.cwbio_center_four img {
    width: 100%;
}

.cwbio_center_five {
    width: 100%;
    background: #000066;
}

.cwbio_center_five .cwbio_center_five_cont {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding: 90px 0;
}

.cwbio_center_five .cwbio_center_five_cont h3 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.cwbio_center_five .cwbio_center_five_cont a {
    display: block;
    width: 420px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 27px;
    font-size: 20px;
    color: #FFFFFF;
}

footer.cwbio_footer {
    background: #000066;
}

.cwbio_footer .footer_bottom {
    border: 0;
}

.cwbio_footer .footer_top {
    justify-content: space-between;
}

.cwbio_footer .footer_topLeft {
    opacity: 1;
}

.cwbio_footer .footer_topCenter {
    margin-left: 0px;
}

.cwbio_footer .footer_topLeft {
    width: 200px;
    height: auto;
    margin-right: 60px;
}

.footer_topCenterList:last-child {
    margin-right: 0;
}

/*右侧悬浮窗*/
.pc_rightDialog {
    position: fixed;
    bottom: 40%;
    right: 0;
    z-index: 100;
}

.pc_rightDialogList {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.pc_rightDialog p {
    background: #F5F5F5;
    width: 40px;
    height: 40px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius:5px;
	font-size:12px;
}

.pc_rightDialog p img {
    width: 27px;
    height: 27px;
   
}
.pc_rightDialog p img:nth-child(2){display:none;}
.pc_rightDialog p:hover{background:#13266F;}

.pc_rightDialog p:hover img:nth-child(1){display:none;}
.pc_rightDialog p:hover img:nth-child(2){display:block;}

.pc_rightIcon {
    position: absolute;
    right: 40px;
    top: 0;
    width: 130px;
    height: 150px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    padding-top:10px;
    color:#171717;
    font-size:15px;
}

.pc_rightIcon img {
    width: 100px;
    height: 100px;
    margin: 5px auto;
    display: block;
}

.pc_rightClicknews {
    position: absolute;
    right: 40px;
    top: 0;
    width: 70px;
    height: 40px;
    line-height: 40px;
    display: none;
}

.pc_rightClicknews img {
    width: 90%;
}

.back_up p {
    line-height: 40px;
    background: #F5F5F5;
}

.back_up i {
    font-size: 20px;
    color: #666;
}
.back_up p:hover i{
    color:#fff;
 }
.pc_rightDialogList:hover .pc_rightIcon {
    display: block;
}

/*产品列表*/
.search_cont {
    width: 1200px;
    margin: 0 auto;
}

.search_contTop {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    height: 40px;
    display: flex;
    margin-bottom: 20px;
}

.search_contTop_left {

    border-right: 1px solid #CCCCCC;
    background: #F5F5F5;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: "HarmonyOS Bold";
    color: #262626;
    padding: 0 15px;
}

.search_contTop_right {
    margin-left: 20px;
    line-height: 40px;
    flex: 1;
    margin-right: 20px;
}

.search_contTop_right a {
    font-size: 16px;
    color: #262626;
    margin-right: 20px;
    font-wieght: bold;
}

.search_contTop_right a.active {
    color: #000066
}

.search_contSort {
    width: 100%;
    height: 40px;
    background: #EDEDED;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.search_contSort_left {
    display: flex;
    line-height: 40px;
}

.search_contSort_left a {
    line-height: 40px;
    margin-right: 20px;
    font-size: 16px;
    color: #262626;
    font-family: "HarmonyOS Bold";
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search_contSort_left a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.search_contSort_left a span .active {
    color: #000066;
    font-size: 16px;
}

.search_contSort_left a.active {
    color: #000066;
}

.search_contSort_right {
    line-height: 40px;
    color: #262626;
    font-size: 16px;
    font-family: "HarmonyOS Bold";
}

.search_contList {
    width: 100%;
    margin-bottom: 100px;
}

.search_contList_list {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #E0E0E0;
    padding: 20px 20px 0 20px;
}

.search_contList_listTop {
    width: 100%;
}

.search_contList_listTop dl {
    display: flex;
}

.search_contList_listTop dl img {
    width: 100px;
    height: 100px;
    background: #F5F5F5;
    margin-right: 20px;
}

.search_contList_listTop dl dd {}

.search_contList_listTop dl dd h3 {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.search_contList_listTop dl dd h3 a {
    font-size: 20px;
    color: #262626;
    font-family: "HarmonyOS Bold";
    flex: 1;
}

.search_contList_listTop_addFavorite {
    margin-left: 30px;
    font-size: 16px;
    color: #262626;
    cursor: pointer;
}

.search_contList_listTop_addFavorite i {
    margin-right: 5px;
}

.search_contList_listTop dl dd p a {
    font-size: 18px;
    color: #262626;
}

.search_contList_listBottom {
    margin-top: 20px;
}

.search_contList_listBottom_info_tit {
    overflow: hidden;
    background: #F5F5F5;
    height: 32px;
    padding: 0 50px;
    margin-bottom: 0;
}

.search_contList_listBottom_info_tit li {
    line-height: 32px;
    color: #000066;
    font-size: 16px;
    font-family: "HarmonyOS Bold";
    margin-right: 0px;
    float: left;
}

.search_contList_listBottom_info_det {
    padding: 0 50px;
    height: 40px;
    border-bottom: 1px dashed #B3B3B3;
    margin-bottom: 0;
}

.search_contList_listBottom_info_det li {
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    font-family: "HarmonyOS Bold";
    margin-right: 0px;
    float: left;
}

.search_contList_listBottom_info_det li.search_contList_listBottom_info_det_num {
    display: flex;
    align-items: center;
    height: 24px;
    margin-top: 8px;
}

.search_contList_listBottom_info_det_num .qty_text {
    width: 100px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #999999;
    margin-right: 44px;
}

.search_contList_listBottom_det_cart i {
    font-size: 20px;
    color: #000066;
    cursor: pointer;
}

.search_contList_listBottom .search_contList_listBottom_info_det:last-child {
    border-bottom: 0;
}

.search_contList_listTop_addFavorite.active {
    color: #F22424;
}

.product_result {
    text-align: center;
    color: #000;
    font-size: 28px;
}

/*产品详情*/
.product_detail_cont {
    width: 1200px;
    margin: 0 auto;
}

.product_detail_contTop {
    width: 100%;
    display: flex;
    margin-bottom: 100px;
}

.product_detail_contTop_left {
    width: 500px;
    position: relative;
    z-index: 3;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.product_detail_contTop_left .mySwiper2 {
    height: 420px;
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    width:420px;
    overflow: hidden;
    position: relative;
}

.product_detail_contTop_left .mySwiper2 .swiper-wrapper {}

.product_detail_contTop_left .mySwiper2 .swiper-slide {
    width: 420px;
    height: 420px;
    text-align: center;
    line-height: 420px;
}

.product_detail_contTop_left .mySwiper2 .swiper-slide img {
    height: 420px;
    width: 420px;
    margin: 0 auto;
    /*display: line-block;*/
}

.product_detail_contTop_left .mySwiper {
    width: 60px;
    margin: 0px 0 0 20px;
    overflow: hidden;
    height:140px;
}

.product_detail_contTop_left .mySwiper .swiper-slide {
    margin-right: 20px;
    width: 60px;
    height: 60px;
}

.product_detail_contTop_left .mySwiper .swiper-slide img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}


.product_detail_contTop_left .swiper-button-prev {
    background: none;
    top:80px;
    right:16.5px;
    left:auto;
    font-size: 30px;
    color: #ccc;
    height:auto;
    margin-top:0;
}
.product_detail_contTop_left .swiper-button-next{
    background: none;
    bottom: 80px;
    top:auto;
    right:16.5px;
    font-size: 30px;
    color: #ccc;
    height:auto;
}

.hoverbox {
    display: none;
    position: absolute;
    top: 0;
    background: #000;
    border: 1px solid #000;
    opacity: 0.6;
    height: 75px;
    width: 100px;
    cursor: move;
    z-index: 10;
}

.showbox {
    display: none;
    position: absolute;
    left: 420px;
    top: 0;
    width: 520px;
    height: 420px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    z-index:10;
}

.showbox img {
    position: absolute;
    height: 1200px;
    width: 1200px;
    background: #fff;
}

.product_detail_contTop_right {
    margin-left: 60px;
    flex: 1;
    width:640px;
}

.product_detail_contTop_rightTitle {
    font-size: 28px;
    color: #262626;
    line-height:40px;
    display: flex;
    align-items: center;
    margin-top:0;
}

.product_detail_contTop_rightTitle b {
    font-size: 26px;
    color: #262626;
    line-height:40px;
}

.product_memo {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.product_memo span {
    border: 1px solid #F22424;
    color: #F22424;
    margin-right: 10px;
    padding: 2px 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 13px;
}

.product_detail_contTop_right_sku {
    width: 160px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 21px;
    color: #404040;
    margin: 30px 0;
}

.product_detail_contTop_right_price {
    font-size: 26px;
    color: #000066;
    font-family: "HarmonyOS Bold";
    margin-bottom:3px;
    margin-top: 15px;
}

.product_detail_contTop_right_price span {
    font-size: 26px;
    color: #F22424;
    font-family: "HarmonyOS Bold";
    margin-bottom: 0;
}

.product_detail_contTop_right_price b {
    margin-bottom: 0;
    margin-right: 3px;
}

.product_detail_contTop_right_priceskuContainer {
    width: 720px;
    margin-left: 75px;
    transform: translateY(-70px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -70px;
}

.product_detail_contTop_right_pricesku {
    margin-bottom: 30px;
    margin-top: 0px;
}
.product_detail_Item_No{
    margin-bottom:17px;
}
.product_detail_Item_No label {
    font-size: 18px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
}

.product_detail_Item_No span {
    padding: 8px 32px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    margin-right: 22px;
    color: #404040;
    font-size: 18px;
    cursor: pointer;
}
.product_detail_contTop_right_pricesku label {
    font-size: 18px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
}

.product_detail_contTop_right_priceskuitem {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    margin-bottom: 14px;
    margin-right: 22px;
    padding: 13px 10px;
    height: 44px;
    line-height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.product_detail_contTop_right_priceskuitem img {
    height: 40px;
    width: 40px;
    margin: 2px 2px 2px -8px;
}

.product_detail_contTop_right_priceskuitem span {
    color: #404040;
    font-size: 18px;
    cursor: pointer;
}

.itemactive {
    border: 1px solid #000066;
    color: #000066;
}
.product_detail_Item_No span{
    border:0;
    color:#333;
    padding-left:0;
    font-weight:bold;
}
.product_detail_contTop_right_num {
    margin-bottom: 30px;
    display: flex;
}

.product_detail_contTop_right_num label {
    font-size: 18px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 20px;
}

.product_detail_contTop_right_num span {
    display: flex;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    width: 200px;
    justify-content: center;
    align-items: center;
}

.product_detail_contTop_right_num span input {
    width: 102px;
    height: 38px;
    border: 0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    font-size: 18px;
    color: #404040;
    padding: 2px;
    text-align: center;
}

.product_detail_contTop_right_num span i {
    text-align: center;
    flex: 1;
    font-size: 18px;
    color: #404040;
    cursor: pointer;
}

.delivery_text {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin-left: 5px;
}

.product_detail_contTop_rightBtn {
    width: 200px;
    height: 46px;
    background: #004AB3;
    border-radius: 23px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    font-family: "HarmonyOS Bold";
    cursor: pointer;
}

.product_detail_contTop_rightBtn:hover {
    background: #000066;
}

.product_detail_contBottom {
    width: 100%;
    margin-bottom: 100px;
}

.product_detail_contBottom_tab ul {
    height: 46px;
    background: #F5F5F5;
    border-bottom: 1px solid #000066;
}

.product_detail_contBottom_tab ul li {
    float: left;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    color: #262626;
    font-size: 18px;
    font-family: "HarmonyOS Bold";
    cursor: pointer;
}

.product_detail_contBottom_tab ul li.active {
    color: #FEFEFE;
    background: #000066;
}

.product_detail_contBottom_main {
    margin-top: 20px;
}

.product_detail_contBottom_mainList div.product_detail_params_title {
    margin-bottom: 20px;
}

.product_detail_TitleImg {
    width: 87px;
}

.c_detailBList table {
    width: 100%;
    border: 1px solid #ccc;
}

.c_detailBList table thead tr {
    background: #F7F7F7;
    height: 40px;
    line-height: 40px;
}

.c_detailBList table thead tr th {
    text-align: center;
    border: 1px solid #ccc;
}

.c_detailBList table tbody td {
    text-align: center;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
}

.product_detail_contBottom_mainList {
    width: 100%;
    padding: 30px;
    font-size: 14px;
    margin-bottom: 35px !important;
}

.product_detail_contBottom_mainList img {
    max-width: 100%;
}

.product_detail_contBottom_mainList div {
    font-size: 14px;
}

.product_detail_contBottom_mainList p {
    font-size: 14px;
}

.product_detail_goodsCont {
    position: relative;
}

.product_detail_goodsCont .swiper {
    width: 1100px;
    height: 100%;
    overflow: hidden;
    margin-left: 50px;
}

.product_detail_goodsCont .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border: 1px solid #ccc;
    height: 424px;
    border-radius: 10px;
}

.product_detail_goodsContListB {
    padding: 0 10px !important;
    text-align: left;
    height: 136px;
}

.product_detail_cont_firstCont {
    line-height: 2 !important;
}

.product_detail_goodsContList img {
    width: 100%;
    margin-bottom: 15px;
}

.product_detail_goodsContList h3 {
    font-size: 16px !important;
    text-align: left;
    color: #000066;
    margin-bottom: 13px;
    font-family: "HarmonyOS Bold";
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_detail_goodsContList p {
    margin-bottom: 13px;
    height: 36px;
}

.product_detail_goodsContList button {
    height: 40px;
    border: 0;
    width: 100%;
    font-size: 16px;
    color: #000066;
    border-radius: 0 0 10px 10px;
}

.product_detail_goodsContList a:hover h3 {
    color: #004ab3;
}

.product_detail_goodsContList button:hover {
    background: #000066;
    color: #fff;
}

.product_detail_goodsContList p.product_detail_gContListBprice {
    font-size: 16px;
    font-family: "HarmonyOS Bold";
    margin-bottom: 0;
}

.product_detail_goodsCont .swiper-button-next,
.product_detail_goodsCont .swiper-button-prev {
    background: none;
    height: 424px;
    border: 1px solid #ccc;

    width: 30px;
    top: 0;
    border-radius: 15px;
    line-height: 424px;
    text-align: center;
    font-size: 20px;
    font-family: "HarmonyOS Bold";
}

.product_detail_goodsCont .swiper-button-prev i,
.product_detail_goodsCont .swiper-button-next i {
    font: normal normal normal 35px / 1 FontAwesome !important;
    color: #000066;
}

.product_detail_goodsCont .swiper-button-next {
    right: 0;
}

.product_detail_goodsCont .swiper-button-prev {
    left: 0;
}

.product_detail_goodsCont .swiper-button-next:hover,
.product_detail_goodsCont .swiper-button-prev:hover {
    border: 1px solid #004ab3;
    color: #004ab3;
}

.product_detail_goodsCont .swiper-button-next:hover i,
.product_detail_goodsCont .swiper-button-prev:hover i {
    color: #004ab3;
}

.product_detail_goodsCont .swiper-slide img {
    display: block;
    width: 100%;
    height: 231px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.product_detail_download {
    padding: 30px;
}

.product_detail_download a {
    color: #262626;
    font-size: 16px;
}

.product_detail_contBottom_mainList div.product_instruction {
    display: flex;
    height: 36px;
    line-height: 36px;
}

.product_detail_download a.download_btn {
    background: url(/assets/addons/shopro/img/instructionicon01.jpg) no-repeat;
    padding-left: 40px;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
}

.product_detail_download a.download_btn:hover {
    background: url(/assets/addons/shopro/img/instructionicon01_hover.jpg) no-repeat;
    color: #004ab3;
}
.product_detail_download a.download_btnTxt{
    background: url(/assets/addons/shopro/img/instructioniconTXT.jpg) no-repeat;
}
.product_detail_download a.download_btnTxt:hover{
    background: url(/assets/addons/shopro/img/instructioniconTXT_hover.jpg) no-repeat;
}
.product_detail_download a.download_btnDna{
    background: url(/assets/addons/shopro/img/instructioniconDNA.jpg) no-repeat;
}
.product_detail_download a.download_btnDna:hover{
    background: url(/assets/addons/shopro/img/instructioniconDNA_hover.jpg) no-repeat;
}
.product_detail_download a.icon_download_btn {
    color: #000066;
}

.product_detail_download a.icon_download_btn:hover {
    color: #004ab3;
}

.product_detail_params label {
    font-weight: normal;
    margin-right: 10px;
    font-size: 16px;
}

.product_detail_params b {
    font-weight: normal;
    font-size: 16px;
}
.product_literature p{
    padding:10px;
    line-height:24px;
    font-size:14px;
}
.product_literature p:hover{
    background:rgb(245,245,245)
}
.product_faqs{border-top:1px solid #ccc;cursor: pointer;}
.product_faqs:last-child{border-bottom:1px solid #ccc;}
.product_faqslistQ{display:flex;justify-content:space-between;height:50px;line-height:50px;font-size:14px;align-items: center;}
.product_faqslistA{display:none;padding-bottom:10px !important;color:#666;}
.product_faqslistQ i{font-size:16px;color:#000066;}
/*快速产品搜索*/
.quick_cont {
    width: 1100px;
    margin: 20px auto 40px;
    background: url(/assets/addons/shopro/img/quickbg.jpg);
    color: #fff;
    padding: 100px;
}

.quick_cont h3 {
    font-size: 26px;
    margin-bottom: 40px;
}

.quick_main p {
    margin-top: 15px;
    display: flex;
    cursor: pointer;
}

.quick_main p i {
    margin-right: 15px;
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
}

.quick_main p a {
    color: #fff;
    font-size: 18px;
}

.quick_main p:hover a {
    color: #32970b;
}

.quick_main p:hover i {
    color: #32970b;
}

.quick_backbtn {
    margin-top: 40px;
}

.quick_backbtn a {
    display: block;
    width: 180px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    background: #35b304;
    color: #fff;
    font-size: 18px;
}

.quick_backbtn a:hover {
    background: #32970b;
}

/* 支付成功 */
.returnurl_success {
    width: 100%;
}

.returnurl_success img {
    margin: 0 auto;
    display: block;
}

.returnurl_success h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}

.returnurl_success h3 span {
    font-weight: normal;
    font-size: 13px;
    margin-left: 10px;
    color: #333;
}

.returnurl_success p {
    text-align: center;
    margin-top: 20px;
}

.returnurl_success p span {
    margin-right: 10px;
}

.returnurl_success p.returnurl_Btn a {
    padding: 4px 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 13px;
}

.returnurl_Btn span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

/* 帮助中心 */
.helps_cont {
    width: 1200px;
    margin: 0px auto;
    padding: 60px 0;
}

.helps_topTitle {
    font-size: 22px;
    margin-bottom: 30px;
    color: #000;
    font-family: "HarmonyOS Bold";
}

.helps_main {
    display: flex;
    flex-wrap: wrap;
}

.helps_list {
    margin-right: 100px;
    flex: 1;
}

.helps_title {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "HarmonyOS Bold";
    color: #000;
}

.helps_list p a {
    color: #000066;
    font-size: 15px;
    font-weight: 900;
}

.search_contList_listBottom_info_det_original_price {
    font-size: 12px;
    color: #666;
    text-decoration: line-through;
    margin-right: 10px;
}

.search_contList_listBottom_info_det_discount {
    font-size: 16px;
    color: #e74c3c;
    font-family: "HarmonyOS Bold";
}
/* 宣传资料 */
.docsMain{width:1200px;margin:40px auto;}
.docsMain_listTitle .mall_cont_activity_title h3 {
    
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.docsMain_listTitle .mall_cont_activity_title h3 span{
    width: 53px;
    height: 2px;
    background: #07205A;
}
.docsMain_listTitle .mall_cont_activity_title h3 p{
    font-size: 28px;
    color: #13266F;
    font-family: "HarmonyOS Bold";
    margin-bottom:15px;
   
}
.docsMain_listTitle .mall_cont_activity_title h3 p:nth-child(2){
    font-size:20px;
    font-family: "HarmonyOS Regular";
}

.docsMain_listTitle .mall_cont_activity_titleLine {
 
    border-bottom: 1px solid #1A2C68;
   
    width: 60px;
}

.docsMain_listMenu{margin-top:73px;border-radius: 8px;}
.docsMain_listMenuFirst{border: 1px solid #EAEAEA;height:63px;}
.docsMain_listMenuFirst ul li{float:left;line-height:63px;padding:0 27px;font-family: HarmonyOS Regular;font-size:20px;cursor:pointer;}
.docsMain_listMenuFirst ul li span{color: #666666;font-family: HarmonyOS Regular;font-size:20px;}
.docsMain_listMenuFirst ul li.active span{border-bottom:5px solid #000066;padding-bottom:5px;color:#000066;}
.docsMain_listMenuSecond{padding:15px 0 30px;border: 1px solid #EAEAEA;border-top:0;}
.docsMain_listMenuSecond ul{display:flex;align-items: center;margin:0 27px;flex-wrap: wrap;}
.docsMain_listMenuSecond ul li{height: 38px;background: #EBEBEB;border-radius: 19px;font-size:16px;line-height:38px;letter-spacing:0.8px;padding:0 20px;
    margin-right:18px;cursor:pointer;margin-top:15px;font-family: HarmonyOS Regular;color:#666;}
.docsMain_listMenuSecond ul li.active{background:#000066;color:#fff;}
.docsMain_listInfo{margin-top:42px;display:flex;flex-wrap: wrap;justify-content: center;font-size:16px;font-family: HarmonyOS Regular;}
.docsMain_listInfo dl{border-radius: 8px;border: 1px solid #E7E7E7;width:275px;margin-right:30px;margin-bottom:31px;}
.docsMain_listInfo dl:nth-child(4n){margin-right:0;}
.docsMain_listInfo dl dt img{border-radius:8px 8px 0 0;width:273px;height:370px;}
.docsMain_listInfo dl dd{height:65px;}
.docsMain_listInfo dl dd span{display:block;height:65px;font-size:16px;font-family: HarmonyOS Regular;padding:0 5px;display:flex;
    align-items: center;overflow:hidden;justify-content: center;}
.docsMain_listInfo dl dd a{display:none;}
.docsMain_listInfo dl:hover{transform: translateY(-8px);}
.docsMain_listInfo dl:hover dd span{display:none;}
.docsMain_listInfo dl:hover dd a{height:65px;line-height:65px;display:block;background:#000066;color:#fff;font-size:16px;font-family: HarmonyOS Regular;padding:0 5px;
    text-align: center;border-radius:0 0 8px 8px;}
.docsMain_listVideo{margin-top:60px;}
.docsMain_listVideoInfo{margin-top:42px;display:flex;flex-wrap: wrap;}
.docsMain_listVideoInfo dl{border-radius: 8px;border: 1px solid #E7E7E7;width:275px;margin-right:30px;margin-bottom:31px;}
.docsMain_listVideoInfo dl:nth-child(4n){margin-right:0;}
.docsMain_listVideoInfo dl dt{overflow:hidden;}
.docsMain_listVideoInfo dl dt img{border-radius:8px 8px 0 0;width:100%;height:160px;transition: transform 0.3s ease;}
.docsMain_listVideoInfo dl dd{height:60px;}
.docsMain_listVideoInfo dl dd span{display:block;height:60px;font-size:16px;font-family: HarmonyOS Regular;padding:0 5px;display:flex;
    align-items: center;overflow:hidden;justify-content: center;}

.docsMain_listVideoInfo dl dt:hover img{transform: scale(1.2);}
/* QY千亿国际世纪科服 */
.gene_main_first{background:#F8F8F8;}
.gene_main_firstM{width:1200px;margin:0px auto;padding:50px 0 64px 0;display:flex;justify-content: space-between;}
.gene_main_firstM_Left{width:700px;}
.gene_main_firstM_Left h3{font-size:28px;font-family: HarmonyOS Bold;}
.gene_main_firstM_Left p{font-size:16px;margin-bottom:40px;}
.gene_main_firstM_Left a{background:#000066;color:#fff;padding:14px 38px;font-size:16px;}
.gene_main_firstM_Right{width:500px;margin-top:20px;}
.gene_main_firstM_Right img{width:100%;}
.gene_main_seconed{background:#fff;}
.gene_main_seconedM{width:1200px;margin:0px auto;padding:60px 0;}
.gene_main_title{font-size:28px;font-family: HarmonyOS Bold;margin-bottom:40px;}
.gene_main_seconedB{display:flex; justify-content: space-around;}
.gene_main_seconedB dl{width: 282px;height:264px;background: #F8F8F8;border-radius: 16px;border:1px solid #F8F8F8;}
.gene_main_gene dl:hover{border:1px solid #0074CC;}
.gene_main_seconedB dl dt{text-align: center;}
.gene_main_seconedB dl dt img{display:block;margin:0px auto;padding:30px 0;}
.gene_main_seconedB dl dd{padding:0 10px;}
.gene_main_seconedB dl dd h3{font-family: HarmonyOS Bold;font-size:18px;color:#333;text-align:center;margin-top:0;}
.gene_main_seconedB dl dd p{font-size:16px;color:#333;text-align:center;display: -webkit-box;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;height:48px;}
.gene_main_gene dl:hover dd h3{color:#0074CC}
.gene_main_gene dl:hover dd p{color:#0074CC}
.gene_main_three{background:#fff;}
.gene_main_threeM{width:1200px;margin:0px auto;padding:0px 0 60px;}
.gene_main_threeTable{width:100%;}
.gene_main_threeTable table{width:100%;border:1px solid #D3D3D3;}
.gene_main_threeTable table thead{background: #151E44;}
.gene_main_threeTable table thead tr th{height:58px;line-height:58px;color:#fff;width:33%;text-align:center;font-size:18px;font-family: HarmonyOS Bold;}
.gene_main_threeTable table tbody tr td{height:58px; line-height:58px;font-size:16px;text-align:center;border:1px solid #D3D3D3;color:#333;}
.gene_main_threeTable_zaiti table tbody tr td{height:20px; line-height:20px;font-size:14px;text-align:center;border:1px solid #D3D3D3;color:#333;}
.gene_main_threeTable table tbody tr td:nth-child(3){text-align: left;padding:15px;}
.gene_main_threeTable_zaiti table tbody tr td:nth-child(3){padding:10px 15px;}
.gene_main_threeTable table tbody tr td:nth-child(3) p{line-height:58px;font-size:16px;color:#333;}
.gene_main_threeTable table tbody tr td:nth-child(3) p i{font-size:10px;margin-right:5px;}
.gene_main_threeTable table tbody tr td:nth-child(3) p:nth-child(1) i{color:#009041;}
.gene_main_threeTableTips{margin-top:30px;}
.gene_main_threeTableTips p{font-size:14px;line-height:30px;color:#333;}
.gene_main_threeInfoBottom p{font-size:14px;line-height:30px;color:#333;}
.gene_main_four{background:#F8F8F8;}
.gene_main_fourM{width:1200px;margin:0px auto;padding:40px 0px 60px;}
.gene_main_fourM img{width:100%;}
.gene_main_five{background:#fff;}
.gene_main_fiveM{width:1200px;margin:0px auto;padding:40px 0px 70px;}
.gene_main_fiveB_info{margin-top:50px;}
.gene_main_fiveB_info p{font-size:14px;color:#333;line-height:30px;margin-bottom:0px;}
.gene_main_fiveB_info p a{color:rgb(36 98 185);font-size:14px;}
.gene_main_six{background:#fff;}
.gene_main_sixM{width:1200px;margin:0px auto;padding:0px 0px 60px;}
.gene_main_sixB{display:flex;width:100%;justify-content:space-between;}
.gene_main_sixB .gene_main_sixB_list{}
.gene_main_sixB .gene_main_sixB_list a{width:100%;}
.gene_main_sixB .gene_main_sixB_list a img{width:100%;}
.gene_main_seven{background:#fff;}
.gene_main_sevenM{width:1200px;margin:0px auto;padding:0px 0px 60px;}
.gene_main_sevenB{width:100%;display:flex;justify-content:space-between;}
.gene_main_sevenB dl{display:flex;width:100%;}
.gene_main_sevenB dl:nth-child(2){ margin:0 200px;}
.gene_main_sevenB dl a{display:flex;width:100%;}
.gene_main_sevenB dl dt{margin-right:10px;}
.gene_main_sevenB dl dd p{font-size:18px; color:#333;}
.gene_main_sevenB dl dd p:nth-child(2){font-size:14px;}
.primecx_seconedMain .gene_main_seconedB dl{height:300px;}
.primecx_seconedMain .gene_main_seconedB dl dd p{height: 72px;-webkit-line-clamp: 3;}
/* 活动资讯 */
.file_info .mall_cont_activity_contList{margin-bottom:30px;overflow:hidden;}
.file_info .mall_cont_activity_contList>a{display:block;}
.file_info .mall_cont_activity_contList:nth-child(4n){margin-right:0;}
.file_info .mall_cont_activity_contList h3 a{font-size: 16px;color: #333;font-family: HarmonyOS Bold;}
.file_info .mall_cont_activity_contList p a{font-size: 14px;color: #595959;height: 36px;display: flex;align-items: center;}
.eventnew_banner{width:285px;height:160px;overflow:hidden;}
.file_info .mall_cont_activity_contList img{transition: all 1s;}
/* .file_info .mall_cont_activity_contList img:hover{transform: scale(1.2);} */

/* 文章奖励 */
.apply_top{width:1200px;margin:0 auto;background: #F9FAFB;border: 1px solid #E9E9E9;padding:28px 20px;}
.apply_top_list{background:#fff;padding:30px;margin-bottom:16px;}

.apply_top_list h3{margin:0;font-size:20px;color:#333;font-family: "HarmonyOS Regular";border-bottom:1px solid #eee;padding-bottom:20px;
display:flex;align-items: center;margin-bottom:20px;}
.apply_top_list h3 img{margin-right:5px;width:15px;}
.apply_top_listCont{}
.apply_top_listCont p{font-size: 15px;color: #333333;line-height: 32px;text-indent:30px;}
.apply_top_list1Table img{margin:37px auto 0;display:block;}
.apply_top_list4Cont p{font-size: 15px;color: #333333;line-height: 32px;}
.apply_top_list5Cont p{font-size:15px;color:#333333;line-height:32px;}
.apply_top_list5Cont p span{font-size:15px;color:#065B9C;}
a.apply_top_list5Cont_download{display:block;width:160px;height:48px;background:#000065;border-radius:4px;color:#fff;
line-height:48px;text-align:center;font-size:18px;margin:40px auto 0;}
.apply_top_list6Cont_title{font-size:18px;color:#333333;height:25px;display:flex;align-items: center;margin-bottom:20px;}
.apply_top_list6Cont_title b{width:4px;height:18px;background: #000065;margin-right:10px;}
.apply_top_list6Cont_formL{display:flex;margin-bottom:20px;}
.apply_top_list6Cont_formLeft{width:500px;margin-right:40px;}
.apply_top_list6Cont_formLeft p{font-size:15px;color:#333333;line-height:21px;}
.apply_top_list6Cont_formLeft p b{color:#FF0000;margin-left:5px;}
.apply_top_list6Cont_formLeft input{width: 500px;height: 46px;border-radius: 4px;border: 1px solid #E5E5E5;font-size:14px;padding:0 10px;}
.apply_top_list6Cont_formRight{width:500px;margin-right:40px;}
.apply_top_list6Cont_formRight p{font-size:15px;color:#333333;line-height:21px;}
.apply_top_list6Cont_formRight p b{color:#FF0000;margin-left:5px;}
.apply_top_list6Cont_formRight input{width: 500px;height: 46px;border-radius: 4px;border: 1px solid #E5E5E5;font-size:14px;padding:0 10px;}
.apply_top_list6Cont_formLast {margin-right:40px;}
.apply_top_list6Cont_formLast p{font-size:15px;color:#333333;line-height:21px;}
.apply_top_list6Cont_formLast p b{color:#FF0000;margin-left:5px;}
.apply_top_list6Cont_formLast input{width:1040px;height: 46px;border-radius: 4px;border: 1px solid #E5E5E5;font-size:14px;padding:0 10px;}
.apply_top_list6Cont_formLast textarea{width:1040px;height:90px;border-radius: 4px;border: 1px solid #E5E5E5;font-size:14px;padding:20px 10px;}
.apply_top_list6Cont_formLast div{display:flex;width:1040px;}
.apply_top_list6Cont_formLast div input{width:920px;border-radius:4px 0 0 4px;}
.apply_top_list6Cont_formLast div span{width:120px;height:46px;background:#000065;border-radius:0 4px 4px 0;color:#fff;
font-size:15px;color:#fff;line-height:46px;text-align:center;}
.apply_top_list6Cont_formLast div.apply_top_list6Cont_formCheckbox{display:flex;align-items: center;font-size:14px;height:28px;}
.apply_top_list6Cont_formLast div.apply_top_list6Cont_formCheckbox input{width:20px;height:20px;margin-right:5px;}
.apply_top_list6Cont_formLast div.apply_top_list6Cont_formCheckbox input:nth-child(2n){margin-left:20px;}
.apply_top_list6Cont_formSubmit{display:block;width:160px;height:48px;background:#000065;border-radius:4px;color:#fff;
line-height:48px;text-align:center;font-size:18px;margin:40px auto;cursor:pointer;}
.apply_top_list6Cont_formLast div span.apply_uploadBtn{position:relative;}
.apply_top_list6Cont_formLast div span.apply_uploadBtn input{width:120px;position:absolute;top:0;left:0;opacity:0;cursor:pointer;}
/* 试用详情 */
.product_detail_freetrail_rule{width:100%;}
.product_detail_freetrail_rule img{width:1000px;margin:0 auto;display: block;margin-bottom:20px;}
.product_detail_freetrail_rule .freetrail_goodsRules_list p{color:#666;line-height: 28px;}
.product_detail_feedbackList_top{display:flex;align-items: center;align-self: center;margin:15px 25px!important;}
.product_detail_feedbackList_top img{width:50px;height:50px;border-radius:25px;margin-right:10px;}
.product_detail_feedbackList_top p{font-size:16px;}
.product_detail_feedbackList_top .rating-container{margin-left:10px;}
.product_detail_feedbackList_top .rating-container i{font-size:16px;color:red;} 
.product_detail_feedbackList_bottom{background:#f5f5f5;padding:25px !important;}
.product_detail_feedbackList_bottom .freetrial_order_freebackList{margin-bottom:20px;}
.freetrial_order_freebackList h3{font-size:14px;font-family: "HarmonyOS Bold"}
.freetrial_order_freebackList P{font-size:14px;color:#333;}
.freetrial_order_freebackImg{display:flex;align-items: center;}
.freetrial_order_freebackImg h3{font-size:14px;font-family: "HarmonyOS Bold"}
.freetrial_order_freebackImg img{width:100px;}
.product_detail_icon{height: 40px;background: linear-gradient(90deg, #008D43, #8CC220);border-radius: 40px 0px 40px 0px;padding-left:30px;font-size:20px;font-family: "HarmonyOS Bold";
color:#fff;line-height:40px;}<!--0.00016593933105469-->