<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #F1F1F1;
}

/* body{
	max-width: 480px;
	margin:  0 auto !important;
} */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

ul,
ol,
li {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: none;
}

code,
kbd,
samp,
tt {
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
	*font-size: 100%;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/**Common Css**/
.fr {
	float: right;
	*display: inline;
}

.fl {
	float: left;
	*display: inline;
}

/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*清除浮动*/
.clearfix {
	clear: both;
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0;
}


/* 公共样式 */
html {
	font-size: 40;
}

#top {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 2.5rem;
	background-color: #ffffff;
}

#top .content {
	width: 90%;
	margin: 0 auto;
	height: 100%;
	line-height: 100%;
	display: flex;
	font-weight: bold;
	font-size: 0.75rem;
	align-items: center;
	justify-content: space-between;
}

#top .left_img {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../img/common/top_icon2.png);
}

#top .right_img {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../img/common/top_icon1.png);
}

#my_slider_left {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}

#my_slider_left .content_box_common {
	overflow-y: scroll;
	width: 15rem;
	height: 100%;
	animation: leftShow linear 0.2s;
	background-color: #FFFFFF;
}

#my_slider_left .content_box_common .menu_bg {
	width: 100%;
	height: 7.5rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/common/munu_bg.png);
}

#my_slider_left .content_box_common .menu_bg img {
	width: 4.5rem;
	height: 4.5rem;
	margin-top: 1.525rem;
	margin-left: 0.875rem;
}

#my_slider_left .content_box_common .menu_bg .company_name {
	width: 3.25rem;
	display: inline-block;
	height: 1.2rem;
	margin-top: 2.825rem;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/common/company_name.png);
}

#my_slider_left .content_box_common .menu_list {
	width: 100%;
}

#my_slider_left .content_box_common .menu_list li {
	margin: 0 1.25rem;
	line-height: 2.2rem;
	border-bottom: 0.025rem solid #e5e5e5;
}

#my_slider_left .content_box_common .menu_list li img {
	width: 0.75rem;
	height: 0.75rem;
	vertical-align: middle;
}

#my_slider_left .content_box_common .menu_list li p {
	margin-left: 0.75rem;
	font-size: 0.65rem;
	width: 100%;
	display: inline-block;
	width: 85%;
	position: relative;
	color: #666666;
}

#my_slider_left .content_box_common .menu_list li div.children {
	width: 100%;
}

#my_slider_left .content_box_common .menu_list li div.children p {
	line-height: 88rpx;
	border-top: 0.025rem solid #e5e5e5;
	margin-left: 1.8rem;
	color: #666666;
}

#my_slider_left .content_box_common .menu_list li .up::after,
#my_slider_left .content_box_common .menu_list li .down:after {
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	right: 0rem;
	top: 0.625rem;
}

#my_slider_left .content_box_common .menu_list li .up::after {
	background-image: url(../img/common/up.png);
}

#my_slider_left .content_box_common .menu_list li .down::after {
	background-image: url(../img/common/up.png);
	transform: rotate(90deg);
}

#botton {
	width: 100%;
	height: 2.5rem;
	position: fixed;
	bottom: -1px;
	background-color: #FFFFFF;
}

#botton ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

#botton ul li {
	width: 30%;
	text-align: center;
}

#botton ul li span {
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 0.2rem;
}

#botton ul li p {
	font-size: 0.5rem;
	color: #707070;
	margin-top: -0.125rem;
}

#botton ul li.active p {
	color: #2B85EA;
}

#botton ul li:first-of-type span {
	background-image: url(../img/common/index1_active.png);
}

#botton ul li:nth-of-type(2) span {
	background-image: url(../img/common/index2.png);
}

#botton ul li:last-of-type span {
	background-image: url(../img/common/index3.png);
}

#botton ul li.active:first-of-type span {
	background-image: url(../img/common/index1.png);
}

#botton ul li.active:nth-of-type(2) span {
	background-image: url(../img/common/index2_active.png);
}

#botton ul li.active:last-of-type span {
	background-image: url(../img/common/index3_active.png);
}

#my_dialog {
	width: 7.25rem;
	height: 9.475rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/common/dialog.png);
	position: fixed;
	right: 0;
	top: 1.75rem;
	z-index: 12;
	display: none;
}

#my_dialog ul {
	padding: 1.5rem 0rem 0.5rem;
}

#my_dialog li {
	height: 2.2rem;
	width: 70%;
	margin: 0 auto;
	align-items: center;
	border-bottom: 0.025rem solid #E5E5E5;
	display: flex;
}

#my_dialog li img {
	width: 0.8rem;
	height: 0.8rem;
}

#my_dialog li p {
	margin-left: 0.5rem;
	font-size: 0.65rem;
	color: #333333;
}

#my_dialog li span {
	margin-left: 0.5rem;
	font-size: 0.5rem;
	color: #C7C7C7;
}

#my_device {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 14;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}

#my_device .content_box_common {
	display: none;
	width: 16.5rem;
	height: 21.85rem;
	border-radius: 0.75rem;
	background-color: #FFFFFF;
	margin-top: 4.7rem;
	margin-left: 1.125rem;
	padding-top: 1.25rem;
}

#my_device .content_box_common .title {
	width: 10.575rem;
	height: 1.925rem;
	margin: 0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/common/title_bg.png);
}

#my_device .content_box_common .title p {
	line-height: 1.925rem;
	text-align: center;
	font-size: 1.075rem;
	color: #FFFFFF;
}

#my_device .content_box_common .input_box {
	width: 12.5rem;
	border-radius: 0.55rem;
	background-color: #f7f7f7;
	margin: 1.25rem auto 0;
	color: #333333;
	font-size: 0.75rem;
}

#my_device .content_box_common .input_box input {
	height: 2.025rem;
	line-height: 2.025rem;
	padding: 0 0.5rem;
	background-color: transparent;
}

#my_device .content_box_common .input_box textarea {
	background-color: transparent;
	height: 6.5rem;
	padding: 0.5rem;
}

#my_device .content_box_common .btn {
	width: 14rem;
	height: 3.525rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/common/btn_bg.png);
	margin: 0.75rem auto 0;
	text-align: center;
}

#my_device .content_box_common .btn button {
	outline: none;
	font-size: 0.75rem;
	color: #FFFFFF;
	width: 50%;
	height: 60%;
	line-height: 3rem;
	background-color: transparent;
	border: none;
}

#my_device .close {
	width: 1.3rem;
	height: 1.3rem;
	margin: 0.75rem auto;
}

.form_box {
	width: 85%;
	border-radius: 0.25rem;
	margin: 0.5rem auto 0;
	background-color: #fff;
	padding: 1rem;
	/* height:19.5rem; */
	padding-bottom:3rem
	/* margin-bottom: 10rem; */
}

.form_box h3 {
	font-size: #333;
	color: 0.75rem;
	font-weight: bold;
}

.form_box h3 i {
	font-style: normal;
	color: #FFA62E;
}

.form_box p {
	color: #999999;
	font-size: 0.6rem;
	line-height: 1.6rem;
}

.form_box input {
	margin-top: 0.75rem;
	width: 100%;
	height: 2rem;
	background-color: #f2f2f2;
	border-radius: 0.25rem;
	color: #333333;
	padding: 0.125rem 0.25rem;
	outline: none;
	font-size: 0.65rem;
}

.form_box textarea {
	margin-top: 0.75rem;
	width: 100%;
	height: 5rem;
	resize: none;
	font-size: 0.65rem;
	background-color: #f2f2f2;
	border-radius: 0.25rem;
	color: #333333;
	padding: 0.125rem 0.25rem;
	line-height: 2rem;
	outline: none;
}

.form_box button {
	width: 100%;
	font-size: 0.65rem;
	height: 2.2rem;
	line-height: 2.2rem;
	outline: none;
	border-radius: 1.1rem;
	background-color: #2B85EA;
	color: #ffffff;
	margin-top: 0.75rem;
	text-align: center;
}


/*# sourceMappingURL=top.css.map */
.container13 {
	margin-top: 0.5rem;
	padding-bottom: 0.25rem;
}

.container13 .nav_list {
	width: 90%;
	height: 2.3rem;
	margin: 0 auto;
	white-space: nowrap;
	margin-top: 0.75rem;
	overflow-x: scroll;
	border-bottom: 0.05rem solid #e5e5e5;
}

.container13 .nav_list li {
	text-align: center;
	width: 25%;
	height: 2.1rem;
	display: inline-block;
	line-height: 2.2rem;
	font-size: 0.7rem;
}

.container13 .nav_list li.active {
	border-bottom: 0.05rem solid #2B85EA;
	color: #2B85EA;
}

.container13 .pro_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.container13 .pro_list li {
	width: 43%;
	height: auto;
	padding: 0.5rem 0.5rem;
	background-color: #F1F1F1;
	margin-top: 0.75rem;
}

.container13 .pro_list li img {
	width: 100%;
	height: auto;
	margin: 0 auto 0.5rem;
}

.container13 .pro_list li h3 {
	font-weight: bold;
	color: #333333;
	font-size: 0.75rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.container13 .pro_list li p {
	margin: 0.5rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.65rem;
	font-weight: 400;
	color: #666666;
}

.more {
	color: #2B85EA;
	font-size: 0.65rem;
	width: 2.5rem;
	margin: 1rem auto;
	text-align: center;
}

#erro_box {
	position: fixed;
	top: 40%;
	width: 100%;
	text-align: center;
	z-index: 14;
	display: none;
}

#erro_box p {
	background-color: rgba(0, 0, 0, 0.9);
	color: #FFFFFF;
	opacity: 0.6;
	display: inline-block;
	padding: 0.25rem 1rem;
	font-size: 0.65rem;
	border-radius: 0.25rem;
}

#success_box {
	position: fixed;
	width: 70%;
	height: 4.5rem;
	z-index: 14;
	left: 15%;
	background-color: #FFFFFF;
	border-radius: 0.5rem;
	border: 0.025rem solid #F1F1F1;
	top: 35%;
	box-shadow: 1px 1px 14px 0px #e4e4e4;
	display: none;
}

#success_box .pic_header {
	width: 2.5rem;
	height: 2.5rem;
	background-color: skyblue;
	border-radius: 50%;
	margin-left: 0.5rem;
	margin-top: 0.625rem;
	display: inline-block;
}

#success_box .text_box {
	display: inline-block;
	margin-top: 0.625rem;
	width: 8.75rem;
	font-size: 0.65rem;
	margin-left: 0.5rem;
	position: relative;
}

#success_box .text_box p:first-of-type {
	font-size: 0.75rem;
	color: #2B85EA;
	font-weight: bold;
}

#success_box .text_box p:first-of-type span {
	color: #666666;
	margin-left: 0.5rem;
	font-size: 0.65rem;
	font-weight: normal;
}

#success_box .text_box p:last-of-type {
	font-size: 0.65rem;
	color: #666666;
}

#success_box .text_box button {
	position: absolute;
	padding: 0.15rem 0.5rem;
	border: none;
	background-color: #2B85EA;
	color: #fff;
	right: 0;
	bottom: -0.75rem;
	border-radius: 0.25rem;
}

/* 侧边栏动画 */
@keyframes leftShow {
	from {
		transform: translateX(-15rem);
	}

	to {
		transform: translateX(0);
	}
}
#to_top_common {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #2B85EA;
  border-radius: 50%;
  position: fixed;
  bottom: 28%;
  display: none;
  right: 5%; }
  #to_top img {
    width: 80%;
    height: 80%;
    margin: 10%; }</pre></body></html>