.wide{width: 88%;}
@media screen and (max-width: 1024px) {
	.wide {width: 100%;padding: 0 4vw;box-sizing: border-box;}
}
.wide .box_name{font-size: 16px;color: #000000;font-weight: 600;margin-bottom: 20px;}
.detail_top_title{height: 170px;background: url(/static/themes/default/images/detail/detail_title_bg.png) no-repeat center/cover;}
.detail_top_title .data{padding-top: 36px;display: flex;margin-bottom: 15px;}
.detail_top_title .data .img{width: 30px;height: 30px;border-radius: 15px;overflow: hidden;position: relative;}
.detail_top_title .data .img .icon_flag_big{transform: scale(0.78947);transform-origin: left top;position: absolute;left: 50%;top: 50%;transform: scale(0.78947) translate(-50%,-50%);}
.detail_top_title .data .img img{max-width: 100%;max-height: 100%;}
.detail_top_title .data .name{font-size: 24px;color: #fff;margin-left: 10px;}
.detail_top_title .tips{color: #fff;margin-top: 5px;}

.detail_out{padding-top: 70px;}
.detail_out .box_out{border-radius: 8px;background: #fff;box-shadow: 0 0 10px rgba(192,218,254,0.3);margin-bottom: 20px;padding: 27px 20px 20px;}
.detail_out .box_out:hover{box-shadow: 0 0 18px rgba(31,61,101,0.14);}
.detail_out .box_out.pb5{padding-bottom: 5px;}
.detail_out .box_out.pb30{padding-bottom: 30px;}
.detail_out .box_out.menu{padding: 5px 9px;}
.detail_out .box_out .box_name{font-size: 16px;font-weight: bold;}
.detail_out .box_out .bottom{display: flex;justify-content: space-between;align-items: stretch;margin-top: 5px;}
.detail_out .box_out .bottom .l{width: 240px;}
.detail_out .box_out .bottom .l .copy{background: url(/static/themes/default/images/detail/detail_bg_1.png) #f2f8ff no-repeat right top;margin-top: 11px;padding: 23px 21px 25px;}
.detail_out .box_out .bottom .l .copy:first-child{margin-top: 0;}
.detail_out .box_out .bottom .l .copy .name{font-size: 12px;color: #666666;}
.detail_out .box_out .bottom .l .copy .val{font-size: 24px;color: #495567;font-weight: bold;margin-top: 5px;}
.detail_out .box_out .bottom .l .big_val{text-align: center;font-size: 30px;color: #495567;font-weight: bold;margin-top: 11px;}
.detail_out .box_out .bottom .l .big_name{text-align: center;font-size: 12px;color: #666666;}
.detail_out .box_out .bottom .r{width: calc( 100% - 240px - 30px );position: relative;}
.detail_out .box_out .bottom .r .img{height: 100%;}
.detail_out .box_out .bottom .r .abs_top{position: absolute;top: -37px;width: 100%;}
.detail_out .box_out .bottom .r .abs_top .fl{font-size: 14px;color: #495567;}
.detail_out .box_out .bottom .r .abs_top .fr .click{display: inline-block;vertical-align: middle;width: 14px;height: 14px;background: url(/static/themes/default/images/detail/detail_left_2.png) no-repeat center/contain;cursor: pointer;}
.detail_out .box_out .bottom .r .abs_top .fr .click.right{transform: rotate(180deg);}
.detail_out .box_out .bottom .r .abs_top .fr .click:hover{background-image: url(/static/themes/default/images/detail/detail_right_2.png);transform: rotate(180deg);}
.detail_out .box_out .bottom .r .abs_top .fr .click.right:hover{transform: rotate(360deg);}
.detail_out .box_out .bottom .r .abs_top .fr span{display: inline-block;vertical-align: middle;font-size: 14px;color: #565e66;}
.detail_out .box_out .bottom .r .msg_cont{display: flex;flex-wrap: wrap;align-items: stretch;padding: 0 10px;}
.detail_out .box_out .bottom .r .msg_cont .copy{margin-bottom: 2px;background: #f9fcfe;width: calc( 100%/3 );box-sizing: border-box;padding: 12px 10px 9px;}
.detail_out .box_out .bottom .r .msg_cont .copy .name{font-size: 14px;color: #8d99af;}
.detail_out .box_out .bottom .r .msg_cont .copy .val{font-size: 14px;color: #495567;line-height: 1.2857;margin-top: 4px;}
.detail_out .box_out .bottom .center{text-align: center;height: 14px;transform: translate(0px, 19px);}
.detail_out .box_out .bottom .center a{color: #045afe;font-size: 12px;line-height: 14px;}
.detail_out .box_out .bottom .table{width: 100%;}
.detail_out .box_out .bottom .table tr{border-bottom: 2px solid #fff;background: #f8fbfe;}
.detail_out .box_out .bottom .table td{padding: 10px 20px;font-size: 14px;color: #495567;line-height: 18px;height: 28px;word-break: break-word;}
.detail_out .box_out .bottom .table td span a,.detail_out .box_out .bottom .table .item span a{cursor: pointer;color: #045afe;}
.detail_out .box_out .bottom .table td.acctime{min-width: 120px;}
.detail_out .box_out .bottom .table td.products{width: 30%;}
.detail_out .box_out .bottom .table td.sec_value{text-transform: lowercase;}
.detail_out .box_out .bottom .table td.nowrap{white-space: nowrap;}
.detail_out .box_out .bottom .table td:last-child{text-align: center;}
.detail_out .box_out .bottom .table td i{display: inline-block;width: 18px;height: 18px;border-radius: 2px;text-align: center;line-height: 18px;font-weight: normal;color: #fff;margin-right: 14px;}
.detail_out .box_out .bottom .table thead tr{background: unset;text-transform: capitalize;}
.detail_out .box_out .bottom .table thead td{height: 26px;background: #f2f8fe;word-break: keep-all;}
.detail_out .box_out .bottom .table thead td:first-child{border-top-left-radius: 5px;min-width:38px;}
.detail_out .box_out .bottom .table thead td:last-child{border-top-right-radius: 5px;}
.detail_out .box_out .bottom .table thead td{color: #333333;font-weight: bold;}
.detail_out .box_out .bottom .table tbody tr i{background: #bbbbbb;display: inline-block;vertical-align: middle;}
.detail_out .box_out .bottom .table tbody tr:first-child i{background: #ff4314;}
.detail_out .box_out .bottom .table tbody tr:nth-child(2) i{background: #ff6600;}
.detail_out .box_out .bottom .table tbody tr:nth-child(3) i{background: #ff9f16;}
.detail_out .box_out .bottom .table tbody tr:nth-child(4) i{background: #2962ff;}
.detail_out .box_out .bottom .table tbody tr:nth-child(5) i{background: #3699ff;}
.detail_out .box_out .bottom .table tbody td:first-child{font-weight: bold;color: #000000;white-space: nowrap;}
.detail_out .box_out .bottom .table tbody td.normal{font-weight: normal;}
.detail_out .box_out .bottom .table tbody td .company{display: inline-block;vertical-align: middle;}
.detail_out .box_out .bottom .table tbody em{color: #045afe;font-weight: bold;}
.detail_out .box_out .bottom .table tbody td .val{font-weight: normal;color: #495567;font-size: 12px;margin-top: 2px;}
.detail_out .box_out .bottom .table tbody td.blue{color: #045afe;}
.detail_out .box_out .bottom .table tbody td:last-child a{display: inline-block;width: 18px;height: 18px;background: url(/static/themes/default/images/detail/detail_right_3.png) no-repeat center/contain;margin-top: 5px;}
.detail_out .box_out .bottom .w{width: 100%;}
.detail_out .box_out .bottom .w .table_out{min-height: 288px;}
.detail_out .box_out .level_search .form span{font-size: 14px;float: left;line-height: 40px;text-transform: capitalize;}
.detail_out .box_out .level_search .form .input{float: right;position: relative;width: calc( 100% - 75px );}
.detail_out .box_out .level_search .form .input input{width: 100%;box-sizing: border-box;height: 40px;border: 1px solid #eaeaea;font-size: 14px;color: #999999;border-radius: 4px;padding: 0 128px 0 10px;}
.detail_out .box_out .level_search .form .input input[type=submit]{color: #fff;background: #045afe;width: 118px;position: absolute;top: 0;right: 0;border: none;padding: 0;}

.detail_out .box_out .level_search .input_box{display: flex;border: 1px solid #eaeaea;border-radius: 3px;}
.detail_out .box_out .level_search .input_box .input_box_content{width: 25%;min-width: 170px;}
.detail_out .box_out .level_search .input_box .input_box_content .fiter {width: 160px;cursor: pointer;margin-top: 4px;float: left;}
.detail_out .box_out .level_search .input_box .input_box_content .fiter .fiter_select {position: static;width: 100%;overflow: hidden;display: block;}
.detail_out .box_out .level_search .input_box .input_box_content .fiter .fiter_select li {border-radius: 3px;color: #495567;background-color: #f8f8f8;margin-left: 10px;text-transform: capitalize;transition: all 0.5s ease;position: relative;float: left;padding: 0 10px;}
.detail_out .box_out .level_search .input_box .input_box_content .fiter .fiter_select .current{background-color: #e6f2ff;color: #045afe;}
.detail_out .box_out .level_search .input_box .input_box_content .fiter .fiter_select li span {width: 100%;line-height: 30px;font-size: 12px;text-align: center;}
.detail_out .box_out .level_search .fiter_search_divider {float: left;height: 16px;width: 1px;margin-top: 12px;background-color: #e1e5ea;}
.detail_out .box_out .level_search button {width: 126px;height: 40px;border-radius: 3px;color: #565e66;background: #fff;font-size: 14px;text-transform: capitalize;border: 1px solid #bfbfbf;margin-right: 16px;}
.detail_out .box_out .level_search button[type=submit] {background-color: #045afe;color: #fff;transition: all 0.3s;border: 1px solid #045afe;}
.detail_out .box_out .level_search a{color: #045afe;}
.detail_out .box_out .level_search .advanced_search{display: none;}
.detail_out .box_out .level_search .form .label{float: left;width: calc( (100% - 70px) / 4 );margin-bottom: 10px;margin-left: 20px;}
.detail_out .box_out .level_search .form .label:nth-child(4n + 1){margin-left: 0;}
.detail_out .box_out .level_search .form .label.width{width: calc(100% - ( (100% - 90px) / 5) - 32% );}
.detail_out .box_out .level_search .form .label span{width: 70px;}
.detail_out .box_out .level_search .form .label input{width: calc( 100% - 96px );height: 36px;border-radius: 3px;border: 1px solid #eaeaea;padding: 0 10px;float: left;color: #000;}
.detail_out .box_out .level_search .form .label select{width: calc( 100% - 70px);height: 38px;border-radius: 3px;border: 1px solid #eaeaea;padding: 0 10px;float: left;color: #000;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-image: url(../images/icon-select-arrow.png);background-repeat: no-repeat;background-position: right 15px center;background-color: #f7f9ff;}
.detail_out .box_out .level_search .form .r_btn{text-align: right;font-size: 0;display: flex;margin-top: 20px;border-top: 1px solid rgb( 230, 235, 240 );padding-top: 10px;}
.detail_out .box_out .level_search .form .r_btn button{width: 118px;height: 40px;border: none;border-radius: 3px;color: var(--maincolor1);background: #e6f2ff;font-size: 14px;margin-top: 10px;margin-left: 10px;text-transform: capitalize;}
.detail_out .box_out .level_search .form .r_btn button[type=submit]{width: 150px;background-color: var(--maincolor1);color: #fff;transition: all 0.3s;}
.detail_out .box_out .level_search .form .r_btn button[type=submit]:hover{background-color: var(--maincolor1hover);}
.detail_out .box_out .level_search .form .r_btn .left{text-align: left;display: flex;flex: 1;}
.detail_out .box_out .level_search .form .r_btn .left span{margin-top: 10px;font-size: 14px;color: #565e66;margin-right: 5px;width: fit-content;line-height: unset;}
.detail_out .box_out .level_search .form .r_btn .left .filter{flex: 1;display: flex;flex-wrap: wrap;}
.detail_out .box_out .level_search .form .r_btn .left button{height: 30px;width: fit-content;font-size: 12px;margin-top: 15px;padding: 0 10px;position: relative;background-color: #e6f2ff; border-radius: 4px;display: none;text-transform: initial;}
.detail_out .box_out .level_search .form .r_btn .left button.show{display: block;}
.detail_out .box_out .level_search .form .r_btn .left button.close{padding-right: 30px;}
.detail_out .box_out .level_search .form .r_btn .left button.close::after{content: "";background: url(/static/themes/default/images/alert_close.png) 100%/100% no-repeat;width: 10px;height: 10px;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);filter: brightness(0) invert(0.7);}

.detail_out .box_out .level_search .form .label .keyword_input{width: 75%;border: none;background-image: url(../images/icon-search.png);background-repeat: no-repeat;background-position: 0px center;text-indent: 15px;}

.detail_out .box_out .level_search .form input::-webkit-input-placeholder { /* WebKit browsers */ color: #bbbbbb; }
.detail_out .box_out .level_search .form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #bbbbbb; }
.detail_out .box_out .level_search .form input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #bbbbbb; }
.detail_out .box_out .level_search .form input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #bbbbbb; }

/*港口*/
.detail_out .box_out .level_search .form .choose_port .port_select{width: 25%;float: left;}
.detail_out .box_out .level_search .form .choose_port .port_select select{width: 85%;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: transparent;border:none;outline:none;cursor: pointer;background: transparent url(/static/themes/default/images/icon-select-arrow.png) no-repeat scroll right center; /*background-position: 0px right;*/}

.detail_out .box_out .level_search .form .choose_port .port_input{width: 68%;float: left;border: 0;}
.detail_out .box_out .level_search .form .port_box {display: flex;border: 1px solid #eaeaea;border-radius: 3px;}

.detail_out .box_out .level_search .form .r_btn a {width: 116px;padding-left: 10px;font-size: 14px;line-height: 40px;margin-top: 10px;text-align: left;color: #045afe;}
.detail_out .box_out .level_search .form .r_btn .left{text-align: left;display: flex;flex: 1;}
.detail_out .box_out .level_search .form .r_btn .left span{margin-top: 10px;font-size: 14px;color: #565e66;margin-right: 5px;width: fit-content;line-height: unset;}
.detail_out .box_out .level_search .form .r_btn .left .filter{flex: 1;display: flex;flex-wrap: wrap;}
.detail_out .box_out .level_search .form .r_btn .left button{height: 30px;width: fit-content;font-size: 12px;margin-top: 15px;margin-right: 0;padding: 0 10px;position: relative;background-color: #e6f2ff; border-radius: 4px;display: none;text-transform: initial;}
.detail_out .box_out .level_search .form .r_btn .left button.show{display: block;}
.detail_out .box_out .level_search .form .r_btn .left button.close{padding-right: 30px;}
.detail_out .box_out .level_search .form .r_btn .left button.close::after{content: "";background: url(/static/themes/default/images/alert_close.png) 100%/100% no-repeat;width: 10px;height: 10px;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);filter: brightness(0) invert(0.7);}
.detail_out .box_out .level_search .form .input_box{position: relative;height: 36px;padding: 1px;}
.detail_out .box_out .level_search .form .input_box .input_position {width: 100%;height: 200px;position: absolute;left: 0;top: 100%;border: 1px solid #c5c5c5;box-shadow: 0 2px 8px rgb(0 0 0 / 15%);overflow: auto;background-color: #fff;box-sizing: border-box;display: none;overscroll-behavior: contain;z-index: 1;}
.detail_out .box_out .level_search .form .input_box .input_position li {font-size: 14px;height: 35px;line-height: 35px;cursor: pointer;padding: 0 10px;color: #06c;transition: all 0.3s ease;overflow: hidden;}
.detail_out .box_out .level_search .form .input_box .input_position li:hover, .detail_out .box_out .level_search .form .input_box .input_position li.current {color: #0081FF;background-color: #e6f2ff;}

.detail_out .box_out .title_box{display: flex;align-items: center;justify-content: space-between;}
.detail_out .box_out .title_box .abs_top{float: left;width: calc( 100% - 200px );margin-top: -7px;}
.detail_out .box_out .title_box .abs_top .l{float: left;line-height: 30px;transform: translate(0px, 5px);font-weight: 600;}
.detail_out .box_out .title_box .abs_top .l span{color: #0c7571;}
.detail_out .box_out .title_box .abs_top .r{float: right;}
.detail_out .box_out .title_box .abs_top .filter{float: right;}
.detail_out .box_out .title_box .abs_top .filter dd{right: 0;}
.detail_out .box_out .title_box .abs_top .explode{float: right;display: inline-block;line-height: 30px;background: #e6f2ff;color: #096efd;font-size: 12px;border-radius: 3px;padding: 0 14px;margin-right: 20px;}

.detail_out .box_out .title_box .box_right{display: flex;align-items: center;font-size: 12px;}
.detail_out .box_out .title_box .box_right .page_box{display: none;}
.detail_out .box_out .title_box .box_right .page_box .box_page_left{width: 10px;height: 10px;cursor: pointer;background: transparent url(/static/themes/default/images/slide_prev.png) no-repeat scroll right center;}
.detail_out .box_out .title_box .box_right .page_box .box_page_right{width: 10px;height: 10px;padding: 0 5px;cursor: pointer;background: transparent url(/static/themes/default/images/slide_next.png) no-repeat scroll right center;}
.detail_out .box_out .title_box .box_right .page_box .box_page_content{display: flex;line-height: 32px;}
.detail_out .box_out .title_box .box_right .page_box .box_page_content .page_content_input input{width: 49px;height: 30px;border: 1px solid #e6ebf0;text-align: center;margin-right: 8px;margin-left: 15px;font-size: 12px;}
.detail_out .box_out .title_box .box_right .page_box .box_page_content span{margin-left: 3px;}

.global_alert_box.trade_alert_detail .detail_alert .record .copy .name{min-width: 195px;}
.detail_out .box_out .level_search .form .label span{width: 146px;}
.detail_out .box_out .level_search .form .label.width span{width: 148px;}
.detail_out .box_out .level_search .form .label select{width: calc( 100% - 146px);}
.detail_out .box_out .level_search .form .label input{width: calc( 100% - 168px);}
.detail_out .box_out .level_search .form .label.width input{width: calc( 100% - 170px);}
.detail_out .box_out .title_box .abs_top{width: calc( 100% - 153px );}
.detail_out .box_out .level_search .form .label.min_label span{width: 90px;}
.detail_out .box_out .level_search .form .label.min_label input{width: calc( 100% - 118px );}

.detail_out .box_out.global_export_form{padding: 0;}
.detail_out .box_out.global_export_form .bill{padding: 20px;}
@media screen and (max-width: 1340px){
	.detail_out .box_out{padding: 15px 20px 10px;}
	.detail_out .box_out .btn_list .span{width: 90px;}
	.detail_out .box_out .menu_list a{padding: 0 20px;margin-right: 20px;}
	.detail_out .box_out .bottom .l{width: 200px;}
	.detail_out .box_out .bottom .r{width: calc( 100% - 200px - 20px );}
	.detail_out .box_out .bottom .l .copy{padding: 15px;}
	.detail_out .box_out .bottom .l .copy .val{font-size: 20px;}
	.detail_out .box_out .bottom .center{transform: translate(0px, 8px);}
	.detail_out .box_out .bottom .l .padding_img{margin-top: 20px;}
	.detail_out .box_out .bottom .l .padding_img .img_p .img{height: auto;}
	.detail_out .box_out .bottom .l .big_val{font-size: 26px;}
	.detail_out .box_out .bottom .table td{padding: 10px;}
	/* .detail_out .box_out .bottom .table td i{margin-right: 10px;} */

	.detail_out .box_out.global_export_form{padding: 0;}
	.detail_out .box_out.global_export_form .bill {padding: 10px 20px;}
}
@media screen and (max-width: 1260px){
	.detail_out .box_out .a_list a,.detail_out .box_out .btn_list .span .name,.detail_out .box_out .c_list .copy a,.detail_out .box_out .c_list .copy .tips{font-size: 13px;}
	.detail_out .box_out .menu_list a{margin-right: 17px;}
	.detail_out .box_out .bottom .l{width: 165px;}
	.detail_out .box_out .bottom .r{width: calc( 100% - 165px - 20px );}
	.detail_out .box_out .bottom .l .copy .val{font-size: 16px;}
	.detail_out .box_out .bottom .table td{font-size: 13px;line-height: 16px;}
	.detail_out .box_out .bottom .table tbody td:last-child a{margin-top: 4px;}
	.detail_out .box_out .bottom .r .msg_cont .copy .name,.detail_out .box_out .bottom .r .msg_cont .copy .val{font-size: 13px;}
}
@media screen and (max-width: 1024px){
	.detail_top_title{height: auto;}
	.detail_top_title .name{font-size: 5.3333vw;padding-top: 8.8vw;}
	.detail_top_title .data{padding-top: 8.8vw;margin-bottom: 0;}
	.detail_top_title .data .img{width: 6.4vw;height: 6.4vw;border-radius: 3.2vw;}
	.detail_top_title .data .img .icon_flag_big{transform: scale(1) translate(-50%,-50%);}
	.detail_top_title .data .name{font-size: 3.4vw;line-height: 6.4vw;padding-top: 0;margin-left: 3vw;}
	.detail_top_title .tips{font-size: 2.8vw;line-height: 1.75;margin-top: 1.6vw;padding-bottom: 0;}
	.detail_top_title .tips.last{padding-bottom: 8.5333vw;}
	.detail_out{padding: 3.3333vw 0 13.3333vw;}
	.wide .box_name{margin-bottom: 3.3333vw;}
	.detail_out .box_out{margin-bottom: 4vw;padding: 3.0666vw 4vw 7.3333vw;}
	.detail_out .box_out:first-child{padding-bottom: 4vw;}
	.detail_out .box_out .bottom{flex-wrap: wrap;}
	.detail_out .box_out .bottom .l,.detail_out .box_out .bottom .r{width: 100%;}
	.detail_out .box_out .box_name,.detail_out .box_out .title_box .box_name{font-size: 4vw;margin-bottom: -0.6666vw;font-weight: bold;float: none;display: block;}
	.detail_out .box_out .bottom{margin-top: 2.6666vw;}
	.detail_out .box_out .bottom .l .copy{margin-top: 0;width: 100%;box-sizing: border-box;padding: 3.2vw 2.6666vw;border-radius: 1.0666vw;background-size: 10vw auto;text-align: center;}
	.detail_out .box_out .bottom .l .copy .name{font-size: 2.4vw;}
	.detail_out .box_out .bottom .l .copy .val{font-size: 4vw;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-top: 0.1333vw;}
	.detail_out .box_out .bottom .r{margin-top: 2.6666vw;}
	.detail_out .box_out .blank15{display: none;}
	.detail_out .box_out .bottom .r .abs_top{position: unset;margin: 0.9333vw 0 2.6666vw;}
	.detail_out .box_out .bottom .r .abs_top .fl{font-size: 2.6666vw;}
	.detail_out .box_out .bottom .r .abs_top .fr{display: none;}
	.detail_out .box_out .bottom .r .msg_cont{padding: 0;}
	.detail_out .box_out .bottom .r .msg_cont .copy{width: 50%;padding: 2.1333vw 2.6666vw;}
	.detail_out .box_out .bottom .r .msg_cont .copy .name{font-size: 2.4vw;}
	.detail_out .box_out .bottom .r .msg_cont .copy .val{font-size: 3.2vw;margin-top: 1.0666vw;}
	.detail_out .box_out .bottom .center{transform: translate(0px, 0px);height: auto;margin-top: 3.3333vw;}
	.detail_out .box_out .bottom .center a{font-size: 2.4vw;line-height: 1.5;}
	.detail_out .box_out .bottom .table td{font-size: 2.4vw;line-height: 2.056;padding: 2.6666vw;}
	/* .detail_out .box_out .bottom .table thead td{padding: 1.3333vw 2.6666vw;} */
	.detail_out .box_out .bottom .table td.m_hide{display: none;}
	.detail_out .box_out .bottom .table tbody td .val .m_show{display: inline-block;}
	/* .detail_out .box_out .bottom .table td i{width: 3.3333vw;height: 3.3333vw;line-height: 3.3333vw;font-size: 2.4vw;border-radius: 0.4vw;margin-right: 2vw;} */
	.detail_out .box_out .bottom .table tbody td{font-size: 3.2vw;}
	.detail_out .box_out .bottom .table tbody td .val{font-size: 2.6666vw;}
	.detail_out .box_out .bottom .table tbody td:last-child a{width: 2vw;height: 2vw;background-size: 4vw;margin-top: 1.6vw;}
	.detail_out .box_out .bottom .table tbody td .company{max-width: 45.3333vw;vertical-align: top;margin-top: 0px;}
	.detail_out .box_out .bottom .table tbody td .company .name{line-height: 1.25;}
	.detail_out .box_out .bottom .table tbody td .company .val{line-height: 1.25;margin-top: 1.4666vw;}
	.detail_out .box_out .bottom .w .img{margin-bottom: 4vw;}
	.detail_out .box_out .bottom .table_out{overflow-x: auto;}
	/* .detail_out .box_out .bottom .table td i{margin-right: 0;width: 2.4vw;height: 2.4vw;} */
	/* .detail_out .box_out .bottom .table_out .table{min-width: 1200px;} */
	.detail_out .box_out .title_box .abs_top,.detail_out .box_out .title_box .abs_top{width: auto;font-size: 3.2vw;margin-top: 1.4vw;width: 100%;display: block;float: none;}

	.detail_out .box_out .title_box .abs_top .l{line-height: 1.5;transform: translate(0px, 0px);}
	.detail_out .box_out .title_box .abs_top .filter{display: none;}
	.detail_out .box_out .level_search .form{margin-top: 3vw;}
	.detail_out .box_out .level_search .form .label{margin-bottom: 3vw;width: calc( 100% - 1.5vw );margin-left: 0;}
	.detail_out .box_out .level_search .form .label:nth-child(even){margin-left: 3vw;}
	.detail_out .box_out .level_search .form .label span,.detail_out .box_out .level_search .form span{font-size: 2.8vw;line-height: 4vw;width: 14vw;}
	.detail_out .box_out .level_search .form .label input{width: calc( 100% - 14vw );padding: 0 2vw;box-sizing: border-box;min-height: 4vw;}
	.detail_out .box_out .level_search .form .label .input_box,.detail_out .box_out .level_search .form .input{width: calc( 100% - 15vw );min-height: 4vw;float: left;}
	.detail_out .box_out .level_search .form .label .input_box input{min-height: 4vw;width: 100%;}
	.detail_out .box_out .level_search .form .r_btn{display: block;margin-top: 3vw;padding-top: 2vw;}
	.detail_out .box_out .level_search .form .r_btn .left{width: 100%;line-height: unset;margin-bottom: 3vw;}
	.detail_out .box_out .level_search .form .r_btn .left span{margin-top: 15px;}
	.detail_out .box_out .level_search .form .r_btn .left button{margin-top: 10px;margin-left: 2vw;}
	.detail_out .box_out .level_search .form .r_btn input[type=submit]{font-size: 2.8vw;height: 8vw;width: auto;padding: 0 6vw;margin-top: 0vw;}
	.detail_out .box_out .level_search .form .input input{height: 8vw;padding: 0 22vw 0 2vw;}
	.detail_out .box_out .level_search .form .input input[type=submit]{font-size: 2.8vw;height: 8vw;width: 20vw;}
	.detail_out .box_out .level_search .form .label.width{width: 100%;margin-left: 0;}
	.detail_out .box_out .level_search .form .r_btn button,.detail_out .box_out .level_search .form .r_btn button[type=submit]{font-size: 2.8vw;height: 8vw;width: auto;padding: 0 6vw;margin-top: 0vw;margin-left: 3vw;}
	.detail_out .box_out .level_search .form .label select{width: calc(100% - 14vw);font-size: 12px;}
	.detail_out .box_out .level_search .form .label span{display: none;}
	.detail_out .box_out .level_search .form .label input,.detail_out .box_out .level_search .form .label select{width: 100%;}
	.detail_out .box_out .level_search .form .label .input_box,.detail_out .box_out .level_search .form .input{width: 100%;}
	.detail_out .box_out .level_search .form .label.width input,.detail_out .box_out .level_search .form .label.min_label input{width: 100%;}
	.detail_out .box_out .level_search .form .label select{height:8vw;font-size: 2.8vw;}
	.detail_out .box_out .level_search .form .label.width{margin-left:0;}
	.detail_out .box_out .level_search button {width: 10vw;margin-right: 0;}

	.detail_out .box_out.global_export_form{padding: 0;}
	.detail_out .box_out.global_export_form .bill{padding: 0 4vw 3.2vw;}
	.detail_out .box_out .bottom .table td i{width: 2.9vw;height: 2.9vw;margin-right: 0;}
}
@media screen and (max-width: 500px){
	/* .detail_out .box_out .bottom .table td i{width: 4vw;height: 4vw;line-height: 4vw;} */
	.detail_out .box_out .bottom .table tbody td .company{max-width: 40vw;}
	.detail_out .box_out .level_search .form .label{width: 100%;}
	.detail_out .box_out .level_search .form .label:nth-child(even){margin-left: 0vw;}
	.detail_out .box_out .level_search .form .label input{width: calc( 100% - 19vw );}
	.detail_out .box_out .level_search .form .label .input_box,.detail_out .box_out .level_search .form .input{width: calc( 100% - 19vw );}
	.detail_top_title .data .img .icon_flag_big{transform: scale(0.6) translate(-50%,-50%);}
	.detail_out .box_out .level_search .form .label{width: calc( 50% - 1.2vw );}
	.detail_out .box_out .level_search .form .label:nth-child(even){margin-left: 2.4vw;}
	.detail_out .box_out .level_search .form .label span,.detail_out .box_out .level_search .form span{width: 19vw;display: none;}
	.detail_out .box_out .level_search .form .label input,.detail_out .box_out .level_search .form .label select{width: 100%;}
	.detail_out .box_out .level_search .form .label .input_box,.detail_out .box_out .level_search .form .input{width: 100%;}
	.detail_out .box_out .level_search .form .label input,.detail_out .box_out .level_search .form .label .input_box, .detail_out .box_out .level_search .form .input,.detail_out .box_out .level_search .form .label .input_box input,.detail_out .box_out .level_search .form .input input,.detail_out .box_out .level_search .form .input input[type=submit],.detail_out .box_out .level_search .form .label select{height: 10vw;}
	.detail_out .box_out .level_search .form .label.width{margin-left: 0;}
	.detail_out .box_out .level_search .form .r_btn input[type=submit]{height: 10vw;width: 100%;}
	.detail_out .box_out .level_search .form .r_btn button, .detail_out .box_out .level_search .form .r_btn button[type=submit]{height: 10vw;width: 30vw;}
	.detail_out .box_out .level_search .form .label select{height:10vw;}
	.detail_out .box_out .level_search .form .r_btn .left button{margin: 0 3vw 2vw 0;}
	.detail_out .box_out .level_search .form .r_btn .left{margin-bottom: 1vw;}

	.detail_out .box_out .title_box .abs_top{font-size: 14px;}
}
.detail_out .list_empty {text-align: center;background: #fff;padding: 50px;min-height: 300px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.detail_out .list_empty .img {width: 100%;display: flex;align-items: center;justify-content: center;}
.detail_out .list_empty .img span {margin-left: 10px;font-size: 20px;color: #001141;border-radius: 20px;}
.detail_out .list_empty .img span a{color: var(--maincolor1);}
.detail_out .list_empty .consultant_box {border-radius: 20px;background-color: #f2f8ff;display: flex;justify-content: space-between;text-align: left;font-size: 14px;width: fit-content;margin: 60px auto 100px;}
.detail_out .list_empty .c_box_content {margin: 35px 40px 35px 30px;}
.detail_out .list_empty .c_box_title {font-size: 20px;color: #000;margin-bottom: 15px;}
.detail_out .list_empty .c_box_title span {font-weight: 600;}
.detail_out .list_empty .c_box_desc {color: #444444;margin-bottom: 25px;}
.detail_out .list_empty .line {color: #001141;line-height: 2;white-space: nowrap;}
.detail_out .list_empty .line span {margin-left: 8px;}
.detail_out .list_empty .c_box_qrcode {border-radius: 20px;padding: 30px;box-sizing: border-box;background-color: #358dff;color: #fff;text-align: center;}
.detail_out .list_empty .qrcode {width: fit-content;max-width: 170px;overflow: hidden;margin: 0 auto;}
.detail_out .list_empty .qrcode img {width: 100%;height: auto;}
.detail_out .list_empty .c_q_desc {margin-top: 15px;max-width: 100%;}
@media screen and (max-width: 1024px){
	.detail_out .list_empty{padding: 4vw;}
	.detail_out .list_empty .consultant_box{margin: 40px auto 50px;flex-wrap: wrap;text-align: center;}
	.detail_out .list_empty .img img{width: 12.5vw;}
	.detail_out .list_empty .sorry{font-size: 2.8vw;margin-top: 3vw;}
	.detail_out .list_empty .c_box_title{font-size: 3vw;}
	.detail_out .list_empty .c_box_content{margin: 4vw;}
	.detail_out .list_empty .img span{font-size: 4vw;}
	.detail_out .list_empty .consultant_box >div{width: 100%;}
}
@media screen and (max-width: 500px){
	.detail_out .list_empty .consultant_box{flex-wrap: wrap;text-align: center;}
	.detail_out .list_empty .consultant_box >div{width: 100%;}
	.detail_out .list_empty .c_box_title,.detail_out .list_empty .img span{font-size: 16px;}
	.detail_out .list_empty .c_box_desc{margin-bottom: 10px;}
	.detail_out .list_empty .consultant_box{margin: 20px auto 30px;}
	.detail_out .list_empty .c_box_content{margin: 25px 4vw 30px;}
	.detail_out .list_empty .c_box_title{margin-bottom: 15px;}
	.detail_out .list_empty .c_box_desc{margin-bottom: 30px;font-size: 13px;}
	.detail_out .list_empty .line{font-size: 13px;}
	.detail_out .list_empty .c_box_qrcode{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 20px;}
	.detail_out .list_empty .c_q_desc{width: 100%;font-size: 12px;margin: 0;}
	.detail_out .list_empty .qrcode{margin: 0 0 15px 0;width:60%;max-width: fit-content;}
}

/*高级搜索*/
.advanced_search_box{display: none;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 8px;width: 600px;box-sizing: border-box;padding: 0px 20px 40px;background: #fff;z-index: 10001;min-height: 340px;}
.advanced_search_box .alert_title {position: relative;padding: 20px 0 10px 0;}
.advanced_search_box .alert_title .name {display: inline-block;font-size: 18px;color: #333333;font-weight: bold;vertical-align: sub;text-transform: capitalize;}
.advanced_search_box .alert_title .close {cursor: pointer;width: 14px;height: 14px;background: url(/static/themes/default/images/detail/detail_alert_close.png) no-repeat center;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.advanced_search_box .detail_alert .record {display: block;position: relative;}
.advanced_search_box .detail_alert .record .label_box {display: flex;justify-content: space-between;}
.advanced_search_box .detail_alert .record .label_btn_box {display: flex;justify-content: center;}
.advanced_search_box .detail_alert .record .label .title{font-size: 14px;color: #001141;padding: 10px 0;display: block;}
.advanced_search_box .detail_alert .record .input_box.keyword_box {position: relative;height: 42px;display: flex; /*border: 1px solid #eaeaea;*/border-radius: 3px;}
.advanced_search_box .detail_alert .record .input_box .keyword_input{width: 75%;border: none;background-image: url(../images/icon-search.png);background-repeat: no-repeat;background-position: 0px center;text-indent: 20px;}
.advanced_search_box .detail_alert .record .input_box .input_box_content {width: 33%;min-width: 170px}
.advanced_search_box .detail_alert .record .input_box .input_box_content .fiter {width: 160px;cursor: pointer;margin-top: 5px;float: left;}
.advanced_search_box .detail_alert .record .input_box .input_box_content .fiter .fiter_select {position: static;width: 100%;overflow: hidden;display: block;}
.advanced_search_box .detail_alert .record .input_box .input_box_content .fiter .fiter_select .current {background-color: #e6f2ff;color: #045afe;}
.advanced_search_box .detail_alert .record .input_box .input_box_content .fiter .fiter_select li {border-radius: 3px;color: #888;background-color: #f8f8f8;margin-left: 10px;text-transform: capitalize;transition: all 0.5s ease;position: relative;float: left;padding: 0 10px;}
.advanced_search_box .detail_alert .record .input_box .input_box_content .fiter .fiter_select li span {width: 100%;line-height: 30px;font-size: 12px;text-align: center;float: left;text-transform: capitaliz;}
.advanced_search_box .detail_alert .record .input_box .fiter_search_divider {float: left;height: 16px;width: 1px;margin-top: 12px;background-color: #e1e5ea;}
.advanced_search_box .detail_alert .record .label_box .label{width: 48%;}
.advanced_search_box .detail_alert .record .label_box .label select {width: 100%;height: 38px;border-radius: 3px;border: 1px solid #eaeaea;padding: 0 10px;float: left;color: #000;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-image: url(../images/icon-select-arrow.png);background-repeat: no-repeat;background-position: right 15px center;background-color: #f7f9ff;}
.advanced_search_box .detail_alert .record .label_box .label input {width: 95%;height: 36px;border-radius: 3px;border: 1px solid #eaeaea;padding: 1px 1px 1px 10px;float: left;color: #000;}
.advanced_search_box .detail_alert .record .label_box .input_box {border: none;}
.advanced_search_box .detail_alert .record .label_btn{margin: 40px 0 20px 0;}
.advanced_search_box .detail_alert .record button[type=submit] {background-color: #045afe;color: #fff;transition: all 0.3s;border: 1px solid #045afe;margin: 0;}
.advanced_search_box .detail_alert .record button {width: 126px;height: 35px;border-radius: 15px;color: #495567;background: #fff;font-size: 16px;text-transform: capitalize;border: 1px solid #eaeaea;margin-right: 7px;}
.advanced_search_box .detail_alert .record .input_box .input_position {width: 48%;height: 200px;position: absolute;left: 0;top: 65%;border: 1px solid #c5c5c5;box-shadow: 0 2px 8px rgb(0 0 0 / 15%);overflow: auto;background-color: #fff;box-sizing: border-box;display: none;overscroll-behavior: contain;z-index: 1;}
.advanced_search_box .detail_alert .record .input_box .input_position_p{top: 65%;left: 52%;}
.advanced_search_box .detail_alert .record .input_box .input_position li {font-size: 14px;height: 35px;line-height: 35px;cursor: pointer;padding: 0 10px;color: #06c;transition: all 0.3s ease;overflow: hidden;}
.advanced_search_box .detail_alert .record .input_box .input_position li:hover, .advanced_search_box .detail_alert .record .input_box .input_position li.current {color: #0081FF;background-color: #e6f2ff;}

.global_export_form .selector .selector_box{width: 50px;border-radius: 6px;border: 2px solid var(--maincolor1);}
.global_export_form .selector .selector_box .input{margin-left: 5px;}
.global_export_form .selector .selector_box .input::after{right: -17px;border: 5px solid #e1ebeb;border-left-color: #555;}
.detail_out .box_out.global_export_form .bill{padding-bottom: 40px;}
.detail_out .box_out.global_export_form .box_menu{display: flex;align-items: center;justify-content: space-between;}
.detail_out .box_out.global_export_form .box_menu .box_right .btn_list{padding-bottom: 12px;}
.global_export_form .add_explode{color: var(--maincolor1);border-color: var(--maincolor1);}
.global_export_form .add_explode i{width: 12px; background: url(/static/themes/default/images/icon-download-green.png) no-repeat left center;}
.global_export_form .selector .selector_box{height: 30px;}
.detail_out .box_out{margin-bottom: 100px;}
.detail_out .box_out .bottom .table thead td{background: #e1ebeb;}
.detail_out .box_out .bottom .table td span a, .detail_out .box_out .bottom .table .item span a{color: var(--maincolor1);}
.detail_out .box_out .bottom .table td{color: #333; padding: 20px;}
.detail_out .box_out .bottom .table tbody td:last-child a{background: url(/static/themes/default/images/detail_right_green.png) no-repeat center / contain;}
.detail_out .box_out .bottom .table tr{border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
    .detail_out .box_out .bottom .table tbody td {font-size: 1.6vw;}
	.detail_out .box_out .bottom .table td{padding: 1vw;}
}
@media screen and (max-width: 1900px){
	.detail_out .box_out .level_search button{width: 6.5vw;margin-right: 1vw;}
	.detail_out .box_out .level_search .form .label {margin-left: 1vw;}
	.advanced_search_box .detail_alert .record button {width: 7vw;}
}
@media screen and (max-width: 1560px){
	.detail_out .box_out .level_search .form .label {width: calc( (100% - 70px) / 4);}
	.detail_out .box_out .level_search .form .label.width {width: calc(100% - ( (100% - 90px) / 5) - 39% );}
	.detail_out .box_out .level_search .form .label.min_label {width: calc( (100% - 70px) / 3);}
}
@media screen and (max-width: 1200px){
	.detail_out .box_out .level_search .form .label {width: 100%;}
	.detail_out .box_out .level_search button{width: 15vw;margin-right: 2vw;}
	.advanced_search_box {width: 50vw;}
	.advanced_search_box .detail_alert .record button {width: 10.5vw;}
	.detail_out .box_out .level_search .form .label.width {width: 100%;margin-left: 0;}
	.detail_out .box_out .level_search .form .label.min_label {width: calc( (100% - 70px) / 1);}
	.detail_out .box_out .level_search .form .label.min_label{display: flex;justify-content: flex-end;align-items: center;float: right;width: auto;}
}
@media screen and (max-width: 660px){
	.detail_out .box_out .level_search .form .label span, .detail_out .box_out .level_search .form span {width: 19vw;display: block;}
	.detail_out .box_out .level_search .form .label {width: 100%;}
	.detail_out .box_out .level_search .form .label.width {width: 100%;}
	.detail_out .box_out .level_search .form .label .input_box,.detail_out .box_out .level_search .form .label select {width: 100%;}
}

.detail_out .box_out .normal_search_but .input_box .input_box_content{width:40%;}
.detail_out .box_out .level_search .input_box .input_box_content{width:50%;min-width: 220px;}
.detail_out .box_out .level_search .input_box .input_box_content .fiter,.advanced_search_box .detail_alert .record .input_box .input_box_content .fiter{width: 93%;}
.detail_out .box_out .level_search button{margin-right: 0;}
@media screen and (max-width: 1200px){
	.detail_out .box_out .level_search .input_box .input_box_content{width:unset;min-width: 220px;}
}

/*全局额外导出*/
.extra_explode_box{display: flex;justify-content: flex-end;margin-bottom: 20px;}
.global_export_extra_explode{display: none;line-height: 30px;font-size:14px;color:#045afe;cursor: pointer;padding-left:14px;background: url(/static/themes/default/images/icon-download2.png) no-repeat left center;}
@media screen and (max-width: 750px){
	.extra_explode_box{margin-bottom: 2.22vw;}
	.global_export_extra_explode{display: block;float: unset;font-size: 3.73vw;background-size: 3vw auto;padding-left: 5vw;}
}
/*全局额外导出*/

.selector_div .add_explode{display: none;}
@media screen and (max-width: 1024px){
	.global_export_form .add_explode{display: none;}
	.global_export_form .selector .selector_box{width: auto;height: auto;min-width: fit-content;min-height: fit-content;}
	.global_export_form .box_right .add_explode{display: none;}
	.global_export_form .add_explode{display: flex;margin-top: 1.2vw;font-size: 1.666vw;padding: 0.53vw 3.2vw;border-radius: 12vw;max-height: 42px;border: 2px solid;}
	.global_alert_box .detail_alert .record .copy_right{border-right: 1px solid #eaf1f8;border-bottom: 0;}
	.global_export_form tbody .selector{display: flex;flex-direction: row;gap: 2.2vw;margin: 0;}
	.detail_out .box_out .bottom .table tbody div.normal{padding: 0;}
	.global_export_form tbody .selector .r_box{display: flex;flex-direction: column;gap: 2vw;}
	.global_export_form tbody .selector .r_box div:first-child{font-size: 3.2vw;color: #5c6274;line-height: 1;}
	.global_export_form tbody .selector .r_box div:last-child{font-size: 4.27vw;font-weight: bold;color: #384252;line-height: 1;}
	.detail_out .box_out .bottom .table tbody div{min-height: fit-content;line-height: 1;}
	.detail_out .box_out .bottom .table tbody .item>div:not(:first-child) br{display: none;}
	.detail_out .box_out.global_export_form .bill{background: #f4f7fd;}
	.detail_out .box_out .bottom .table tbody div.selector{}
	.detail_out .box_out .bottom .table tbody .item:first-child{margin-top: 12px;}
	.detail_out .box_out .bottom .table .item{background: #fff;}
	.detail_out .box_out .bottom .table tbody div .corporate{font-size: 4.27vw;}
	.table tbody div:before{font-size: 3.73vw;}
	.detail_out .box_out .bottom .table tbody div[data-label="details"]{display:inline-block;background:#f0f6ff;color:#0066ff;border-radius:12vw;text-decoration:none;font-size:3.73333vw;width:100%;box-sizing:border-box;line-height: 12vw;height: 12vw;padding: 0;}
	.detail_out .box_out .bottom .table thead tr td{background:#fff;border-radius:5px}
	.detail_out .box_out .bottom .table tbody div[data-label="details"]::before{content:attr(data-label);color:#0066ff;font-size:3.73vw;font-weight:normal}
	.detail_out .box_out .bottom .table thead tr td:not(:first-child){display:none}
	.detail_out .box_out .bottom .table .selector_box{width:100%;background:#fff;width:12.66vw;height:6.66vw;min-height:30px;position: unset;transform: unset;margin-left: 10px;}
	.global_export_form .selector .selector_box.open{width:fit-content}
	.detail_out .box_out .dowm_load{width:8vw;height:8vw;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #b1ccff}
	.detail_out .box_out .dowm_load i{width:10px;height:12px;background:url(/static/themes/default/images/icon-download.png) no-repeat left center;display:inline-block;vertical-align:bottom}
	.detail_out .box_out .title_box .abs_top, .detail_out .box_out .title_box .abs_top{display: flex;justify-content: space-between;flex-direction: row;}
	.global_export_form .selector input[name="select"]{width: 2.4vw;height: 2.4vw;}	


	.global_export_form tbody .selector .r_box div:first-child{font-size: 3.2vw;color: #5c6274;line-height: 1;}
	.global_export_form tbody .selector .r_box div:last-child{font-size: 4.27vw;font-weight: bold;color: #384252;line-height: 1;}
	.detail_out .box_out .bottom .table .item{background: #fff;}
	.detail_out .box_out .bottom .table tbody .item>div:not(:first-child):not(:last-child){background: #f9fbfa;padding: 4vw;display: flex;flex-direction: column;width: 100%;box-sizing: border-box;margin-bottom: 12px;gap: 2vw;border-radius: 5px;font-size: 4.27vw;}
	.detail_out .box_out .bottom .table tbody .item>div:not(:first-child) br{display: none;}
	.detail_out .box_out .bottom .table tbody div[data-label="details"]{display:inline-block;background:#f0f6ff;color:#0066ff;border-radius:12vw;text-decoration:none;font-size:3.73333vw;width:100%;box-sizing:border-box;line-height: 12vw;height: 12vw;padding: 0;}
	.detail_out .box_out .bottom .table thead tr td{background:#fff;border-radius:5px}
	.detail_out .box_out .bottom .table tbody div[data-label="details"]::before{content:attr(data-label);color:#0066ff;font-size:3.73vw;font-weight:normal}
	.detail_out .box_out .bottom .table thead tr td:not(:first-child){display:none}
	.table tbody .item{display:block;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-bottom:15px;padding:15px}
	.table tbody .item>div{display:block;padding:8px 0;border:none;text-align:left}
	.table tbody .item>div:before{content:attr(data-label);font-weight:bold;display:inline-block;width:120px;color:#666;text-transform: capitalize;}
	.detail_out .box_out .bottom .table tbody .item>div:last-child{display:inline-block;background:#f0f6ff;color:#0066ff;border-radius:12vw;text-decoration:none;font-size:3.73333vw;width:100%;box-sizing:border-box;line-height:12vw;height:12vw;text-align:center;padding:0}
	.detail_out .box_out .bottom .table tbody .item>div:last-child::before{content:attr(data-label);color:#0066ff;font-size:3.73vw;font-weight:normal}
}
@media screen and (max-width: 750px){
	.wide {width: auto;}
	.detail_out .box_out .bottom .table thead .item>div{height: 40px;padding: 2vw 2.6666vw;font-size: 3.73vw;}
	.detail_out .box_out .bottom .table tbody .item>div{font-size: 3.73vw;}
	.detail_out .box_out .bottom .table tbody .item>div .country{font-size: 3.2vw;}
	.detail_out .box_out .bottom .table td.acctime {min-width: 11.33vw;}

	.global_alert_box .alert_title{padding: 18px 0 2vw 0;}
	.global_alert_box .alert_title .name{color: #000;font-size: 4.266vw;}
	.global_alert_box .detail_alert .record .copy_box{border-bottom: 1px solid #eaf1f8;}
	.global_alert_box .detail_alert .record .copy_box .copy_title{margin: 2vw 0;}
	.global_alert_box .detail_alert .record .copy_box .copy_title a{color: #000;font-size: 3.73vw;}
	.global_alert_box .detail_alert .record .copy_box .copy_out{border-left: 1px solid #eaf1f8;border-right: 1px solid #eaf1f8;box-sizing: border-box;}
	.global_alert_box .detail_alert .record .copy{padding: 3.33vw 2.66vw;flex-direction: column;background: #fafafa;row-gap: 2.66vw;border: unset;border-top: 1px solid #eaf1f8;}
	.global_alert_box .detail_alert .record .copy .name{line-height: unset;text-align: left;font-size: 3.2vw;border-right: unset;}
	.global_alert_box .detail_alert .record .copy .val{line-height: unset;padding: 0;font-size: 3.73vw;color: #000;}
}
@media screen and (max-width: 500px){
	.global_alert_box .alert_title .name{color: #000;font-size: 5.266vw;}
}
/*详情自适应*/
.detail_out .box_out .title_box .abs_top .l span.load {display: inline-block;text-align: center;min-width: 36px;}
.dot-stretching {position: relative;width: 8px;height: 8px;border-radius: 4px;background-color: #0c7571;color: #0c7571;transform: scale(1.25, 1.25);animation: dot-stretching 2s infinite ease-in;display: inline-block;}
.dot-stretching::before, .dot-stretching::after {box-sizing: inherit;content: "";display: inline-block;position: absolute;top: 0;left: 0;}
.dot-stretching::before {width: 8px;height: 8px;border-radius: 4px;background-color: #0c7571;color: #0c7571;animation: dot-stretching-before 2s infinite ease-in;}
.dot-stretching::after {width: 8px;height: 8px;border-radius: 4px;background-color: #0c7571;color: #0c7571;animation: dot-stretching-after 2s infinite ease-in;}
@keyframes dot-stretching {0% {transform: scale(1.25, 1.25);}50%, 60% {transform: scale(0.8, 0.8);}100% {transform: scale(1.25, 1.25);}}
@keyframes dot-stretching-before {0% {transform: translate(0) scale(0.7, 0.7);}50%, 60% {transform: translate(-15px) scale(1, 1);}100% {transform: translate(0) scale(0.7, 0.7);}}
@keyframes dot-stretching-after {0% {transform: translate(0) scale(0.7, 0.7);}50%, 60% {transform: translate(15px) scale(1, 1);}100% {transform: translate(0) scale(0.7, 0.7);}}

/*导航菜单*/
.detail_out .box_out.global_export_form .box_menu {padding: 22px 20px 0;font-size: 0;border-bottom: 1px solid #edf0f5;}
.detail_out .box_out.global_export_form .box_menu a {display: inline-block;vertical-align: bottom;border-bottom: 2px solid transparent;margin-right: 35px;font-size: 16px;color: #404852;padding-bottom: 12px;font-weight: bold;margin-bottom: -1px;text-transform: capitalize;}
.detail_out .box_out.global_export_form .box_menu a.cur {border-bottom: 2px solid var(--maincolor1);color: #10504a;}
/*导航菜单*/

/*新详情窗口*/
.global_fixed_right.trade_detail_box{overflow:auto;scrollbar-width:none;width:558px}
.global_fixed_right.trade_detail_box .box_title{font-size:24px;color:#202833;display:flex;flex-direction:row;align-items:center;padding:23px 20px 22px;position:relative}
.global_fixed_right.trade_detail_box .close{line-height:14px;width:14px;height:14px;background:url(/static/themes/default/images/alert_close.png) no-repeat center / contain;position:absolute;right:20px}
.global_fixed_right.trade_detail_box .detail_box{background-color:#fff}
.global_fixed_right.trade_detail_box .detail_box .item{padding:20px 20px 40px 20px;border-top:1px solid #eaeaea}
.global_fixed_right.trade_detail_box .detail_box .field_container{margin-top:20px}
.global_fixed_right.trade_detail_box .detail_box .title{color:#5c6274;margin-bottom:10px;text-transform:uppercase;font-size:14px}
.global_fixed_right.trade_detail_box .detail_box .title_value{font-size:18px;font-weight:bold;color:#384252}
.global_fixed_right.trade_detail_box .detail_box .title_value a{color:#1b6aff}
.global_fixed_right.trade_detail_box .detail_box .value{font-size:14px;color:#6a778b;width:calc(60% - 1px);line-height:23px}
.global_fixed_right.trade_detail_box .detail_box .value a{color:#1b6aff}
.global_fixed_right.trade_detail_box .detail_box .field{margin-bottom:4px;display:flex;flex-direction:row;align-items:center;background:#f9f9f9;padding:10px;border-radius:5px}
.global_fixed_right.trade_detail_box .detail_box .field_container.product .field{margin-bottom:0;border-radius:0}
.global_fixed_right.trade_detail_box .detail_box .field_container.product .field:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px}
.global_fixed_right.trade_detail_box .detail_box .field_container.product .field:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}
.global_fixed_right.trade_detail_box .detail_box .field_container.product .field:not(:last-child){border-bottom:1px solid #eef0f3}
.global_fixed_right.trade_detail_box .detail_box .label{color:#384252;font-size:12px;font-weight:bold;width:calc(40% - 1px)}
@media screen and (max-width: 750px){
	.global_fixed_right.trade_detail_box{width:100%;}
}
/*新详情窗口*/
