/* body {background: #f5f5f5;} */

.small {
	font-size: 90%;
	font-weight: 400;
}

body {
	margin: 0 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-size: 0.95rem !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #212529 !important;
	text-align: left !important;
	background-color: #ffffff !important;

}

p,
ol,
ul,
dl {
	margin-bottom: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem !important;
}

/* .bgty{
	 background: linear-gradient(180deg,#f9f0ea 73.94%,#fff 80%);
} */

.md-modal {
	width: 100%;
	height: 100vh;
	/* left: 50%;
	top: 50%;
	width: 65%;
	max-width: 950px;
	min-width: 350px;
	height: auto;
	position: fixed;
	z-index: 9999;
	transition: all 0.3s; */
	/* transform: translate3d(-110%, 0, 0); */
	/* transform: translate3d(-50%, -50%, 0); */
	/* transform: translateX(-50%) translateY(-50%); */
	/* display: none; */
	/* visibility: hidden; */

}

.md-modal .md-bd {
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	background-color: #fff;
	padding: 15px;
	height: 100%;
	/* transform: scale(0.7); */
	/* transition: all 0.4s; */
	/* transform: translateY(20%);
	opacity: 0; */
	position: relative;
	/* border-radius: 20px; */
}

.md-modal .md-bg {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: linear-gradient(90deg, blue, green); */
}

.md-modal .md-bg1 {
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: linear-gradient(90deg, blue, green); */
}

.md-modal .close-wo {
	font-size: 24px;
	/* padding: 15px; */
	position: absolute;
	right: 18px;
	top: 13px;
	cursor: pointer;
	color: #5369de;
}

.md-modal .close-wo:hover {
	color: #008cff;
	/* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}

.md-modal .md-hd {
	display: flex;
	padding: 15px;
}

.md-modal .md-hd h3 {
	font-size: 18px;
	font-weight: bold;
}

.md-modal.md-show {
	visibility: visible;
	/* display: block !important; */

}

.md-modal.md-show .md-bd {
	/* transform: scale(1); */
	/* transform: translateY(0);
	opacity: 1; */
}

.md-overlay {
	display: none;
	/* opacity: 0; */
	/* visibility: hidden; */
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* backdrop-filter: blur(10px); */
	z-index: 999;
	transition: all 0.4s;
}

/* .md-content {
	padding: 60px 0 60px 60px;
} */
.md-content .md-logo {
	display: flex;
	align-items: flex-end;
}

.md-content .md-logo-box {
	margin-right: 15px;
}

.md-content .md-logo-box1 {
	font-family: Arial !important;
	font-weight: 600;
	/* margin-top: 12px; */
	line-height: 66%;
}

.md-content .md-logo-box1 h2 {
	font-size: 49px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
	margin-top: 7px;
}

.md-content .md-title {
	/* margin-top: 90px; */
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px !important;

}

.md-content .md-subtitle {
	/* font-weight: bold; */
	font-size: 16px;
}

.md-content .price {
	color: #dc3545;
	font-size: 30px;
	font-weight: 500;
}

.md-content .money {
	color: #dc3545;
	font-weight: 500;
	margin-right: 3px;
}

.md-content .md-badge {
	display: inline-block;
	padding: 3px 10px;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	font-size: 20px;
	background-color: #dc3545;
	color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}

.md-content .md-badge:after {
	/* content: "";
	 display: block;
	 position: absolute;
	 width: 10px;
	     height: 10px;
	     left: 2px;
	     bottom: -4px;
	    z-index: 1;
	    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	    background-color: #dc3545;
	    -webkit-transform: translateX(50%) rotate(45deg);
	    -moz-transform: translateX(50%) rotate(45deg);
	    -ms-transform: translateX(50%) rotate(45deg);
	    transform: translateX(50%) rotate(45deg); */
	border-color: #dc3545 transparent transparent;
	border-style: solid;
	border-width: 19px 0 7px 19px;
	bottom: -19px;
	content: "";
	left: 4px;
	position: absolute;
	transform: rotate(351deg);
	z-index: -1;
}


/* .input-group-text:before{
	color: #999999;
	font-size: 1.2rem;
	content: "\e8b8";
	font-family: 'iconfont';
} */
/* .input-group-text{
	padding: 0 5px !important;
} */

/* .container {
	padding-left: 0 !important;
	padding-right: 0 !important;

} */

.white-bg {
	background-color: #fff;
}

.main-box {
	/* padding-right: 47px;
	padding-left: 47px; */
	/* transform: translateY(-68px); */
	/* position: relative;
	top: -3px; */
}

.banner {
	/* padding: 20px 0; */
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	/* background-color: #ffffff; */
	/* background: radial-gradient(59.1% 109.68% at 68.97% 103.72%, #0071D9 8.85%, #003796 100%); */
	/* border-bottom: 1px solid #f5f5f5; */
	/* background-color: #007bff; */
	position: relative;
}

.banner-bg-bh {
	background-image: url(../images/banner1.png);
}

.banner-bg-jc {
	background-image: url(../images/banner2.png);
}

.banner-bg-fh {
	background-image: url(../images/banner3.png);
}

.banner-bg-ih {
	background-image: url(../images/banner4.png);
}

.banner-bg-sm {
	background-image: url(../images/sm-bg.jpg);
}

.banner-bg-fs {
	background-image: url(../images/fs-bg.jpg);

}

.banner-bg-ad {
	background-image: url(../images/ad-bg.jpg);

}

.banner-bg-ch {
	background-image: url(../images/ch-bg.jpg);

}

.banner-bg-bd {
	background-image: url(../images/bd-bg.jpg);

}

.banner-bg-bd {
	background-image: url(../images/bd-bg.jpg);

}

.banner-bg-ph {
	background-image: url(../images/ph-bg.jpg);

}

.banner-bg-breast {
	background-image: url(../images/breast-ch-bg.jpg);

}

.banner-bg-th {
	background-image: url(../images/th-bg.jpg);

}

.banner-bg-le {
	background-image: url(../images/le-bg.jpg);

}

.banner-bg-ba {
	background-image: url(../images/ba-bg.jpg);

}

.banner-bg-zl {
	background-image: url(../images/zl-bg.jpg);

}

.banner-bg-xb {
	background-image: url(../images/xb-bg.jpg);

}

.banner-bg-njk {
	background-image: url(../images/njk-bg.jpg);

}

.banner-bg-yj {
	background-image: url(../images/yj-bg.jpg);

}

.banner-bg-hc {
	background-image: url(../images/hc-bg.jpg);

}

.banner-bg-jy {
	background-image: url(../images/jy-bg.jpg);

}

.banner-bg-sw {
	background-image: url(../images/sw-bg.jpg);

}

.banner-bg-sj {
	background-image: url(../images/sj-bg.jpg);

}

.banner-bg-hf {
	background-image: url(../images/hf-bg.jpg);

}

.banner-bg-mh{
	background-image: url(../images/mh-bg.jpg);

}

.banner-bg-yd{
	background-image: url(../images/yd-bg.jpg);

}

.banner-bg-car{
	background-image: url(../images/car-bg.jpg);

}

.banner-bg-bm{
	background-image: url(../images/bm-bg.jpg);

}

.banner .top-box {
	display: flex;
	justify-content: space-evenly;
	/* align-items: center; */
	flex-direction: column;
	position: relative;
	/* height: 325px; */
	padding: 35px 0;
}

.banner .top-box .logo {
	margin-bottom: 10px;
	width: 45%;
}

.banner .top-box .logo1 {
	margin-bottom: 10px;
	width: 25%;
}

.banner .top-txt .t1 {
	line-height: 55px;
	font-size: 35px;
	/* background-image: -webkit-linear-gradient(bottom, #c91586, #5369de);
	-webkit-background-clip: text;
	color: transparent; */
	font-weight: bold;
}

.banner .top-txt .t2 {
	line-height: 30px;
	font-size: 18px;
	color: #000;
	/* font-weight: 600; */
}

.video-top {
	bottom: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	width: 100%
}

.has-promo-bar {
	padding-top: 70px !important;
}

#header {
	width: 100%;
	background-color: #fff;
	/* border-bottom: 1px solid #e5e5e5; */
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}


.fs-1 {
	font-size: 0.9rem;
}

.fs-14 {
	font-size: 14px;
}

.mark1 {
	background-color: #d44c66;
	color: #ffffff;
}

.badge1 {
	display: inline-block;
	padding: 0.15rem 0.4rem;
	min-width: 0.66666667rem;
	border-radius: 18px;
	background-color: #fa5151;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	margin: 0 5px;
}

#header .logo {
	/* margin-right: 15px; */
	width: 20%;
}

#header .logo2 {
	width: 78%;
}

.top-logo {
	padding-top: 1.625rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .top-logo .top-logo-box{
				width: 69%;
			} */

.card-pic {
	display: flex;
	justify-content: center;
	align-items: center;

}

.card-pic-box {
	/* width: 65%;	 */
}

/* .mask {
	display: inline-block;
} */

.t-fixed {
	top: 0;
	right: 0;
	left: 0;
	z-index: 888;
	position: fixed;
}

label {
	font-weight: normal;
}

.card-hd {
	/* align-items: center; */
	display: flex;
	/* border-bottom: 1px solid #e5e5e5; */
	justify-content: space-between;
	/*  padding-bottom: 15px;
		margin-bottom: 20px; */
}

.card-bd {
	/* padding: 1rem;
	display: flex;
	justify-content: space-between !important;
	flex-direction: column !important; */
	/* height: 100%; */
}

.card-tit {
	font-size: 1.5rem;
	font-weight: 500;
}

.card-hd .card-hd-l h2,
.sup-title,
.card-hd .card-hd-l h3 {
	font-weight: bold;
	font-size: 1rem;
	color: #333;
	/* padding-left: 10px; */
	line-height: 1.5625rem;
	margin-bottom: 0 !important;
	/* border-style: solid;
	border-left-width: 3px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-color: #ee3134; */
}

.card-hd .card-hd-l h3 {
	font-size: 1rem !important;

}

.tabBar {
	width: 60%;
	padding: 3px;
	display: flex;
	background-color: #f0f0f0;
	border-radius: 4px;
	/* border-bottom: 1px solid #e5e5e5; */
}

.tabBar .active {
	color: #000000;
	background-color: #ffffff;
	/* padding: 0  15px; */
	border-radius: 4px;
	font-weight: 800;
}

.tabBar .be-worth {
	font-size: 12px;
	color: #007bff;
}

/* .tabBar.tabBar-sub a {
	color: #4E5367;
	display: block;
}

.tabBar.tabBar-sub .active a {
	color: #000000;
	background-color: #ffffff;
	padding: 0  15px;
	border-radius: 4px;
	font-weight: 800;
} */


.tabBar li {
	position: relative;
	/* width: -webkit-fit-content;
	width: fit-content; */
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	/* line-height: 40px; */
	flex-direction: column;
	cursor: pointer;
	padding: 5px 0;
}

/* .tabBar li a {
	font-size: 16px;
	line-height: 50px;
} */

/* .tabBar li.active:after {
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 3px;
	right: 0;
	position: absolute;
	border-radius: 4px;
}
 */
.card-grid {
	/* border: 1px solid #dee2e6; */
	/* box-shadow: 2px 4px 12px rgba(0,0,0,.12); */
	height: 100%;
	border-radius: 12px;
	padding: 30px;
	background-color: #fff;
	position: relative;
}

.card-grid .discount-label {
	top: -10px;
	left: 0;
	position: absolute;
	color: #fff;

	background: linear-gradient(90deg, #ff7d1f, #ff2056 49.5%, #ff3773);
	box-shadow: inset 0 -1px 0 0 rgba(234, 62, 26, .2);
	border-radius: 14px 2px 14px 2px;
	;
	padding: 3px 5px 3px 5px;
}


.tuijian {
	position: absolute;
	top: -26px;
	right: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 16px 4px;
	border-radius: 40px 40px 40px 0px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.text-line-none{
	    border: none;
}
.text-line-none:focus{
	border-color: transparent;
	box-shadow: none;
}
.radius-12{
	border-radius: 10px;
}

.tits1 {
	background: linear-gradient(90deg, #ff7835 0%, #feb54f 100%);
	color: #ffffff;
}

.tits2 {
	background: linear-gradient(90deg, #dfeeea 0%, #ebe4d0 100%);
	color: #333333;
}

.tits3 {
	background: linear-gradient(90deg, #E94F8C 0%, #feb54f 100%);
	color: #ffffff;
}
.tits4 {
	background: linear-gradient(90deg, #fdd4e0 0%, #d2ffb8 100%);
	color: #ff5050;
}


.text-icon-inner{
	    position: relative;
	    background: #ffffff;
	    z-index: 5;
		border-radius: 12px;
}




.ziti1 {
	font-size: 18px;
}

.bh-bg {
	background-color: #ecf3ff;
}

.fh-bg {
	background: linear-gradient(180deg, #ffedf1, #fff);
}

.ih-bg {
	background: linear-gradient(180deg, #e1dafa, #fff);
}

.sm-bg {
	background: linear-gradient(180deg, #e1dafa, #fff);
}

.ad-color-1,
.option-list .option-list-item.adt1 .price,
.option-list .option-list-item.adt1 .fuhao {
	color: #fe805a;
}

.fh-color-1,
.option-list .option-list-item.fht1 .price,
.option-list .option-list-item.fht1 .fuhao {
	color: #59bced;
}


.fh-color-2,
.option-list .option-list-item.fht2 .price,
.option-list .option-list-item.fht2 .fuhao {
	color: #df3e88;
}

.sm-color-1,
.option-list .option-list-item.smt1 .price,
.option-list .option-list-item.smt1 .fuhao {
	color: #1395a9;
}

.fs-color-1,
.option-list .option-list-item.fst1 .price,
.option-list .option-list-item.fst1 .fuhao {
	color: #F33E3E;
}

.fs-color-2,
.option-list .option-list-item.fst2 .price,
.option-list .option-list-item.fst2 .fuhao {
	color: #00785f;
}

.ih-color-1,
.option-list .option-list-item.iht1 .price,
.option-list .option-list-item.iht1 .fuhao {
	color: #fda938;
}


.ih-color-2,
.option-list .option-list-item.iht2 .price,
.option-list .option-list-item.iht2 .fuhao {
	color: #5a36be;
}

.ih-color-3,
.option-list .option-list-item.iht3 .price,
.option-list .option-list-item.iht3 .fuhao {
	color: #49d5e2;
}

.bh-color-1,
.option-list .option-list-item.bht1 .price,
.option-list .option-list-item.bht1 .fuhao {
	color: #5369de;
}

.bh-color-2,
.option-list .option-list-item.bht2 .price,
.option-list .option-list-item.bht2 .fuhao {
	color: #d44c66;
}

.sm-bg-color-1,
.option-list .option-list-item.smt1 .n-icon {
	background-color: #1395a9;
}

.ad-bg-color-1,
.option-list .option-list-item.adt1 .n-icon {
	background-color: #fe805a;
}

.fs-bg-color-1,
.option-list .option-list-item.fst1 .n-icon {
	background-color: #F33E3E;
}

.fs-bg-color-2,
.option-list .option-list-item.fst2 .n-icon {
	background-color: #00785f;
}

.fh-bg-color-1,
.option-list .option-list-item.fht1 .n-icon {
	background-color: #59bced;
}

.ih-bg-color-1,
.option-list .option-list-item.iht1 .n-icon {
	background-color: #fda938;
}

.ih-bg-color-2,
.option-list .option-list-item.iht2 .n-icon {
	background-color: #5a36be;
}

.ih-bg-color-3,
.option-list .option-list-item.iht3 .n-icon {
	background-color: #49d5e2;
}

.bh-bg-color-1,
.option-list .option-list-item.bht1 .n-icon {
	background-color: #5369de;
}

.bh-bg-color-2,
.option-list .option-list-item.bht2 .n-icon {
	background-color: #d44c66;
}

.fh-bg-color-2,
.option-list .option-list-item.fht2 .n-icon {
	background-color: #df3e88;
}



.jc-color-1,
.option-list .option-list-item.jct1 .price,
.option-list .option-list-item.jct1 .fuhao {
	color: #317923;
}

.jc-color-2,
.option-list .option-list-item.jct2 .price,
.option-list .option-list-item.jct2 .fuhao {
	color: #dc9509;
}

.jc-bg-color-1,
.option-list .option-list-item.jct1 .n-icon {
	background-color: #317923;
}

.jc-bg-color-2,
.option-list .option-list-item.jct2 .n-icon {
	background-color: #dc9509;
}


.jc-bg {
	background-color: rgb(240, 248, 242);
}



.zoom {
	transition: transform .2s;
}

.zoom:hover {
	transform: scale(1.5);
}

.zoom-small {
	transition: transform .2s;
}

.zoom-small:hover {
	transform: scale(1.05);
}

.option-list {
	/* margin-bottom: 15px; */
}

.option-list .option-list-item {
	/* display: flex;
	align-items: center; */
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	border: 2px solid #f5f6f7;
	background-color: #f4f6f8;
	padding: 10px 20px;
	color: #333;
	cursor: pointer;
	border-radius: 8px;

}

.option-list .bgicon:after {
	position: absolute;
	content: '\e735';
	right: 8px;
	top: -24px;
	font-family: "iconfont";
	font-size: 60px;
	/* background-image: -webkit-linear-gradient(bottom, #b773fc, #7079fc);
			-webkit-background-clip: text;
			color: transparent; */
	/* transform: rotate(321deg); */
	color: rgba(158, 158, 158, 0.1);


}

.option-list .iht1 .bgicon:after {
	color: rgba(253, 169, 56, 0.1);
}


.option-list .iht2 .bgicon:after {
	color: rgba(90, 54, 190, 0.1);
}

.option-list .iht3 .bgicon:after {
	color: rgba(73, 213, 226, 0.1);
}


.option-list .adt1 .bgicon:after {
	color: rgba(254, 128, 90, 0.1);
}


.option-list .smt1 .bgicon:after {
	color: rgba(19, 149, 169, 0.1);
}

.option-list .fst1 .bgicon:after {
	color: rgba(225, 58, 59, 0.1);
}

.option-list .fst2 .bgicon:after {
	color: rgba(0, 120, 95, 0.1);
}

.option-list .fht1 .bgicon:after {
	color: rgba(89, 188, 237, 0.1);
}

.option-list .fht2 .bgicon:after {
	color: rgba(223, 62, 136, 0.1);
}

.option-list .bht2 .bgicon:after {
	color: rgba(212, 76, 102, 0.1);
}

.option-list .bht1 .bgicon:after {
	color: rgba(112, 121, 252, 0.1);
}

.option-list .bht1 .bgicon-time:after {
	color: rgba(112, 121, 252, 0.1);
}

.option-list .fht1 .bgicon-time:after,
.option-list .fht1 .bgicon-checkbox:after {
	color: rgba(89, 188, 237, 0.1);
}


.option-list .jct2 .bgicon:after {
	color: rgba(220, 149, 9, 0.1);
}

.option-list .jct1 .bgicon:after {
	color: rgba(49, 121, 35, 0.1);
}

.option-list .jct1 .bgicon-time:after {
	color: rgba(49, 121, 35, 0.1);
}

.option-list .bgicon-sm-1:after {
	position: absolute;
	content: '';
	right: -9px;
	top: -15px;
	width: 86px;
	height: 90px;
	background-size: cover;
	background-image: url(../images/sm-1.svg);
	/* transform: rotate(321deg); */
	opacity: 0.2;
}

.option-list .bgicon-sm-2:after {
	position: absolute;
	content: '';
	right: 0;
	top: -19px;
	width: 78px;
	height: 112px;
	background-size: cover;
	background-image: url(../images/sm-2.svg);
	/* transform: rotate(321deg); */
	opacity: 0.2;
}

.option-list .bgicon-sm-3:after {
	position: absolute;
	content: '';
	right: -12px;
	top: -9px;
	width: 103px;
	height: 85px;
	background-size: cover;
	background-image: url(../images/sm-3.svg);
	/* transform: rotate(321deg); */
	opacity: 0.2;
}

.option-list .bgicon-sm-4:after {
	position: absolute;
	content: '';
	right: -24px;
	top: -15px;
	width: 107px;
	height: 88px;
	background-size: cover;
	background-image: url(../images/sm-4.svg);
	/* transform: rotate(321deg); */
	opacity: 0.2;
}

.option-list .bgicon-ys:after {
	position: absolute;
	content: '';
	right: -13px;
	top: -23px;
	width: 84px;
	height: 84px;
	background-size: cover;
	background-image: url(../images/yingshi.svg);
	transform: rotate(321deg);
	opacity: 0.2;
}

.option-list .bgicon-yd:after {
	position: absolute;
	content: '';
	right: -13px;
	top: -23px;
	width: 90px;
	height: 90px;
	background-size: cover;
	background-image: url(../images/yundon.svg);
	transform: rotate(321deg);
	opacity: 0.2;
}


.option-list .bgicon-sj:after {
	position: absolute;
	content: '';
	right: -20px;
	top: -28px;
	width: 90px;
	height: 90px;
	background-size: cover;
	background-image: url(../images/shenjing.svg);
	transform: rotate(321deg);
	opacity: 0.3;
}

.option-list .bgicon-jy:after {
	position: absolute;
	content: '';
	right: -20px;
	top: -25px;
	width: 90px;
	height: 90px;
	background-size: cover;
	background-image: url(../images/jiying.svg);
	/* transform: rotate(321deg); */
	opacity: 0.3;
}

.option-list .bgicon-checkbox:after {
	position: absolute;
	content: '\e618';
	right: -29px;
	top: -57px;
	font-family: "iconfont";
	font-size: 79px;
	/* transform: rotate(321deg); */
}

.option-list .bgicon-time:after {
	position: absolute;
	content: '\e60e';
	right: -28px;
	top: -47px;
	font-family: "iconfont";
	font-size: 79px;
	/* transform: rotate(321deg); */
}

.option-list .option-list-item .price-box {
	font-weight: bold;
	font-size: 14px;
}

.option-list .option-list-item .price-box .fuhao {
	font-style: normal;
}

.option-list .option-list-item .price {
	font-size: 35px;
}

.option-list .option-list-item .icon11 {
	font-size: 35px;
	margin-right: 10px;
}

.option-list .option-list-item .icon-WeChatPay {
	color: #15B628;
}

.option-list .option-list-item .icon-Alipay {
	color: #108ee9;
}

.option-list .option-list-item .icon-UnionPay {
	color: #d43634;
}

.option-list .option-list-item.fht1 .zhu,
.option-list .option-list-item.smt1 .zhu {
	font-size: 18px;
}

.option-list .option-list-item.smt1.select .zhu {
	color: #dc9509 !important;
}

.option-list .option-list-item.fht1.select .zhu {
	color: #59bced !important;
}




.option-list .option-list-item.fht1.select,
.option-list .option-list-item.fht1.select:hover {
	border-color: #59bced;
}

.option-list .option-list-item.smt1.select .bgicon-sm-1:after {
	opacity: 0.3;
	background-image: url(../images/sm-1-h.svg);

}

.option-list .option-list-item.smt1.select .bgicon-sm-2:after {
	opacity: 0.3;
	background-image: url(../images/sm-2-h.svg);

}

.option-list .option-list-item.smt1.select .bgicon-sm-3:after {
	opacity: 0.3;
	background-image: url(../images/sm-3-h.svg);

}

.option-list .option-list-item.smt1.select .bgicon-sm-4:after {
	opacity: 0.3;
	background-image: url(../images/sm-4-h.svg);

}

.option-list .option-list-item.fht1.select .bgicon-ys:after {
	opacity: 9;
	background-image: url(../images/yingshi-h.svg);
}

.option-list .option-list-item.fht1.select .bgicon-yd:after {
	opacity: 9;
	background-image: url(../images/yundon-h.svg);
}

.option-list .option-list-item.fht1.select .bgicon-sj:after {
	opacity: 9;
	background-image: url(../images/shenjing-h.svg);
}

.option-list .option-list-item.fht1.select .bgicon-jy:after {
	opacity: 9;
	background-image: url(../images/jiying-h.svg);
}

.option-list .option-list-item.smt1.select,
.option-list .option-list-item.smt1.select:hover {
	border-color: #ffeac0;
	background: linear-gradient(90deg, #fff4e3, #ffdfa3);
}

.option-list .option-list-item.fst1.select,
.option-list .option-list-item.fst1.select:hover {
	border-color: #ffe2e3;
	/* background-color: #fff7f1; */
	background: linear-gradient(90deg, #fff5f5, #ffc7c8);
}


.option-list .option-list-item.cdt1.select,
.option-list .option-list-item.cdt1.select:hover {
	border-color: #ffe5dc;
	/* background-color: #fff7f1; */
	background: linear-gradient(90deg, #fffbf9, #ffe5dc);
}

.option-list .option-list-item.adt1.select,
.option-list .option-list-item.adt1.select:hover {
	border-color: #ffe5dc;
	/* background-color: #fff7f1; */
	background: linear-gradient(90deg, #fffbf9, #ffe5dc);
}

.option-list .option-list-item.bht1.select,
.option-list .option-list-item.bht1.select:hover {
	border-color: #5369de;
}

.option-list .option-list-item.bht2.select,
.option-list .option-list-item.bht2.select:hover {
	border-color: #d44c66;
}

.option-list .option-list-item.fht2.select,
.option-list .option-list-item.fht2.select:hover {
	border-color: #df3e88;
}

.option-list .option-list-item.iht1.select,
.option-list .option-list-item.iht1.select:hover {
	border-color: #fda938;
}


.option-list .option-list-item.iht2.select,
.option-list .option-list-item.iht2.select:hover {
	border-color: #5a36be;
}


.option-list .option-list-item.iht3.select,
.option-list .option-list-item.iht3.select:hover {
	border-color: #49d5e2;
}


.option-list .option-list-item.fst2.select,
.option-list .option-list-item.fst2.select:hover {
	border-color: #00785f;
}


.option-list .option-list-item.fst2.select {
	background-color: #ebf5f3;
}

.option-list .option-list-item.iht1.select {
	background-color: #fff5e7;
}

.option-list .option-list-item.iht2.select {
	background-color: #f0ebff;
}

.option-list .option-list-item.iht3.select {
	background-color: #f0feff;
}

.option-list .option-list-item.fht2.select {
	background-color: #ffebf4;
}

.option-list .option-list-item.bht2.select {
	background-color: #fff0f3;
}

.option-list .option-list-item.bht1.select {
	background-color: #f4f5ff;
}


.option-list .option-list-item.jct1.select,
.option-list .option-list-item.jct1.select:hover {
	border-color: #317923;
}

.option-list .option-list-item.jct2.select,
.option-list .option-list-item.jct2.select:hover {
	border-color: #dc9509;
}

.option-list .option-list-item.jct2.select {
	background-color: #fff9ec;
}

.option-list .option-list-item.jct1.select {
	background-color: #f6fff4;
}


.pay-badge-color {
	color: #d44c66;
	border: 1px solid #d44c66;
}

.pay-badge-list {
	margin-left: 5px;
	border-radius: 10px 10px 10px 1px;
	padding: 3px 5px 3px 5px;
}

.option-list .option-list-item .n-icon {
	position: absolute;
	width: 78px;
	left: -32px;
	top: -12px;
	padding-top: 20px;
	padding-bottom: 3px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	transform: rotate(315deg);
}


.option-list .t-time {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0;
}

/* .option-list .option-list-item.select:after {
	position: absolute;
	font-family: "iconfont";
	content: "\e648";
	right: -1px;
	bottom: -1px;
	line-height: 1;
	font-size: 20px;
	color: #5369de;
} */

.option-list .option-list-item.select:after {
	position: absolute;
	content: "";
	/* width: 0;
	border-width: 30px 0 30px 30px;
	border-style: solid;
	right: -1px;
	bottom: -1px; */
	width: 25px;
	height: 25px;
	right: -2px;
	bottom: -2px;
	border-radius: 50px 0 0 0;


}

.option-list .option-list-item.iht1.select:after {
	/* border-color: transparent transparent #fda938 transparent; */
	background-color: #fda938;
}

.option-list .option-list-item.iht2.select:after {
	/* border-color: transparent transparent #5a36be transparent; */
	background-color: #5a36be;
}

.option-list .option-list-item.iht3.select:after {
	/* border-color: transparent transparent #49d5e2 transparent; */
	background-color: #49d5e2;
}

.option-list .option-list-item.adt1.select:after {
	/* border-color: transparent transparent #fd7e14 transparent; */
	background-color: #fe805a;
}

.option-list .option-list-item.smt1.select:after {
	/* border-color: transparent transparent #fd7e14 transparent; */
	background-color: #fd7e14;
}

.option-list .option-list-item.fst1.select:after {
	background-color: #F33E3E;
}

.option-list .option-list-item.fst2.select:after {
	background-color: #00785f;
}

.option-list .option-list-item.fht1.select:after {
	/* border-color: transparent transparent #59bced transparent; */
	background-color: #59bced;
}

.option-list .option-list-item.fht2.select:after {
	/* border-color: transparent transparent #df3e88 transparent; */
	background-color: #df3e88;
}

.option-list .option-list-item.bht1.select:after {
	/* border-color: transparent transparent #5369de transparent; */
	background-color: #5369de;
}

.option-list .option-list-item.bht2.select:after {
	border-color: transparent transparent #d44c66 transparent;
	background-color: #d44c66;
}

.option-list .option-list-item.jct1.select:after {
	/* border-color: transparent transparent #317923 transparent; */
	background-color: #317923;
}

.option-list .option-list-item.jct2.select:after {
	/* border-color: transparent transparent #dc9509 transparent; */
	background-color: #dc9509;
}

.option-list .option-list-item.select:before {
	position: absolute;
	content: '\e633';
	right: 1px;
	bottom: 1px;
	font-family: "iconfont";
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	z-index: 20;
}


.option-list .option-list-item:hover {
	border-color: #dedede;
}

.option-list .option-inside {}

.input-icon textarea,
.input-icon input,
.input-icon select {
	padding-left: 1.9rem !important;
}

.input-icon {
	position: relative;
}

.input-icon i {
	color: #8a8a8a;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.input-icon em {
	color: #8a8a8a;
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 22px;
	transform: translateY(-50%);
	cursor: pointer;
}

.card-grid .price-box .number {
	color: #dc3545;
	font-weight: 700;
}

.card-grid .price {
	font-size: 1.8rem;
	/* margin-right: 0.3125rem; */
}

.card-grid .money {
	margin-right: 3px;
	font-size: 1rem;
}

.card-grid .describe {
	color: #9f9f9f;
	/* font-size: 0.8125rem; */
}

.clarivate-check-list {
	/* padding-left: 0; */
	/* margin-top: 20px; */
}

.clarivate-check-list li {
	display: flex;
	margin-bottom: 5px;
}

.clarivate-check-list li:before {
	padding: 0 10px 0 0;
	color: #5369de;
	font-size: 1.2rem;
	content: "\e611";
	font-family: 'iconfont';
	/* width: 30px;
	height: 30px;
	content: "";
	background-image: url('../images/icon.svg');
	background-repeat: no-repeat; */
}

.Subtitle {
	padding: 20px 0;
	font-weight: 700;
	font-size: 15px;
}

#header .top-header {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#footer {
	/* margin-top: 2.25rem;*/
	/* border-top: 1px solid #f4dbe6; */
	text-align: center;
	padding: 1.25rem 0;
	line-height: 30px;
	font-size: 0.875rem;
	/* background: #f5f5f5; */
}

.fixed-roll {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	/* padding-top: 1rem !important;
			   padding-bottom: 1rem !important; */
	background-color: hsla(0, 0%, 100%, .90) !important;
	box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, .05);
}

.f-zi {
	font-size: 0.75rem;
	color: #666;
}

.mb-lin {
	margin-bottom: 1.5rem;
}

.text {
	/* padding-top: 20px; */
}

.text h4 {
	font-size: 1rem;
}

.text p {
	margin-bottom: 1.5rem;
	/* text-indent:29px; */
}

.ct-list {
	padding-left: 1.25rem;

}

.ct-list li {
	margin-bottom: 0.625rem;
	/* line-height: 2rem; */

}

.btn-link1 {
	font-weight: 400;
	cursor: pointer;
	color: #5369de !important;
	text-decoration: none;
}





.main-tit {
	margin-bottom: 1rem;
}

.main-tit p {
	text-align: center;


}

.main-tit .main-tit-liner {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-top: 2rem; */

}

.main-tit .main-tit-liner .box {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	/* 	background-color: #ee3134; */
	padding: 9px 20px;
	display: inline-block;
	text-align: center;
	position: relative;
}


.main-tit .main-tit-liner .box:before,
.main-tit .main-tit-liner .box:after {
	position: absolute;
	content: "";
	background-color: #cccccc;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 20px;
}

.main-tit .main-tit-liner .box:before {
	transform: translateY(-50%);
	left: 0;
	top: 50%;

}

.main-tit .main-tit-liner .box:after {
	transform: translateY(-50%);
	right: 0;
	top: 50%;

}


.main-tit .main-tit-liner:before,
.main-tit .main-tit-liner:after {
	display: inline-block;
	position: relative;
	content: "";
	height: 2px;
	width: 10%;
	top: 0;
	/* background-color: #cccccc; */

}

.main-tit .main-tit-liner:before {
	background-image: linear-gradient(to left, #cccccc, #ffffff);
}

.main-tit .main-tit-liner:after {
	background-image: linear-gradient(to right, #cccccc, #ffffff);
}



.main-tit1 {
	margin-bottom: 2rem;
}

.main-tit1 p {
	text-align: center;


}

.main-tit1 .main-tit-liner {
	display: flex;
	justify-content: center;
	align-items: center;

	/* margin-top: 2rem; */

}

.main-tit1 .main-tit-liner .box {
	/* transform: translateY(-30px); */
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	/* background-color: #df3e88; */
	padding: 9px 5px;
	display: inline-block;
	text-align: center;
	/* color: #df3e88; */
	border-bottom: 2px solid #ffd490;
	position: relative;
	/* border-radius: 0 0 20px 20px; */
}

.main-tit1 .box:before {
	/* top: 0; */
	transform: translateX(-50%);
	left: 50%;
	bottom: -6px;
	position: absolute;
	content: "";
	background-color: #ffd490;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 20px;
}

.main-tit1.main-tit-s1 .main-tit-liner .box {
	border-bottom: 2px solid #e6e3fe !important;

}

.main-tit1.main-tit-s1 .box:before {
	background-color: #cbc3ff !important;

}

.main-tit2 {
	/* 	margin-bottom: 2rem; */
	transform: translateY(-45px);
}

.main-tit2 p {
	text-align: center;


}

.main-tit2 .main-tit-liner {
	/* margin: -35px 0px 30px; */
	display: flex;
	justify-content: center;
	align-items: flex-start;

	/* margin-top: 2rem; */

}

.main-tit2 .main-tit-liner:before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: linear-gradient(315deg, rgb(0, 0, 0) 0%, rgb(90, 54, 190) 50%, rgba(255, 226, 181, 0) 51%, rgba(255, 226, 181, 0) 51%);
}

.main-tit2 .main-tit-liner:after {
	content: "";
	width: 15px;
	height: 15px;
	background-image: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(90, 54, 190) 50%, rgba(255, 226, 181, 0) 51%, rgba(255, 226, 181, 0) 51%);
}

.main-tit2 .main-tit-liner .box {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding: 6px 15px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	position: relative;
	background-color: #5a36be;
	border-radius: 0 0 15px 15px;
}

.text-line {
	border: 2px solid #d5ebff;
}

.text-line1 {
	border: 2px solid #D1F6ED;
}

.text-line2 {
	border: 2px solid #e9f1ff;
}

.text-line3 {
	border: 2px solid #fff0c0;
}

.text-line4 {
	border: 2px solid #d5fde6;
}

.text-line5 {
	border: 2px solid #eceeff;
}
.text-line6 {
	border: 2px solid #fff1f0 !important;
}
.text-line7 {
	border: 2px solid #eae4ff !important;
}
.text-line8 {
	border: 2px solid #d4fbdc !important;
}

.text-line9 {
	border: 2px solid #e6eeff !important;
}

.text-line10 {
	border: 2px solid #fff3e8 !important;
}

.text-line11 {
	border: 2px solid #ffe1ff !important;
}

.text-line12 {
	border: 2px solid #FFDDD8 !important;
}

.text-line13 {
	border: 2px solid #f7e6fe !important;
}

.text-line14 {
	border: 2px solid #f7e9d2 !important;
}

.text-line15 {
	border: 2px solid #DDF8CD !important;
}
/* 肺癌*/
.ch-color-1,
.option-list .option-list-item.cht1 .price,
.option-list .option-list-item.cht1 .fuhao {
	color: #1291fc;
}

.ch-bg-color-1,
.option-list .option-list-item.cht1 .n-icon {
	background-color: #1291fc;
}

.option-list .cht1 .bgicon:after {
	color: rgba(18, 145, 252, 0.1);
}

.option-list .option-list-item.cht1.select,
.option-list .option-list-item.cht1.select:hover {
	border-color: #c2e3ff;
	background: linear-gradient(90deg, #f1f9ff, #c2e3ff);
}

.option-list .option-list-item.cht1.select:after {
	background-color: #1291fc;
}

/* ----- */
.ch-color-2,
.option-list .option-list-item.cht2 .price,
.option-list .option-list-item.cht2 .fuhao {
	color: #ed8223;
}

.ch-bg-color-2,
.option-list .option-list-item.cht2 .n-icon {
	background-color: #ed8223;
}

.option-list .cht2 .bgicon:after {
	color: rgba(237, 130, 35, 0.1);
}

.option-list .option-list-item.cht2.select,
.option-list .option-list-item.cht2.select:hover {
	border-color: #ffe0c4;
	background: linear-gradient(90deg, #fffdfb, #ffdcbd);
}

.option-list .option-list-item.cht2.select:after {
	background-color: #ed8223;
}

/* 肺癌end */

/* 控糖*/
.bd-color-1 {
	color: #9b4658;
}

/* 控糖end */

/* 胰腺*/
.ph-color-1 {
	color: #64b4ff;
}

/* 胰腺end */

/* 乳腺癌*/
.bs-color-1,
.option-list .option-list-item.bst1 .price,
.option-list .option-list-item.bst1 .fuhao {
	color: #3EC3AE;
}

.bs-bg-color-1,
.option-list .option-list-item.bst1 .n-icon {
	background-color: #3EC3AE;
}

.option-list .bst1 .bgicon:after {
	color: rgba(62, 195, 174, 0.1);
}

.option-list .option-list-item.bst1.select,
.option-list .option-list-item.bst1.select:hover {
	border-color: #D1F6ED;
	background: linear-gradient(90deg, #F1FCF9, #D1F6ED);
}

.option-list .option-list-item.bst1.select:after {
	background-color: #3EC3AE;
}

/* ----- */
.bs-color-2,
.option-list .option-list-item.bst2 .price,
.option-list .option-list-item.bst2 .fuhao {
	color: #c795ff;
}

.bs-bg-color-2,
.option-list .option-list-item.bst2 .n-icon {
	background-color: #c795ff;
}

.option-list .bst2 .bgicon:after {
	color: rgba(216, 181, 255, 0.2);
}

.option-list .option-list-item.bst2.select,
.option-list .option-list-item.bst2.select:hover {
	border-color: #efe1ff;
	background: linear-gradient(90deg, #fcfaff, #efe1ff);
}

.option-list .option-list-item.bst2.select:after {
	background-color: #c795ff;
}

/* 乳腺癌end */

/* 甲状腺*/
.th-color-1,
.option-list .option-list-item.tht1 .price,
.option-list .option-list-item.tht1 .fuhao {
	color: #4A71C0;
}

.th-bg-color-1,
.option-list .option-list-item.tht1 .n-icon {
	background-color: #4A71C0;
}

.option-list .tht1 .bgicon:after {
	color: rgba(74, 113, 192, 0.1);
}

.option-list .option-list-item.tht1.select,
.option-list .option-list-item.tht1.select:hover {
	border-color: #d8e1f3;
	background: linear-gradient(90deg, #f2f6fe, #acc7fd);
}

.option-list .option-list-item.tht1.select:after {
	background-color: #4A71C0;
}

/* ----- */
.th-color-2,
.option-list .option-list-item.tht2 .price,
.option-list .option-list-item.tht2 .fuhao {
	color: #FC6266;
}

.th-bg-color-2,
.option-list .option-list-item.tht2 .n-icon {
	background-color: #FC6266;
}

.option-list .tht2 .bgicon:after {
	color: rgba(255, 98, 102, 0.1);
}

.option-list .option-list-item.tht2.select,
.option-list .option-list-item.tht2.select:hover {
	border-color: #ffcfd0;
	background: linear-gradient(90deg, #fdf3f3, #ffcfd0);
}

.option-list .option-list-item.tht2.select:after {
	background-color: #FC6266;
}

/* 甲状腺end */


/* 肝脏*/
.le-color-1 {
	color: #E94F8C;
}

/* 肝脏end */


/* 脑卒通*/
.ba-color-1 {
	color: #9b6e43;
}

/* 脑卒通end */

/* 微境观癌 */
.zl-color-1,
.option-list .option-list-item.zlt1 .price,
.option-list .option-list-item.zlt1 .fuhao {
	color: #34C471;
}

.zl-bg-color-1,
.option-list .option-list-item.zlt1 .n-icon {
	background-color: #34C471;
}

.option-list .zlt1 .bgicon:after {
	color: rgba(52, 196, 113, 0.1);
}

.option-list .option-list-item.zlt1.select,
.option-list .option-list-item.zlt1.select:hover {
	border-color: #bff2d5;
	background: linear-gradient(90deg, #f1fff7, #aaffce);
}

.option-list .option-list-item.zlt1.select:after {
	background-color: #34C471;
}

/* ----- */
.zl-color-2,
.option-list .option-list-item.zlt2 .price,
.option-list .option-list-item.zlt2 .fuhao {
	color: #5aa9ff;
}

.zl-bg-color-2,
.option-list .option-list-item.zlt2 .n-icon {
	background-color: #5aa9ff;
}

.option-list .zlt2 .bgicon:after {
	color: rgba(90, 169, 255, 0.2);
}

.option-list .option-list-item.zlt2.select,
.option-list .option-list-item.zlt2.select:hover {
	border-color: #9bcbff;
	background: linear-gradient(90deg, #f8fbff, #b8daff);
}

.option-list .option-list-item.zlt2.select:after {
	background-color: #5aa9ff;
}

/* 微境观癌 end */

/* 单细胞研究升级指南 */
.xb-color-1,
.option-list .option-list-item.xbt1 .price,
.option-list .option-list-item.xbt1 .fuhao {
	color: #7C96FF;
}

.xb-bg-color-1,
.option-list .option-list-item.xbt1 .n-icon {
	background-color: #7C96FF;
}

.option-list .xbt1.select .bgicon:after {
	color: rgba(124, 150, 255, 0.1);
}

.option-list .option-list-item.xbt1.select,
.option-list .option-list-item.xbt1.select:hover {
	border-color: #becbff;
	background: linear-gradient(90deg, #f3f6ff, #bac8fe);
}

.option-list .option-list-item.xbt1.select:after {
	background-color: #7C96FF;
}

/* ----- */
.xb-color-2,
.option-list .option-list-item.xbt2 .price,
.option-list .option-list-item.xbt2 .fuhao {
	color: #ffa5c9;
}

.xb-bg-color-2,
.option-list .option-list-item.xbt2 .n-icon {
	background-color: #ffa5c9;
}

.option-list .xbt2.select .bgicon:after {
	color: rgba(255, 165, 201, 0.2);
}

.option-list .option-list-item.xbt2.select,
.option-list .option-list-item.xbt2.select:hover {
	border-color: #ffe1ed;
	background: linear-gradient(90deg, #fff9fc, #fcf6f9);
}

.option-list .option-list-item.xbt2.select:after {
	background-color: #ffa5c9;
}

/* 单细胞研究升级指南 end */

/* 脑健康*/
.njk-color-1 {
	color: #ff938e;
}

/* 脑健康end */


.picxiangmu-line1 {
	background-color: #fff8f9 !important;
}

.picxiangmu-line2 {
	border: 2px solid #e1f1ff !important;
	background-color: #f3f9fe !important;
}

.picxiangmu-line2:hover {
	border: 2px solid #cbe7ff !important;
}

.picxiangmu-line3 {
	border: 2px solid #fff0c0 !important;
	background-color: #fffbee !important;
}

.picxiangmu-line3:hover {
	border: 2px solid #f4e09f !important;
}

.picxiangmu {
	display: flex;
	align-items: center;
}

.picxiangmu .pic {

	width: 13%;
}

.picxiangmu .icony {
	flex: 1;
	padding-left: 8px;
}

.input-group {
	width: auto;
}

.inf-list {
	display: flex;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}


.inf-list .inf-box {
	width: 80%;
}

.inf-list .inf-box ul {
	padding-left: 1.25rem;
	color: #727272;
}

.inf-list .inf-box ul li {
	line-height: 1.75rem;
	font-size: 0.875rem;

}

.inf-list .pic {
	width: 20%;
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin-right: 1.5rem;
}

.inf-list h4 {
	font-size: 1.125rem;
	font-weight: bold;
	padding-bottom: 0.625rem;

}

.ct-fe-oe,
.form-qu {
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.main-title {
	color: #333;
	font-weight: bold;
	font-size: 1.5rem;
	padding: 1rem 0;
}

.card-hd-l {
	display: flex;
	align-items: center;
}

.submit {
	padding-top: 2rem;
	/* padding-bottom: 1.2rem; */
	/* font-size: 0.9375rem; */
}

.border-x1 {
	border: 7px solid #e3dafd;
}

.border-x2 {
	border: 7px solid rgb(19, 149, 169, 0.2);
}



.custom-btn {
	border: none;
	background: transparent;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	border-radius: 50px;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.custom-btn:before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: rgb(255, 255, 255, 0.9);
	animation: shiny-btn1 3s ease-in-out infinite;
}

.custom-btn:active {
	top: 2px;
}


@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}



.btn-11 {
	background: linear-gradient(90deg, #4A71C0 0, #a5bce9 77%);
	color: #fff;
	overflow: hidden;
}

.btn-11:hover {
	color: #fff;
	background: linear-gradient(90deg, #a5bce9 0, #3f61a5 77%);
}

.btn-12 {
	background: linear-gradient(90deg, #40DDFF 0, #E94F8C 126%);
	color: #fff;
	overflow: hidden;
}

.btn-12:hover {
	color: #fff;
	background: linear-gradient(90deg, #E94F8C 0, #40DDFF 126%);
}

.btn-13 {
	background: linear-gradient(90deg, #FFCE33 0, #c39161 126%);
	color: #fff;
	overflow: hidden;
}

.btn-13:hover {
	color: #fff;
	background: linear-gradient(90deg, #c39161 0, #FFCE33 126%);
}

.btn-14 {
	background: linear-gradient(90deg, #34C471 0, #5aa9ff 126%);
	color: #fff;
	overflow: hidden;
}

.btn-14:hover {
	color: #fff;
	background: linear-gradient(90deg, #5aa9ff 0, #34C471 126%);
}

.btn-15 {
	background: linear-gradient(90deg, #7C96FF 0, #FFCDE1 126%);
	color: #fff;
	overflow: hidden;
}

.btn-15:hover {
	color: #fff;
	background: linear-gradient(90deg, #FFCDE1 0, #7C96FF 126%);
}

.btn-16 {
	background: linear-gradient(90deg, #e1251b 0, #ff7575 126%);
	color: #fff;
	overflow: hidden;
}

.btn-16:hover {
	color: #fff;
	background: linear-gradient(90deg, #ff7575 0, #e1251b 126%);
}

.btn-17 {
	background: linear-gradient(90deg, #795afb 0, #a893ff 126%);
	color: #fff;
	overflow: hidden;
}

.btn-17:hover {
	color: #fff;
	background: linear-gradient(90deg, #a893ff 0, #795afb 126%);
}

.btn-18 {
	background: linear-gradient(90deg, #00d12c 0, #e3df54 126%);
	color: #fff;
	overflow: hidden;
}

.btn-18:hover {
	color: #fff;
	background: linear-gradient(90deg, #e3df54 0, #00d12c 126%);
}

.btn-19 {
	background: linear-gradient(90deg, #007bff 0, #b158d5 126%);
	color: #fff;
	overflow: hidden;
}

.btn-19:hover {
	color: #fff;
	background: linear-gradient(90deg, #b158d5 0, #007bff 126%);
}

.btn-20 {
	background: linear-gradient(90deg, #fa7249 0, #fab97f 126%);
	color: #fff;
	overflow: hidden;
}

.btn-20:hover {
	color: #fff;
	background: linear-gradient(90deg, #fab97f 0, #fa7249 126%);
}

.btn-21 {
	background: linear-gradient(90deg, #f13eff 0, #ffb3ff 126%);
	color: #fff;
	overflow: hidden;
}

.btn-21:hover {
	color: #fff;
	background: linear-gradient(90deg, #ffb3ff 0, #f13eff 126%);
}

.btn-22 {
	background: linear-gradient(90deg, #1ce5cc 0, #f78aff 126%);
	color: #fff;
	overflow: hidden;
}

.btn-22:hover {
	color: #fff;
	background: linear-gradient(90deg, #f78aff 0, #1ce5cc 126%);
}

.btn-23 {
	background: linear-gradient(90deg, #ff0036 0, #FEAD96 126%);
	color: #fff;
	overflow: hidden;
}

.btn-23:hover {
	color: #fff;
	background: linear-gradient(90deg, #FEAD96 0, #ff0036 126%);
}

.btn-24 {
	background: linear-gradient(90deg, #7A4728 0, #E9CEA1 126%);
	color: #fff;
	overflow: hidden;
}

.btn-24:hover {
	color: #fff;
	background: linear-gradient(90deg, #E9CEA1 0, #7A4728 126%);
}

.btn-25 {
	background: linear-gradient(90deg, #7ecaae 0, #e24d51 126%);
	color: #fff;
	overflow: hidden;
}

.btn-25:hover {
	color: #fff;
	background: linear-gradient(90deg, #e24d51 0, #7ecaae 126%);
}


.btn-primary {
	border-radius: 50px;
	background-color: #5369de;
	border-color: #5369de;
}

.btn-primary:hover {
	color: #fff;
	background-color: #475ab9;
	border-color: #475ab9;
}

.btn-primary1 {
	border-radius: 50px;
	background-color: #317923;
	border-color: #317923;
	color: #fff;
}

.btn-primary1:hover {
	color: #fff;
	background-color: #28621c;
	border-color: #28621c;
}

.btn-primary2 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #ffdd9d, #df3e88);
	color: #fff;
}

.btn-primary2:hover {
	color: #fff;
	background: linear-gradient(90deg, #df3e88, #ffdd9d);
	border-color: #ffffff;
}

.btn-primary3 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #ffdd9d, #fda938);
	color: #925125;
}

.btn-primary3:hover {
	color: #925125;
	background: linear-gradient(90deg, #fda938, #ffdd9d);
	border-color: #ffffff;
}

.btn-primary4 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #ffdd9d, #ffd800);
	color: #925125;
}

.btn-primary4:hover {
	color: #925125;
	background: linear-gradient(90deg, #ffd800, #ffdd9d);
	border-color: #ffffff;
}

.btn-primary5 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #FF8E7B 0, #F33E3E 77%);
	color: #ffffff;
}

.btn-primary5:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #F33E3E 0, #FF8E7B 77%);
	border-color: #ffffff;
}

.btn-primary6 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #ff7835 0, #feb54f 77%);
	color: #ffffff;
}

.btn-primary6:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #feb54f 0, #ff7835 77%);
	border-color: #ffffff;
}

.btn-primary7 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #1291fc 0, #6AE2FF 77%);
	color: #ffffff;
}

.btn-primary7:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #6AE2FF 0, #1291fc 77%);
	border-color: #ffffff;
}

.btn-primary8 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #9b4658 0, #d29ca7 77%);
	color: #ffffff;
}

.btn-primary8:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #d29ca7 0, #9b4658 77%);
	border-color: #ffffff;
}

.btn-primary9 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #64b4ff 0, #B3D5F2 77%);
	color: #ffffff;
}

.btn-primary9:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #B3D5F2 0, #64b4ff 77%);
	border-color: #ffffff;
}

.btn-primary10 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #3EC3AE 0, #A2EDDC 77%);
	color: #ffffff;
}

.btn-primary10:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #A2EDDC 0, #3EC3AE 77%);
	border-color: #ffffff;
}

.btn-primary11 {
	border-radius: 50px;
	border-color: #ffffff;
	background: linear-gradient(90deg, #4A71C0 0, #a5bce9 77%);
	color: #ffffff;
}

.btn-primary11:hover {
	color: #ffffff;
	background: linear-gradient(90deg, #a5bce9 0, #4A71C0 77%);
	border-color: #ffffff;
}

.btn-outline-primary {
	color: #ee3134;
	border-color: #ee3134;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #ee3134;
	border-color: #ee3134;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active {
	color: #fff;
	background-color: #475ab9;
	border-color: #475ab9;
}

.font-red {
	color: #ee3134;
	font-weight: bold;
}

.under-info {
	display: flex;
	justify-content: center;
	padding-bottom: 70px;
}

.form-check {
	display: inline-block !important;
}

.btn11 {
	width: 18.75rem;
}



.gradient-text {
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: maskedAnimation 4s infinite linear;
}

@keyframes maskedAnimation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

.gradient-text-1 {
	background-image: -webkit-linear-gradient(left, #34C471, #5aa9ff 25%, #34C471 50%, #5aa9ff 75%, #34C471);
}

.gradient-text-2 {
	background-image: -webkit-linear-gradient(left, #7C96FF, #4063f0 25%, #7C96FF 50%, #4063f0 75%, #7C96FF);
}

.gradient-text-3 {
	/* background-image: -webkit-linear-gradient(left, #ff938e, #ff5050 25%, #ff938e 50%, #ff5050 75%, #ff938e); */
	background-image: -webkit-linear-gradient(left, #e1251b, #feada9 25%, #e1251b 50%, #feada9 75%, #e1251b);
}
.gradient-text-4 {
	background-image: -webkit-linear-gradient(left, #795afb, #a893ff 25%, #795afb 50%, #a893ff 75%, #795afb);
}

.gradient-text-5 {
	background-image: -webkit-linear-gradient(left, #00d12c, #e3df54 25%, #00d12c 50%, #e3df54 75%, #00d12c);
}

.gradient-text-6 {
	background-image: -webkit-linear-gradient(left, #007bff, #b158d5 25%, #007bff 50%, #b158d5 75%, #007bff);
}

.gradient-text-7 {
	background-image: -webkit-linear-gradient(left, #fa7249, #fab97f 25%, #fa7249 50%, #fab97f 75%, #fa7249);
}

.gradient-text-8 {
	background-image: -webkit-linear-gradient(left, #f13eff, #d860ff 25%, #f13eff 50%, #d860ff 75%, #f13eff);
}

.gradient-text-9 {
	background-image: -webkit-linear-gradient(left, #1ce5cc, #f78aff 25%, #1ce5cc 50%, #f78aff 75%, #1ce5cc);
}

.gradient-text-10 {
	background-image: -webkit-linear-gradient(left, #ff0036, #FEAD96 25%, #ff0036 50%, #FEAD96 75%, #ff0036);
}

.gradient-text-11 {
	background-image: -webkit-linear-gradient(left, #7A4728, #E9CEA1 25%, #7A4728 50%, #E9CEA1 75%, #7A4728);
}

.gradient-text-12 {
	background-image: -webkit-linear-gradient(left, #7ecaae, #e24d51 25%, #7ecaae 50%, #e24d51 75%, #7ecaae);
}

.autoul {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 88;
	padding: 0px;
	color: #666;
	border-top: 0;
	overflow: hidden;
	background-color: #ffffff;
}

.autoul .autoli {
	height: 35px;
	display: block;
	list-style-type: none;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.autoul .lihover {
	background-color: #eee;
}

.autoul .showli {
	display: block;
}

.shadow-d-1 {
	box-shadow: 0 2px 8px rgba(0, 120, 95, .15) !important;
}

.shadow-d-2 {
	box-shadow: 0 2px 8px rgba(254, 128, 90, .15) !important;
}

.shadow-d-3 {
	box-shadow: 0 2px 8px rgba(18, 145, 252, .15) !important;
}

.shadow-d-4 {
	background: url(../images/ka1.png) no-repeat;
	background-size: cover;
	background-position: 30px -113px;
	/* box-shadow: 0 2px 8px rgba(155, 70 , 88, .15) !important; */
	box-shadow: 4px 8px 20px rgba(155, 70, 88, .1);
}


.shadow-d-5 {
	background: url(../images/phcabg.png) no-repeat;
	background-size: cover;
	background-position: 30px -113px;
	box-shadow: 4px 8px 20px rgba(100, 180, 255, .1);
}

.shadow-d-6 {
	box-shadow: 0 2px 8px #D1F6ED !important;
}

.shadow-d-7 {
	box-shadow: 0 2px 8px #e1ebff !important;

}

.shadow-d-8 {
	background: url(../images/lecabg.png) no-repeat;
	background-size: cover;
	background-position: 30px -113px;
	box-shadow: 4px 8px 20px rgba(100, 180, 255, .1);
}

.shadow-d-9 {
	box-shadow: 0 2px 8px #fff5d6 !important;
}

.shadow-d-10 {
	box-shadow: 0 2px 8px #d5fde6 !important;
}

.shadow-d-11 {
	box-shadow: 0 2px 8px #eceeff !important;
}

.shadow-d-12 {
	box-shadow: 0 2px 8px #faeae8 !important;
}

.shadow-d-13 {
	box-shadow: 0 2px 8px #eae4ff !important;
}
.shadow-d-14 {
	box-shadow: 0 2px 8px #d4fbdc !important;
}

.shadow-d-15 {
	box-shadow: 0 2px 8px #e6eeff !important;
}

.shadow-d-16 {
	box-shadow: 0 2px 8px #ffe9d6 !important;
}
.shadow-d-17 {
	box-shadow: 0 2px 8px #ffe1ff !important;
}
.shadow-d-18 {
	box-shadow: 0 2px 8px #b6fffa !important;
}

.shadow-d-19 {
	box-shadow: 0 2px 8px #FFDDD8 !important;
}

.shadow-d-20 {
	box-shadow: 0 2px 8px #f7e6fe !important;
}

.shadow-d-21 {
	box-shadow: 0 2px 8px #f7e9d2 !important;
}

.shadow-d-22 {
	box-shadow: 0 2px 8px #DDF8CD !important;
}

.card-grid-inner {
	position: relative;
	background: #ffffff;
	z-index: 5;
	padding: 30px;
	border-radius: 12px;
}

.bd-box-bg {
	border-radius: 10px;
	padding: 20px;


	/* border: 1px dotted #ffd99e; */
	border: 2px solid #d5ebff;
}

.lioo {
	padding-left: 5px;
	list-style: none;
}

.lioo li {
	/* line-height: 100%;  */
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.lioo li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 0;
	left: 0;
	transform: translateY(9px);
	/* display: inline-block; */
	border-radius: 50%;
	background: #40DDFF;
	vertical-align: middle;
	/* margin-right: 9px; */

}
.liebiao2 li:before{
	background: #feada9 !important;
}

.bg-animation {
	position: relative;
	overflow: hidden;
	padding: 2px !important;
}

.bg-animation:before {
	content: "";
	display: block;
	left: 50%;
	padding-bottom: 200%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200%;
	z-index: 0;
	-webkit-animation: rotate-border 10s linear infinite;
	animation: rotate-border 10s linear infinite;

}

.bg-animation-1:before {
	background: conic-gradient(from 0deg at 50%, at 50%, transparent 0deg, transparent 90deg, #b881e8 135deg, #fdb0a9 180deg, transparent 180deg, transparent 270deg, #b881e8 315deg, #fdb0a9 1turn);
	background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 90deg, #b881e8 135deg, #fdb0a9 180deg, transparent 180deg, transparent 270deg, #b881e8 315deg, #fdb0a9 1turn);

}

.bg-animation-2:before {
	background: conic-gradient(from 0deg at 50%, at 50%, transparent 0deg, transparent 90deg, #FFCE33 135deg, #fdb0a9 180deg, transparent 180deg, transparent 270deg, #FFCE33 315deg, #fdb0a9 1turn);
	background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 90deg, #FFCE33 135deg, #fdb0a9 180deg, transparent 180deg, transparent 270deg, #FFCE33 315deg, #fdb0a9 1turn);

}

.bg-animation-3:before {
	background: conic-gradient(from 0deg at 50%, at 50%, transparent 0deg, transparent 90deg, #73D781 135deg, #5aa9ff 180deg, transparent 180deg, transparent 270deg, #73D781 315deg, #5aa9ff 1turn);
	background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 90deg, #73D781 135deg, #5aa9ff 180deg, transparent 180deg, transparent 270deg, #73D781 315deg, #5aa9ff 1turn);

}

.bg-animation-4:before {
	background: conic-gradient(from 0deg at 50%, at 50%, transparent 0deg, transparent 90deg, #7C96FF 135deg, #FFCDE1 180deg, transparent 180deg, transparent 270deg, #7C96FF 315deg, #FFCDE1 1turn);
	background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 90deg, #7C96FF 135deg, #FFCDE1 180deg, transparent 180deg, transparent 270deg, #7C96FF 315deg, #FFCDE1 1turn);

}

.bg-animation-5:before {
/* 	background: conic-gradient(from 0deg at 50%, at 50%, transparent 0deg, transparent 90deg, #ff938e 135deg, #74d46f 180deg, transparent 180deg, transparent 270deg, #ff938e 315deg, #74d46f 1turn);
	background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 90deg, #ff938e 135deg, #74d46f 180deg, transparent 180deg, transparent 270deg, #ff938e 315deg, #74d46f 1turn); */
background: conic-gradient(from 0deg at 50%, at 50%, transparent 0deg, transparent 90deg, #ff938e 135deg, #feada9 180deg, transparent 180deg, transparent 270deg, #ff938e 315deg, #feada9 1turn);
	background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, transparent 90deg, #ff938e 135deg, #feada9 180deg, transparent 180deg, transparent 270deg, #ff938e 315deg, #feada9 1turn);
}

@-webkit-keyframes rotate-border {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn)
	}
}

@keyframes rotate-border {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn)
	}
}

@-webkit-keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
	}
}

@-moz-keyframes OpenTop {
	50% {
		-moz-transform: rotateX(10deg);
		-moz-animation-timing-function: ease-out;
	}
}

@keyframes OpenTop {
	50% {
		transform: rotateX(10deg);
		animation-timing-function: ease-out;
	}
}



/* @media (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {} */
@media (max-width:767.98px) {
	.shadow-d-5 {
		background-position: -130px 0;
	}

	.picxiangmu .pic {
		width: 20%;
	}

	.main-tit2 {
		transform: translateY(-36px);
	}

	.banner .top-txt .t2 {
		margin-bottom: 0 !important;
		text-align: center;
		font-size: 16px;
	}

	.card-grid,
	.card-grid-inner {
		padding: 20px;

	}

	.banner .top-box {
		align-items: center;
	}

	.banner .top-box .logo1 {
		width: 40%;
	}

	.banner .top-box .logo {
		width: 74%;
	}

	/* .main-box {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	} */

	.main-tit .main-tit-liner .box {
		font-size: 18px;
	}

	.banner .top-txt .t1 {
		font-size: 30px;
		line-height: 37px;
		text-align: center;

	}



	.pay-type .btn-primary {
		width: 100%;
	}

	.card-grid {
		/* margin-bottom: 15px; */
	}

	#header .logo {
		width: 34%;
	}

	.md-content .md-logo-box1 {
		/* width: 160px; */
		font-size: 45px;
	}

	.md-content .md-logo {
		/* justify-content: center; */
	}

	.md-content .md-logo .md-logo-box {
		/* width: 55%; */
	}

	.md-content .md-title {
		margin-top: 15px;
		font-size: 27px;
		line-height: 35px;
	}

	.md-content .btn-danger {
		margin-bottom: 15px;
	}

	.md-modal .md-bg {
		background-image: url('../images/pic2.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../images/cdd1.jpg');
	}

	.md-content .md-logo {
		/* margin-bottom: 5px; */
	}

	.md-content {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		padding: 20px;
	}

	.md-content .md-badge {
		font-size: 16px;
	}

	.inf-list .inf-box {
		width: 100%;
	}

	.img-fluid1 {
		max-width: 100%;
	}

	.card-hd-r {
		margin-top: 0.625rem;
	}

	.card-hd {
		flex-direction: column;
	}

	.more-btn {
		width: 100%;
	}

	.inf-list {
		flex-direction: column;

	}

	.inf-list .pic {
		margin-bottom: 1.5rem;
		border: 0;
		width: 80%;
		margin-right: 0;
	}

	#header .top-header {
		justify-content: center;
	}

	.top-logo {
		flex-direction: column;
	}

	.top-logo .top-logo-box {
		width: 69%;
		margin-bottom: 0.625rem;
	}

	.tit {
		font-size: 1.375rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	/* .container {
					margin-right: 15px;
					margin-left: 15px;
				} */
	.custom-btn,
	.submit .btn-primary,
	.submit .btn-primary1,
	.submit .btn-primary2,
	.submit .btn-primary3,
	.submit .btn-primary4,
	.submit .btn-primary5,
	.submit .btn-primary6,
	.submit .btn-primary7,
	.submit .btn-primary8,
	.submit .btn-primary9,
	.submit .btn-primary10,
	.submit .btn-primary11 {
		display: block;
		width: 100%;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {

	.container {
		width: 750px;
	}

	.pay-type .btn-primary {
		width: 50%;
	}

	.card-grid {
		/* margin-bottom: 15px; */
		/* height: 100%; */
	}

	#header .logo {
		width: 23%;
	}

	.md-content .md-logo-box1 {
		/* width: 160px; */
		font-size: 53px;
	}

	.md-content .md-title {
		font-size: 27px;
	}

	.md-content {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		padding: 35px;
	}

	.md-content .md-logo {
		/* margin-bottom: 44px; */
	}

	.md-modal .md-bg {
		background-image: url('../images/pic2.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../images/cdd.jpg');
	}

	.inf-list .pic {
		width: 30%;
	}

	.inf-list .inf-box {
		width: 70%;
	}

	.custom-btn,
	.submit .btn-primary,
	.submit .btn-primary1,
	.submit .btn-primary2,
	.submit .btn-primary3,
	.submit .btn-primary4,
	.submit .btn-primary5,
	.submit .btn-primary6,
	.submit .btn-primary7,
	.submit .btn-primary8,
	.submit .btn-primary9,
	.submit .btn-primary10,
	.submit .btn-primary11 {
		display: block;
		width: 100%;
	}

	.top-header {
		justify-content: center;
	}

}


@media (min-width: 992px) and (max-width: 1199.98px) {


	.pay-type .btn-primary {
		width: 50%;
	}

	.container {
		width: 750px;
	}

	.card-grid {
		/* height: 100%; */
		/* margin-bottom: 15px; */
	}

	.md-content .md-logo-box1 {
		font-size: 53px;
		/* width: 160px; */
	}

	.md-content .md-title {
		font-size: 27px;
	}

	.md-content .md-logo {
		/* margin-bottom: 44px; */
	}

	.md-content {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		padding: 40px;
	}

	.md-modal .md-bg {
		background-image: url('../images/pic1.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../images/cdd.jpg');
	}

	.inf-list .pic {
		width: 30%;
	}

	.inf-list .inf-box {
		width: 70%;
	}

	.submit {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.custom-btn,
	.submit .btn-primary,
	.submit .btn-primary1,
	.submit .btn-primary2,
	.submit .btn-primary3,
	.submit .btn-primary4,
	.submit .btn-primary5,
	.submit .btn-primary6,
	.submit .btn-primary7,
	.submit .btn-primary8,
	.submit .btn-primary9,
	.submit .btn-primary10,
	.submit .btn-primary11 {
		width: 17.625rem;

	}



	.top-header {
		justify-content: center;
	}


}


@media (min-width: 1200px) {
	.pay-type .btn-primary {
		width: 50%;
	}

	.card-grid {
		/* height: 100%; */
		/* margin-bottom: 15px; */

	}

	.md-content .md-logo-box1 {
		font-size: 53px;
		/* width: 160px; */
	}

	.md-content .md-logo {
		/* margin-bottom: 90px; */
	}

	.md-content {
		padding: 40px 60px;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
	}

	.container {
		padding-left: 0;
		padding-right: 0;
		width: 800px;
	}

	.submit {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.custom-btn,
	.submit .btn-primary,
	.submit .btn-primary1,
	.submit .btn-primary2,
	.submit .btn-primary3,
	.submit .btn-primary4,
	.submit .btn-primary5,
	.submit .btn-primary6,
	.submit .btn-primary7,
	.submit .btn-primary8,
	.submit .btn-primary9,
	.submit .btn-primary10,
	.submit .btn-primary11 {
		width: 17.625rem;

	}

	.md-modal .md-bg {
		background-image: url('../images/pic1.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../images/cdd.jpg');
	}
}