:root {
	--maincolor1: #163af4;
	--maincolor1hover: #2749f5;
	--maincolor2: #096efd;
	--maincolor3: #005ae3;
}
@font-face{font-family:"PoppinsLight";src:url("../fonts/PoppinsLight.otf");}
@font-face{font-family:"PoppinsMedium";src:url("../fonts/PoppinsMedium.otf");}
@font-face{font-family:"PoppinsSemiBold";src:url("../fonts/PoppinsSemiBold.otf");}

body, textarea, input, button, select, keygen, legend{font-family: "PoppinsLight";}

.wide { width: 1440px; margin: 0 auto; box-sizing: border-box; }
@media screen and (max-width: 1460px) {
	.wide { width: 100%; padding: 0 20px; }
}

.hide { display: none; }

.global_button{ box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 20px; text-decoration: none; border: 1px solid transparent; transition: all .2s ease-in-out; cursor: pointer; font-size: 18px; width: auto; height: 60px; padding: 10px 30px; border-radius: 4px; background-color: var(--maincolor1); border-color: var(--maincolor1); color: #fff; font-weight: bold;text-align: center; }
.global_button .icon{display: flex;align-items: center; justify-content: center;}
.global_button:hover{ background-color: var(--maincolor1hover); border-color: var(--maincolor1hover); }
.global_button.disabled{cursor: no-drop; opacity: 0.5;}
@media screen and (max-width: 1024px) {
	.global_button{ font-size: 16px; height: 50px;gap: 15px; padding: 10px 20px; }
}
@media screen and (max-width: 768px) {
	.global_button{ font-size: 14px; height: 45px;gap: 10px; padding: 10px 15px;}
}
@media screen and (max-width: 500px) {
	.global_button{ height: 40px;gap: 5px;}
}

/* 分页 */
#turn_page {text-align: right;padding: 20px 25px 30px;}
#turn_page .total_page {margin-right: 10px;display: inline-block;vertical-align: middle;}
#turn_page .pagination {display: inline-block;vertical-align: middle;overflow: hidden;}
#turn_page .pagination .first,.pagination .last {padding: 0 5px;}
#turn_page .pagination>span {margin-right: 10px;display: inline-block;vertical-align: middle;}
#turn_page .pagination li.active ,#turn_page .pagination li:hover {background-color: var(--maincolor1);border-color: var(--maincolor1);}
#turn_page .pagination li {display: inline-block;vertical-align: middle;width: 33px;height: 33px;line-height: 33px;margin: 0 1px;text-align: center;text-decoration: none;font-size: 12px;color: #888;background-color: #fff;border: 1px #d9d9d9 solid;border-radius: 2px;}
#turn_page .pagination li a,#turn_page .pagination li span {display: block;width: 100%;height: 100%;cursor: pointer;}
#turn_page .pagination li.active a, #turn_page .pagination li:hover a,#turn_page .pagination li:hover span {color: #fff;}
#turn_page .pagination li.prev {background: url(../images/icon_arrow_left_small_gray.png) no-repeat center center;}
#turn_page .pagination li.next {background: url(../images/icon_arrow_right_small_gray.png) no-repeat center center;}

/* 公共右侧弹窗 */
.global_fixed_right{position: fixed;width: 420px;right: 0;top: 0;bottom: 0; background-color: #fff;transition: all 0.3s;box-sizing: border-box;transform: translateX(100%);opacity: 0;z-index: 10001;}
.global_fixed_right.current{opacity: 1;transform: translateX(0);}
.global_fixed_right .top_title{font-size: 24px;color: #000;height: 35px;padding: 20px;text-transform: capitalize;}
.global_fixed_right .top_title a{width: 18px;height: 18px;position: absolute;right: 20px;top: 26px;transform: rotate(45deg);}
.global_fixed_right .top_title a::after{content: '';width: 2px;height: 100%;left: 8px;top: 0;background-color: #c7c7c7;position: absolute;}
.global_fixed_right .top_title a::before{content: '';width: 100%;height: 2px;left: 0;top: 8px;background-color: #c7c7c7;position: absolute;}
.global_fixed_right .content{height: calc(100% - 75px - 88px);overflow-x: hidden;overflow-y: auto;padding: 0 20px;}
.global_fixed_right .content::-webkit-scrollbar{width: 5px;background: #f1f1f1;border-radius: 5px;}
.global_fixed_right .content::-webkit-scrollbar-thumb{background: #c1c1c1;border-radius: 5px;}
.global_fixed_right .content::-webkit-scrollbar-thumb:hover{background: #a8a8a8;}
.global_fixed_right .bottom_button{width: 100%;height: 88px;background-color: #fff;box-shadow: 0 0 13px rgba(18, 41, 75, 0.1);position: absolute;left: 0;bottom: 0;padding: 20px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;}
.global_fixed_right .bottom_button .button{width: 100%;height: 100%;background-color: #deeefe;color: var(--maincolor1);display: flex;justify-content: center;align-items: center;cursor: pointer;border-radius: 3px;}
.global_fixed_right .bottom_button .button.submit{background-color: var(--maincolor1);color: #fff;}
.global_fixed_right .bottom_button .button.w36{width: 36%;}
.global_fixed_right .bottom_button .button.w58{width: 58%;}
@media screen and (max-width:500px) {
	.global_fixed_right{width: 90%;}
	.global_fixed_right .top_title{font-size: 20px;}
}

/* 公共选择器 */
.selector {position: relative;}
.selector .selector_box{width:90px;height: 38px;border-radius: 38px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border: 1px solid #bbd6fc;display: flex;background-color: #f7f9fb;z-index: 1;align-items: center;padding: 5px 10px;box-sizing: border-box;justify-content: space-between;font-size: 12px;color: #000;margin-left: 4px;gap: 5px;}
.selector .selector_input{display: flex;align-items: center;cursor: pointer;position: relative;gap: 5px;}
.selector .selector_input i {width: 15px;height: 15px;box-sizing: border-box;border: 1px solid #ccd1d6;border-radius: 2px;}
.selector .selector_input.current i {border-color: var(--maincolor1);background: url(../images/checkbox_label.png) var(--maincolor1) no-repeat center;}
.selector .selector_input .batch_box{display: flex; align-items: center;}
.selector .selector_tips {display: none;flex: 1;}
.selector .selector_button {display: none;height: 26px;line-height: 26px;width: 78px;border-radius: 26px;text-align: center;background-color: #deeefe;color: var(--maincolor1);cursor: pointer;font-weight: normal;margin-left: 5px;}
.selector .selector_box .selector_input::after { content: ''; position: absolute; right: -17px; top: 0; bottom: 0; border: 5px solid #f7f9fb; border-left-color: #555; width: 0; height: 0; cursor: pointer; margin: auto; }
.selector .selector_box.open {width: fit-content;}
.selector .selector_box.open .selector_button {display: block;}
.selector .selector_box.open .selector_input::after {display: none;}
.selector .selector_box.open .selector_input .batch_box{display: none;}
.selector .selector_box.open .selector_tips {display: block;}

/*公共屏蔽*/
.blur{filter: blur(3px);}
.shiled{position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: flex;align-content: center;justify-content: center;align-items: center;flex-wrap: wrap;background: rgba(0, 0, 0, 0.6);border-radius: 10px;}
.shiled .u_title{width: 100%;text-align: center;font-size: 18px;margin-bottom: 15px;font-family: "PoppinsSemiBold";color: #fff;}
.shiled .u_btn{display: flex;justify-content: center;align-items: center;padding: 3px 15px;border-radius: 4px;font-size: 16px;cursor: pointer;font-family: "PoppinsMedium";background: #0065ff;border: 1px solid #2871fa;color: #fff;}
@media screen and (max-width:500px) {
	.shiled .u_title{font-size: 16px;margin-bottom: 10px;}
	.shiled .u_btn{padding: 3px 10px;font-size: 14px;}
}

/*公共社媒图标*/
.social_icon { background-image: url(../images/detail/social_icon.png?v=1); }
.social_icon.whatsapp { background-image: url(../images/detail/whatsapp_icon.png?v=1); }
.social_icon.instagram { background-image: url(../images/detail/instagram_icon.png?v=1); }
.social_icon.twitter { background-image: url(../images/detail/twitter_icon.png?v=1); }
.social_icon.linkedin { background-image: url(../images/detail/linkedin_icon.png?v=1); }
.social_icon.facebook { background-image: url(../images/detail/facebook_icon.png?v=1); }
.social_icon.line { background-image: url(../images/detail/line_icon.png?v=1); }
.social_icon.pinterest { background-image: url(../images/detail/pinterest_icon.png?v=1); }
.social_icon.snapchat { background-image: url(../images/detail/snapchat_icon.png?v=1); }
.social_icon.tiktok { background-image: url(../images/detail/tiktok_icon.png?v=1); }
.social_icon.vk { background-image: url(../images/detail/vk_icon.png?v=1); }
.social_icon.wechat { background-image: url(../images/detail/wechat_icon.png?v=1); }
.social_icon.youtube { background-image: url(../images/detail/youtube_icon_new.png?v=1); }

/*公共加载中*/
.dot-stretching {position: relative;width: 8px;height: 8px;border-radius: 4px;background-color: #000;color: #000;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: #000;color: #000;animation: dot-stretching-before 2s infinite ease-in;}
.dot-stretching::after {width: 8px;height: 8px;border-radius: 4px;background-color: #000;color: #000;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);}}

.dot-stretching2 { display: flex; gap: 8px; justify-content: center; align-items: center; height: 100%; }
.dot-stretching2 .dotbox { display: flex; justify-content: space-evenly; width: 70%; }
.dot-stretching2 .dot { height: 20px; width: 20px; border-radius: 50%; position: relative; -webkit-animation: dot-stretching2 1.2s ease-in-out infinite; animation: dot-stretching2 1.2s ease-in-out infinite; }
.dot-stretching2 .dot:nth-child(1) { background:linear-gradient(to right, #f65a07, #c44a3a); }
.dot-stretching2 .dot:nth-child(2) { background:linear-gradient(to right, #c44a3a, #864a7e); animation-delay: 0.15s; }
.dot-stretching2 .dot:nth-child(3) { background:linear-gradient(to right, #864a7e, #163af4);animation-delay: 0.3s; }
@keyframes dot-stretching2 { 0%,100% { transform: scale(.8); opacity: .6; } 50% { transform: scale(1.3); opacity: 1; } }
@media (max-width: 768px) {
	.dot-stretching2 { display: flex; gap: 6px; }
	.dot-stretching2 .dot { height: 15px; width: 15px; }
}
@media (max-width: 500px) {
	.dot-stretching2 { display: flex; gap: 4px; }
	.dot-stretching2 .dot { height: 10px; width: 10px; }
}

.global_no_data{display: flex;flex-wrap: wrap;justify-content: center;align-content: center;align-items: center;padding: 120px 0 180px;}
.global_no_data .name{width: 100%;text-align: center;font-size: 24px;font-weight: bold;color: #000000;margin-top: 35px;}
.global_no_data .desc{width: 100%;font-size: 16px;text-align: center;color: #3f4956;line-height: 1.5;margin-top: 20px;}
.global_no_data .btn{cursor: pointer;font-size: 16px;color: #fff;width: 290px;height: 60px;line-height: 60px;text-align: center;border-radius: 8px;background-color: #0037ff;margin-top: 40px;}
@media (max-width: 1024px) {
    .global_no_data{padding: 90px 0 120px;}
    .global_no_data .img{width: 120px;}
    .global_no_data .name{font-size: 22px;margin-top: 25px;}
    .global_no_data .desc{font-size: 15px;margin-top: 15px;}
	.global_no_data .btn{font-size: 15px;width: 250px;height: 50px;line-height: 50px;margin-top: 30px;}
}
@media (max-width: 768px) {
    .global_no_data{padding: 10vh 0 20vh;}
    .global_no_data .img{width: 30vw;}
    .global_no_data .name{font-size: 20px;margin-top: 20px;}
    .global_no_data .desc{font-size: 14px;margin-top: 10px;}
	.global_no_data .btn{font-size: 14px;width: 200px;height: 40px;line-height: 40px;margin-top: 25px;}
}