.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 60px;
    background: #fff;
    z-index: 31;
    padding: 0 100px;
    -webkit-transform: translate3d(0, 0, 0);
    border-bottom: 1px solid #E1E1E1;
}
.main-header:before {
    content: '';
    position: absolute;
    right: 0;
    width: 480px;
    height: 100%;
    bottom: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
    background: #fff;
}
.dsh-header.main-header:before {
    width: 540px;
}
.main-header.vis-searchdec:before {
    opacity: 0;
}
.logo-holder {
    float: left;
    height: 30px;
    position: relative;
    top: 17px;
}
.logo-holder img {
    width: auto;
    height: 85%;
}
.header-search_btn {
    float: left;
    margin-left: 70px;
    width: 180px;
    padding: 4px 0px;
    border-radius: 30px;
    position: relative;
    color: #fff;
    top: 13px;
    font-weight: 500;
    font-size: 13px;
    background: #F6F6F6;
    cursor: pointer;

}
.header-search_btn span {
    position: relative;
    color: #979797;
    font-size: 14px;
}
.header-search_btn span:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    height: 15px;
    margin-top: -7px;
    width: 1px;
    background: #CFCFCF;
}
.header-search_btn i,
.header-search_btn img {
    margin-right: 30px;
}
.add-list {
    float: right;
    padding: 0 22px;
    position: relative;
    height: 40px;
    top: 20px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.1);
}
.add-list:hover {
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.0);
}
.add-list span {
    color: #fff;
    padding-left: 10px;
}
.cart-btn {
    float: right;
    position: relative;
    color: #fff;
    cursor: pointer;
    margin-right: 34px;
    top: 28px;
    font-size: 18px;
}
.cart-btn i {
    width: 12px;
}
.cart-counter {
    position: absolute;
    bottom: -1px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 100%;
    color: #fff;
    left: -5px;
    z-index: 2;
    font-size: 8px;
    font-weight: 400;
}
.show-reg-form {
    float: right;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 15px;
    font-weight: 500;
    font-size: 12px;
}
.show-reg-form:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 1px;
    background: rgba(255, 255, 255, 0.31);
}
.show-reg-form i {
    margin-right: 14px;
}
.lang-wrap {
    float: right;
    margin-right: 20px;
    position: relative;
    top: 20px;
}
.lang-tooltip {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100px;
    z-index: 105;
    background: #fff;
    padding: 10px 0 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    border-top: none;
    visibility: hidden;
    opacity: 0;
}
.show-lang {
    color: #fff;
    cursor: pointer;
    width: 100px;
    float: right;
    padding: 10px 10px 10px 0;
    position: relative;
    z-index: 106;
    font-size: 12px;
    border: 1px solid transparent;
}
.show-lang i.arrlan {
    position: absolute;
    left: 70px;
    top: 50%;
    line-height: 10px;
    height: 10px;
    margin-top: -5px;
    color: #fff;
}
.show-lang span {
    position: relative;
    z-index: 2;
    float: left;
    margin-left: 10px;
}
.show-lang span strong {
    padding-left: 10px;
    top: -2px;
    font-weight: 500;
    position: relative;
}
.show-lang span i {
    font-size: 17px;
}
.show-lang .fa-angle-down {
    position: relative;
    top: 2px;
}
.lang-wrap:hover .lang-tooltip {
    visibility: visible;
    opacity: 1;
}
.no-list-style {
    list-style: none;
}
.lang-tooltip li {
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    padding: 6px 14px;
}
.lang-tooltip li a {
    color: #566985;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
}
.lang-tooltip li a:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00c";
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.lang-tooltip li a.current-lan:before {
    opacity: 1;
}
.header-user-menu{
    float: right;
    position: relative;
    top: 13px;
}
.header-links {
    float: right;
    position: relative;
    top: 13px;
}
.header-links a{
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}
.header-links a:hover{
    color: #ff5366;
}
.header-links a.active{
    color: #ff5366;
    text-shadow: 0 0 .25px currentcolor;
    border-bottom: 2px solid #ff5366;
}
.header-user-menu:after {
    content: '';
    position: absolute;
    left: -70px;
    height: 30px;
    top: 4px;
    width: 1px;
    background: rgba(255, 255, 255, 0.21);
}
.header-user-name {
    position: relative;
    float: left;
    cursor: pointer;
    color: #666666;
    transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* padding-top: 10px; */
    font-weight: 600;
}
.header-user-name:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    position: absolute;
    color: #fff;
    bottom: 1px;
    font-size: 13px;
    right: -16px;
    transition: all .2s ease-in-out;
}
/* .header-user-name span {
	position:absolute;
	width:38px;
	height:38px;
	border-radius:100%;
	overflow:hidden;
	top:0;
	left:-50px;
} */
.header-user-name span img {
    width: 100%;
    height: 100%;
}
.header-user-menu ul {
    margin: 10px 0 0 0;
    opacity: 0;
    list-style: none;
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    top: 60px;
    left: -50px;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
}
.header-user-name.hu-menu-visdec:before {
    transform: rotateX(180deg);
}
.header-user-menu ul.hu-menu-vis {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.header-user-menu ul li {
    float: left;
    width: 100%;
    padding: 4px 0;
}
.header-user-menu ul li a {
    color: #50596E;
    float: left;
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding: 6px 15px;
}
.fal .fa-keyboard {
    color: #FF5366;
}
.intro-item h1 {
    font-size: 28px;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
    font-family: 'Noto Sans TC';
    position: relative;
    z-index: 2;
}
.intro-item h3 {
    font-size: 16px;
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
.home-background-img {
    width: 720px;
}
.logo-holder {
    top: 17px;
}
.ad-phone-img {
    display: none;
}
.header-search_container {
    background: #FF5366;

}
.search-btn i {
    color: #FF5366;
}
.search-btn {
    background: #FFFFFF;
    position: absolute;
    right: 0;
    height: 50px;
    top: 0;
    line-height: 50px;
    border: none;
    color: #FF5366;
    border-radius: 5px;
    width: 180px;
    cursor: pointer;
    font-weight: 600;
    transition: all 300ms linear;
}
.header-search_container:before {
    display: none;
}
.main-register-holder .tabs-menu li a {
    color: #404040;
}
.header-search_close {
    position: absolute;
    right: 50%;
    margin-right: -18px;
    top: 100%;
    margin-top: 30px;
    width: 46px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    z-index: 2;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0 0 4px 4px;
    background-color: #F12C41;
    text-align: center;
}
.main-search-input:before {
    display: none;
}
#wrapper {
    padding-top: 60px;
}
.header-search-input {
    width: 100%;
}
.search-btn:hover {
    background: #FFFFFF;
}

.header-search-input label{
	top: 13px;
}
.header-user-icon-img{
    border-radius: 15px;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
    .main-header {
        padding: 0px 100px;
        height: 60px;
    }
}
@media only screen and (max-width: 992px){
    .main-header{
         padding: 0px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .show-reg-form{
        margin-left: 16px;
        top: 16px;
    }
    .logo-login-search-box {
		float: right;
	}
	.header-user-menu{
		top: 13px;
	}
    .ad-web-img {
        display: none;
    }
    .ad-phone-img {
        display: block;
    }
    .header-search-button {
        display: none;
    }
    .home-background-img {
        width: 100%;
    }
    .main-header {
        padding: 0px 20px;
    }
	.header-search_btn {
		width: 40px;
		height:40px;
		line-height:40px;
		padding: 0;
		border-radius: 100%;
		margin-left:0px;
		top: 13px;
		background:none;
	}
    .header-search_btn span,
    .header-search_container:before {
        display: none;
    }
    .header-user-icon-img {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .header-search_btn i {
        font-size: 16px;
    }
    .header-search_btn img {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .logo-holder img {
        height: 85%;
    }
    .logo-holder {
        top: 17px;
    }
    .header-links{
        text-align: center;
    }
}
@media only screen and (max-width: 650px) {
    .logo-holder img {
        height: 75%;
        top: 17px
    }
}
@media only screen and (max-width: 425px){
}
@media only screen and (max-width: 360px){
	.header-search_btn {
		top: 13px;
	}
}