/* 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(../png/banner1-4.png);
}
.banner-bg-jc{
	 background-image: url(../png/banner2.png);
}
.banner .top-box {
	display: flex;
	justify-content: space-evenly;
	/* align-items: center; */
	flex-direction: column;
	position: relative;
	/* height: 325px; */
	padding: 20px 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: 45px;
	/* 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;
	background-color: #ff5a4e;
	color: #fff;
	border-radius: 10px 10px 10px 1px;
	padding: 3px 5px 3px 5px;
}

.bh-bg{
	background-color: #ecf3ff;
}

.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;
}

.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;
}

.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 #e5e9e8;
	background-color: #f4f6f8;
	padding: 10px 20px;
	color: #333;
	cursor: pointer;
	border-radius: 8px;

}

.option-list .bgicon:after {
	position: absolute;
	content: '\e735';
	right: -39px;
	top: -78px;
	font-family: "iconfont";
	font-size: 119px;
	/* background-image: -webkit-linear-gradient(bottom, #b773fc, #7079fc);
			-webkit-background-clip: text;
			color: transparent; */
	transform: rotate(321deg);


}


.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 .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-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.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.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;
	/* width: 0;
	height: 0; */
	content: "";
	width: 0;
	border-width: 30px 0 30px 30px;
	border-style: solid;
	right: -1px;
	bottom: -1px;


}

.option-list .option-list-item.bht1.select:after {
	border-color: transparent transparent #5369de transparent;

}

.option-list .option-list-item.bht2.select:after {
	border-color: transparent transparent #d44c66 transparent;

}

.option-list .option-list-item.jct1.select:after {
	border-color: transparent transparent #317923 transparent;

}

.option-list .option-list-item.jct2.select:after {
	border-color: transparent transparent #dc9509 transparent;

}

.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: #c1c1c1;
}

.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: 20px;
	transform: translateY(-50%);
}


.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 #dde0ec;
	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 15px;
	display: inline-block;
	text-align: center;
}

.main-tit .main-tit-liner .r {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 0px 26px 17px;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(0, 99, 175);
	padding: 0px;
}

.main-tit .main-tit-liner .f {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 17px 26px 0px;
	border-color: rgba(255, 255, 255, 0) rgb(0, 99, 175) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	padding: 0px;
}

.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);
}



.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: 1.2rem;
	padding-bottom: 1.2rem;
	/* font-size: 0.9375rem; */
}

.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-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;
}

@-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) {
	.banner .top-txt .t2{
		margin-bottom: 0 !important;
	}
	.card-grid {
		padding: 20px;

	}
	.banner .top-box{
		align-items: center;
	}
	.banner .top-box .logo1 {
	    width: 40%;
	}

	.banner .top-box .logo {
		width: 62%;
	}

	/* .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;

	}

	.banner .top-txt .t2 {
		font-size: 16px;

	}

	.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('../png/pic2-2.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../jpg/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;
				} */

	.submit .btn-primary,.submit .btn-primary1 {
		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('../png/pic2-2.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../jpg/cdd.jpg');
	}

	.inf-list .pic {
		width: 30%;
	}

	.inf-list .inf-box {
		width: 70%;
	}

	.submit .btn-primary,.submit .btn-primary1 {
		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('../png/pic1-2.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../jpg/cdd.jpg');
	}

	.inf-list .pic {
		width: 30%;
	}

	.inf-list .inf-box {
		width: 70%;
	}

	.submit .btn-primary {
		display: block;
		width: 100%;
	}

	.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;
	}

	.submit .btn-primary,.submit .btn-primary1 {
		width: 20.625rem;

	}

	.md-modal .md-bg {
		background-image: url('../png/pic1-2.png');
	}

	.md-modal .md-bg1 {
		background-image: url('../jpg/cdd.jpg');
	}
}