
* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	-webkit-text-size-adjust: none !important;
	/* ios横屏字体放大 */
	-webkit-overflow-scrolling: touch;
}

html,
body {
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #323233;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none !important;
	/* ios横屏字体放大 */
	-webkit-overflow-scrolling: touch;
}

a,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

a {
	color: #323233;
	-webkit-tap-highlight-color: transparent;
	background: none;
}

a:focus {
	-webkit-tap-highlight-color: transparent !important;
}

img {
	vertical-align: middle;
}

ol,
ul,
li {
	list-style: none;
}

/*全部英文字符下自动换行*/
p {
	word-break: break-all;
}


/*单行省略......*/
.dwote {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*多行行省略......*/
.dwwo-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dwwo-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 文本居中 */
.center {
	text-align: center;
}

/*在 iOS 上，输入框默认有内部阴影 清除输入框内阴影*/
input,
textarea {
	border: 0;
}

/* 去除Chrome等浏览器文本框默认发光边框 */
input:focus,
textarea:focus {
	outline: none;
}

/* 禁止多行文本框textarea拖拽 */
textarea {
	resize: none;
}

/*css修改placeholder的颜色*/
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #969799;
}

input,
button {
	border: none;
	outline: none;
	border-radius: initial;
	background: transparent;
		cursor: pointer;
}

/**/
/* 表格 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* 清除浮动 */
.clear {
	clear: both;
}

/* 色彩 start */
/* 主色 */
.b1,
.b1 a {
	color: #EDFFF4;
}

.b1-bc {
	border-color: #EDFFF4;
}

.b1-bg {
	background-color: #EDFFF4;
}

.b2,
.b2 a {
	color: #BCF5D5;
}

.b2-bc {
	border-color: #BCF5D5;
}

.b2-bg {
	background-color: #BCF5D5;
}

.b3,
.b3 a {
	color: #8EE8B8;
}

.b3-bc {
	border-color: #8EE8B8;
}

.b3-bg {
	background-color: #8EE8B8;
}

.b4,
.b4 a {
	color: #63DB9F;
}

.b4-bc {
	border-color: #63DB9F;
}

.b4-bg {
	background-color: #63DB9F;
}

.b5,
.b1 a {
	color: #3CCF8A;
}

.b5-bc {
	border-color: #3CCF8A;
}

.b5-bg {
	background-color: #3CCF8A;
}

.b6,
.b6 a {
	color: #1AC178;
}

.b6-bc {
	border-color: #1AC178;
}

.b6-bg {
	background-color: #1AC178;
}

.b7,
.b7 a {
	color: #0C9C62;
}

.b7-bc {
	border-color: #0C9C62;
}

.b7-bg {
	background-color: #0C9C62;
}

.b8,
.b8 a {
	color: #04754C;
}

.b8-bc {
	border-color: #04754C;
}

.b8-bg {
	background-color: #04754C;
}

.b9,
.b9 a {
	color: #004F35;
}

.b9-bc {
	border-color: #004F35;
}

.b9-bg {
	background-color: #004F35;
}

.b10,
.b10 a {
	color: #00291D;
}

.b10-bc {
	border-color: #00291D;
}

.b10-bg {
	background-color: #00291D;
}

/* 中性色 */
.n1-bg {
	background-color: #F7F8FA;
}

.n2-bg {
	background-color: #F2F3F5;
}

.n3-bc {
	border-color: #EBEDF0;
}

.n4-bc {
	border-color: #DCDEE0;
}

.n5,
.n5 a {
	color: #C8C9CC;
}

.n6,
.n6 a {
	color: #969799;
}

.n7,
.n7 a {
	color: #646566;
}

.n8,
.n8 a {
	color: #323233;
}

.b,
.b a {
	color: #000;
}

.b-bg {
	background-color: #000;
}

.b-bc {
	border-color: #000;
}

.w,
.w a {
	color: #FFF;
}


.w-bc {
	border-color: #FFF;
}

/* 功能色 */
.g4 {
	color: #1AC178;
}

.g3-bc {
	border-color: #63DB9F;
}

.g1-bg {
	background-color: #EDFAF5;
}

.r4 {
	color: #D40000;
}

.r3-bc {
	border-color: #DF4545;
}

.r1-bg {
	background-color: #FFEBEB;
}

.o4 {
	color: #ED6A0C;
}

.o3-bc {
	border-color: #F1924E;
}

.o1-bg {
	background-color: #FFF5ED;
}

/* 衍生色 */
.b4-1 {
	background-color: #3773DA;
}

.b4-2 {
	background-color: #114DB4;
}

.r4-1 {
	background-color: #EE0A24;
}

.r4-2 {
	background-color: #B40000;
}

.g4-1 {
	background-color: #1AC178;
}

.g4-2 {
	background-color: #159A60;
}

.o4-1 {
	background-color: #EF8030;
}

.o4-2 {
	background-color: #C95A0A;
}

.n8-1 {
	background-color: #F4F5F5;
}

.n8-2 {
	background-color: #EAEAEA;
}

.y4 {
	background-color: #FAD20C;
}

/* 色彩 end */


/* 文本 start*/
/* 加粗 */
.t1-b,
.t2-b,
.t3-b,
.t4-b,
.t5-b,
.f36-b,
.f20-b,
.f16-b,
.f14-b,
.f12-b{
	font-weight: 500;
}

/* 常规 */
.t1,
.t1-b,
.f36,
.f36-b,
h1 {
	font-size: 36px;
	line-height: 44px;
}

.t2,
.t2-b,
.f20,
.f20-b,
h2 {
	font-size: 20px;
	line-height: 28px;
}

.t3,
.t3-b,
.f16,
.f16-b,
h3 {
	font-size: 16px;
	line-height: 24px;
}

.t4,
.t4-b,
.f14,
.f14-b,
h4 {
	font-size: 14px;
	line-height: 22px;
}

.t5,
.t5-b,
.f12,
.f12-b,
h5 {
	font-size: 12px;
	line-height: 20px;
}



/* 文本 end*/

/* 盒子投影 start */
.td-shadow-1 {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 5%), 0 4px 5px rgba(0, 0, 0, 8%), 0 2px 4px -1px rgba(0, 0, 0, 12%)
}

.td-shadow-2 {
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 5%), 0 8px 10px 1px rgba(0, 0, 0, 6%), 0 5px 5px -3px rgba(0, 0, 0, 10%)
}

.td-shadow-3 {
	box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 5%), 0 16px 24px 2px rgba(0, 0, 0, 4%), 0 8px 10px -5px rgba(0, 0, 0, 8%)
}

.shadow-xs {
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.shadow-sml {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}

.shadow-med {
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
}

.shadow-lrg {
	box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
	box-shadow: 0px 10px 31px 0px rgba(0, 0, 0, 0.1);
}

.shadow-xl-2 {
	box-shadow: 0px 15px 46px 0px rgba(0, 0, 0, 0.05);
}

/* 盒子投影 end */

/* 圆角 start */
.boder-radius-8 {
	border-radius: 8px;
}

.boder-radius-16 {
	border-radius: 16px;
}

.boder-radius-t-20 {
	border-radius: 20px 20px 0 0;
}

/* 圆角 end */
/* 间距 start */
/* 外边距 */
.margin-4 {
	margin: 4px;
}

.margin-8 {
	margin: 8px;
}

.margin-12 {
	margin: 12px;
}

.margin-16 {
	margin: 16px;
}

.margin-24 {
	margin: 24px;
}

.margin-32 {
	margin-top: 32px;
}

.margin-40 {
	margin: 40px;
}

.margin-48 {
	margin: 48px;
}

.margin-64 {
	margin: 64px;
}

.margin-96 {
	margin: 96px;
}

.margin-120 {
	margin: 120px;
}

.margin-160 {
	margin: 160px;
}

/* margin-top */
.margin-t-4 {
	margin-top: 4px;
}

.margin-t-8 {
	margin-top: 8px;
}

.margin-t-12 {
	margin-top: 12px;
}

.margin-t-16 {
	margin-top: 16px;
}

.margin-t-24 {
	margin-top: 24px;
}

.margin-t-32 {
	margin-top: 32px;
}

.margin-t-40 {
	margin-top: 40px;
}

.margin-t-48 {
	margin-top: 48px;
}

.margin-t-64 {
	margin-top: 64px;
}

.margin-t-96 {
	margin-top: 96px;
}

.margin-t-120 {
	margin-top: 120px;
}

.margin-t-160 {
	margin-top: 160px;
}

/* margin-left */
.margin-l-4 {
	margin-left: 4px;
}

.margin-l-8 {
	margin-left: 8px;
}

.margin-l-12 {
	margin-left: 12px;
}

.margin-l-16 {
	margin-left: 16px;
}

.margin-l-24 {
	margin-left: 24px;
}

.margin-l-32 {
	margin-left: 32px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-l-48 {
	margin-left: 48px;
}

.margin-l-64 {
	margin-left: 64px;
}

.margin-l-96 {
	margin-left: 96px;
}

.margin-l-120 {
	margin-left: 120px;
}

.margin-l-160 {
	margin-left: 160px;
}

/* 内边距 */
.padding-4 {
	padding: 4px;
}

.padding-8 {
	padding: 8px;
}

.padding-12 {
	padding: 12px;
}

.padding-16 {
	padding: 16px;
}

.padding-24 {
	padding: 24px;
}

.padding-32 {
	padding: 32px;
}

.padding-40 {
	padding: 40px;
}

.padding-48 {
	padding: 48px;
}

.padding-64 {
	padding: 64px;
}

.padding-96 {
	padding: 96px;
}

.padding-120 {
	padding: 120px;
}

.padding-160 {
	padding: 160px;
}

/* padding-top */
.padding-t-4 {
	padding-top: 4px;
}

.padding-t-8 {
	padding-top: 8px;
}

.padding-t-12 {
	padding-top: 12px;
}

.padding-t-16 {
	padding-top: 16px;
}

.padding-t-24 {
	padding-top: 24px;
}

.padding-t-32 {
	padding-top: 32px;
}

.padding-t-40 {
	padding-top: 40px;
}

.padding-t-48 {
	padding-top: 48px;
}

.padding-t-64 {
	padding-top: 64px;
}

.padding-t-96 {
	padding-top: 96px;
}

.padding-t-120 {
	padding-top: 120px;
}

.padding-t-160 {
	padding-top: 160px;
}

/* padding-left */
.padding-l-4 {
	padding-left: 4px;
}

.padding-l-8 {
	padding-left: 8px;
}

.padding-l-12 {
	padding-left: 12px;
}

.padding-l-16 {
	padding-left: 16px;
}

.padding-l-24 {
	padding-left: 24px;
}

.padding-l-32 {
	padding-left: 32px;
}

.padding-l-40 {
	padding-left: 40px;
}

.padding-l-48 {
	padding-left: 48px;
}

.padding-l-64 {
	padding-left: 64px;
}

.padding-l-96 {
	padding-left: 96px;
}

.padding-l-120 {
	padding-left: 120px;
}

.padding-l-160 {
	padding-left: 160px;
}

/* 间距 end */

/* 按钮 start */
.btn,.btn-normal{
	display: block;
	width: 104px;
	height: 36px;
	border: 1px solid #1AC178;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.btn {
	color: #fff;
	background-color: #1AC178;
}
.btn-normal{
	color: #1AC178;
	background-color: none;
}

/* 按钮 end */

/* 头像 start */
.tx-24,
.tx-28,
.tx-32,
.tx-48,
.tx-72 {
	border-radius: 50%;
	object-fit: cover;
}

.tx-24,
.img-24 {
	width: 24px;
	height: 24px;
}

.tx-28 {
	width: 28px;
	height: 28px;
}

.tx-32,
.img-32 {
	width: 32px;
	height: 32px;
}

.tx-48,
.img-48 {
	width: 48px;
	height: 48px;
}

.tx-72,
.img-72 {
	width: 72px;
	height: 72px;
}

.img-56 {
	width: 56px;
	height: 56px;
}

.img-120 {
	width: 120px;
	height: 120px;
}

/* 头像 end */

/* 标签 start */
.tag,
.tag-xs,
.tag-lg {
	display: inline-block;
	color: #FC6D17;
	background: #FFF6D7;
}

.tag {
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 12px;
	border-radius: 3px;
}

.tag-xs {
	height: 16px;
	line-height: 16px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	border-radius: 2px;
}

.tag-lg {
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	border-radius: 4px;
}
/* 标签 end */
/* 头部  start*/
header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}
header .head_top {
	border-bottom: 1px solid #EBEDF0;
}

header .win1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .head_r {
	display: flex;
	justify-content: flex-end;
}

header .head_r li {
	height: 28px;
	line-height: 28px;
	padding: 0 16px;
	position: relative;
}

header .head_r li::before {
	content: '';
	width: 1px;
	height: 14px;
	background: #EBEDF0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .head_r li:first-child::before {
	display: none;
}

header .head_r li img {
	max-height: 28px;
	margin-right: 4px;
}

/* logo */
header .head_con .win1200 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo_box {
	display: flex;
	align-items: center;
}

header .logo_img {
	width: 160px;
	/* height: 66px; */
}

header .logo_t {
	color: #fff;
	height: 40px;
	border-left: 1px solid #fff;
}

header .logo_t p {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

header .logo_t span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 12px;
	letter-spacing:2px;
}

/* 搜索框 */
header .search_box {
	width: 705px;
	height: 46px;
	border: 2px solid #1AC178;
	border-radius: 4px;
	display: flex;
}

header .search_box input {
	width: 568px;
	height: 100%;
	padding: 0 25px;
}

header .search_box button {
	width: 137px;
	height: 100%;
	color: #fff;
	background: #1AC178;
}

header .search_box img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

/* 菜单 */
header .head_nav {
	padding-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .head_nav li a {
	display: block;
	padding-bottom: 10px;
}

header .head_nav li a img {
	width: 8px;
	margin-left: 8px;
}

header .head_nav li.active a  span.nav-name{
	border-bottom: 4px solid #1AC178;
	padding-bottom: 10px;
}
header .head_nav li.active a  span {
	color: #1AC178;
  font-family: Noto Sans S Chinese;
  font-size: 16px;
}

/* 头部 end */
/* 尾部 start */
footer {
	width: 100%;
	background-color: #fff;
}

footer .foot_t {
	border-bottom: 1px solid #f6f6f6;
}

footer .foot_t .win1200 {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .foot_nav {
	width: 930px;
	display: flex;
	justify-content: space-between;
}

footer .foot_nav a {
	color: #FFF;
}

footer .phone_box {
	color: #FF4C4C;
	font-family: Microsoft YaHei;
}

footer .phone_box img {
	width: 18px;
	margin-right: 8px;
}

footer .foot_con_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 48px;
}

footer .link_list {
	margin-top: 40px;
}

footer .link_list ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}

footer .link_list a {
	color: #646566;
	line-height: 24px;
	margin-right: 24px;
}

footer .link_list a:hover {
	color: #fff;
}

footer .foot_b {
	text-align: center;
	line-height: 68px;
	border-top: 1px solid #eee;
}

footer .foot_con_l {
	width: 436px;
}

footer .foot_con_l_t:hover {
	color: #fff;
}

footer .foot_con_l_p {
	text-indent: 2em;
	line-height: 30px;
	text-align: justify;
	margin-top: 16px;
}

footer .company_info {
	width: 280px;
}

footer .company_info ul li {
	display: flex;
	margin-top: 12px;
}

footer .company_info ul li img {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}


footer .foot_con_r {
	display: flex;
}

footer .qr_box {
	width: 110px;
	height: 127px;
	/* padding: 8px; */
	text-align: center;
	background: #565656;
}

/* 尾部 end */

/* 提示框 */
.torpraps {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	display: none;
	border-radius: 5px;
	font-size: 14px;
	z-index: 10000000000;
}

/* 自定义 */
.win1200 {
	width: 1200px;
	margin: auto;
}

.ct795 {
	float: left;
	width: 795px;
}

.ct357 {
	float: right;
	width: 357px;
}

.clear::after,
.clear::before {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.nodata{
	padding: 40px;
	text-align: center;
	color: #999;
	font-size: 15px;
	width:100%;
}
/* 变灰 */
.disabled {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}


/* 分页 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination>div {
	background: #ffffff;
	border-radius: 4px;
	margin-right: 16px;
	font-size: 14px;
	font-family: Noto Sans S Chinese;
	font-weight: 400;
	color: #646566;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 34px;
	padding: 0 8px;
	cursor: pointer;
}

.pagination>div.current {
	color: #ffffff;
	background: #1ac178;
}

/* 完善电话号码弹窗 start */
.getNumber .pop_bg{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #333;
	opacity: 0.65;
	left: 0;
	top: 0;
	z-index: 999;
}

.getNumber .close_pop {
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}
.getNumber .close_pop img {
    width: 25px;
}
.getNumber .phone_yanzan_cont{
	position: fixed;
	z-index: 1999;
	width: 360px;
	height: 466px;
	background: #fff;
	border-radius: 5px;
	left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -233px;
}
.getNumber .disclick{
	background: #999!important;
}
.getNumber .contyanz{
	text-align: center;
}
.getNumber .pinkyanz{
	color: #ff939f;
	margin-top: 7px;
	font-size: 15px;
}
.getNumber .blackyanz{
	margin: 30px 0;
	font-size: 16px;
}
.getNumber .contyanz_in,.contyanz_in_y{
	width: 315px;
	height: 44px;
	margin: 0 auto 20px auto;
	display: flex;
}
.getNumber #phoneyz{
	font-size: 16px;
	color: #999;
	width: 315px;
	height: 44px;
	background: #f6f6f6;
	padding-left: 13px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
}
.getNumber #codeyz{
	font-size: 16px;
	color: #999;
	width: 200px;
	height: 44px;
	background: #f6f6f6;
	padding-left: 13px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	border-radius: 5px 0 0 5px;
}
.getNumber #btnyz{
	font-size: 15px;
	color: #fff;
	width: 115px;
	height: 44px;
	background: #f6f6f6;
	border-radius: 0 5px 5px 0;
	text-align: center;
	background-image: -moz-linear-gradient( 0deg, rgb(255,65,86) 0%, rgb(255,128,142) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,65,86) 0%, rgb(255,128,142) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,65,86) 0%, rgb(255,128,142) 100%);
	cursor: pointer;
}
.getNumber #subyz{
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 315px;
	height: 44px;
	background-image: -moz-linear-gradient( 0deg, rgb(255,65,86) 0%, rgb(255,128,142) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,65,86) 0%, rgb(255,128,142) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,65,86) 0%, rgb(255,128,142) 100%);
	box-shadow: 0px 0px 10px 0px #ff4357;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
/* 完善电话号码弹窗 end */

@media screen and (min-width:1201px) {
  .pc-hide{
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 1200px) {
  .yi-hide{
    display: none;
  }
  
}


/* 登录样式 start */
#login-container .color-lv {
    color: #1ac178 !important;
  }
  #login-container .clear-float::after,
  #login-container .clear-float::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  #login-container .clear-float::after,
  #login-container .clear-float::before {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }


  #login-container .login-mask {
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  #login-container ul,
  #login-container li {
    list-style: none;
  }
  #login-container p {
    vertical-align: middle;
  }
  #login-container .sns-login-note {
    position: fixed;
    z-index: 1000;
  }
  #login-container .sns-login-note .login-mask {
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  #login-container .sns-login-note .login-content {
    z-index: 99;
    width: 390px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
  }
  #login-container .sns-login-note .login-content .login-sns-close {
    position: absolute;
    top: -44px;
    right: 0;
    cursor: pointer;
  }
  #login-container .sns-login-note .login-content .login-sns-close img {
    width: 35px;
  }
  #login-container .sns-login-note .login-content .log-phone-tit {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #999999;
    border-bottom: 1px solid #e6e6e6;
  }
  #login-container .sns-login-note .login-content .log-phone-tit ul li {
    float: left;
    width: 50%;
    text-align: center;
  }
  #login-container .sns-login-note .login-content .log-phone-tit ul li span {
    display: inline-block;
    height: 50px;
  }
  #login-container .sns-login-note .login-content .log-phone-cont {
    padding: 10px 40px 0 40px;
  }
  #login-container .sns-login-note .login-content .log-phone-cont ul li {
    height: 45px;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    position: relative;
    border-radius: 5px;
    margin-top: 17px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  li
  .icon-shou {
    display: block;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 13px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  li
  .sns-phone {
    position: absolute;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #999999;
    left: 30px;
    width: 80%;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  li
  .snscode-li-code {
    position: absolute;
    font-size: 15px;
    right: 10px;
    top: 12px;
    cursor: pointer;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snstucode {
    width: 200px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snstucode
  .sns-tu-code {
    width: 166px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snstucode
  .sns-tu-img {
    position: absolute;
    right: -110px;
    top: 0;
    width: 100px;
    height: 42px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snacode-btn-li {
    border: 0;
    margin-top: 30px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snacode-btn-li
  .snacode-btn {
    width: 100%;
    height: 100%;
    background-color: #1ac178;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
  }
  #login-container .duanx-li {
    border-bottom: 3px solid #1ac178;
    font-weight: 700;
    color: #333;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snscode-li-pas
  .sns-yan-img {
    position: absolute;
    width: 20px;
    cursor: pointer;
    right: 8px;
    top: 8px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snscode-li-pas
  .sns-yan-img
  img {
    width: 20px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border: 0;
    background-color: #fff;
    margin-top: 10px;
    cursor: pointer;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-pass-text {
    text-align: right;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi {
    float: left;
    position: relative;
    height: 25px;
    line-height: 25px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  .forget-xieyi-radio {
    width: 12px;
    height: 12px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  .forget-xieyi-text {
    display: inline-block;
    margin-left: 26px;
    height: 25px;
    line-height: 25px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
    z-index: 0;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  label {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  input:checked
  + label {
    border: 1px solid #1ac178;
  }
  #login-container .radiocheck::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 6px;
    border: 2px solid #1ac178;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
  }
  #login-container input::-ms-reveal {
    display: none;
  }
  #login-container input::-ms-clear,
  #login-container input::-ms-reveal {
    display: none;
  }

  #login-container .color-lv {
    color: #1ac178 !important;
    background: transparent !important;
  }


  #login-container .login-mask {
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  #login-container ul,
  #login-container li {
    list-style: none;
  }
  #login-container p {
    vertical-align: middle;
  }
  #login-container .sns-login-note {
    position: fixed;
    z-index: 1000;
  }
  #login-container .sns-login-note .login-mask {
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  #login-container .sns-login-note .login-content {
    z-index: 99;
    width: 390px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
    padding-bottom: 40px;
    border-radius: 10px;
  }
  #login-container .sns-login-note .login-content .login-sns-close {
    position: absolute;
    top: -44px;
    right: 0;
    cursor: pointer;
  }
  #login-container .sns-login-note .login-content .login-sns-close img {
    width: 35px;
  }
  #login-container .sns-login-note .login-content .log-phone-tit {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #999999;
    border-bottom: 1px solid #e6e6e6;
  }
  #login-container .sns-login-note .login-content .log-phone-tit ul li {
    float: left;
    width: 50%;
    text-align: center;
  }
  #login-container .sns-login-note .login-content .log-phone-tit ul li span {
    display: inline-block;
    height: 50px;
  }
  #login-container .sns-login-note .login-content .log-phone-cont {
    padding: 10px 40px 0 40px;
  }
  #login-container .sns-login-note .login-content .log-phone-cont ul li {
    height: 45px;
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    position: relative;
    border-radius: 5px;
    margin-top: 17px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  li
  .icon-shou {
    display: block;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 13px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  li
  .sns-phone {
    position: absolute;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #999999;
    left: 30px;
    width: 80%;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  li
  .snscode-li-code {
    position: absolute;
    font-size: 15px;
    right: 10px;
    top: 12px;
    cursor: pointer;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snstucode {
    width: 200px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snstucode
  .sns-tu-code {
    width: 166px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snstucode
  .sns-tu-img {
    position: absolute;
    right: -110px;
    top: 0;
    width: 100px;
    height: 42px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snacode-btn-li {
    border: 0;
    margin-top: 30px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snacode-btn-li
  .snacode-btn {
    width: 100%;
    height: 100%;
    background-color: #1ac178;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer;
  }
  #login-container .duanx-li {
    border-bottom: 3px solid #1ac178;
    font-weight: 700;
    color: #333;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snscode-li-pas
  .sns-yan-img {
    position: absolute;
    width: 20px;
    cursor: pointer;
    right: 8px;
    top: 8px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .snscode-li-pas
  .sns-yan-img
  img {
    width: 20px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border: 0;
    background-color: #fff;
    margin-top: 10px;
    cursor: pointer;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-pass-text {
    text-align: right;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi {
    float: left;
    position: relative;
    height: 25px;
    line-height: 25px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  .forget-xieyi-radio {
    width: 12px;
    height: 12px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  .forget-xieyi-text {
    display: inline-block;
    margin-left: 26px;
    height: 25px;
    line-height: 25px;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
    z-index: 0;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  label {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
  }
  #login-container
  .sns-login-note
  .login-content
  .log-phone-cont
  ul
  .forget-pass
  .forget-xieyi
  input:checked
  + label {
    border: 1px solid #1ac178;
  }
  #login-container .radiocheck::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 6px;
    border: 2px solid #1ac178;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
  }
  #login-container input::-ms-reveal {
    display: none;
  }
  #login-container input::-ms-clear,
  #login-container input::-ms-reveal {
    display: none;
  }

  #login-container .wechart_in {
    display: none;
    font-size: 14px;
    color: #999;
  }
  #login-container .auth_reStart {
    display: none;
    color: #009d4c;
    cursor: pointer;
    margin-top: 18px;
  }
  #login-container .auth_success {
    margin: 30px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
  }
  #login-container .login-content {
    width: 452px !important;
  }
  #login-container .log_pc_login {
    position: absolute;
    right: 74px;
    top: 15px;
    cursor: pointer;
    display: block;
  }
  #login-container .log_pc_login_button {
    color: #1ac178;
    font-size: 12px;
    border: 1px solid;
    display: block;
    line-height: 19px;
    text-align: center;
    border-radius: 5px;
    padding: 2px 4px;
  }
  #login-container .log-phone-tit {
    margin-top: 20px;
  }
  #login-container .sns-login-note .login-content .log-phone-tit ul li {
    width: auto;
    margin-right: 30px;
    cursor: pointer;
  }
  #login-container .sns_loginNew {
    padding-left: 53px;
  }
  #login-container .log_pc_login_bg {
    position: absolute;
    right: -60px;
    top: 0;
    cursor: pointer;
  }
  #login-container .snstucode {
    width: 262px !important;
  }
  #login-container .sns-login-qscode-auth {
    text-align: center;
    display: none;
  }
  #login-container .qscode-auth_ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #login-container .log_mp_login .log_pc_login_bg {
    position: absolute;
    right: 13px !important;
    top: 5px !important;
    cursor: pointer;
  }
  #login-container .log_pc_login_bg img {
    border-bottom: 0 !important;
  }
  #login-container .qscode-auth_title {
    text-align: center;
    font-size: 16px;
    color: #333;
  }
  #login-container .qscode-auth_tip {
    font-size: 18px;
    color: #333;
    margin-top: 16px;
  }
  #login-container .qscode-auth_ul {
    margin-top: 27px;
  }
  #login-container .qscode-auth_pic {
    width: 207px;
    height: 207px;
    margin: 28px auto 0 auto;
    border: 1px solid #333;
  }
  #login-container .qsCenter {
    margin: 0 18px;
    font-size: 14px;
    color: #999;
  }
  #login-container .qsColor {
    color: #1ac178;
    font-size: 14px;
    cursor: pointer;
  }


  
#sns-tu-codeimg {
  cursor: pointer;
}
 
/* 退出登录的遮罩 */
.bMask {
  background: #000;
  opacity: .3;
  filter: alpha(opacity=30);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

/* 退出登录的弹窗 - start */
.dialogWrap .of{overflow:hidden;}
.dialogWrap .c-666{color:#666;}
.dialogWrap .fsize14{font-size:14px;}
.dialogWrap .tac{text-align:center;}
.dialogWrap .c-666{color:#666;}
.dialogWrap .mt20{margin-top:15px;}
.dialogWrap .ml20{margin-left:20px;}
.dialogWrap .mb20{margin-bottom:20px;}
.dialogWrap .mr20{margin-right:20px;}
.dialogWrap{position:fixed;left:50%;top:50%;z-index:9999999;}
.dialogWrap .dialog-ele{border-radius:6px;overflow:hidden;}
.dialogWrap .d-s-head{background-color:#00ab34;border-bottom:1px solid #e2e2e2;height:44px;line-height:44px;padding:0 15px;}
.dialogWrap .pr{position:relative;}
.dialogWrap .d-s-head-txt{color:#fff;font-size:16px;}
.dialogWrap .d-tips-2{position:relative;width:400px;}
.dialogWrap .c-666{color:#666;}
.dialogWrap .tac{text-align:center;}
.dialogWrap .mt30{margin-top:30px;}
.dialogWrap p{vertical-align:middle;}
/* 退出登录的弹窗 - end */

/* 登录样式 end */


/* 头部header start */
.user-avatar-tooltip {
	position: absolute;
	top: 35px;
	background: #fff;
	width: 200px;
	height: 75px;
	padding: 18px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	z-index: 101;
}

.user-avatar-tooltip .pointer {
	position: absolute;
	top: -8px;
	width: 0px;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.user-avatar-tooltip .username {
  align-self: start;
  cursor: default ;
}

.user-avatar-tooltip img {
	background: rgb(228, 226, 226);
	width: 34px!important ;
	max-height: 34px !important ;
	height: 34px!important;
	border-radius: 50%;
	margin-right: 16px !important;
	cursor: default;

}
.user-avatar-tooltip .info-container {
	height: 100%;
}


.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-grow {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}


.head_nav li {
  font-family: Noto Sans S Chinese;
}

#sub-nav {
  width: 100vw;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 99;
  box-sizing: border-box;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  font-size: 14px;
  color: #646566;
  top: 200px;
  right: 0px;
  display: none;
}

.connect-top {
  width: 100%;
  height: 13px;
  background-color: transparent;
  box-sizing: border-box;
}

.connect-cover {
  width: 100%;
  height: 15px;
  background-color: white;
  box-sizing: border-box;
}

.sub-nav-items {
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-sizing: border-box;
}

#sub-nav a {
  border-bottom: 0;
  padding: 0;
  color: #323233;
}

#sub-nav a:hover {
  color: #1ac178;
}

#sub-nav a:not(:last-child) {
  margin-right: 48px;
}
/* 头部header end */


/* 搜索 start  */
.search-pop .flex {
  display: flex;
}
.search-pop .flex-col {
  flex-direction: column;
}
.search-pop .flex-grow {
  flex-grow: 1;
}
.search-pop .justify-between {
  justify-content: space-between;
}
.search-pop .justify-center {
  justify-content: center;
}
.search-pop .justify-start {
  justify-content: start;
}
.search-pop .items-center {
  align-items: center;
}
.search-pop .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.search-container .search-pop .input-container {
  padding: 0;
}
.search-container .search-pop .container {
  margin: 0 25px;
}
.search-pop .modules-input {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.search-pop .modules-input::before {
  content: "";
  width: 100px;
  height: 100%;
  flex-shrink: 0;
}
.search-pop .modules-input .divider {
  height: 30px;
  width: 1px;
  flex-shrink: 0;
  background-color: #ddd;
}
.search-pop .modules-input input {
  padding-left: 16px;
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #323233;
  flex-grow: 1;

}
.search-pop .modules {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: white;
  width: 100px;
  font-size: 16px;
  font-family: Noto Sans S Chinese;
  font-weight: 400;
  color: #646566;
  cursor: pointer;
}
.search-pop .modules span {
  position: absolute;
  top: 12px;
  right: 10px;
}
.search-pop .modules .options {
  border: 2px solid #1ac178;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  border-top: none;
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: 42px;
  background: white;
}
.search-pop .module {
  height: 42px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}
.search-pop .module:not(.default):hover {
  background-color: #1ac1792f;
}


  .search-container {
      position: relative;
      width: 600px;
      height:46px;
  }
  .search-pop {
    position: absolute;
    font-size: 16px;
    color: #333;
    margin: 0;
    font-family: "微软雅黑";
    -webkit-box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none !important;
    -webkit-user-select: none !important;
    -webkit-tap-highlight-color: rgba(200, 200, 200, 0);
    font-weight: normal;
    width: 705px;
    border-radius: 4px;
    display: flex;
  }
  .search-pop .input-container {
    background: white;
    z-index: 2;
    width: 462px;
    border: 2px solid #1ac178;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 25px;
    box-sizing: border-box;
  }

  .search-pop .container{
    display: none;
  }

  .search-pop input {
    outline: none;
    border: none;
    height: 42px;
  }
  .search-pop button {
    height: 46px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: "微软雅黑";
    cursor: pointer;
      width: 137px;
      color: #fff;
      background: #1ac178;
  }

  .search-pop a {
    text-decoration: none;
  }

  .search-pop .title {
    font-size: 14px;
    color: #969799;
    padding: 23px 0 16px 0;
    border-bottom: 1px solid #ebedf0;
    border-radius: 0;
  }

  .search-pop .recommend {
    margin-top: 21px;
    color: #323233;
  }

  .search-pop .recommend .fire-icon {
    width: 14px;
    height: 16px;
  }

  .search-pop .history {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .search-pop .trash-bin-icon {
    width: 12px;
    height: 14px;
    margin-bottom: 5px;
  }

  .search-pop .search-icon {
    margin-right: 3px;
  }

  .search-container .recommend {
      padding: 0;
      cursor: pointer;
  }
/* 搜索 end  */
  .swiper-slide{
    /*width: 100vw;*/
      text-align: center;
  }


/* 兑换课程 */
.exchange{
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
}
/* 兑换课程弹窗 start*/
.pop_bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
}

.pop_box {
	width: 429px;
	padding: 30px 0;
	background-color: #fff;
	border-radius: 16px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.pop_box p {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.input_box {
	margin-top: 4px;
}

.input_box input {
	width: 300px;
	height: 44px;
	margin-top: 26px;
	line-height: 44px;
	border-radius: 25px;
	border: 1px solid rgb(220, 222, 224);
	background-color: rgb(247, 248, 250);
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.submit {
	width: 300px;
	height: 44px;
	line-height: 44px;
	margin-top: 26px;
	border-radius: 25px;
	background-color: rgb(26, 193, 120);
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}

.closebtn img {
	width: 30px;
}

/* 兑换课程弹窗 end*/

/* 播报 */
.index_bob {
   padding: 0 20px;
   height: 40px;
   overflow: hidden;
   background: #f6f6f6;
   border-radius: 50px;
   margin-top: 30px;
 }
 .index_bob ul li{
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 .index_bob ul li .bob_main{
 	display: flex;
 	justify-content: flex-start;
 	align-items: center;
 }
 .index_bob ul li .bob_main p:nth-child(1) {
   background: #ffebba;
   color: #e19f01;
   font-size: 12px;
   border-radius: 50px;
   padding: 5px 10px;
   margin-right: 10px;
   text-align: center;
 }
 .index_bob ul li .bob_main p:nth-child(2) {
   font-size: 14px;
   color: #666666;
   line-height: 40px;
 }
 .index_bob ul li h6{
   font-size: 14px;
   color: #999;
   font-weight: 300;
   line-height: 40px;
 }
 .index_bob ul li p .bob_jine{
 	color: #ff1212;
 }
 .index_bob ul li p .bob_huiy{
 	color: #1ac178;
 }
 .max_1200{
 	width:1200px;
 	margin-right: auto;
 	margin-left: auto;
 }
 
 .pc_nav{
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 width: 800px;
 }
 .pc_nav li a{
 	 font-size: 20px;
	 color: #fff;
 }
 .pc_nav li a:hover{
 	 color: #e842ed !important;
	 transition: 0.3s;
 }