.slider {
	position: relative;
	width: 100%
}

.slider,
.slider__wrapper {
	height: 100%;
	overflow: hidden
}

.slider__wrapper {
	list-style: none;
	*zoom: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

.slider__item {
	height: 100%;
	float: left;
	clear: none
}

.slider__arrows-item {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
	cursor: pointer
}

.slider__arrows-item--right {
	bottom: 50%;
	right: 30px
}

.slider__arrows-item--left {
	bottom: 50%;
	left: 30px
}

.slider__nav {
	position: absolute;
	bottom: 30px
}

.slider__nav-item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff
}

.slider__nav-item--current,
.slider__nav-item:hover {
	background: #ccc
}

.glide {
	position: relative;
	width: 100%;
	height: 100%
}

.glide__wrapper {
	overflow: hidden
}

.glide__track {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y
}

.glide__track.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__slide {
	width: 100%;
	-webkit-tap-highlight-color: transparent
}

.glide__arrows,
.glide__slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none
}

.glide__arrow {
	cursor: pointer
}

.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide--carousel .glide__slide,
.glide--slider .glide__slide {
	float: left;
	clear: none
}

.glide--slideshow .glide__wrapper {
	height: 100%
}

.glide--slideshow .glide__slide {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0)
}

.glide--slideshow .glide__slide.active {
	z-index: 1
}

.glide__arrows {
	position: absolute
}

.glide--horizontal .glide__arrows {
	top: 50%;
	width: 92%;
	margin-left: 4%
}

.glide--vertical .glide__arrows {
	left: 50%;
	height: 88%;
	margin-top: 6%
}

.glide__arrow {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	font: 11px Arial, sans-serif;
	padding: 9px 12px;
	background-color: transparent;
	border: 2px solid hsla(0, 0%, 100%, .5);
	border-radius: 4px;
	transition: border .3s ease-in-out
}

.glide__arrow:focus {
	outline: none
}

.glide__arrow:hover {
	border-color: #fff
}

.glide--horizontal .glide__arrow {
	transform: translateY(-50%)
}

.glide--horizontal .glide__arrow.prev {
	left: 0
}

.glide--horizontal .glide__arrow.next {
	right: 0
}

.glide--vertical .glide__arrow {
	transform: translateX(-50%)
}

.glide--vertical .glide__arrow.prev {
	top: 0
}

.glide--vertical .glide__arrow.next {
	bottom: 0
}

.glide__bullets {
	position: absolute;
	list-style: none
}

.glide--horizontal .glide__bullets {
	bottom: 8%;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center
}

.glide--vertical .glide__bullets {
	top: 50%;
	right: 8%;
	width: 12px;
	height: auto;
	transform: translateY(-50%)
}

.glide__bullets>* {
	display: inline-block;
	background-color: hsla(0, 0%, 100%, .5);
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all .3s ease-in-out
}

.glide--horizontal .glide__bullets>* {
	margin: 0 5px
}

.glide--vertical .glide__bullets>* {
	vertical-align: middle
}

.glide__bullets>.active {
	background-color: #fff
}

.glide__bullets>:focus {
	outline: none
}

.glide__bullets>:focus,
.glide__bullets>:hover {
	border: 2px solid #fff;
	background-color: hsla(0, 0%, 100%, .5)
}

.glide--slider .glide__arrow {
	opacity: 1;
	transition: opacity .15s ease
}

.glide--slider .glide__arrow.disabled {
	opacity: .33
}

.champion_wrapper {
	width: 100%;
	background-color: #000
}

.champion_form,
.champion_img,
.champion_m_form,
.champion_m_img {
	float: left;
	width: 100%
}

.champion_mobile {
	width: 100%
}

.champion:after,
.champion_form_box:after,
.champion_mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.champion_form {
	padding: 30px 0 20px;
	width: 100%;
	background-color: #000
}

.champion_form_box {
	position: relative;
	margin: 0 auto;
	width: 540px
}

.cf_phone {
	float: left;
	width: 200px;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 3px !important;
	border: none
}

.cf_verify {
	float: left;
	position: relative;
	margin-left: 8px
}

.cfv_code {
	float: left
}

.cf_verify_inpt {
	width: 134px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 3px 0 0 3px !important;
	border: none
}

.cf_btn,
.cf_verify_inpt {
	float: left;
	height: 40px;
	line-height: 40px
}

.cf_btn {
	width: 100px;
	text-align: center;
	background-color: #ff224e;
	color: #fff;
	border-radius: 0 3px 3px 0;
	cursor: pointer
}

.cf_btn.waiting {
	background-color: #ebebeb;
	color: #9b9b9b
}

.cfv_img {
	display: none;
	position: absolute;
	left: 0;
	top: -42px;
	padding-right: 100px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden
}

.cfv_img.visible {
	display: block
}

.cfv_img_inpt {
	padding: 0 8px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none
}

.cfv_img_img {
	position: absolute;
	top: 3px;
	right: 0;
	width: 96px;
	height: 33px;
	cursor: pointer
}

.cf_subt {
	float: right;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ff224e;
	color: #fdfe3e;
	font-weight: 700;
	border-radius: 3px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.champion_form .errorItem {
	position: absolute;
	left: 0;
	bottom: -20px;
	color: #fc0;
	font-size: 12px
}

.champion_mobile .champion_form_box {
	width: 370px;
	font-size: 14px
}

.champion_mobile .cf_phone {
	width: 110px;
	height: 36px;
	line-height: 36px
}

.champion_mobile .cf_verify {
	margin-left: 4px
}

.champion_mobile .cf_verify_inpt {
	width: 100px;
	height: 36px;
	line-height: 36px
}

.champion_mobile .cf_btn {
	width: 80px;
	height: 36px;
	line-height: 36px
}

.champion_mobile .cf_subt {
	width: 70px;
	height: 36px;
	line-height: 36px
}

.champion_mobile .cfv_img {
	padding-right: 80px
}

.champion_mobile .cfv_img_img {
	width: 80px
}

@media screen and (max-width:370px) {
	.champion_mobile .champion_form_box {
		width: 320px;
		font-size: 12px
	}

	.champion_mobile .cf_phone {
		width: 90px
	}

	.champion_mobile .cf_btn,
	.champion_mobile .cf_verify_inpt {
		width: 80px
	}

	.champion_mobile .cf_subt {
		width: 60px
	}
}

.sm_mobile {
	background-size: 100% 9px;
	background-repeat: repeat-y;
	font-size: 0
}

.sm_mobile img {
	width: 100%
}

.questions_wrapper {
	width: 100%;
	background-position: 50%
}

.question_test {
	width: 920px;
	margin: 0 auto
}

.question_test .question_test_header {
	margin-top: 70px;
	font-size: 30px;
	text-align: center;
	color: #000
}

.question_test_header span {
	display: block;
	text-align: center;
	margin: 10px 0;
	font-weight: 500;
	line-height: 1.1;
	position: relative
}

.question_test_header span:after,
.question_test_header span:before {
	content: "";
	position: absolute;
	top: 52%;
	background: #000;
	width: 15%;
	height: 1px
}

.question_test_header span:before {
	left: 26%
}

.question_test_header span:after {
	right: 26%
}

.question_test .question_test_header img {
	width: 470px
}

.question_test_content {
	width: 920px;
	height: 560px;
	border: 2px solid #000;
	border-radius: 10px;
	background-color: #e6cd65;
	position: relative;
	text-align: center
}

.question_test_content .active {
	display: none
}

.question_test .question_test_content .question_item {
	text-align: center;
	width: 500px;
	height: 430px;
	margin: 0 auto;
	font-size: 25px
}

.question_item .question_number span {
	font-size: 25px;
	line-height: 50px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 50px;
	height: 50px;
	background-size: cover
}

.question_test .question_item .question_number {
	font-size: 20px;
	height: 55px;
	margin: 20px 0 25px;
	position: relative
}

.question_item h5 {
	font-size: 25px;
	margin-bottom: 50px;
	text-align: center
}

.question_item .question_select {
	color: #5d211c;
	text-align: left;
	line-height: 60px;
	position: relative;
	margin-left: 20px;
	width: 370px;
	margin: 0 auto
}

.question_item .question_select input[type=radio] {
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 2;
	opacity: 0
}

.question_item .question_select label {
	padding-left: 30px;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 1
}

.question_item .question_select .lab_select {
	background-image: url(https://cdn7.tshe.com/assets/question_img05-d4c78f505fb4367891027990808d58c1.png);
	background-repeat: no-repeat;
	background-position: 0
}

.question_item .question_select .choose {
	background-image: url(https://cdn7.tshe.com/assets/question_img03-bd117cd705c81437de376bdec356745d.png);
	background-repeat: no-repeat;
	background-position: 0
}

.question_item .errorTip {
	color: red;
	text-align: center;
	font-size: 16px;
	position: absolute;
	margin-left: 63px
}

.question_test .question_button {
	position: relative;
	width: 450px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 25px;
	color: #5d211c;
	cursor: pointer;
	margin-top: 100px
}

.question_button a {
	width: 200px;
	height: 50px;
	border: 2px solid #000;
	border-bottom: 5px solid #000;
	background-color: #ffdc00;
	text-decoration: none;
	border-radius: 25px;
	color: #5d211c;
	line-height: 45px;
	font-weight: 700;
	margin-left: 20px
}

.question_button .flag {
	display: none
}

.answer_body {
	width: 910px;
	height: 100%;
	margin: 0 auto
}

.answer_body .answer_select_active {
	display: none
}

.answer_body .answer_header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0
}

.answer_body .answer_content {
	width: 100%;
	border: 2px solid #000;
	border-radius: 5px;
	background: #fff;
	text-align: center
}

.answer_content .answer_content_item .content_baqi_img,
.answer_content .answer_content_item .content_cute_img,
.answer_content .answer_content_item .content_doubi_img,
.answer_content .answer_content_item .content_gaoleng_img {
	width: 100%;
	height: 520px;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative
}

.answer_content_item .dashed_line {
	position: absolute;
	bottom: 1px;
	border: .5px dashed #000;
	width: 100%
}

.answer_content_item .content_describe_text {
	margin: 40px 0;
	font-size: 18px;
	text-align: center;
	color: #000;
	letter-spacing: 10px
}

.answer_content_item .content_design_button {
	text-align: center;
	border-radius: 25px;
	font-size: 26px;
	width: 315px;
	height: 50px;
	background-color: #ffdc00;
	border: 2px solid #000;
	border-bottom: 5px solid #000;
	margin: 0 auto;
	margin-bottom: 40px
}

.content_design_button span {
	color: #5d211c;
	line-height: 45px;
	font-weight: 700;
	cursor: pointer
}

.answer_content_item .watch_other_answer {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 35px;
	letter-spacing: 10px
}

.answer_content_item .content_other_label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	width: 315px;
	margin: 0 auto;
	margin-bottom: 30px
}

.answer_content_item .content_other_label a {
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 40px;
	width: 78px;
	border-radius: 25px;
	border: 2px solid #000;
	border-bottom: 3px solid #000;
	background-color: #ffdc00;
	color: #5d211c;
	line-height: 37px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer
}

.answer_content .other_case_title {
	margin: 0 auto;
	text-align: center;
	width: 380px;
	height: 50px;
	background: #000;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 10px;
	line-height: 50px
}

.other_case_list {
	margin-bottom: 30px
}

.other_case_list .case_list_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 750px;
	margin: 40px auto
}

.case_list_item .swiper-slide {
	width: 234px;
	height: 334px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: margin .3s
}

.case_list_item .swiper-slide:hover {
	margin-top: -5px;
	box-shadow: 0 4px 30px -4px hsla(0, 0%, 56%, .5);
	border-bottom: 5px solid #ffdc00
}

.case_list_item .swiper-slide .case-img {
	height: 234px;
	background-size: cover;
	background-position: 50%
}

.case_list_item .swiper-slide .case-info {
	padding: 0 16px;
	margin-top: 14px;
	text-align: center
}

.case_list_item .swiper-slide .case-title {
	font-size: 15px;
	color: #323232;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.case_list_item .swiper-slide .case-desc {
	margin: 10px auto;
	width: 180px;
	position: relative
}

.case_list_item .swiper-slide .case-desc span {
	position: relative;
	font-size: 12px;
	color: #787878;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	z-index: 2
}

.case_list_item .swiper-slide .case-desc span:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 25px;
	height: 23px;
	background-image: url(https://cdn7.tshe.com/assets/case_icon01-6cdb8055e556b601ba7ab8c92c607105.png);
	background-size: cover;
	z-index: -1
}

.other_case_list .case_more {
	width: 140px;
	height: 40px;
	border: 2px solid #000;
	border-bottom: 3px solid #000;
	line-height: 37px;
	text-align: center;
	background-color: #ffdc00;
	margin: 0 auto;
	border-radius: 25px
}

.other_case_list .case_more a {
	color: #5d211c;
	font-size: 20px;
	font-weight: 700
}

.question_questions_form {
	padding: 30px 0 20px;
	width: 100%;
	background-color: #000
}

.questions_form_box:after,
.questions_mobile:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.question_test .check-input::-webkit-input-placeholder {
	color: #5d211c;
	font-size: 18px
}

.question_test .check-input::-moz-input-placeholder {
	color: #5d211c;
	font-size: 18px
}

.question_test .check-input::-ms-input-placeholder {
	color: #5d211c;
	font-size: 18px
}

.question_test .questions_form {
	padding: 50px 0 20px;
	width: 100%
}

.questions_form_box {
	position: relative;
	margin: 0 auto;
	width: 500px
}

.questions_form_box .button {
	width: 200px;
	height: 50px;
	border: 2px solid #000;
	border-bottom: 5px solid #000;
	background-color: #ffdc00;
	text-decoration: none;
	border-radius: 25px;
	color: #5d211c;
	font-size: 25px;
	font-weight: 700;
	display: inline-table;
	text-align: center;
	margin-top: 40px;
	line-height: 45px
}

.button_disable {
	opacity: .6;
	pointer-events: none
}

.qf_phone {
	float: left;
	width: 249px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 3px !important;
	border: none;
	font-size: 20px
}

.qf_verify {
	float: left;
	position: relative;
	margin-left: 8px
}

.qfv_code {
	float: left
}

.qf_verify_inpt {
	width: 143px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 3px 0 0 3px !important;
	border: none;
	font-size: 20px
}

.qf_btn,
.qf_verify_inpt {
	float: left;
	height: 50px;
	line-height: 50px
}

.qf_btn {
	width: 100px;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	font-size: 18px
}

.qf_btn.waiting {
	background-color: #ebebeb;
	color: #9b9b9b
}

.qfv_img {
	display: none;
	position: absolute;
	left: 0;
	top: -42px;
	padding-right: 100px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden
}

.qfv_img.visible {
	display: block
}

.qfv_img_inpt {
	padding: 0 8px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 10px 0 0 10px !important;
	border: none;
	font-size: 16px
}

.qfv_img_img {
	position: absolute;
	top: 3px;
	right: 0;
	width: 96px;
	height: 33px;
	cursor: pointer
}

.qf_subt {
	float: right;
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ff224e;
	color: #fdfe3e;
	font-weight: 700;
	border-radius: 3px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 20px
}

.question_four .questions_form .errorItem {
	position: absolute;
	left: 0;
	top: 55px;
	color: red;
	font-size: 16px
}

.answer_mobile_body .tshe_background_blue,
.questions_mobile_body .tshe_background_blue {
	width: 100%;
	background-size: cover;
	background-position: 50%
}

.question_test_mobile {
	overflow: hidden
}

.question_test_mobile .question_test_body {
	position: relative;
	margin-bottom: 40px
}

.question_test_mobile .question_test_body .question_test_header {
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
	color: #000
}

.question_test_mobile .question_test_body .question_test_header img {
	height: 100px
}

.question_test_mobile .question_test_body .question_test_header span {
	display: block;
	text-align: center;
	margin: 10px 0;
	font-weight: 500;
	line-height: 1.1;
	position: relative
}

.question_test_mobile .question_test_body .question_test_header span:before {
	content: "";
	position: absolute;
	top: 52%;
	background: #000;
	width: 18%;
	height: 1px;
	left: 13%
}

.question_test_mobile .question_test_body .question_test_header span:after {
	content: "";
	position: absolute;
	top: 52%;
	background: #000;
	width: 18%;
	height: 1px;
	right: 13%
}

.question_test_mobile .question_test_body .question_test_content {
	width: 95%;
	height: 400px;
	border-radius: 5px;
	background-color: #e6cd65;
	position: relative;
	margin: 0 auto;
	text-align: center;
	overflow: hidden
}

.question_test_mobile .question_test_body .question_test_content .active {
	display: none
}

.question_test_mobile .question_test_body .question_test_content .question_item {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 0 5px
}

.question_test_mobile .question_test_body .question_test_content .question_item .errorTip {
	color: red;
	text-align: center;
	font-size: 12px;
	position: absolute;
	margin-left: 20px;
	font-weight: 400
}

.question_test_mobile .question_test_body .question_test_content .question_item .question_number {
	font-size: 16px;
	margin: 10px 0
}

.question_test_mobile .question_test_body .question_test_content .question_item .question_number span {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	background-image: url(https://cdn7.tshe.com/assets/questions_icon_mobile10-049940a745ce506999df7968a2c81b58.png);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 40px;
	height: 40px;
	background-size: cover;
	line-height: 40px
}

.question_test_mobile .question_test_body .question_test_content .question_item h5 {
	font-size: 20px;
	margin-bottom: 15px
}

.question_test_mobile .question_test_body .question_test_content .question_item .question_select {
	color: #5d211c;
	text-align: left;
	line-height: 50px;
	position: relative;
	margin-left: 20px
}

.question_test_mobile .question_test_body .question_test_content .question_item .question_select input[type=radio] {
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 2;
	opacity: 0
}

.question_test_mobile .question_test_body .question_test_content .question_item .question_select label {
	padding-left: 30px;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 1
}

.question_test_mobile .question_test_body .question_test_content .question_item .question_select .lab_select {
	background-image: url(https://cdn7.tshe.com/assets/question_img05-d4c78f505fb4367891027990808d58c1.png);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 20px
}

.question_test_mobile .question_test_body .question_test_content .question_item .question_select .choose {
	background-image: url(https://cdn7.tshe.com/assets/question_img03-bd117cd705c81437de376bdec356745d.png);
	background-repeat: no-repeat;
	background-position: 0;
	background-size: 20px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .errorItem {
	position: absolute;
	left: 6px;
	top: -18px;
	color: red;
	font-size: 12px;
	font-weight: 400;
	text-align: left
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .form_content {
	position: relative;
	height: 50px;
	margin: 0 auto;
	width: 300px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box {
	width: 370px;
	font-size: 16px;
	position: relative
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .check-input::-webkit-input-placeholder {
	color: #5d211c;
	font-size: 12px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .check-input::-moz-input-placeholder {
	color: #5d211c;
	font-size: 12px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .check-input::-ms-input-placeholder {
	color: #5d211c;
	font-size: 12px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qf_phone {
	float: left;
	width: 130px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 5px !important;
	border: none;
	margin-left: 5px;
	font-size: 16px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qf_verify {
	float: left;
	position: relative;
	margin-left: 4px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qfv_code {
	float: left
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qf_verify_inpt {
	float: left;
	width: 80px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 5px 0 0 5px !important;
	border: none;
	font-size: 16px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qf_btn {
	width: 80px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 0 5px 5px 0;
	float: left;
	font-size: 12px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qfv_img {
	display: none;
	position: absolute;
	left: 0;
	top: -42px;
	padding-right: 80px;
	width: 100%;
	height: 36px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qfv_img_inpt {
	padding: 0 8px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-radius: 10px 0 0 10px !important;
	border: none
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qfv_img_img {
	position: absolute;
	top: 3px;
	right: 0;
	width: 82px;
	height: 34px;
	cursor: pointer
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .qfv_img.visible {
	display: block
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .button {
	width: 100px;
	height: 30px;
	border: 2px solid #000;
	background-color: #ffdc00;
	border-bottom: 3px solid #000;
	color: #5d211c;
	font-weight: 700;
	display: inline-table;
	text-align: center;
	font-size: 20px;
	border-radius: 20px;
	margin-top: 20px
}

.question_test_mobile .question_test_body .question_test_content .question_item .questions_form .questions_form_box .button_disable {
	opacity: .6;
	pointer-events: none
}

.question_test_mobile .question_test_body .question_button {
	position: relative;
	margin-top: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	color: #5d211c;
	cursor: pointer
}

.question_test_mobile .question_test_body .question_button a {
	width: 100px;
	height: 30px;
	border: 2px solid #000;
	border-bottom: 3px solid #000;
	background-color: #ffdc00;
	text-decoration: none;
	border-radius: 20px;
	color: #5d211c;
	line-height: 27px;
	font-weight: 700;
	margin-right: 15px
}

.question_test_mobile .question_test_body .question_button .button_disable {
	opacity: .6;
	pointer-events: none
}

.question_test_mobile .question_test_body .question_button .flag {
	display: none
}

.answer_wrapper_mobile .answer_body {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden
}

.answer_wrapper_mobile .answer_body .answer_select_active {
	display: none
}

.answer_wrapper_mobile .answer_body .answer_header {
	width: 100%;
	margin-top: 50px
}

.answer_wrapper_mobile .answer_body .answer_header img {
	width: 100%;
	height: 100%
}

.answer_wrapper_mobile .answer_body .answer_content {
	width: 100%;
	border: 2px solid #000;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .dashed_line {
	position: absolute;
	bottom: 1px;
	width: 100%
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_baqi_img,
.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_cute_img,
.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_doubi_img,
.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_gaoleng_img {
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	background-size: contain;
	width: 100%;
	height: 330px
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_describe_text {
	margin: 40px 0;
	font-size: 16px;
	text-align: center;
	color: #000;
	letter-spacing: 5px
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_design_button {
	text-align: center;
	border-radius: 25px;
	font-size: 20px;
	width: 210px;
	height: 50px;
	background-color: #ffdc00;
	border: 2px solid #000;
	border-bottom: 5px solid #000;
	margin: 0 auto;
	margin-bottom: 40px
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_design_button span {
	color: #5d211c;
	line-height: 46px;
	font-weight: 700;
	cursor: pointer
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .watch_other_answer {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 35px;
	letter-spacing: 5px
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_other_label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	margin-bottom: 30px
}

.answer_wrapper_mobile .answer_body .answer_content .answer_content_item .content_other_label a {
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 35px;
	width: 78px;
	border-radius: 20px;
	border: 1px solid #000;
	border-bottom: 3px solid #000;
	background-color: #ffdc00;
	color: #5d211c;
	line-height: 35px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_title {
	margin: 0 auto;
	text-align: center;
	width: 300px;
	height: 50px;
	background: #000;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 50px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list {
	margin-bottom: 30px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_more {
	width: 140px;
	height: 40px;
	border: 1px solid #000;
	border-bottom: 3px solid #000;
	line-height: 40px;
	text-align: center;
	background-color: #ffdc00;
	margin: 0 auto;
	border-radius: 25px;
	margin-top: 20px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_more a {
	color: #5d211c;
	font-size: 20px;
	font-weight: 700
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 270px;
	width: 95%;
	margin: 0 auto;
	margin-top: 10px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: column;
	flex-flow: column
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col1 {
	width: 48%
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col1 .img1 {
	background-repeat: no-repeat;
	height: 150px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	position: relative;
	border-radius: 5px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col1 .img1 .case_c_title {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48));
	color: #fff;
	font-weight: 700
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col1 .img1 .case_c_title img {
	margin: 0 10px 0 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col1 .img2 {
	background-repeat: no-repeat;
	height: 98px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	position: relative;
	border-radius: 5px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col1 .img2 .case_c_title {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	font-size: 12px;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48));
	color: #fff;
	font-weight: 700
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col1 .img2 .case_c_title img {
	margin: 0 10px 0 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col2 {
	width: 48%
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col2 .img1 {
	background-repeat: no-repeat;
	height: 108px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	position: relative;
	border-radius: 5px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col2 .img1 .case_c_title {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48));
	color: #fff;
	font-weight: 700
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col2 .img1 .case_c_title img {
	margin: 0 10px 0 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col2 .img2 {
	background-repeat: no-repeat;
	height: 150px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	position: relative;
	border-radius: 5px
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col2 .img2 .case_c_title {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	font-size: 12px;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48));
	color: #fff;
	font-weight: 700
}

.answer_wrapper_mobile .answer_body .answer_content .other_case_list .case_list .cc_col2 .img2 .case_c_title img {
	margin: 0 10px 0 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%
}

.activity-code-wrapper {
	background-color: #f62d55
}

.activity-code-wrapper .activity-code-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	width: 100%;
	font-weight: 700
}

.activity-code-wrapper .activity-code-button span {
	position: relative
}

.activity-code-wrapper .activity-code-button span:after {
	content: "\E98F";
	font-family: tshe-custom-font-icon !important;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%)
}

.activity-code-wrapper .activity-code-body .activity-code-item {
	width: 900px;
	margin: 80px auto 6px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.activity-code-wrapper .activity-code-body .activity-code-main {
	width: 358px;
	padding: 20px 27px;
	background: #fff;
	border-radius: 3px
}

.activity-code-wrapper .activity-code-body .activity-code-image {
	width: 400px;
	height: 400px;
	background-image: url(https://cdn7.tshe.com/assets/code_head-d9bf35e1a106462ba1133afb5daa4d33.png);
	background-size: cover;
	margin: 0 20px;
	border-radius: 200px;
	border: 30px solid rgba(13, 0, 3, .05);
	background-repeat: no-repeat
}

.activity-code-wrapper .activity-code-body .form-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px
}

.activity-code-wrapper .activity-code-body .form-item-border {
	border-radius: 2px;
	border: 1px solid #e8e8e8
}

.activity-code-wrapper .activity-code-body .form-input {
	text-indent: 20px;
	background-color: #fff;
	height: 42px;
	border: none;
	width: 100%;
	font-size: 14px
}

.activity-code-wrapper .activity-code-body .form-input::-webkit-input-placeholder {
	color: #9b9b9b;
	font-weight: 700
}

.activity-code-wrapper .activity-code-body .form-input.form-input--verify {
	margin-right: 12px;
	-ms-flex: 1;
	flex: 1
}

.activity-code-wrapper .activity-code-body .form-verify {
	display: inline-block;
	width: 122px;
	height: 42px
}

.activity-code-wrapper .activity-code-body .form-button {
	color: #fff;
	background-image: linear-gradient(180deg, #fdf003, #fd9c00);
	height: 52px;
	font-size: 16px;
	color: #f62d55;
	cursor: pointer
}

.activity-code-wrapper .activity-code-body .activity-code-voucher {
	margin-top: 20px
}

.activity-code-wrapper .activity-code-body .activity-code-voucher .activity-code-voucher_img {
	padding: 0 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 74px;
	background-size: cover;
	background-image: url(https://cdn7.tshe.com/assets/code_vocher_bg-8ee4529e16b12879df3d99dfd39859f3.png)
}

.activity-code-wrapper .activity-code-body .activity-code-voucher .activity-code-voucher_title {
	font-size: 16px;
	color: #ffdc00;
	line-height: 74px
}

.activity-code-wrapper .activity-code-body .activity-code-voucher .activity-code-voucher_val {
	font-size: 18px;
	color: #ffdc00;
	letter-spacing: 0;
	line-height: 74px
}

.activity-code-wrapper .activity-code-body .activity-code-rules {
	position: relative;
	padding: 22px;
	margin-top: 30px;
	color: #9b9b9b;
	font-size: 14px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	line-height: 20px
}

.activity-code-wrapper .activity-code-body .activity-code-rules_title {
	position: absolute;
	width: 98px;
	background-color: #f62d55;
	text-align: center;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff
}

.activity-code-wrapper .activity-code-modal {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8)
}

.activity-code-wrapper .activity-code-modal.hidden {
	display: none
}

.activity-code-wrapper .activity-code-modal .activity-code-modal_body {
	position: relative;
	padding-top: 100px;
	margin-top: 100px;
	width: 329px;
	height: 326px;
	z-index: 2;
	background-image: url(https://cdn7.tshe.com/assets/receive_modal__bg-8a84a9fda793b1ecc40bfc65eec645aa.png);
	background-size: cover;
	text-align: center;
	color: #f62d55
}

.activity-code-wrapper .activity-code-modal .activity-code-modal_title {
	font-size: 20px;
	font-weight: 700
}

.activity-code-wrapper .activity-code-modal .activity-code-modal_content {
	margin-top: 10px;
	line-height: 18px;
	font-size: 14px
}

.activity-code-wrapper .activity-code-modal .activity-code-modal_button {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%)
}

.activity-code-wrapper .activity-code-modal .modal_button {
	width: 155px;
	height: 43px;
	background-image: linear-gradient(180deg, #fdf003, #fd9c00);
	font-size: 18px;
	color: #ea3d14
}

.activity-code-wrapper .activity-code-modal .code-modal-close {
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 100%;
	text-align: center
}

.activity-code-wrapper .activity-code-modal .code-modal-close .tshe-icon {
	color: #fff;
	font-size: 30px;
	cursor: pointer
}

.mobile-code-main {
	padding: 34px 0 168px;
	background-color: #f62d55
}

.mobile-code-main .activity-code-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 52px;
	width: 100%;
	font-weight: 700
}

.mobile-code-main .activity-code-button span {
	position: relative
}

.mobile-code-main .activity-code-button span:after {
	content: "\E98F";
	font-family: tshe-custom-font-icon !important;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%)
}

.mobile-code-main .activity-code-header {
	margin: 0 auto;
	width: 93.33vw;
	height: 74.57vw;
	background-image: url(https://cdn7.tshe.com/assets/receive_head-3197a7f1f69459f8cdd77caa7d23a1bc.png);
	background-size: cover
}

.mobile-code-main .activity-code-body {
	padding: 0 20px
}

.mobile-code-main .activity-code-body .form-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px
}

.mobile-code-main .activity-code-body .form-input {
	text-indent: 20px;
	background-color: #fff;
	height: 42px;
	border-radius: 5px !important;
	border: none;
	width: 100%;
	font-size: 14px
}

.mobile-code-main .activity-code-body .form-input::-webkit-input-placeholder {
	color: #9b9b9b;
	font-weight: 700
}

.mobile-code-main .activity-code-body .form-input.form-input--verify {
	margin-right: 12px;
	-ms-flex: 1;
	flex: 1
}

.mobile-code-main .activity-code-body .form-verify {
	display: inline-block;
	width: 122px;
	height: 42px;
	background-color: #9b9b9b
}

.mobile-code-main .activity-code-body .form-button {
	color: #f62c55;
	background-image: linear-gradient(180deg, #fdf003, #fd9c00);
	box-shadow: 0 2px 8px 0 rgba(228, 8, 52, .5);
	height: 52px;
	font-size: 18px;
	text-shadow: 0 2px 2px hsla(20, 14%, 96%, .51)
}

.mobile-code-main .activity-code-body .activity-code-voucher {
	margin-top: 20px
}

.mobile-code-main .activity-code-body .activity-code-voucher .activity-code-voucher_title {
	font-size: 16px;
	color: #f62d55;
	line-height: 19.5vw
}

.mobile-code-main .activity-code-body .activity-code-voucher .activity-code-voucher_val {
	font-size: 20px;
	color: #f62d55;
	letter-spacing: 0;
	line-height: 19.5vw
}

.mobile-code-main .activity-code-body .activity-code-voucher .activity-code-voucher_img {
	padding: 0 25px;
	margin: 8px auto 0;
	width: 100%;
	height: 19.5vw;
	background-size: cover;
	background-image: url(https://cdn7.tshe.com/assets/mobile_vocher_bg-50c106354cccb3b4076eb7f75ff18f1a.png);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mobile-code-main .activity-code-body .activity-code-rules {
	position: relative;
	padding: 22px;
	margin-top: 30px;
	color: #ffafbf;
	font-size: 14px;
	border: 1px solid #ffafbf;
	border-radius: 5px;
	line-height: 20px
}

.mobile-code-main .activity-code-body .activity-code-rules_title {
	position: absolute;
	width: 98px;
	background-color: #f62d55;
	text-align: center;
	top: -10px;
	left: 50%;
	transform: translateX(-50%)
}

.mobile-code-main .activity-code-modal {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8)
}

.mobile-code-main .activity-code-modal.hidden {
	display: none
}

.mobile-code-main .activity-code-modal .activity-code-modal_body {
	position: relative;
	padding-top: 100px;
	margin-top: 100px;
	width: 329px;
	height: 326px;
	z-index: 2;
	background-image: url(https://cdn7.tshe.com/assets/receive_modal__bg-8a84a9fda793b1ecc40bfc65eec645aa.png);
	background-size: cover;
	text-align: center;
	color: #f62d55
}

.mobile-code-main .activity-code-modal .activity-code-modal_title {
	font-size: 20px;
	font-weight: 700
}

.mobile-code-main .activity-code-modal .activity-code-modal_content {
	margin-top: 10px;
	line-height: 18px;
	font-size: 14px
}

.mobile-code-main .activity-code-modal .activity-code-modal_button {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%)
}

.mobile-code-main .activity-code-modal .modal_button {
	width: 155px;
	height: 43px;
	background-image: linear-gradient(180deg, #fdf003, #fd9c00);
	font-size: 18px;
	color: #ea3d14
}

.mobile-code-main .activity-code-modal .code-modal-close {
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 100%;
	text-align: center
}

.mobile-code-main .activity-code-modal .code-modal-close .tshe-icon {
	color: #fff;
	font-size: 30px
}

.flexfit {
	width: 100%
}

.flexfit .flexfit_banner {
	height: 942px;
	background-size: cover;
	background-position: 50%
}

.flexfit .flexfit_item {
	height: 1242px;
	position: relative
}

.flexfit .flexfit_item.flex {
	display: -ms-flexbox;
	display: flex
}

.flexfit .flexfit_item_made {
	height: 1780px;
	text-align: center
}

.flexfit .ffi_white_bg {
	width: 50%;
	height: 100%;
	background: #f2f2f2
}

.flexfit .ffi_black_bg {
	width: 50%;
	height: 100%;
	background: #181818
}

.flexfit .ffi_center {
	position: absolute;
	left: 1px;
	right: 0
}

.flexfit .ffi_center_fir {
	width: 1101px;
	height: 843px;
	background-size: cover;
	margin: 200px auto 0
}

.flexfit .ffi_center_text {
	position: absolute;
	color: #fff
}

.flexfit .fir_center_text {
	left: 668px;
	top: 66px
}

.flexfit .fir_center_text .text_start_name {
	font-size: 23px;
	font-weight: 700
}

.flexfit .fir_center_text .text_tip {
	line-height: 28px;
	margin-top: 44px
}

.flexfit .fir_center_text .text_icon_arr {
	display: inline-block;
	width: 23px;
	height: 18px;
	background-image: url(https://cdn7.tshe.com/assets/arrow_flexfit-7584ad3f4f7fee02570be4b8352579bd.png);
	background-size: cover
}

.flexfit .fir_center_text .text_icon_arr.info_start {
	margin-right: 10px
}

.flexfit .text_title {
	font-size: 36px;
	font-weight: 700
}

.flexfit .text_tip {
	font-size: 20px
}

.flexfit .ffi_center_sec {
	width: 1103px;
	height: 825px;
	background-size: cover;
	margin: 209px auto 0
}

.flexfit .sec_center_text {
	left: 0;
	top: 318px;
	font-size: 20px
}

.flexfit .sec_center_text .text_mt {
	margin-top: 30px
}

.flexfit .ffi_center_thi {
	width: 1099px;
	height: 811px;
	background-size: cover;
	margin: 140px auto 0;
	position: relative;
	overflow: hidden
}

.flexfit .thi_center_text {
	text-align: center;
	color: #fff;
	margin-top: 348px
}

.flexfit .thi_center_text .text_mt {
	margin-top: 10px;
	font-weight: 300
}

.flexfit .ffi_made_title {
	font-size: 36px;
	font-weight: 700;
	color: #181818;
	margin-top: 140px
}

.flexfit .ffi_made_tip {
	font-size: 20px;
	color: #fff;
	margin: 17px auto
}

.flexfit .ffi_made_tip_t {
	padding: 2px 8px;
	background: #000
}

.flexfit .ffi_center_fou {
	margin: 0 auto;
	width: 885px;
	height: 166px;
	background-size: cover;
	margin: 63px auto 0
}

.flexfit .ffi_made_step {
	display: -ms-flexbox;
	display: flex;
	width: 885px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 20px;
	margin: 15px auto 0;
	padding-right: 35px
}

.flexfit .ffi_made_step .made_step_number {
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: #000;
	text-align: center;
	border-radius: 28px;
	margin: 0 auto;
	font-weight: 700
}

.flexfit .ffi_made_step .made_step_text {
	color: #4a4a4a;
	text-align: center;
	line-height: 27px;
	margin-top: 6px
}

.flexfit .ffi_made_style_title {
	margin-top: 80px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-align: center
}

.flexfit .ffi_made_style_list {
	width: 1109px;
	height: 388px;
	margin: 60px auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flexfit .ffi_made_style_list .style_list_item {
	display: block;
	width: 268px;
	height: 388px;
	border: 1px solid #979797;
	z-index: 99
}

.flexfit .ffi_made_style_list .style_list_m {
	width: 187px;
	height: 129px;
	margin: 70px 45px 0 36px
}

.flexfit .ffi_made_style_list .style_list_m .style_list_img {
	width: 187px
}

.flexfit .ffi_made_style_list .style_list_intro {
	margin-top: 94px;
	color: #fff;
	text-align: center
}

.flexfit .ffi_made_style_list .list_intro_l {
	width: 42px;
	height: 8px;
	margin: 0 auto 14px;
	background: #c81e27
}

.flexfit .ffi_made_style_list .list_intro_title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 700
}

.flexfit .ffi_made_style_list .list_intro_tip {
	font-size: 16px;
	line-height: 23px
}

.flexfit .ffi_made_fast {
	width: 100%;
	height: 390px;
	background: #181818;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 239px;
	z-index: 1
}

.flexfit .ffi_made_fast .ffi_made_btn {
	width: 177px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	background: #c81e27;
	box-shadow: 0 2px 30px -6px hsla(0, 0%, 100%, .47);
	border-radius: 4px;
	font-weight: 700;
	cursor: pointer
}

.flexfit .ffi_made_fast .ffi_made_btn_icon {
	color: #fff;
	font-size: 33px;
	top: -14px
}

.flexfit .flexfit_item_label {
	height: 1095px;
	position: relative
}

.flexfit .flexfit_item_label .ffi_label_white {
	height: 436px
}

.flexfit .flexfit_item_label .ffi_label_black {
	height: 659px;
	background: #181818
}

.flexfit .flexfit_item_label .ffi_label_item {
	position: absolute;
	width: 1100px;
	height: 700px;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%)
}

.flexfit .flexfit_item_label .ffi_label_item .ffi_label_left {
	float: left;
	width: 550px;
	height: 700px
}

.flexfit .flexfit_item_label .ffi_label_item .label_info_s {
	width: 550px;
	height: 288px
}

.flexfit .flexfit_item_label .ffi_label_item .label_info_b {
	width: 550px;
	height: 410px
}

.flexfit .flexfit_item_label .ffi_label_item .label_item {
	display: block;
	padding: 29px 26px;
	position: relative;
	background-size: cover
}

.flexfit .flexfit_item_label .ffi_label_item .label_item .label_title {
	font-size: 22px;
	color: #fff;
	font-weight: 300
}

.flexfit .flexfit_item_label .ffi_label_item .label_item .label_title_bottom {
	position: absolute;
	right: 26px;
	bottom: 29px
}

.flexfit .flexfit_item_label .ffi_label_item .label_item .label_arr {
	display: inline-block;
	width: 23px;
	height: 18px;
	background-image: url(https://cdn7.tshe.com/assets/arrow_flexfit-7584ad3f4f7fee02570be4b8352579bd.png);
	background-size: cover
}

.flexfit .flexfit_item_label .ffi_label_item .label_item .label_arr_left {
	margin-right: 15px;
	transform: rotate(180deg)
}

.flexfit .flexfit_item_label .ffi_label_item .label_item .label_arr_right {
	margin-left: 15px
}

.flexfit .flexfit_item_label .ffi_label_item .label_info_go {
	margin-bottom: 5px
}

.flexfit .flexfit_item_label .ffi_label_item .label_info_fashion {
	height: 293px
}

.flexfit .flexfit_item_prod {
	height: 1248px
}

.flexfit .flexfit_item_prod .ffi_prod_content {
	background-size: cover;
	width: 1100px;
	height: 1248px;
	margin: 0 auto;
	position: relative
}

.flexfit .flexfit_item_prod_classic,
.flexfit .flexfit_item_prod_skir {
	background: #f2f2f2
}

.flexfit .ffi_prod_text {
	width: 430px;
	float: right;
	color: #fff;
	text-align: right;
	position: absolute;
	right: 118px;
	top: 190px
}

.flexfit .ffi_prod_text .ffi_prod_title {
	font-size: 36px
}

.flexfit .ffi_prod_text .ffi_prod_tip {
	font-size: 16px;
	color: #9b9b9b;
	line-height: 22px
}

.flexfit .ffi_prod_text .ffi_prod_name {
	position: relative;
	width: 329px;
	height: 62px;
	background: #c81e27;
	font-size: 28px;
	font-weight: 700;
	padding: 11px 17px;
	text-align: right;
	margin: 87px 0 0 100px
}

.flexfit .ffi_prod_text .ffi_prod_fire {
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(https://cdn7.tshe.com/assets/hot_flexfit-9e287cca621492be46dbc6f9dd2bc20f.png);
	background-size: 38px 38px;
	top: 10px;
	right: -55px
}

.flexfit .ffi_prod_text .ffi_prod_intro {
	font-size: 16px;
	line-height: 22px;
	margin-top: 25px;
	height: 88px
}

.flexfit .ffi_prod_text .ffi_prod_area {
	font-size: 18px;
	margin: 312px 100px 0 0
}

.flexfit .ffi_prod_text .ffi_prod_btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 155px 0 0 125px
}

.flexfit .ffi_prod_text .ffi_prod_btn .btn_text {
	border: 1px solid #979797;
	border-radius: 4px;
	color: #979797;
	line-height: 28px;
	padding: 0 10px
}

.flexfit .ffi_prod_text .ffi_prod_contact {
	width: 144px;
	height: 50px;
	background: #c81e27;
	box-shadow: 0 2px 30px -6px hsla(0, 0%, 100%, .47);
	border-radius: 4px;
	line-height: 50px;
	text-align: center;
	margin: 104px 0 0 255px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer
}

.flexfit .ffi_prod_text .ffi_prod_contact .ffi_prod_contact_icon {
	font-size: 36px;
	color: #fff;
	top: -16px;
	left: -10px
}

.flexfit .ffi_prod_text_ano {
	float: left;
	text-align: left;
	left: 120px
}

.flexfit .ffi_prod_text_ano .ffi_prod_name {
	margin: 87px 0 0;
	text-align: left
}

.flexfit .ffi_prod_text_ano .ffi_prod_fire {
	left: -55px;
	right: auto
}

.flexfit .ffi_prod_text_ano .ffi_prod_area {
	margin: 270px 0 0 100px
}

.flexfit .ffi_prod_text_ano .ffi_prod_btn {
	margin: 170px 125px 0 0
}

.flexfit .ffi_prod_text_ano .ffi_prod_btn.prod4 {
	margin-top: -3px
}

.flexfit .ffi_prod_text_ano .ffi_prod_contact {
	margin: 106px 0 0 135px
}

.flexfit .ffi_prod_text_ano .ffi_prod_intro {
	height: 115px
}

.flexfit .ffi_prod_text_ano .btn_text_spex {
	margin: 170px 0 0 100px;
	border: 1px solid #979797;
	border-radius: 4px;
	color: #979797;
	line-height: 28px;
	padding: 0 10px
}

.flexfit_mobile {
	padding-bottom: 120px;
	font-size: 0;
	background-color: #fff
}

.ffm_w100 {
	width: 100%
}

.ffm_b1 {
	position: relative;
	margin-top: 28px;
	padding-bottom: 31vw
}

.ffm_items {
	position: relative;
	z-index: 3;
	padding: 0 7.5vw
}

.ffm_clear:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both
}

.ffm_item {
	display: block;
	float: left;
	margin-bottom: 2vw;
	height: 59.466vw;
	width: 41.333vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100%
}

.ffm_item:nth-child(2n) {
	float: right;
	background-position: 0
}

.ffm_items_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 50.66vw;
	background-color: #181818
}

.ffm_items_btn {
	position: absolute;
	bottom: 10.6vw;
	left: 50%;
	transform: translateX(-50%);
	background: #c81e27;
	box-shadow: 0 2px 30px -6px hsla(0, 0%, 100%, .47);
	border-radius: 4px;
	width: 93px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center
}

.ffm_items_btn_icon {
	color: #fff;
	font-size: 26px
}

.ffm_prod {
	display: block;
	float: left;
	width: 50%
}

.ffm_prod.fr {
	float: right
}

.ffm_prod_img {
	width: 100%;
	height: auto
}

.ffm_b3 {
	position: relative;
	height: 18.4vw
}

.ffm_b3,
.ffm_line {
	background-color: #181818
}

.ffm_line {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 2px
}

.gaodinghr-wrapper {
	background: #fcd733
}

.gaodinghr {
	width: 100%
}

.gaodinghr .gaodinghr_banner {
	height: 708px;
	background-size: contain;
	background-position: 50%;
	margin-bottom: 151px;
	background-repeat: no-repeat
}

.gaodinghr .gaodinghr_content {
	width: 100%;
	height: 100%;
	position: relative
}

.gaodinghr .gaodinghr_top {
	height: 101px;
	width: 1311px;
	margin: 0 auto;
	background-size: cover;
	background-position: 50%;
	position: absolute;
	z-index: 33;
	top: -56px;
	left: 15%
}

.gaodinghr .gaodinghr_item {
	width: 1557px;
	height: 985px;
	background: #ff5cfd;
	border-left: 2px solid #1139b5;
	border-right: 2px solid #1139b5;
	border-top: 1px solid #1139b5;
	border-bottom: 1px solid #1139b5;
	border-radius: 40px;
	margin: 37px auto 0;
	position: relative
}

.gaodinghr .gaodinghr_item:first-child {
	margin-top: 0
}

.gaodinghr .gaodinghr_item_content {
	display: block;
	margin: 0 auto
}

.gaodinghr .gaodinghr_item_inner {
	position: absolute;
	width: 1544px;
	height: 100%;
	border-left: 2px solid #1139b5;
	border-radius: 40px;
	right: 0;
	top: 0;
	background-color: #fff;
	font-size: 20px;
	color: #1139b5;
	font-weight: 400;
	text-align: center
}

.gaodinghr .item_one_title {
	width: 805px;
	height: 204px;
	margin: 98px auto
}

.gaodinghr .item_one_content {
	width: 1285px;
	height: 934px
}

.gaodinghr .gaodinghr_item_text {
	width: 360px;
	margin: 0 auto;
	margin-top: 95px
}

.gaodinghr .gaodinghr_item_text .arrow_icon {
	width: 27px;
	height: 18px;
	margin-right: 6px
}

.gaodinghr .gaodinghr_item_btn {
	display: block;
	width: 220px;
	height: 79px;
	margin: 85px auto 0
}

.gaodinghr .gaodinghr_item_design {
	height: 1538px
}

.gaodinghr .item_two_title {
	width: 848px;
	height: 198px;
	margin: 99px auto
}

.gaodinghr .item_two_content {
	width: 1292px;
	height: auto
}

.gaodinghr .mb50 {
	margin-bottom: 50px
}

.gaodinghr .item_three_title {
	width: 709px;
	height: 249px;
	margin: 14px auto 44px
}

.gaodinghr .item_three_content {
	width: 1294px;
	height: 403px
}

.gaodinghr .item_four_title {
	width: 784px;
	height: 203px;
	margin: 14px auto 44px
}

.gaodinghr .item_four_content {
	width: 1295px;
	height: 403px
}

.gaodinghr .item_five_title {
	width: 849px;
	height: 186px;
	margin: 34px auto 94px
}

.gaodinghr .item_five_content {
	width: 1294px;
	height: 401px
}

.gaodinghr .gaodinghr_item_call {
	height: 1799px
}

.gaodinghr .item_six_title {
	width: 782px;
	height: 249px;
	margin: 23px auto 37px
}

.gaodinghr .item_six_content {
	width: 1302px;
	height: 1203px
}

.gaodinghr .gaodinghr_item_libao {
	height: 1753px
}

.gaodinghr .item_seven_title {
	width: 795px;
	height: 215px;
	margin: 34px auto 67px
}

.gaodinghr .item_seven_content {
	width: 1240px;
	height: 183px;
	background-size: cover;
	background-position: 50%
}

.gaodinghr .item_sevev_btn {
	width: 660px;
	height: 76px;
	margin: 60px auto 80px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.gaodinghr .item_seven_get {
	width: 216px;
	height: 76px
}

.gaodinghr .item_seven_gaoding {
	width: 288px;
	height: 76px
}

.gaodinghr .item_seven_text {
	font-size: 14px;
	font-weight: 400;
	color: #1139b5;
	line-height: 20px;
	margin-bottom: 28px
}

.gaodinghr .item_seven_weixin {
	width: 1542px;
	height: 401px;
	margin-bottom: 96px
}

.gaodinghr .item_seven_thank {
	width: 1279px;
	height: 405px;
	margin: 0 auto
}

.gaodinghr .gaodinghr_footer {
	font-size: 20px;
	font-weight: 400;
	color: #d99f15;
	line-height: 28px;
	margin: 75px 0 89px;
	text-align: center
}

.gaodinghr .item_seven_main {
	width: 1000px;
	margin-left: 240px;
	position: relative
}

.gaodinghr .item_seven_voucher_o {
	width: 195px;
	height: 130px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 37px
}

.gaodinghr .item_seven_voucher_t {
	width: 280px;
	height: 130px;
	text-align: left;
	position: absolute;
	left: 360px;
	top: 37px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.gaodinghr .item_seven_voucher_t .t_hr {
	width: 1px;
	height: 55px;
	background: #fff;
	margin-top: 30px
}

.gaodinghr .item_seven_voucher_t .t_lijian {
	font-size: 20px;
	color: #fff;
	margin-top: 35px
}

.gaodinghr .item_seven_voucher_l {
	width: 175px;
	height: 130px;
	text-align: left;
	position: absolute;
	right: 0;
	top: 37px
}

.gaodinghr .voucher_title {
	width: 175px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 14px
}

.gaodinghr .voucher_desc {
	width: 175px;
	font-size: 14px;
	font-weight: 400;
	color: #fff
}

.gaodinghr .vocher_link {
	font-size: 20px;
	color: #ffd703;
	text-decoration: underline;
	cursor: pointer
}

.gaodinghr .vocher_user {
	font-size: 14px;
	color: #fff
}

.gaodinghr .vocher_hr {
	width: 1px;
	height: 55px;
	background: #fff;
	margin-left: 20px;
	position: absolute;
	right: 0;
	top: 30px
}

.modal_cloud_link {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	background-color: hsla(0, 0%, 100%, .8)
}

.modal_cloud_link .cloud_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 518px;
	height: 266px;
	background: #ff5eff;
	border-top: 1px solid #1139b5;
	border-left: 2px solid #1139b5;
	border-bottom: 1px solid #1139b5;
	border-right: 1px solid #1139b5;
	border-radius: 10px
}

.modal_cloud_link .cloud_box_inner {
	width: 509px;
	height: 100%;
	background: #fff;
	border-left: 2px solid #1139b5;
	border-radius: 10px;
	padding: 83px 0 54px;
	text-align: center;
	margin-left: 6px
}

.modal_cloud_link .cloud_btn {
	display: block;
	width: 280px;
	height: 63px;
	margin: 34px auto
}

.modal_cloud_link .cloud_code {
	font-size: 24px;
	font-weight: 400;
	color: #1139b5;
	line-height: 24px
}

.modal_cloud_link .modal_close {
	position: absolute;
	right: 5px;
	font-size: 26px
}

.modal_cloud_link.active {
	display: block
}

.gaodinghr_mobile {
	background: #fcd733
}

.gdhr_m_banner {
	background-size: cover;
	background-position: 50%;
	height: 256px
}

.gdhr_m_content {
	overflow: hidden;
	padding-bottom: 100px
}

.gdhr_m_w100 {
	width: 100%;
	margin-top: 20px
}

.gdhr_m_item {
	position: relative
}

.gdhr_m_btn {
	width: 120px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 80%;
	margin: auto
}

.gbhr_m_meiqia {
	position: absolute;
	width: 50%;
	height: 50px;
	top: 67.7vw;
	right: 0
}

.gbhr_m_get {
	top: 134.5vw
}

.gbhr_m_get,
.gbhr_m_go {
	width: 100px;
	height: auto;
	position: absolute;
	left: 35vw
}

.gbhr_m_go {
	top: 148vw
}

.gdhr_m_footer {
	font-size: 14px;
	font-weight: 400;
	color: #d39e1e;
	margin: 20px 0;
	text-align: center
}

.modal_cloud_mob {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	background-color: hsla(0, 0%, 100%, .8)
}

.modal_cloud_mob .cloud_box_mob {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 288px;
	background: #ff5eff;
	border-top: 1px solid #1139b5;
	border-left: 2px solid #1139b5;
	border-bottom: 1px solid #1139b5;
	border-right: 1px solid #1139b5;
	border-radius: 10px
}

.modal_cloud_mob .cloud_box_inner_mob {
	width: 280px;
	height: 100%;
	background: #fff;
	border-left: 2px solid #1139b5;
	border-radius: 10px;
	padding: 40px 20px;
	text-align: center;
	margin-left: 5px
}

.modal_cloud_mob .cloud_btn_mob {
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto;
	margin-top: 15px
}

.modal_cloud_mob .cloud_code_mob {
	font-size: 16px;
	font-weight: 400;
	color: #1139b5
}

.modal_cloud_mob .modal_close_mob {
	position: absolute;
	right: 5px;
	font-size: 26px
}

.modal_cloud_mob.active {
	display: block
}

.giftbox {
	overflow: hidden
}

.gb_btn {
	width: 164px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .2);
	border-radius: 100px;
	cursor: pointer
}

.gb_banner {
	height: 792px;
	background-size: cover;
	background-position: 50%
}

.gb_b1 {
	height: 690px
}

.gb_b1_middle {
	position: relative
}

.gb_b1_img {
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 1;
	transform: translateX(500px)
}

.gb_b1_box {
	position: absolute;
	top: 125px;
	right: 0;
	z-index: 2
}

.gb_b2 {
	padding: 110px 0 150px
}

.gb_b2_img {
	margin: 88px 0 26px;
	width: 918px
}

.gb_b2_items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px 0 46px
}

.gb_b2_item:nth-child(2) {
	margin-left: 9px
}

.gb_b2_item:nth-child(3) {
	margin-left: 14px
}

.gb_b3_items {
	font-size: 0;
	height: 455px
}

.gb_b3_item {
	width: 333px;
	vertical-align: top
}

.gb_b3i_icon {
	margin: 119px 0 0 7px;
	height: 42px
}

.gb_b3i_body {
	margin: 56px 0 0 95px
}

.gb_b3i_p {
	width: 150px
}

.gb_b3_tips {
	padding: 80px 0 125px
}

.gb_b3_tip {
	display: inline-block;
	width: 333px
}

.gb_b3t_icon {
	width: 77px;
	height: 77px
}

.gb_b4 {
	background-color: #ffe68a;
	height: 656px
}

.gb_plan_bg {
	padding-top: 70px;
	height: 566px;
	background-size: 1000px 566px;
	background-position: top
}

.gb_plan_h {
	margin-left: 25px
}

.gb_pp_icon {
	margin-left: 40px;
	color: #ffe68a;
	font-size: 18px;
	font-weight: 700
}

.gb_plan_bottom {
	margin-top: 120px
}

.gb_price {
	line-height: 24px;
	text-align: center;
	letter-spacing: -3px
}

.gb_price_old {
	letter-spacing: -1px
}

.gb_b5 {
	height: 707px
}

.gb_b5 .gb_plan_bg {
	height: 617px;
	background-size: 1000px 617px
}

.gb_b5 .gb_pp_icon {
	color: #353d51
}

.gb_pp_dot {
	display: inline-block;
	margin-left: 45px;
	width: 9px;
	height: 9px;
	background-color: #353d51;
	border-radius: 50%
}

.gb_b6 {
	height: 604px;
	background-color: #76dfcd
}

.gb_b6 .gb_plan_bg {
	height: 514px;
	background-size: 1000px 514px
}

.gb_b6 .gb_pp_icon {
	color: #76dfcd
}

.gb_b7 {
	height: 604px
}

.gb_b7 .gb_plan_bg {
	height: 514px;
	background-size: 1000px 514px
}

.gb_b7 .gb_pp_icon {
	color: #76dfcd
}

.gb_b8 {
	height: 656px;
	background-color: #99d7ed
}

.gb_b8 .gb_plan_bg {
	height: 566px;
	background-size: 1000px 566px
}

.gb_b8 .gb_pp_icon {
	color: #99d7ed
}

.gb_b9 {
	height: 656px
}

.gb_b9 .gb_plan_bg {
	height: 566px;
	background-size: 1000px 566px
}

.gb_b9 .gb_pp_icon {
	color: #d3be89
}

.gb_case_banner {
	padding-top: 144px;
	height: 415px;
	background-size: cover;
	background-position: 50%
}

.gb_case_navs {
	margin: 68px auto;
	width: 1000px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 0;
	background-color: #f9f9f9;
	border: 1px solid #e8e8e8;
	color: #000
}

.gb_case_nav {
	width: 33.33%;
	font-size: 18px;
	cursor: pointer
}

.gb_case_nav.active {
	background-color: #000;
	color: #fff
}

.gb_cn_t {
	height: 36px;
	line-height: 36px
}

.gb_case_nav:nth-child(2) .gb_cn_t,
.gb_case_nav:nth-child(3) .gb_cn_t {
	border-left: 1px solid #d8d8d8
}

.gb_case_item {
	display: none
}

.gb_case_item.active {
	display: block
}

.gb_c1_info {
	height: 658px
}

.gb_c1_left {
	width: 664px
}

.gb_c1_right {
	position: relative;
	padding: 110px 0 0 60px;
	width: 331px;
	background-color: #f33d4f
}

.gb_c1_right:after {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	top: 56%;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 12px solid #f33d4f;
	border-bottom: 14px solid transparent
}

.gb_c1r_icon {
	margin-top: 38px;
	width: 103px;
	height: 97px
}

.gb_c1r_t {
	margin: 32px 0 10px
}

.gb_c1r_p {
	line-height: 26px
}

.gb_c1r_dot {
	display: inline-block;
	margin-right: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%
}

.gb_c1r_btn {
	margin-top: 55px;
	width: 164px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #f33d4f;
	font-size: 18px;
	border-radius: 100px
}

.gb_c1_items {
	height: 278px
}

.gb_c1_item {
	width: 331px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.gb_c1_item:first-child,
.gb_c1_item:nth-child(2) {
	margin-right: 3px
}

.gb_c1_con {
	display: none;
	padding: 80px 0 0 55px;
	background-color: rgba(243, 61, 79, .9)
}

.gb_c1_item:hover .gb_c1_con {
	display: block
}

.gb_c2_info {
	padding: 80px 0 0 55px;
	height: 665px;
	background-size: cover;
	background-position: 50%
}

.gb_c2r_icon {
	margin-top: 38px;
	width: 91px;
	height: 98px
}

.gb_c3_left {
	position: relative;
	padding: 80px 0 0 55px;
	width: 332px;
	height: 605px;
	background-color: rgba(36, 36, 36, .9)
}

.gb_c3_left:after {
	content: "";
	display: block;
	position: absolute;
	right: -12px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-left: 12px solid rgba(36, 36, 36, .9);
	border-bottom: 14px solid transparent
}

.gb_c3r_icon {
	margin-top: 38px;
	width: 103px;
	height: 36px
}

.gb_c3r_btn {
	color: #000
}

.gb_c3_right {
	width: 651px
}

.gb_c3r_b1 {
	position: relative;
	height: 367px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden
}

.gb_c3b1_box {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 0 0 50px;
	height: 105px;
	background-color: rgba(0, 0, 0, .75);
	transform: translateY(100%);
	transition: transform .2s
}

.gb_c3r_b1:hover .gb_c3b1_box {
	transform: translateY(0)
}

.gb_c3r_b2 {
	height: 238px
}

.gb_b10 {
	margin-top: 115px
}

.gbm_btn {
	margin: 0 auto;
	width: 128px;
	height: 35px;
	line-height: 35px;
	border-radius: 100px
}

.ac_map_banner {
	height: 200px
}

.ac_map_title {
	padding-top: 70px;
	font-size: 50px;
	font-weight: 700
}

.ac_map_tag {
	top: 0;
	left: 0;
	width: 36px;
	height: 26px;
	background-size: 36px 26px
}

.acm_icon_back {
	display: inline-block;
	width: 13px;
	height: 11px;
	background-image: url(https://cdn7.tshe.com/assets/back-80b099baa676d5e56cb5fb189d7cd97f.png);
	background-size: 13px 11px
}

.ac_map_btn {
	top: 80px;
	right: 0;
	z-index: 2;
	width: 140px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-image: linear-gradient(270deg, #ffdc00, #ffec6b);
	border-radius: 4px
}

.ac_map_btn:hover {
	background-image: none;
	background-color: #ffd735
}

.acm_item_d {
	width: 36px;
	height: 3px;
	background-color: #ffdc00
}

.acm_items a:hover {
	text-decoration: underline
}

.acm_item {
	padding-left: 150px;
	padding-right: 150px
}

.acm_item_cols3,
.acm_item_cols4,
.acm_item_cols5 {
	padding-left: 65px
}

.acm_item_col3 {
	width: 324px
}

.acm_item_col3:nth-child(3n) {
	width: 185px
}

.acm_item_col5 {
	width: 162px
}

.acm_item_col4 {
	width: 216.5px
}

.acm_item_col4:nth-child(4n) {
	width: 160px
}

.uniform_am2018_wrapper {
	background-color: #cd2242
}

.uam_banner {
	height: 800px;
	background-size: cover;
	background-position: 50%
}

.uam_bline {
	height: 50px;
	background: #fdda31
}

.uam_bg {
	position: relative;
	background-repeat: repeat-y;
	background-position: center 160px;
	background-size: contain
}

.uam_ul {
	margin: 0 auto;
	width: 1100px
}

.uam_li {
	padding-top: 100px
}

.uam_li_t {
	position: relative;
	margin: 0 auto;
	width: 571px;
	height: 127px;
	line-height: 127px;
	text-align: center;
	background-size: 571px 127px;
	background-position: 50%;
	color: #b12129;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 42px;
	text-indent: 25px
}

.uam_navs_for {
	position: absolute;
	top: -60px;
	visibility: hidden
}

.uam_li_t.t3 {
	width: 603px;
	background-size: 603px 142px;
	text-indent: 46px
}

.uam_li_t.t3,
.uam_li_t.t4 {
	height: 142px;
	line-height: 149px
}

.uam_li_t.t4 {
	width: 707px;
	background-size: 707px 142px;
	text-indent: 34px
}

.uam_li_p {
	margin: 45px 0 40px;
	text-align: center;
	color: #fee9c4;
	font-size: 24px
}

.uam_li_btn {
	position: relative;
	margin: 0 auto 56px;
	width: 153px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fee9c4;
	color: #b12129;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer
}

.uam_li_btn:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 163px;
	height: 55px;
	border: 1px solid #fee9c4;
	border-radius: 7px
}

.uam_li_body {
	margin-bottom: 36px;
	height: 1050px
}

.uam_li_body:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.uam_li_l {
	float: left;
	width: 705px
}

.uam_li_subt {
	width: 100%;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	background-color: #83060a;
	color: #fee9c4;
	font-size: 20px;
	font-weight: 700
}

.uam_li_body .uam_li_subt {
	float: left
}

.uam_li_styles {
	float: left;
	margin: 35px 0
}

.uam_ls_item {
	display: block;
	float: left;
	margin-right: 15px;
	width: 225px;
	height: 380px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .12)
}

.uam_ls_item:last-child {
	margin-right: 0
}

.uam_li_img {
	position: relative;
	width: 225px;
	height: 211px;
	background-size: cover;
	background-position: 50%
}

.uam_trape_tr {
	position: absolute;
	top: 0;
	left: 24px;
	padding-top: 3px;
	width: 32px;
	height: 38px;
	line-height: 14px;
	text-align: center;
	background-color: #b12129;
	border-radius: 0 0 18px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 700
}

.uam_li_com {
	padding: 10px 0 15px 30px;
	height: 169px;
	background-color: #0783a1
}

.uam_ls_item:nth-child(2) .uam_li_com {
	background-color: #ec0359
}

.uam_ls_item:nth-child(3) .uam_li_com {
	background-color: #9705c7
}

.uam_li_price {
	height: 30px;
	line-height: 30px;
	color: #fff
}

.uam_lp_i {
	display: inline-block;
	width: 41px;
	height: 29px;
	background-size: 235px 221px
}

.uam_lp_i.uam_b1p1 {
	background-position: -25px -17px
}

.uam_lp_i.uam_b1p2 {
	background-position: -98px -17px
}

.uam_lp_i.uam_b1p3 {
	background-position: -174px -17px
}

.uam_lp_i.uam_b2p1 {
	background-position: -25px -68px
}

.uam_lp_i.uam_b2p2 {
	background-position: -98px -68px
}

.uam_lp_i.uam_b2p3 {
	background-position: -174px -68px
}

.uam_lp_i.uam_b3p1 {
	background-position: -25px -113px
}

.uam_lp_i.uam_b3p2 {
	background-position: -98px -113px
}

.uam_lp_i.uam_b3p3 {
	background-position: -174px -113px
}

.uam_lp_i.uam_b4p1 {
	background-position: -25px -165px
}

.uam_lp_i.uam_b4p2 {
	background-position: -98px -165px
}

.uam_lp_i.uam_b4p3 {
	background-position: -174px -165px
}

.uam_lp_o {
	margin-left: -4px;
	font-size: 12px;
	text-decoration: line-through
}

.uam_li_num {
	display: inline-block;
	padding: 0 4px;
	background-color: #fff;
	color: #0783a1;
	font-size: 12px;
	border-radius: 2px
}

.uam_ls_item:nth-child(2) .uam_li_num {
	color: #ec0359
}

.uam_ls_item:nth-child(3) .uam_li_num {
	color: #9705c7
}

.uam_li_name {
	margin: 14px 0 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.uam_li_advs {
	color: #fff;
	font-size: 12px
}

.uam_li_subt .uam_ls_link {
	float: right;
	margin-right: 20px;
	color: #fee9c4;
	font-size: 14px
}

.uam_lsl_icon {
	float: right;
	margin-left: 4px;
	font-size: 22px
}

.uam_li_tems {
	float: left;
	margin-top: 35px
}

.uam_li_tem {
	float: left;
	margin: 0 15px 15px 0;
	width: 225px;
	height: 225px
}

.uam_lt_p,
.uam_lt_t {
	width: 100%;
	height: 100%
}

.uam_li_tem:hover .uam_lt_p,
.uam_lt_t {
	display: block
}

.uam_li_tem:hover .uam_lt_t,
.uam_lt_p {
	display: none
}

.uam_li_tem:nth-child(3n) {
	margin-right: 0
}

.uam_lt_t {
	float: left
}

.uam_li_r {
	float: right;
	width: 360px;
	height: 1050px;
	padding: 85px 50px 0;
	background: #83060a
}

.uam_lr_t {
	font-size: 24px;
	font-weight: 700
}

.uam_lr_p,
.uam_lr_t {
	float: left;
	width: 100%;
	color: #fee9c4
}

.uam_lr_p {
	margin: 10px 0 36px;
	font-size: 12px
}

.uam_consult_wrap {
	float: left;
	width: 100%
}

.uam_consult_item {
	position: relative;
	margin-bottom: 13px;
	font-size: 13px;
	background-color: #fff;
	border-radius: 4px
}

.uam_consult_item .ui.selection.dropdown {
	padding: 0 0 0 15px !important;
	height: 40px;
	line-height: 40px !important;
	border: 1px solid #e8e8e8;
	border-radius: 4px !important
}

.uam_consult_item .ui.selection .dropdown.icon {
	top: 12px
}

.uam_consult_sel {
	width: 100%;
	height: 100%
}

.uam_consult_inpt {
	padding: 0 15px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 4px !important
}

.uam_consult_item-border {
	padding-right: 120px;
	border: 1px solid #e8e8e8;
	border-radius: 4px
}

.uam_consult_item-border.nopr {
	padding-right: 0
}

.uam_consult_check {
	display: none
}

.uam_consult_check.visible {
	display: block
}

.uam_consult_check_code {
	position: absolute;
	top: 0;
	right: 0;
	width: 122px;
	height: 40px;
	overflow: hidden
}

.uam_consult_verify_btn {
	position: absolute;
	top: 13px;
	right: 0;
	padding: 0 15px;
	width: 105px;
	line-height: 12px;
	text-align: center;
	border-left: 1px solid #e8e8e8;
	color: #000;
	font-size: 13px;
	font-weight: 700
}

.uam_consult_verify_btn.waiting {
	color: #bbb;
	cursor: default
}

.ucs_btn {
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	cursor: pointer
}

.ucs_btn1 {
	margin: 20px 0 13px;
	background-color: #ffdc00;
	color: #940409
}

.ucs_btn2 {
	margin-bottom: 40px;
	background-color: #fee9c4;
	color: #83060a
}

.uam_lr_subt {
	float: left;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #fee9c4;
	font-size: 20px;
	font-weight: 700
}

.uam_lr_link {
	float: right;
	font-size: 12px;
	cursor: pointer
}

.ull_icon {
	float: right;
	margin-left: 4px;
	font-size: 22px
}

.uam_lr_tech {
	float: left;
	position: relative;
	margin-top: 16px;
	width: 100%;
	height: 181px;
	cursor: pointer
}

.uam_lrt_img {
	width: 100%;
	height: 100%
}

.uam_lrt_name {
	position: absolute;
	left: 14px;
	bottom: 10px;
	padding: 0 4px;
	background: rgba(0, 0, 0, .59);
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 3px
}

.uam_li_swiper {
	position: relative;
	margin-top: 36px;
	height: 340px
}

.uam_li_swiper .swiper-container {
	height: 340px;
	overflow: hidden
}

.uam_li_swiper .swiper-slide {
	margin-right: 14px;
	width: 264px;
	height: 338px
}

.swiper-slide-img {
	width: 100%;
	height: 100%
}

.uam_li_swiper .swiper-slide:last-child {
	margin-right: 0
}

.uam_swiper_btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -30px;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	text-align: center;
	border: 1px solid #fee9c4;
	border-radius: 5px;
	background-color: #c90101;
	cursor: pointer
}

.uam_swiper_btn .icon-tshe-arrow-drop-down {
	position: absolute;
	top: 1px;
	color: #fff;
	font-size: 60px
}

.uam_swiper_btn.swiper-button-disabled {
	background-color: transparent;
	border-color: #bbb;
	cursor: default
}

.uam_swiper_btn.swiper-button-disabled .icon-tshe-arrow-drop-down {
	color: #bbb
}

.uam_swiper_prev {
	left: -90px
}

.uam_swiper_next {
	right: -90px
}

.uam_swiper_prev .icon-tshe-arrow-drop-down {
	left: 2px;
	transform: rotate(90deg)
}

.uam_swiper_next .icon-tshe-arrow-drop-down {
	left: 3px;
	transform: rotate(-90deg)
}

.uam_buys_t {
	position: relative;
	margin: 74px auto 0;
	width: 1037px;
	height: 291px;
	line-height: 357px;
	background-size: 1037px 291px;
	background-position: 50%;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 128px;
	text-indent: 25px
}

.uam_buys_p,
.uam_buys_t {
	text-align: center;
	color: #fee9c4
}

.uam_buys_p {
	margin: 18px 0 56px;
	font-size: 24px
}

.uam_buys {
	width: 1100px;
	margin: 0 auto 300px;
	font-size: 0
}

.uam_buys_buy {
	display: inline-block;
	position: relative;
	margin: 0 31px 33px 0;
	width: 345px;
	height: 518px;
	background-position: 50%;
	background-size: 345px 518px
}

.uam_buys_buy:nth-child(3n) {
	margin-right: 0
}

.uam_buys_buy .ubb_link {
	display: block;
	position: absolute;
	bottom: 40px;
	left: 112px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fee9c4;
	color: #b12129;
	font-size: 16px;
	border-radius: 3px
}

.ubb_link:after {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 128px;
	height: 48px;
	border: 1px solid #fee9c4;
	border-radius: 7px
}

.uam_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4)
}

.uam_modal.active {
	display: block
}

.uam_modal_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 760px;
	height: 600px;
	background: #fff;
	border-radius: 8px
}

.umb_banner {
	height: 33px;
	background: #d01f3f;
	border-radius: 8px 8px 0 0
}

.umb_navs {
	padding: 20px 100px 30px;
	font-size: 0
}

.umb_nav {
	display: inline-block;
	margin: 0 10px 10px 0;
	width: 70px;
	text-align: center;
	font-size: 16px;
	cursor: pointer
}

.umb_nav_btn {
	padding: 2px 8px;
	display: inline-block;
	color: #000;
	white-space: nowrap
}

.umb_nav.active .umb_nav_btn {
	background-color: #d01f3f;
	color: #fff;
	border-radius: 14px
}

.umb_items {
	padding: 0 100px
}

.umb_item {
	display: none
}

.umb_item.active {
	display: block
}

.umb_item_imgs {
	padding: 12px 17px;
	height: 277px;
	border: 1px solid #dbdbdb;
	font-size: 0
}

.umb_item_img {
	width: 253px;
	height: 253px;
	margin-right: 18px
}

.umb_item_img:last-child {
	margin-right: 0
}

.umb_item_t {
	margin-top: 30px;
	color: #9d9d9d;
	font-size: 20px
}

.umb_item_p {
	margin-top: 6px;
	line-height: 20px;
	color: #9d9d9d;
	font-size: 14px
}

.umb_item_p>b,
.umb_item_p>span {
	color: #000
}

.umb_item_arrow {
	position: absolute;
	top: 42%
}

.umb_item_arrow .icon-tshe-arrow-drop-down {
	color: #d01f3f;
	font-size: 70px;
	cursor: pointer
}

.umb_item_arrow_prev {
	left: 30px;
	transform: rotate(90deg)
}

.umb_item_arrow_next {
	right: 30px;
	transform: rotate(-90deg)
}

.umb_item_arrow.disabled .icon-tshe-arrow-drop-down {
	color: #d8d8d8;
	cursor: default
}

.umb_close {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 40px;
	cursor: pointer
}

.uam_navs {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 101;
	width: 300px;
	height: 533px
}

.uam_navs.fixed {
	position: fixed;
	top: 100px
}

.uam_navs_img {
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 3;
	width: 342px;
	height: 143px
}

.uam_navs_box {
	position: absolute;
	left: 123px;
	top: 76px;
	z-index: 2;
	padding-top: 40px;
	width: 89px;
	height: 427px;
	background-size: 89px 427px;
	text-align: center
}

.uam_navs_box .uam_navs_nav {
	display: block;
	line-height: 74px;
	color: #fee9c4;
	font-size: 16px;
	font-weight: 700
}

.uam_navs_box .uam_navs_nav.active,
.uam_navs_box .uam_navs_nav:hover {
	color: #ffdc00;
	text-decoration: underline
}

@media screen and (max-width:1540px) {
	.uam_navs {
		left: -60px
	}
}

@media screen and (max-width:1420px) {
	.uam_navs {
		left: -90px
	}
}

@media screen and (max-width:1360px) {
	.uam_navs {
		left: -120px
	}
}

.uniform_am2018_wrapper_mobile {
	background-color: #cd2242
}

.uamm_img {
	width: 100%
}

.uamm_line {
	height: 11px;
	background-color: #fdda31
}

.uniform_am2018_mobile .uam_consult_wrap {
	float: none;
	padding: 25px
}

.uniform_am2018_mobile .uam_consult_item {
	margin-bottom: 6px
}

.uniform_am2018_mobile .uam_consult_item-border {
	padding-right: 110px
}

.uniform_am2018_mobile .uam_consult_check_code {
	width: 110px;
	background-color: #eee
}

.uniform_am2018_mobile .ucs_btn1 {
	margin-bottom: 6px
}

.uniform_am2018_mobile .ucs_btn2 {
	margin-bottom: 0
}

.uniform_am2018_mobile .error_item_vertical {
	color: #fff
}

.uamm_navs {
	padding: 0 25px;
	position: relative
}

.uamm_navs.fixed {
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 9;
	width: 100%
}

.uamm_navs_box {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 31px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0
}

.uamm_navs .uamm_nav {
	display: inline-block;
	position: relative;
	width: 20%;
	color: #fee9c4;
	font-size: 12px;
	font-weight: 700
}

.uamm_nav.nav1 {
	top: 43%
}

.uamm_nav.nav2 {
	top: 53%
}

.uamm_nav.nav3 {
	top: 38%
}

.uamm_nav.nav4 {
	top: 53.5%
}

.uamm_nav.nav5 {
	top: 43%
}

.uamm_navs .uamm_nav.active {
	color: #ffdc00;
	text-decoration: underline
}

.uamm_pad {
	padding: 0 25px;
	text-align: center;
	color: #fee9c4
}

.uamm_li {
	position: relative;
	margin-top: 35px
}

.uamm_li_t {
	width: 202px;
	height: auto
}

.uamm_li_t.t4 {
	width: 239px
}

.uamm_li_t.t5 {
	width: 235px
}

.uamm_li_p {
	margin-top: 16px;
	font-size: 12px
}

.uamm_li_style {
	display: block
}

.uamm_li_subt {
	position: relative;
	margin: 30px auto 20px
}

.uls_t {
	display: inline-block;
	padding: 0 4px;
	height: 16px;
	line-height: 16px;
	border-left: 3px solid #fee9c4;
	border-right: 3px solid #fee9c4;
	font-size: 16px;
	font-weight: 700
}

.uamm_li_subt .uamm_li_link {
	display: block;
	position: absolute;
	bottom: -10px;
	right: 0;
	height: 20px;
	line-height: 20px;
	color: #fee9c4;
	font-size: 12px;
	white-space: nowrap
}

.uamm_ll_icon {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-left: 2px;
	font-size: 22px
}

.uamm_li_tems {
	font-size: 0
}

.uamm_li_tem {
	display: inline-block;
	margin: 0 2% 10px 0;
	width: 48%
}

.uamm_li_tem:nth-child(2n) {
	margin-right: 0
}

.uamm_lt_p,
.uamm_lt_t {
	width: 100%;
	height: auto
}

.uamm_li_tem:hover .uamm_lt_t,
.uamm_lt_p {
	display: none
}

.uamm_li_tem:hover .uamm_lt_p {
	display: inline-block
}

.uamm_slider {
	position: relative;
	padding: 10px 20px;
	height: 235px;
	overflow: hidden;
	background-color: #fff
}

.uniform_am2018_mobile .swiper-slide {
	text-align: center
}

.uniform_am2018_mobile .swiper-slide-img {
	width: 168px;
	height: 215px
}

.uamm_slider .uam_swiper_btn {
	top: 55%;
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: none
}

.uamm_slider .uam_swiper_btn.uam_swiper_prev {
	left: -5px
}

.uamm_slider .uam_swiper_btn.uam_swiper_next {
	right: 18px
}

.uamm_slider .uam_swiper_btn .icon-tshe-arrow-drop-down {
	top: 0;
	left: 0;
	color: #d01f3f;
	font-size: 50px
}

.uamm_slider .uam_swiper_btn.swiper-button-disabled .icon-tshe-arrow-drop-down {
	color: #d8d8d8
}

@media screen and (max-width:360px) {
	.uamm_slider {
		height: 210px
	}

	.uniform_am2018_mobile .swiper-slide-img {
		width: 148px;
		height: 189px
	}
}

@media only screen and (max-width:767px) {
	.uniform_am2018_mobile .ui.selection.dropdown .menu {
		max-height: 11.014286rem
	}
}

.uamm_b5 {
	position: relative;
	margin-top: 50px
}

.uamm_buys {
	margin: 25px 0 100px;
	font-size: 0
}

.uamm_buy {
	display: inline-block;
	position: relative;
	margin: 0 2% 20px 0;
	width: 48%
}

.uamm_buy:nth-child(2n) {
	margin-right: 0
}

.uamm_buy_img {
	width: 100%;
	height: auto
}

.uamm_buy .uamm_buy_link {
	display: block;
	position: absolute;
	bottom: 5.3%;
	left: 50%;
	transform: translateX(-50%);
	color: #b12129;
	font-size: 14px;
	font-weight: 700
}

.uniform_am2018_mobile .uam_navs_for {
	position: absolute;
	top: -150px
}

.uamm_sf {
	visibility: hidden
}

.uat_body_1280 {
	min-width: 1280px;
	overflow-x: scroll
}

.uat_w1280 {
	width: 1280px
}

.uat_banner {
	height: 800px
}

.uat_block {
	height: 1184px
}

.uat_h1_bg {
	top: 268px
}

.uat_h2_bg {
	top: 694px
}

.uat_h {
	height: 268px;
	padding: 40px 0
}

.uat_h_img {
	width: 342px
}

.uat_h1_img {
	width: 313px
}

.uat_h1_img,
.uat_h2_img {
	margin-left: 45px;
	height: 38px
}

.uat_h2_img {
	width: 311px
}

.uat_h2_more {
	margin-left: 645px;
	width: 76px;
	height: 20px
}

.uat_body {
	padding-right: 192px
}

.uat_body_l {
	width: 1100px
}

.uat_body_r {
	top: 60px;
	right: 0;
	width: 192px;
	height: 783px;
	background-size: 192px 783px
}

.uat_items {
	margin-top: 12px
}

.uat_item {
	margin-right: 6px;
	width: 356px;
	height: 356px;
	cursor: pointer;
	box-shadow: inset 0 -80px 80px hsla(0, 0%, 100%, .7)
}

.uat_item_box {
	visibility: visible;
	left: 30px;
	bottom: 18px
}

.uat_item:hover {
	box-shadow: none;
	background-size: 105% 105%
}

.uat_item:hover .uat_item_box {
	visibility: hidden
}

.uat_btn {
	padding: 0 0 0 6px;
	width: 76px;
	height: 16px;
	line-height: 16px;
	background-size: 76px 16px
}

.uat_btn_t {
	font-size: 12px;
	transform: scale(.8)
}

.uat_tems {
	margin-top: 12px
}

.uat_tem {
	margin-right: 6px;
	width: 356px;
	height: 356px;
	cursor: pointer
}

.uat_tem_p,
.uat_tem_t {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.uat_tem:hover .uat_tem_p,
.uat_tem_t {
	visibility: visible
}

.uat_tem:hover .uat_tem_t,
.uat_tem_p {
	visibility: hidden
}

.uat_br_qr {
	top: 95px
}

.uat_br_qrcode {
	width: 126px;
	height: 126px
}

.uat_br_artwork {
	top: 355px
}

.uat_bra_more {
	top: -30px;
	right: 15px;
	font-style: italic;
	cursor: pointer
}

.uat_br_tech {
	position: relative;
	margin: 20px auto 0;
	width: 140px;
	height: 170px;
	cursor: pointer
}

.uat_brt_name {
	position: absolute;
	left: 14px;
	bottom: 10px;
	padding: 0 4px;
	background: rgba(0, 0, 0, .59);
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 3px
}

.uat_cases_bg {
	height: 350px
}

.uat_cases {
	padding: 25px 0 0 220px
}

.uat_cases_img {
	left: -120px;
	top: 30px;
	width: 548px;
	height: 281px
}

.uat_case_h {
	top: 30px;
	left: 30px;
	width: 160px;
	height: 48px
}

.uat_swiper {
	position: relative;
	width: 970px;
	height: 300px
}

.uat_swiper .swiper-container {
	height: 300px;
	overflow: hidden
}

.uat_swiper .swiper-slide {
	margin-right: 10px;
	width: 234px;
	height: 300px
}

.uat_swiper .swiper-slide-img {
	width: 100%;
	height: 100%
}

.uat_swiper .swiper-slide:last-child {
	margin-right: 0
}

.uat_swiper_btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -17px;
	transform: translateY(-50%);
	width: 55px;
	height: 34px;
	cursor: pointer
}

.uat_swiper_btn.swiper-button-disabled {
	opacity: .2
}

.uat_swiper_prev {
	left: -85px
}

.uat_swiper_next {
	right: -85px
}

.uat_navs {
	position: absolute;
	top: 905px;
	left: 0;
	z-index: 101
}

.uat_navs.fixed {
	position: fixed;
	top: 50px
}

.uam_navs_nav {
	display: block;
	margin-bottom: 10px;
	width: 164px;
	height: 144px
}

.uat_pagenav_for {
	position: absolute;
	top: -50px
}

.uniform_am2019 .fqa {
	margin-top: 60px
}

.uniform_am2019 .fqa .fqa_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 1280px
}

.uniform_am2019 .fqa .fqa_item {
	position: relative;
	width: 300px;
	height: 392px;
	background-color: #fff;
	box-shadow: 0 4px 20px 0 hsla(0, 0%, 84%, .4)
}

.uniform_am2019 .fqa .fqa_item:hover {
	box-shadow: 0 10px 30px 0 hsla(0, 0%, 75%, .5)
}

.uniform_am2019 .fqa .fqa_item:hover .more_link {
	color: #141414
}

.uniform_am2019 .fqa .fqa_item:hover .more_link span:after {
	border-left-color: #141414
}

.uniform_am2019 .fqa .fqa_item:hover .more_link:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
	background-color: #ffdc00;
	z-index: -1
}

.uniform_am2019 .fqa .fqa_title {
	padding-top: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3;
	height: 120px
}

.uniform_am2019 .fqa .fqa_title__icon {
	margin-bottom: 12px
}

.uniform_am2019 .fqa .fqa_title__icon.icon01 {
	width: 26px;
	height: 30px
}

.uniform_am2019 .fqa .fqa_title__icon.icon02,
.uniform_am2019 .fqa .fqa_title__icon.icon03 {
	width: 30px;
	height: 30px
}

.uniform_am2019 .fqa .fqa_title__icon.icon04 {
	width: 36px;
	height: 28px
}

.uniform_am2019 .fqa .fqa_list {
	padding: 0 14px 0 30px;
	font-size: 14px;
	font-size: 13px
}

.uniform_am2019 .fqa .fqa_list p {
	margin-top: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.uniform_am2019 .fqa .fqa_list p a {
	color: #4a4a4a
}

.uniform_am2019 .fqa .more_link {
	position: absolute;
	padding-right: 10px;
	font-size: 12px;
	right: 30px;
	bottom: 20px;
	z-index: 2;
	color: #9d9d9d;
	transition: none
}

.uniform_am2019 .fqa .more_link span {
	position: relative;
	font-size: 13px
}

.uniform_am2019 .fqa .more_link span:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
	margin-top: 1px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #d5d5d5
}

.uatm_banner {
	height: 60vw
}

.uatm_qr {
	height: 34.57vw
}

.uatm_qrcode {
	right: 12.27vw;
	top: 50%;
	transform: translateY(-50%);
	width: 29.33vw;
	height: 29.33vw
}

.uatm_h {
	padding: 3.2vw 0
}

.uatm_h_img {
	height: 15.47vw
}

.uatm_hsub {
	padding: 1vw 0
}

.uatm_h1_img {
	margin-left: 20px;
	height: 3.2vw
}

.uatm_item {
	margin-right: 1.25vw;
	width: 32.5vw;
	height: 32.5vw;
	box-shadow: inset 0 -9vw 9vw hsla(0, 0%, 100%, .7)
}

.uatm_item:last-child {
	margin-right: 0
}

.uatm_item_box {
	left: 5px;
	bottom: 5px
}

.uatm_price {
	line-height: 12px
}

.uatm_price_i {
	transform: scale(.7)
}

.uatm_btn {
	padding: 0;
	width: 54px;
	height: 12px;
	line-height: 12px;
	background-size: 54px 12px
}

.uatm_btn_t {
	position: relative;
	top: 0;
	left: -3px;
	font-size: 12px;
	transform: scale(.7)
}

.uatm_h2_more {
	top: 1vw;
	right: 20px
}

.uatm_tems {
	padding-bottom: 10px
}

.uatm_tem {
	margin-right: 1.25vw;
	width: 32.5vw;
	height: 32.5vw
}

.uatm_tem:last-child {
	margin-right: 0
}

.uatm_tem_p,
.uatm_tem_t {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.uatm_tem.active .uatm_tem_p,
.uatm_tem .uatm_tem_t {
	opacity: 1
}

.uatm_tem.active .uatm_tem_t,
.uatm_tem .uatm_tem_p {
	opacity: 0
}

.uatm_cases {
	padding: 15px 6vw 15px 14vw
}

.uatm_case_h {
	top: 15px;
	left: 1.5vw;
	width: 11.47vw
}

.uatm_case_bg {
	left: 0;
	top: 1vw;
	height: 34vw
}

.uatm_swiper {
	position: relative;
	height: 32vw
}

.uatm_swiper .swiper-container {
	height: 32vw;
	overflow: hidden
}

.uatm_swiper .swiper-slide {
	margin-right: 2.5vw;
	width: 25vw !important;
	height: 32vw
}

.uatm_swiper .swiper-slide:nth-child(3n) {
	margin-right: 0
}

.uatm_swiper .swiper-slide-img {
	width: 100%;
	height: 100%
}

.uatm_swiper .swiper-slide:last-child {
	margin-right: 0
}

.uatm_swiper_btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -5px;
	transform: translateY(-50%);
	width: 4.8vw;
	height: 10px
}

.uatm_swiper_btn.swiper-button-disabled {
	opacity: .4
}

.uatm_swiper_prev {
	left: -6vw
}

.uatm_swiper_next {
	right: -6vw
}

.notice_delivery_wrapper {
	background-color: #c11123;
	background-position: center 100px;
	background-size: 1921px 501px
}

.nd_items {
	width: 1090px
}

.nd_item {
	margin-right: 15px;
	width: 260px;
	height: 365px
}

.nd_item:last-child {
	margin-right: 0
}

.nd_item_img {
	width: 100%;
	height: 330px;
	box-shadow: inset 0 -30px 20px -10px rgba(0, 0, 0, .2)
}

.nd_item_p {
	height: 35px;
	line-height: 35px
}

.nd_item_btn {
	top: 8px;
	right: 10px;
	padding: 1px 10px;
	background-color: #c11123;
	line-height: 16px
}

.nd_shadow {
	box-shadow: 20px 20px 20px rgba(0, 0, 0, .5)
}

.nd_case {
	width: 1088px;
	height: 566px;
	background-size: 431px 567px;
	background-position: 0;
	background-repeat: no-repeat
}

.nd_slider {
	right: 0;
	top: 46px;
	width: 754px;
	height: 475px;
	border: 8px solid #fff
}

.nd_slider_glide .glide__arrow {
	padding: 4px 4px 0;
	font-size: 30px
}

.nd_case_icon {
	top: 420px;
	left: 40px;
	width: 234px;
	height: 51px
}

.notice_delivery_mobile {
	background-color: #c11123;
	background-position: center 50px;
	background-size: 375px 98px;
	padding: 7vw 6vw 150px
}

.ndm_img01 {
	width: 60vw
}

.ndm_item {
	margin-right: 4vw;
	margin-bottom: 8px;
	width: 42vw
}

.ndm_item:nth-child(2n) {
	margin-right: 0
}

.ndm_item_img {
	height: 50vw;
	box-shadow: inset 0 -15px 15px -6px rgba(0, 0, 0, .25)
}

.ndm_item_p {
	height: 30px;
	line-height: 30px
}

.ndm_item_btn {
	top: 6px;
	right: -2px;
	padding: 1px 10px;
	background-color: #c11123;
	line-height: 16px;
	transform: scale(.8)
}

.ndm_shadow {
	box-shadow: 8px 10px 10px rgba(0, 0, 0, .4)
}

.ndm_img03 {
	width: 45vw
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: top .2s, -webkit-transform .2s;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: left .2s, -webkit-transform .2s;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: right .2s, -webkit-transform .2s;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
