@charset "utf-8";
/* header */


.header_full {
	background-color: #fff;
	height: 68px;
	border-bottom: 1px solid #999;
	transition: 1s all;
}

.header_full.fix-on-top {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    opacity: .7;
}

.header_full .header-inner .logo {
    float: left;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: 26px 20px;
    background-size: 160px;
    height: 50px;
    width: 210px;
}

.header_full .remind_w p {
    color: #666;
}

.header_full .ed_btn{
	float: right;
	padding-top: 14px;
	padding-right: 20px;
}
 .header_full .route_title{
    float: left;
    padding-top: 22px;
    padding-bottom: 22px;
    height: 100%;
    padding-left: 10px;
}

.header_full.inverse {
	background-color: #000;
}

.header_full .header .logo {
    float: left;
    background-image: url(../images/logo_xplova_black_2203.png);
    background-repeat: no-repeat;
    background-position: 32px 20px;
    background-size: 260px;
    height: 60px;
    width: 360px;
}


.header_full.inverse .header .logo {
	background-image: url(../images/logo_xplova_white_2203.png);
    background-position: 20px 20px;
    background-size: 260px;
    height: 50px;	
}

.header_full .header .sing .profile {
	height: 38px;
	width: 38px;
	border: 0px solid #E15B31;
	margin-left: 10px;
}
.header_full .header .sing .viewProfileBar {
	float: right;
	width: 200px;
	height: 50px;
}
.header_full .header .sing .viewProfileBar ul li {
	list-style-type: none;
}
.header_full .header .sing .viewProfileBar ul li > a {
	color: #000;
}

.header_full.inverse .header .sing .viewProfileBar ul li > a {
	color: #fff;
}

.header_full .header .sing .viewProfileBar ul li a:hover{
	color: #F60;
	text-decoration: none;
}


.header_full .header .sing {
	margin-top: 15px;
	float: left;
	text-align: right;
	width: auto;
}

.header_full .nickName {
  display: inline;
  vertical-align: middle;
  color: #000;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.header_full .nickName i {
	vertical-align: middle;	
}

.header_full .nickName:hover {
  opacity: 1;
}

.header_full  .header-add-button {
  margin-top: 8px;
}

.header_full .notify_msgText {
	margin-top: 5px;
	color: #666;
	font-family: Arial, "Noto Sans JP", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
}

.header_full .header .menu {
  margin: 0px;
  padding: 0px;
  width: auto;
  float: left;
  height: 100%;
  /*margin-right: 25px;*/
}


.header_full .header .menu li {
  line-height: 24px;
}

.header_full .header .menu li.separated {
  line-height: 21px;
}

.header_full .header .menu-text {
  color: #000;
  opacity: 0.9;
  /*transition: opacity 0.2s;*/
  font-family: "Roboto Condensed", Arial, "Noto Sans JP", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
  font-size: 15px;
}

.header_full.inverse .header .menu-text {
	color: #fff;
}

.header_full .header .menu-text:hover {
  opacity: 1;
}

.header_full .header .menu-text:active {
  opacity: 1;
}

.header_full .header .menu-text:focus {
  opacity: 1;
}

.header_full .header .menu > li:hover {
  border-top: 3px solid #ff6106;
}

.header_full .header .menu > li {
  border-top: 3px solid transparent;
  transition: 0.5s all;
}

/*
.header_full .header .menu li a {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 17px;
  margin-right: 17px;
}
*/


.header_full .header .menu > li > a {
  padding: 0px;
}

.header_full .header .menu > li > ul > li > a {
  padding: 17px;
}

.col_fu li.menu-item > ul > li > a {
	padding: 5px;
	display: block;
}

.header_full .header .menu > li {
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
  padding-top: 20px;
  padding-bottom: 16px;
}


.header .remind-us {
  overflow-x: hidden;
}


.advancedSearch {
  position: absolute;
  left: 0;
}

.header_full #header-signin-wrap {
	color: #000;
}


.header_full.inverse #header-signin-wrap {
	color: #fff;
}


.header_full .header .menu > li > ul > li {
  padding: 17px;
}
.col_fu li.menu-item > ul > li {
	padding: 5px;
}


.header_full .header .menu > li > ul {
  position: absolute;
  width: 170px;
  background-color: #fff;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 3px solid #ff6106;
  box-sizing: border-box;
  left: 50%;
  margin-left: -85px;
  z-index: 1001;
  display: none;
  margin-top: 15px;
}

.col_fu li.menu-item > ul {
  position: absolute;
  width: 170px;
  background-color: #000;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 3px solid #ff6106;
  box-sizing: border-box;
  z-index: 1001;
  display: none;
  margin-top: 15px;
  top : -55px;
  left: 40px;
}

.header_full.inverse .header .menu > li > ul {
	background-color: #000;
}

.header_full .header .menu > li:hover > ul {
	display: block;
}

.header_full .header .menu > li > ul > li:first-child {
	border-top: none;
}

.header_full .header .menu li ul li:hover {
	background-color: #EF500C;
	display: block;
}

.header_full .header .menu li ul li:hover a {
    color: #FFF;
}

.header_full .header .menu > li > ul > li {
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 1px solid #505050;
	width: 100%;
}

.header_full .header .not-icon {
    width: 36px;
    height: 36px;
    text-align: -webkit-center;
    vertical-align: middle;
    margin: auto 0;
    opacity: 0.9;
    background-position: center;
    background-repeat: no-repeat;
    display: table-cell;
    color: #000;
}

.header_full.inverse .header .not-icon {
	color: #fff;
}

.header_full .header .not-icon:hover {
	opacity: 1;
}

.header_full .nav {
	right: 0;
	position: absolute;
}

.header_full .header .headerCtrl {
    float: left;
    height: 100%;
    width: 30px;
    margin-left: 18px;
    margin-right: 18px;
}

.header_full .dropdown-menu {
	margin: 5px 0 0;
}

.header_full .header .headerCtrl > .flag {
	display: block;
	vertical-align: middle;
	padding-top: 24px;
	cursor: pointer;
}

.header_full .header .headerCtrl > .flag > ul {
	width: 21px;
	float: left;
	display: none;
	position: absolute;
	z-index: 1001;
}

.header_full .header .headerCtrl > .flag > ul > li {
	width: 100%;
	height: 21px;
	cursor: pointer;
	margin-top: 5px;
	list-style: none;
}

.header_full .flagImg {
  width: 20px;
}

.header_full #notify-wrap {
  margin-left: 10px;
}

.header_full #header-profile .dropdown-menu > li > a > i {
	vertical-align: middle;
}


.header_full .menu li {
	float: left;
	list-style-type: none;
}

.header_full .menu li > a {
	padding: 17px;
	display: block;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.header_full.inverse .menu li > a {
	color: #fff;
}


.header_full .separated {
	padding: 17px;
}


.header_full .pd_w {
	background-color: #FFF;
	height: 234px;
	/*
		width: 100%;
		min-width: 1280px;
	*/
}
.header_full .pd_info {
	/* width: 1100px; */
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}

.header_full .pd_menu{
	float: left;
	width: 170px;
}

.header_full .pd_menu p {
	font-size: 16px;
	float: left;
	width: 100%;
	display: block;
	padding: 10px;
	cursor: pointer;
}
.header_full .pd_content {
	float: left;
	/* width: 870px; */
	padding: 10px;
}
.header_full .pd_content .products-grid .item {
	/* width: 160px; */
}
.header_full .pd_content .products-grid .item .product-image img {
	width: 160px;
	height: auto;
}
.header_full .pd_content .products-grid .item .product-info .product-name {
	font-size: 16px;
}
.header_full .pd_content .products-grid .item .product-info span {
	font-size: 13px;
}
.header_full .paa {
	margin-right: 20px;
	cursor: pointer;
}

.header_full .paa:hover .nickName {
	opacity: 1;
}

.header_full .paa2 {
	cursor: pointer;
	position: relative;
	float: left;
}

.header_full .number_a {
	font-size: 10px;
	color: #FFF;
	background-color: #E15B31;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 10px;
	padding: 3px;
}


.header_full .remind_w {
	width: 300px;
}
.header_full .remind {
	margin-top: 7px;
	margin-right: 7px;
}
.header_full .sing .dropdown.rem {
	float: left;
}
.header_full .remind_w li {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
	position: relative;
	list-style-type: none;
}


.header_full .remind_w .media-object {
	border-radius: 30px;
}

.header_full .close_remind {
	position: absolute;
	top: 5px;
	right: 10px;
}

.header_full .remind_w li .media {
	margin-top: 0px;
	padding-right: 30px;
}

.header_full .remind_w .media-body p {
	margin-bottom: 10px;
	color: #666;
}

.remind_w .media-heading {
	color: #666;
}

.remind_w li .media .media-left.media-middle a .media-object {
	float: left;
}

.remind_ws {
	overflow-Y: scroll;
	height: 500px;
}

.remind_ws li{
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}



#notify-wrap .r_empty {
	color: #666;
}

.fully-background .header_full #header-signin-wrap {
	color: #fff;
}

.fully-background .header_full {
  position: absolute;
  background: transparent;
  width: 100%;
  border-bottom: 0px;
}

.fully-background .header_full .header {
  background: transparent;
  color: #fff;
}

.fully-background .header_full .header .menu li a {
  color: inherit;
}

.fully-background .header_full .header .menu li .dropdown-menu {
  color: #000;
}

.fully-background .header_full .header input.btn_style02 {
  background-color: transparent;
  border: transparent;
  color: #fff;
}

.fully-background .header_full .header input.btn_style02:hover {
  /*background-color: transparent;
  color: #e15b31;*/
}


/*頁首*/

.r_title{
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.r_more{
	text-align: center;
	padding: 5px;
	display: block;
	cursor: pointer;
	color: #666;
}

.r_empty{
	text-align: center;
	padding: 10px;
}
.r_set{
	padding: 10px;
}

.search_field{
	float: left;
	padding: 10px;
	margin-right: 20px;
	position: relative;
}

.sing .search_field select {
	height: 26px;
	width: 120px;
	position: relative;
}
.search_field .fff{
	float: left;
}
.icon_search{
	position: absolute;
	top: 12px;
	right: 15px;
	background-color: #FFF;
}
.search_field input {
	border: 1px solid #CCC;
	height: 26px;
	padding-left: 10px;
}

.header_full .header .round-line {
    vertical-align: middle;
    margin: 0;
    border: 0px solid rgba(0,0,0,.6);
    border-radius: 79px;
    padding: 3px;
}

.header_full.inverse .header .round-line {
    border: 0px solid rgba(255,255,255,.6);
}


/* footer */
.footer_full {
	background-color: #333;
	height: auto;
}
.footer {
	height: 175px;
	width: 1280px;
	background-color: #333;
	color: #FFF;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 70px;
	padding-left: 50px;
}

.footer a {
	color: #FFF;
}
.footer a:hover {
	color: #E15B31;
	text-decoration: none;
}
.footer .f_link {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
}
.footer .copyright {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

.footer .copyright li {
	list-style-type: none;
}

.footer .copyright li img {
	margin-bottom: 5px;
}


.footer .copyright {
  width: 250px;
}

/* footer end*/

.footer_full footer,
.footer_full div,
.footer_full a,
.footer_full ul,
.footer_full li,
.footer_full img,
.footer_full table,
.footer_full tr,
.footer_full td,
.footer_full h1,
.footer_full h2,
.footer_full h3,
.footer_full h4
 {

  text-decoration: none;
  color: #fff;
  font-family: "Roboto Condensed", Arial, "Noto Sans JP", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
  list-style: none;
  border: none;
  border-collapse: collapse;
}


 .col_fu ul li a:hover {
  color: #F15A22;
}

.footer_full > footer {
  width: 100%;
 
  background-color: #000;
  padding: 45px 0;
}
.footer_full > footer > .footerInner {

  margin: 0 auto;
  overflow: hidden;
}
 .col_fu {
	float: left;
	margin-bottom: 50px;
	margin-top: 10px;
}
.copy {
  font-size: 13px;
  color: #909090 !important;
}
 .col_fu .share {
  margin-top: 15px;
}
 .col_fu .share i {
  font-size: 30px;
  margin-right: 15px;
}
.col_fu > ul > li {
  font-size: 15px;
  margin-bottom: 7px;
  display: list-item;
}



.col_fu li.menu-item {
	position: relative;
}

.col_fu li.menu-item:hover ul {
	display: block;
}

.col_fu li.menu-item:hover > ul > li > a {
	color: #fff;
	text-decoration: none;
}

.col_fu > ul > li:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer_full .app-icon {
	padding-top: 10px;
	width: 150px;
}

.col_fu ul{
	margin: 0px;
	padding: 0px;
}


.col_fu ul li.menu-item > ul > li:first-child {
	border-top: none;
}

.col_fu ul li.menu-item ul li:hover {
	background-color: #EF500C;
	display: block;
}

.col_fu ul li.menu-item ul li:hover a {
    color: #FFF;
}

.col_fu ul li.menu-item > ul > li {
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 1px solid #505050;
	width: 100%;
}

.col_fu ul li.menu-item:hover > a {
	color: #F15A22;
}
.modal_word{
	color: #333 !important;
}


@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .noneIcon {
    display: none !important;
  }
}

.show {
  display: block !important;
}

@media only screen and (max-width: 991px) {
  .mobileHidden {
    display: none;
  }
}

.sPcHidden {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .sPcHidden {
    display: block;
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 8;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.mask h3 {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #303030;
  font-family: "Roboto Condensed", 'Noto Sans JP', 'Noto Sans TC', serif;
  list-style: none;
  border: none;
  border-collapse: collapse;
  outline: none;
}

.mask {
  width: 100%;
  height: 100%;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  position: fixed;
  display: flex;
  overflow: auto;  
}
.mask .whiteBox {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 50px;
  position: relative;
  width: 940px;
  top: 50px;
  overflow: auto;
  height: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.mask .whiteBox .closeBtn {
  font-size: 18px;
  color: #909090;
  position: absolute;
  right: 25px;
  top: 25px;
}
.mask .whiteBox h2 {
  font-size: 30px;
  font-weight: 600;
  color: #303030;
  text-align: center;
  letter-spacing: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.mask .whiteBox .maskContainer {
  width: 100%;
  margin-bottom: 30px; 
}
.mask .whiteBox .maskContainer h3 {
  font-family: "Arial";
  font-size: 23px;
  font-weight: normal;
  margin-top: 35px;
  margin-bottom: 20px;
}
.mask .whiteBox .maskContainer ul {
  text-align: left;
}
.mask .whiteBox .maskContainer ul li {
  background-color: #eb5405;
  border-radius: 5px;
  width: 260px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  margin-left: 15px;
  transition: 0.3s all;
}
.mask .whiteBox .maskContainer ul li:hover {
  background-color: #ff8647;
}
.mask .whiteBox .maskContainer ul li:nth-child(3n+1) {
  margin-left: 0;
}
.mask .whiteBox .maskContainer ul li a {
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.mask .whiteBox .maskContainer ul li a div {
  color: #fff;
  font-weight: 100;
  line-height: 48px;
  font-family: "Microsoft JhengHei";
  text-shadow: none;
}
.mask .whiteBox .maskContainer ul .li {
  background-color: #61cac0;
}
.mask .whiteBox .maskContainer ul .li:hover {
  background-color: #8adfd7;
}
.mask .whiteBox .maskContainer ul .li a {
  justify-content: center;
}
.header_lang_btn {
	background-color: #F24F0E;
	border: none;
	margin-top: 22px;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
}


.header_full .header .headerCtrl{
	float: left;
	height: 100%;
	width: 30px;
	margin-left: 18px;
	margin-right: 65px;
}




.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 5px;
}



/*菜單滑鼠移過下拉*/
@media only screen and (min-width: 767px) {
.xpmenu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .xpmenu {display: block;}
}

@media only screen and (max-width: 767px) {
.phonebk{
	background-color: #000;
}}






.sticker{
	height: 36px;
	width: 36px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}





.member_ix{
	float: left;

}
.member_ix a{
	
	color: #FFF;
}





.member_name{
	margin-top: 15px;
	display: inline-block;
	font-size: 18px;
}


.remind_gf{
	margin-top: 17px;
	margin-right: 15px;
	margin-left: 15px;
}




.submenu .material-icons{
	font-size: 20px;
	margin-right: 8px;
	vertical-align: middle;
}



.p_tp10{
	margin-top: 10px;
	margin-bottom: 10px;
}