* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
}

.bgxxx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.bodyBox {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
}

.top {
	background: url(../images/topbg.png) no-repeat;
	background-size: 100% 100%;
}

.top h2 {
	color: #fff;
	text-align: center;
	font-size: 24.5px;
	padding: 28.5% 0;
}

.loginForm {
	margin-top: 48px;
}

.loginForm .layui-form-item {
	background: #f4f9fa;
	width: 90%;
	height: 50px;
	margin-left: 5%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 30px;
	margin-bottom: 26px;
}

.loginForm .layui-input-block {
	margin-left: 0;
	width: 80%;
}

.loginForm .layui-input-block input {
	border: none;
	outline: none;
	background: none;
	padding-left: 0;
	padding-right: 10px;
}

.loginForm .layui-form-label {
	width: 10%;
}

.loginForm .layui-form-label img {
	width: 28px;
}

.subBtn {
	width: 90%;
	margin-left: 5%;
	height: 50px;
	border-radius: 50px;
	font-size: 16px;
	letter-spacing: 2px;
	background: url(../images/anniu.jpg) center/cover;
	margin-top: 39px;
	border: none;
	color: #fff;
	outline: none;
}

.loginFot {
	text-align: center;
	margin-top: 20px;
	color: #999;
}

.loginFot a {
	margin: 2px 4px;
	color: #999;
}

.loginFot a:first-child {
	color: #1fc792;
}


/* 注册 */
.regist {
	width: 92%;
	margin: 0 auto;
}

.regist h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 34px;
}

.regist h1 span {
	font-size: 16px;
}

.registForm .layui-form-item {
	margin-bottom: 10px;
}

.registForm input {
	border: none;
	background: none;
	outline: none;
	border-bottom: 1px solid #ddd;
	padding-left: 0;
	padding-right: 10px;
	border-radius: 0;
	height: 50px;
}

.registForm input:focus {
	border-bottom: 1px solid #00a33e !important;
}

.codeDiv {
	position: relative;
}

.iscode {
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: none;
	color: #6193ff;
}

.registForm .layui-form-checkbox[lay-skin=primary] {
	padding-left: 24px;
}

.registForm .layui-form-checkbox[lay-skin=primary] i {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.registForm .layui-form-checked[lay-skin=primary] i {
	border-color: #6193ff !important;
	background-color: #6193ff;
}

.registForm .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #6193ff;
}

.xieyi span {
	margin-left: 14px;
	color: #6193ff;
}


/* 首页 */
.tijiao {
	width: 92%;
	margin: 4%;
	position: relative;
}

.tijiao img {
	width: 100%;
}

.tijiao a {
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 33px;
	padding: 7px 24px;
	border-radius: 30px;
	color: #fff;
	font-size: 15px;
}

/* 底部 */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #eee;
	background: #fff;
	z-index: 9999;
}

.footer .fotnav {
	width: 74%;
	padding: 6px 0 4px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	text-align: center;
}

.footer .fotnav img {
	width: 24px;
}

.footer .fotnav .fotli p {
	color: #666;
	font-size: 13px;
}

.footer .fotnav .fotli.on p {
	color: #159b3d;
}


/* 列表 */
.listBox {
	width: 92%;
	margin: 0 auto;
}

.listBox .layui-tab-title {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: none;
}

.listBox .layui-tab-title.tab-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	height: 50px;
	background: #fff;
	z-index: 999;
	padding: 0 5%;
}

.listBox .layui-tab-title li {
	padding: 0;
}

.layui-tab-brief>.layui-tab-title .layui-this {
	font-weight: 600;
}

.listBox .listli {
	background: #fff;
	width: 94%;
	border-radius: 6px;
	padding: 16px 3%;
	margin-bottom: 10px;
}

.listBox .listli li {
	line-height: 2;
}

.listBox .listli li img {
	width: 18px;
	vertical-align: center;
	margin-right: 4px;
	position: relative;
	top: -2px;
}

.listBox .listli li span {
	color: #999;
}

.listBox .listli li span.zhuangtai {
	float: right;
}

.listBox .listli.daichuli li span.zhuangtai {
	color: #e02020;
}

.listBox .listli.chulizhong li span.zhuangtai {
	color: #fa6400;
}

.listBox .listli.yiwancheng li span.zhuangtai {
	color: #00a33e;
}

.listBox .listli li b {
	color: #000;
	font-weight: 500;
	margin-right: 5px;
}

.listBox .listli li:nth-child(3) {
	margin-top: 8px;
}

.listBox .listli li img.removeOwner {
	position: absolute;
	top: 20px;
	right: 12px;
	width: 20px;
	opacity: 0.6;
}
.listBox .listli li.ownerxiadan{
	text-align: right;
	border-top: 1px solid #eee;
	position: relative;
	top: 9px;
}

/* 提交信息 */
.submit_info {
	margin-top: 20px;
}

.submit_info .zhanwei {
	height: 10px;
	width: 100%;
	background-color: #f2f3f5;
	margin-top: 6px;
}

.submit_info ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
}

.submit_info ul li a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.submit_info ul li a b {
	font-size: 16px;
}

.submit_info ul li.bot {
	border-bottom: 1px solid #eee;
}

.submit_info .layui-btn-container .layui-btn {
	border: none;
	margin: 0;
	padding: 0;
	color: #999;
}

.submit_info ul li .jiantou {
	width: 8px;
	height: 15px;
	margin-left: 12px;
}

.submit_info ul li.miaoshu {
	margin-top: 10px;
}

.submit_info ul li.textmianshu {
	padding: 0 15px;
	margin-bottom: 8px;
}

.submit_info ul li.textmianshu textarea {
	border: none;
	padding: 0;
	resize: none;
}

.submit_info .layui-form-select .layui-edge {
	display: none;
}

.submit_info .layui-form-select .layui-input {
	text-align: right;
	border: none;
}

.submit_info .layui-input-block {
	margin-left: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 72%;
}

.submit_info .layui-form-select .layui-input {
	padding-right: 0px;
}


.shuzi {
	color: #00a33e;
}

.textarea {
	width: 100%;
}

.loaderImg {
	padding: 0 15px;
}

#uploader-list {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

#chooseImg {
	background: #f1f1f1;
	padding: 32px;
	width: 36px;
	height: 36px;
	border-radius: 6px;
}

.file-iteme {
	width: 32%;
	margin: 0 1%;
	height: 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.file-iteme img {
	width: auto;
	height: 100px;
}

.handle {
	position: absolute;
	right: 6px;
	top: 0;
	font-size: 28px;
	color: #666;
}


/* 地址编辑 */
.addressList li {
	padding-top: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

.addressList p {
	padding: 4px 15px;
	font-size: 14px;
}

.addressList p.nopadding {
	padding: 0 15px;
}

.addressList p span {
	font-size: 15px;
	margin-right: 10px;
}

.address_fot {
	display: flex;
	width: calc(100% - 30px);
	justify-content: space-between;
	align-items: center;
	padding: 13px 15px;
	border-top: 1px solid #eee;
	margin-top: 11px;
}

.address_fot .layui-form-item {
	margin-bottom: 0;
}

.address_fot .layui-form-item .layui-form-radio {
	margin: 0;
}

.address_fot .layui-form-item .layui-form-radio>i {
	transform: scale(0.85);
	margin-right: 3px;
}

.caozuo img {
	width: 15px;
	margin-right: 4px;
	position: relative;
	top: -2px;
}

.caozuo span {
	margin-left: 20px;
}

.xinzengdizhi {
	height: 60px;
	display: flex;
	align-items: center;
	width: 100%;
	background: #fff;
	font-size: 16px;
}

.xinzengdizhi a {
	width: 100%;
}

.xinzengdizhi img {
	width: 23px;
	margin-left: 15px;
	margin-right: 15px;
}

.xinzengdizhi img.jiantou {
	width: 10px;
	float: right;
	margin-top: 4px;
}

.xinzengdizhi span {
	position: relative;
	top: 2px;
}

#start {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	padding-bottom: 7px;
}

.dizhixuanze {
	display: flex;
	width: 90%;
	opacity: 0;
	position: absolute;
	top: 50px;
	left: 5%;
	z-index: -1;
}

.dizhiclick {
	width: calc(100% - 113px);
	margin-left: 10px;
	color: #777;
}

.dizhiclick img {
	float: right;
	width: 10px;
}

.addressList .layui-input {
	border: none;
	width: 96%;
}

.addressList .layui-form-item {
	border-bottom: 1px solid #eee;
}

.addressList li .layui-form-item {
	border-bottom: none;
}

.addressList .layui-form-item:last-child {
	border-bottom: none;
}

.addressList .layui-form-label {
	width: 60px;
}

.addressList .layui-input-block {
	margin-left: 90px;
	padding-bottom: 7px;
}

.qidong {
	width: 100%;
	margin: 10% 0;
}

.qidong img {
	width: 76%;
	margin-left: 11%;
	margin-top: 100px;
	margin-bottom: 50px;
}

.subBtn.denglu {
	display: inline-block;
	line-height: 50px;
	text-align: center;
}

.subBtn.zhuce {
	display: inline-block;
	line-height: 50px;
	text-align: center;
	background: #ddd;
	color: #333;
	margin-top: 20px;
}

/* 服务详情 */
.fuwuDetails {}

.fuwuDetails .zhanwei {
	height: 10px;
	width: 100%;
	background-color: #f2f3f5;
	margin-top: 6px;
}

.fuwuDetails .details_main {
	width: 92%;
	margin-left: 4%;
}

.fuwuDetails .details_main li {
	display: flex;
	color: #888;
	font-size: 15px;
	margin: 14px 0;
	line-height: 26px;
}

.fuwuDetails .details_main li label {
	min-width: 80px;
	color: #000;
}

.fuwuDetails .details_main li span {
	display: inline-block;
	width: calc(100% - 80px);
}

.fuwuDetails .details_main li span.green {
	color: #00a33e;
}

.fuwuDetails .details_main li span b {
	font-weight: 500;
}

.fuwuDetails .details_top {
	font-size: 18px;
	height: 60px;
	line-height: 70px;
}

.fuwuDetails .details_top img {
	width: 10px;
	margin-left: 6px;
}

.fuwuDetails .details_top span {
	margin-left: 4%;
}

.fuwuDetails .details_top.daichuli {
	color: #e02020;
}

.fuwuDetails .details_top.chulizhong {
	color: #fa6400;
}

.fuwuDetails .details_top.yiwancheng {
	color: #00a33e;
}

.fuwuDetails .details_title {
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.fuwuDetails .details_title span {
	margin-left: 4%;
}

.fuwuDetails .details_img {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.fuwuDetails .details_img .details_img_box {
	width: 33%;
	height: 100px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fuwuDetails .details_img .details_img_box img {
	width: auto;
	height: 100%;
}

.list_loding {
	display: none;
}

.userTop {
	text-align: center;
}

.userTop img {
	position: relative;
	top: 70px;
	border-radius: 50%;
	width: 74px;
	height: 74px;
}

.top.userTop h2 {
	padding: 20% 0;
}

.user_list {
	background: #fff;
	width: 90%;
	margin-left: 5%;
	padding: 10px 0;
	margin-top: 35px;
	border-radius: 6px;
}

.user_list li {
	line-height: 48px;
	margin-left: 16px;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user_list img {
	height: 18px;
	margin-right: 14px;
}

.user_list span img {
	height: 20px;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

.suer_info li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	height: 60px;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.suer_info li.bigli {
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 70px;
}

.suer_info li.bigli label {
	margin-top: 10px;
}

.suer_info li div {
	padding-right: 15px;
	text-align: right;
	color: #888;
}

.suer_info li.bigli div .layui-input {
	text-align: left;
	padding-left: 0;
}

.suer_info li img {
	width: 10px;
	position: absolute;
	right: 8px;
	top: calc(50% - 9px);
}

.suer_info .layui-input-block {
	margin-left: 0;
	width: calc(100% - 100px);
}

.suer_info li.bigli .layui-input-block {
	width: calc(100% - 20px);
}

.suer_info .layui-input {
	border: none;
	text-align: right;
	color: #888;
}


/* 代理商 */
.login_tab {
	text-align: center;
	font-size: 17px;
	position: relative;
	top: -26px;
}

.login_tab a {
	display: inline-block;
	width: 90px;
	text-align: left;
	font-weight: 600;
	color: #999;
}

.login_tab a.active {
	color: #00a33e;
}

.login_tab a:first-child {
	text-align: right;
}

.login_tab span {
	margin: 0 14px;
	color: #ddd;
}

.opera_tijiao li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 92%;
	margin-left: 4%;
	background: #fff;
	margin-top: 20px;
	box-shadow: 0px 0px 10px #ddd;
	padding: 30px 0;
	border-radius: 6px;
}

.opera_tijiao li .tijiao_left {
	width: 30%;
}

.opera_tijiao li .tijiao_left img {
	width: 74px;
}

.opera_tijiao li .tijiao_right {
	text-align: center;
	margin-right: 10px;
}

.opera_tijiao li .tijiao_right p {
	color: #ccc;
	margin: 6px 0;
}

.opera_tijiao li .tijiao_right a {
	padding: 7px 30px;
	border: 1px solid #e95515;
	border-radius: 30px;
	display: inline-block;
	margin-top: 8px;
	color: #e95515;
}

.opera_tijiao li .tijiao_right h2 {
	color: #e95515;
	font-weight: 600;
}

.opera_tijiao li:nth-child(2) .tijiao_right h2 {
	color: #066eb7;
}

.opera_tijiao li:nth-child(2) .tijiao_right a {
	color: #066eb7;
	border: 1px solid #066eb7;
}

.opera_tijiao li:nth-child(3) .tijiao_right h2 {
	color: #f7b62d;
}

.opera_tijiao li:nth-child(3) .tijiao_right a {
	color: #f7b62d;
	border: 1px solid #f7b62d;
}

.subBtn.chuli {
	display: inline-block;
	line-height: 50px;
	text-align: center;
	margin-top: 20px;
}

.chuli_title {
	width: 100%;
	height: 50px;
	font-size: 16px;
	letter-spacing: 2px;
	background: url(../images/anniu.jpg) center/cover;
	margin-top: 29px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.fuwuDetails .details_main .details_form .layui-input-block {
	margin-left: 0;
}

.fuwuDetails .details_main .details_form li {
	display: flex;
	justify-content: space-between;
	justify-items: center;
	border-bottom: 1px solid #eee;
	margin: 8px 0;
	padding-bottom: 6px;
}

.fuwuDetails .details_main .details_form li label {
	line-height: 38px;
}

.fuwuDetails .details_main .details_form .layui-form-item {
	margin-bottom: 0;
	display: flex;
}

.fuwuDetails .details_main .details_form .layui-input-block .layui-form-select .layui-input {
	border: none;
	width: 140px;
	text-align: right;
	margin-right: 8px;
}

.fuwuDetails .details_main .details_form .layui-anim.layui-icon {
	transform: scale(0.87);
	margin-right: 4px;
}

.fuwuDetails .details_main .details_form .layui-form-radio {
	margin: 6px 0px 0 6px;
}

.fuwuDetails .details_main .details_form .layui-form-item .layui-input-inline {
	margin: 0;
}

.layui-form-item .layui-input-inline+.layui-form-mid {
	margin-left: 6px;
	top: 0;
}

.fuwuDetails .details_main .details_form .layui-input {
	border: none;
	text-align: right;
	width: 100px;
}

.fuwuDetails .details_main .details_form .layui-input-block .layui-input {
	text-align: left;
	width: 310px;
	padding-right: 30px;
	padding-left: 0;
}

.fuwuDetails .details_main .details_form.wanchengForm li span {
	padding-top: 6px;
}

.chuli_text {
	margin-top: 6px;
	line-height: 24px;
	width: calc(100% - 80px);
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

@media screen and (max-width: 400px) {
	.fuwuDetails .details_main .details_form .layui-input-block .layui-input {
		width: 260px;
	}
}

@media screen and (max-width: 350px) {
	.fuwuDetails .details_main .details_form .layui-input-block .layui-input {
		width: 210px;
	}
}

.cundang {
	background: #f2f2f2;
	padding: 5px 0 20px 0;
}

.cundang li {
	width: 86%;
	height: 165px;
	margin-left: 4%;
	margin-top: 15px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px #ddd;
	padding: 0 3%;
}

.cundang li .cundang_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-size: 15px;
	color: #000;
}

.cundang li .cundang_title img {
	width: 34px;
}

.cundangClick {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	border-top: 1px solid #eee;
	z-index: -1;
	opacity: 0;
	transition: all 0.75s;
}

.cundangClick button {
	width: 40%;
	height: 44px;
	border: none;
	margin: 8px 20px;
	border-radius: 30px;
	background: #c1c1c1;
	color: #fff;
}

.cundangClick button.cundangBtn {
	background: url(../images/anniu.jpg) center/cover;
}


.success_status img {
	width: 100%;
	margin-top: 100px;
}

.success_status p {
	font-size: 16px;
	color: #000;
	text-align: center;
}

.subBtn.successBtn {
	display: inline-block;
	line-height: 50px;
	text-align: center;
	margin-top: 100px;
}

.xinzeng_owner {
	width: 94%;
	margin: 10px auto;
	padding: 0 3%;
	height: 50px;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
}

.xinzeng_owner span {
	font-size: 32px;
	margin-right: 6px;
	font-weight: 100;
}

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

.tanMain {
	width: 84%;
	margin: 60px auto;
	background: #fff;
	max-width: 500px;
	padding: 10px 3%;
	border-radius: 6px;
}

.tanMain h3 {
	font-weight: 600;
	font-size: 16px;
	color: #000;
	line-height: 34px;
	margin-bottom: 4px;
}

.tanMain .layui-form-label {
	width: 70px;
	padding: 9px 0;
}

.tanMain .layui-input-block {
	margin-left: 80px;
}

.tanMain .layui-input {
	border: none;
}

.tanMain .dizhiclick {
	margin-left: 20px;
	width: calc(100% - 100px);
}

.dizhiclick span {
	display: inline-block;
	width: 88%;
	line-height: 30px;
	height: 30px;
}

.dizhiclick span b {
	font-weight: 500;
}

.tanBtn {
	display: flex;
	justify-content: space-between;
}

.tanMain button {
	width: 40%;
	height: 44px;
	border: none;
	margin: 8px 20px;
	border-radius: 30px;
	background: #c1c1c1;
	color: #fff;
}

.tanMain button.cundangBtn {
	background: url(../images/anniu.jpg) center/cover;
}

.tanMain .quxiaoBtn {
	width: 40%;
	height: 44px;
	border: none;
	margin: 8px 20px;
	border-radius: 30px;
	background: #c1c1c1;
	color: #fff;
	text-align: center;
	line-height: 44px;
}

.tanMain.tan_operator .layui-form-item {
	border-bottom: 1px solid #eee;
}

.tanMain.tan_operator {
	margin-top: 100px;
}

.user_touxiang {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #000;
}

.user_touxiang label {
	margin-left: 15px;
	margin-right: 20px;
}

.user_touxiang_img {
	width: 80px;
	height: 80px;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.user_touxiang_img img {
	width: 100%;
	height: auto;
}

.user_touxiang_img p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}


/* 代理商 */
.listBox .listli {
	position: relative;
}

.listli .remove_listli {
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
}

.listli .remove_listli img {
	height: 20px;
	opacity: 0.6;
}


/* 动态新增 */

#view .address_fot input[type="radio"] {
	margin-right: 4px;
	transform: scale(1.02);
	position: relative;
	top: 1px;
}

.select_address {
	padding: 0 15px 5px 15px;
	font-size: 13px;
	line-height: 1.38;
}

.select_address span {
	margin-right: 5px;
}

.fuwuDetails .details_main .details_form li.caozuo_li {
	justify-content: flex-start;
}

.fuwuDetails .details_main .details_form li.caozuo_li .layui-input-block .layui-form-select .layui-input {
	text-align: left;
}

.fuwuDetails .details_main li.caozuo_li_tel label {
	min-width: 90px;
}

.fuwuDetails .details_main li.caozuo_li_tel span {
	line-height: 38px;
}

.fuwuDetails .details_main .details_form li.caozuo_li .layui-input-block .layui-form-select .layui-input {
	width: 100px;
}

.inputSpan {
	line-height: 38px;
	margin-left: 9px;
}


.cundang_img {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.cundang button {
	background: none;
	border: none;
	outline: none;
}

.cundang .details_img_box {
	width: 33%;
	height: 100px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.cundang .details_img_box img {
	height: 100%;
	width: auto;
}

.user_list li span {
	display: inline-block;
	width: 85%;
}


.imgBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	text-align: center;
	z-index: 99999;
}



.tanMain h3.center{
	text-align: center;
}
.xieyiMain{
	width: 96%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 60vh;
	overflow-y: scroll;
}
.xieyiYes{
	text-align: right;
	font-size: 14px;
	font-weight: 600;
	color: #6193ff;
}

.bigImg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    display: none;
    object-fit: contain;
    background: #000;
}