@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@font-face {
	font-family: 'FZLanTingHei';
	src: url("../fonts/FZLanTingHei.woff");
}
@font-face {
	font-family: 'DIGIT';
	src: url("../fonts/Digital.ttf");
}
@font-face {
	font-family: 'HelveticaNowText';
	src: url("../fonts/HelveticaNowText-Light.ttf");
}
html {
    scroll-padding-top: 60px;
}
body {
    font-family: "Poppins", "FZLanTingHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
    font-size: 14px;
    background: url(../images/bg.jpg);
	line-height: 1.3;
}
a, a:hover, a:focus {
    text-decoration: none;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: none;
}
::placeholder { 
    color: #777777 !important;
}
img {
    max-width: 100%;
}
.max-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.t-body {
    overflow: hidden;
}
/* header */
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #000;
    box-shadow: 0 2px 6px 2px #0000001A;
}
.header-wrapper {
    display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  height: 72px;
}
.header-left {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-right: 20px;
}

/* 中间导航区域 */
.header-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }

.header-left .logo img {
    height: 40px;
}
.header-menu-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.header-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul.nav.header-menu li {
    margin: 0 15px;
}
a.menu-link {
	color: #fff;
	font-size: 16px;
}
a.menu-link:hover {
	color: #efcf34;
}
button.language-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 30px;
}
.header-right {
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-left: 20px;
}
.header-right-inner {
	position: relative;
    display: flex;
    align-items: center;
}
button.btn-header {
    background: #fff;
    color: #2440da;
	border: none;
    border-radius: 45px;
    padding: 0 5px;
    width: 130px;
    height: 40px;
    font-size: 16px;
    margin: 0 10px;
}
button.btn-header:hover {
	background: #2440da;
	color: #fff;
}
ul.dropdown-menu.language {
    border: none;
    min-width: 40px;
    background: rgb(255, 255, 255, 0.8);
    padding: 2px 5px;
}
a.lang-item {
    display: block;
    margin: 3px 0;
}
button.mobile-menu-btn {
	background: none;
	border: none;
	padding: 0;
	font-size: 24px;
	color: #fff;
	display: none;
}
.dropdown.member {
    margin: 0 30px;
}
button.user-btn {
    color: #fff;
    font-size: 18px;
    padding: 0;
    border: 0;
    background: none;
}
button.user-btn:hover {
	color: #efcf34;
}
.dropdown-menu.user {
    background: #f5f5f5;
    min-width: 300px;
    border: none;
    padding: 0;
}
.id-name {
    background: #fff;
    color: #4f4e4e;
    font-size: 16px;
    text-align: right;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.id-name .usericon {
	color: #003edf;
}
.usericon {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
ul.nav.dropmenu {
    flex-direction: column;
    padding: 5px 0px;
}
ul.nav.dropmenu li {
    margin: 8px 0;
}
ul.nav.dropmenu li a {
    color: #4f4e4e;
}
ul.nav.dropmenu li a:hover {
	color: #2440da;
}



/* Footer */
footer {
	padding: 45px 0 70px;
	position: relative;
}
.footer-container {
    max-width: 1300px;
    margin: 0 auto;
	padding: 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-logo img {
    max-height: 65px;
}
.copyright {
    text-transform: uppercase;
    color: #636363;
    font-size: 15px;
	margin-top: 10px;
}
.copyright.mb {
    display: none;
}
.footer-right {
    display: flex;
    justify-content: center;
    width: 50%;
}
.footer-menu-wrapper {
    display: flex;
    grid-gap: 0 10px;
    justify-content: space-evenly;
    width: 100%;
    font-size: 15px;
}
.footer-col-title {
    font-size: 24px;
    color: #2440da;
    margin-bottom: 10px;
}
.footer-col ul {
    padding-left: 0;
    list-style-type: none;
}
.footer-col ul li {
    margin-bottom: 5px;
}
.footer-col ul li a {
    color: #636363;
	display: block;
	transition: 0.2s;
}
.footer-col ul li a:hover {
    transform: translateX(3px);
	transition: 0.2s;
}

/** Popup Reg / Login **/
.modal-dialog.login {
	max-width: 660px;
}
.modal-content.login {
	background: #fff;
	border-radius: 15px;
	padding: 30px 30px;
}
.logo-popup {
    text-align: center;
    max-width: 220px;
    margin: 0 auto 20px;
}
.login-title {
    text-align: center;
    font-size: 30px;
    color: #464646;
    margin-bottom: 5px;
}
.keeptext {
    text-align: center;
    color: #464646;
    font-size: 18px;
}
.newboss-text {
    font-size: 110%;
    font-weight: 700;
    font-style: italic;
    color: #717171;
    margin-left: 5px;
}
form.login-form {
    padding: 20px 0;
	border-bottom: 1px solid #9c9c9c;
}
form.popup-form {
    padding: 20px 0;
}
form.verify-form {
    padding: 20px 0;
}
.fwrap {
    position: relative;
    margin-bottom: 15px;
}
input.login-input, select.login-input {
    background: #f9f9f9;
    border: 1px solid #9c9c9c;
	height: 55px;
	border-radius: 10px;
    padding: 5px 10px 5px 40px;
	width: 100%;
	font-size: 16px;
}
select.login-input {
	padding: 10px 15px;
}
input.login-input:focus {
	background: #fff;
}
.fwrap label {
    color: #464646;
    margin-bottom: 5px;
}
.fmicon {
    color: #9c9c9c;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 55px;
}
.toggle-password {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #464646;
    z-index: 2;
    cursor: pointer;
    font-size: 18px;
}
.col-2-wrap, .col-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9c9c9c;
    font-size: 18px;
	padding: 5px 0;
}
.col-2-wrap {
    justify-content: end;
}
a.forgot-link {
    color: #2440da;
    margin-right: 5px;
}
button.form-login-btn {
    background: #2440da;
    color: #fff;
    border: none;
    border-radius: 45px;
    padding: 0 10px;
    min-width: 150px;
    height: 47px;
    font-size: 20px;
}
button.form-login-btn:hover {
	background: #CBCBCB;
	color: #171717;
}
.unreg-text {
    text-align: center;
    padding: 30px 0 0;
    font-size: 16px;
}
.unreg-text a {
    color: #2440da;
}
.unreg-text a:hover {
	text-decoration: underline;	
}
.vertify-time-cd {
    font-size: 15px;
    color: #9c9c9c;
    padding-bottom: 20px;
}




/** Home slider **/
.banner-dekstop {
    position: relative;
	background: #000;
}
.video-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}

.banner-d .swiper-slide {
	background: rgb(0,0,0,0.4);
}
.slider-content-text {
    position: absolute;
    color: #fff;
    left: 10%;
    top: -5%;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
	line-height: 1.2;
}
.sdtext-1 {
	opacity: 0;
}
.sdt-1, .sdt-2 {
	display: inline-block;
	opacity: 0;
}
.sdtext-2 {
    font-weight: 700;
    font-size: 160%;
    font-style: italic;
}
.sdtext-4 {
	font-family: 'HelveticaNowText';
	font-size: 80%;
	font-weight: 600;
	color: #efcf34;
	margin: 30px 0 0;
}
button.sd-btn {
    background: #2440da;
    border: none;
    min-width: 190px;
    height: 60px;
    margin: 25px 0 5px;
    color: #fff;
    border-radius: 45px;
    padding: 0px 15px;
    font-size: 55%;
}
button.sd-btn:hover {
	background: #fff;
	color: #000;
}
.swiper-slide-active .sdtext-1 {
	animation: fadeInUp linear 0.2s;
	animation-delay: 0.5s;
	opacity: 0;
	animation-fill-mode: both;
}
.swiper-slide-active .sdtext-3 .sdt-1 {
	animation: fadeInUp linear 0.2s;
	animation-delay: 0.8s;
	opacity: 0;
	animation-fill-mode: both;
}
.swiper-slide-active .sdtext-3 .sdt-2 {
	animation: fadeInUp linear 0.2s;
	animation-delay: 1.2s;
	opacity: 0;
	animation-fill-mode: both;
}
@keyframes fadeInUp {
    from {
		transform: translate3d(0,30px,0);
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    from {
		transform: translate3d(0,-30px,0);
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    from {
        transform: translate3d(-100px,0,0);
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeInRight {
    from {
        transform: translate3d(100px,0,0);
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.banner-d .swiper-button-prev::after {
	content: none;
}
.banner-d .swiper-button-next::after {
	content: none;
}
.banner-d .swiper-button-prev, .banner-d .swiper-button-next {
	color: #fff;
	height: 30px;
}
.banner-d .swiper-button-prev:hover, .banner-d .swiper-button-next:hover {
	transform: scale(1.07);
}


/* Home */
.home-newboss {
    background: #fff;
    position: relative;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    z-index: 2;
    padding: 30px 0;
    box-shadow: inset 0 20px 10px -8px rgb(0, 0, 0, 0.2);
}
.title-home {
    color: #2440da;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}
.subtitle-home {
    color: #464646;
    font-size: 18px;
	margin-bottom: 15px;
}
.home-website-wrapper {
    position: relative;
    background: url(../images/home/frame-base.jpg) no-repeat center;
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    padding: 20px 25px;
    display: grid;
    grid-template-columns: 45% auto;
    grid-gap: 0 40px;
    justify-content: center;
    align-items: center;
}
.swiper.mobileview {
	padding: 15px 0 0;
	min-height: 460px;
}
.mobileview .swiper-slide .mbslide {
	transform: scale(0.9);
	transform-origin: center;
    margin: 26% 0 0;
	transition: 0.3s;
}
.mobileview .swiper-slide.swiper-slide-prev .mbslide {
	margin-right: -20%;
	transition: 0.3s;
}
.mobileview .swiper-slide.swiper-slide-next .mbslide {
	margin-left: -20%;
	transition: 0.3s;
}
.mobileview .swiper-slide.swiper-slide-active {
	position: relative;
	z-index: 2;
}
.mobileview .swiper-slide.swiper-slide-active .mbslide {
	transform: scale(1);
	transform-origin: center;
    margin: 0 -30%;
}
.fast-text {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}
.yellow-text {
    color: #efcf34;
    font-weight: 700;
    font-style: italic;
    margin-right: 8px;
}
button.fast-cta {
    background: #fff;
    color: #2440da;
    border: none;
    border-radius: 45px;
    padding: 0 10px;
    min-width: 150px;
    height: 47px;
    font-size: 20px;
    /* margin: 0 10px; */
    margin: 0 14px;
}
button.fast-cta:hover {
	background: #2440da;
    color: #fff;
}
.home-usp-sec {
	position: relative;
	padding: 15px 0;
}
.usp-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.uspbox {
    background: url(../images/home/usp-base.jpg) no-repeat center;
    background-size: cover;
    border-radius: 30px;
    position: relative;
    max-width: 420px;
    display: grid;
    grid-template-columns: 50% auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
	box-shadow: 0 2px 5px rgb(0,0,0,0.3);
}
.usp-left {
    padding: 10px;
}
.usp-legend {
    color: #f0d034;
    font-size: 18px;
}
.usp-point {
    font-size: 22px;
}
.count-number {
    position: relative;
}
.number-center {
    max-width: 110px;
    margin: -20px auto -9px;
}
.counts {
    position: relative;
    font-family: 'Digit';
    font-size: 78px;
    line-height: 1.5;
    color: #f0d034;
    text-shadow: 0 0 5px #3b60ff, 0 0 18px #3b60ff;
    filter: drop-shadow(0px 0px 8px #3e6aff);
    margin: 0 auto;
	z-index: 2;
}
.backnum {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	color: #fff;
	font-family: 'Digit';
	font-size: 78px;
    line-height: 1.5;
	opacity: 0.2;
	z-index: 1;
}
.counts.one {
    margin-left: 40px;
}
.ups-img {
    position: relative;
    margin: -8% 0 0;
}
.home-service-sec {
	padding: 30px 0;
}
.service-home {
    padding: 30px 0;
	margin: -16% -3% -20%;
}
.home-service-wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}
.service-box {
	position: relative;
	background: url("../images/home/service-frame-bg-01.png")no-repeat top center;
	background-size: cover;
	border-radius: 30px;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	filter: drop-shadow(0 3px 7px rgb(0,0,0,0.55));
}
.sb-info {
    padding: 10px 30px 15px;
    font-size: 30px;
}
.sbtext {
    margin-bottom: 20px;
}
ul.svlist {
    margin-left: 0;
    padding-left: 30px;
	font-size: 70%;
}
ul.svlist li {
	padding: 2px 0;
    line-height: 1.8;
}
ul.svlist li .fa-li {
	color: #efcf34;
}
.home-template-wrapper {
    background: url(../images/home/theme-template-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    border-radius: 30px;
    padding: 30px 30px;
    color: #fff;
    text-align: center;
	overflow: hidden;
	filter: drop-shadow(0 3px 7px rgb(0,0,0,0.55));
	z-index: 2;
}
.ht-title-wrap {
	position: relative;
	font-size: 32px;
	margin-bottom: 30px;
}
.ht-title-1 {
    margin-bottom: 5px;
}
.ht-title-2 {
	font-size: 70%;
    color: #f0d034;
}
.theme-template-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 65% auto;
    grid-gap: 0 50px;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
}
.ht-subtitle {
	position: relative;
	text-align: left;
    font-size: 28px;
}
.htsub {
    margin: 0 0 20px;
    text-align: left;
}
.ylwnum {
	color: #efcf34;
	margin-right: 10px;
}
.ts-wrap {
    position: relative;
    filter: drop-shadow(0px 2px 8px rgb(0, 0, 0, 0.6));
}
.ts-wrap::before {
    content: '';
    background: url(../images/home/red-glow.png) no-repeat;
    background-size: 100%;
    width: 1201px;
    height: 730px;
    position: absolute;
    left: -33%;
    top: -53%;
    z-index: -1;
    opacity: 0.9;
	pointer-events: none;
}
.theme-slide {
	padding-bottom: 20px;
}
.theme-slide .swiper-pagination {
    bottom: 0;
}
.theme-slide .swiper-pagination-bullet {
	background: #fff;
    opacity: 1;
}
.theme-slide .swiper-pagination-bullet-active {
	background: #efcf34;
	opacity: 1;
}
.home-partner-sec {
	position: relative;
    padding: 100px 0 30px;
    min-height: 700px;
    margin: -50px 0 0;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 4px 27px -6px rgb(0, 0, 0, 0.5);
	overflow: hidden;
}
.globe-img {
    max-width: 35%;
    position: absolute;
    right: -11%;
    top: -8%;
    z-index: -1;
}
.ptn-title-wrap {
    font-size: 28px;
    margin-bottom: 15px;
}
.ptn-title-1 {
    color: #2440da;
}
.ptn-title-2 {
	font-family: 'HelveticaNowText';
    font-size: 72%;
    color: #464646;
    text-align: left;
}
.partner-logo-wrapper {
    max-width: 80%;
}
.partner-logo-slide {
    margin: 20px 0;
}
.ptlogo-img {
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 12px;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.home-contact-sec {
    position: relative;
    margin-top: -220px;
	padding-bottom: 15px;
}
.home-contact-wrapper {
	background: url("../images/contact/contact-bg.jpg")no-repeat center;
	background-size: cover;
	border-radius: 30px;
	padding: 30px 30px 45px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 32px;
}
.contact-title-wrap {
    margin-bottom: 30px;
}
.social-media-wrap {
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-media-wrap a {
    display: inline-block;
    max-width: 20%;
    /* margin: 1% 2%; */
    margin: 1% 1.5%;
    vertical-align: top;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 7px 10px;
    filter: drop-shadow(7px 10px 0px rgb(0, 0, 0, 0.2));
}
.social-media-wrap a img{
    width: 35px!important;
    height: 35px!important;
}
.social-media-wrap a:hover img {
	transform: scale(0.98);
	filter: brightness(1.07);
}
button.fast-cta.theme2 {
    background: #2440da;
    color: #fff;
	min-width: 170px;
}
button.fast-cta.theme2:hover {
	background: #fff;
	color: #2440da;
}

/** Mobile Menu **/

.modal.right.fade .modal-dialog {

	right: -320px;

	transition: opacity 0.3s linear, right 0.3s ease-out;

}

.modal.right.fade.in .modal-dialog {right: 0;}      



.modal.right .modal-dialog  {

	position: fixed;

	margin: auto;

	width: 320px;

	height: 100%;

	transform: translate3d(0%, 0, 0);

}

.modal.right .modal-content {

	height: 100%;

	overflow-y: auto;

}

.modal.right.fade .modal-dialog  {

	right: -320px;

	transition: opacity 0.3s linear, right 0.3s ease-out;

}

.modal.right.fade.show .modal-dialog  {

	right: 0;

}

.modal-content.sidemenu {

	background: #f5f5f5;

	border-radius: 0;

}

.menu-logo {

	background: #fff;

    text-align: left;

    padding: 10px 25px;

}

.menu-logo img {

    max-height: 35px;

}

.mbmenu-wrapper {

    position: relative;

    padding: 10px 20px;

}

ul.nav.mbmenu {

    flex-direction: column;

}

ul.nav.mbmenu li.mbitem {

    margin: 0 0 4px;

}

ul.nav.mbmenu li.mbitem a.mblink {

	position: relative;

    color: #4f4e4e;

    display: grid;

    grid-template-columns: 40px auto;

	grid-gap: 0 10px;

    align-items: center;

    text-align: center;

    font-size: 16px;

    padding: 2px 28px 2px 5px;

	height: 50px;

    background: none;

    border-radius: 11px;

}
ul.nav.mbmenu li.mbitem a.mblink span{
    text-align: left;
}

ul.nav.mbmenu li.mbitem a.mblink:hover, ul.nav.mbmenu li.mbitem a.active { 

	background: #dedede;

}

span.menu-icon {

    display: inline-block;

    background: #e9e9e9;

    padding: 7px;

    border-radius: 12px;

    width: 100%;

    max-width: 40px;

    height: 40px;

}

span.menu-icon img {

    max-height: 28px;

}

a.quick-open-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003edf;
    color: #fff;
    border-radius: 10px;
    height: 50px;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    margin: 10px auto 0;
}

span.notice-round {
    background: #003edf;
    font-size: 12px;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
}

.mbmenu-wrapper.profile {
    padding: 10px 15px;
}

/** Open Site Page **/
.page-contact-sec {
	position: relative;
    margin-top: -150px;
    padding-bottom: 15px;
}
.opensite-sec {
	position: relative;
	background: url("../images/open/bg_map.jpg")no-repeat top center;
	background-size: 100%;
	padding: 45px 0 200px;
	border-radius: 0 0 30px 30px;
    box-shadow: 0 4px 27px -6px rgb(0, 0, 0, 0.5);
	text-align: center;
}
.opetitle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 45px;
}
.arrow-title-img {
    max-width: 100px;
}
.optitle-box {
    position: relative;
    font-size: 44px;
    color: #2440da;
    font-weight: 700;
    padding: 0 20px;
}
.optitle {
	position: relative;
	z-index: 1;
}
.optitle-shadow {
    position: absolute;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2440da;
    color: #fff;
    opacity: 0.25;
    left: 20px;
    top: 10%;
    font-family: 'Poppins';
	pointer-events: none;
}
.opensite-step-wrapper {
    max-width: 550px;
    margin: 0 auto 30px;
    position: relative;
}
.stepnumber-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.stepnum img {
    max-width: 58px;
}
.stepnum.active {
    z-index: 2;
}
.step-progress-bar {
    background: linear-gradient(90deg, rgba(37, 65, 218, 1) 15%, rgba(237, 240, 242, 1) 50%, rgba(237, 240, 242, 1) 100%);
    height: 10px;
    border-radius: 30px;
    margin: -14px 0 15px;
	position: relative;
}
.step-progress-bar.step2 {
	background: linear-gradient(90deg, rgba(37,65,218,1) 50%, rgba(237,240,242,1) 89%, rgba(237,240,242,1) 100%);
}
.step-progress-bar.step3 {
	background: #3142d5;
}
.step-caption {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 18px;
    color: #717171;
}
.scinfo.active {
	color: #3142d5;
}
.opensite-subtitle {
    color: #4f4e4e;
    font-size: 24px;
    margin: 0 0 20px;
}
.nbname {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: #717171;
}
.package-box {
    position: relative;
    max-width: 465px;
    margin: 10px auto;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 2px 6px rgb(0, 0, 0, 0.4);
}
.package-type {
    background: linear-gradient(90deg, rgba(36, 64, 218, 1) 40%, rgba(83, 105, 232, 1) 100%);
    color: #fff;
    font-size: 26px;
    padding: 15px 10px;
	text-align: center;
}
.package-content {
    padding: 20px 30px;
    text-align: center;	
}
ul.pcklist {
    text-align: left;
    font-size: 18px;
    margin-left: 0;
    padding-left: 30px;
    font-family: 'Poppins';
    color: #4f4e4e;
}
ul.pcklist li .fa-li {
    color: #efcf34;
}
ul.pcklist li {
    padding: 5px 0;
}
.pckline {
    width: 100%;
    height: 1px;
    max-width: 70%;
    margin: 0 auto 15px;
    background: #595959;
}
.pcksum {
    color: #2440da;
    font-size: 18px;
}
.pcktotal {
    color: #2440da;
    font-size: 50px;
    font-weight: 700;
}
.pck-btn-wrap {
    padding: 15px 0 0px;
    text-align: center;
}
button.pcknext-btn {
    background: #2440da;
    color: #fff;
    border: none;
    border-radius: 45px;
    padding: 0 10px;
    min-width: 150px;
    height: 47px;
    font-size: 20px;
    margin: 0 10px;
}
button.pcknext-btn .nextarw {
    color: #efd034;
	margin-left: 5px;
	font-size: 80%;
}
button.pcknext-btn:hover {
	background: #000;
    color: #fff;
}
button.pcknext-btn .prevarw {
    color: #efd034;
	margin-right: 5px;
	font-size: 80%;
}
.theme-setting-wrapper {
	position: relative;
	text-align: left;
	color: #4f4e4e;
}
.theme-set-wrap {
    position: relative;
    margin-bottom: 30px;
}
.ques-text {
    font-size: 20px;
    margin-bottom: 7px;
}
.theme-input-wrap {
    position: relative;
}
input.theme-input {
    background: #f9f9f9;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    height: 55px;
    width: 100%;
    max-width: 600px;
    padding: 5px 20px;
    font-size: 17px;
}
.theme-layout-wrapper {
    position: relative;
    background: #f6f7f7;
    border-radius: 12px;
    padding: 15px 15px;
    overflow: auto;
    max-height: 900px;
    min-height: 120px;
}
.theme-layout-wrapper::-webkit-scrollbar {
	width: 8px; 
}
.theme-layout-wrapper::-webkit-scrollbar-track {
	background: none;
}
.theme-layout-wrapper::-webkit-scrollbar-thumb {
	background: #2440da;
	border-radius: 20px;
}
.theme-layout-wrapper::-webkit-scrollbar-thumb:hover {
	background: #858585
}
.themebox {
    position: relative;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    max-width: 600px;
    background: none;
    border: 8px solid transparent;
    border-radius: 15px;
    padding: 10px 10px;
    margin: 10px auto;
}
.themebox.active {
    background: #fff;
    border: 8px solid #dce0f4;
}
.thm-img-box {
    position: relative;
}
.tbhover {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}
button.imghvr-btn {
    background: #2440da;
    color: #fff;
    min-width: 100px;
    border: none;
    text-align: center;
    height: 35px;
    border-radius: 7px;
    padding: 0 10px;
    margin: auto;
	font-family: 'Poppins';
    position: relative;
    z-index: 1;
}
button.imghvr-btn .magnify-icon {
	margin-right: 5px;
	color: #efcf34;
}
button.imghvr-btn:hover {
	background: #efcf34;
	color: #000;
}
button.imghvr-btn:hover .magnify-icon {
	color: #000;
}
.themebox:hover .tbhover {
	opacity: 1;
	visibility: visible;
	transition: 0.2s;
}
.themebox:hover .mobile-thm, .themebox:hover .tablet-thm {
	filter: brightness(0.7);
}
.mobile-thm {
    position: absolute;
    max-width: 28%;
    right: 0;
    z-index: 3;
    bottom: 0;
}
.tablet-thm {
    position: relative;
    max-width: 80%;
}
.themeframe-img {
	position: relative;
	z-index: 2;
}
.tmimg-1 {
    position: absolute;
    top: -1%;
    bottom: 0;
    left: -2%;
    right: 0;
    height: 91%;
    max-width: 82%;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}
.tmimg-2 {
    position: absolute;
    top: -1%;
    bottom: 0;
    left: -1%;
    right: 0;
    height: 90%;
    max-width: 94%;
    margin: auto;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
}
.tmpt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}
.tmpt-name {
    font-size: 20px;
    font-weight: 500;
    color: #4f4e4e;
    text-transform: uppercase;
}
button.tmpt-apply {
    background: #2440da;
    color: #fff;
    min-width: 130px;
    border: none;
    text-align: center;
    height: 35px;
    border-radius: 7px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.themebox.active button.tmpt-apply {
	background: #efcf34;
	color: #2440da;
}
.pick-icon {
	margin-right: 5px;
	color: #efcf34;
}
.selected-icon {
	display: none;
	margin-right: 5px;
	color: #2440da;
}
.themebox.active .selected-icon {
	display: inline-block;
}
.themebox.active .pick-icon {
	display: none;
}
.theme-color-wrapper {
    background: #f6f7f7;
    padding: 30px 30px;
    border-radius: 20px;
    text-align: center;
}
.theme-color-option {
    padding: 15px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.palette-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 185px;
    margin: 5px 5px;
}
.color-palette-box {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
	cursor: pointer;
}
.colbox {
    height: 60px;
    max-width: 60px;
    width: 100%;
}
.color-palette-box .colbox:first-child {
	border-radius: 10px 0 0 10px;
}
.color-palette-box .colbox:last-child {
	border-radius: 0 10px 10px 0;
}
.color-palette-box.active {
	
}
.color-palette-box.active::before {
    content: '';
    background: #fff;
    width: 40px;
    height: 19px;
    position: absolute;
    right: -12px;
    bottom: -3px;
    transform: rotate(-45deg);
}
.color-palette-box.active::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 6px;
    width: 6px;
    height: 13px;
    border: 2px solid #2440da;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.color-preview-box {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.illus-purpose {
    padding: 10px 0;
    font-size: 16px;
    font-style: italic;
}
.checkout-wrapper {
    display: grid;
    grid-template-columns: 450px auto;
    grid-gap: 30px;
    padding: 15px 15px 0;
}
.checkout-info-wrap .package-box {
	margin-bottom: 20px;
	font-size: 18px;
}
.ckbcontent {
    position: relative;
    padding: 20px 30px;
}
.ckbunder {
    text-decoration: underline;
    margin-bottom: 5px;
}
table.order-table tr td {
    padding: 4px 2px;
}
.color-theme-pick-container {
    text-align: center;
}
.agree-tnc {
    position: relative;
    margin-bottom: 15px;
}
.check-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.check-group label {
    position: relative;
    cursor: pointer;
    margin: 0;
}
.check-group label a {
    color: #2440da;
    text-decoration: underline;
}
.check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #4f4e4e;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
	top: 3px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #2440da;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
button.pcknext-btn.sumup {
	background: #d4d4d4;
	color: #bababa;
	pointer-events: none;
}
button.pcknext-btn.sumup.active {
	background: #efcf34;
	color: #2440da;
	pointer-events: auto;
}
button.pcknext-btn.sumup.active:hover {
	background: #000;
	color: #fff;
}
button.pcknext-btn.sumup .nextarw {
	color: #fff;
}
.share-referral-wrapper {
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}
.rftext {
	font-size: 24px;
}
.referal-code-wrap {
    position: relative;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #9c9c9c;
    max-width: 400px;
    margin: 10px auto;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2440da;
    font-size: 18px;
    font-weight: 500;
}
.refer-copy-icon {
    position: absolute;
    right: 12px;
    top: 15px;
    color: #9c9c9c;
	cursor: pointer;
}
.copy-icon {
    margin-right: 10px;
}
.server-name-wrap {
    text-align: left;
}
.server-option {
	position: relative;
    padding: 10px 0;
}
.srvr-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.serverbtn {
    border: 1px solid #2440da;
    border-radius: 6px;
    background: #fff;
    color: #2440da;
    min-width: 120px;
    height: 50px;
    font-size: 18px;
    margin-right: 10px;
}
button.serverbtn.active, button.serverbtn:hover {
    background: #2440da;
    color: #fff;
}
button.refereshbtn {
    background: #2440da;
    color: #fff;
    height: 50px;
    border: 1px solid #2440da;
    width: 50px;
    border-radius: 7px;
    font-size: 20px;
}
button.refereshbtn:hover {
	background: #fff;
	color: #2440da;
}
.server-list-container {
    position: relative;
    border: 1px solid #595959;
    border-radius: 10px;
    background: #fff;
    padding: 20px 20px 30px;
	text-align: left;
}
.server-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
	padding: 10px 0;
}
.srvbox {
    position: relative;
    max-width: 410px;
    width: 100%;
	margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #595959;
    border-radius: 8px;
    overflow: hidden;
}
.webname {
    background: linear-gradient(90deg, rgba(36, 64, 218, 1) 40%, rgba(83, 105, 232, 1) 100%);
    color: #fff;
    font-size: 16px;
    padding: 15px 5px;
    text-align: center;
}
.srv-inner {
    padding: 20px 25px;
    font-size: 16px;
    color: #4f4e4e;
}
.svtext1 {
    font-family: 'FZLanTingHei';
    font-weight: 600;
}
button.svdetail-btn {
    background: #2440da;
    color: #fff;
    border: none;
    border-radius: 45px;
    padding: 0 10px;
    min-width: 120px;
    height: 37px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins';
    position: absolute;
    bottom: 15px;
    right: 15px;
}
button.svdetail-btn .nextarw {
	color: #efd034;
    margin-left: 5px;
}
button.svdetail-btn:hover {
    background: #000;
    color: #fff;
}
.cart-search-wrapper {
    display: grid;
    grid-template-columns: auto auto 160px;
    grid-gap: 15px;
    align-items: center;
}
.cart-item-wrapper {
	padding: 25px 0;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}
.cart-item {
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
    text-align: left;
    padding: 20px 20px;
	color: #4f4e4e;
}
.carttb {
	/* max-width: 45%; */
}
.item-title {
    color: #2440da;
    font-size: 28px;
    margin-bottom: 10px;
}
table.item-table tr td {
    padding: 4px 0;
    font-size: 18px;
}
.item-status-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}
.round-icon {
    margin-right: 5px;
    font-size: 90%;
}
.status-item.green {
	color: #6cbf3c;
}
.status-item.blue {
	color: #2440da
}
.status-item.orange {
	color: #ffa131;
}
.item-more {
	cursor: pointer;
}
button.cart-delete-btn {
    background: none;
    border: none;
    color: #b00000;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
button.cart-delete-btn:hover {
	color: #000;
}
button.pcknext-btn.more {
    min-width: 200px;
}
.profile-box {
    text-align: left;
    background: #f6f7f7;
	color: #4f4e4e;
    position: relative;
    padding: 25px 30px;
    border-radius: 12px;
    max-width: 750px;
    margin: 0 auto 15px;
}
.profile-box .input-wrap {
    position: relative;
    margin-bottom: 15px;
}
.profile-box .input-wrap input.theme-input {
	max-width: 100%;
}
.phonecode {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
}
select.phone-input {
    background: none;
    border: none;
    padding: 0;
    color: #4f4e4e;
}
input.theme-input.phone {
    padding: 5px 20px 5px 120px;
}
.flag-img img {
    max-height: 18px;
}
.pw-note {
    padding: 5px 0 15px;
    font-style: italic;
    font-size: 15px;
}
.profile-box .input-wrap .toggle-password {
	color: #9c9c9c;	
}
.modal-dialog.refer.modal-dialog-centered {
    max-width: 850px;
}
.modal-content.refer {
	background: url("../images/popup-bg.png")no-repeat;
	background-size: cover;
	border: none;
	border-radius: 15px;
	padding: 30px 30px;
	color: #464646;
}
button.close-refer-btn {
    position: absolute;
    right: -16px;
    top: -12px;
    z-index: 2;
    background: #2440da;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    border: none;
    font-size: 20px;
    line-height: 1;
}
.refer-title {
    text-align: center;
    color: #2440da;
    font-size: 26px;
    margin-bottom: 15px;
}
.referral-id-box {
    position: relative;
    padding: 10px 0;
    font-size: 17px;
}
.rftext-2 {
    color: #2440da;
	font-size: 90%;
    font-weight: 700;
	margin-top: 3px;
}
.page-refer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
select.page-select {
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    min-width: 80px;
    padding: 2px 10px;
    height: 35px;
    color: #9c9c9c;
}
.page-select-2 {
    display: flex;
    align-items: center;
}
button.pgarwbtn {
    color: #9c9c9c;
    font-size: 15px;
    border: 1px solid #9c9c9c;
    background: #fff;
    width: 35px;
    height: 35px;
}
button.pgarwbtn:hover {
	background: #2440da;
	color: #fff;
}
button.pgarwbtn.mleft {
    border-radius: 10px 0 0 10px;
}
button.pgarwbtn.mright {
    border-radius: 0 10px 10px 0;
}
button.pgarwbtn.mcenter {
    background: #2440da;
    color: #fff;
    margin: 0 -1px;
}
.domain-list-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 10px;
}
.dombox {
    background: #fff;
    border: 1px solid #9c9c9c;
    border-radius: 10px;
    padding: 2px 10px;
    height: 40px;
    color: #464646;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mysite-search-wrapper {
    display: grid;
    grid-template-columns: auto 160px;
    grid-gap: 15px;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
}
.my-website-wrapper {
    position: relative;
    padding: 30px 0 20px;
    max-width: 1100px;
    margin: 0 auto;
}
.site-item-wrap {
    position: relative;
    background: #fcfcfc;
    border: 1px solid #595959;
    border-radius: 15px;
    padding: 30px 30px;
    text-align: left;
	margin-bottom: 20px;
}
button.site-setting-btn {
    background: none;
    border: none;
    padding: 0;
    color: #464646;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
}
button.site-setting-btn:hover {
	color: #2440da;
}
.site-name-title {
    font-size: 30px;
    font-weight: 600;
    color: #2440da;
    margin-bottom: 10px;
}
.table-responsive.mywebsite {
    max-width: 800px;
}
table.site-info-table tr td {
    font-size: 18px;
    padding: 8px 5px;
}
.setbtn-wrap {
    position: absolute;
    right: 10px;
    bottom: 25px;
}
.gallery {
    float: left;
    margin-right: 30px;
}



@media(max-width: 1080px) {	
    .header-wrapper {
        height: 60px;
        justify-content: space-between;
    }	
    .header-left, .header-right {
        padding: 0;
      }
    .video-wrap {
        height: 100%;
    }	
    .video-wrap video {
        object-fit: cover;
        aspect-ratio: 0.8;
        height: 100%;
    }	
    .swiper-banner .swiper-slide {
        height: 60vw;
    }	
    .header-left .logo img {
        height: 35px;
    }	
    .mb-img {
        object-fit: cover;
        height: 100%;
    }
    button.btn-header, .menu-link.login {
        display: none;
    }
    a.menu-link {
        margin-right: 10px;
        font-size: 15px;
    }
    .header-menu-wrapper {
        display: none;
    }
    button.mobile-menu-btn {
        display: inline-block;
        margin-left: 15px;
    }
    .dropdown-menu.user.show {
        transform: none !important;
        top: 42px !important;
        right: -105px !important;
    }
    .sb-info {
        padding: 10px 30px 15px;
        font-size: 24px;
    }
    button.language-btn {
        max-width: 25px;
    }
    .ts-wrap::before {
        width: 91vw;
        height: 100vw;
    }
    .server-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .checkout-wrapper {
        grid-template-columns: auto;	
    }
    .checkout-info-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media(max-width: 991px) {
    .usp-wrapper {
        display: block;
        text-align: center;
    }	
    .uspbox-wrap {
        display: inline-block;
        vertical-align: top;
        margin: 10px;
    }
    .title-home, .subtitle-home {
        text-align: center;
    }
    .home-website-wrapper {
        display: block;
        text-align: center;
    }	
    .theme-template-wrap {
        max-width: 100%;
        grid-template-columns: 100%;
        grid-gap: 30px 0;
    }
    .ts-wrap::before {
        width: 166vw;
    }
    .ht-subtitle {
        text-align: center;
    }	
    .display-img {
        max-width: 600px;
        margin: 0 auto;
    }	
    .swiper.mobileview {
        min-height: 500px;
    }
    .home-template-wrapper {
        border-radius: 0;
        filter: none;
        margin: 0 -10px;
    }
    .home-partner-sec {
        min-height: 680px;
        padding: 40px 0;
        margin: 0 auto;
    }
    .partner-logo-wrapper {
        max-width: 75%;
    }
    .partner-logo-slide {
        margin: 20px 0 10px;
    }
    .ptlogo-img {
        height: 60px;
        padding: 3px 0;
    }
    .ptlogo-img img {
        height: 100%;
    }
    .social-media-wrap a{
        margin: 1%;
        padding: 0px 6px;
    }
    .social-media-wrap a img {
        width: 28px!important;
        height: 28px!important;
    }
}

@media(max-width: 767px) {
    .footer-container {
        display: block;
        text-align: center;
    }	
    .footer-right {
        margin: 30px auto 0;
        width: 100%;
    }
    .footer-col-title {
        font-size: 20px;
    }	
    .swiper-banner .swiper-slide {
        height: 450px;
    }	
    .video-wrap {
        height: 450px;
    }
    .slider-content-text {
        font-size: 26px;
    }
    .sdtext-4 {
        margin: 15px 0 0;
    }
    button.sd-btn {
        min-width: 150px;
        height: 45px;
        margin: 20px 0 5px;
    }
    .fast-text {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .home-usp-sec {
        padding: 0;
    }	
    .home-service-sec {
        padding: 15px 0 30px;
    }	
    .home-service-wrapper {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 30px;
    }
    .globe-img {
        max-width: 56%;
        right: -18%;
        top: -20%;
    }
    .ptn-title-wrap {
        text-align: center;
    }
    .partner-logo-slide {
        margin: 15px 0;
    }	
    .ptlogo-img {
        height: 55px;
    }
    .globe-img::after {
        content: '';
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,0) 100%);
        height: 53%;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    .footer-menu-wrapper {
        display: flex;
        text-align: left;
    }
    .optitle-box {
        font-size: 33px;
    }
    .arrow-title-img {
        max-width: 70px;
    }	
    .cart-search-wrapper {
        grid-template-columns: auto;
        max-width: 600px;
        margin: 0 auto;
    }	
    .cart-item-wrapper {
        grid-template-columns: auto;
        grid-gap: 30px;
    }
    button.serverbtn {
        min-width: 100px;
        height: 45px;
        font-size: 15px;
        margin-right: 6px;
        margin-bottom: 5px;
    }	
    button.svdetail-btn {
        position: inherit;
        margin-top: 15px;
    }
    .server-list-wrapper {
        grid-template-columns: auto;
    }
    .opensite-subtitle {
        font-size: 18px;
    }
    .theme-layout-wrapper {
        text-align: center;
        max-height: 100%;
        overflow:none;
    }
    .themebox {
        width: 100%;		
    }
    .theme-color-option {
        display: block;
    }	
    .palette-box {
        width: 31%;
        margin: 5px 0.5%;
    }	
    .theme-color-wrapper {
        padding: 25px 20px;
    }
    .checkout-info-wrap {
        display: block;
    }
    .domain-list-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .setbtn-wrap {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 15px;
        text-align: right;
    }
}
@media(max-width: 660px) {
    .swiper.mobileview {
        min-height: 75vw;
    }
}


@media(max-width: 480px) {
    .home-newboss{
        margin-top:0;
    }
    .title-home {
        font-size: 48px;
    }
    .subtitle-home {
        font-size: 16px;
    }
    .footer-logo {
        max-width: 60%;
        margin: 0 auto;
    }	
    .copyright {
        display: none;
    }	
    .copyright.mb{
        display: block;
        font-size: 12px;
        margin-top: 10%;
    }
    .sb-info {
        padding: 10px 23px 15px;
        font-size: 22px;
    }	
    .swiper-banner .swiper-slide {
        height: 95vh;
        background-color: #6e6c6c28;
    }	
    .video-wrap {
        height: 95vh;
    }	
    .slider-content-text {
        font-size: 4vw;
        line-height: 1.5;
        top: 13%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        height: 96%;
        width: 90%;
    }
    .sdtext-1{
        font-size: 6vw;
        font-weight: 450;
        /* text-shadow: 4px 6px 4px #000000; */
    }	
    .sdtext-2{
        font-size: 16vw;
        margin: 1vw 0 2vw 0;
    }
    .sdt-1,.sdt-2{
        font-size: 6vw;
        font-weight: 450;
        /* text-shadow: 2px 2px 2px #000000; */
    }
    .sdtext-4 {
        margin: 23vh 0 0;
        font-size: 4.5vw;
        font-weight:800;
    }	
    button.sd-btn {
        min-width: 160px;
        width: 100%;
        height: 12vw;
        margin: 5vw 0;
        padding: 1% 8%;
        font-size: 120%;
    }
    .home-template-wrapper {
        padding: 30px 20px;
    }	
    .ht-title-wrap {
        font-size: 24px;
    }	
    .ht-subtitle {
        font-size: 20px;
    }
    .fast-text {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
    }
    .partner-logo-slide {
        margin: 10px 0;
    }
    .ptn-title-wrap {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .globe-img {
        max-width: 76%;
        right: -20%;
        top: -26%;
    }
    .home-contact-wrapper {
        font-size: 24px;
    }	
    button.fast-cta, button.fast-cta.theme2 {
        font-size: 16px;
        min-width: 172px;
        height: 42px;
        margin: 8px 10px;
    }
    .service-home {
        filter: drop-shadow(0 3px 7px rgb(0, 0, 0, 0.55));
    }	
    .service-home .swiper-slide {
        padding: 0 0px;
    }	
    .service-box {
        filter: none;
    }
    .banner-d .swiper-button-prev, .banner-d .swiper-button-next {
        opacity: 0.5;
        height: 0;
        display: none;
    }	
    .service-home .swiper-button-prev, .service-home .swiper-button-next {
        filter: drop-shadow(0 1px 5px rgb(0, 0, 0, 0.4));
        opacity: 0.5;
        height: 0;
    }
    .swiper-pagination{
        display: none;
    }
    .home-partner-sec {
        /* min-height: 660px; */
        min-height: 708px;
        padding: 40px 0;
        margin: 0 auto;
    }
    .social-media-wrap{
        flex-wrap: wrap;
    }
    .social-media-wrap a {
        margin: 2% 2%;
        padding: 5px 6px;
    }
    .social-media-wrap a img {
        width: 28px!important;
        height: 28px!important;
    }
    .swiper.mobileview {
        min-height: 70vw;
    }	
    .partner-logo-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
    .server-list-container {
        padding: 20px 15px 30px;
    }
    .ptlogo-img {
        padding: 8px 0;
        height: 55px;
    }
    .col-2-wrap {
        display: block;
    }
    .colwrap {
        margin-top: 10px;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 15px;
    }	
    .item-title {
        font-size: 20px;
    }
    table.item-table tr td {
        font-size: 16px;
    }	
    .item-status-wrap {
        font-size: 16px;
    }
    button.cart-delete-btn {
        font-size: 15px	
    }
    .profile-box {
        padding: 25px 15px;
    }
    .referal-code-wrap {
        height: 50px;
        font-size: 16px;
    }	
    .webname {
        font-size: 15px;
        padding: 13px 5px;
    }
    .srv-inner {
        padding: 20px 20px;
        font-size: 15px;
    }
    .step-caption {
        font-size: 15px;
    }
    .stepnum img {
        max-width: 45px;
    }
    .package-type {
        font-size: 22px;
    }
    .package-content {
        padding: 20px 20px;
    }	
    ul.pcklist {
        font-size: 15px;
    }
    .pcktotal {
        font-size: 36px;
    }
    .ques-text {
        font-size: 18px;
        margin-bottom: 5px;
    }	
    input.theme-input {
        font-size: 16px;
    }
    input.login-input,input.theme-input, select.login-input{
        height: 43px;
    }
    
    .tmpt-name {
        font-size: 15px;
    }	
    button.tmpt-apply {
        min-width: 115px;
        font-size: 13px;
    }
    .colbox {
        height: 45px;
    }	
    .theme-color-option {
        display: block;
        padding: 0px 0 20px;
    }
    .illus-purpose {
        font-size: 14px;
    }	
    button.pcknext-btn {
        min-width: 130px;
        height: 43px;
        font-size: 16px;
    }	
    .ckbcontent {
        font-size: 15px;
        padding: 20px 20px;
    }
    .login-title {
        font-size: 24px;
    }
    a.menu-link {
        margin-right: 5px;
    }
    .dropdown.member {
        margin: 0 20px;
    }
    .modal-content.refer {
        padding: 30px 20px;
    }
    .refer-title {
        font-size: 22px;
    }
    .domain-list-wrap {
        grid-template-columns: auto;
        grid-gap: 8px 10px;
    }
    .dombox {
        height: 37px;
        font-size: 15px;
    }
    .mysite-search-wrapper {
        grid-gap: 0px;
    }
    .site-item-wrap {
        padding: 25px 20px;
    }
    .site-name-title {
        font-size: 24px;
    }
    table.site-info-table tr td {
        font-size: 16px;
    }
    .setbtn-wrap button.pcknext-btn {
        margin: 0;
    }
    ul.svlist li{
        line-height: 1.65;
    }
    ul.svlist li .fa-li {
        width: var(--fa-li-width, 1em);
        top: 4px !important;
    }
}


/* ADDED OWNSELF */
.modal-error-msg {
    color:red;
    display: block
}

.border-bottom-0 {
    border-bottom: 0px
}

.pagination > li:first-child, .pagination > li:first-child > a {
    border-radius: 10px 0 0 10px !important;
}
.pagination > li {
    cursor: pointer;
}
.pagination > li > a {
    padding: 6px 12px;
    font-size: 16px;
    border-color: #a4a4a4 !important;
}
.pagination > li:last-child, .pagination > li:last-child > a {
    border-radius: 0 10px 10px 0 !important;
}
.active>.page-link, .page-link.active {
    background-color: #2440da;
}
.page-link:hover {
    background-color: #2440da;
    color: #fff
}
.pagination > li.disabled {
    cursor: default;
}
.page-link:focus {
    box-shadow: none;
}
.sitename-title {
    font-size: 26px;
    font-weight: 500;
    color: #2440da;
}
.icon-back {
    float: left;
    margin-top: 9px;
    margin-left: 3px
}
.pointer {
    cursor: pointer;
}
.swiper-grid-column>.swiper-wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
}
/* 图片容器样式 */
.ptlogo-img {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ptlogo-img img {
    max-width: 100%;
    transition: transform 0.3s ease;
  }
.text-orange {
    color: orange
}

.theme-overlay {
    background-color: #000000b3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 999
}
.theme-templates .row .col .single-theme.coming .theme-overlay {
    background-color: #000000e6;
}
.text-coming {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    z-index: 999
}
.operator-account-wrapper {
	position: relative;
	text-align: left;
	color: #4f4e4e;
    max-width: 500px;
    margin: 0 auto;
}
