@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}

@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DINPro-Medium.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    font: 0.16rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #262626;
}
a{color: #333;}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.imgj img{
    width: 100%;
}
.wal {max-width: 12rem;margin:0 auto;width: 90%;}
a:hover {
    text-decoration: none;
    color: #0b56cb;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/ljt.png) center center no-repeat;
    background-size: 0.4rem;
    font-size: 0;
    border-radius: 50%;
    transition: all 0.3s;
    top: 50%;
}
.swiper-button-prev{
    left: -0.55rem;
    transform: rotate(180deg) translate(0, 50%);
}
.swiper-button-next{
    right: -0.55rem;
    transform: translate(0, -50%) rotate(0deg);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    /* background: url(../images/bjt.png) center center no-repeat #1a66ff; */
    /* background-size: 0.12rem; */
}
.swiper-button-next:hover{
    /* right: -0.1rem; */
    /* transform: translate(0, -50%) rotate(0deg); */
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.swiper-pagination-bullet {
    width: 0.1rem;
    line-height: 0.06rem;
    background: #A4BFE8;
    border-radius: 0;
    margin: 0 0.02rem !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 0.24rem;
    background: #0B56CB;
}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #ffffff;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px);
	 transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
.zicon {
    display: none;
}

.active {
    display: block;
}
.textover1{    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.textover2{    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.textover3{    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textover4{    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.textover5{    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.videolist {position:relative;/* float:left; *//* width:500px; *//* height:300px; *//* margin-right:50px; *//* margin-top:15px; *//* margin-bottom:30px; */}
.videolist:hover{ cursor: pointer; }
.videoed {/* display:none; */width: 1rem;height: 1rem;position: absolute;left: 50%;top: 50%;z-index:99;border-radius:100%;transform: translate( -50%, -50%);}



.videos {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}

.video_mainbig {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos .vclose {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.4rem  auto 0;
    background: url(../images/close.png) center;
    background-size: cover;
    transition: all 0.5s;
}
.videos .vclose:hover{
    transform: rotate(360deg);
}
.video_mainbig .video_mm {
    max-width: 80%;
}

.video_mainbig .video_mm video {
    width: 100%;
}
/**clear_end**/


/**2025国际光化学技术与产业大会开始**/
.nav_part {
    box-shadow: 0px 0.04rem 0.16rem 0px rgba(0,0,0,0.05);
        position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
}

.nav_part .wal {
    max-width: 100%;
    width: 100%;
    padding: 0 0.4rem;
    height: 0.98rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_part .nav_logo {}

.nav_part .nav_logo img {
    height: 0.8rem;
}

.nav_part .top_nav {}

.nav_part .top_nav ul {
    align-items: center;
    display: flex;
}

.nav_part .top_nav ul li {
    padding: 0 0.2rem;
}
@media (max-width: 1550px){
	.nav_part .top_nav ul li {
	    padding: 0 0.1rem;
	}
}
.nav_part .top_nav ul li a {
    line-height: 0.98rem;
}

.nav_part .top_nav ul li.top_link:hover{
    background-color: #D5E5FF;
}


.nav_part .top_nav ul li.on {
    border-bottom: 0.04rem solid #0B56CB;
}

.nav_part .top_nav ul li.on a {
    color: #0B56CB;
}

.nav_part .top_nav ul li.top_link {margin: 0 0 0 0.2rem;padding: 0;}

.nav_part .top_nav ul li.top_link a {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    color: #0B56CB;
    line-height: 0.46rem;
    padding: 0rem 0.24rem;
    border: 1px solid #0B56CB;
}

.nav_part .top_nav ul li.top_link a img {
    width: 0.16rem;
}
.nav_part .top_nav ul li.top_link {
    margin: 0 0 0 0.2rem;
    padding: 0;
    position: relative;
}
.nav_part .top_nav ul {
    align-items: center;
    display: flex
;
}
.nav_part .top_nav ul li.top_link .out {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5rem;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
}

.nav_part .top_nav ul li.top_link .out em {
    display: block;
    line-height: 0.48rem;
    background: #fff;
    box-shadow: 0px 8px 12px 0px rgba(117,145,198,0.08);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #DDDDDD;
    text-align: center;
    color: #FF0000;
}

.nav_part .top_nav ul li.top_link:hover .out {
    top: 0.56rem;
    opacity: 1;
}

.nav_part .top_nav ul li.top_link a span {}
@media (max-width: 1550px){
	.nav_part .top_nav ul li {
	    padding: 0 0.1rem;
	}
	.nav_part .top_nav ul li.top_link {
		margin: 0 0 0 0.1rem;
		padding: 0;
	}
	.nav_part .top_nav ul li.top_link a{
		padding: 0rem 0.2rem;
		line-height:0.4rem
	}

}
@media (max-width: 1310px){
	.nav_part .top_nav ul li {
	    padding: 0 0.06rem;
	}
	.nav_part .top_nav ul li.top_link {
		margin: 0 0 0 0.1rem;
		padding: 0;
	}
	.nav_part .top_nav ul li.top_link a{
		padding: 0rem 0.1rem;
		line-height:0.34rem
	}

}
.index_banner {
    overflow: hidden;
        padding-top: 0.98rem;
}

.index_banner img {
    width: 100%;
}

.three_enter {
    margin: -0.3rem 0 0;
    z-index: 99;
    position: relative;
}

.three_enter ul {
    display: flex;
    gap: 0.2rem;
}

.three_enter ul li {
    flex: 1;
    transition: all 0.3s;
}

.three_enter ul li .item {
    display: flex;
    padding: 0.1rem 0.2rem 0.28rem;
    background: url(../images/thrbg.png) center center no-repeat #fff;
    background-size: cover;
    border-radius: 0.05rem;
    box-shadow: 0 0.16rem 0.24rem rgb(65 85 156 / 17%);
    gap: 0.2rem;
}

.three_enter ul li .item .icon {}

.three_enter ul li .item .icon img {
    width: 0.8rem;
}

.three_enter ul li .item .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.three_enter ul li .item .text .zi {}

.three_enter ul li .item .text .zi h3 {
    font-size: 0.2rem;
    color: #0C1C56;
    line-height: 0.34rem;
    margin: 0 0 0.15rem 0;
}

.three_enter ul li .item .text .zi span {
    display: block;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #0B56CB;
}

.three_enter ul li .item .text img {
    width: 0.36rem;
}

.three_enter ul li:hover {
    transform: translateY(-0.1rem);
}

.index_allbox {padding-top: 0.98rem;}

.index_part {
    padding: 0.8rem 0;
}

.bg_EFF5FF {
    background: #EFF5FF;
}
.bg_bgimg {
    background: url(../images/bgimg.png) right bottom;
    background-size: cover;
}
.index_ti {
    text-align: center;
    margin: 0 auto 0.8rem;
}

.index_ti img {
    height: 0.37rem;
}

.index_about {
    display: flex;
    gap: 0.4rem;
}

.index_about .text {
    flex: 1.3;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #666;
}

.index_about .text p {
    margin: 0 0 0.3rem;
}

.button {}

.button .but_a {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    padding: 0.08rem 0.2rem;
    border: 1px solid #CCCCCC;
    background: #fff;
}

.button .but_a span {}

.button .but_a i {
    display: block;
    background: url(../images/hjt.png) center center no-repeat;
    width: 0.2rem;
    height: 0.2rem;
    background-size: 0.14rem;
    transition: all 0.3s;
}

.button .but_a:hover {
    background: #0B56CB;
    color: #fff;
    border: 1px solid #0B56CB;
}

.button .but_a:hover span {}

.button .but_a:hover i {url(
    ../images/hjt.png) center center background: no-repeat;url(
    ../images/hjt.png) center center background: no-repeat;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.14rem;
    transform: translateX(0.1rem);
}

.index_about .videolist {
    flex: 1;
    position: relative;
}

.index_about .videolist img {
    width: 100%;
}

.index_about .videolist .videoed {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_guest {
    margin: 0 0 0.3rem;
}

.change_box {
    margin: 0 0 0.56rem;
}

.change_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.change_box ul li {
    cursor: pointer;
}

.change_box ul li span,.change_box ul li a {
    display: block;
    padding: 0.09rem 0.34rem;
    background: #D5E5FF;
    color: #0b56cb;
}

.change_box ul li.on {}

.change_box ul li.on span,.change_box ul li.on a {
    background: #0b56cb;
    color: #fff;
}

.guest_box {
    margin: -0.1rem;
    position: relative;
}
.guest_box  .pos_rela {
    position: relative;
    margin: 0 0 0.45rem;
}
.guest_box .swiper-container {
    overflow: hidden;
    padding:0 0 0.6rem 0;
}

.guest_box ul {
}

.guest_box ul li {
    width: 20%;
    padding: 0 0.1rem;
}

.guest_box ul li .item {
    background: #fff;
    display: block;
    transition: all 0.3s;
}
.guest_box ul li:hover  .item {
    box-shadow: 0px 0.08rem 0.24rem  0px rgba(43,52,77,0.08);
    transform: translateY(-0.1rem);
}
.guest_box ul li .item .imgj {}

.guest_box ul li .item .imgj img {
    width: 100%;
}

.guest_box ul li .item .zi {
    text-align: center;
    padding: 0 0.1rem 0.25rem;
}

.guest_box ul li .item .zi h3 {
    line-height: 0.22rem;
    margin: 0.1rem 0;
    font-weight: bold;
}

.guest_box ul li .item .zi .tip {
    font-size: 0.12rem;
    line-height: 0.17rem;
    color: #666;
}

.guest_box ul li .item .zi .tip span {}

.guest_box .swiper-pagination {
    bottom: 0;
}

.margin_auto {
    text-align: center;
}

.margin_auto .but_a {}

.index_news {
    margin: 0 0 0.45rem 0;
}

.index_news ul {
    display: flex;
    margin: -0.1rem;
    flex-flow: wrap;
}

.index_news ul li {
    width: 25%;
    padding: 0.1rem;
}

.index_news ul li .item {
    border: 1px solid #ccc;
    display: block;
}
.index_news ul li:hover .item {
    box-shadow: 0px 0.08rem 0.24rem 0px rgba(43,52,77,0.08);
}

.index_news ul li .item .imgj {}

.index_news ul li .item .imgj img {
    width: 100%;
}

.index_news ul li .item .zi {
    padding: 0.1rem;
}

.index_news ul li .item .zi h3 {
    line-height: 0.24rem;
    font-weight: bold;
    margin: 0 0 0.1rem 0;
    color: #333;
}

.index_news ul li .item .zi span {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999;
}

.index_exhibitor {
}

.index_exhibitor .exhibitor_box {
    margin: 0 0 0.2rem 0;
}

.index_exhibitor .exhibitor_box .b_ti {
    position: relative;
}

.index_exhibitor .exhibitor_box .b_ti img {
    height: 0.68rem;
}

.index_exhibitor .exhibitor_box .b_ti i {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    background: url(../images/bbjt.png) center center no-repeat;
    background-size: 0.22rem;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.index_exhibitor .exhibitor_box.active .b_ti i {
    transform: rotate(0deg);
}
.index_exhibitor .exhibitor_box ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
    padding: 0.13rem 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: padding 0.3s;
}
.index_exhibitor .exhibitor_box.active ul {
    height: auto;
    padding: 0.13rem 0;
    margin: -0.1rem;
}
.index_exhibitor .exhibitor_box ul li {
    width: 20%;
    padding: 0.1rem;
    transition: all 0.3s;
}


.index_exhibitor .exhibitor_box ul li:hover{
    
   margin-top:-0.1rem ; 
}

.index_exhibitor .exhibitor_box ul li .item {
    display: block;
    box-shadow: 0px 0.08rem 0.12rem  0px rgba(117,145,198,0.08);
}

.index_exhibitor .exhibitor_box ul li .item .imgj {}

.index_exhibitor .exhibitor_box ul li .item .imgj img {
    width: 100%;
}

.index_address {}

.index_address a {}

.index_address img {
    width: 100%;
}

.footcon {
    background: #0044AE;
    color: #fff;
    padding: 0.8rem 0;
}

.footcon .foot_box {
    display: flex;
    margin: 0 -0.3rem;
}

.footcon .foot_box .foot_one {
    flex: 1;
    padding: 0 0.3rem;
}

.footcon .foot_box .fot_ti {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin: 0 0 0.1rem;
}

.footcon .foot_box .fot_ti img {
    width: 0.24rem;
}

.footcon .foot_box .fot_ti h4 {
    font-size: 0.2rem;
}

.footcon .foot_box .one {
    margin: 0 0 0.2rem;
}

.footcon .foot_box .one em {
    display: block;
    margin: 0 0 0.05rem;
}

.footcon .foot_box p {
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #95C0F7;
}

.footcon .foot_box .foot_two {
    flex: 1;
    padding: 0 0.3rem;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}

.footcon .foot_box .foot_two .box {
    margin: 0 0 0.5rem;
}

.footcon .foot_box .foot_three {
    flex: 1;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.footcon .foot_box .foot_two .box .gz_ewm {
    display: flex;
    gap: 0.3rem;
}

.footcon .foot_box .foot_two .box .gz_ewm .ewmbox {
}

.footcon .foot_box .foot_two .box .gz_ewm .ewmbox .imgj {
    margin: 0 0 0.1rem 0;
}

.footcon .foot_box .foot_two .box .gz_ewm .ewmbox .imgj img {
    width: 1.34rem;
}

.foot_buttom {
    background: #00389C;
    font-size: 0.14rem;
    text-align: center;
    color: #9EC4F1;
    line-height: 0.68rem;
}

.foot_buttom p a{
    color: #9EC4F1;}

.foot_buttom p {}

.float_box {
    position: fixed;
    right: 0.4rem;
    top: 50%;
    z-index: 999;
    text-align: right;
}

.float_box .ewmbox {
    background: rgba(0,0,0,0.5);
    padding: 0.08rem;
    margin: 0 0 0.3rem;
}

.float_box .ewmbox img {
    width: 1.2rem;
    display: flex;
}

.float_box .ewmbox span {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 0.14rem;
    line-height: 0.18rem;
    padding: 0.1rem 0 0;
}
.go_top {
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/top.png) rgba(0,0,0,0.5) center center no-repeat;
    background-size: 0.18rem;
    display: none;
    cursor: pointer;
}
.margin56 {
    margin: 0.56rem auto 0;
}
.bg_F5F5F5 {
    background: #f5f5f5;
}
.guest_list {}

.guest_list ul {
    display: flex;
    flex-flow: wrap;
}

.guest_list ul li {
    padding: 0.1rem;
}
.organization_box ul {
    height: auto !important;
}
.organization_box ul li{
    width: 25% !important;
}
.organization_con {
    padding: 0.8rem 0 0;
}

.zxwyh_box {
    padding: 0 0 0.8rem;
}

.zxwyh_box ul {
    background: #FFFFFF;
    box-shadow: 0px 0.08rem 0.12rem 0px rgba(117,145,198,0.08);
    padding: 0.3rem 0.4rem;
}

.zxwyh_box ul li {
    padding: 0.1rem 0;
}

.zxwyh_box ul li .item {
    display: flex;
}

.zxwyh_box ul li .item em {
    display: block;
    width: 1rem;
    text-align: justify;
    font-family: 'pingfang_b';
}
.zxwyh_box ul li .item em:last-of-type {
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify; /* Firefox */
}
.zxwyh_box ul li .item p {
    flex: 1;
    color: #666;
}
.page_main {}

.page_main img {
    max-width: 100%;
}
.history_box {}

.history_box ul {
    /*display: flex;*/
    gap: 0.4rem;
}

.history_box ul li {
    width: 50%;
margin: 0 auto;
}

.history_box ul li .item {
    border: 1px solid #ccc;
}

.history_box ul li .item .main {}

.history_box ul li .item .main .imgj {}

.history_box ul li .item .main .imgj img {}

.history_box ul li .item .main {}

.history_box ul li .item .main .text {
    padding: 0.3rem;
}

.history_box ul li .item .main .text h3 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.25rem;
}

.history_box ul li .item .main .text .but_box {
    display: flex;
    gap: 0.2rem;
}

.history_box ul li .item .main .text .but_box a {
    flex: 1;
    line-height: 0.4rem;
    text-align: center;
    border: 1px solid #0B56CB;
    color: #0B56CB;
}

.history_box ul li .item .main .text .but_box .a1 {
    background: #0B56CB;
    color: #fff;
}

.index_exhibitor.nei_exhibitor .exhibitor_box ul {
    height: auto !important;
    padding: 0.13rem 0 !important;
    margin: -0.1rem !important;
}



.orderinfo_box {
    padding: 2rem 0 1rem;
    text-align: center;
}

.orderinfo_box .orderinfo {
    line-height: 0.3rem;
}

.orderinfo_box .orderinfo h3 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.3rem;
    color: #0044ae;
}

.orderinfo_box .orderinfo p {
    color: #666;
}

.orderinfo_box .orderinfo i {}

.orderinfo_box .pay-title {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0.5rem auto 0.2rem;
}

.orderinfo_box .pay {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
}

.orderinfo_box .pay .payitem {
    position: relative;
}

.orderinfo_box .pay .payitem a {
    display: flex;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    padding: 0 0.5rem;
    border-radius: 0.1rem;
}

.orderinfo_box .pay .payitem a img {
    height: 0.5rem;
}

.orderinfo_box .pay i {}

.orderinfo_box .pay .payitem a:hover {
    background: #fafafa;
    border: 1px solid #0044ae;
}

.wxpay_qrcode {
    position: absolute;
    left: 50%;
    bottom: 0.9rem;
    transform: translate(-50%, 0px);
    display: none;
}

.wxpay_qrcode .qrcode {
    background: #fff;
    padding: 0.2rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.1);
}

.wxpay_qrcode .qrcode img {}

.orderinfo_box .pay .payitem:hover .wxpay_qrcode {
    display: block;
}