
/* 婵帊缍嬮崡锛勫 */
/* .content-media-list {
	padding: 10px;
} */
.content-media-list {
	padding-left: 10px;
}
.card-media {
	width: calc(25% - 20px);
	margin: 10px 0;
	padding: 0 8px;
	display: inline-block;
	vertical-align: text-top;
}

@media screen and (max-width:1336px) {
	.card-media {
		width: calc(50% - 20px);
	}
}

.media-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.media-checkbox .img-wrapper {
	border-radius: 5px;
	border:1px solid #fff;
}

.media-checkbox .img-wrapper img {
	animation: 1.5s opacity2;
	-webkit-animation: 1.5s opacity2;
	-moz-animation: 1.5s opacity2;
}

/* .media-input>input ~ span {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 6;
} */

.media-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.media-checkbox input:checked~span {
	background: #44b549;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 6;
	height: 20px;
	width: 20px;
	border: 1px solid #44b549;
	border-radius: 50%;
}

.media-checkbox input:checked~span:after {
	display: block;
}

.media-checkbox input + span:after {
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -8px;
	width: 5px;
	height: 10px;
	border-width: 0 2px 2px 0 !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.media-checkbox input + span:after {
	content: '';
	position: absolute;
	display: none;
	border: 1px solid #fff;
}

.media-checkbox input:checked ~ .img-wrapper,
.media-checkbox .img-wrapper:hover {
	/* border:1px solid #44b549; */
	box-shadow: 0px 2px 10px 0px rgba(68, 181, 73, 0.57);
}

.media-title {
	color: #505155;
	font-size: 16px;
	margin: 10px 0 0;
	
	height: 50px;
    overflow: hidden;
}
.media-title-fenxiang {
    color: #505155;
    font-size: 16px;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-title~span {
	color: #9e9e9e;
	font-size: 12px;
	text-transform: uppercase;
}
.tiku-box {
    text-align: left;
    line-height: 30px;
    padding: 10px 10px;
}
.tiku-img {
    position: relative;
    margin: -10px -10px 0px;
}
.tiku-img .tiku-title {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    width: calc(100% - 20px);
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.movie_play {
    cursor: pointer;
}
.sao-content {
    max-width: 400px;
    margin: 30px auto;
}
.sao-head {
    position: relative;
    background: #78adf9;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 40px;
    text-align: left;
    color: #ffffff;
    display: flex;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.sao-title {
    display: inline-block;
    padding: 5px 5px;
}
.sao-head h2 input {
    font-size: 18px;
    color: #ffffff;
}
.sao-head h2 input,.sao-head .sao-tag input {
	border:0;
	background:rgba(0,0,0,0)
}
.sao-head .sao-tag input {
    color: #c9efff;
    font-size: 14px;
}
.sao-tag-user {
	position: absolute;
	right: 0;
	top: 30px;
}

.sao-tag-user span {
	padding: 5px 10px;
	background: #96c0fc;
	border-radius: 5px 0 0 5px;
	color: #4189f2;
	display: block;
	cursor: pointer;
}

.sao-tag-user input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 30px;
}

.sao-tag-user .sao-tag-user-f {
	background: #4189f2;
	color: #ffffff;
}

.sao-tag-user input:checked~.sao-tag-user-f {
	display: block;
}

.sao-tag-user input:checked~.sao-tag-user-c {
	display: none;
}
.sao-body {
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    text-align: left;
}
.sao-body .menu {
    padding: 0;
    min-height: auto;
}
.sao-body .menu-num {
    float: right;
    padding-right: 20px;
}
.sao-body .menu-num i {
    font-size: 22px;
}
.sao-body .menu-num input {
    line-height: 26px;
    width: 180px;
    font-size: 22px;
    color: #8d8d8d;
    border: 0;
    text-align: right;
    padding-right: 6px;
}
.sao-pay {
    padding: 15px;
    text-align: center;
}
.sao-tag-user span {
    padding: 5px 10px;
    background: #96c0fc;
    border-radius: 5px 0 0 5px;
    color: #4189f2;
    display: block;
    cursor: pointer;
}


.sao-money {
    position: relative;
    padding-left: 40px;
    line-height: 40px;
}
.sao-money-ico {
	background: #96c0fc;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sao-money-ico:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 9px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sao-money-num {
    display: inline-block;
}
.my-take {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
    right: 0;
}
.my-take .take-cont {
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    background: #c43232;
    box-shadow: 0px 4px 11px 0px rgba(242, 77, 77, 1);
}
.my-take .take-cont.yes {
    position: relative;
    background: linear-gradient(142deg, rgba(150, 192, 252, 1) 0%, rgba(120, 173, 249, 1) 100%);
    box-shadow: 0px 4px 11px 0px rgba(120, 173, 249, 1);
}


.movie_play {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endcolorstr='#99000000');
    color: #fff;
    z-index: 1;
    text-align: center;
    animation: 2s opacity2;
    -webkit-animation: 2s opacity2;
    -moz-animation: 2s opacity2;
}
.movie_play .line3 {
    left: 20px;
    -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
    animation: line-grow 0.5s 0.4s ease alternate infinite;
}
.movie_play.on [class*=line], .movie_play.not [class*=line] {
    display: none;
}
.movie_play .line5 {
    left: 40px;
    -webkit-animation: line-grow 0.5s 0.7s ease alternate infinite;
    animation: line-grow 0.5s 0.7s ease alternate infinite;
}
.movie_play.on .line2 {
    display: block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-width: 10px 0 10px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    opacity: 0.8;
    margin: auto;
    animation: none;
}
.movie_play .line4 {
    left: 30px;
    -webkit-animation: line-grow 0.5s 0.6s ease alternate infinite;
    animation: line-grow 0.5s 0.6s ease alternate infinite;
}
.movie_play .line {
    width: 5px;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#fff));
    background: -webkit-linear-gradient(top, #666, #fff);
    background: linear-gradient(to bottom, #666, #fff);
}
.movie_play.on .line1 {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(51, 51, 51, .8);
    animation: none;
}
.movie_play.not .line6 {
    display: block;
    font-size: 12px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    margin: auto;
    background: rgba(51, 51, 51, .8);
    border: 1px solid #fff;
}
.zhibo-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    background: rgba(2, 2, 2, .5);
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
}
.zhibo-tag span:last-child {
    float: right;
}
@keyframes opacity2 {
	0% {
		opacity: 0
	}

	50% {
		opacity: .6;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity2 {
	0% {
		opacity: 0
	}

	50% {
		opacity: .6;
	}

	100% {
		opacity: 1;
	}
}


.movie_play img {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: #333;
	opacity: .8;
	border-radius: 50%;
}


/*鐠囧墽鈻奸幖婊呭偍*/

.search-form .form-item .label,.search-form .form-item {
	width: auto;
	margin-left: 0px;
	margin-right: 10px;
}

.search-form .form-item .element {
	margin-left: auto;
	display: inline-block;
}

.select .ipt-box {
	width: auto;
}

.select {
	position: relative;
	display: block;
	margin: 0 auto;
	/* max-width: 325px; */
	color: #cccccc;
	vertical-align: middle;
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
}

.select .ipt-box {
	position: relative;
}

.select .ipt-box::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border-top: solid 5px #a0a0a0;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	top: 14px;
	right: 8px;
}
.select, .select .pinput-text {
	cursor: pointer;
}

.select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 175px;
	background: #FFFFFF;
    box-shadow: 0 1px 20px 0 #E4E8EB;
    border-radius: 2px;
    background-color: #fff;
	top: 100%;
	left: 0;
	list-style: none;
	padding: 11px 0;
	z-index: 100;
	animation: mymove .5s;
	-webkit-animation: mymove .5s;
}

@keyframes mymove {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.biji-title {
    display: inline-block;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 16px 24px;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #EFF2F7;
}
.right-line:after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #EFF2F7;
    margin: -16px 0;
}
.list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.col-left {
    flex: 0 0 100px;
    max-width: 100px;
}
.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.row [class*= col-] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.right-btn {
    display: inline-block;
    float: right;
}
.select ul li {
	display: block;
	text-align: left;
	line-height: 25px;
    padding: 9px 15px;
	color: #353535;
	cursor: pointer;
}

.select ul li:hover {
	color: #00A717;
    background-color: #FAFAFA;
}

.select.is-open ul {
	display: block;
}

/**/
.content-list {
	font-size: 0;
	margin-right: -20px;
}
.card-media.fenxiang {
    width: calc(50% - 20px);
}
.card-media.fenxiang {
    width: calc(33.33% - 20px);
    position: relative;
}
.content-list-header {
    padding: 10px 30px;
    color: #aaa;
    border-bottom: 1px solid #e7e7eb;
    position: relative;
}
.fenxiang-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: calc(50% - 30px);
    padding: 0 10px 0 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0 5px 5px 0;
}
.fenxiang-content p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}
.fenxiang-content p>span {
    font-size: 14px;
    font-weight: normal;
    color: #9A9A9A;
    display: block;
}
.fenxiang-content .button-area {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.fenxiang-content .button-area a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    color: #232630;
    border-radius: 3px;
    background: #f9f9f9;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.card-media.fenxiang .img-wrapper {
    height: auto;
}
.card-media.fenxiang .media-checkbox {
    width: 50%;
    z-index: 99;
}
.weui-desktop-card {
	width: 25%;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	visibility: visible;
}

@media screen and (max-width:1336px) {
	.weui-desktop-card {
		width: 33.3333%;
	}
}

.weui-desktop-appmsg {
	margin: 20px 0;
	position: relative;
}

.weui-desktop-card__inner {
	background: #FFFFFF;
	/* box-shadow: 0 1px 20px 0 #E4E8EB; */
	box-shadow: 0px 2px 10px 0px rgba(104, 104, 104, 0.17);
	border-radius: 2px;
	padding: 0;
}


.img-wrapper {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-image: url(../images/canvas-bg.png);
	height: 145px; /*閸樼噦绱�75px  */
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(104, 104, 104, 0.17);
}

.img-wrapper>img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: cover;
	position: relative;
}

.weui-padding {
	padding: 10px 15px;
	height: 40px;
	overflow: hidden;
}

.Subscript {
	position: absolute;
	width: 56px;
	height: 56px;
	left: 0;
	top: 0;
}

.Subscript.yes {
	background: url(../images/sprite.png) -63px -183px no-repeat;
}

.Subscript.no {
	background: url(../images/sprite.png) -123px -183px no-repeat;
}

.Subscript span {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-left: -2px;
	margin-top: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	/* Safari 閸滐拷Chrome */
}

.dropdown {
	position: absolute;
	right: -11px;
	top: -14px;
}

.dropdown .dropdown-toggle {
	width: 30px;
	height: 30px;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #44b549;
	background: rgba(61, 181, 73, 0.15);
	border-color: transparent;
	border-radius: 50%;
	position: relative;
	text-align: center;
}

.dropdown .dropdown-toggle:hover,
.dropdown .dropdown-toggle.show {
	background: #44b549;
	color: #fff;
}

.more-edit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.card-dropdown-menu {
	position: absolute;
	top: 100%;
	right: 10px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100px;
	margin: 2px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: rgba(0, 0, 0, .8);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 5px;
}

.dropdown-item {
	display: block;
	padding: 0 20px;
	height:25px;
	line-height: 25px;
	text-align: right;
	clear: both;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.card-dropdown-menu li:first-child .dropdown-item {
	border-radius: 5px 5px 0 0;
}

.card-dropdown-menu li:last-child .dropdown-item {
	border-radius: 0 0 5px 5px;
}

.dropdown-item:hover,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #44b549;
}
.show {
	display:block;
}

.weui-desktop-appmsg__cover-item {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	position: relative;
	/*padding: 20px 15px 15px;*/
}

.weui-desktop-appmsg__cover__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #353535;
}

.weui-desktop-appmsg__tips {
	background-color: #dfdfdf;
	color: #888;
	padding: 3px 15px;
	border-radius: 15px;
	font-size: 12px;
}

.weui-desktop-appmsg__cover__thumb {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #F6F8F9;
	padding-bottom: 56.25%;
	display: block;
	position: relative;
}

.weui-desktop-appmsg__cover__tag {
	position: absolute;
	bottom: 0;
	left: 0;
	top: calc(100% - 25px);
	right: 0;
	text-align: center;
	background: rgba(0, 0, 0, .3);
	color: #fff;

}

.weui-desktop-appmsg__cover__desc {
	position: absolute;
	bottom:0;
	color: #333;
	width: 100%;
    text-align: center;
    background: rgba(204,204,204,.8);
	overflow: hidden;
}

.user-active-data {
    position: absolute;
    bottom: 22px;
    color: #333;
    width: 100%;
    text-align: center;
    background: rgba(204,204,204,.8);
    overflow: hidden;
}

.weui-desktop-mask {
	display: block;
}

.weui-desktop-mask a {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 80 color: #FFFFFF;
	position: absolute;
	text-align: center;
}


.weui-desktop-mask a {
	color: #FFFFFF;
}

.weui-desktop-card a:hover {
	text-decoration: none;
}

.weui-desktop-appmsg__cover__more {
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 26px;
	color: #fff;
	line-height: 20px;
	z-index: 80;
	cursor: pointer;
}

.weui-desktop-appmsg__cover-item:hover .weui-desktop-appmsg__cover__more__list {
	display: block;
}

.weui-desktop-appmsg__cover__more__list {
	display: none;
	position: absolute;
	right: 0;
	top: 26px;
	width: 60px;
	background: rgba(0, 0, 0, .5);
	border: 1px solid #333;
	border-radius: 5px;
	z-index: 81;
}

.weui-desktop-appmsg__cover__more__list:after {
	content: "";
	position: absolute;
	border-bottom: solid 6px #222;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	left: 60%;
	top: -6px;

}

.weui-desktop-appmsg__cover__more__list li {
	height: 25px;
	width: 100%;
	float: left;
	position: relative;
}

.weui-desktop-appmsg__cover__more__list li:hover {
	background: rgba(0, 0, 0, .8);
}

.weui-desktop-appmsg .weui-desktop-card__ft {
	padding: 0 15px 10px;
	position: relative;
}

.weui-desktop-appmsg .weui-desktop-card__ft .price-num {
	position: absolute;
	right: 15px;
	top: -4px;
	font-size: 14px;
	color: rgb(255, 0, 0);
	font-weight: 600;
}

.weui-desktop-appmsg .weui-desktop-card__ft .price-num span {
	font-size: 12px;
}

.weui-desktop-appmsg .weui-desktop-card__ft .tips-title {
	text-decoration: none;
	background-color: #1C86EE;
	text-align: center;
	font-size: 12px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 9px;
	border-radius: 12px;
	position: absolute;
	right: 9px;
	top: 0;
}

.Published {
	background-color: #44b549 !important;
}

.img-wrapper.add {
	background-image: none;
	background-color: #F6F8F9;
	box-shadow: none;
}
.weui-desktop-appmsg__cover-item .add-card-ico {
	background-color: #F6F8F9;
	height: 8px;
}

.weui-desktop-appmsg__cover-item .add-ico {
	position: absolute;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
}

.weui-desktop-appmsg__cover-item .add-ico:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 4px;
	background: #aaa;
	left: calc(50% - 20px);
	top: calc(50% - 2px);
}

.weui-desktop-appmsg__cover-item .add-ico:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 40px;
	background: #aaa;
	left: calc(50% - 2px);
	top: calc(50% - 20px);
}

.weui-desktop-appmsg .weui-desktop-card__ft .add-card-title {
	line-height: 71px;
	font-size: 21px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
/*閹垮秳缍旈幐澶愭尦*/
/* .global_mod {
	margin-bottom: 20px;
}

.class-nav-list-title .del_gray {
	position: absolute;
	right: 10px;
	top: 40%;
	cursor: pointer;
	display: none;
}
.class-nav-list-title:hover .del_gray {
	display: block;
} */

/*鐠囧墽鈻肩拠锔剧矎*/
#content_class{
	padding: 0;
	position: relative;
}
/* #content_class:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 260px;
    background: #e7e7eb;
} */

.class-nav, .class-content {
    /* display: table-cell; */
    display: inline;
    zoom: 1;
    float: left;
    position: relative;
}
.class-nav {
	width: 260px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin-left: 2px;
}
 .class-content:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background: #e7e7eb;
} 
/* .class-content {
	width: calc(100% - 260px);
} */
.class-content {
	width: calc(100% - 290px);
	padding-top: 0px;
}
.class-nav-title {
    height: 50px;
    background: #f4f5f9;
    color: #333;
}
.class-nav-list-title {
    position: relative;
    padding: 0 30px 0 10px ;
    border-bottom: 1px solid #e7e7eb;
}
.class-nav-list-title p{  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
     
}
.class-nav-list-title:hover p{
    overflow: auto;
    white-space: initial;
    line-height: 25px;
    padding: 12px 0 13px;
    animation: ease-in-out .5s;
     
}
.class-nav-list-title .del_gray {
    position: absolute;
    right: 10px;
    top: 40%;
    cursor: pointer;
    display: none;
}
.class-nav-list-title:hover .del_gray{
    display: block;
}
.class-nav .selected, .class-nav.selected:hover {
    color: #ffffff;
    background: #43CD80;
}
.class-conten-tab {
    height: 52px;
    border-bottom-color: #e7e7eb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #ced2ce;/*yuwenfei*/
}
.class-conten-tab .btn {
	float: right;
	margin: 10px 5px;
}
.class-conten-tab-title  {
    float: left;
    font-size: 14px;
}
.class-nav-list-title.add a {
	color: #43CD80;
}
.class-conten-tab-title.selected {
	background: rgba(67,205,128,.1);
    margin-bottom: -1px;
    border-bottom: 3px solid #43CD80;
}
.class-conten-tab-title.selected a {
	color: #43CD80;
}
.class-conten-tab-title a {
    display: block;
    line-height:50px;
    text-decoration: none;
    color: #222;
    outline: 0;
    padding: 0 20px;
}
.table-wrp .icon.play {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    background: url(../img/play.png);
    background-size: 100%;
}
.table-wrp tr:hover{
	background-color: #f4f5f9;
}
.status-msg-ico{
	width:36px;
	color:#FFF;
	font-size: 12px;
	height: 25px;
	line-height: 25px; 
	padding: 0 9px;
	border-radius: 12px;
	cursor: pointer;
	text-align: center;
}
.status-msg-ico-true {
    background-color: #44b549 !important;
}
.status-msg-ico-false {
    background-color: #1C86EE !important;
}
.info-head {
    padding-bottom: 10px;
}
.info-title {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    border-bottom: 2px solid #44b549;
}

.info-text {
    margin-bottom: 12px;
}
.info-item {
    display: flex;
    flex-wrap: wrap;
}
.item-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
}
.item-title {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.dialog-box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, .4);
}


/*閹碉絾顑欐い鐢告桨  */
.Pay {
    display: flex;
    position: relative;
    padding-top: 100px;
}

.Pay .info-bd {
	padding: 20px;
}

.Pay-tag {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.Pay-tag h3 {
    font-size: 28px;
    font-weight: 600;
}

.Pay-content {
	width: calc(100% - 300px);
	margin-right: 20px;
}

.Pay-nav {
	width: 280px;
	/* padding: 20px 10px;
	border: 1px dashed #ccc;
	border-radius: 5px; */
}

/* 鎶ュ悕 */
.baoming-box {
    width: 100%;
}
.baoming-list {
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    text-align: left;
    display: flex;
    margin-bottom: 30px;
}
.baoming-left {
    width: 33.3333%;
    position: relative;
}
.baoming-txt {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #FFFFFF;
    background:rgba(0,0,0,.2);
    border-radius: 4px 0 0 4px;
}
.baoming-img img {
    width: 100%;
    border-radius: 5px 0 0 5px;
}
.baoming-txt h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.baoming-txt .baoming-num {
    background: rgba(255, 255, 255, .5);
    padding: 0 20px;
    border-radius: 30px;
    margin-top: 5px;
}
.baoming-right {
    width: calc(66.6666% - 180px);
    padding-top: 50px;
    display: flex;
    position: relative;
   /*  height: 100%; */
}
.baoming-sub {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 18px;
    text-align: center;
}

.baoming-sub span {
    font-size: 14px;
}
.baoming-time, .baoming-count {
    width: 50%;
    /* height: 65px; */
    margin: 15px 0 15px 10px;
}
.baoming-time, .baoming-count {
    border: 1px dotted #e0e8f3;
    display: inline-block;
    border-radius: 4px;
    padding: 10px;
    margin-left: 10px;
    color: #939da7;
}

.baoming-time .menu-num {
    color: #495463;
}

.baoming-btn {
    width: 170px;
    background: rgba(231,232,235,.6);
    border-radius: 0 5px 5px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    right: -11px;
}
.baoming-btn .btn {
    margin: 10px 0;
}
.btn.btn_input {
    min-width: 104px;
    padding: 0;
}
.baoming-btn .btn button {
    color: #FFFFFF;
}
.datepicker {
	margin-left:-5px;
}
.datepicker .datepicker-switch {
	width:244px;
	text-align: left;
}

/* 鎶ュ悕鐢ㄦ埛淇℃伅 */
.shenfen-box{
    width: 100%;
}
.shenfen-list {
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    text-align: left;
    display: flex;
    margin-bottom: 30px;
    border: 1px solid rgba(231, 232, 235, .6);
}
.shenfen-left {
    width: 24%;
    position: relative;
    display: flex;
    padding: 15px 0 15px 10px;
    align-items: center;
}
.shenfen-right {
    width: calc(80% - 190px);
    display: flex;
    position: relative;
    /* height: 100%; */
}
.shenfen-right .baoming-time {
    width: 33.3333%;
}
.shenfen-right .baoming-count {
    flex: 1 1 auto;
}
.shenfen-left img {
    width: 60px;
    height: 60px;
}
.shenfen-cont {
    padding-left: 10px;
}
.shenfen-cont .menu-num {
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.shenfen-cont .menu-status {
    font-size: 10px;
    background: #44b549;
    color: #FFFFFF;
    padding: 2px 6px;
    border-radius: 9px;
}
.shenfen-cont .menu-status.no {
    background: #f24d4d;
}
.baoming-time.qiandao{
    width: 100%;
} 
.qiandao dt {
    width: calc(50% - 20px);
    display: inline-block;
}
.baoming-btn img {
    width: 80%;
}
.back-btn button {
    color: #FFFFFF;
}

.btn.btn_input button {
    width: 100%;
}
.count-box {
    text-align: center;
    width: calc(33.3333% - 3px);
    display: inline-block;
    cursor: pointer;
}
.count-num {
    font-size: 15px;
    color: #495463;
    font-weight: 500;
}
.count-num {
    display: block;
}
.count-title {
    display: inline-block;
    /* margin-right: 12px; */
    color: #007BC5;
    border-bottom: 1px solid #007BC5;
}
.info-head {
	padding-bottom: 10px;
}
.info-title {
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	border-bottom: 2px solid #44b549;
}

.info-text {
	margin-bottom: 12px;
}

.info-item {
	display: flex;
	flex-wrap: wrap;
}

.info-item+.info-item {
	border-top: 1px dotted #e0e8f3;
	padding-top: 15px;
}

.item-box {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 10px;
}

.item-box.adr {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.item-title {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.item-box span,
.money-title {
	display: block;
	margin-right: 12px;
	color: #939da7;
}

.card-mark {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 4px;
	position: relative;
}

.card-mark.blue-box {
	/* background-image: linear-gradient(45deg, #4189f2 0%, #78adf9 100%); */
	background: #f4f5f9;
	border: 1px solid #e7e7eb;
	color: #000;
}

.card-mark.money {
	border: 1px solid #e7e7eb;
	margin-top: 20px;
}

.card-mark .yao input {
 border: solid #44b549;
 border-width: 2px 0px 2px 2px;
 border-radius: 4px 0 0 4px;
 color: #44b549;
 font-size: 14px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 2px;
 line-height: 1;
 position: absolute;
 padding: 4px 8px;
 margin: 0 auto;
 top: 20px;
 right: 0;
 transform-origin: 50% 50%;
 transform: rotate(0deg) scale(1);
 background: none;
 width: 46px;
}

.card-sub-title input {
 text-transform: uppercase;
 letter-spacing: 2px;
 display: block;
 font-size: 16px;
 line-height: 18px;
 font-weight: 500;
 margin-bottom: 4px;
 margin-bottom: 8px;
 border: 0;
 background: none;
}

.lead input {
 color: #666;
 font-weight: 500;
 font-size: 1.5em;
 line-height: 1;
 letter-spacing: -0.02em;
 border: 0;
 background: none;
}

.sub input {
 display: block;
 line-height: -9;
 font-size: 14px;
 color: #939da7;
 border: 0;
 background: none;
}

.font-mid input {
    font-size: 20px;
    color: #495463;
    font-weight: 500;
}

.card-foot {
	margin: 30px 0 10px;
	text-align: center;
}

.Pay-content .warning {
	color: red;
}

.Pay-right {
	border: 4px dashed red;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}

.Pay-right h4 {
	font-size: 20px;
	color: #495463;
	font-weight: 500;
}

.Pay-btn {
	margin-top: 20px;
}

.btn_info {
	background-color: #1C86EE;
	background-image: -moz-linear-gradient(top, #1C86EE 0, #1C86EE 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1C86EE), to(#1C86EE));
	background-image: -webkit-linear-gradient(top, #1C86EE 0, #1C86EE 100%);
	background-image: -o-linear-gradient(top, #1C86EE 0, #1C86EE 100%);
	background-image: linear-gradient(to bottom, #1C86EE 0, #1C86EE 100%);
	border-color: #1C86EE;
	color: #FFFFFF;
}

.Pay-btn button {
	color: #fff;
}

.Pay-btn span {
	margin: 0 5px;
}

.dialog-box {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background: rgba(0, 0, 0, .4);
}

.Pay-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60%;
	max-width: 500px;
	transform: translate3d(-50%, -50%, 0px);
	z-index: 9999;
	background: #ffffff;
	min-width: 300px;
	min-height: 250px;
	border-radius: 4px;
	overflow: hidden;
}

.Pay-dialog .info-box,
.Pay-dialog .inner {
	margin: 0;
	padding: 0;
}

.card-search ul {
    display: none;
    padding: 10px;
    width: 258px;
    max-height: 400px;
    overflow-y: auto;
    background-color: #fff;
    margin-top: 2px;
    border: 1px solid #e7e7eb;
    position: absolute;
    z-index: 2;
}

.card-search ul li {
	display: flex;
	list-style: none;
	width: 100%;
	margin-bottom: 5px;
	cursor: pointer;
}

.card-search ul li a {
	display: block;
	color: #282c33;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.card-search ul li:hover {
	background-color: #f2f6fa;
}

.card-search ul li a:active,
.card-search ul li.active a {
	background-color: #e4e9f2;
}

/* jiangshi-list */
.candidate {
	   display: flex;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
 
}
 
.candidate a {
    color: #333;
    text-decoration: none;
}
 
.candidate.half-grid {
    width: calc(25% - 20px);
    display: block;
    text-align: center;
    padding: 30px 0 30px;
    font-size: 16px;
    float: left;
    margin: 10px 20px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
 
.candidate.half-grid:hover {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
 
.candidate .thumb {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
}
 
.candidate.half-grid .thumb {
    margin: 0 auto;
}
 
.img-fluid {
    max-width: 100%;
    height: auto;
}
 
.candidate .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 
.candidate.half-grid .thumb+.body {
    padding-left: 0;
}
.candidate .media-checkbox input:checked~ .body {
    box-shadow: none;
}
.candidate .media-checkbox input:checked~span {
    left: 0;
    right: -70px;
    top: -10px;
    margin: auto;
}
 
.candidate .thumb+.body {
    padding-left: 20px;
}
 
.candidate.half-grid .body {
    display: block;
    margin-top: 15px;
}
 
.candidate .body .candidate-content h4 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}
 
.candidate.half-grid .body .candidate-content span {
    display: inline-block;
    margin-bottom: 8px;
}
 
.candidate .body .candidate-content .info span {
    color: #6f7484;
    font-size: 14px;
    margin-right: 15px;
}
 
.candidate.half-grid .body .button-area {
    margin-top: 10px;
}
 
.candidate .body .button-area a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    color: #232630;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
 
.candidate.half-grid:hover .body .button-area a {
    background: #44b549;
    border-color: #44b549;
    color: #ffffff;
}
 
 
 
 
.card-media.music {
    text-align: center;
}
 
.card-media.music .img-wrapper {
    width: 100px;
    height: 100px;
    margin: auto;
}
 
.card-media.music .img-wrapper>img {
    height: 100%;
}
 
.card-media.music .media-input>input:checked~span {
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
 
}



/*[[step濮濄儵顎冩い鐢告桨 */
.step {
    display: flex;
    position: relative;
    /* padding-top: 100px; */
}
 
.step-line {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px -30px 30px;
    padding: 60px 80px 80px;
    background: rgba(243, 245, 247, 1);
}
.step-line-copy {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 20px;
    padding: 60px 80px 80px;
    background: rgba(243, 245, 247, 1);
}
 
.step-item {
    vertical-align: middle;
    position: relative;
}
 
.step-item-ico {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 3px solid #6c757d;
    border-radius: 50%;
    font-size: 21px;
    line-height: 42px;
    margin: 0 20px;
    text-align: center;
    vertical-align: middle;
}
 
.success .step-item-ico,
.success .step-nav-line .dot {
    border: solid #44b549;
    animation: all .28s ease-in 10s;
}
 
.success .step-item-ico .step-num {
    content: '';
    position: absolute;
    border: solid #44b549;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -14px;
    width: 10px;
    height: 20px;
    text-indent: -9999px;
    border-width: 0 4px 4px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    animation: all .28s ease-in 10s;
}
 
.normal .step-item-ico,
.normal .step-nav-line .dot {
    background: #44b549;
    border: solid #44b549;
    color: #fff;
}
 
.error .step-item-ico,
.error .step-nav-line .dot {
    border: solid #dc3545;
}
 
.error .step-item-ico .step-num {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 10px);
    width: 20px;
    height: 4px;
    text-indent: -9999px;
    background: #dc3545;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
 
.error .step-item-ico .step-num:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 10px);
    width: 20px;
    height: 4px;
    background: #dc3545;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
 
.step-title {
    position: absolute;
    width: 100%;
    text-align: center;
}
 
.s-title {
    margin-bottom: 4px;
    color: #6c757d;
}
 
.step-title.success .s-title,
.step-title.normal .s-title {
    color: #44b549;
}
 
.s-caption {
    color: #6c757d;
}
 
.step-border {
    position: relative;
    width: 100%;
    min-height: 0;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: auto 0;
    border: 1px solid #dee2e6;
    -webkit-transition: all .28s ease-in .1s;
    animation: all .4s ease-in .1s;
}
 
.step-border.success,
.step-nav-line .bor.success {
    border-color: #44b549;
}
 
.step-border.error,
.step-nav-line .bor.error {
    border-color: #dc3545;
}
 
.step-tag {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
 
.step-tag h3 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
}
 
.step-tag h3:before {
    content: '';
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 180px);
    width: 100px;
    height: 5px;
 
    background:
        linear-gradient(135deg, transparent, transparent 45%, #8d8d8d, transparent 55%, transparent 100%),
        linear-gradient(45deg, transparent, transparent 45%, #8d8d8d, transparent 55%, transparent 100%);
    background-size: 10px 10px;
    background-repeat: repeat-x, repeat-x;
}
 
.step-tag h3:after {
    content: '';
    position: absolute;
    top: calc(50% - 2.5px);
    right: calc(50% - 180px);
    width: 100px;
    height: 5px;
 
    background:
        linear-gradient(135deg, transparent, transparent 45%, #8d8d8d, transparent 55%, transparent 100%),
        linear-gradient(45deg, transparent, transparent 45%, #8d8d8d, transparent 55%, transparent 100%);
    background-size: 10px 10px;
    background-repeat: repeat-x, repeat-x;
}
 
.tag-info {
    color: #8d8d8d;
}
 
.step-content {
    width: calc(100% - 300px);
    margin-right: 20px;
 
}
 
.step-nav {
    width: 260px;
    padding: 20px 10px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    min-height: 250px;
}
 
.step-content .info-box {
    border: 1px dashed #ccc;
    border-radius: 5px;
}
 
.step-content .info-box:last-child {
    margin-bottom: 0;
}
 
.step-nav-line {
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
}
 
.step-nav-line .dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #6c757d;
    border-radius: 50%;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
}
 
.step-nav-line .bor {
    position: relative;
    width: 100%;
    min-height: 0;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: auto 0;
    border: 1px solid #dee2e6;
}
 
.step-nav-content {
    padding: 50px 0;
    text-align: center;
}
 
.step-nav-content .step-nav-title {
    font-size: 16px;
    font-weight: 600;
}
 
.step-nav-content p {
    font-size: 14px;
    color: #939da7;
}
 
 
.status {
    text-align: center;
}
 
.status img {
    width: 120px;
}
 
.status h2 {
    font-size: 22px;
}
 
.status h4 {
    color: #939da7;
}
 
.timeline {
    position: relative;
    padding: 15px 0;
}
 
.timeline-line {
    position: absolute;
    height: 100%;
    width: 2px;
    border-radius: 2px;
    background: #e3eaf1;
    top: 0;
    left: 10px;
}
 
.timeline-item {
    /* display: flex; */
}
 
.timeline-time {
    ;
    color: #758698;
    margin: 10px 0 10px 25px;
    position: relative;
}
 
.timeline-time:after {
    position: absolute;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #e3eaf1;
    background: #fff;
    content: '';
    top: 2px;
    left: -23px;
}
.loadding>.timeline-time:after {
    background: #00d285;
    border-color: #fff;
}
.yes>.timeline-time:after {
    background: #2c80ff;
    border-color: #fff;
}
.no>.timeline-time:after {
    background: #ff6868;
    border-color: #fff;
}
 
.timeline-content {
    flex-grow: 1;
    margin: 10px 0 10px 25px;
}
 
.timeline-content p,
.timeline-content-title {
    margin-bottom: 0;
}
 
.chat-users {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
 
.chat-users-stack {
    display: flex;
    flex-direction: row-reverse;
}
 
.chat-users>* {
    padding: 0 5px;
}
 
.chat-avatar {
    flex-shrink: 0;
}
 
.chat-avatar.circle img {
    border-radius: 50%;
}
 
.chat-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 2px solid #fff;
}
.timeline-content-info {
    font-size: 12px;
    display: block;
    padding-top: 8px;
    color: #758698;
}
.loadding .timeline-content-info {
    color: #00d285;
}
.yes .timeline-content-info {
    color: #2c80ff;
}
.no .timeline-content-info {
    color: #ff6868;
}

/*step濮濄儵顎冩い鐢告桨 ]] */

hide{
	display:none;
}


/* 閻愮懓鍤幖婊勭叀閸掓銆�*/
.input-list {
    position: relative;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    max-width: 276px;
    text-align: left;
    z-index: 9999;
}
 
.card-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    background: #f4f5f9;
}
 
.card-header h6 {
    font-weight: 600;
}
 
.card-header span {
    display: inline-block;
    background: url(../images/sprite.png) no-repeat;
    width: 15px;
    height: 15px;
    line-height: 999em;
    overflow: hidden;
    background-position: -217px -132px;
}
 
.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100px;
}
 
.ren-list {
    display: flex;
    align-items: center;
    width: calc(100% - 12px);
    margin-bottom: 10px;
    padding: 3px 5px;
    cursor:pointer;
}
 
 
.avatar {
    position: relative;
    width: 38px;
    height: 38px;
}
 
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}
 
.ren-body {
    flex: 1;
    padding-left: 10px;
}
 
.ren-body p {
    font-weight: 500;
}

.ren-body span {
    color: #8392a5;
    font-size: 12px;
}
.ren-list:hover{
    background: #f4f5f9;
}

/* 璐拱姹囨� */
.order-title {
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
}
 
.on-hr:after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
 
.order-list {
    width: 49%;
    display: inline-block;
    margin: 10px 0;
}
 
.list-title {
    font-size: 16px;
    font-weight: 700;
    text-align-last: justify;
    text-align: justify;
    display: inline-block;
    min-width: 80px;
}
 
.list-txt {
    position: relative;
}
 
.list-hr:after {
    content: "";
    position: absolute;
    min-width: 200px;
    left: 0;
    bottom: -10px;
    width: 100%;
    border: 0;
    border-top: 1px solid #eee;
}
 
.table-title {
    font-size: 18px;
    margin-top: 20px;
}

/* 璁㈠崟璇︽儏 */
.Pay {
    display: flex;
    position: relative;
    padding-top: 100px;
}

.Pay .info-bd {
 padding: 20px;
}

.Pay-tag {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.Pay-tag h3 {
    font-size: 28px;
    font-weight: 600;
}

.Pay-content {
 width: calc(100% - 300px);
 margin-right: 20px;
}

.Pay-nav {
 width: 280px;
 /* padding: 20px 10px;
 border: 1px dashed #ccc;
 border-radius: 5px; */
}

.status-msg-ico-red {
    width: 36px;
    color: #FFFFFF;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 9px;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    background-color: #DA1D35;
}


/* 用户详细 */
.user-more {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    border: 1px solid #f2f3f8;
    margin-bottom: 20px;
    border-radius: 4px;
}
 
.more-list-box {
    padding: 25px;
}
 
.box-top {
    display: flex;
    align-items: flex-start;
}
 
.box-media {
    margin-top: 0.2rem;
}
 
.box-media img {
    width: 110px;
    border-radius: 8px;
}
 
.box-content {
    width: 100%;
    padding-left: 1.7rem;
}
 
.content-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
 
.content-username {
    font-size: 1.3rem;
    color: #48465b;
    font-weight: 500;
    align-items: center;
    margin-right: 0.5rem;
}
.content-username .time {
    font-size: .6rem;
    color: #9F9F9F;
    font-weight: normal;
}
.content-username .icon {
    width: 24px;
    height: 24px;
}
.content-action .btn {
    font-weight: 600;
    margin-left: 0.5rem;
}
 
.btn-label-success {
    background-color: #0abb87;
    color: #ffffff;
}
 
.btn-brand {
    color: #fff;
    background-color: #3758ff;
}
.content-subhead {
    padding: 0.4rem 0;
    height: 20px;
}
 
.content-subhead span {
    padding-right: 1rem;
    color:  #8a8a8a;
    font-weight: 500;
    line-height: 20px;
}
.content-subhead .icon {
    width: 20px;
    height: 20px;
}
.content-desc {
    color: #595d6e;
    font-weight: 400;
    padding-right: 2rem;
    flex-grow: 1;
    margin-bottom: 0.5rem;
}
 
.box-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-top: 1px solid #ebedf2;
    margin-top: 2rem;
}
.bottom-item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 2rem 1.5rem 0 0;
}
.bottom-icon .icon {
    width: 45px;
    height: 45px;
}
.bottom-details {
    padding-left: 1rem;
}
.bottom-details .bottom-title {
    display: block;
    color: #595d6e;
    font-weight: 600;
    font-size: 0.95rem;
}
.bottom-details .bottom-value {
    display: block;
    color:  #48465b;
    font-weight: 600;
    font-size: 1.2rem;
}
.bottom-details .bottom-value span {
    font-size: .9rem;
    color: #595d6e;
    font-weight: 400;
    margin-left: .3rem;
}

/* 合同展示 */
.hetong-box {
    padding: 20px;
    position: relative;
}
.hetong-head {
    position: relative;
    font-size: 16px;
    color: #bbb;
}
.hetong-head .hetong-title {
    font-size: 28px;
    color: #222;
}
.hetong-head img {
    position: absolute;
    right: 0;
    top: 0;
}
.hetong-neirong {
    overflow-y:auto;
    min-height: 100px;
    height: 100px;
}
.qianyue-user {
    display: flex;
    align-items: center;
}
.qianyue-user img {
    width: 46px;
}
.qianyue-user .user-box {
    margin-left: 10px;
    font-size: 16px;
}
.company-box {
    font-size: 14px;
    color: #8d8d8d;
    margin: 10px 0 20px;
}
.type-list {
    position: relative;
    border: 1px solid #e7e7eb;
}
.type-list .head-type {
    background: #f4f5f9;
     
}
.type-list li {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.type-list li span {
    width: 20%;
    padding: 10px;
    border-right: 1px solid #e7e7eb;
}
.type-list li span:last-child {
    border-right: none;
}
.type-list li .type-title {
    width: 40%;
    overflow: hidden;
    text-align: left;
}
.hetong-bottom {
    font-size: 14px;
    margin: 10px 0;
}
.hetong-bottom span {
    color: #8d8d8d;
}
/* 详情展示 */
.shenfen-box {
    width: 100%;
}
.dingdan-right {
    display: flex;
    flex: 1;
     
}
.dingdan-list {
    margin: 25px 10px 25px 10px;
    color: #939da7;
    flex: 1 1 auto;
}
.dingdan-list .menu-num {
    color: #495463;
}
.dingdan-list-cu {
    margin: 15px 10px 15px 10px;
    color: #939da7;
    flex: 1 1 auto;
}


/* 基础样式 */
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	line-height: 1.5;
	font-size: 14px;
	color: #333333;
}

body,
button,
input,
select,
textarea {
	font-family: "helvetica neue", tahoma, "hiragino sans gb", stheiti,
		"wenquanyi micro hei", \5fae\8f6f\96c5\9ed1, \5b8b\4f53, sans-serif;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: 5px;
}

table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc;
}

img {
	border: 0 none;
	width: auto\9;
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input:focus {
	outline: none;
}

select[size],
select[multiple],
select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video,
progress {
	display: inline-block;
}

body {
	background: #e9e9e9;
}

input::-webkit-input-speech-button {
	display: none;
}

button,
input,
select,
option,
textarea {
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-justify {
	text-align: justify !important;
}

.text-bold {
	font-weight: bold !important;
}

.text-normal {
	font-weight: normal !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-uppercase {
	text-transform: uppercase
}

.bg-white {
	background-color: #ffffff !important;
}

.text-white {
	color: #fff !important;
}

.text-red {
	color: #FF5E5E;
}

.text-blue {
	color: #0079FE;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.rounded {
	border-radius: 0.08rem !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
	display: -webkit-flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.ml-auto {
	margin-left: auto !important;
}

.mr-auto {
	margin-right: auto !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.f-12 {
	font-size: 12px;
}

.f-14 {
	font-size: 14px;
}

.f-18 {
	font-size: 18px;
}

.icon-ren {
	display: inline-block;
	background: url(../images/icon-ren.png) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
}

.icon-ren-g {
	display: inline-block;
	background: url(../images/icon-ren-g.png) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
}

.icon-buy {
	display: inline-block;
	background: url(../images/icon-buy.png) no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
}

