
	.search_global{}
	.search_global .select_type{display: flex;justify-content: flex-start;align-items: center;gap: 5px;}
	.search_global .select_type .type{width: 120px;height: 42px;line-height: 42px;background: #385abb;color: #d3e1fe;text-align: center;border-top-left-radius: 12px;border-top-right-radius: 12px;cursor: pointer;font-size: 16px;}
	.search_global .select_type .type.cur{background: #fff;color: #022ea9;}
	.search_global .wide_bg{width: 100%;background: #fff;border-radius: 12px;border-top-left-radius: 0;padding: 6px 7px;display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;}
	.search_global .select_country{display: flex;align-content: center;justify-content: space-between;align-items: center;padding: 0 16px 0 9px;border: 1px solid transparent;border-right: 1px solid #e1e5ea;height: 30px;position: relative;}
	.search_global .select_country .img{width: 24px;height: 15px;overflow: hidden;margin-right: 10px;}
	.search_global .select_country i{background-image: url(/static/themes/default/images/ico/icon_flag_big.jpg);display: inline-block;width: 64px;height: 38px;transform: scale(0.375);transform-origin: left top;}
	.search_global .select_country .name{font-weight: bold;color: #000;cursor: pointer;}
	.search_global .select_country .name::after {content: "";width: 13px;height: 7px;display: inline-block;background: url(/static/themes/default/images/price/icon_up.png)  no-repeat center center/contain;vertical-align: middle;transform: rotate(180deg);margin-left: 16px;}
	.search_global .select_country .input_position {width: 100%;min-width: 280px;height: 200px;border-radius: 8px;margin-top: 3px;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: 2;}
	.search_global .select_country .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;word-break: break-all;}
	.search_global .select_country .input_position li.hide {display: none!important;}
	/*国家下拉输入框*/
	.search_global .select_country .hand_country {width: 100%;box-sizing: border-box;text-align: center;padding: 9px;}
	.search_global .select_country .hand_country input {width: 100%;box-sizing: border-box;border-radius: 5px;border: 1px solid #eaeaea;height: 32px;text-indent: 30px;background-image: url(/static/themes/default/images/icon-search.png);background-repeat: no-repeat;background-position: 7px center;background-color: #f8f9fe;font-size: 14px;color: #4e4e4e;}
	.scoll_box {scrollbar-width: thin;overflow-y: auto;}
	.scoll_box::-webkit-scrollbar {width: 0px;height: 5px;}
	.scoll_box::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #d7d7d7;}
	.scoll_box::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #fff;}
	.search_global .input_out{width: 100%;flex: 1;padding: 0 15px;box-sizing: border-box;}
	.search_global .input_out input{height: 60px;border: 1px solid transparent;box-sizing: border-box;padding-left: 28px;width: 100%;background: url(/static/themes/default/images/icon-search.png) no-repeat left center;}
	.search_global .search_btn{width: 130px;height: 60px;text-align: center;line-height: 60px;font-size: 20px;font-weight: bold;border-radius: 6px;background: #045afe;color: #fff;cursor: pointer;}
	@media screen and (max-width: 768px) {
		.search_global .select_type .type{font-size: 14px;width: auto;padding: 0 3vw;height: 36px;line-height: 36px;}
		.search_global .select_country .name{font-size: 0px;}
		.search_global .select_country .name::after{margin-left: 0px;}
		.search_global .select_country .input_position{min-width: 250px;}
		.search_global .input_out{padding: 0 10px;}
		.search_global .input_out input{font-size: 13px;padding-left: 25px;height: 50px;}
		.search_global .search_btn{width: 50px;height: 50px;font-size: 0;background: url(/static/themes/default/images/icon-search5.png) #045afe no-repeat center center/40%;}
	}
	.choose_country.new_win_alert{padding: 30px 20px;overflow: unset;}
	.choose_country.new_win_alert .win_title{font-size: 24px;text-align: center;}
	.choose_country.new_win_alert .search_global{margin-top: 20px;}
	.choose_country.new_win_alert .search_global .select_country{border: none;display: flex;justify-content: center;flex-wrap: wrap;height: auto;}
	.choose_country.new_win_alert .search_global .select_country .input_position{position: relative;margin-top: 8px;}
	@media screen and (max-width: 768px) {
		.choose_country.new_win_alert{padding: 6vw 4vw;}
		.choose_country.new_win_alert .win_title{font-size: 4.4vw;}
		.choose_country.new_win_alert .search_global{margin-top: 4vw;}
	}
