Commit 41ff99cb by 肖康

Merge branch 'feature/xk/20231102/首页轮播修改' into dev/ver/1.0.0

parents 0adb7836 0c4b8ebc
......@@ -3,27 +3,34 @@
namespace App\Http\Middleware;
use Closure;
use Illuminate\Support\Facades\Log;
use MaxMind\Db\Reader;
class CheckIp
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
view()->share('is_disable_ip', 0);
//laravel get route name
$routeName = \Illuminate\Support\Facades\Route::currentRouteName();
if ($routeName == 'info') {
return $next($request);
}
$ip = $request->ip();
$result = geoip($ip);
if (in_array($result->iso_code, config('field.disable_ip_iso_code'))) {
Log::warning($ip);
$reader = new Reader(storage_path('app/GeoLite2-Country.mmdb'));
$record = $reader->get($ip);
if (empty($record)) {
return $next($request);
}
Log::warning(json_encode($record));
if (in_array($record['country']['iso_code'], config('field.disable_ip_iso_code'))) {
view()->share('is_disable_ip', 1);
return redirect()->to('/info');
}
......
......@@ -48,7 +48,7 @@
background : #02051F;
width : 100%;
position : fixed;
top : 70px;
//top : 70px;
left : 0px;
z-index : 6;
border-bottom: 1px solid #545C76;
......
@charset "utf-8";html,body,div,iframe,em,img,p,a,strong,b,i,form,label,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,applet,object,blockquote,big,cite,code,del,dfn,abbr,acronym,address,pre,time,mark,audio,video,article,aside,canvas,details,embed,figure,figcaption,footer,header,nav,section,menu,button,input,textarea{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-weight:normal;list-style:none;outline:none;resize:none}table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;font-size:100%;font:inherit}a{text-decoration:none}table{border-color:#ccc !important}body,html,button,input{font-family:Arial,helvetica,PingFangSC-Regular,PingFang SC,"微软雅黑"}.but{height:33px;background:#283FEB;border-radius:8px;line-height:33px;font-size:18px;font-weight:bold;text-align:center;color:#fff;cursor:pointer;box-sizing:border-box;padding:0 5px}input{height:32px;line-height:32px;box-sizing:border-box;background:rgba(4,17,53,0.65);border:1px solid #FFFFFF;border-radius:8px;color:#fff;padding-left:10px;padding-right:10px}input::-webkit-input-placeholder{color:#BCBDC4}.scrollbar{overflow-y:auto}.scrollbar::-webkit-scrollbar{width:2px;background-color:#EDEDED}.scrollbar::-webkit-scrollbar-thumb{border-radius:2px;background-color:#164D9A}textarea{line-height:32px;box-sizing:border-box;background:rgba(4,17,53,0.65);border:1px solid #FFFFFF;border-radius:8px;color:#fff;padding-left:10px;padding-right:10px}textarea::-webkit-input-placeholder{color:#BCBDC4}select{height:32px;line-height:32px;background:rgba(4,17,53,0.65);border:1px solid #FFFFFF;border-radius:8px;color:#fff;padding-left:10px;padding-right:10px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;outline:none;background-image:linear-gradient(45deg, transparent 50%, #fff 50%),linear-gradient(135deg, #fff 50%, transparent 50%);background-position:calc(100% - 15px) calc(1em - 1px),calc(100% - 10px) calc(1em - 1px),calc(100% - 2.5em) .5em;background-size:7px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat}select:focus{background-image:linear-gradient(45deg, #fff 50%, transparent 50%),linear-gradient(135deg, transparent 50%, #fff 50%);background-position:calc(100% - 8px) calc(1em - 1px),calc(100% - 15px) calc(1em - 1px),calc(100% - 2.5em) .5em;background-size:7px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat}.break-word{word-break:break-all}.clr:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.clr{display:block;min-height:1%}.clr{clear:both}.clr:after{content:" ";display:table;clear:both}.fl{float:left}.fr{float:right}.fw{font-weight:bold}.ta-c{text-align:center}.ta-r{text-align:right}.ta-l{text-align:left}.flex{display:flex}.column{display:flex;flex-direction:column}.row{display:flex;flex-direction:row}.boxsiz{-webkit-box-sizing:border-box;box-sizing:border-box}.bothSide{justify-content:space-between}.avarage{justify-content:space-around}.rowCenter{justify-content:center}.verCenter{align-items:center}.gw-header-top{background:#F68332;height:70px;line-height:70px;font-size:24px;color:#fff;position:fixed;width:100%;top:0px;left:0px;z-index:2}.gw-header-top div{width:100%;height:100%}.gw-header-top div a{color:#fff}.gw-header-top div span{float:right;margin-right:20px}.gw-header-top div span i{cursor:pointer;color:#fff;font-size:18px;transition:all .5s}.gw-header-top div span:hover i{color:#333}.gw-header-nav{height:111px;background:#02051F;width:100%;position:fixed;top:70px;left:0px;z-index:6;border-bottom:1px solid #545C76}.gw-header-nav .ghn-con{height:112px;width:1500px;margin:0 auto}@media screen and (max-width:1500px){.gw-header-nav .ghn-con{width:1200px}}.gw-header-nav .ghn-con a.ghn-logo{width:261px;height:44px;position:relative;top:32px}.gw-header-nav .ghn-con a.ghn-logo img{width:100%;height:100%}.gw-header-nav .ghn-con .ghn-right-box{position:relative;top:-30px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin{position:relative}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin .userurl-box{position:absolute;width:160px;background:#FFFFFF;top:17px;left:0px;box-shadow:0 0 5px #ccc;padding:15px 0px;display:none;z-index:6}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin .userurl-box a{box-sizing:border-box;padding:0 15px;display:block;cursor:pointer;font-size:14px;color:#333;height:32px;line-height:32px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin .userurl-box a:hover{color:#174D9A;background:#DFEAFA}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin:hover .userurl-box{display:block}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin div.username{overflow:hidden;text-overflow:ellipsis}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox{position:relative;width:160px;box-sizing:border-box;opacity:0;width:30px;overflow:hidden;transition:all .8s}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox input{width:160px;border-radius:40px;height:30px;display:none}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox span{position:absolute;cursor:pointer;top:6px;right:12px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox span i{color:#fff;font-size:18px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter:hover .searchtopbox{width:160px;opacity:1}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter:hover .searchtopbox input{display:block}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter:hover a{display:none}.gw-header-nav .ghn-con .ghn-right-box .grb-top a{font-size:16px;color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-top a.carbc{position:relative}.gw-header-nav .ghn-con .ghn-right-box .grb-top a.carbc span{position:absolute;height:24px;display:block;width:24px;background:#E94141;border-radius:24px;color:#fff;right:-20px;top:-11px;line-height:24px;text-align:center;font-size:14px}.gw-header-nav .ghn-con .ghn-right-box .grb-top a:hover{color:#F68332}.gw-header-nav .ghn-con .ghn-right-box .grb-top a.iconbx:hover{color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr{margin-left:34px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr .fz-16{font-size:16px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr.clj{position:relative;top:6px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr.clj .icon-touxiang{font-size:18px;position:relative;top:-1px;margin-right:3px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr.clj font{color:#fff;letter-spacing:-3px}.gw-header-nav .ghn-con .ghn-right-box .grb-top i.icon{font-size:30px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom{margin-top:30px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli{margin-left:48px;transition:all .5s;display:block;height:40px;position:relative}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli a.onea{font-size:20px;color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav{position:absolute;top:38px;left:-22px;width:192px;padding:18px 22px;display:none;background:rgba(26,29,57,0.8)}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav .twoli{height:40px;line-height:40px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav a.twoa{font-size:20px;color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav a.twoa:hover{color:#F68332}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli:hover::after{content:"";position:absolute;top:36px;width:100%;height:5px;background:#FFFFFF;border-radius:2px;left:0px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli:hover .twonav{display:block}.footersm{background:rgba(31,104,242,0.2);padding-top:87px;padding-bottom:31px}.footersm .logoftsm{width:262px;height:45px}.footersm .itemftsm{color:#fff;font-weight:bold;margin-left:107px}@media screen and (max-width:1500px){.footersm .itemftsm{margin-left:27px}}.footersm .itemftsm p{font-size:20px;margin-bottom:26px}.footersm .itemftsm p.row b{font-size:16px;font-weight:normal;margin-right:9px;position:relative;top:5px}.footersm .itemftsm a{font-size:16px;display:block;cursor:pointer;color:#fff;font-weight:normal;line-height:28px;height:28px}.footersm .itemftsm a:hover{color:#F68332}.footersm .itemftsm a.fz-14{font-size:14px}.footersm .itemftsm a.fz-14:hover{color:#fff}.footersm .dpbto{margin-top:53px;font-size:14px;color:#fff}.footersm .dpbto span{font-weight:bold}.footersm .dpbto i{font-size:22px;margin-right:20px;position:relative;top:-3px}.footersm .dpbto i.dflt{margin-left:53px}.mallpage{background:#fafafa}.mallpage .bread-menu{width:1200px;border-left:4px solid #04439D;height:20px;line-height:20px;font-size:16px;padding-left:10px;margin:20px auto}.mallpage .bread-menu a{color:#555}.mallpage .bread-menu a:hover{color:#04439D}.mallpage .bread-menu i{margin:0 5px}.mallpage .bread-menu span{color:#04439D}.mallpage .w1200{width:1200px;margin:0 auto}.mallpage .mall-header-top{background:#F68332;height:70px;line-height:70px;font-size:24px;color:#fff;top:0px;position:relative}.mallpage .mall-header-top div{width:100%;height:100%}.mallpage .mall-header-top div a{color:#fff}.mallpage .mall-header-top div span{position:absolute;right:20px}.mallpage .mall-header-top div span i{cursor:pointer;color:#fff;font-size:18px;transition:all .5s}.mallpage .mall-header-top div span:hover i{color:#333}.mallpage .mall-header-nav{background:#fff}.mallpage .mall-header-nav .search-car{margin-top:16px}.mallpage .mall-header-nav .search-car .cons{height:48px}.mallpage .mall-header-nav .search-car .cons .search-input-box{width:340px;margin-left:303px;height:48px;line-height:44px;border:2px solid #164D9A}.mallpage .mall-header-nav .search-car .cons .search-input-box input{background:none;color:#333;line-height:44px;height:44px;padding-left:18px;width:268px}.mallpage .mall-header-nav .search-car .cons .search-input-box .searchbtnx{width:68px;height:46px;background:#164D9A;line-height:44px;color:#fff;cursor:pointer;text-align:center;position:relative;left:1px;top:-1px}.mallpage .mall-header-nav .search-car .cons .search-input-box .searchbtnx i{font-size:30px}.mallpage .mall-header-nav .search-car .cons .car-boxs{cursor:pointer;position:relative;margin-left:42px}.mallpage .mall-header-nav .search-car .cons .car-boxs i{font-size:32px;color:#164D9A}.mallpage .mall-header-nav .search-car .cons .car-boxs span{position:absolute;height:24px;display:block;width:24px;background:#E94141;border-radius:24px;color:#fff;right:-20px;top:-11px;line-height:24px;text-align:center;font-size:14px}.mallpage .mall-header-nav .search-car .cons .login-head-box{margin-left:38px;color:#164D9A;width:124px}.mallpage .mall-header-nav .search-car .cons .login-head-box a{font-size:16px;color:#164D9A}.mallpage .mall-header-nav .search-car .cons .login-head-box a:hover{color:#F68332}.mallpage .mall-header-nav .search-car .cons .login-head-box a:hover i{color:#F68332}.mallpage .mall-header-nav .search-car .cons .login-head-box.notLogin{text-align:center}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin{position:relative}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin .userurl-box{position:absolute;width:160px;background:#FFFFFF;top:17px;left:0px;box-shadow:0 0 5px #ccc;padding:15px 0px;display:none;z-index:2}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin .userurl-box a{box-sizing:border-box;padding:0 15px;display:block;cursor:pointer;font-size:14px;color:#333;height:32px;line-height:32px}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin .userurl-box a:hover{color:#174D9A;background:#DFEAFA}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin:hover .userurl-box{display:block}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin a{font-size:14px}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin i{color:#164D9A;font-size:16px}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin div.username{width:108px;overflow:hidden;text-overflow:ellipsis}.mallpage .mall-header-nav .search-car .cons .about-link{font-size:16px;color:#164D9A;margin-left:30px}.mallpage .mall-header-nav .search-car .cons .about-link:hover{color:#F68332}.mallpage .mall-header-nav .nav-box{height:64px;margin-top:33px;border-bottom:1px solid #545C76}.mallpage .mall-header-nav .nav-box .li{height:64px;display:block;box-sizing:border-box;min-width:150px;padding:0 15px;color:#333;font-size:20px;line-height:64px;margin-right:15px;text-align:center;position:relative}.mallpage .mall-header-nav .nav-box .li .twonav{width:180px;background:#164d9a;position:absolute;top:64px;left:0px;line-height:44px;box-sizing:border-box;padding:20px;display:none}.mallpage .mall-header-nav .nav-box .li .twonav a{color:#fff}.mallpage .mall-header-nav .nav-box .li .twonav a:hover{color:#F68332}.mallpage .mall-header-nav .nav-box .li:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .li:hover .twonav{display:block}.mallpage .mall-header-nav .nav-box .li.act{color:#fff;background:#164D9A}.mallpage .mall-header-nav .nav-box .allpro{position:relative}.mallpage .mall-header-nav .nav-box .allpro .procon{display:none;position:absolute;border-top:7px solid #fafafa;background:#ccc;width:498px;height:391px;left:0px;top:65px;background-color:#fff;z-index:1}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx{padding-top:17px;padding-left:14px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .headboxx{height:28px;line-height:28px;overflow:hidden}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .headboxx img{width:22px;height:22px;vertical-align:middle;position:relative;left:0px;transition:all .3s}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .headboxx p{color:#333;font-size:14px;margin-left:7px;position:relative;left:0px;transition:all .3s}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .headboxx img{left:-25px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .headboxx p{left:-25px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .conboxx{margin-top:14px;padding-left:33px;flex-wrap:wrap}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .conboxx a.erji{color:#333;font-size:14px;flex:0 0 33.33%;margin-bottom:16px;overflow:hidden;height:16px;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding-right:5px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .conboxx a.erji:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx{display:none;position:absolute;left:498px;top:0px;width:702px;border-left:4px solid #F0F7FF;background:#fff;height:384px;z-index:1;padding:24px;overflow-y:auto;box-shadow:2px 0 4px 0 rgba(2,30,69,0.2)}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx::-webkit-scrollbar{width:2px;background-color:#EDEDED}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx::-webkit-scrollbar-thumb{border-radius:2px;background-color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx{margin-bottom:24px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx a.p{height:14px;line-height:14px;color:#333;cursor:pointer;display:block;border-left:3px solid #164D9A;padding-left:10px;font-size:12px;margin-bottom:15px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx a.p:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx .threeClass{flex-wrap:wrap}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx .threeClass a{color:#333;font-size:12px;margin-bottom:8px;flex:0 0 33.33%}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx .threeClass a:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover{background:#F0F7FF}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .rightboxx{display:block}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .headboxx p{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro:hover .procon{display:block}.mallpage .mall-header-user-nav{height:80px;border-bottom:1px solid #545C76}.mallpage .mall-header-user-nav .user-con-nav .nav-box{height:80px}.mallpage .mall-header-user-nav .user-con-nav .nav-box .menber{margin-left:71px;color:#222;font-size:26px;font-weight:bold}.mallpage .mall-header-user-nav .user-con-nav .nav-box .about-link{font-size:16px;color:#555;margin-left:50px}.mallpage .mall-header-user-nav .user-con-nav .nav-box .about-link:hover{color:#164D9A}.mallpage .mall-header-user-nav .user-con-nav .nav-box .login-head-box{flex:0 0 300px;margin-left:134px}.mallpage .mall-header-user-nav .user-con-nav .nav-box .login-head-box a{font-size:16px;color:#555}.mallpage .mall-header-user-nav .user-con-nav .nav-box .login-head-box a:hover{color:#164D9A}.mallpage .user-left-nav{width:160px;min-height:192px;background:#FFFFFF}.mallpage .user-left-nav .li{width:160px;height:48px;line-height:48px;text-align:center;font-size:16px;color:#555;cursor:pointer;display:block}.mallpage .user-left-nav .li.act{background:#DFEAFA;color:#174D9A;font-weight:bold}.mallpage .mall-footer{margin-top:18px}.mallpage .mall-footer .floor1 .row{margin-bottom:1px}.mallpage .mall-footer .floor1 .itemf3{height:200px;width:50%;background:rgba(27,32,55,0.1);color:#333;font-size:24px;line-height:200px;margin-bottom:1px;font-weight:bold}.mallpage .mall-footer .floor1 .itemf3.trr{padding-left:122px}.mallpage .mall-footer .floor1 .itemf3.trl{text-align:right;padding-right:122px;margin-right:1px}.mallpage .mall-footer .floor1 .itemf3 b{font-size:40px;font-weight:bold;margin-right:10px}.mallpage .mall-footer .floor1 .itemf3:hover{color:#fff}.mallpage .mall-footer .floor1 .itemf3:hover b{font-size:60px;font-weight:bold;color:#fff}.mallpage .mall-footer .floor1 .itemf3.bgbts1:hover{background:url("../../images/home/bgf1.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor1 .itemf3.bgbts2:hover{background:url("../../images/home/bgf2.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor1 .itemf3.bgbts3:hover{background:url("../../images/home/bgf3.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor1 .itemf3.bgbts4:hover{background:url("../../images/home/bgf4.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor2{overflow:hidden;margin-top:31px}.mallpage .mall-footer .floor2 .bannerScrollboxs{position:relative;height:134px;width:3000px}.mallpage .mall-footer .floor2 .bannerScrollboxs a{display:block;cursor:pointer;width:134px;height:134px;float:left;margin-right:19px}.mallpage .mall-footer .floor2 .bannerScrollboxs a img{width:134px;height:134px}.mallpage .mall-footer .floor3{background:#164D9A}.mallpage .mall-footer .floor3 .conh{padding-top:87px;padding-bottom:31px;margin-top:24px}.mallpage .mall-footer .floor3 .conh .logoftsm{width:208px;height:36px;margin-right:24px}.mallpage .mall-footer .floor3 .conh .itemftsm{color:#fff;font-weight:bold;padding:0 36px;border-right:1px dashed rgba(255,255,255,0.2)}.mallpage .mall-footer .floor3 .conh .itemftsm.lastitem{border:0px}.mallpage .mall-footer .floor3 .conh .itemftsm p{font-size:15px;font-weight:bold;margin-bottom:26px}.mallpage .mall-footer .floor3 .conh .itemftsm p.w150{width:150px}.mallpage .mall-footer .floor3 .conh .itemftsm a{font-size:12px;display:block;cursor:pointer;color:#fff;font-weight:normal;line-height:28px;height:28px}.mallpage .mall-footer .floor3 .conh .itemftsm a:hover{color:#F68332}.mallpage .mall-footer .floor3 .conh .itemftsm a.fz-14{font-size:14px}.mallpage .mall-footer .floor3 .conh .itemftsm a.fz-14:hover{color:#fff}.mallpage .mall-footer .floor3 .conh .itemftsp p{font-size:14px;color:#fff;margin-bottom:25px}.mallpage .mall-footer .floor3 .conh .itemftsp p span{margin-right:10px;position:relative;top:5px}.mallpage .mall-footer .floor3 .conh .itemftsp p img{width:172px;height:21px}.mallpage .mall-footer .floor3 .conh .itemftsp span{font-size:14px;color:#fff}.mallpage .mall-footer .floor3 .conh .dpbto{margin-top:53px;font-size:12px;color:#fff}.mallpage .mall-footer .floor3 .conh .dpbto span{font-weight:bold}.mallpage .mall-footer .floor3 .conh .dpbto i{font-size:22px;margin-right:20px;position:relative;top:-3px}.mallpage .mall-footer .floor3 .conh .dpbto i.dflt{margin-left:53px}.mallpage .datalistcon{padding:0 25px;background:#fff}.mallpage .datalistcon .w180{width:170px;padding-right:10px}.mallpage .datalistcon .w140{width:130px;padding-right:10px}.mallpage .datalistcon .w280{width:270px;padding-right:10px}.mallpage .datalistcon .list-th{box-sizing:border-box;width:100%;height:48px;background:#DFEAFA;line-height:48px;padding:0 20px}.mallpage .datalistcon .list-th .th{font-size:14px;color:#333;font-weight:bold}.mallpage .datalistcon .td-group{padding:20px;font-size:14px;color:#555;border-bottom:1px solid #DFEAFA;width:100%;box-sizing:border-box}.mallpage .datalistcon .td-group:last-child{border:0px}.mallpage .datalistcon .td-group .copyname{cursor:pointer;margin-top:10px}.mallpage .datalistcon .td-group .copyname i{font-size:25px;color:#164D9A}.mallpage .datalistcon .td-group .pdflink{cursor:pointer;margin-top:10px}.mallpage .datalistcon .td-group .pdflink i{font-size:25px;color:#F68332}.mallpage .datalistcon .td-group .total-price{margin-top:12px}.mallpage .datalistcon .td-group .mult{margin-left:30px}.mallpage .datalistcon .td-group .price-group{line-height:22px;color:#555}.mallpage .datalistcon .td-group .price-group .jtpr{width:80px;box-sizing:border-box;padding-right:5px}.mallpage .datalistcon .td-group .price-group .jtpc{width:80px}.mallpage .datalistcon .td-group .price-group.act{color:#164D9A}.mallpage .datalistcon .td-group a.goodsname{color:#555}.mallpage .datalistcon .td-group a.goodsname:hover{color:#164D9A}.mallpage .datalistcon .td-group .td{line-height:22px;word-break:break-all}.mallpage .datalistcon .td-group:hover{background:#F7FAFF}.mallpage .datalistcon .td-group .input-box{width:151px;height:32px;line-height:30px;background:#FAFAFA;border:1px solid #DFEAFA;border-radius:8px;position:relative}.mallpage .datalistcon .td-group .input-box input{background:none;color:#333;line-height:30px;height:30px;border:0px;font-size:14px;width:151px}.mallpage .datalistcon .td-group .input-box div{width:56px;height:32px;background:#164D9A;border-radius:0px 8px 8px 0px;line-height:30px;color:#fff;text-align:center;position:absolute;right:0px;top:0px;cursor:pointer}.mallpage .M-pagebox{margin-top:20px}.mallpage .M-pagebox span,.mallpage .M-pagebox a{width:32px;height:32px;background:#FAFAFA;border:1px solid #DFEAFA;border-radius:4px;margin-left:9px;color:#555;font-size:14px;cursor:pointer;box-sizing:border-box;line-height:32px;text-align:center}.mallpage .M-pagebox span.active{background:#DFEAFA;border:1px solid #164D9A}.mallpage .M-pagebox input{width:52px;height:32px;background:#FAFAFA;border:1px solid #DFEAFA;text-align:center;line-height:32px;margin-left:9px;padding:0px;box-sizing:border-box;color:#555;font-size:14px}
\ No newline at end of file
@charset "utf-8";html,body,div,iframe,em,img,p,a,strong,b,i,form,label,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,applet,object,blockquote,big,cite,code,del,dfn,abbr,acronym,address,pre,time,mark,audio,video,article,aside,canvas,details,embed,figure,figcaption,footer,header,nav,section,menu,button,input,textarea{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-weight:normal;list-style:none;outline:none;resize:none}table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;font-size:100%;font:inherit}a{text-decoration:none}table{border-color:#ccc !important}body,html,button,input{font-family:Arial,helvetica,PingFangSC-Regular,PingFang SC,"微软雅黑"}.but{height:33px;background:#283FEB;border-radius:8px;line-height:33px;font-size:18px;font-weight:bold;text-align:center;color:#fff;cursor:pointer;box-sizing:border-box;padding:0 5px}input{height:32px;line-height:32px;box-sizing:border-box;background:rgba(4,17,53,0.65);border:1px solid #FFFFFF;border-radius:8px;color:#fff;padding-left:10px;padding-right:10px}input::-webkit-input-placeholder{color:#BCBDC4}.scrollbar{overflow-y:auto}.scrollbar::-webkit-scrollbar{width:2px;background-color:#EDEDED}.scrollbar::-webkit-scrollbar-thumb{border-radius:2px;background-color:#164D9A}textarea{line-height:32px;box-sizing:border-box;background:rgba(4,17,53,0.65);border:1px solid #FFFFFF;border-radius:8px;color:#fff;padding-left:10px;padding-right:10px}textarea::-webkit-input-placeholder{color:#BCBDC4}select{height:32px;line-height:32px;background:rgba(4,17,53,0.65);border:1px solid #FFFFFF;border-radius:8px;color:#fff;padding-left:10px;padding-right:10px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;outline:none;background-image:linear-gradient(45deg, transparent 50%, #fff 50%),linear-gradient(135deg, #fff 50%, transparent 50%);background-position:calc(100% - 15px) calc(1em - 1px),calc(100% - 10px) calc(1em - 1px),calc(100% - 2.5em) .5em;background-size:7px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat}select:focus{background-image:linear-gradient(45deg, #fff 50%, transparent 50%),linear-gradient(135deg, transparent 50%, #fff 50%);background-position:calc(100% - 8px) calc(1em - 1px),calc(100% - 15px) calc(1em - 1px),calc(100% - 2.5em) .5em;background-size:7px 5px,5px 5px,1px 1.5em;background-repeat:no-repeat}.break-word{word-break:break-all}.clr:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.clr{display:block;min-height:1%}.clr{clear:both}.clr:after{content:" ";display:table;clear:both}.fl{float:left}.fr{float:right}.fw{font-weight:bold}.ta-c{text-align:center}.ta-r{text-align:right}.ta-l{text-align:left}.flex{display:flex}.column{display:flex;flex-direction:column}.row{display:flex;flex-direction:row}.boxsiz{-webkit-box-sizing:border-box;box-sizing:border-box}.bothSide{justify-content:space-between}.avarage{justify-content:space-around}.rowCenter{justify-content:center}.verCenter{align-items:center}.gw-header-top{background:#F68332;height:70px;line-height:70px;font-size:24px;color:#fff;position:fixed;width:100%;top:0px;left:0px;z-index:2}.gw-header-top div{width:100%;height:100%}.gw-header-top div a{color:#fff}.gw-header-top div span{float:right;margin-right:20px}.gw-header-top div span i{cursor:pointer;color:#fff;font-size:18px;transition:all .5s}.gw-header-top div span:hover i{color:#333}.gw-header-nav{height:111px;background:#02051F;width:100%;position:fixed;left:0px;z-index:6;border-bottom:1px solid #545C76}.gw-header-nav .ghn-con{height:112px;width:1500px;margin:0 auto}@media screen and (max-width:1500px){.gw-header-nav .ghn-con{width:1200px}}.gw-header-nav .ghn-con a.ghn-logo{width:261px;height:44px;position:relative;top:32px}.gw-header-nav .ghn-con a.ghn-logo img{width:100%;height:100%}.gw-header-nav .ghn-con .ghn-right-box{position:relative;top:-30px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin{position:relative}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin .userurl-box{position:absolute;width:160px;background:#FFFFFF;top:17px;left:0px;box-shadow:0 0 5px #ccc;padding:15px 0px;display:none;z-index:6}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin .userurl-box a{box-sizing:border-box;padding:0 15px;display:block;cursor:pointer;font-size:14px;color:#333;height:32px;line-height:32px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin .userurl-box a:hover{color:#174D9A;background:#DFEAFA}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin:hover .userurl-box{display:block}.gw-header-nav .ghn-con .ghn-right-box .grb-top .yesLogin div.username{overflow:hidden;text-overflow:ellipsis}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox{position:relative;width:160px;box-sizing:border-box;opacity:0;width:30px;overflow:hidden;transition:all .8s}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox input{width:160px;border-radius:40px;height:30px;display:none}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox span{position:absolute;cursor:pointer;top:6px;right:12px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter .searchtopbox span i{color:#fff;font-size:18px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter:hover .searchtopbox{width:160px;opacity:1}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter:hover .searchtopbox input{display:block}.gw-header-nav .ghn-con .ghn-right-box .grb-top .searchenter:hover a{display:none}.gw-header-nav .ghn-con .ghn-right-box .grb-top a{font-size:16px;color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-top a.carbc{position:relative}.gw-header-nav .ghn-con .ghn-right-box .grb-top a.carbc span{position:absolute;height:24px;display:block;width:24px;background:#E94141;border-radius:24px;color:#fff;right:-20px;top:-11px;line-height:24px;text-align:center;font-size:14px}.gw-header-nav .ghn-con .ghn-right-box .grb-top a:hover{color:#F68332}.gw-header-nav .ghn-con .ghn-right-box .grb-top a.iconbx:hover{color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr{margin-left:34px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr .fz-16{font-size:16px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr.clj{position:relative;top:6px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr.clj .icon-touxiang{font-size:18px;position:relative;top:-1px;margin-right:3px}.gw-header-nav .ghn-con .ghn-right-box .grb-top .fr.clj font{color:#fff;letter-spacing:-3px}.gw-header-nav .ghn-con .ghn-right-box .grb-top i.icon{font-size:30px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom{margin-top:30px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli{margin-left:48px;transition:all .5s;display:block;height:40px;position:relative}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli a.onea{font-size:20px;color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav{position:absolute;top:38px;left:-22px;width:192px;padding:18px 22px;display:none;background:rgba(26,29,57,0.8)}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav .twoli{height:40px;line-height:40px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav a.twoa{font-size:20px;color:#fff}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli .twonav a.twoa:hover{color:#F68332}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli:hover::after{content:"";position:absolute;top:36px;width:100%;height:5px;background:#FFFFFF;border-radius:2px;left:0px}.gw-header-nav .ghn-con .ghn-right-box .grb-bottom .oneli:hover .twonav{display:block}.footersm{background:rgba(31,104,242,0.2);padding-top:87px;padding-bottom:31px}.footersm .logoftsm{width:262px;height:45px}.footersm .itemftsm{color:#fff;font-weight:bold;margin-left:107px}@media screen and (max-width:1500px){.footersm .itemftsm{margin-left:27px}}.footersm .itemftsm p{font-size:20px;margin-bottom:26px}.footersm .itemftsm p.row b{font-size:16px;font-weight:normal;margin-right:9px;position:relative;top:5px}.footersm .itemftsm a{font-size:16px;display:block;cursor:pointer;color:#fff;font-weight:normal;line-height:28px;height:28px}.footersm .itemftsm a:hover{color:#F68332}.footersm .itemftsm a.fz-14{font-size:14px}.footersm .itemftsm a.fz-14:hover{color:#fff}.footersm .dpbto{margin-top:53px;font-size:14px;color:#fff}.footersm .dpbto span{font-weight:bold}.footersm .dpbto i{font-size:22px;margin-right:20px;position:relative;top:-3px}.footersm .dpbto i.dflt{margin-left:53px}.mallpage{background:#fafafa}.mallpage .bread-menu{width:1200px;border-left:4px solid #04439D;height:20px;line-height:20px;font-size:16px;padding-left:10px;margin:20px auto}.mallpage .bread-menu a{color:#555}.mallpage .bread-menu a:hover{color:#04439D}.mallpage .bread-menu i{margin:0 5px}.mallpage .bread-menu span{color:#04439D}.mallpage .w1200{width:1200px;margin:0 auto}.mallpage .mall-header-top{background:#F68332;height:70px;line-height:70px;font-size:24px;color:#fff;top:0px;position:relative}.mallpage .mall-header-top div{width:100%;height:100%}.mallpage .mall-header-top div a{color:#fff}.mallpage .mall-header-top div span{position:absolute;right:20px}.mallpage .mall-header-top div span i{cursor:pointer;color:#fff;font-size:18px;transition:all .5s}.mallpage .mall-header-top div span:hover i{color:#333}.mallpage .mall-header-nav{background:#fff}.mallpage .mall-header-nav .search-car{margin-top:16px}.mallpage .mall-header-nav .search-car .cons{height:48px}.mallpage .mall-header-nav .search-car .cons .search-input-box{width:340px;margin-left:303px;height:48px;line-height:44px;border:2px solid #164D9A}.mallpage .mall-header-nav .search-car .cons .search-input-box input{background:none;color:#333;line-height:44px;height:44px;padding-left:18px;width:268px}.mallpage .mall-header-nav .search-car .cons .search-input-box .searchbtnx{width:68px;height:46px;background:#164D9A;line-height:44px;color:#fff;cursor:pointer;text-align:center;position:relative;left:1px;top:-1px}.mallpage .mall-header-nav .search-car .cons .search-input-box .searchbtnx i{font-size:30px}.mallpage .mall-header-nav .search-car .cons .car-boxs{cursor:pointer;position:relative;margin-left:42px}.mallpage .mall-header-nav .search-car .cons .car-boxs i{font-size:32px;color:#164D9A}.mallpage .mall-header-nav .search-car .cons .car-boxs span{position:absolute;height:24px;display:block;width:24px;background:#E94141;border-radius:24px;color:#fff;right:-20px;top:-11px;line-height:24px;text-align:center;font-size:14px}.mallpage .mall-header-nav .search-car .cons .login-head-box{margin-left:38px;color:#164D9A;width:124px}.mallpage .mall-header-nav .search-car .cons .login-head-box a{font-size:16px;color:#164D9A}.mallpage .mall-header-nav .search-car .cons .login-head-box a:hover{color:#F68332}.mallpage .mall-header-nav .search-car .cons .login-head-box a:hover i{color:#F68332}.mallpage .mall-header-nav .search-car .cons .login-head-box.notLogin{text-align:center}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin{position:relative}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin .userurl-box{position:absolute;width:160px;background:#FFFFFF;top:17px;left:0px;box-shadow:0 0 5px #ccc;padding:15px 0px;display:none;z-index:2}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin .userurl-box a{box-sizing:border-box;padding:0 15px;display:block;cursor:pointer;font-size:14px;color:#333;height:32px;line-height:32px}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin .userurl-box a:hover{color:#174D9A;background:#DFEAFA}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin:hover .userurl-box{display:block}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin a{font-size:14px}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin i{color:#164D9A;font-size:16px}.mallpage .mall-header-nav .search-car .cons .login-head-box.yesLogin div.username{width:108px;overflow:hidden;text-overflow:ellipsis}.mallpage .mall-header-nav .search-car .cons .about-link{font-size:16px;color:#164D9A;margin-left:30px}.mallpage .mall-header-nav .search-car .cons .about-link:hover{color:#F68332}.mallpage .mall-header-nav .nav-box{height:64px;margin-top:33px;border-bottom:1px solid #545C76}.mallpage .mall-header-nav .nav-box .li{height:64px;display:block;box-sizing:border-box;min-width:150px;padding:0 15px;color:#333;font-size:20px;line-height:64px;margin-right:15px;text-align:center;position:relative}.mallpage .mall-header-nav .nav-box .li .twonav{width:180px;background:#164d9a;position:absolute;top:64px;left:0px;line-height:44px;box-sizing:border-box;padding:20px;display:none}.mallpage .mall-header-nav .nav-box .li .twonav a{color:#fff}.mallpage .mall-header-nav .nav-box .li .twonav a:hover{color:#F68332}.mallpage .mall-header-nav .nav-box .li:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .li:hover .twonav{display:block}.mallpage .mall-header-nav .nav-box .li.act{color:#fff;background:#164D9A}.mallpage .mall-header-nav .nav-box .allpro{position:relative}.mallpage .mall-header-nav .nav-box .allpro .procon{display:none;position:absolute;border-top:7px solid #fafafa;background:#ccc;width:498px;height:391px;left:0px;top:65px;background-color:#fff;z-index:1}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx{padding-top:17px;padding-left:14px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .headboxx{height:28px;line-height:28px;overflow:hidden}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .headboxx img{width:22px;height:22px;vertical-align:middle;position:relative;left:0px;transition:all .3s}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .headboxx p{color:#333;font-size:14px;margin-left:7px;position:relative;left:0px;transition:all .3s}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .headboxx img{left:-25px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .headboxx p{left:-25px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .conboxx{margin-top:14px;padding-left:33px;flex-wrap:wrap}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .conboxx a.erji{color:#333;font-size:14px;flex:0 0 33.33%;margin-bottom:16px;overflow:hidden;height:16px;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding-right:5px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .conboxx a.erji:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx{display:none;position:absolute;left:498px;top:0px;width:702px;border-left:4px solid #F0F7FF;background:#fff;height:384px;z-index:1;padding:24px;overflow-y:auto;box-shadow:2px 0 4px 0 rgba(2,30,69,0.2)}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx::-webkit-scrollbar{width:2px;background-color:#EDEDED}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx::-webkit-scrollbar-thumb{border-radius:2px;background-color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx{margin-bottom:24px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx a.p{height:14px;line-height:14px;color:#333;cursor:pointer;display:block;border-left:3px solid #164D9A;padding-left:10px;font-size:12px;margin-bottom:15px}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx a.p:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx .threeClass{flex-wrap:wrap}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx .threeClass a{color:#333;font-size:12px;margin-bottom:8px;flex:0 0 33.33%}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx .rightboxx .grouprightx .threeClass a:hover{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover{background:#F0F7FF}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .rightboxx{display:block}.mallpage .mall-header-nav .nav-box .allpro .procon .groupboxx:hover .headboxx p{color:#164D9A}.mallpage .mall-header-nav .nav-box .allpro:hover .procon{display:block}.mallpage .mall-header-user-nav{height:80px;border-bottom:1px solid #545C76}.mallpage .mall-header-user-nav .user-con-nav .nav-box{height:80px}.mallpage .mall-header-user-nav .user-con-nav .nav-box .menber{margin-left:71px;color:#222;font-size:26px;font-weight:bold}.mallpage .mall-header-user-nav .user-con-nav .nav-box .about-link{font-size:16px;color:#555;margin-left:50px}.mallpage .mall-header-user-nav .user-con-nav .nav-box .about-link:hover{color:#164D9A}.mallpage .mall-header-user-nav .user-con-nav .nav-box .login-head-box{flex:0 0 300px;margin-left:134px}.mallpage .mall-header-user-nav .user-con-nav .nav-box .login-head-box a{font-size:16px;color:#555}.mallpage .mall-header-user-nav .user-con-nav .nav-box .login-head-box a:hover{color:#164D9A}.mallpage .user-left-nav{width:160px;min-height:192px;background:#FFFFFF}.mallpage .user-left-nav .li{width:160px;height:48px;line-height:48px;text-align:center;font-size:16px;color:#555;cursor:pointer;display:block}.mallpage .user-left-nav .li.act{background:#DFEAFA;color:#174D9A;font-weight:bold}.mallpage .mall-footer{margin-top:18px}.mallpage .mall-footer .floor1 .row{margin-bottom:1px}.mallpage .mall-footer .floor1 .itemf3{height:200px;width:50%;background:rgba(27,32,55,0.1);color:#333;font-size:24px;line-height:200px;margin-bottom:1px;font-weight:bold}.mallpage .mall-footer .floor1 .itemf3.trr{padding-left:122px}.mallpage .mall-footer .floor1 .itemf3.trl{text-align:right;padding-right:122px;margin-right:1px}.mallpage .mall-footer .floor1 .itemf3 b{font-size:40px;font-weight:bold;margin-right:10px}.mallpage .mall-footer .floor1 .itemf3:hover{color:#fff}.mallpage .mall-footer .floor1 .itemf3:hover b{font-size:60px;font-weight:bold;color:#fff}.mallpage .mall-footer .floor1 .itemf3.bgbts1:hover{background:url("../../images/home/bgf1.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor1 .itemf3.bgbts2:hover{background:url("../../images/home/bgf2.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor1 .itemf3.bgbts3:hover{background:url("../../images/home/bgf3.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor1 .itemf3.bgbts4:hover{background:url("../../images/home/bgf4.png") no-repeat;background-size:100% 100%}.mallpage .mall-footer .floor2{overflow:hidden;margin-top:31px}.mallpage .mall-footer .floor2 .bannerScrollboxs{position:relative;height:134px;width:3000px}.mallpage .mall-footer .floor2 .bannerScrollboxs a{display:block;cursor:pointer;width:134px;height:134px;float:left;margin-right:19px}.mallpage .mall-footer .floor2 .bannerScrollboxs a img{width:134px;height:134px}.mallpage .mall-footer .floor3{background:#164D9A}.mallpage .mall-footer .floor3 .conh{padding-top:87px;padding-bottom:31px;margin-top:24px}.mallpage .mall-footer .floor3 .conh .logoftsm{width:208px;height:36px;margin-right:24px}.mallpage .mall-footer .floor3 .conh .itemftsm{color:#fff;font-weight:bold;padding:0 36px;border-right:1px dashed rgba(255,255,255,0.2)}.mallpage .mall-footer .floor3 .conh .itemftsm.lastitem{border:0px}.mallpage .mall-footer .floor3 .conh .itemftsm p{font-size:15px;font-weight:bold;margin-bottom:26px}.mallpage .mall-footer .floor3 .conh .itemftsm p.w150{width:150px}.mallpage .mall-footer .floor3 .conh .itemftsm a{font-size:12px;display:block;cursor:pointer;color:#fff;font-weight:normal;line-height:28px;height:28px}.mallpage .mall-footer .floor3 .conh .itemftsm a:hover{color:#F68332}.mallpage .mall-footer .floor3 .conh .itemftsm a.fz-14{font-size:14px}.mallpage .mall-footer .floor3 .conh .itemftsm a.fz-14:hover{color:#fff}.mallpage .mall-footer .floor3 .conh .itemftsp p{font-size:14px;color:#fff;margin-bottom:25px}.mallpage .mall-footer .floor3 .conh .itemftsp p span{margin-right:10px;position:relative;top:5px}.mallpage .mall-footer .floor3 .conh .itemftsp p img{width:172px;height:21px}.mallpage .mall-footer .floor3 .conh .itemftsp span{font-size:14px;color:#fff}.mallpage .mall-footer .floor3 .conh .dpbto{margin-top:53px;font-size:12px;color:#fff}.mallpage .mall-footer .floor3 .conh .dpbto span{font-weight:bold}.mallpage .mall-footer .floor3 .conh .dpbto i{font-size:22px;margin-right:20px;position:relative;top:-3px}.mallpage .mall-footer .floor3 .conh .dpbto i.dflt{margin-left:53px}.mallpage .datalistcon{padding:0 25px;background:#fff}.mallpage .datalistcon .w180{width:170px;padding-right:10px}.mallpage .datalistcon .w140{width:130px;padding-right:10px}.mallpage .datalistcon .w280{width:270px;padding-right:10px}.mallpage .datalistcon .list-th{box-sizing:border-box;width:100%;height:48px;background:#DFEAFA;line-height:48px;padding:0 20px}.mallpage .datalistcon .list-th .th{font-size:14px;color:#333;font-weight:bold}.mallpage .datalistcon .td-group{padding:20px;font-size:14px;color:#555;border-bottom:1px solid #DFEAFA;width:100%;box-sizing:border-box}.mallpage .datalistcon .td-group:last-child{border:0px}.mallpage .datalistcon .td-group .copyname{cursor:pointer;margin-top:10px}.mallpage .datalistcon .td-group .copyname i{font-size:25px;color:#164D9A}.mallpage .datalistcon .td-group .pdflink{cursor:pointer;margin-top:10px}.mallpage .datalistcon .td-group .pdflink i{font-size:25px;color:#F68332}.mallpage .datalistcon .td-group .total-price{margin-top:12px}.mallpage .datalistcon .td-group .mult{margin-left:30px}.mallpage .datalistcon .td-group .price-group{line-height:22px;color:#555}.mallpage .datalistcon .td-group .price-group .jtpr{width:80px;box-sizing:border-box;padding-right:5px}.mallpage .datalistcon .td-group .price-group .jtpc{width:80px}.mallpage .datalistcon .td-group .price-group.act{color:#164D9A}.mallpage .datalistcon .td-group a.goodsname{color:#555}.mallpage .datalistcon .td-group a.goodsname:hover{color:#164D9A}.mallpage .datalistcon .td-group .td{line-height:22px;word-break:break-all}.mallpage .datalistcon .td-group:hover{background:#F7FAFF}.mallpage .datalistcon .td-group .input-box{width:151px;height:32px;line-height:30px;background:#FAFAFA;border:1px solid #DFEAFA;border-radius:8px;position:relative}.mallpage .datalistcon .td-group .input-box input{background:none;color:#333;line-height:30px;height:30px;border:0px;font-size:14px;width:151px}.mallpage .datalistcon .td-group .input-box div{width:56px;height:32px;background:#164D9A;border-radius:0px 8px 8px 0px;line-height:30px;color:#fff;text-align:center;position:absolute;right:0px;top:0px;cursor:pointer}.mallpage .M-pagebox{margin-top:20px}.mallpage .M-pagebox span,.mallpage .M-pagebox a{width:32px;height:32px;background:#FAFAFA;border:1px solid #DFEAFA;border-radius:4px;margin-left:9px;color:#555;font-size:14px;cursor:pointer;box-sizing:border-box;line-height:32px;text-align:center}.mallpage .M-pagebox span.active{background:#DFEAFA;border:1px solid #164D9A}.mallpage .M-pagebox input{width:52px;height:32px;background:#FAFAFA;border:1px solid #DFEAFA;text-align:center;line-height:32px;margin-left:9px;padding:0px;box-sizing:border-box;color:#555;font-size:14px}
\ No newline at end of file
.gw-header-nav{
position: fixed;
top:70px;
//top:70px;
}
body{background: #000;min-width: 1200px;}
.homepage{
......
.gw-header-nav{position:fixed;top:70px}body{background:#000;min-width:1200px}.homepage{background:#000}.homepage .floor1{height:1021px;width:100%;background:url("../../images/home/bg1.png") center top no-repeat}.homepage .floor1 .fl1-con{padding-top:440px;width:1200px;margin:0 auto}.homepage .floor1 .fl1-con .rtdes{position:relative}.homepage .floor1 .fl1-con .rtdes p{color:#fff;font-size:60px}.homepage .floor1 .fl1-con .rtdes .p24{font-size:24px;margin-top:30px}.homepage .floor1 .fl1-con .rtdes img{display:block;position:absolute;z-index:1;width:450px;right:-50px;top:-150px}.homepage .floor1 .fl1-con .fl1botbox{margin-top:94px}.homepage .floor1 .fl1-con .fl1botbox .ftitem{width:390px;padding-top:38px;padding-bottom:42px;background:rgba(2,11,51,0.75);margin-right:15px;text-align:center;transition:all .8s}.homepage .floor1 .fl1-con .fl1botbox .ftitem.ftlast{margin-right:0px}.homepage .floor1 .fl1-con .fl1botbox .ftitem div{height:88px;width:88px;margin:0 auto;background:#fff;border-radius:88px;text-align:center;transition:all .8s}.homepage .floor1 .fl1-con .fl1botbox .ftitem div i{font-size:47px;position:relative;top:18px;color:#283FEB}.homepage .floor1 .fl1-con .fl1botbox .ftitem p{text-align:center;font-size:30px;color:#fff;margin-top:38px;margin-bottom:24px}.homepage .floor1 .fl1-con .fl1botbox .ftitem i.ijt{color:#283FEB;transition:all .8s}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover{background:rgba(40,63,235,0.75)}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover i.ijt{color:#F68332}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover div{background:none}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover div i{font-size:60px;color:#fff}.homepage .floor2{height:480px;background:url("../../images/home/bg2.png") center top no-repeat;font-size:24px;color:#fff}.homepage .floor2 b{font-size:40px}.homepage .floor2 .f2con{width:500px;margin:0 auto;position:relative;top:260px;width:864px}.homepage .floor2 video{width:1200px;margin:0 auto;display:block}.homepage .floor3{padding-top:4px}.homepage .floor3 .row{margin-bottom:1px}.homepage .floor3 .itemf3{height:200px;width:50%;background:#1B2037;color:#fff;font-size:30px;line-height:200px;margin-bottom:1px}.homepage .floor3 .itemf3.trr{padding-left:122px}.homepage .floor3 .itemf3.trl{text-align:right;padding-right:122px;margin-right:1px}.homepage .floor3 .itemf3 b{font-size:40px;font-weight:bold;margin-right:10px}.homepage .floor3 .itemf3:hover b{font-size:100px;font-weight:bold}.homepage .floor3 .itemf3.bgbts1:hover{background:url("../../images/home/bgf1.png") no-repeat;background-size:100% 100%}.homepage .floor3 .itemf3.bgbts2:hover{background:url("../../images/home/bgf2.png") no-repeat;background-size:100% 100%}.homepage .floor3 .itemf3.bgbts3:hover{background:url("../../images/home/bgf3.png") no-repeat;background-size:100% 100%}.homepage .floor3 .itemf3.bgbts4:hover{background:url("../../images/home/bgf4.png") no-repeat;background-size:100% 100%}.homepage .floor4{padding-top:60px;text-align:center;padding-bottom:60px}.homepage .floor4 p{font-size:30px;font-weight:bold;color:#FFf;margin-bottom:36px}.homepage .floor4 .but{width:560px;height:64px;line-height:64px;background:#283FEB;color:#fff;font-size:22px;border:2px solid #283FEB;cursor:pointer}.homepage .floor4 .but.but-lk{background:none;margin-left:39px}.homepage .footfixedcor{height:160px;width:100%;background:rgba(31,104,242,0.9);color:#fff;position:fixed;bottom:0px;z-index:1}.homepage .footfixedcor .confotfix{position:relative;padding-top:44px;padding-bottom:47px;z-index:2}.homepage .footfixedcor .confotfix div.textt{width:656px;font-size:18px;line-height:24px;margin-right:28px;color:#fff}.homepage .footfixedcor .confotfix .but{display:block;position:relative;top:10px;text-align:center;width:248px;height:48px;line-height:48px;background:#F68332;color:#fff;font-size:20px;border:1px solid #F68332;cursor:pointer}.homepage .footfixedcor .confotfix .but.but-lk{background:none;margin-right:20px;color:#F68332}
\ No newline at end of file
.gw-header-nav{position:fixed}body{background:#000;min-width:1200px}.homepage{background:#000}.homepage .floor1{height:1021px;width:100%;background:url("../../images/home/bg1.png") center top no-repeat}.homepage .floor1 .fl1-con{padding-top:440px;width:1200px;margin:0 auto}.homepage .floor1 .fl1-con .rtdes{position:relative}.homepage .floor1 .fl1-con .rtdes p{color:#fff;font-size:60px}.homepage .floor1 .fl1-con .rtdes .p24{font-size:24px;margin-top:30px}.homepage .floor1 .fl1-con .rtdes img{display:block;position:absolute;z-index:1;width:450px;right:-50px;top:-150px}.homepage .floor1 .fl1-con .fl1botbox{margin-top:94px}.homepage .floor1 .fl1-con .fl1botbox .ftitem{width:390px;padding-top:38px;padding-bottom:42px;background:rgba(2,11,51,0.75);margin-right:15px;text-align:center;transition:all .8s}.homepage .floor1 .fl1-con .fl1botbox .ftitem.ftlast{margin-right:0px}.homepage .floor1 .fl1-con .fl1botbox .ftitem div{height:88px;width:88px;margin:0 auto;background:#fff;border-radius:88px;text-align:center;transition:all .8s}.homepage .floor1 .fl1-con .fl1botbox .ftitem div i{font-size:47px;position:relative;top:18px;color:#283FEB}.homepage .floor1 .fl1-con .fl1botbox .ftitem p{text-align:center;font-size:30px;color:#fff;margin-top:38px;margin-bottom:24px}.homepage .floor1 .fl1-con .fl1botbox .ftitem i.ijt{color:#283FEB;transition:all .8s}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover{background:rgba(40,63,235,0.75)}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover i.ijt{color:#F68332}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover div{background:none}.homepage .floor1 .fl1-con .fl1botbox .ftitem:hover div i{font-size:60px;color:#fff}.homepage .floor2{height:480px;background:url("../../images/home/bg2.png") center top no-repeat;font-size:24px;color:#fff}.homepage .floor2 b{font-size:40px}.homepage .floor2 .f2con{width:500px;margin:0 auto;position:relative;top:260px;width:864px}.homepage .floor2 video{width:1200px;margin:0 auto;display:block}.homepage .floor3{padding-top:4px}.homepage .floor3 .row{margin-bottom:1px}.homepage .floor3 .itemf3{height:200px;width:50%;background:#1B2037;color:#fff;font-size:30px;line-height:200px;margin-bottom:1px}.homepage .floor3 .itemf3.trr{padding-left:122px}.homepage .floor3 .itemf3.trl{text-align:right;padding-right:122px;margin-right:1px}.homepage .floor3 .itemf3 b{font-size:40px;font-weight:bold;margin-right:10px}.homepage .floor3 .itemf3:hover b{font-size:100px;font-weight:bold}.homepage .floor3 .itemf3.bgbts1:hover{background:url("../../images/home/bgf1.png") no-repeat;background-size:100% 100%}.homepage .floor3 .itemf3.bgbts2:hover{background:url("../../images/home/bgf2.png") no-repeat;background-size:100% 100%}.homepage .floor3 .itemf3.bgbts3:hover{background:url("../../images/home/bgf3.png") no-repeat;background-size:100% 100%}.homepage .floor3 .itemf3.bgbts4:hover{background:url("../../images/home/bgf4.png") no-repeat;background-size:100% 100%}.homepage .floor4{padding-top:60px;text-align:center;padding-bottom:60px}.homepage .floor4 p{font-size:30px;font-weight:bold;color:#FFf;margin-bottom:36px}.homepage .floor4 .but{width:560px;height:64px;line-height:64px;background:#283FEB;color:#fff;font-size:22px;border:2px solid #283FEB;cursor:pointer}.homepage .floor4 .but.but-lk{background:none;margin-left:39px}.homepage .footfixedcor{height:160px;width:100%;background:rgba(31,104,242,0.9);color:#fff;position:fixed;bottom:0px;z-index:1}.homepage .footfixedcor .confotfix{position:relative;padding-top:44px;padding-bottom:47px;z-index:2}.homepage .footfixedcor .confotfix div.textt{width:656px;font-size:18px;line-height:24px;margin-right:28px;color:#fff}.homepage .footfixedcor .confotfix .but{display:block;position:relative;top:10px;text-align:center;width:248px;height:48px;line-height:48px;background:#F68332;color:#fff;font-size:20px;border:1px solid #F68332;cursor:pointer}.homepage .footfixedcor .confotfix .but.but-lk{background:none;margin-right:20px;color:#F68332}
\ No newline at end of file
......@@ -50,13 +50,23 @@
</div>
</div>
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
@if(!$is_disable_ip)
<div class="readbox" style="display: none">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
</div>
@else
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@endif
</div>
......
@extends('layouts.app')
@section('css')
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
@endsection
@section('title','Privacy - ')
@section('body')
@include('common.headerTop')
@include('common.headerNav')
@include('common.headerTop')
@if(!$is_disable_ip)
@include('common.headerNavDisabled')
@else
@include('common.headerNav')
@endif
<div class="privacypage">
<div class="floor1 row verCenter">
<p>Privacy Policy</p>
</div>
<div class="floor2">
<div class="jscon boxsiz">
<p>
We are committed to safeguarding your privacy and ensuring that your Personal Data is protected. This Privacy Policy Statement explains the types of Personal Data we collect and how we process and protect that data.
</p>
<p>
We shall keep your Personal Data confidential and shall ensure that our policies and practices with respect to the collection, use, retention, disclosure, transfer, security and access of your Personal Data comply with the laws of Hong Kong.
</p>
<p>
Personal Information Collection Statement ("PICS")
</p>
<p>
This PICS is issued pursuant to the PDPO in relation to the operation of our retail business by Semour Electronics Co. Limited, each a subsidiary of ICHUNT Technology Group (together referred to as "we" or "us").
</p>
<p>
1. This PICS is last updated on the Effective Date.
</p>
<p>
2. Definitions
</p>
<p>
Under this PICS, unless the context otherwise requires, the following words and expressions shall have the following meanings:
</p>
<p>
2.1. "Database" means the database of our customers' Personal Data.
</p>
<p>
2.2. "Effective Date" means 5th September 2022.
</p>
<p>
2.3. "Our Customer Hotline" the hotline number(s) is available on Our Website or Our App.
</p>
<p>
2.4. "Our Affiliates" means companies within Semour Electronics Co. Limited, which operate Goods or Services distribution business.
</p>
<p>
2.5. "Our Stores" include Semour and other store formats that we may operate from time to time (whether online or offline).
</p>
<p>
2.6. "Our Subsidiaries" means all the retail and manufacturing divisions operating under ICHUNT Technology Group offering Retail Goods or Services to consumers.
</p>
<p>
2.7. "PDPO" means the Personal Data (Privacy) Ordinance (Cap.486).
</p>
<p>
2.8. "Personal Data" has the meaning ascribed to it under the PDPO.
</p>
<p>
2.9. "Our Website" www.semour.com
</p>
<p>
2.10. "Registered Customer" means our customer who has registered for an account in Our App or Our Website.
</p>
<p>
Personal Data: what we collect and why
</p>
<p>
3. In order for you to become a Registered Customer and to enjoy our various products and services, it is necessary for you to provide us with certain essential Personal Data as indicated at the time of collection. We may also ask for other information which helps us to offer you tailored products and services that we think may be of interest to you. The types of Personal Data we may collect include your name, address, email, telephone number, date of birth, gender, age, shopping preferences and hobbies.
</p>
<p>
4. We shall have the right to collect, hold, process and/or use, the Personal Data in the Database in each case for the purposes as set out in, and in accordance with, this PICS. If you are unable or unwilling to provide us with complete and correct Personal Data, we may not be able to provide or continue to provide our products and services to you.
</p>
<p>
Use of your Personal Data
</p>
<p>
5. You agree that the Personal Data you provide to us and all information relating to the use of Our App and/or Our Website may be used and retained by us for:
</p>
<p>
5.1. processing your application as a Registered Customer;
</p>
<p>
5.2. providing you with our services;
</p>
<p>
5.3. the normal management, operation, and maintenance of Our App and/or Our Website;
</p>
<p>
5.4. providing you with regular communications from us with details of our retail business and relevant benefits;
</p>
<p>
5.5. providing you with Retail Goods or Services which you have requested;
</p>
<p>
5.6. processing your order for purchases at Our Stores, including verifying your payment details/status;
</p>
<p>
5.7. carrying out prize draws, games or competitions which you have entered;
</p>
<p>
5.8. carrying out data sorting and analysis to enable us to better understand your characteristics and buying behaviour and to provide other services better tailored to your needs, and to assist us in selecting Retail Goods or Services that are likely to be of interest to you;
</p>
<p>
5.9. designing new or improving existing services provided by us, Our Affiliates and/or Our Subsidiaries to you;
</p>
<p>
5.10. investigation of complaints, suspected suspicious transactions, and research for service improvement;
</p>
<p>
5.11. prevention or detection of crime;
</p>
<p>
5.12. disclosure as required by law; and
</p>
<p>
5.13. aggregated behavioural analysis.
</p>
<p>
6. With your consent or indication of no objection, we will use your Personal Data for direct marketing to you (whether by post, email, phone, SMS, or other media whether now known or available in the future) in relation to offers and promotions from:
</p>
<p>
6.1. us, Our Affiliates and/or Our Subsidiaries;
</p>
<p>
6.2. other companies within the Semour Electronics Co. Limited group of companies in relation to telecommunications goods and/or services, e-commerce services (including trading platforms and online auctions), payment services, financial, investment and insurance products and services, hotel and tourism services and real property and related services;
</p>
<p>
7. We may disclose and transfer (whether in Hong Kong or abroad) your Personal Data to our agents or contractors under a duty of confidentiality to us who provide administrative, data processing, research and marketing, distribution, telecommunications, professional or other similar services to us.
</p>
<p>
8. We may also disclose and transfer (whether in Hong Kong or abroad) to any of our actual or proposed assignees or transferees of our rights with respect to your Personal Data in connection with a re-structuring of our retail business, and/or merger (as between us and a third party), sale, or transfer (whether of assets or shares, in whole or in part), to use, hold, process or retain such Personal Data for the purposes mentioned in clauses 5 and 6 above.
</p>
<p>
Browsing information collected from you (Cookies)
</p>
<p>
9. We use cookies and similar technologies to collect data about you when you visit the Our Website(s), mobile application(s) and our other related websites (together referred to as "Sites"). Cookies are files that store information on your computer hard drive or browser that mean that we can recognise that you have visited our Sites before. We use cookies to give you the best possible experience on our Sites, by evaluating the use of our Sites and reviewing your browsing and shopping habits, personalizing your website experience, evaluating website activity on our Sites and generally making our Sites easier to use.
</p>
<p>
10. The types of data we may collect from you when you visit the Sites include:
</p>
<p>
- information about the type of browser you use;
</p>
<p>
- details of the web pages you have viewed;
</p>
<p>
- your IP address;
</p>
<p>
- the hyperlinks you have clicked; and
</p>
<p>
- the websites you visited before arriving at our Site.
</p>
<p>
11. You may refuse to accept Cookies (by modifying the relevant Internet options or browsing preferences of your computer system), but to do so you may not be able to utilize or activate all of the functions and services of our Sites.
</p>
<p>
About using our Sites
</p>
<p>
12. When you choose to use access or download our Sites or allow connectivity via Wi-Fi connections to your device, we receive information about your location and mobile device, including a unique identifier for your personalised device, your GPS data or wireless networks data (WLAN). Location data is neither stored nor transmitted to third parties. If you agree with the localisation function and/or enable the notifications function on your device mobile, we can provide you with location-based services including advertising, search results and personalised content. When you are near one of our Stores, then we can use push email communications or notifications (such as recommended promotion and recommended products) to you based on your geo-location data services and/or immediately previous online activities if you have provided your consent to receive such communications and advertising.
</p>
<p>
Most mobile devices allow you to turn off location services and push notifications on your device. Should you wish to do so, please access your own device and vary the settings for notification on your device to reflect your own preference to be notified (or not) following the relevant instructions under your device.
</p>
<p>
Your rights in relation to your Personal Data
</p>
<p>
13. You have the right to:
</p>
<p>
13.1. check whether we hold any of your Personal Data;
</p>
<p>
13.2. access your Personal Data held by us;
</p>
<p>
13.3. require us to correct any Personal Data which is inaccurate;
</p>
<p>
13.4. ascertain our policies and practices (from time to time) in relation to Personal Data and the type of Personal Data held by us;
</p>
<p>
13.5. opt out from receiving direct marketing materials from us at any time.
</p>
<p>
14. Any request in relation to the above shall be in writing (sent by web form, post or email) and addressed to:
</p>
<p>
Semour Electronics Co. Ltd.
</p>
<p>
Flat 1210, Floor 12
</p>
<p>
Sunbeam Center
</p>
<p>
27 Shing Yip Street
</p>
<p>
Kowloon
</p>
<p>
For enquiries, please contact Our Customer Hotline, which can be found on Our Website or Our App.
</p>
<p>
15. In accordance with the Ordinance, we have the right to charge you a reasonable fee for the processing of any Personal Data access request.
</p>
<p>
Protecting your Personal Data
</p>
<p>
16. We maintain appropriate technical and organizational measures to protect the Personal Data you provide to us against accidental or unlawful destruction, loss, alteration, authorized disclosure of, or access to your Personal Data.
</p>
<p>
17. Our Website may contain hyperlinks to other websites provided by third parties. We do not control these third-party websites or any of the content contained on those websites. Once you have left our website, we cannot be responsible for the protection and privacy of any information which you provide. You should exercise caution and look at the privacy statement for the website(s) you visit.
</p>
<p>
Miscellaneous
</p>
<p>
18. Nothing in this Privacy Policy Statement shall limit your rights under the PDPO.
</p>
<p>
19. If there is any inconsistency or conflict between the English and Chinese versions of this Privacy Policy Statement, the English version shall prevail.
</p>
<p>
20. This Privacy Policy Statement shall be governed by, and construed in accordance with, the laws of the Hong Kong Special Administrative Region.
</p>
<p>
21. We may change this Privacy Policy Statement from time to time by posting an updated version on the Our Website and Our App.
</p>
<div class="privacypage">
<div class="floor1 row verCenter">
<p>Privacy Policy</p>
</div>
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ </div>
<div class="floor2">
<div class="jscon boxsiz">
<p>
We are committed to safeguarding your privacy and ensuring that your Personal Data is protected. This Privacy Policy Statement explains the types of Personal Data we collect and how we process and protect that data.
</p>
<p>
We shall keep your Personal Data confidential and shall ensure that our policies and practices with respect to the collection, use, retention, disclosure, transfer, security and access of your Personal Data comply with the laws of Hong Kong.
</p>
<p>
Personal Information Collection Statement ("PICS")
</p>
<p>
This PICS is issued pursuant to the PDPO in relation to the operation of our retail business by Semour Electronics Co. Limited, each a subsidiary of ICHUNT Technology Group (together referred to as "we" or "us").
</p>
<p>
1. This PICS is last updated on the Effective Date.
</p>
<p>
2. Definitions
</p>
<p>
Under this PICS, unless the context otherwise requires, the following words and expressions shall have the following meanings:
</p>
<p>
2.1. "Database" means the database of our customers' Personal Data.
</p>
<p>
2.2. "Effective Date" means 5th September 2022.
</p>
<p>
2.3. "Our Customer Hotline" the hotline number(s) is available on Our Website or Our App.
</p>
<p>
2.4. "Our Affiliates" means companies within Semour Electronics Co. Limited, which operate Goods or Services distribution business.
</p>
<p>
2.5. "Our Stores" include Semour and other store formats that we may operate from time to time (whether online or offline).
</p>
<p>
2.6. "Our Subsidiaries" means all the retail and manufacturing divisions operating under ICHUNT Technology Group offering Retail Goods or Services to consumers.
</p>
<p>
2.7. "PDPO" means the Personal Data (Privacy) Ordinance (Cap.486).
</p>
<p>
2.8. "Personal Data" has the meaning ascribed to it under the PDPO.
</p>
<p>
2.9. "Our Website" www.semour.com
</p>
<p>
2.10. "Registered Customer" means our customer who has registered for an account in Our App or Our Website.
</p>
<p>
Personal Data: what we collect and why
</p>
<p>
3. In order for you to become a Registered Customer and to enjoy our various products and services, it is necessary for you to provide us with certain essential Personal Data as indicated at the time of collection. We may also ask for other information which helps us to offer you tailored products and services that we think may be of interest to you. The types of Personal Data we may collect include your name, address, email, telephone number, date of birth, gender, age, shopping preferences and hobbies.
</p>
<p>
4. We shall have the right to collect, hold, process and/or use, the Personal Data in the Database in each case for the purposes as set out in, and in accordance with, this PICS. If you are unable or unwilling to provide us with complete and correct Personal Data, we may not be able to provide or continue to provide our products and services to you.
</p>
<p>
Use of your Personal Data
</p>
<p>
5. You agree that the Personal Data you provide to us and all information relating to the use of Our App and/or Our Website may be used and retained by us for:
</p>
<p>
5.1. processing your application as a Registered Customer;
</p>
<p>
5.2. providing you with our services;
</p>
<p>
5.3. the normal management, operation, and maintenance of Our App and/or Our Website;
</p>
<p>
5.4. providing you with regular communications from us with details of our retail business and relevant benefits;
</p>
<p>
5.5. providing you with Retail Goods or Services which you have requested;
</p>
<p>
5.6. processing your order for purchases at Our Stores, including verifying your payment details/status;
</p>
<p>
5.7. carrying out prize draws, games or competitions which you have entered;
</p>
<p>
5.8. carrying out data sorting and analysis to enable us to better understand your characteristics and buying behaviour and to provide other services better tailored to your needs, and to assist us in selecting Retail Goods or Services that are likely to be of interest to you;
</p>
<p>
5.9. designing new or improving existing services provided by us, Our Affiliates and/or Our Subsidiaries to you;
</p>
<p>
5.10. investigation of complaints, suspected suspicious transactions, and research for service improvement;
</p>
<p>
5.11. prevention or detection of crime;
</p>
<p>
5.12. disclosure as required by law; and
</p>
<p>
5.13. aggregated behavioural analysis.
</p>
<p>
6. With your consent or indication of no objection, we will use your Personal Data for direct marketing to you (whether by post, email, phone, SMS, or other media whether now known or available in the future) in relation to offers and promotions from:
</p>
<p>
6.1. us, Our Affiliates and/or Our Subsidiaries;
</p>
<p>
6.2. other companies within the Semour Electronics Co. Limited group of companies in relation to telecommunications goods and/or services, e-commerce services (including trading platforms and online auctions), payment services, financial, investment and insurance products and services, hotel and tourism services and real property and related services;
</p>
<p>
7. We may disclose and transfer (whether in Hong Kong or abroad) your Personal Data to our agents or contractors under a duty of confidentiality to us who provide administrative, data processing, research and marketing, distribution, telecommunications, professional or other similar services to us.
</p>
<p>
8. We may also disclose and transfer (whether in Hong Kong or abroad) to any of our actual or proposed assignees or transferees of our rights with respect to your Personal Data in connection with a re-structuring of our retail business, and/or merger (as between us and a third party), sale, or transfer (whether of assets or shares, in whole or in part), to use, hold, process or retain such Personal Data for the purposes mentioned in clauses 5 and 6 above.
</p>
<p>
Browsing information collected from you (Cookies)
</p>
<p>
9. We use cookies and similar technologies to collect data about you when you visit the Our Website(s), mobile application(s) and our other related websites (together referred to as "Sites"). Cookies are files that store information on your computer hard drive or browser that mean that we can recognise that you have visited our Sites before. We use cookies to give you the best possible experience on our Sites, by evaluating the use of our Sites and reviewing your browsing and shopping habits, personalizing your website experience, evaluating website activity on our Sites and generally making our Sites easier to use.
</p>
<p>
10. The types of data we may collect from you when you visit the Sites include:
</p>
<p>
- information about the type of browser you use;
</p>
<p>
- details of the web pages you have viewed;
</p>
<p>
- your IP address;
</p>
<p>
- the hyperlinks you have clicked; and
</p>
<p>
- the websites you visited before arriving at our Site.
</p>
<p>
11. You may refuse to accept Cookies (by modifying the relevant Internet options or browsing preferences of your computer system), but to do so you may not be able to utilize or activate all of the functions and services of our Sites.
</p>
<p>
About using our Sites
</p>
<p>
12. When you choose to use access or download our Sites or allow connectivity via Wi-Fi connections to your device, we receive information about your location and mobile device, including a unique identifier for your personalised device, your GPS data or wireless networks data (WLAN). Location data is neither stored nor transmitted to third parties. If you agree with the localisation function and/or enable the notifications function on your device mobile, we can provide you with location-based services including advertising, search results and personalised content. When you are near one of our Stores, then we can use push email communications or notifications (such as recommended promotion and recommended products) to you based on your geo-location data services and/or immediately previous online activities if you have provided your consent to receive such communications and advertising.
</p>
<p>
Most mobile devices allow you to turn off location services and push notifications on your device. Should you wish to do so, please access your own device and vary the settings for notification on your device to reflect your own preference to be notified (or not) following the relevant instructions under your device.
</p>
<p>
Your rights in relation to your Personal Data
</p>
<p>
13. You have the right to:
</p>
<p>
13.1. check whether we hold any of your Personal Data;
</p>
<p>
13.2. access your Personal Data held by us;
</p>
<p>
13.3. require us to correct any Personal Data which is inaccurate;
</p>
<p>
13.4. ascertain our policies and practices (from time to time) in relation to Personal Data and the type of Personal Data held by us;
</p>
<p>
13.5. opt out from receiving direct marketing materials from us at any time.
</p>
<p>
14. Any request in relation to the above shall be in writing (sent by web form, post or email) and addressed to:
</p>
<p>
Semour Electronics Co. Ltd.
</p>
<p>
Flat 1210, Floor 12
</p>
<p>
Sunbeam Center
</p>
<p>
27 Shing Yip Street
</p>
<p>
Kowloon
</p>
<p>
For enquiries, please contact Our Customer Hotline, which can be found on Our Website or Our App.
</p>
<p>
15. In accordance with the Ordinance, we have the right to charge you a reasonable fee for the processing of any Personal Data access request.
</p>
<p>
Protecting your Personal Data
</p>
<p>
16. We maintain appropriate technical and organizational measures to protect the Personal Data you provide to us against accidental or unlawful destruction, loss, alteration, authorized disclosure of, or access to your Personal Data.
</p>
<p>
17. Our Website may contain hyperlinks to other websites provided by third parties. We do not control these third-party websites or any of the content contained on those websites. Once you have left our website, we cannot be responsible for the protection and privacy of any information which you provide. You should exercise caution and look at the privacy statement for the website(s) you visit.
</p>
<p>
Miscellaneous
</p>
<p>
18. Nothing in this Privacy Policy Statement shall limit your rights under the PDPO.
</p>
<p>
19. If there is any inconsistency or conflict between the English and Chinese versions of this Privacy Policy Statement, the English version shall prevail.
</p>
<p>
20. This Privacy Policy Statement shall be governed by, and construed in accordance with, the laws of the Hong Kong Special Administrative Region.
</p>
<p>
21. We may change this Privacy Policy Statement from time to time by posting an updated version on the Our Website and Our App.
</p>
</div>
@if(!$is_disable_ip)
<div class="readbox" style="display: none">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@else
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@endif
</div>
</div>
@include('common.footersm')
</div>
@include('common.footersm')
</div>
@endsection
......
@extends('layouts.app')
@section('css')
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
@endsection
@section('title','Refund - ')
@section('body')
@include('common.headerTop')
@include('common.headerNav')
@include('common.headerTop')
@if(!$is_disable_ip)
@include('common.headerNavDisabled')
@else
@include('common.headerNav')
@endif
<div class="refundpage">
<div class="floor1 row verCenter">
<p>Refund & Return</p>
</div>
<div class="floor2">
<div class="jscon boxsiz">
<p class="b">
Refund:
</p><p>
Please contact our support team for any issues immediately once you receive your parcels includes but is not limited to below reasons:
</p><p class="b">
Not received the parcel normally
</p><p>
Yes, we guarantee a refund or to resend your order if you haven't received the parcel beyond the regular shipping days, except the case which customer takes the responsibility for the unsuccessful delivery such as providing an incorrect shipping address, can not complete the customs clearance due to customer's reason, etc.
</p><p class="b">
Note: If the following issues occurs:
</p><p>
extreme weather, post office delay, customs clearance, local protest, etc. In this case, we are incapable of guaranteeing on-time delivery, but we'll try our best to support you,thanks.
</p><p class="b">
Some items missing from my shipment
</p><p>
First, check that you've received all the boxes associated with your order. Then fully empty each box you received, sometimes small parts get caught in crevices or in packing material. If you still can't find your item, please email customer service right away. Include a description of the missing quantities and pictures of the whole parcel. We'll forward them to our warehouse to check the monitor records and the packing pictures records. Steps:
</p><p>
1. Send email to support team for authorization.
</p><p>
2. We'll check and verify the issues.
</p><p>
3. Offer solutions to customer case by case.
</p><p class="b">
Return
</p><p>
By returning products to Semour , the Customer certifies that the products were purchased from Semour and there has been no substitution in whole or part of the same product from another supplier, distributor or other such sources of the product. The return should be in the original packaging and in unused condition (except defective). ESD or moisture-sensitive products should not be opened except under controlled conditions.
</p><p class="b">
General Rules:
</p><p>
When a customer requests a return due to 'non-original/fake/quality problems', a valid quality report from a third-party authoritative organization recognized by our company is required for the return and exchange.
</p><p class="tc-r">Last update date: 5 September 2022</p>
<div class="refundpage">
<div class="floor1 row verCenter">
<p>Refund & Return</p>
</div>
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ </div>
<div class="floor2">
<div class="jscon boxsiz">
<p class="b">
Refund:
</p>
<p>
Please contact our support team for any issues immediately once you receive your parcels includes but is not limited to below reasons:
</p>
<p class="b">
Not received the parcel normally
</p>
<p>
Yes, we guarantee a refund or to resend your order if you haven't received the parcel beyond the regular shipping days, except the case which customer takes the responsibility for the unsuccessful delivery such as providing an incorrect shipping address, can not complete the customs clearance due to customer's reason, etc.
</p>
<p class="b">
Note: If the following issues occurs:
</p>
<p>
extreme weather, post office delay, customs clearance, local protest, etc. In this case, we are incapable of guaranteeing on-time delivery, but we'll try our best to support you,thanks.
</p>
<p class="b">
Some items missing from my shipment
</p>
<p>
First, check that you've received all the boxes associated with your order. Then fully empty each box you received, sometimes small parts get caught in crevices or in packing material. If you still can't find your item, please email customer service right away. Include a description of the missing quantities and pictures of the whole parcel. We'll forward them to our warehouse to check the monitor records and the packing pictures records. Steps:
</p>
<p>
1. Send email to support team for authorization.
</p>
<p>
2. We'll check and verify the issues.
</p>
<p>
3. Offer solutions to customer case by case.
</p>
<p class="b">
Return
</p>
<p>
By returning products to Semour , the Customer certifies that the products were purchased from Semour and there has been no substitution in whole or part of the same product from another supplier, distributor or other such sources of the product. The return should be in the original packaging and in unused condition (except defective). ESD or moisture-sensitive products should not be opened except under controlled conditions.
</p>
<p class="b">
General Rules:
</p>
<p>
When a customer requests a return due to 'non-original/fake/quality problems', a valid quality report from a third-party authoritative organization recognized by our company is required for the return and exchange.
</p>
<p class="tc-r">Last update date: 5 September 2022</p>
</div>
@if(!$is_disable_ip)
<div class="readbox" style="display: none">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@else
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@endif
</div>
</div>
@include('common.footersm')
</div>
@include('common.footersm')
</div>
@endsection
......
@extends('layouts.app')
@section('css')
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
@endsection
@section('title','Term - ')
@section('body')
@include('common.headerTop')
@include('common.headerNav')
@include('common.headerTop')
@if(!$is_disable_ip)
@include('common.headerNavDisabled')
@else
@include('common.headerNav')
@endif
<div class="termpage">
<div class="floor1 row verCenter">
<p>TERMS AND CONDITIONS<span>FOR ONLINE PURCHASE</span></p>
<div class="termpage">
<div class="floor1 row verCenter">
<p>TERMS AND CONDITIONS<span>FOR ONLINE PURCHASE</span></p>
</div>
<div class="floor2">
<div class="jscon boxsiz">
</div>
<div class="floor2">
<div class="jscon boxsiz">
<b>General</b>
<p>
In these terms and conditions and the Special Conditions (as defined below) (collectively referred to as the “Terms and Conditions”), "SEMOUR" or “we” or “us” means Semour Electronics Co. Limited and the "customer" or “you” means any person, firm, company or body which places an order with us. Please read these terms and conditions carefully before using the website or our mobile app (as the case may be) (collectively “our online store”). By using the site or any part of it, you agree that you have read these terms and conditions and that you accept and agree to be bound by them.
</p>
<p>
We shall make every effort to ensure that prices, details and sizes of products at our online store are up-to-date. Prices are subject to change without prior notice and all orders are subject to our acceptance at our sole discretion and stock availability.
</p>
<p>
We shall make every effort to ensure product(s) displayed at our online store are in stock. If from time to time any products become out of stock, we reserve the right to offer alternative product(s) of similar functionality or refund.
</p>
<p>
All orders are subject to confirmation of final availability and we reserve the right to reject the order in the event that any of the products or services requested are unavailable.
</p>
<b>Registration</b>
<b>General</b>
<p>
In these terms and conditions and the Special Conditions (as defined below) (collectively referred to as the “Terms and Conditions”), "SEMOUR" or “we” or “us” means Semour Electronics Co. Limited and the "customer" or “you” means any person, firm, company or body which places an order with us. Please read these terms and conditions carefully before using the website or our mobile app (as the case may be) (collectively “our online store”). By using the site or any part of it, you agree that you have read these terms and conditions and that you accept and agree to be bound by them.
</p>
<p>
We shall make every effort to ensure that prices, details and sizes of products at our online store are up-to-date. Prices are subject to change without prior notice and all orders are subject to our acceptance at our sole discretion and stock availability.
</p>
<p>
We shall make every effort to ensure product(s) displayed at our online store are in stock. If from time to time any products become out of stock, we reserve the right to offer alternative product(s) of similar functionality or refund.
</p>
<p>
All orders are subject to confirmation of final availability and we reserve the right to reject the order in the event that any of the products or services requested are unavailable.
</p>
<b>Registration</b>
<p>
You are required to register as a user before placing any order through our online store. During the registration:
</p>
<p>
You must provide us with accurate, complete and up to date registration information;
</p>
<p>
You must safeguard your username and password;
</p>
<p>
You authorize us to assume that any person using the online store with your username and password is either you or is authorized to act for you;
</p>
<p>
We have the absolute discretion to refuse registration of a potential customer and to terminate the registration of any customer for any reason whatsoever.
</p>
<p>
Please inform us via our website/by email/by phone immediately of any changes to the information that you provided so that we can communicate with you effectively.
</p>
<p>
In the event that your account is not used for a specified period (currently, 3 years), we will, for your own and our protection, deem your account to be no longer in use, and we will deactivate your account and all your accumulated points and/or e-vouchers will be forfeited (where applicable). You will need to reapply for a new account if you wish to make further purchase at our online store.
</p>
<p>
Privacy protection
</p>
<p>
We are committed to safeguarding the privacy of individuals with respect to personal data. We therefore make sure that our policies and practices in relation to the collection, use, retention, transfer and access of personal data comply with the requirements of the Personal Data (Privacy) Ordinance (Chapter 486) under the laws of Hong Kong. Please refer to our Privacy Policy Statement.
</p>
<p>
You are required to register as a user before placing any order through our online store. During the registration:
</p>
<p>
You must provide us with accurate, complete and up to date registration information;
</p>
<p>
You must safeguard your username and password;
</p>
<p>
You authorize us to assume that any person using the online store with your username and password is either you or is authorized to act for you;
</p>
<p>
We have the absolute discretion to refuse registration of a potential customer and to terminate the registration of any customer for any reason whatsoever.
</p>
<p>
Please inform us via our website/by email/by phone immediately of any changes to the information that you provided so that we can communicate with you effectively.
</p>
<p>
In the event that your account is not used for a specified period (currently, 3 years), we will, for your own and our protection, deem your account to be no longer in use, and we will deactivate your account and all your accumulated points and/or e-vouchers will be forfeited (where applicable). You will need to reapply for a new account if you wish to make further purchase at our online store.
</p>
<p>
Privacy protection
</p>
<p>
We are committed to safeguarding the privacy of individuals with respect to personal data. We therefore make sure that our policies and practices in relation to the collection, use, retention, transfer and access of personal data comply with the requirements of the Personal Data (Privacy) Ordinance (Chapter 486) under the laws of Hong Kong. Please refer to our Privacy Policy Statement.
</p>
<b>Others</b>
<p>
Basis of supply: we only serve and deliver products to end consumers. We are not selling our products for re-sell purpose. If we have grounds to believe that you are not purchasing our products as an end user, we reserve the right to decline or cancel your order.
</p>
<p>
Force majeure: We shall not be liable for any delay or failure to perform caused by or resulting from acts of God, fire, flood, accident, riot, war, government intervention, embargoes, strikes, labour difficulties, equipment failures, or any other causes beyond our control.
</p>
<p>
You shall not assign, transfer or otherwise any of your rights and obligations under these Terms and Conditions to any other third party without our prior written consent.
</p>
<p>
If any provision of these Terms and Conditions shall be construed to be illegal or invalid, they shall be removed from these terms and it shall not affect the legality, validity and enforceability of the other provisions of these Terms and Conditions.
</p>
<p>
These Terms and Conditions embody the entire agreement between the parties and they supersede all previous negotiations, representations and agreement between the parties.
</p>
<p>
We have the right, at any time, or from time to time, by giving prior notice to you, to modify or vary or supplement all or any of the provisions under these Terms and Conditions.
</p>
<p>
If any dispute arises, our determination shall be final. Where these Terms and Conditions are available in Chinese, the English version is the governing version and shall prevail whenever there is a discrepancy between the two versions.
</p>
<p>
These Terms and Conditions shall be governed by the laws of the Hong Kong Special Administrative Region, the People's Republic of China and the Customer and we agree to submit to the exclusive jurisdiction of the Hong Kong courts. We may revise the Terms and Conditions at any time without prior notice.
</p>
<b>Exchange and refund</b>
<p>
Under normal circumstances, we would not accept any request for exchange of products or cancellation of orders.
</p>
<p>
You are requested to examine the goods immediately for any deficiencies and/or damages of their appearance and whether all accessories are included upon delivery or collection (as the case may be). If it is the case, please contact our Customer Service Department.
</p>
<p>
If we have agreed you are entitled to an exchange but the products to be exchanged are sold out, we will refund your payment.
</p>
<p>
Original sales receipt or relevant electronic receipt should be produced to us before product exchange is accepted.
</p>
<p>
We have the right to refuse to exchange a product on the ground of damage to its appearance or missing accessories once the delivery has been signed for. If any applicable gifts with purchase are damaged, we will replace them as soon as possible.
</p>
<p>
In the event that you find the size of the ordered product does not fit your requirement,
</p>
<p>
if it is before delivery, Semour may at its discretion change the product model or product brand for you;
</p>
<p>
if it is after delivery (and the package is unopened), subject to a payment by you of the price difference between the original and replacement products and a handling fee, being 30% of the original product’s purchase price, Semour may at its discretion arrange a change of product model or product brand for you;
</p>
<p>
if it is after delivery and the package of the product is opened, no replacement arrangements will be made.
</p>
<p>
Packing (including the recycling label where applicable), accessories, user guide and blank warranty card should be returned together with the product in good condition for exchange or refund.
</p>
<p>
The product to be returned should not be damaged, scratched, defaced or contain any trace of water damage.
</p>
<p>
No exchange would be made for product which has been registered online for warranty service or has undergone any repair.
</p>
<p>
All gift items must be returned together with the returned products. Otherwise the retail value of the gift item would be deducted from the refund.
</p>
<p>
In exceptional case where agreed with you, we will refund the amount you paid for the order to your relevant payment account which you applied to settle the payment or other means as agreed with you.
</p>
<p class="tc-r">Last update date: 5 September 2022</p>
</div>
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ </div>
<b>Others</b>
<p>
Basis of supply: we only serve and deliver products to end consumers. We are not selling our products for re-sell purpose. If we have grounds to believe that you are not purchasing our products as an end user, we reserve the right to decline or cancel your order.
</p>
<p>
Force majeure: We shall not be liable for any delay or failure to perform caused by or resulting from acts of God, fire, flood, accident, riot, war, government intervention, embargoes, strikes, labour difficulties, equipment failures, or any other causes beyond our control.
</p>
<p>
You shall not assign, transfer or otherwise any of your rights and obligations under these Terms and Conditions to any other third party without our prior written consent.
</p>
<p>
If any provision of these Terms and Conditions shall be construed to be illegal or invalid, they shall be removed from these terms and it shall not affect the legality, validity and enforceability of the other provisions of these Terms and Conditions.
</p>
<p>
These Terms and Conditions embody the entire agreement between the parties and they supersede all previous negotiations, representations and agreement between the parties.
</p>
<p>
We have the right, at any time, or from time to time, by giving prior notice to you, to modify or vary or supplement all or any of the provisions under these Terms and Conditions.
</p>
<p>
If any dispute arises, our determination shall be final. Where these Terms and Conditions are available in Chinese, the English version is the governing version and shall prevail whenever there is a discrepancy between the two versions.
</p>
<p>
These Terms and Conditions shall be governed by the laws of the Hong Kong Special Administrative Region, the People's Republic of China and the Customer and we agree to submit to the exclusive jurisdiction of the Hong Kong courts. We may revise the Terms and Conditions at any time without prior notice.
</p>
<b>Exchange and refund</b>
<p>
Under normal circumstances, we would not accept any request for exchange of products or cancellation of orders.
</p>
<p>
You are requested to examine the goods immediately for any deficiencies and/or damages of their appearance and whether all accessories are included upon delivery or collection (as the case may be). If it is the case, please contact our Customer Service Department.
</p>
<p>
If we have agreed you are entitled to an exchange but the products to be exchanged are sold out, we will refund your payment.
</p>
<p>
Original sales receipt or relevant electronic receipt should be produced to us before product exchange is accepted.
</p>
<p>
We have the right to refuse to exchange a product on the ground of damage to its appearance or missing accessories once the delivery has been signed for. If any applicable gifts with purchase are damaged, we will replace them as soon as possible.
</p>
<p>
In the event that you find the size of the ordered product does not fit your requirement,
</p>
<p>
if it is before delivery, Semour may at its discretion change the product model or product brand for you;
</p>
<p>
if it is after delivery (and the package is unopened), subject to a payment by you of the price difference between the original and replacement products and a handling fee, being 30% of the original product’s purchase price, Semour may at its discretion arrange a change of product model or product brand for you;
</p>
<p>
if it is after delivery and the package of the product is opened, no replacement arrangements will be made.
</p>
<p>
Packing (including the recycling label where applicable), accessories, user guide and blank warranty card should be returned together with the product in good condition for exchange or refund.
</p>
<p>
The product to be returned should not be damaged, scratched, defaced or contain any trace of water damage.
</p>
<p>
No exchange would be made for product which has been registered online for warranty service or has undergone any repair.
</p>
<p>
All gift items must be returned together with the returned products. Otherwise the retail value of the gift item would be deducted from the refund.
</p>
<p>
In exceptional case where agreed with you, we will refund the amount you paid for the order to your relevant payment account which you applied to settle the payment or other means as agreed with you.
</p>
<p class="tc-r">Last update date: 5 September 2022</p>
</div>
@if(!$is_disable_ip)
<div class="readbox" style="display: none">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@else
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@endif
</div>
</div>
@include('common.footersm')
</div>
@include('common.footersm')
</div>
@endsection
......
@extends('layouts.app')
@section('css')
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
<link rel="stylesheet" href="{{$public}}/assets/css/about/about.min.css?v={{time()}}">
@endsection
@section('title','Term User - ')
@section('body')
@include('common.headerTop')
@include('common.headerNav')
@include('common.headerTop')
@if(!$is_disable_ip)
@include('common.headerNavDisabled')
@else
@include('common.headerNav')
@endif
<div class="termuserpage">
<div class="floor1 row verCenter">
<p>Terms of Use</p>
</div>
<div class="floor2">
<div class="jscon boxsiz">
<p class="b btitle">
Part I: Terms regarding the Use of the Website
</p>
<p class="b">
Provision of Service & Data
</p>
<p>
All services offered on the Website ("Services") shall, unless explicitly stated otherwise, be subject to these terms and conditions. You understand and agree that Semour Electronics assumes no responsibility for the timeliness, deletion, mis-delivery or failure of the provision of any Services.
</p>
<p>
You understand that the technical processing and transmission of the Services may involve:
</p>
<p>
a.transmissions over various networks; and
</p>
<p>
b.changes to conform and adapt to technical requirements of connecting networks or devices.
</p>
<p>
Semour Electronics shall, accordingly, in no circumstances, be liable for any failure of any Services in whole or in part or for your inability to gain access in whole or in part to such Services due to the delay or failure of any communication networks or any party providing such access.
</p>
<p class="b">
Registration
</p>
<p>
You may be asked to fill in one or more than one of our registration or application forms (on-line or otherwise) before certain Services become available to you. In filling in those forms, you undertake to:
</p>
<p>
a.provide true, accurate, current and complete personally identifiable information about yourself as required;
</p>
<p>
b.provide true, accurate, current and complete information about any contents posted or offered by you through any Websites ("Other Information"); and
</p>
<p>
c.maintain and promptly update your personally identifiable information and Other Information to keep it true, accurate, current and complete.
</p>
<p>
If you provide any Other Information or personally identifiable information that is untrue, inaccurate, not current or incomplete, or Semour Electronics has reasonable grounds to suspect that such is untrue, inaccurate, not current or incomplete, Semour Electronics has the right to suspend or terminate your account and refuse any and all current or future use of the Services (or any portion thereof).
</p>
<p class="b">
Minors
</p>
<p>
If you are under the age of eighteen, a minor or not capable of assuming legal responsibility, you should seek advice from your parents or guardians as to the meaning and consequences of these terms and conditions before using any of the Services. You must not provide us with your personally identifiable information unless you have received the consent from your parents or guardians. Semour Electronics presumes that every User of the Websites has the requisite capacity required for any use of any of the Services and, by using any of the Services, you undertake and warrant to us that you have the requisite capacity. Semour Electronics is not obliged to verify the age or capacity or any Users, but in the event it is discovered that any Users lack the requisite capacity, Semour Electronics reserves the rights as may be available against such Users, or the parents or guardians of such Users, including the right to be indemnified by them against all the loss or damage suffered by us as the result of the said lack of capacity or to cancel their registration and terminate their access to the Website.
</p>
<p class="b">
Account PIN & Password
</p>
<p>
You will receive a password and/or Personal Identification Number ("PIN") upon completing our on-line registration form. You are responsible for maintaining the confidentiality of the said passwords and PIN, and are fully responsible for all activities that occur under those passwords or PIN. You agree to
</p>
<p>
a.immediately notify Semour Electronics of any unauthorized use of your passwords or PIN or any other breach of security; or
</p>
<p>
b.ensure that you exit from your passwords or PIN at the end of each visit to the Websites. Semour Electronics cannot and will not be liable for any loss or damage arising from your failure to comply with this clause 9 or your use of any digital or electronic certificates in connection with the Services.
</p>
<p>
You acknowledge that the said passwords and PIN are confidential and must not be disclosed to any other person(s) under any circumstances. Any words, action or conduct whether intentional or unintentional, by you breaching that confidentiality shall render you liable to Semour Electronics for all losses and damages thereby caused. You shall take all necessary precautions to maintain the confidentiality of the said passwords and PIN. You hereby agree and acknowledge that the use of the Services by any person whatsoever (whether authorized by you or not) with those passwords and PIN shall constitute and be deemed the use of the Services by you. You shall notify Semour Electronics immediately of any actual or possible unauthorized use of those passwords and PIN and shall confirm the same in writing without delay to Semour Electronics. Until Semour Electronics has received such written confirmation you shall have no claim against Semour Electronics and shall be liable to Semour Electronics for all losses and damages incurred by Semour Electronics in respect of any use of the Services whether authorized by you or not.
</p>
<p>
You acknowledge and agree that the only duty of Semour Electronics is to verify those passwords and PIN and Semour Electronics shall not be liable in respect of:
</p>
<p>
a.any loss or damage suffered by you or any other person as a result of any failure to effect or execute instructions through various electronic delivery channels or perform any obligation thereunder where such failure is attributable either directly or indirectly to any circumstances or events outside our control: and
</p>
<p>
b.any other loss or damage whatsoever suffered by you or by any other person as a result of any instructions through various electronic delivery channels given with the correct password and/or PIN.
</p>
<p class="b">
Modifications of Services
</p>
<p>
Semour Electronics reserves the right at any time and from time to time to modify or discontinue, temporarily or permanently, the Services (or any part thereof) with or without notice. You agree that Semour Electronics shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Services.
</p>
<p>
No Resale of Services
</p>
<p>
You undertake not to reproduce, duplicate, copy, sell, resell or otherwise exploit for any commercial purposes, any portion of the Services, use of the Services, or access to the Services.
</p>
<p class="b">
Part II: General Terms
</p>
<p class="b">
Assignment and Termination
</p>
<p>
Unless otherwise expressly stated herein, your rights under these terms and conditions are not assignable by you. Semour Electronics reserves the right to deny access to or the use of the Website by any User at any time without prior notice.
</p>
<p class="b">
Law and Severability
</p>
<p>
The Terms shall be construed in accordance with, and this agreement is governed by the laws of the Hong Kong Special Administrative Region of the Peoples' Republic of China ("Hong Kong") and each part of these terms and conditions shall apply to the extent permitted thereby. Any part of these terms and conditions which is prohibited or unenforceable in any jurisdiction is ineffective as to that jurisdiction only to the extent of the prohibition or unenforceability. That does not invalidate the remaining parts of these terms and conditions nor affect the validity or enforceability of that part in any other jurisdiction. Where these terms and conditions are available in Chinese, the English version is the governing version and shall prevail whenever there is a discrepancy between the two versions.
</p>
<p class="b">
Enquiries
</p>
<p>
Should you have any enquiries concerning our Privacy Policy and seek help for services which are provided by Semour Electronics, please feel free to contact our Customer Services;
</p>
<p class="tc-r">Last update date: 5 September 2022</p>
<div class="termuserpage">
<div class="floor1 row verCenter">
<p>Terms of Use</p>
</div>
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ </div>
<div class="floor2">
<div class="jscon boxsiz">
<p class="b btitle">
Part I: Terms regarding the Use of the Website
</p>
<p class="b">
Provision of Service & Data
</p>
<p>
All services offered on the Website ("Services") shall, unless explicitly stated otherwise, be subject to these terms and conditions. You understand and agree that Semour Electronics assumes no responsibility for the timeliness, deletion, mis-delivery or failure of the provision of any Services.
</p>
<p>
You understand that the technical processing and transmission of the Services may involve:
</p>
<p>
a.transmissions over various networks; and
</p>
<p>
b.changes to conform and adapt to technical requirements of connecting networks or devices.
</p>
<p>
Semour Electronics shall, accordingly, in no circumstances, be liable for any failure of any Services in whole or in part or for your inability to gain access in whole or in part to such Services due to the delay or failure of any communication networks or any party providing such access.
</p>
<p class="b">
Registration
</p>
<p>
You may be asked to fill in one or more than one of our registration or application forms (on-line or otherwise) before certain Services become available to you. In filling in those forms, you undertake to:
</p>
<p>
a.provide true, accurate, current and complete personally identifiable information about yourself as required;
</p>
<p>
b.provide true, accurate, current and complete information about any contents posted or offered by you through any Websites ("Other Information"); and
</p>
<p>
c.maintain and promptly update your personally identifiable information and Other Information to keep it true, accurate, current and complete.
</p>
<p>
If you provide any Other Information or personally identifiable information that is untrue, inaccurate, not current or incomplete, or Semour Electronics has reasonable grounds to suspect that such is untrue, inaccurate, not current or incomplete, Semour Electronics has the right to suspend or terminate your account and refuse any and all current or future use of the Services (or any portion thereof).
</p>
<p class="b">
Minors
</p>
<p>
If you are under the age of eighteen, a minor or not capable of assuming legal responsibility, you should seek advice from your parents or guardians as to the meaning and consequences of these terms and conditions before using any of the Services. You must not provide us with your personally identifiable information unless you have received the consent from your parents or guardians. Semour Electronics presumes that every User of the Websites has the requisite capacity required for any use of any of the Services and, by using any of the Services, you undertake and warrant to us that you have the requisite capacity. Semour Electronics is not obliged to verify the age or capacity or any Users, but in the event it is discovered that any Users lack the requisite capacity, Semour Electronics reserves the rights as may be available against such Users, or the parents or guardians of such Users, including the right to be indemnified by them against all the loss or damage
suffered by us as the result of the said lack of capacity or to cancel their registration and terminate their access to the Website.
</p>
<p class="b">
Account PIN & Password
</p>
<p>
You will receive a password and/or Personal Identification Number ("PIN") upon completing our on-line registration form. You are responsible for maintaining the confidentiality of the said passwords and PIN, and are fully responsible for all activities that occur under those passwords or PIN. You agree to
</p>
<p>
a.immediately notify Semour Electronics of any unauthorized use of your passwords or PIN or any other breach of security; or
</p>
<p>
b.ensure that you exit from your passwords or PIN at the end of each visit to the Websites. Semour Electronics cannot and will not be liable for any loss or damage arising from your failure to comply with this clause 9 or your use of any digital or electronic certificates in connection with the Services.
</p>
<p>
You acknowledge that the said passwords and PIN are confidential and must not be disclosed to any other person(s) under any circumstances. Any words, action or conduct whether intentional or unintentional, by you breaching that confidentiality shall render you liable to Semour Electronics for all losses and damages thereby caused. You shall take all necessary precautions to maintain the confidentiality of the said passwords and PIN. You hereby agree and acknowledge that the use of the Services by any person whatsoever (whether authorized by you or not) with those passwords and PIN shall constitute and be deemed the use of the Services by you. You shall notify Semour Electronics immediately of any actual or possible unauthorized use of those passwords and PIN and shall confirm the same in writing without delay to Semour Electronics. Until Semour Electronics has received such written confirmation you shall have no claim against Semour Electronics and shall be liable
to Semour Electronics for all losses and damages incurred by Semour Electronics in respect of any use of the Services whether authorized by you or not.
</p>
<p>
You acknowledge and agree that the only duty of Semour Electronics is to verify those passwords and PIN and Semour Electronics shall not be liable in respect of:
</p>
<p>
a.any loss or damage suffered by you or any other person as a result of any failure to effect or execute instructions through various electronic delivery channels or perform any obligation thereunder where such failure is attributable either directly or indirectly to any circumstances or events outside our control: and
</p>
<p>
b.any other loss or damage whatsoever suffered by you or by any other person as a result of any instructions through various electronic delivery channels given with the correct password and/or PIN.
</p>
<p class="b">
Modifications of Services
</p>
<p>
Semour Electronics reserves the right at any time and from time to time to modify or discontinue, temporarily or permanently, the Services (or any part thereof) with or without notice. You agree that Semour Electronics shall not be liable to you or to any third party for any modification, suspension or discontinuance of the Services.
</p>
<p>
No Resale of Services
</p>
<p>
You undertake not to reproduce, duplicate, copy, sell, resell or otherwise exploit for any commercial purposes, any portion of the Services, use of the Services, or access to the Services.
</p>
<p class="b">
Part II: General Terms
</p>
<p class="b">
Assignment and Termination
</p>
<p>
Unless otherwise expressly stated herein, your rights under these terms and conditions are not assignable by you. Semour Electronics reserves the right to deny access to or the use of the Website by any User at any time without prior notice.
</p>
<p class="b">
Law and Severability
</p>
<p>
The Terms shall be construed in accordance with, and this agreement is governed by the laws of the Hong Kong Special Administrative Region of the Peoples' Republic of China ("Hong Kong") and each part of these terms and conditions shall apply to the extent permitted thereby. Any part of these terms and conditions which is prohibited or unenforceable in any jurisdiction is ineffective as to that jurisdiction only to the extent of the prohibition or unenforceability. That does not invalidate the remaining parts of these terms and conditions nor affect the validity or enforceability of that part in any other jurisdiction. Where these terms and conditions are available in Chinese, the English version is the governing version and shall prevail whenever there is a discrepancy between the two versions.
</p>
<p class="b">
Enquiries
</p>
<p>
Should you have any enquiries concerning our Privacy Policy and seek help for services which are provided by Semour Electronics, please feel free to contact our Customer Services;
</p>
<p class="tc-r">Last update date: 5 September 2022</p>
</div>
@if(!$is_disable_ip)
<div class="readbox" style="display: none">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@else
<div class="readbox">
<p>READY TO CONNECT?</p>
<div class="row rowCenter">
<a class="but" href="/mall">LOCATE PARTS ON SEMOUR STORE</a>
<div class="but but-lk frqbtnxs">SUBMIT REAL-TIME RFQ</div>
</div>
</div>
@endif
</div>
</div>
@include('common.footersm')
</div>
@include('common.footersm')
</div>
@endsection
......
@empty($_COOKIE['topclose'])
<div class="gw-header-top ta-c" >
<div>
<span><i class="icon iconfont icon-guanbi topclose"></i></span>
<a href="/mall">LOOKING FOR HARD-TO-FIND PARTS? CLICK TO VISIT SEMOUR ONLINE STORE!</a>
</div>
</div>
@if($is_disable_ip)
<div class="gw-header-top ta-c">
<div>
<span><i class="icon iconfont icon-guanbi topclose"></i></span>
<a href="/mall">LOOKING FOR HARD-TO-FIND PARTS? CLICK TO VISIT SEMOUR ONLINE STORE!</a>
</div>
</div>
@endif
@endempty
......@@ -14,6 +14,9 @@
<div class="f1right">
<div class="brlbox">
<div class="brandroll">
<a class="brandrollitem" href="https://www.semour.com/brand/1354">
<img src="{{$public}}/assets/images/mall/xsens.jpg" alt="">
</a>
<a class="brandrollitem" href="javascript:void(0)">
<img src="{{$public}}/assets/images/mall/banner-1.jpg" alt="">
</a>
......@@ -29,6 +32,7 @@
<li class="on"></li>
<li class="on"></li>
<li class="on"></li>
<li class="on"></li>
</ul>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment