.banner {
	position: relative;
}

.head_info .log_text {
	color: #666666;
	font-size: .8rem;
}

.head_info .log_text {
	display: none;
}

.banner .banner_pr,
.banner .banner_nx {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	z-index: 999;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
}

.banner .banner_pr {
	left: 0px;
}

.banner .banner_nx {
	right: 55px;
}

.head_info {
	background: #f0f0f0;
	padding: 10px 0;
}

.head_info .t {
	color: #666666;
	font-size: .8rem;
}

.head_info .fenxiang {
	font-size: .9rem;
	color: #666666;
}

.head_info .fenxiang a {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 0px;
}

.head_caozuo {
	padding: 20px 0;
}

.head_caozuo .sousuo {
	width: 680px;
	display: inline-block;
	margin-top: 20px;
}

.head_caozuo .sousuo .text {
	width: 540px;
	display: inline-block;
	height: 50px;
	background: #c9c9c9;
	border-radius: 20px 0px 0px 20px;
	padding-left: 20px;
}

.head_caozuo .sousuo .text::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #ffffff;
}

.head_caozuo .sousuo .text::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #ffffff;
}

.head_caozuo .sousuo .text::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #ffffff;
}

.head_caozuo .sousuo .but {
	height: 50px;
	width: 115px;
	border-radius: 0px 25px 25px 0;
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
}

.head_caozuo .sousuo .bb {
	position: relative;
}

.head_caozuo .sousuo .bb::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 31px;
	display: inline-block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/p1.png) center no-repeat;
}

.c_bk {
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
	display: inline-block;
}

.head_caozuo .hot_list {
	margin-top: 5px;
}

.head_caozuo .hot_list a,
.head_caozuo .hot_list span {
	color: #666666;
	font-size: .8rem;
}

.head_caozuo .hot_list a {
	margin-right: 4px;
}

.head_caozuo .hot_list a:hover {
	color: #0cc5a1;
}

.head_caozuo .but_gui {
	margin-left: 30px;
}

.head_caozuo .but_gui .i1 {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	font-size: .8rem;
	border-radius: 12px;
}

.head_caozuo .but_gui .i2 {
	color: #333;
	padding: 4px 15px;
	position: relative;
	font-size: .9rem;
	border: 1px solid #0cc5a1;
	margin-left: 15px;
}

.head_caozuo .but_gui .i3 {
	color: #f96161;
	padding: 4px 15px;
	position: relative;
	font-size: .9rem;
	border: 1px solid #f96161;
	margin-left: 15px;
	border-radius: 25px;
}

.c_ems_nub {
	display: inline-block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	font-style: normal;
	line-height: 15px;
	background: #ec2f46;
	display: inline-block;
	color: #fff;
	font-size: .8rem;
	position: absolute;
	right: -10px;
	top: -10px;
}

.head_caozuo .but_gui .log {
	margin-left: 12px;
	text-align: center;
}

.head_caozuo .but_gui .log span {
	font-size: .7rem;
	margin-top: 5px;
}

.head_caozuo .but_gui .b {
	margin-top: 30px;
}

.nav {
	background: #0cc5a1;
}

.nav ul li .li_a {
	padding: 25px 45px;
	color: #ffffff;
	display: block;
	font-size: 1.1rem;
	position: relative;
}

.nav ul li .li_a:hover {
	background: #00b38a;
}

.nav ul li .li_a::before {
	content: '';
	height: 2px;
	bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 0px;
	display: block;
	position: absolute;
	left: 50%;
	background: #fff;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.nav ul li .li_a:hover::before {
	content: '';
	width: 40px;
}

.nav ul .on .li_a {
	background: #00b38a;
}

.nav ul .on .li_a::before {
	width: 40px;
}

.nav ul .more {
	position: relative;
}

.c_tip {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #ec2f46;
	border-radius: 50%;
	top: 35%;
	right: 15%;
}

.nav ul .more dl {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	padding-top: 12px;
	width: 100%;
	z-index: 99;
	display: none;
	left: 0px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	top: 60px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.nav ul .more dl dd {
	padding: 5px 10px;
	text-align: center;
}

.nav ul .more dl dd a {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #666;
	font-size: 1rem;
}

.nav ul .more dl dd a:hover {
	color: #0cc6a1;
	border-bottom: 1px solid #0cc6a1;
}

.nav ul .more:hover dl {
	display: block;
}

.nav ul li {
	position: relative;
}

.nav ul li .li_show_child {
	position: absolute;
	width: 550px;
	padding: 30px 40px;
	width: 470px;
	z-index: 99;
	display: none;
	background: #fff;
	border-radius: 4px;
	top: 70px;
	left: -20px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.nav ul li .li_show_child .t {
	color: #666;
	font-size: 1rem;
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}

.nav ul li .li_show_child .t:hover {
	color: #0cc5a1;
}

.nav ul li .li_show_child .t::before {
	content: '';
	height: 20px;
	width: 1px;
	background: #9be0d2;
	display: block;
	position: absolute;
	left: 0px;
	top: 3px;
}

.nav ul li .li_show_child dl {
	margin-bottom: 25px;
}

.nav ul li .li_show_child dl dd {
	width: 20%;
	margin-bottom: 10px;
}

.nav ul li .li_show_child dl dd a {
	color: #666;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	padding: 2px 12px;
	border-radius: 25px;
	font-size: .8rem;
}

.nav ul li .li_show_child dl dd:hover a {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
}

.nav ul li .li_show_child dl {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;
}

.nav ul li .li_show_child dl:last-child {
	margin-bottom: 0px;
	border-bottom: 0px none;
}

.nav ul li:hover .li_show_child {
	display: block;
}

.c_tip_1 {
	background: url(../img/p5.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	color: #fff;
	font-size: .7rem;
	width: 57px;
	height: 24px;
	right: 0px;
	top: 5px;
	text-align: center;
	line-height: 15px;
	padding: 2px;
}

.gg_1 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.common_title_1 {
	margin-bottom: 30px;
}

.common_title_1 .icon {
	margin-top: 5px;
}

.common_title_1 .tit {
	color: #666666;
	font-size: 1.4rem;
	margin-left: 8px;
	margin-top: 8px;
}

.common_title_1 .gui {
	margin-left: 60px;
	margin-top: 16px;
}

.common_title_1 .gui a {
	color: #888888;
	font-size: .8rem;
	display: inline-block;
	margin-right: 10px;
}

.common_title_1 .more {
	color: #0cc5a1;
	font-size: 1rem;
	background: url(../img/img16.jpg) left center no-repeat;
	padding-left: 35px;
	margin-top: 15px;
}

.common_title_1 .more a {
	color: #0cc5a1;
}

.common_cont_warp ul li {
	overflow: hidden;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 30px;
	position: relative;
}

.common_cont_warp ul li:nth-child(4n) {
	margin-right: 0px;
}

.common_cont_warp ul li .show_img {
	border-radius: 12px;
	width: 100%;
}

.common_cont_warp ul li .t_zz {
	position: absolute;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: -80px;
	opacity: .3;
	left: 0px;
}


/*.common_cont_warp ul li .b_zz {
	position: absolute;
	width: 100%;
	bottom: 0px;
	opacity: .3;
	left: 0px;
}*/

.common_cont_warp ul li .dectr {
	background: #0cc5a1;
	padding: 12px 3%;
	z-index: 94;
	position: absolute;
	border-radius: 0px 0px 10px 10px;
	width: 94%;
	bottom: -80px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.common_cont_warp ul li .t {
	color: #ffffff;
	font-size: 1rem;
}

.common_cont_warp ul li .down {
	color: #fff;
	background: url(../img/img27.jpg) left center no-repeat;
	padding-left: 25px;
	margin-right: 15px;
}

.common_cont_warp ul li:hover .dectr {
	bottom: 0px;
}

.common_cont_warp ul li:hover .t_zz {
	top: 0px;
}

.common_cont_warp ul li .biaoshi1 {
	display: inline-block;
	width: 72px;
	height: 37px;
	background: url(../img/p8.png) center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-size: 1.2rem;
	position: absolute;
	right: 2%;
	top: 5%;
}

.common_cont_warp ul li {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 10px;
}

.common_cont_warp ul li:hover {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}

.m1 .fun_box {
	position: relative;
}

.m1 .fun_box .pr,
.m1 .fun_box .ne {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -70%);
	-ms-transform: translate(0, -70%);
	transform: translate(0, -70%);
	cursor: pointer;
}

.m1 .fun_box .pr {
	left: -60px;
}

.m1 .fun_box .ne {
	right: -60px;
}

.m2 {
	background: #fafafa;
	padding: 65px 0;
}

.common_title_2 .more {
	background: url(../img/img42.jpg) left center no-repeat;
}

.m2 .common_title_1 .icon {
	margin-top: 2px;
}

.m2 .common_cont_warp ul li .t {
	font-size: 1.3rem;
}

.m2 .common_cont_warp ul li .down {
	font-size: 1.3rem;
}

.page {
	text-align: center;
}

.page a {
	color: #666;
	font-size: .8rem;
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	margin: 0px 5px;
}

.page .n {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.page .n:hover {
	background: #20d9b5;
	color: #fff;
	border: 1px solid #20d9b5;
}

.page .on {
	background: #20d9b5;
	color: #fff;
	border: 1px solid #20d9b5;
}

.m2 .common_cont_warp {
	margin-bottom: 30px;
}

.m1 {
	padding-bottom: 40px;
}

.m4 {
	padding: 70px 0;
}

.m4 .page {
	margin-top: 30px;
}

.m5 {
	padding: 70px 0;
	background: #fafafa;
}

.m5 .page {
	margin-top: 30px;
}

.m6 {
	height: 60px;
	width: 100%;
}

.m7 {
	padding: 70px 0;
	background: #fafafa;
}

.m7 .title .more {
	background: url(../img/img28.jpg) left center no-repeat;
	padding-left: 45px;
	padding-right: 30px;
}

.m7 .title .more a {
	padding: 6px 30px;
	border-radius: 25px;
	border: 1px solid #33ceb0;
	display: inline-block;
	font-size: 1rem;
	color: #33ceb0;
}

.m7 ul {
	margin-top: 30px;
}

.m7 ul li {
	width: 31%;
	margin: 0px 1%;
	position: relative;
}

.m7 ul li .img img {
	border-radius: 10px;
	width: 100%;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}

.m7 ul li::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(255, 255, 255, .5);
}

.m7 ul li .bt {
	border: 1px solid #d4d2d0;
	padding: 5px 0;
	width: 195px;
	border-radius: 25px;
	line-height: 40px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 1.4rem;
	font-weight: bold;
	color: #666666;
	bottom: 40px;
}

.m7 ul li:hover .bt {
	bottom: 80px;
	color: #fff;
	border: 1px solid #00B48B;
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
}

.m7 ul li:hover::before {
	opacity: 0;
}

.footer {
	background: #535353;
	padding: 25px 0;
}

.footer .link {
	color: #d8d8d8;
	font-size: .8rem;
	border-bottom: 1px solid #838383;
	padding: 0px 40px;
	padding-bottom: 12px;
}

.footer .link span {
	font-size: .9rem;
	display: inline-block;
	color: #fff;
	margin-right: 4px;
}

.footer .link a {
	color: #d8d8d8;
	font-size: .8rem;
	display: inline-block;
	margin-right: 15px;
	margin-top: 2px;
}

.footer .list1 .tit {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer .info {
	border-bottom: 1px solid #838383;
	padding: 0px 40px;
	padding-top: 65px;
	padding-bottom: 12px;
}

.footer .list1 {
	padding-right: 120px;
}

.footer .list1 .l {
	color: #e7e7e7;
	padding: 4px 0;
	font-size: .8rem;
	padding-left: 30px;
	margin-bottom: 10px;
}

.footer .list1 .i1 {
	background: url(../img/img35.jpg) left center no-repeat;
}

.footer .list1 .i2 {
	background: url(../img/img38.jpg) left center no-repeat;
}

.footer .list2 {
	width: 450px;
	border-left: 1px solid #838383;
	padding-top: 25px;
	padding-left: 80px;
	position: relative;
}

.footer .list2::before {
	content: '';
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 80px;
	top: 5px;
}

.footer .list2 a {
	color: #d1d1d1;
	font-size: .9rem;
	display: inline-block;
	width: 33%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.footer .list2 a span {
	padding-bottom: 4px;
	background: url(../img/img44.jpg) left 4px no-repeat;
	padding-left: 20px;
}

.footer .list2 a:hover {
	color: #15b697;
}

.footer .list2 a:hover span {
	border-bottom: 1px dashed #d1d1d1;
	background: url(../img/img45.jpg) left 4px no-repeat;
}

.footer .fenxiang {
	width: 230px;
	padding-right: 20px;
	padding-top: 20px;
	border-right: 1px solid #838383;
}

.footer .fenxiang a {
	display: inline-block;
	width: 35px;
	margin-bottom: 10px;
	height: 37px;
}

.footer .weixin {
	width: 300px;
}

.footer .weixin .li {
	width: 49%;
	text-align: center;
}

.footer .weixin .li .t {
	font-size: .8rem;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}

.footer .weixin .but {
	text-align: center;
	padding: 15px 0;
}

.footer .weixin .but a {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #797979;
	border-radius: 25px;
	font-weight: bold;
	color: #868686;
}

.footer .copy {
	color: #cfcfcf;
	font-size: .9rem;
	text-align: center;
	padding-top: 15px;
}

.footer .copy a {
	color: #cfcfcf;
}

.rit_fix_menlian {
	position: fixed;
	width: 55px;
	height: 100%;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
	background: #fff;
	z-index: 999;
	right: 0px;
}

.rit_fix_menlian ul {
	padding-top: 60px;
}

.rit_fix_menlian ul li {
	text-align: center;
	position: relative;
	padding-top: 5px;
	border-top: 2px solid #cccccc;
	padding-bottom: 5px;
	border-bottom: 2px solid #cccccc;
	margin-top: -2px;
	overflow: hidden;
}

.rit_fix_menlian ul li .img {
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.rit_fix_menlian ul li .i1 {
	background: url(../img/img52.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li:hover .i1 {
	background: url(../img/img58.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li .i2 {
	background: url(../img/img53.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li:hover .i2 {
	background: url(../img/img59.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li .i3 {
	background: url(../img/img54.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li:hover .i3 {
	background: url(../img/img60.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li .i4 {
	background: url(../img/img55.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li:hover .i4 {
	background: url(../img/img61.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li .i5 {
	background: url(../img/img56.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li:hover .i5 {
	background: url(../img/img62.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li .i6 {
	padding: 10px 0;
}

.rit_fix_menlian ul li .i6 {
	background: url(../img/img57.jpg) 0px center no-repeat;
}

.rit_fix_menlian ul li a {
	color: #999999;
	font-size: .9rem;
}

.rit_fix_menlian ul li:hover a {
	color: #00B38A;
}

.common_dian {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 6px;
	height: 6px;
	background: #f98530;
	border-radius: 50%;
	display: inline-block;
}

.common_new_icon {
	position: absolute;
	left: 0px;
	top: 0px;
}

.let_fix_menlian {
	width: 45px;
	position: fixed;
	top: 10%;
	left: 5%;
	display: none;
	border-radius: 5px;
	background: #fff;
	z-index: 999;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}

.let_fix_menlian .img {
	display: inline-block;
}

.let_fix_menlian ul li {
	text-align: center;
	color: #999999;
	font-size: .9rem;
}

.let_fix_menlian ul {
	padding: 20px 0;
}

.let_fix_menlian ul li {
	margin-bottom: 30px;
}

.let_fix_menlian ul li .img {
	display: inline-block;
	width: 30px;
	height: 32px;
	background-size: 100%;
}

.let_fix_menlian ul li .i1 {
	background: url(../img/img69.jpg) center no-repeat;
}

.let_fix_menlian ul li:hover .i1 {
	background: url(../img/img68.jpg) center no-repeat;
}

.let_fix_menlian ul .on .i1 {
	background: url(../img/img68.jpg) center no-repeat;
}

.let_fix_menlian ul li .i2 {
	background: url(../img/img64.jpg) center no-repeat;
}

.let_fix_menlian ul li:hover .i2 {
	background: url(../img/img70.jpg) center no-repeat;
}

.let_fix_menlian ul .on .i2 {
	background: url(../img/img70.jpg) center no-repeat;
}

.let_fix_menlian ul li .i3 {
	background: url(../img/img65.jpg) center no-repeat;
}

.let_fix_menlian ul li:hover .i3 {
	background: url(../img/img71.jpg) center no-repeat;
}

.let_fix_menlian ul .on .i3 {
	background: url(../img/img71.jpg) center no-repeat;
}

.let_fix_menlian ul li .i4 {
	background: url(../img/img66.jpg) center no-repeat;
}

.let_fix_menlian ul li:hover .i4 {
	background: url(../img/img72.jpg) center no-repeat;
}

.let_fix_menlian ul .on .i4 {
	background: url(../img/img72.jpg) center no-repeat;
}

.let_fix_menlian ul li:hover a {
	color: #0cc5a1;
}

.let_fix_menlian .top {
	background: #0cc5a1;
	padding: 10px 0;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
}

.let_fix_menlian ul .on a {
	color: #0cc5a1;
}

.nav_logo {
	background: #fff;
}

.nav_logo ul li .li_a {
	color: #666666;
	font-size: 1rem;
	padding: 25px 18px;
}

.nav_logo ul li .li_a:hover {
	background: #fff;
}

.nav_logo ul .on .li_a {
	background: #fff;
	color: #0cc5a1;
}

.nav_logo .head_caozuo {
	margin-left: 0px;
}

.nav_logo .head_caozuo .but_gui {
	margin-left: 0px;
}

.nav_logo .head_caozuo .but_gui .b {
	margin-top: 4px;
}

.nav_logo .head_caozuo .but_gui .log {
	margin-top: -5px;
}

.nav_logo .head_caozuo .but_gui .i1 {
	background-image: none;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px 12px;
}

.nav_logo .head_caozuo .but_gui .i2 {
	border: 0px none;
	margin-left: 0px;
}

.nav_logo .head_caozuo .but_gui .i3 {
	margin-left: 5px;
}

.nav_logo .logo {
	margin-top: 10px;
}

.nav_logo .logo img {
	height: 60px;
}

.nav_logo .c_tip_1 {
	background: url(../img/p9.png) center no-repeat;
	background-size: 100% 100%;
}

.nav ul .more dl {
	width: 200px;
	left: -10px;
}

.weizhi_warp {
	background: #ebebeb;
	padding: 12px 0;
}

.weizhi_warp a {
	color: #666666;
	font-size: .9rem;
	display: inline-block;
	margin: 0px 4px;
}

.child_warp {
	margin-top: 60px;
}

.m9 ul li {
	border: 1px solid #b5b5b5;
	border-radius: 15px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m9 ul li img {
	border-radius: 15px 0px 0px 15px;
}

.m9 ul li .text {
	width: 570px;
	margin-top: 55px;
	margin-left: 55px;
}

.m9 ul li .text .t {
	color: #404040;
	font-size: 1.1rem;
}

.m9 ul li .text .time {
	color: #0dc5a1;
	font-size: .9rem;
	margin-top: 4px;
	margin-right: 15px;
}

.m9 ul li .text .dect {
	color: #404040;
	font-size: .9rem;
	margin-top: 12px;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
}

.m9 ul li .hr a {
	border: 1px solid #c5c5c5;
	border-radius: 25px;
	color: #999999;
	font-size: .9rem;
	display: inline-block;
	padding: 10px 30px;
	margin-top: 15px;
	margin-right: 15px;
	font-size: .9rem;
	margin-top: 80px;
	margin-right: 60px;
}

.m9 ul li .hr a:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
}

.m9 ul li:hover {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}

.m9 ul li {
	margin-bottom: 60px;
}

.m9 {
	padding-bottom: 50px;
}

.child_sousuo_warp {
	background: url(../img/img79.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 12px 0;
}

.child_sousuo_warp .form {
	display: inline-block;
}

.child_sousuo_warp .form .t {
	color: #7c7c7c;
	font-size: 1.6rem;
	font-weight: bold;
}

.child_sousuo_warp .form .text {
	width: 135px;
	height: 35px;
	background: #c9c9c9;
	display: inline-block;
	padding-left: 10px;
	margin-left: 15px;
	border-radius: 15px 0px 0px 15px;
	font-size: .8rem;
}

.child_sousuo_warp .form .text::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #ffffff;
}

.child_sousuo_warp .form .text::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #ffffff;
}

.child_sousuo_warp .form .text::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #ffffff;
}

.child_shaixuan_warp {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.child_sousuo_warp .form .but {
	position: relative;
}

.child_sousuo_warp .form .but input {
	width: 80px;
	height: 35px;
	margin-left: 2px;
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
	border-radius: 0px 15px 15px 0;
}

.child_sousuo_warp .form .but::before {
	content: '';
	height: 25px;
	display: block;
	width: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	background: url(../img/p1.png) center no-repeat;
	background-size: auto 20px;
	margin-top: -15px;
}

.child_sousuo_warp .form .dome {
	margin-top: 3px;
}

.child_shaixuan_warp .dome {
	padding: 40px 100px;
}

.child_shaixuan_warp .c_weizhi {
	color: #666666;
	font-size: 1rem;
}

.child_shaixuan_warp .c_weizhi span,
.child_shaixuan_warp .c_weizhi a {
	color: #666666;
	font-size: 1rem;
	display: inline-block;
	margin: 0px 4px;
	margin-top: 5px;
}

.child_shaixuan_warp .sousou .text {
	background: #c9c9c9;
	font-size: .9rem;
	padding: 0px 10px;
	height: 35px;
	margin-left: 4px;
	border-radius: 10px 0px 0px 10px;
}

.child_shaixuan_warp .sousou .text::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #ffffff;
}

.child_shaixuan_warp .sousou .text::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #ffffff;
}

.child_shaixuan_warp .sousou .text::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #ffffff;
}

.child_shaixuan_warp .sousou .but input {
	margin-left: 2px;
	background: #c9c9c9;
	height: 35px;
	font-size: .9rem;
	padding: 4px 20px;
	display: block;
	border-radius: 0px 10px 10px 0px;
	background: url(../img/img77.jpg) center no-repeat #c9c9c9;
}

.child_shaixuan_warp .hot_list {
	margin-left: 10px;
	margin-top: 4px;
}

.child_shaixuan_warp .hot_list span,
.child_shaixuan_warp .hot_list a {
	color: #666;
	font-size: .8rem;
}

.child_shaixuan_warp .shaixuan_liebiao .li {
	padding: 20px 0 5px;
}

.child_shaixuan_warp .shaixuan_liebiao .li span {
	color: #666666;
	font-size: 1rem;
	margin-top: 2px;
	margin-right: 10px;
}

.child_shaixuan_warp .shaixuan_liebiao .li a {
	display: inline-block;
	padding: 4px 15px;
	margin: 0px 4px;
	border-radius: 25px;
	font-size: .8rem;
}

.child_shaixuan_warp .shaixuan_liebiao .li a:hover {
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
	color: #fff;
}

.child_shaixuan_warp .shaixuan_liebiao .li .on {
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
	color: #fff;
}

.m10 {
	background: #ebebeb;
	margin-top: 25px;
	border-radius: 15px;
}

.m10 .dome {
	padding: 20px 100px;
}

.m10 .dome span {
	color: #666666;
	font-size: 1rem;
	margin-right: 15px;
}

.m10 .dome a {
	color: #aaaaaa;
	display: inline-block;
	margin: 0px 5px;
	font-size: .9rem;
}

.m10 .dome a:hover {
	color: #0cc5a1;
}

.m10 .dome .on {
	color: #0cc5a1;
}

.nav_logo {
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
}

.weizhi_warp2 {
	background: #fff;
	margin-top: 10px;
}

.m11 {
	position: relative;
}

.m11 .rit {
	width: 65%;
}

.m11 .rit .title .t {
	color: #666666;
	font-size: 1rem;
	padding: 4px 0;
	padding-left: 40px;
	background: url(../img/img80.jpg) left center no-repeat;
}

.m11 .rit .title .info {
	margin-top: 8px;
}

.m11 .rit .title .info span {
	color: #cccccf;
	font-size: .7rem;
	padding-left: 17px;
	margin-left: 10px;
}

.m11 .rit .title .info .i1 {
	background: url(../img/img81.jpg) left center no-repeat;
	padding-left: 20px;
}

.m11 .rit .title .info .i2 {
	background: url(../img/img84.jpg) left center no-repeat;
	background-size: auto 15px;
}

.m11 .rit .title .info .i3 {
	background: url(../img/img86.jpg) left center no-repeat;
}

.m11 .rit .img {
	margin-top: 15px;
}

.m11 .rit .img img {
	border-radius: 10px;
}

.m11 .let {
	height: 96%;
	width: 32%;
	position: absolute;
	right: 0px;
	top: 4%;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
	background: #fff;
	border-radius: 15px;
}

.m11 .let .dome {
	padding: 30px 45px;
}

.m11 .let .dome .box1 .a1 {
	background-image: -webkit-linear-gradient(0deg, #0edbb3, #00b48b);
	color: #fff;
	font-size: .9rem;
	display: inline-block;
	width: 65%;
	padding: 10px 0;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 25px;
}

.m11 .let .dome .box1 .a2 {
	border: 1px solid #ccc;
	border-radius: 25px;
	width: 28%;
	padding: 10px 0;
	color: #666;
	text-align: center;
	font-size: .9rem;
	margin-top: 5px;
}

.m11 .let .dome .box1 .a2:hover {
	background: #00B38A;
	color: #fff;
}

.m11 .let .box2 {
	color: #666;
	font-size: .8rem;
	line-height: 24px;
	padding: 20px 0;
}

.m11 .let .box3 {
	padding: 0px 5%;
}

.m11 .let .box3 a {
	display: inline-block;
	border: 1px solid #dddddd;
	color: #000;
	font-size: .9rem;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.m11 .let .box3 .nub {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.m11 .let .box3 .nub span {
	color: #000;
	font-size: .8rem;
}

.m11 .let .box3 .nub .i1 {
	background: url(../img/img85.jpg) left center no-repeat;
	padding-left: 25px;
}

.m11 .let .box3 .nub .i2 {
	background: url(../img/img86.jpg) left center no-repeat;
	padding-left: 25px;
}

.m11 .let .box3 .nub2 {
	padding: 15px 0;
}

.m11 .let .box3 .nub2 .l {
	color: #666;
	margin-bottom: 12px;
	font-size: .9rem;
}

.font_lan {
	color: #04be95;
}

.m11 .let .box3 .nub2 a {
	color: #00B48B;
	border: 1px solid #00B38A;
	font-size: .8rem;
	padding: 2px 6px;
	width: auto;
	display: inline-block;
	border-radius: 4px;
	margin: 0px 4px;
	margin-bottom: 5px;
	background: #fff;
}

.m11 .let .box3 .nub2 a:hover {
	background: #00B48B;
	color: #fff;
}

.m11 .let .box3 .l12 {
	border-top: 1px solid #e6e6e6;
	padding-top: 15px;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.m11 .let .box3 .nub2 .l12 span {
	font-size: 1.2rem;
	margin-bottom: 15px;
	display: block;
}

.m11 .let .box3 .nub2 .l12 a {
	width: 45%;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 0;
	border-radius: 25px;
	color: #666;
	margin-bottom: 10px;
}

.m11 .let .box3 .nub2 .l12 a:hover {
	color: #fff;
}

.m11 .let .box3 .nub2 .l12 a:nth-child(2n) {
	float: right;
}

.m11 .let .box3 .guanzhu .shejishi {
	padding: 5px 0;
	padding-top: 15px;
	padding-left: 60px;
	background: url(../img/img87.jpg) left center no-repeat;
}

.m11 .let .box3 .guanzhu .shejishi .t1 {
	color: #666;
	font-size: .9rem;
}

.m11 .let .box3 .guanzhu .guanzhu {
	border: 1px solid #10c55b;
	background: #d7ffe8;
	color: #10c55b;
	font-size: .9rem;
	margin-top: 15px;
	cursor: pointer;
	padding: 4px 12px;
}

.m11 .let .box3 .guanzhu {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
}

.m11 .let .jubao {
	padding: 0px 5%;
}

.m11 .let .jubao span {
	background: url(../img/img88.jpg) left center no-repeat;
	color: #666;
	font-size: .8rem;
	cursor: pointer;
	padding-left: 25px;
}

.m12 {
	padding: 50px 3%;
}

.m12 .t {
	color: #666;
	letter-spacing: 2px;
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.model-content {
	border-radius: 4px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	display: none;
	left: 50%;
	z-index: 99999;
	height: 520px;
	margin: -235px -200px;
	width: 400px;
	padding: 28px;
}

.model-content .content-title {
	font-size: 1rem;
	font-weight: 700;
	color: #333;
}

.model-content .radio-inline label {
	cursor: pointer;
	font-size: 14px;
	color: #666;
}

.model-content .model-close {
	position: absolute;
	font-size: 40px;
	color: #b3b3b3;
	right: 6px;
	top: -7px;
}

.model-content .radio-inline {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.model-content .radio-inline label::before {
	content: '';
	position: absolute;
	margin: 4px;
	width: 20px;
	height: 20px;
	z-index: 0;
	border-radius: 50%;
	border: 1px solid #ccc;
	top: -2px;
	left: 0;
}

.model-content .radio-inline label::after {
	content: '';
	margin: 4px;
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	left: 0px;
	display: block;
	top: 0;
	z-index: 0;
	background: url(../img/p10.png) center no-repeat;
	background-size: 15px 15px;
}

.model-content .radio-inline input {
	opacity: 0;
}

.model-content .radio-inline input[type=radio]:checked+label:before {
	border: 1px solid #10c55b;
	background-color: #10c55b;
}

.model-content .radio-inline input[type=radio]:checked+label:after {
	display: block;
}

.model-content .inform-upload a {
	width: 120px;
	height: 38px;
	border-radius: 4px;
	position: relative;
	color: #fff;
	line-height: 38px;
	text-indent: 35px;
	display: inline-block;
	background-image: -webkit-linear-gradient(0deg, #b0b0b0, #9d9d9d);
}

.model-content .inform-upload i {
	display: inline-block;
	width: 16px;
	height: 19px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -9.5px;
	left: 15px;
	background: url(../img/p11.png) center no-repeat;
}

.model-content .inform-des {
	margin-top: 10px;
}

.model-content .inform-des textarea {
	text-indent: 1em;
	resize: none;
	border: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	height: 84px;
	border: 1px solid #dedede;
	border-radius: 4px;
	overflow: hidden;
	line-height: 2;
	color: #333;
}

.model-content .subm {
	padding-top: 15px;
}

.model-content .subm input {
	width: 120px;
	height: 38px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
}

.zzss {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0px;
	display: block;
	top: 0px;
	display: none;
	z-index: 10001;
}

.child_warp .m4 {
	padding-top: 30px;
}

.user_warp {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.4);
	margin-top: 65px;
	margin-bottom: 65px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

.user_warp .user_left {
	width: 20%;
	background: #0dc5a1;
	padding-top: 3%;
	position: absolute;
	height: 100%;
	border-radius: 8px 0px 0px 8px;
}

.user_warp .user_left .img {
	width: 100%;
	text-align: center;
}

.user_warp .user_left .t1 {
	color: #ffffff;
	font-size: .9rem;
	text-align: center;
	padding: 5px 0;
}

.user_warp .user_left .t2 {
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	padding: 15px 0;
}

.user_warp .user_left ul li a {
	color: #ffffff;
	font-size: 1rem;
	display: block;
	padding: 25px 0;
	padding-left: 115px;
}

.user_warp .user_left ul .i1 {
	background: url(../img/img95.jpg) 75px center no-repeat #0dc5a1;
}

.user_warp .user_left ul .i1:hover {
	background: url(../img/img90.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .i2 {
	background: url(../img/img91.jpg) 75px center no-repeat #0dc5a1;
}

.user_warp .user_left ul .i2:hover {
	background: url(../img/img96.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .i3 {
	background: url(../img/img92.jpg) 75px center no-repeat #0dc5a1;
}

.user_warp .user_left ul .i3:hover {
	background: url(../img/img97.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .i4 {
	background: url(../img/img93.jpg) 75px center no-repeat #0dc5a1;
}

.user_warp .user_left ul .i4:hover {
	background: url(../img/img98.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .i5 {
	background: url(../img/img94.jpg) 75px center no-repeat #0dc5a1;
}

.user_warp .user_left ul .i5:hover {
	background: url(../img/img99.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .on .i1 {
	background: url(../img/img90.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .on .i2 {
	background: url(../img/img96.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .on .i3 {
	background: url(../img/img97.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .on .i4 {
	background: url(../img/img98.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_left ul .on .i5 {
	background: url(../img/img99.jpg) 75px center no-repeat #fff;
	color: #0dc5a1;
}

.user_warp .user_rit {
	width: 72%;
	padding: 0px 4%;
	padding-top: 40px;
}

.user_warp .user_rit .user_ctitle {
	color: #0dc5a1;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

.user_warp .user_rit .user_1 {
	margin-top: 25px;
}

.user_warp .user_rit .user_1 .u {
	color: #0dc5a1;
	font-size: .9rem;
}

.user_warp .user_rit .user_1 .jindu {
	color: #ffb03e;
}

.user_warp .user_rit .user_1 .u1 {
	color: #9c9c9c;
	font-size: .8rem;
	margin-left: 10px;
}

.user_warp .user_rit .user_1 .jd {
	height: 8px;
	width: 100%;
	background: #e5e5e5;
	margin-top: 5px;
	position: relative;
	border-radius: 5px;
}

.user_warp .user_rit .user_1 .jd i {
	display: inline-block;
	position: absolute;
	width: auto;
	height: 100%;
	background: #0dc5a1;
	border-radius: 5px;
	left: 0px;
}

.user_2 {
	margin-top: 25px;
}

.user_2 ul li {
	width: 48%;
	height: 37px;
	overflow: hidden;
	display: -webkit-box;
	display: box;
	margin-bottom: 80px;
}

.user_2 ul li span {
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #333333;
	font-size: .9rem;
	padding-right: 5px;
	height: 35px;
	line-height: 35px;
}

.user_2 ul li .text {
	-webkit-box-flex: 1;
	width: 100%;
	box-flex: 1;
}

.user_2 ul li .text input,
.user_2 ul li .text select {
	height: 35px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	line-height: 35px;
	font-size: .9rem;
	width: 80%;
	padding-left: 2%;
}

.user_2 ul li:nth-child(2n) {
	float: right;
}

.user_2 ul .rid {
	display: block;
}

.user_2 ul .rid label {
	margin-right: 10px;
	position: relative;
	margin-top: 8px;
	font-size: .9rem;
}

.user_2 ul .rid label::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #ccc;
	left: 0px;
	top: 2px;
}

.user_2 ul .rid label i {
	content: '';
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 0;
	border-radius: 50%;
	background: url(../img/p10.png) center no-repeat #00B38A;
	background-size: 12px 12px;
}

.user_2 ul .rid input {
	opacity: 0;
	margin-right: 8px;
	display: inline-block;
}

.user_2 ul .rid input[type=radio]:checked+i {
	display: block;
}

.user_2 ul li .bangding {
	color: #ff8a00;
	margin-top: 5px;
}

.user_2 .but {
	text-align: center;
	padding-bottom: 60px;
}

.user_2 .but input {
	border-radius: 25px;
	background: #0dc5a1;
	color: #fff;
	padding: 4px 50px;
	font-size: 1.1rem;
}

.user_3 .title {
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}

.user_3 .title a {
	display: inline-block;
	padding: 2px 20px;
	color: #0dc5a1;
	font-size: 1rem;
	border-radius: 25px;
	margin: 0px 5px;
}

.user_3 .title a:hover {
	background: #0dc5a1;
	color: #fff;
}

.user_3 .title .on {
	background: #0dc5a1;
	color: #fff;
}

.user_3 .title span {
	margin-top: 5px;
	color: #9a9a9a;
	font-size: .9rem;
	margin-left: 15px;
}

.common_cont_warp2 ul li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.common_cont_warp2 ul li .dectr {
	background: rgba(12, 197, 161, .5);
	bottom: -120px;
}

.common_cont_warp2 ul li .dectr .title1 {
	text-align: center;
	color: #fff;
	font-size: .9rem;
}

.common_cont_warp2 ul li .dectr .info {
	color: #fff;
	font-size: .8rem;
	line-height: 22px;
}

.common_cont_warp2 ul li .cen_cont {
	position: absolute;
	width: 60%;
	left: 50%;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	color: #fff;
	top: 50%;
	z-index: 50;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.common_cont_warp2 ul li .cen_cont .hr {
	display: inline-block;
	background: #00B48B;
	padding: 4px 10px;
	border-radius: 25px;
	font-size: .8rem;
	margin-top: 5px;
	color: #fff;
}

.common_cont_warp2 ul li .cen_cont .hr a {
	color: #fff;
	display: inline-block;
	margin: 0px 4px;
}

.common_cont_warp2 ul li:hover .cen_cont {
	opacity: 1;
}

.common_cont_warp2 ul li:hover::before {
	display: block;
}

.common_cont_warp .shangbiao {
	position: absolute;
	right: 25px;
	top: 20px;
}

.user_3 {
	padding-bottom: 100px;
}

.user_3 .guanzhu_mer {
	color: #00B38A;
	margin-bottom: 25px;
	font-size: .9rem;
	padding-bottom: 20px;
	padding-left: 25px;
	border-bottom: 1px solid #e0e0e0;
}

.user_3 .c .list .user_mer_info {
	width: 30%;
}

.user_3 .c .list .user_mer_info .domess {
	padding: 50px 30px;
}

.user_3 .c .list .user_mer_info .domess img {
	width: 45%;
}

.user_3 .c .list .user_mer_info .domess .neirong {
	width: 50%;
	padding-top: 10px;
}

.user_3 .c .list .user_mer_info .domess .neirong .t {
	color: #000;
	font-weight: bold;
	font-size: .9rem;
}

.user_3 .c .list .user_mer_info .domess .neirong .t1 {
	color: #666;
	font-size: .8rem;
	padding: 5px 0;
}

.user_3 .c .list .user_mer_info .domess .neirong .t3 {
	color: #333;
	font-size: .9rem;
	padding: 2px 0;
}

.user_3 .c .list .user_mer_info .domess .neirong .hrs {
	margin-top: 10px;
}

.user_3 .c .list .user_mer_info .domess .neirong .hrs a {
	display: inline-block;
	padding: 4px 22px;
	font-size: .9rem;
	color: #fff;
}

.user_3 .c .list .gui_img {
	width: 70%;
}

.user_3 .c .list .gui_img .common_cont_warp ul li .t {
	font-size: .8rem;
}

.user_3 .c .list .gui_img .common_cont_warp ul li .down {
	font-size: .8rem;
}

.user_3 .c .list {
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
}

.user_3 .c .list .common_cont_warp ul li {
	width: 19%;
}

.user_3 .c .list .common_cont_warp ul li:nth-child(4) {
	margin-right: .5%;
}

.user_4 .user_pt_info .tet {
	margin-top: 25px;
	margin-left: 15px;
}

.user_4 .user_pt_info .tet .t {
	font-size: .9rem;
	margin-bottom: 20px;
}

.user_4 .user_pt_info .tet .t span {
	color: #0dc5a1;
	font-size: 1rem;
}

.user_4 .user_pt_info .tet .t a {
	color: #333;
	font-size: .9rem;
	margin-top: -3px;
}

.user_4 .user_pt_info .tet .t .pay {
	background: url(../img/img103.jpg) left center no-repeat;
	padding: 4px 0;
	margin-right: 20px;
	padding-left: 32px;
}

.user_4 .user_pt_info .tet .t .wx {
	background: url(../img/img104.jpg) left center no-repeat;
	padding: 4px 0;
	padding-left: 32px;
}

.user_4 .table {
	margin-top: 40px;
	margin-bottom: 40px;
}

.user_4 .table table thead tr td {
	color: #fff;
	background: #0dc5a1;
	padding: 18px 0;
	text-align: center;
}

.user_4 .table table tbody tr td {
	color: #666666;
	font-size: .8rem;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px dashed #dfdfdf;
}

.m13 {
	background: #e8e8e8;
	padding: 50px 0;
}

.m13 .dome {
	background: #fff;
	padding: 40px 0px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.m13 .dome .title {
	color: #868686;
	font-size: 1.25rem;
	text-align: center;
	padding-bottom: 60px;
}

.m13 .dome .d1 {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 65px;
}

.m13 .dome .guocheng {
	display: inline-block;
	position: relative;
}

.m13 .dome .guocheng span {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #d2cfcb;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	color: #cbcbcb;
	font-size: 1.25rem;
	margin-right: 10px;
}

.m13 .dome .guocheng font {
	color: #cbcbcb;
	font-size: 1.25rem;
}

.m13 .dome .guocheng .li {
	background: #fff;
	display: inline-block;
	text-align: left;
	padding: 12px;
	margin: 0px 40px;
	position: relative;
}

.m13 .dome .guocheng::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 50%;
	background: #afa9a1;
	margin-top: -0.5%;
}

.m13 .dome .guocheng .li:nth-child(1) {
	margin-left: 0px;
}

.m13 .dome .guocheng .li:nth-child(3) {
	margin-right: 0px;
}

.m13 .dome .guocheng .on span {
	background: #0cc5a1;
	border: 1px solid #0cc5a1;
	color: #fff;
}

.m13 .dome .d2 .img {
	text-align: center;
	padding-top: 30px;
}

.m13 .dome .d2 .file {
	text-align: center;
	color: #777777;
	font-size: .8rem;
	padding: 15px 0;
	margin-bottom: 12px;
}

.m13 .dome .d2 .file a {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #2182da;
	border-radius: 4px;
	color: #2182da;
}

.m13 .dome .d2 .file .t {
	margin-top: 20px;
	color: #777777;
	font-size: .8rem;
}

.m13 .dome .d3 {
	margin: 0px 5%;
	margin-top: 25px;
}

.m13 .dome .d3 .tile {
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}

.m13 .dome .d3 .tile .n {
	color: #333333;
	font-size: 1.25rem;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-top: 10px;
}

.m13 .dome .d3 .tile .n::before {
	width: 3px;
	height: 40px;
	background: #00B48B;
	position: absolute;
	content: '';
	left: 0px;
	top: -2px;
}

.m13 .dome .d3 .tile .d {
	color: #ff0303;
	font-size: .8rem;
	margin-left: 20px;
	margin-top: 15px;
}

.font_red {
	color: #C7000C;
}

.m13 .dome .d3 .user_2 ul li,
.m13 .dome .d4 .user_2 ul li {
	margin-bottom: 30px;
}

.m13 .dome .d3 {
	border-bottom: 1px dashed #bbbbbb;
	padding-bottom: 15px;
}

.m13 .dome .d4 {
	margin: 0px 5%;
}

.m13 .dome .d4 .n {
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #333333;
	font-size: .9rem;
	padding-right: 5px;
	height: 35px;
	line-height: 35px;
}

.m13 .dome .d4 .file {
	margin: 0px 40px;
}

.m13 .dome .d2 .file_but {
	opacity: 0;
}

.m13 .dome .d4 .file .lisss {
	position: relative;
	margin-right: 50px;
}

.m13 .dome .d4 .file .lisss input {
	display: inline-block;
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
}

.m13 .dome .d4 .file .lisss .click_file {
	display: inline-block;
	padding: 4px 8px;
	background: #0cc5a1;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	font-size: .7rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
	transform: translate(-50%, -50%);
	border-radius: 25px;
}

.m13 .dome .d4 .file .lisss::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.m13 .dome .d4 .file .lisss:hover::before {
	display: block;
}

.m13 .dome .d4 .file .lisss:hover .click_file {
	display: block;
}

.m13 .dome .d4 .file .lisss img {
	width: 225px;
	height: 155px;
}

.m13 .dome .d4 .shenheweixin {
	margin-top: 40px;
}

.m13 .dome .d4 .shenheweixin .n {
	display: inline-block;
	width: 120px;
	text-align: right;
	color: #333333;
	font-size: .9rem;
	padding-right: 5px;
	height: 35px;
	line-height: 35px;
}

.m13 .dome .d4 .shenheweixin .img .t {
	color: #333333;
	font-size: .8rem;
	padding: 4px 0;
	text-align: center;
}

.m13 .dome .d4 .dexc {
	color: #333333;
	line-height: 35px;
	margin-top: 45px;
	font-size: .9rem;
}

.m13 .dome .tongyi {
	text-align: center;
	padding: 15px 0;
	font-size: .8rem;
}

.m13 .dome .but_shenhe {
	text-align: center;
}

.m13 .dome .but_shenhe input {
	display: inline-block;
	padding: 14px 50px;
	color: #fff;
	background: #00B38A;
	font-size: .9rem;
	border-radius: 4px;
}


/****设计师用户中心**/

.sjsuser_warp {
	background: #e8e8e8;
	padding: 25px 0px 85px;
}

.sjsuser_warp .sjs_title {
	background: #fff;
	padding: 30px 0;
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 30px;
	color: #0cc5a1;
}

.sjsuser_warp .sjs_title a {
	color: #4c4c4c;
	display: inline-block;
	margin: 0px 10px;
	font-size: 1rem;
}

.sjsuser_warp .sjs_title a:hover {
	color: #00B38A;
}

.sjsuser_warp .sjs_title .on {
	color: #00B38A;
}

.sjsuser_warp .let_warp {
	width: 12%;
	min-width: 170px;
}

.sjsuser_warp .let_warp ul li a {
	color: #4c4c4c;
	font-size: 1rem;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.sjsuser_warp .let_warp ul li {
	margin-bottom: 25px;
}

.sjsuser_warp .let_warp ul li a:hover {
	color: #fff;
}

.sjsuser_warp .let_warp ul .on a {
	background: #0cc5a1;
	color: #fff;
}

.sjsuser_warp .let_warp ul li .i1 {
	background: url(../img/img114.jpg) 15px center no-repeat;
}

.sjsuser_warp .let_warp ul li .i1:hover {
	background: url(../img/img108.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul .on .i1 {
	background: url(../img/img108.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul li .i2 {
	background: url(../img/img109.jpg) 15px center no-repeat;
}

.sjsuser_warp .let_warp ul li .i2:hover {
	background: url(../img/img115.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul .on .i2 {
	background: url(../img/img115.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul li .i3 {
	background: url(../img/img110.jpg) 15px center no-repeat;
}

.sjsuser_warp .let_warp ul li .i3:hover {
	background: url(../img/img116.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul .on .i3 {
	background: url(../img/img116.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul li .i4 {
	background: url(../img/img111.jpg) 15px center no-repeat;
}

.sjsuser_warp .let_warp ul li .i4:hover {
	background: url(../img/img117.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul .on .i4 {
	background: url(../img/img117.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul li .i5 {
	background: url(../img/img112.jpg) 15px center no-repeat;
}

.sjsuser_warp .let_warp ul li .i5:hover {
	background: url(../img/img118.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .let_warp ul .on .i5 {
	background: url(../img/img118.jpg) 15px center no-repeat #0cc5a1;
}

.sjsuser_warp .rit_warp {
	width: 84%;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.sjsuser_warp .rit_warp .rit_warp_dome {
	padding: 45px 0;
}

.sjsuser_warp .rit_warp .rit_warp_dome .m13 {
	padding: 0px;
}

.sjsuser_warp .rit_warp .rit_warp_dome .m13 .dome {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0);
	padding-top: 0px;
}

.sjsuser_warp .rit_warp .rit_warp_dome .m13 .dome .title {
	padding-bottom: 20px;
}

.m14 .box {
	width: 60%;
	display: block;
	margin: 0px auto;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.m14 .box .tit {
	background: #0dc5a1;
	color: #fff;
	padding: 10px 25px;
	border-radius: 10px 10px 0px 0;
}

.m14 .box .tit .tss {
	color: #fff;
	margin-top: 5px;
	margin-left: 10px;
}

.m14 .box .c {
	text-align: center;
	padding: 50px 0;
}

.m15 {
	padding: 0px 75px;
}

.m15 .yongliang {
	display: inline-block;
	padding: 6px 25px;
	background: #e9e9e9;
	border-radius: 15px;
	margin-left: 15px;
	margin-top: 8px;
	font-size: .9rem;
}

.m15 .yongliang .n {
	color: #0cc5a1;
}

.m15 .yongliang .i1 {
	color: #969696;
	display: inline-block;
	margin: 0px 4px;
}

.m15 .yongliang .i2 {
	color: #ffb03e;
}

.m15 ul {
	padding: 0px 3%;
	margin-top: 25px;
	border-bottom: 1px dashed #ababab;
}

.m15 ul li {
	color: #333333;
	display: inline-block;
	width: 49%;
	font-size: .9rem;
	margin-bottom: 25px;
}

.m16 {
	background: #ffffff;
}

.m16 .title {
	padding: 20px 50px;
	border-bottom: 1px solid #cccccc;
}

.m16 .title a {
	margin-right: 40px;
	font-size: 1.1rem;
	margin-top: 15px;
	color: #4c4c4c;
}

.m16 .title a:hover {
	color: #0dc5a1;
}

.m16 .title .on {
	color: #0dc5a1;
}

.m16 .m15 {
	padding: 0px;
}

.m16 .info {
	color: #9a9a9a;
	font-size: .8rem;
	padding: 20px 4%;
}

.m16 .info span {
	color: #0dc5a1;
	font-size: .9rem;
}

.m16 {
	padding-bottom: 60px;
}

.m16 .common_cont_warp {
	margin: 0px 5%;
}

.m17 .guanzhu_mer {
	padding-top: 25px;
}

.m15 .bt_title {
	color: #0dc5a1;
	font-size: 1.5rem;
	margin-left: 15%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

.m18 {
	padding: 0px 75px;
	margin-top: 15px;
}

.m18 .t {
	margin-bottom: 12px;
}

.m18 .t .li {
	display: inline-block;
	padding: 20px 8px 12px;
	margin-right: 40px;
	font-weight: bold;
	font-size: 1rem;
	cursor: pointer;
	border-bottom: 2px solid #fff;
}

.m18 .t .li:hover {
	border-bottom: 2px solid #10c55b;
}

.m18 .t .on {
	border-bottom: 2px solid #10c55b;
}

.m18 .t .li em {
	font-weight: normal;
}

.m18 .t1 {
	font-size: .8rem;
	color: #666;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

.m18 .t1 span {
	color: #ffb03e;
}

.m18 .t1 font {
	margin-top: 5px;
}

.m18 .t1 a {
	display: inline-block;
	padding: 2px 10px;
	background: #00B38A;
	color: #fff;
	font-size: .9rem;
	border-radius: 15px;
}

.m18 .list {
	text-align: center;
	padding: 85px 0;
}

.m18 .c a {
	display: inline-block;
	padding: 12px 50px;
	background: #00B48B;
	color: #fff;
	font-size: .9rem;
	margin-top: 15px;
	border-radius: 5px;
}

.sjsuser_warp .dan_warp {
	background: #ffffff;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.m19 .title .t3 {
	padding: 35px 40px;
	border-right: 1px solid #dddddd;
}

.m19 .title .t3 .t1 {
	color: #0dc5a1;
	font-size: 1.25rem;
}

.m19 .title .t3 .t2 {
	color: #0cc5a1;
	font-size: .9rem;
	margin-top: 5px;
	margin-left: 15px;
}

.m19 .title .file_sc {
	display: inline-block;
	border: 1px solid #42d2b6;
	padding: 10px 20px;
	font-size: .9rem;
	border-radius: 10px;
	border-radius: 15px;
	margin-top: 30px;
	color: #42d2b6;
	margin-right: 50px;
}

.m19 .title {
	border-bottom: 1px solid #dddddd;
}

.m19 .convent_choice {
	width: 100%;
	height: auto;
}

.m19 .andArea {
	background: none;
	border: 0px none;
}

.m19 .upload_main {
	background: none;
	border: 0px none;
}

.m19 .filePicker {
	width: 180px;
	background: #0dc5a1;
	color: #fff;
}

.m19 .upload_drag_area {
	border: 0px none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.m19 .upload_choose {
	text-align: center;
}

.m19 .ttttt4 {
	font-size: 1.3rem;
	display: inline-block;
	color: #888888;
	margin-bottom: 5px;
}

.m19 .ttttt {
	display: inline-block;
	margin: 12px 0;
}

.m19 .ttttt,
.m19 .ttttt1 {
	color: #888888;
	font-size: .9rem;
}

.m19 .status_bar {
	width: 80%;
	margin: 0px auto;
	display: none;
}

.m19 .upload_preview {
	border: 0px none;
	width: 83%;
	margin: 0px auto;
}

.m19 .ifo {
	color: #333;
	border-top: 1px solid #dddddd;
	padding: 15px 50px;
	font-size: .9rem;
}

.m19 .ifo label {
	position: relative;
}

.m19 .ifo label input {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}

.m19 .ifo i {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	border: 1px solid #ccc;
	top: 0px;
	background: url(../img/img122.jpg) center no-repeat;
	background-size: 100% 100%;
}

.m19 .ifo label input[type=checkbox]:checked+i {
	display: block;
}

.m19 .ifo a {
	color: #00B38A;
	display: inline-block;
	margin: 0px 5px;
}

.m20 .m20_let {
	width: 10%;
	min-width: 80px;
}

.m20 .m20_let ul li {
	margin-bottom: 15px;
}

.m20 .m20_let ul li a {
	color: #666;
	font-size: .8rem;
	display: inline-block;
	padding: 8px 0;
	display: block;
	text-align: center;
	border-radius: 5px;
}

.m20 {
	padding: 0px 60px;
}

.m20 .m20_let ul li a:hover {
	background: #00B38a;
	color: #fff;
}

.m20 .m20_let ul .on a {
	background: #00B38a;
	color: #fff;
}

.m20 .m20_rit {
	background: #fff;
	width: 88%;
}

.m20 .m20_rit .dome {
	padding: 50px 70px;
}

.m20 .m20_rit .dome .c {
	color: #333;
	font-size: .8rem;
	line-height: 25px;
}

.m20 .m20_rit .dome .t {
	color: #666;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.m20 .m20_rit .dome .t_big {
	color: #666;
	font-size: 1rem;
	margin-bottom: 12px;
	font-weight: bold;
}

.m20 .m20_rit .dome .t_h {
	color: #666;
	font-size: .9rem;
	font-weight: bold;
}

.m21 .list .t_nub span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 1rem;
	display: inline-block;
	color: #6a6a6a;
	line-height: 30px;
	border: 1px solid #dadada;
}

.m21 .list {
	padding: 20px 30px;
}

.m21 .list .t_tile {
	color: #6a6a6a;
	font-size: 1rem;
}

.m21 .list .t_tile span {
	color: #0dc5a1;
}

.m21 .list .dome {
	padding: 10px 90px;
}

.common_guocheng_list {
	text-align: center;
}

.common_guocheng_list .common_gc {
	display: inline-block;
}

.common_guocheng_list .common_gc .cc_li {
	display: inline-block;
	text-align: center;
	margin: 0px 70px;
}

.common_guocheng_list .common_gc .cc_li .cc_t {
	margin-bottom: 15px;
}

.common_guocheng_list .common_gc .cc_li .cc_t span {
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.common_guocheng_list .common_gc .cc_li .cc_t1 {
	color: #6a6a6a;
	font-size: 1.1rem;
}

.common_guocheng_list .common_gc .on .cc_t span {
	background: #00B38A;
	color: #fff;
	border: 1px solid #00B38A;
}

.common_guocheng_list .common_gc .on .cc_t1 {
	color: #00B38A;
}

.m21 .list {
	border-bottom: 1px solid #dddddd;
}

.m21 .list .box1 {
	padding: 10px 4%;
	width: 72%;
	display: block;
	border-radius: 3px;
	margin: 0px auto;
	margin-top: 30px;
	border: 1px solid #c9c9c9;
}

.m21 .list .box1 .img_info {
	color: #6a6a6a;
	font-size: .8rem;
	line-height: 28px;
	margin-left: 12px;
	margin-top: 20px;
}

.m21 .list .box1 .caozuo .succer {
	color: #8c8c8c;
	font-size: .8rem;
	margin-top: 35px;
	padding: 5px 0;
	background: url(../img/img124.jpg) left center no-repeat;
	padding-left: 25px;
}

.m21 .list .box1 .caozuo .bt {
	padding: 4px 10px;
	border: 1px solid #00B38A;
	color: #00B38A;
	font-size: .9rem;
	margin-left: 15px;
	margin-top: 35px;
}

.m21 .list .but_caozuo {
	width: 80%;
	margin: 0px auto;
	padding-top: 15px;
}

.m21 .list .but_caozuo a {
	display: inline-block;
	padding: 12px 25px;
	background: #dcdcdc;
	font-size: .8rem;
	border-radius: 4px;
	color: #8c8c8c;
	margin-left: 8px;
}

.m21 .list .but_caozuo a:hover {
	background: #00B38A;
	color: #fff;
}

.m21 .list .but_caozuo .on_a {
	background: #00B38A;
	color: #fff;
}

.m21 .list .box2 {
	padding: 30px 0;
}

.m21 .list .box2 .form {
	width: 60%;
}

.m21 .list .box2 .img {
	width: 35%;
}

.m21 .list .box2 .form ul li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 105px;
}

.m21 .list .box2 .form ul li .n {
	display: inline-block;
	width: 100px;
	text-align: right;
	position: absolute;
	height: 35px;
	line-height: 29px;
	left: 0px;
	font-size: .9rem;
	top: 0px;
	padding-right: 5px;
}

.m21 .list .box2 .form ul li input {
	display: block;
	border: 1px solid #bfbfbf;
	line-height: 35px;
	font-size: .9rem;
	padding-left: 2%;
	width: 98%;
	border-radius: 4px;
}

.m21 .list .box2 .form ul li label {
	font-size: .8rem;
	margin-right: 15px;
	margin-top: 10px;
}

.m21 .list .box2 .form ul li label input {
	display: inline-block;
	width: auto;
	margin-top: 3px;
	margin-right: 4px;
	border: 1px solid #007AFF;
}

.m21 .list .box2 .form ul li .ss {
	color: #7d7d7d;
	font-size: .9rem;
	margin-top: 9px;
}
.m21 .list .box2 .form .biaodna .key{
	display: none;
}
.m21 .list .box2 .form .biaodna .key span {
	display: inline-block;
	padding: 2px 8px;
	background: #0EDBB3;
	color: #fff;
	font-size: .8rem;
	border-radius: 5px;
}

.m21 .list .box2 .form ul li textarea {
	display: block;
	border: 1px solid #bfbfbf;
	font-size: .9rem;
	padding: 1%;
	height: 150px;
	width: 98%;
	border-radius: 4px;
	font-size: .8rem;
}

.m21 .list .box2 .form ul li .biaodna {
	position: relative;
}

.m21 .list .box2 .form ul li .biaodna .qc {
	position: absolute;
	color: #00B38A;
	font-size: 1rem;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.m21 .list .box2 .form ul li .c_inputs {
	width: 165px;
}

.m21 .list .box2 .form ul li .c_inputs span {
	margin-right: 5px;
	font-size: .9rem;
	margin-top: 7px;
}

.m21 .list .box2 .form ul li .c_inputs input {
	border: 0px none;
	margin-top: 4px;
}

.m21 .list .box2 .img {
	margin-top: 50px;
}

.m21 .list .box2 .form ul .xialaxuanze {
	position: relative;
}

.m21 .list .box2 .form ul .xialaxuanze .select {
	display: none;
}

.m21 .list .box2 .form ul .xialaxuanze .select {
	position: absolute;
	width: 100%;
	background: #fff;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	z-index: 999;
	top: 40px;
}

.m21 .list .box2 .form ul .xialaxuanze .select .table_click {
	width: 100%;
	background: #f0f0f0;
	border-radius: 5px 5px 0px 0;
}

.m21 .list .box2 .form ul .xialaxuanze .select .table_click span {
	width: 33.333%;
	text-align: center;
	padding: 10px 0;
	font-size: 0.9rem;
}

.m21 .list .box2 .form ul .xialaxuanze .select .table_click .onsa {
	background: #ffffff;
	color: #0dc5a1;
	border-radius: 5px 0px 0px 0;
}

.m21 .list .box2 .form ul .xialaxuanze .select .table_show_c span {
	display: inline-block;
	padding: 15px 0;
	width: 25%;
	font-size: .8rem;
	text-align: center;
}

#raorendexuan .list_2_1 {
	display: none;
}

#raorendexuan2 .list_3_1 {
	display: none;
}

.m22,
.m23 {
	padding: 45px 75px;
}

.m22 .common_cont_warp2 ul li .cen_cont .hr {
	font-size: 1.25rem;
}

.m23 .common_cont_warp2 ul li:hover::before {
	display: none;
}

.m23 .common_cont_warp2 ul li .dectr {
	background: rgba(12, 197, 161, 1);
}

.m23 .common_cont_warp2 ul li .dectr .title1 {
	text-align: left;
}

.m24 .common_cont_warp2 ul li {
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}

.m24 .lisssas {
	overflow: hidden;
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 30px;
	position: relative;
}

.m24 .lisssas:nth-child(4n) {
	margin-right: 0px;
}

.m24 .lisssas .edg {
	color: #999;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 15px;
}

.m24 .lisssas .edg a {
	color: #999;
}

.m24 .common_cont_warp ul li:hover {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0);
}

.m25 {
	padding: 20px 75px;
}

.m25 .t {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

.m25 .t a {
	display: inline-block;
	padding: 4px 15px;
	color: #0dc5a1;
	margin-right: 20px;
	border-radius: 15px;
}

.m25 .t a:hover {
	background: #0dc5a1;
	color: #fff;
}

.m25 .t .on {
	background: #0dc5a1;
	color: #fff;
	border-radius: 15px;
}

.m25 .table {
	margin-bottom: 35px;
	margin-top: 30px;
}

.m25 .table table tr td {
	padding: 10px 0;
	text-align: center;
}

.m25 .table thead tr td {
	font-size: 1rem;
	text-align: center;
}

.m25 .table table tbody tr td {
	font-size: .8rem;
	color: #666666;
	border-bottom: 1px dashed #e1e1e1;
}

.m26 {
	margin-top: 60px;
}

.m26 .t1 .n1 {
	color: #0dc5a1;
	font-size: 1rem;
	width: 20%;
}

.m26 .t1 {
	font-size: .9rem;
}

.m26 .t2 {
	color: #a2a2a2;
	font-size: .8rem;
	margin-top: 15px;
}

.m26 .n2 {
	margin-right: 10px;
}

.m26 .n2 span {
	color: #0dc5a1;
	font-size: 1rem;
}

.m26 .n2 input {
	width: 180px;
	background: #0dc5a1;
	padding: 2px 0;
	height: 26px;
	font-size: .8rem;
	margin-top: -4px;
	color: #fff;
}

.m26 .but input {
	border-radius: 15px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 21px;
}

.m26 .box1 {
	background: #fbfbfb;
	padding: 30px 50px;
	font-size: .8rem;
	margin-top: 35px;
	border-radius: 25px;
	color: #0dc5a1;
	line-height: 26px;
}

.m26 .box1 .t3 {
	color: #0dc5a1;
	margin-bottom: 12px;
	font-size: 1.1rem;
	font-weight: bold;
}

.m27 .t1 {
	margin-bottom: 20px;
}

.m27 .n2 .zhifubaozhanghao {
	width: 300px;
	padding-left: 5px;
}

.m27 .n2 .zhifubaozhanghao::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #ffffff;
}

.m27 .n2 .zhifubaozhanghao::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #ffffff;
}

.m27 .n2 .zhifubaozhanghao::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #ffffff;
}

.m28 {
	margin: 25px 75px;
	border-top: 1px solid #dddddd;
}

.m28 .box1 {
	position: relative;
	margin-top: 25px;
	padding-left: 20px;
	color: #00B38A;
	line-height: 26px;
}

.m28 .box1::before {
	content: '';
	width: 3px;
	height: 30px;
	position: absolute;
	background: #00B48B;
	left: 0px;
	top: -2px;
}

.m28 .box2 .list_info {
	margin-left: 10px;
	margin-top: 30px;
}

.m28 .box2 .list_info .li {
	margin-bottom: 20px;
}

.m28 .box2 .list_info .li .n {
	color: #0dc5a1;
}

.m28 .box2 .list_info .li .c {
	color: #777777;
	font-size: .9rem;
}

.m28 .box2 .list_info .li .c img {
	margin-right: 30px;
}

.m28 .box3 {
	margin-top: 45px;
}

.m28 .box3 .n {
	color: #0dc5a1;
	font-size: 1rem;
	margin-top: 30px;
}

.m28 .box3 li {
	text-align: center;
	margin-left: 65px;
	margin-right: 100px;
}

.m28 .box3 li .t {
	color: #ffb03e;
	font-size: .9rem;
	margin-bottom: 50px;
}

.m28 .box3 li .t1 {
	font-size: .9rem;
	color: #777777;
}

.m28 .box3 li .t1 p {
	color: #0dc5a1;
}

.m28 .box3 li:last-child {
	margin-right: 0px;
}

.m28 .box3 .jd {
	position: relative;
}

.m28 .box3 .jd .dome {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 10px;
	top: 50%;
	margin-top: -18px;
	background: #e5e5e5;
	border-radius: 5px;
}

.m28 .box3 .jd .dome i {
	position: absolute;
	height: 100%;
	background: #00B48B;
	left: 0px;
	border-radius: 5px;
}

.log_warp .log_head {
	background: #dcdcdc;
	height: 100px;
}

.log_warp .log_head .dome {
	width: 60%;
	display: block;
	margin: 0px auto;
	position: relative;
	background: #0dc5a1;
	height: 100px;
}

.log_warp .log_head .dome .le,
.log_warp .log_head .dome .ri {
	position: absolute;
}

.log_warp .log_head .dome .le {
	left: 0px;
}

.log_warp .log_head .dome .ri {
	right: 0px;
}

.log_warp .log_head {
	text-align: center;
}

.log_warp .log_head a {
	display: inline-block;
	margin: 0px 25px;
	font-size: 1.2rem;
	margin-top: 35px;
	font-weight: bold;
	padding: 8px 25px;
	color: #fff;
	border-radius: 25px;
}

.log_warp .log_head a:hover {
	background: rgba(255, 255, 255, .3);
}

.m29 {
	padding: 70px 0;
}

.m29 .box {
	width: 350px;
	margin: 0px auto;
	padding-bottom: 80px;
	background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .5);
}

.m29 .box .tit {
	color: #0dc5a1;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
	background: #f7f7f7;
	padding: 15px 0;
}

.m29 .box .li {
	width: 50%;
	text-align: center;
}

.m29 .d1 {
	padding: 30px 15%;
}

.m29 .d1 .li {
	color: #666;
	font-size: .8rem;
}

.m29 .d2 {
	color: #00bb00;
	font-size: .7rem;
	text-align: center;
}

.m29 .d3 {
	text-align: center;
	padding: 20px;
}

.m29 .d3 a {
	color: #00bb00;
	font-size: 1.1rem;
}

.m29 .d4 {
	color: #666;
	font-size: .8rem;
	text-align: center;
}

.m29 .d4 label {
	display: inline-block;
	position: relative;
}

.m29 .d4 label input {
	margin-top: 3px;
	margin-right: 4px;
	opacity: 0;
}

.m29 .d4 label i {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 12px;
	height: 12px;
	border: 1px solid #999;
}

.m29 .d4 label .on {
	background: url(../img/img131.jpg) center no-repeat;
	background-size: 100% 100%;
	border: 1px solid #11c95e;
}

.m29 .d5 {
	position: relative;
	margin: 0px 5%;
	font-size: .9rem;
	text-align: center;
}

.m29 .d5::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #eaeaea;
	margin-top: -0.5px;
}

.m29 .d5 span {
	display: inline-block;
	background: #fff;
	padding: 4px 8px;
	position: relative;
}

.m30 .d6 {
	margin-top: 10px;
	padding: 0px 5%;
}

.m30 .d6 select {
	border: 1px solid #e3e3e3;
	width: 30%;
	height: 30px;
	font-size: .8rem;
	border-radius: 4px;
}

.m30 .d6 .text {
	width: 67%;
}

.m30 .d6 .text div {
	padding-left: 25px;
	border: 1px solid #e3e3e3;
	height: 30px;
	font-size: .8rem;
	background: url(../img/img135.jpg) 5px center no-repeat;
	border-radius: 4px;
}

.m30 .d6 .text div input {
	border: 0px none;
	height: 30px;
	font-size: .8rem;
	width: 100%;
}

.m30 .d7 {
	padding: 0px 5%;
	margin-top: 15px;
}

.m30 .d7 .verify-bar-area {
	width: 99% !important;
	background: #e8e8e8;
	font-size: .8rem;
}

.m30 .verify-bar-area .verify-left-bar {
	border-radius: 5px;
}

.m30 .d8 .text div {
	padding-left: 4px;
	background: none;
}

.m30 .d8 .buts {
	height: 30px;
	width: 30%;
	border: 1px solid #10c55b;
	background: #edfff4;
	color: #10c55b;
	font-size: .8rem;
	border-radius: 4px;
}

.m30 .butsss {
	padding: 0px 5%;
	margin: 10px 0;
}

.m30 .butsss input {
	width: 100%;
	background: #0dc4a0;
	height: 45px;
	border-radius: 4px;
	color: #fff;
	font-size: .9rem;
}

.m30 .d10 {
	padding: 10px 5%;
}

.m30 .d10 li {
	border: 1px solid #dddddd;
	height: 40px;
	border-radius: 5px;
	padding-left: 45px;
	margin-bottom: 25px;
	position: relative;
}

.m30 .d10 li input {
	height: 40px;
	font-size: .9rem;
	width: 100%;
	border-radius: 5px;
}

.m30 .d10 li span {
	display: inline-block;
	height: 40px;
	position: absolute;
	left: 0px;
	width: 40px;
}

.m30 .d10 li:last-child {
	margin-bottom: 0px;
}

.m30 .d10 li .i1 {
	background: url(../img/img136.jpg) center no-repeat #eeeeee;
}

.m30 .d10 li .i2 {
	background: url(../img/img137.jpg) center no-repeat #eeeeee;
}

.m30 .d11 {
	padding: 0px 5%;
}

.m30 .d11 label {
	font-size: .9rem;
	color: #666;
}

.m30 .d11 label input {
	margin-right: 4px;
	margin-top: 4px;
}

.m30 .d11 a {
	font-size: .9rem;
}

.m30 .d12 {
	text-align: center;
	font-size: .8rem;
	margin: 15px 0;
}

.m30 .d12 a {
	color: #f96161;
	font-size: .8rem;
}

.m30 .sanfang_but {
	padding: 0px 5%;
	margin-top: 25px;
	margin-bottom: 30px;
}

.m30 .sanfang_but a {
	width: 45%;
	padding: 15px 0;
	color: #fff;
	font-size: .9rem;
	text-align: center;
	border-radius: 5px;
}

.m30 .sanfang_but .wx {
	background: url(../img/img138.jpg) 5px center no-repeat #6ebf4e;
	background-size: 35px;
}

.m30 .sanfang_but .qq {
	background: url(../img/img139.jpg) 5px center no-repeat #2aa1df;
	background-size: 35px;
}

.about_weizhi {
	background: #fff;
}

.about_weizhi a {
	color: #656565;
	font-size: .9rem;
	display: inline-block;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-right: 25px;
	border-bottom: 2px solid #fff;
}

.about_weizhi a:hover {
	border-bottom: 2px solid #00B38A;
}

.about_weizhi .on {
	border-bottom: 2px solid #00B38A;
}

.about_warp {
	background: #e8e8e8;
}

.m31 {
	padding: 50px 0;
	font-size: .8rem;
	line-height: 35px;
}

.m32 {
	padding: 45px 0;
}

.m32 .tit {
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.m32 ul li {
	width: 50%;
	color: #333;
	font-size: .8rem;
	margin-bottom: 15px;
}

.m32 .map {
	position: relative;
	height: 400px;
	margin-top: 20px;
}

.m32 .map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.m33 {
	background: url(../img/img141.jpg) center no-repeat;
	height: 315px;
	background-size: cover;
	padding-top: 35px;
}

.m33 .form {
	width: 650px;
	margin: 0px auto;
}

.m33 .form .t {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.m33 .form .t1 {
	height: 110px;
	background: #fff;
	border-radius: 3px;
	padding: 5px;
}

.m33 .form .t1 textarea {
	width: 100%;
	height: 110px;
	font-size: .8rem;
}

.m33 .form .t2 {
	background: #fff;
	padding: 5px;
	border-radius: 3px;
	margin-top: 15px;
}

.m33 .form .t2 input {
	color: #767676;
	font-size: .9rem;
	width: 100%;
	height: 40px;
}

.m33 .form .but {
	text-align: center;
	padding-top: 15px;
}

.m33 .form .but input {
	width: 180px;
	height: 40px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
}

.m34 {
	padding: 50px 0px 30px;
}

.m34 .box {
	display: block;
	width: 480px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	background: #fff;
	margin: 0px auto;
}

.m34 .box .dome {
	padding: 20px 60px 30px;
}

.m34 .box .dome .file input {
	opacity: 0px;
	position: absolute;
	width: 1px;
	height: 1px;
}

.m34 .box .dome .t {
	color: #666;
	font-size: .8rem;
	padding: 10px 0;
}

.m34 .box .file img {
	width: 355px;
	height: 240px;
}

.m35 {
	padding-bottom: 60px;
}

.m35 .t {
	color: #8b8b8b;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.m35 ul li {
	position: relative;
	padding-left: 90px;
	margin-bottom: 65px;
}

.m35 ul li .img {
	position: absolute;
	left: 0px;
	top: 0px
}

.m35 ul li .c {
	padding: 40px 25px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	position: relative;
	border-radius: 5px;
}

.m35 ul li .c .jiao {
	position: absolute;
	left: -19px;
	top: 10px
}

.m35 ul li:nth-child(2n) {
	padding-left: 0px;
	padding-right: 90px;
}

.m35 ul li:nth-child(2n) .img {
	right: 0px;
	left: auto;
}

.m35 ul li:nth-child(2n) .c .jiao {
	position: absolute;
	left: auto;
	right: -22px;
	top: 10px
}

.m36 {
	padding: 60px 0px 40px;
}

.m36 .t {
	color: #0cc5a3;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
}

.m36 .fun_box {
	margin-top: 70px;
}

.common_xx_list li {
	margin: 10px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.common_xx_list li .img img {
	width: 100%;
	border-radius: 5px 5px 0px 0;
}

.common_xx_list li .t1 {
	color: #999999;
	padding: 20px 0 10px;
	font-size: 1.4rem;
	text-align: center;
}

.common_xx_list li .t2 {
	color: #999999;
	font-size: .8rem;
	margin-bottom: 15px;
	text-align: center;
}

.common_xx_list li .hr a {
	display: block;
	width: 101%;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	padding: 15px 0;
	border-radius: 0px 0px 5px 5px;
}

.common_xx_list li .hot {
	position: absolute;
	right: 0px;
	top: 0px;
}

.common_xx_list li:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

.m36 .swiper-container {
	padding-bottom: 60px;
}

.m36 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #86e2d0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50%;
	cursor: pointer;
}

.m36 .swiper-pagination-bullet-active {
	background: #0dc5a1;
	background-size: cover;
}

.m38 {
	padding: 40px 0;
}

.m38 .t {
	color: #0cc5a3;
	font-size: 1.5rem;
	text-align: center;
}

.m38 ul {
	padding-left: 30px;
}

.m38 ul li {
	width: 22.8%;
	margin: 0px .8%;
	margin-bottom: 50px;
}

.m38 ul li:nth-child(4n) {
	margin-right: 0px;
}

.m38 ul {
	margin-top: 40px;
}

.m39 {
	margin-top: 70px;
}

.m39 .t {
	text-align: center;
	margin-bottom: 20px;
}

.m39 .t span {
	display: inline-block;
	padding: 10px 50px;
	background: #7d7d7d;
	color: #fff;
	letter-spacing: 4px;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: bold;
}

.m39 ul li {
	margin-bottom: 25px;
}

.m39 ul li .tit {
	margin-bottom: 10px;
}

.m39 ul li .tit span {
	color: #666666;
	font-weight: bold;
	font-size: 1.4rem;
	border-bottom: 2px solid #979797;
	padding-bottom: 5px;
}

.m39 ul li .c {
	line-height: 25px;
	font-size: .8rem;
}

.m39 .table {
	margin-top: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.m39 .table thead tr td {
	background: #7c7c7c;
	color: #fff;
	padding: 8px 0;
	font-weight: bold;
	border-radius: 5px 5px 0 0px;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 2px;
}

.m39 .table tbody tr td {
	padding: 10px;
	font-size: 1rem;
	border: 1px solid #ebebeb;
	text-align: center;
}

.m39 .table tbody tr td b {
	font-size: 1.1rem;
}

.m39 .table tbody tr .info {
	text-align: left;
}

.m40 {
	padding: 40px 0;
}

.m40 .t1 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	position: relative;
	padding-bottom: 10px;
}

.m40 .t1 span {
	color: #747474;
}

.m40 .t1::before {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100px;
	height: 2px;
	background: #828282;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.m40 .t2 {
	padding: 25px 0;
	font-size: .8rem;
	text-align: center;
}

.m40 .list {
	margin-top: 60px;
}

.m40 .list .equi-title {
	position: relative;
}

.m40 .list .equi-title .title-rectangle {
	width: 160px;
	height: 14px;
	background: #e8e8e8;
	margin: 0 auto;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
}

.m40 .list .equi-title .title-text {
	width: 100%;
	height: 40px;
	font-size: 1.6rem;
	position: relative;
	z-index: 99;
	font-weight: bold;
	color: #000;
	text-align: center;
}


/*装备列表展示*/

.equipment .equi-lists-box {
	width: 1200px;
	height: auto;
}

.equi-lists-box .equi-lists {
	list-style: none;
	margin: 53px auto 100px;
}

.equi-lists .equ-list-show {
	width: 400px;
	height: auto;
	float: left;
	padding-left: 16px;
	box-sizing: border-box;
	margin-bottom: 28px;
}

.equi-lists .equ-list-show .equi-lists-img {
	width: 78px;
	height: 78px;
	float: left;
}

.equi-lists-img img {
	width: 100%;
	height: 100%;
}

.equi-lists-text {
	height: 78px;
	float: left;
}

.equi-lists-text p {
	line-height: 66px;
	font-size: 16px;
	color: #666666;
}

.text-different {
	padding-top: 5px;
	box-sizing: border-box;
}

.text-different p {
	height: 29px;
	line-height: 29px;
}


/*修仙进阶*/

.advanced {
	width: 100%;
	height: 685px;
	margin-top: 55px;
}


/*进阶内容列表*/

.adv-lists-box .adv-lists {
	list-style: none;
	margin: 53px auto 100px;
}

.adv-lists .adv-list-show {
	width: 31%;
	height: auto;
	float: left;
	height: 130px;
	margin-right: 2%;
	margin-bottom: 24px;
}

.adv-lists .adv-list-show:nth-child(3n) {
	margin-right: 0px;
}


/*列表小标题*/

.adv-list-show .show-upper {
	width: 100%;
	height: 35px;
	margin-bottom: 19px;
}

.show-upper .show-circle {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #787878;
	float: left;
	margin: 12.5px 0;
}

.show-upper .show-version {
	float: left;
	font-size: 26px;
	line-height: 35px;
	font-weight: bold;
	color: #999;
	margin-left: 10px;
}

.m41 {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.m41 {
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 8px;
}

.m41 .title {
	background: #0dc5a1;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 30px 0;
	border-radius: 8px 8px 0 0;
}

.m41 .title .t1 {
	font-size: 1.8rem;
}

.m41 .title::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 2px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	top: 85px;
	background: #fff;
}

.m41 .title i {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 50%;
	background: #0dc5a1;
	top: 75px;
	z-index: 99;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.m41 .title i::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	display: block;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.m41 .title .t2 {
	font-size: 1rem;
	margin-top: 25px;
}

.m41 .let_box {
	width: 25%;
	border-right: 1px solid #d9d9d9;
}

.m41 .let_box .dome {
	padding: 65px;
}

.m41 .let_box .box1 .info {
	text-align: center;
	margin-top: 10px;
}

.m41 .let_box .box1 .info .t2 {
	color: #373737;
	margin-top: 4px;
	font-size: .9rem;
}

.m41 .let_box .box2 {
	font-size: .8rem;
	padding-top: 15px;
	line-height: 25px;
	color: #6e6e6e;
}

.m41 .let_box .box2 span {
	font-size: 1rem;
}

.m41 .let_box .box3 {
	padding: 10px 0;
	margin: 10px 0;
	font-size: 1rem;
	color: #0dc5a1;
	border-top: 1px dashed #cecece;
	border-bottom: 1px dashed #cecece;
}

.m41 .let_box .box4 {
	font-size: .9rem;
	color: #6e6e6e;
	line-height: 30px;
	border-bottom: 1px dashed #cecece;
	padding-bottom: 8px;
}

.m41 .let_box .box5 {
	line-height: 30px;
}

.m41 .rit_box {
	width: 74%;
}

.m41 .rit_box .dome {
	padding: 70px 150px;
}

.m41 .rit_box .tit {
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	color: #373737;
}

.m41 .rit_box .pay {
	padding: 0px 10%;
	margin-top: 25px;
}

.m41 .rit_box .info {
	padding: 0px 5%;
	margin-top: 35px;
}

.m41 .rit_box .info .t {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.m41 .rit_box .info .t::before {
	content: '';
	width: 4px;
	height: 30px;
	position: absolute;
	left: 0px;
	background: #0dc5a1;
	top: 0px;
	z-index: 99;
}

.m41 .rit_box .info .t::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: #d2d2d2;
	left: 0px;
	top: 50%;
	margin-top: -2px;
}

.m41 .rit_box .info .t span {
	background: #fff;
	color: #696969;
	position: relative;
	padding-right: 15px;
	z-index: 9;
	font-size: 1.2rem;
	font-weight: bold;
	padding-left: 15px;
}

.m41 .rit_box .info .c {
	font-size: .9rem;
	color: #696969;
	line-height: 25px;
}