html,
body,
main {
    max-width: 1920px;
    margin: 0 auto;
    font-family: MicrosoftYaHei-Bold;
}
* {
	box-sizing: border-box;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.swiper-banner {
  position: relative;
}
.tg-banner {
    height: 450px;
    /*background-color: #cde6ff;*/
    /*background-image: url(https://gs.dgg.cn/home/gzxk/img/banner4.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 1920px 450px;*/
}
.tg-banner img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-model {
	position: absolute;
	display: flex;
	justify-content: space-between;
	bottom: 32px;
	z-index: 999;
	left: 50%;
	transform: translate(-50%);
}

.banner-model>li {
	width: 285px;
	height: 100px;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px 24px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	transition: all .3s;
	cursor: pointer;
}

.banner-model>li:hover {
	transform: translateY(-10px);
}

.banner-model>li:hover h4 {
	-webkit-animation: colorRight .8s;
	animation: colorRight .8s;
	color: #222;
	background: #4974f5 linear-gradient(-135deg,
			transparent 25%,
			transparent 40%,
			rgba(255, 255, 255, 1) 40%,
			rgba(255, 255, 255, 1) 60%,
			transparent 60%,
			transparent);
	background-size: 15px 30px;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: -100% 0;
}

.banner-model>li h4 {
	font-size: 20px;
	color: #333;
}

.banner-model>li p {
	font-size: 16px;
	color: #999999;
	margin-top: 6px;
}
.option-city {
	height: 100%;
	display: inline-block;
}
.option-city .label {
  font-size: 14px;
}
.icon {
	position: relative;
}
.c-select {
	position: relative;
}
.c-select .icon-down {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: 12px;
	height: 12px;
	transition: all 0.3s;
}
.open + .icon-down {
	transform: rotate(180deg) translateY(50%);
}
.fast-registration-channel {
	/* height: 976px; */
	background-image: linear-gradient(0deg, #EAF2FF 0%, #FFFFFF 100%);
	/* padding: 60px 0; */
	padding-bottom: 60px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form {
	height: 540px;
	padding-top: 60px;
	background-image: linear-gradient(0deg, #FFFFFF 0%, #F5F9FF 100%);
}
/* .fast-registration-channel h2 {
	font-weight: 700;
	font-size: 36px;
	color: #222222;
	text-align: center;
	margin-bottom: 32px;
}
 */
.fast-form {
	width: 1200px;
  margin: 0 auto;
	background: #FFFFFF;
	padding-top: 40px;
	box-sizing: border-box;
	box-shadow: 0 0 16px 0 hsla(0, 0%, 0%, 0.06);
	margin-bottom: 24px;
}

.option-form {
	display: flex;
	font-size: 16px;
	color: #555555;
	padding-left: 42px;
	margin-bottom: 21px;
	box-sizing: border-box;
}
.option-form .select {
  position: relative;

}
.option-form .city-select {
  top: 41px;
}
.select input {
  width: 216px;
  border: 1px solid #D9D9D9;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  margin-right: 16px;
  padding: 0 12px;
  font-size: 13px;
}
.select .icon-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
.select .icon-down.open {
  transform: rotate(180deg) translateY(50%);
}
.option-business-address {
	margin-right: 40px;
}

.option-business-address strong {
	font-weight: 700;
	font-size: 24px;
	color: #222222;
	margin-right: 16px;
	line-height: 32px;
}

.option-business-address img {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 8px;
}

.option-business-address>span {
	display: flex;
	align-items: center;
	font-size: 16px
}

.option-business-address>span:first-child {
	margin: 0 0 0 12px;
}

.option-form>div {
	display: flex;
	align-items: center;
}

.form-input {
	margin-left: 12px;
}

.option-registration-type {
	margin-right: 40px;
}

.input-form {
	margin-left: 41px;
	display: flex;
	width: 1120px;
	height: 48px;
	background: #FFFFFF;
	border: 2px solid #4974F5;
	border-radius: 2px;
	box-sizing: border-box;
	align-items: center;
	padding-left: 17px;
	justify-content: space-between;

}

.input-form input {
	font-size: 14px;
	color: #333;
}

.input-form>div {
	/* width: 306px; */
  flex: 1;
	height: 100%;
	position: relative;
}

.input-form>div::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	background: #D9D9D9;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.input-form>div:nth-child(3):after {
	height: 0;
}

.input-form input {
	height: 100%;
	margin-left: 6px;
	width: 150px;
}

.input-form input::placeholder {
	font-size: 14px;
	color: #8C8C8C;
}

.input-form img {
	vertical-align: sub;
}

#msgCode {
	width: 174px;
}

.submit-button {
	width: 200px;
	height: 48px;
	background: #4974F5;
	border-radius: 2px;
	font-size: 16px;
	color: #FFFFFF;
}

.code-btn {
	background: hsla(225, 100%, 89%, 0.3);
	border-radius: 2px;
	font-size: 12px;
	color: #4974F5;
	padding: 6px 8px;
}

.jydt {
	width: 50%;
	color: #555555;
	font-size: 16px;
	text-align: left;
	margin-top: 16px;
	line-height: 22px;
	padding-left: 38px;
    float: left;
}

.jydt .title {
	color: #222222;
	font-weight: 700;
}

.jydt .num1 {
	color: #00B365;
	font-weight: bold;

}

.jydt .num2 {
	color: #EC5330;
	font-weight: bold;
}

.city-select {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
	border: 1px solid #e4e7ed;
	height: 0;
	width: 291px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0;
	top: 49px;
	z-index: 9999;
	opacity: 0;
	padding-right: 2px;
	transition: all .3s;
}

.el-select-dropdown__list {
	height: 288px;
	padding: 5px 0;
	box-sizing: border-box;
	overflow-y: scroll;
}

.el-select-dropdown__list::-webkit-scrollbar {
	background: #fff;
	width: 6px;
}

.el-select-dropdown__list::-webkit-scrollbar-thumb {
	width: 6px;
	height: 99.5px;
	background: rgba(222, 223, 225, .8);
	border-radius: 4px;
}

.el-select-dropdown__list li {
	color: #606266;
	padding-left: 20px;
	box-sizing: border-box;
	height: 34px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.el-select-dropdown__list li:hover {
	background: #ebf0f7;
}

.form-input .city-icon {
	width: 16px;
	height: 16px;
	transition: all .5s;
}

.registry-banner {
	width: 1200px;
	height: 144px;
	margin-top: 32px;
}

.registry-banner>img {
	width: 100%;
	cursor: pointer;
}

.nav-menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 68px;
	background-color: #fff;
	z-index: 10;
}

.navbar {
	display: flex;
	text-align: center;
	border-bottom: 1px solid #E2E2E2;
}
.navbar li {
	flex: 1;
}
.navbar li.active a {
	border-color: #4974F5;
}
.navbar li a {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 24px 0;
	border-bottom: 3px solid transparent;
}
.navbar li:hover a{
	color: #4974F5;
}
.section {
	padding: 60px 0;

}
.section .title2 {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 36px;
	color: #222222;
	text-align: center;
	line-height: 48px;
}
.section .title5 {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	margin-top: 8px;
}
#hot {
	background-color: #ecf3ff;
	background-image: url(https://gs.dgg.cn/home/gzxk/img/hotbg@1.5x.png);
	background-size: 1920px 1073px;
	background-repeat: no-repeat;
  background-position: center;
}
.hot {
	display: flex;
	margin-top: 40px;
}
.hot .left {
	flex: 0 0 321px;
	position: relative;
}
.hot .left .btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 48px;
	width: 241px;
	height: 56px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 18px;
	color: #4974F5;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
    transition: all 0.3s;
}
.hot .left img {
	width: 100%;
}
.hot .right {
	flex: 1;
	padding-left: 20px;
}
.hot .right .content {
	position: relative;
}
.hot .right .box {
	width: 430px;
	height: 418px;
	position: absolute;
	padding: 32px 40px;
	border: 1px solid #e5e5e5;
	transition: all 0.3s;
	background-color: #fff;
	font-size: 0;
}
.hot .right .box:hover {
	height: 478px;
	border: 1px solid #4974F5;
	box-shadow: 0 4px 12px 0 #4974f54d;
	z-index: 1;
}
.hot .right .box:nth-child(2n){
	right: 0;
}
.hot .right .box:nth-child(n+3) {
	top: 417px;
}
.hot .right .box .img { width: 350px; }
.hot .right .box .title {
	position: relative;
	margin-top: 18px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	line-height: 26px;
}
.hot .right .box .title img {
	height: 20px;
	position: absolute;
	right: 0;
}
.hot .right .box .text {
	font-family: MicrosoftYaHei;
	margin-top: 8px;
	font-size: 14px;
	color: #888888;
	line-height: 20px;
}
.hot .right .box .btn{
	/* display: none; */
	width: 100%;

	text-align: center;
	height: 0;

	border-radius: 4px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 0;
	color: #FFFFFF;
	line-height: 22px;
	transition: 0.3s;
	border: 0;
	padding: 0;
}
.hot .right .box:hover .btn {
	display: block;
	height: 48px;
	margin-top: 12px;
	font-size: 16px;
	background: #4974F5;
}
#more {
	background-image: url(https://gs.dgg.cn/home/gzxk/img/morebg@1.5x.png);
	background-size: 1920px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.more {
	display: flex;
	padding-top: 40px;
}
.more .left{
	flex: 0 0 240px;
	padding: 32px 20px;
	background-color: #fff;
}
.more .nav li{
	height: 55px;
	line-height: 55px;
	border-radius: 4px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
	padding-left: 36px;
	transition: all 0.3s;
}
.more .nav li.active {
	background-image: linear-gradient(90deg, #4974F5 0%, #91ACFA 100%);
	color: #fff;
	font-weight: 700;
}
.more .right{
	flex: 1;
	padding-left: 20px;
}
.more .right .content {
	padding: 32px;
	background-color: #fff;
}
.more .item {
	display: none;
}
.more .item.active {
	display: flex;
}
.more .item .con {
	flex: 1;
	padding-right: 20px;
}
.more .item .con img{
	width: 516px;
	transition: all 0.3s;
	border-radius: 8px;
}
.more .item .con img:hover {
	transform: scale(1.05);
 }
.more .item .q {
	flex: 340px;
	position: relative;
}
.more .item .q img {
	width: 340px;
	border-radius: 8px;
}
.more .item .q .btn {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 224px;
	height: 56px;
	background-color: #fff;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 18px;
	color: #4974F5;
	text-align: center;
	border-radius: 4px;
    transition: all 0.3s;
}
.more .item .q .btn:hover {
    box-shadow: 0 8px 20px 0 #3A67EA;
}
.more .title {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	padding-top: 24px;
}
.more .text {
	font-family: MicrosoftYaHei;
	padding-top: 16px;
	font-size: 16px;
	color: #888888;
	line-height: 24px;
}
#difficulty {
	position: relative;
	height: 888px;
	background-image: url(https://gs.dgg.cn/home/gzxk/img/diff-bg@1.5x.png);
	background-size: 1920px 888px;
	background-position: center;
	background-repeat: no-repeat;
}
#difficulty .btn {
	position: absolute;
	width: 400px;
	height: 64px;
	background: #4974F5;
	border-radius: 4px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}
#plan {
	height: 566px;
	background-image: url(https://gs.dgg.cn/home/gzxk/img/planbg@1.5x.png);
	background-size: 1920px 566px;
	background-position: center;
	background-repeat: no-repeat;
}
.plan {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.plan .item {
	width: 285px;
	position: relative;
}
.plan .item .warpper {
	position: absolute;
	height: 308px;
	padding: 40px 32px;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.3s;
}
.plan .item .icon {
	width: 96px;
}
.plan .item .line {
	width: 76px;
	margin-top: 14px;
}
.plan .item .title {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	padding-top: 24px;
}
.plan .item .text {
	font-family: MicrosoftYaHei;
	padding-top: 14px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 22px;
}
.plan .item .btn {
	width: 100%;
	height: 0;
	background: #fff;
	border-radius: 4px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #FFFFFF;
	transition: all 0.3s;
}
.plan .warpper:hover {
	height: 367px;
}
.plan .warpper:hover .btn {
	height: 44px;
	margin-top: 22px;
	background: #4974F5;
}
.plan .warpper .btn img {
	width: 16px;
	vertical-align: -0.15em;
	margin-left: 8px;
}
#flow {
	background-image: url(https://gs.dgg.cn/home/gzxk/img/flowbg@1.5x.png);
	background-size: 1920px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.flow {
	display: flex;
	justify-content: space-between;
	padding-top: 48px;
}
.flow .item {
	position: relative;
}
.flow .item .icon{
	width: 112px;
	transition: all 0.3s;
	transform-style: preserve-3d
}
@keyframes myrotate
{
	from {transform: rotateY(180deg)}
	to {transform: rotateY(0deg);}
}

/* @-webkit-keyframes myrotate
{
	from {transform: rotateY(0deg)}
	to {transform: rotateY(180deg);}
} */
.flow .item .img:hover .icon {
	/* transform: rotateY(180deg); */
	animation: myrotate 0.6s;
}

.flow .title {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	padding-top: 16px;
}
.flow .title img {
	height: 29.15px;
	margin-right: 12px;
	vertical-align: -0.2em;
}
.flow .item .btn {
	height: 40px;
	border: 1px solid #4974F5;
	border-radius: 4px;
	background-color: #fff;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #4974F5;
	margin-top: 18px;
	padding-left: 16px;
	padding-right: 16px;
	transition: all 0.3s;
}
.flow .item .btn .btn-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(https://gs.dgg.cn/home/gzxk/img/arrow-2@1.5x.png);
	background-size: 16px 16px;
	vertical-align: -0.2em;
	margin-left: 8px;
}
.flow .item .btn:hover {
	background-color: #4974F5;
	color: #fff;
}
.flow .item .btn:hover .btn-icon {
	background-image: url(https://gs.dgg.cn/home/gzxk/img/arrow-1@1.5x.png);

}
.flow .arrow {
	padding-top: 45px;
}
.flow .arrow img {
	width: 40px;
	height: 23px;
}
#question {
	height: 690px;
	background-image: url(https://gs.dgg.cn/home/gzxk/img/question-bg@1.5x.png);
	background-size: 1920px 690px;
	background-position: center;
	background-repeat: no-repeat;
}
.question {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}
.question .item {
	width: 590px;
	height: 168px;
	position: relative;
	margin-bottom: 20px;
}
.question .item .warpper {
	position: absolute;
	width: 100%;
	height: 168px;
	padding: 31px;
	border: 1px solid #FFF;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.3s;
}
.question .item .warpper:hover {
	height: 182px;
	border-color: #4974F5;
	z-index: 1;
}
.question .item:first-child .warpper:hover .btn{
    margin-top: 16px;
}
.question .title {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 20px;
	color: #222222;
}
.question .title img {
	width: 24px;
	vertical-align: -0.2em;
	margin-right: 12px;
}
.question .text {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	padding-left: 36px;
	padding-top: 12px;
}
.question .warpper .btn {
	height: 0;
	background: #fff;
	border-radius: 4px;
	padding-left: 24px;
	padding-right: 24px;
	color: transparent;
	margin-left: 36px;
	margin-top: 6px;
	transition: all 0.3s;
}
.question .item .warpper:hover .btn{
	height: 30px;
	background: #4974F5;
	font-size: 14px;
	color: #fff;
}
#question .button {
	padding-top: 20px;
	text-align: center;
}
#question .button button {
	width: 400px;
	height: 64px;
	background: #4974F5;
	border-radius: 2px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}

#other {
	background-image: url(https://gs.dgg.cn/home/gzxk/img/bg08@2x.png);
	background-size: 1920px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.other {
	display: flex;
	padding-top: 40px;
	justify-content: space-between;
}
.other .item {
	position: relative;
	width: 288px;
	cursor: pointer;
}
.other img {
	width: 100%;
}
.other .btn {
	position: absolute;
	width: 254px;
	height: 48px;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	background: #EFF3FF;
	border: 1px solid #4974F5;
	border-radius: 2px;
	font-size: 16px;
  color: #4974F5;
	transition: all 0.3s;
}
.other .item:hover .btn {
	background-color: #4974F5;
	color: #fff;
}
#other>.btn {
	width: 442px;
	margin: 48px auto 0 auto;
	border: 1px solid #4974F5;
	border-radius: 4px;
	display: flex;
	line-height: 52px;
}
#other>.btn .phone{
	flex: 1;
	font-size: 18px;
	text-align: center;
	padding-top: 1px;
}
#other>.btn .phone img {
	width: 20px;
	margin-right: 11px;
}
#other>.btn .phone span {
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	font-size: 22px;
	color: #4974F5;
	letter-spacing: 0;
	vertical-align: bottom;
}
#other>.btn .button {
	width: 152px;
	height: 54px;
	background: #4974F5;
	font-family: MicrosoftYaHei-Bold;
	padding-top: 1px;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
}
#quality {
	height: 518px;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}
.undertaking-guarantee-list {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.undertaking-guarantee-list>li {
	width: 225px;
	height: 260px;
	background: url('https://gs.dgg.cn/home/gzxk/img/bzbg.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 0 36px;
	box-sizing: border-box;
	transition: transform .3s;
	cursor: pointer;
}

.undertaking-guarantee-list>li:hover {
	background: url('https://gs.dgg.cn/home/gzxk/img/bzbgh.png') no-repeat;
	box-shadow: 0 2px 16px 0 hsla(225, 90%, 62%, 0.2);
	transform: translateY(-10px);
	background-size: 100% 100%;
}

.undertaking-guarantee-list>li>img {
	width: 80px;
	height: 80px;
}

.undertaking-guarantee-list>li>h4 {
	font-weight: 700;
	font-size: 20px;
	margin: 26px 0 16px;
	color: #222222;
}

.undertaking-guarantee-list>li>p {
	font-size: 14px;
	color: #6577AD;
	text-align: center;
}

.right-suspension {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	z-index: 9999;
}

.right-suspension-content {
	width: 100px;
	height: 290px;
	background: #FFFFFF;
	box-shadow: 0 4px 24px 0 #e0e0e080;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 4px 0;
	padding: 12px 0;
	box-sizing: border-box;
}

.right-suspension-content .title {
	font-weight: 700;
	font-size: 12px;
	color: #4974F5;
	margin-bottom: 8px;
}

.right-suspension-content h3 {
	width: 76px;
	height: 28px;
	background: #EFF1F8;
	border-radius: 4px;
	font-size: 12px;
	color: #222222;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
	cursor: pointer;
}

.right-suspension-content h3:hover {
	background-image: linear-gradient(270deg, #72A5FF 0%, #3C6DFF 100%);
}

.right-suspension-content h3:hover a{
	color: #FFFFFF;

}
.right-suspension-content .time {
	font-size: 12px;
	color: #4974F5;
	margin-bottom: 4px;
}

.right-suspension-content p {
	font-weight: 700;
	font-size: 18px;
	color: #4974F5;
}

.back-top {
	width: 100px;
	height: 32px;
	background: #FFFFFF;
	box-shadow: 0 4px 24px 0 #e0e0e080;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.hot .left .box{
    padding: 60px 40px;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
}
.hot .left .box .title {
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 38px;
}
.hot .left .box .line {
    width: 37px;
    height: 2px;
    opacity: 0.8;
    background-color: #fff;
    margin: 16px 0;
}
.hot .left .box .text {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
}
.more .item .con .img {
    width: 516px;
    height: 258px;
    border-radius: 8px;
    overflow: hidden;
}
.swiper-banner .btn {
    position: absolute;
    cursor: pointer;
    width: 143px;
    height: 48px;
    left: 0;
    top: 230px;
}
.hot .left .btn:hover {
    box-shadow: 0 8px 20px 0 #3A67EA;
}
.check-box{
    width: 47%;
  height: 50px!important;
    float: left;
    justify-content:flex-end;
}
.agree span{
margin-top: 18px;
}