@charset "UTF-8";
.ico_common, .gnb .menu .has_sub .item::after {
	display: inline-block;
	background-image: url(../img/sp_icon.png);
	background-image: url(../img/sp_icon.svg), none;
	background-repeat: no-repeat;
	background-size: 240px 223px;
	vertical-align: top;
}

.ico_payment {
	display: inline-block;
	background-image: url(../img/sp_payments.png);
	background-image: url(../img/sp_payments.svg), none;
	background-repeat: no-repeat;
	background-size: 492px 324px;
	vertical-align: top;
}

body,
table, th, td,
dl, ul, ol, li, dt, dd,
h1, h2, h3, h4, h5, h6, p,
input, button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: sans-serif;
	-webkit-overflow-scrolling: touch;
}

html, body {
	height: 100%;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

img {
	display: block;
}
.main {
	position: relative;
	box-sizing: border-box;
}
.wrap {
	height: 100%;
}
.nav_talent .list {
    padding: 0 10px;
    font-size: 0;
    white-space: nowrap;
}
.wrap_main .main_fix,
.wrap_login .main_fix,
.wrap_end .main_fix,
.wrap_mypage .main_fix,
.wrap_detail .main_fix {
	height: calc(100% - 56px) !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}

.wrap_manage .main_fix,
.wrap_main .main_fix_t2 {
	height: calc(100% - 89px) !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
}


.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

.no-shadow {
	box-shadow: none !important;
}

.list_goods {
	margin-top: 16px;
	margin-bottom:16px;
}

.list_goods li {
	margin-top: 8px;
}

.list_goods li:first-child {
	margin-top: 0;
}

.list_goods .link_goods {
	display: block;
	position: relative;
	height: 106px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	padding: 8px;
}

.list_goods .mark_plus {
	background-position: -42px -154px;
	width: 24px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 8;
	z-index: 1;
}

.list_goods .box:last-child {
	padding-top: 8px;
}

.list_goods .box::after::after {
	content: '';
	display: block;
	clear: both;
}

.list_goods .img_goods {
	float: left;
}

.list_goods .info {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	height: 80px;
	padding-left: 8px;
}

.list_goods .tit {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 13px;
	line-height: 18px;
	max-height: 36px;
	margin-bottom: 16px;
	color: #3b3b3b;
}

.list_goods .profile {
	float: left;
}

.list_goods .profile .img_profile {
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	border-radius: 50%;
}

.list_goods .profile .txt {
	float: left;
	height: 18px;
	font-size: 12px;
	line-height: 19px;
	color: #6a6a6a;
}

.list_goods .price {
	float: right;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}

.list_goods .rate_bar {
	display: block;
	width: 75px;
	height: 13px;
	white-space: nowrap;
}

.list_goods .rate_bar .indicator {
	display: inline-block;
	height: 13px;
	background: currentColor;
	vertical-align: baseline;
}

.list_goods .rate_bar .rate {
	font-size: 13px;
	line-height: 13px;
	vertical-align: middle;
}

.list_goods .rate_bar .cnt {
	font-size: 10px;
	line-height: 13px;
	color: #3b3b3b;
	vertical-align: middle;
}

.list_goods .rate_bar .cnt::before {
	content: '(';
}

.list_goods .rate_bar .cnt::after {
	content: ')';
}

.list_goods .rate_bar.best {
	color: #0ac807;
}

.list_goods .rate_bar.good {
	color: #b228dd;
}

.list_goods .rate_bar.normal {
	color: #959595;
}

.list_goods_t2 .info {
	padding-bottom: 20px;
}

.list_goods_t2 .tit {
	-webkit-line-clamp: 3;
	max-height: 54px;
}

.list_goods_t2 .price {
	position: absolute;
	bottom: 0;
	left: 8;
	float: none;
}

.list_goods_t2 .price::before {
	content: '￦';
}

.list_goods_t2 .rate_bar {
	float: left;
	margin: 1px 0 0 10px;
}

.fieldset {
	position: relative;
}

.fieldset .form_label {
	font-size: 11px;
	line-height: 12px;
	display: block;
	margin-bottom: 6px;
	color: #6a6a6a;
}

.fieldset .btn_select_box {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 36px;
	padding: 5px 34px 6px 12px;
	border: 1px solid #e7e7e7;
	border-radius: 1px;
	background: #fff;
}

.fieldset .btn_select_box .txt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 25px;
	color: #3b3b3b;
}

.fieldset .btn_select_box .ico_common {
	background-position: -168px -136px;
	width: 10px;
	height: 7px;
	position: absolute;
	top: 14px;
	right: 12px;
}

.fieldset .btn_change {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 13px;
	color: #b228dd;
}

.inp_box {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 36px;
	border: 1px solid #e7e7e7;
	border-radius: 1px;
	background-color: #fff;
}

.inp_box .inp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 11px 12px;
	outline: none;
	font-size: 13px;
	line-height: 14px;
	color: #3b3b3b;
}

.inp_box .highlight {
	display: none;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1.5px solid #0ac807;
	border-radius: 1px;
}

.inp_box .inp:focus ~ .highlight {
	display: block;
}

.btn_t1, .btn_t2, .btn_t3 {
	display: block;
	box-sizing: border-box;
	height: 44px;
	border-radius: 2px;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
}

.btn_t1 {
	background-color: #0ac807;
	color: #fff;
}

.btn_t2 {
	background-color: #959595;
	color: #fff;
}

.btn_t3 {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	color: #3b3b3b;
}

.chbox_t1 {
	display: inline-block;
	height: 13px;
	cursor: pointer;
}

.chbox_t1::after {
	content: '';
	display: block;
	clear: both;
}

.chbox_t1 .ico_common {
	background-position: -148px -118px;
	width: 12px;
	height: 12px;
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background-color: #dedede;
}

.chbox_t1 .label_t1 {
	float: left;
	font-size: 12px;
	line-height: 13px;
	color: #6a6a6a;
}

.chbox_t1 input[type="checkbox"]:checked ~ .ico_common {
	background-color: #0ac807;
}

.chbox_t2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
}

.chbox_t2::after {
	content: '';
	display: block;
	clear: both;
}

.chbox_t2 .label_t2 {
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #3b3b3b;
}

.chbox_t2 .link_check_all {
	font-size: 12px;
	line-height: 13px;
	float: left;
	margin-top: 17px;
	color: #959595;
}

.chbox_t2 .ico_common {
	background-position: -74px -154px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto 0;
}

.chbox_t2 .highlight {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	display: none;
	border: 2px solid #0ac807;
	border-radius: 2px;
}

.chbox_t2 input[type="checkbox"]:checked ~ .label_t2 {
	font-weight: bold;
}

.chbox_t2 input[type="checkbox"]:checked ~ .ico_common {
	background-position: -138px -154px;
	width: 24px;
	height: 24px;
}

.chbox_t2 input[type="checkbox"]:checked ~ .highlight {
	display: block;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
	box-sizing: border-box;
	padding: 20px 16px;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.popup .info {
	font-size: 15px;
	line-height: 22px;
	color: #3b3b3b;
}

.popup .link {
	font-size: 15px;
	line-height: 17px;
	color: #0ac807;
}

.money::before {
	content: '\20A9';
}

.money.zero {
	color: #959595;
}

.payments::after {
	content: '';
	display: block;
	clear: both;
}

.payments a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	float: left;
	box-sizing: border-box;
	width: calc(50% - 8px);
	height: 46px;
	margin-top: 8px;
	padding: 0 8px;
	border-radius: 2px;
	background-color: #ececec;
	background-size: auto 100%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.payments a:nth-child(2n) {
	margin-left: 16px;
}

.payments a:nth-child(-n+2) {
	margin-top: 0;
}

.payments .txt {
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #494949;
}

.payments .txt:nth-child(2) {
	font-size: 10px;
	line-height: 14px;
}

.payments .pay_C {
	background-image: url(../img/payments/card-off.svg);
}

.payments .pay_T {
	background-image: url(../img/payments/account-off.svg);
}

.payments .pay_V {
	background-image: url(../img/payments/virtual-off.svg);
}

.payments .pay_H {
	background-image: url(../img/payments/phone-off.svg);
}

.payments .pay_P {
	background-image: url(../img/payments/profit-off.svg);
}

.payments .pay_P2 {
	background-image: url(../img/payments/coin-off.svg);
}

.payments .pay_N {
	background-image: url(../img/payments/payco-off.svg);
}

.payments .on {
	background-color: #0ac807;
}

.payments .on .txt {
	color: #fff;
}

.payments .on.pay_C {
	background-image: url(../img/payments/card-on.svg);
}

.payments .on.pay_T {
	background-image: url(../img/payments/account-on.svg);
}

.payments .on.pay_V {
	background-image: url(../img/payments/virtual-on.svg);
}

.payments .on.pay_H {
	background-image: url(../img/payments/phone-on.svg);
}

.payments .on.pay_P {
	background-image: url(../img/payments/profit-on.svg);
}

.payments .on.pay_P2 {
	background-image: url(../img/payments/coin-on.svg);
}

.payments .on.pay_N {
	background-image: url(../img/payments/payco-on.svg);
}
.noti_install {
	height: 64px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.noti_install .link_install {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 8px 0 8px 16px;
	background-color: #3b3b3b;
}

.noti_install .link_install::after {
	content: '';
	display: block;
	clear: both;
}

.noti_install .logo {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 8px;
}

.noti_install .txt_install {
	float: left;
	padding-top: 9px;
}

.noti_install .txt_install .txt {
	font-size: 11px;
	line-height: 12px;
	color: #fff;
}

.noti_install .txt_install .txt:nth-child(2) {
	margin-top: 2px;
	font-size: 14px;
	line-height: 16px;
}

.noti_install .btn_hide {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 64px;
}

.layer_noti {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	width: 100%;
	min-height: 300px;
	max-height: calc(100% - 56px);
	padding-bottom: 48px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	background:#fff;
}
.layer_noti.on{
	display:block;
}

.layer_noti li:last-child .link_notice {
	border-bottom: 0;
}

.layer_noti .list_noti {
	overflow-y: auto;
	height: 100%;
}


.list_noti .link_noti {
	display: block;
	box-sizing: border-box;
	height: 80px;
	padding: 20px 16px;
	border-bottom: 1px solid #ececec;
}

.list_noti .profile {
	position: relative;
	float: left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-right: 16px;
	border-radius: 50%;
}

.list_noti .profile::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
}

.list_noti .msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;

	text-overflow: ellipsis;
	word-break:break-all;

}

.list_noti .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break:break-all;
	white-space: nowrap;
	margin-bottom: 12px;
	font-size:2.5vw;
	line-height:16px;
	color: #3b3b3b;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical

}

.list_noti .time {
	font-size: 11px;
	line-height: 12px;
	color: #959595;
}

.list_noti .system .profile::after {
	border: 0;
}

.list_noti .alert .profile {
	overflow: visible;
}

.list_noti .alert .profile::after {
	border: 0;
}

.list_noti .empty_noti {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 48px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.list_noti .empty_noti img {
	width: 77px;
	margin-bottom: 24px;
}

.list_noti .empty_noti .txt {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 19px;
}

.layer_noti .link_noti {
	display: block;
	box-sizing: border-box;
	height: 80px;
	padding: 20px 16px;
	border-bottom: 1px solid #ececec;
}

.layer_noti .profile {
	position: relative;
	float: left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-right: 16px;
	border-radius: 50%;
}

.layer_noti .profile::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
}

.layer_noti .msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
}

.layer_noti .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 16px;
	color: #3b3b3b;
}

.layer_noti .time {
	font-size: 11px;
	line-height: 12px;
	color: #959595;
}

.layer_noti .system .profile::after {
	border: 0;
}

.layer_noti .alert .profile {
	overflow: visible;
}

.layer_noti .alert .profile::after {
	border: 0;
}

.layer_noti .foot_noti {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 16px;
	background: #6a6a6a;
}

.layer_noti .foot_noti a {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.layer_noti .btn_check_all {
	float: left;
}

.layer_noti .btn_checked {
	float: right;
}

.layer_noti .empty_noti {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 48px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.layer_noti .empty_noti img {
	width: 77px;
	margin-bottom: 24px;
}

.layer_noti .empty_noti .txt {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 19px;
}

.empty_noti {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 48px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.empty_noti img {
	width: 77px;
	margin-bottom: 24px;
}

.empty_noti .txt {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 19px;
}


.header {
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	height: 56px;
	padding: 8px 8px 8px 16px;
	box-shadow: 0 1px 2px 0 #e7e7e7;
}

.header .tit {
	position: absolute;
	top: 8px;
	right: 80px;
	bottom: 8px;
	left: 80px;
	height: 40px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #3b3b3b;
}

.header .tit .txt {
	font-size: 16px;
	line-height: 42px;
}

.header .tit .ico_arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin: -2px 0 0 4px;
	border-style: solid;
	border-width: 7px 4.5px 0 4.5px;
	border-color: #3b3b3b transparent transparent transparent;
	vertical-align: middle;
}

.header .btn_prev {
	float: left;
	width: 40px;
	height: 40px;
}

.header .btn_prev .ico_common {
	background-position: -106px -154px;
	width: 24px;
	height: 24px;
	margin: 8px auto;
}

.header .btn_notice {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
}

.header .btn_notice .num {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #b228dd;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #fff;
}

.header .btn_notice .ico_common {
	background-position: -170px -154px;
	width: 24px;
	height: 24px;
	display: block;
	margin: 8px auto;
}

.header .btn_list {
	float: right;
	width: 40px;
	height: 40px;
}

.header .btn_list .ico_common {
	background-position: -36px -195px;
	width: 24px;
	height: 24px;
	display: block;
	margin: 8px auto;
}

.header .box_inp {
	position: relative;
	overflow: hidden;
	height: 40px;
	padding-left: 40px;
	border-radius: 1px;
	background: #f7f7f7;
}

.header .box_inp .btn_search {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}

.header .box_inp .btn_search .ico_common {
	background-position: -212px -4px;
	width: 24px;
	height: 24px;
}

.header .box_inp .inp {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 40px;
	color: #3b3b3b;
}

.header .box_inp .inp::-webkit-input-placeholder {
	color: #959595;
}

.header .box_inp .inp::-moz-placeholder {
	color: #959595;
}

.header .box_inp .inp:-ms-input-placeholder {
	color: #959595;
}

.header_before_login {
	box-sizing: border-box;
	height: 100px;
	padding: 8px;
}

.header_before_login .box_inp {
	border: 1px solid #dedede;
	background: #fff;
}

.header_before_login .box_link {
	position: relative;
	height: 40px;
	padding-bottom: 8px;
}

.header_before_login .box_link::after {
	content: '';
	display: block;
	clear: both;
}

.header_before_login .box_link .link_login {
	float: left;
	width: 40px;
	text-align: center;
}

.header_before_login .box_link .link_login .ico_common {
	background-position: -212px -132px;
	width: 24px;
	height: 24px;
	display: block;
	margin: 10px auto -4px;
}

.header_before_login .box_link .link_login .txt {
	display: block;
	font-size: 9px;
	line-height: 10px;
	color: #000;
}

.header_before_login .box_link .logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 23px;
	margin: auto;
}

.footer {
	padding: 24px 15px 16px;
	background: #ececec;
}

.footer .footer_link::after {
	content: '';
	display: block;
	clear: both;
}

.footer .footer_link a {
	float: left;
	margin-right: 16px;
	font-size: 12px;
	line-height: 13px;
	color: #3b3b3b;
}

.footer .footer_info {
	margin-top: 15px;
	font-size: 10px;
	line-height: 15px;
}

.footer .footer_info dt, .footer .footer_info dd {
	display: inline;
	font-size: 10px;
	line-height: 15px;
	color: #3b3b3b;
	white-space: pre-line;
}

.footer .footer_info dt::after {
	content: ' :';
}

.footer .footer_info dd::after {
	content: '\000A';
}

.footer .footer_rep {
	margin-top: 24px;
}

.footer .footer_rep dt::after {
	content: none;
}

.footer .copyright {
	font-size: 9px;
	line-height: 15px;
	margin-top: 22px;
	text-align: center;
	color: #3b3b3b;
}

.wrap_main {
	overflow-y: auto;
}

.wrap_main .nav_talent {
	box-shadow: 0 1px 2px 0 #e7e7e7;
}

.wrap_main .main {
	position: relative;
	padding: 24px 0 16px;
}

.wrap_main .section {
	padding: 0 16px 24px;
}

.wrap_main .section_notice {
	padding: 24px 16px 0;
	border-top: 11px solid #dedede;
}

.wrap_main .section_head {
	height: 18px;
}

.wrap_main .section_head::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_main .section_head .tit {
	float: left;
	height: 18px;
	font-size: 17px;
	line-height: 18px;
}

.wrap_main .section_head .btn_check_all {
	float: right;
	margin-top: 3px;
	font-size: 12px;
	line-height: 13px;
	color: #959595;
}

.wrap_main .list_notice li {
	margin-top: 8px;
}

.wrap_main .list_notice .link_notice {
	display: block;
	padding: 12px 8px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
}

.wrap_main .list_notice .txt {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 17px;
	max-height: 34px;
	color: #000;
}

.wrap_main .list_notice .em {
	font-size: 12px;
	line-height: 13px;
	display: block;
	margin-top: 8px;
	color: #0ac807;
}

.wrap_main .filter_categ {
	margin-top: 16px;
	white-space: nowrap;
}

.wrap_main .filter_categ a {
	display: inline-block;
	height: 32px;
	padding: 0 12px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	font-size: 13px;
	line-height: 32px;
	color: #3b3b3b;
}

.wrap_main .filter_categ .on {
	border-color: #3b3b3b;
	background-color: #3b3b3b;
	color: #fff;
}

.wrap_main .main_search .section {
	padding-bottom: 32px;
}

.wrap_main .empty_search_result {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: 28px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.wrap_main .empty_search_result img {
	width: 77px;
	height: 77px;
	margin: 0 auto;
}

.wrap_main .empty_search_result .txt {
	margin-top: 24px;
	font-size: 16px;
	line-height: 19px;
	color: #3b3b3b;
}

.wrap_main_t2 .header {
	box-shadow: none;
}

.wrap_main_t2 .main_fix_t2 {
	padding: 0;
}

.nav_talent {
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 32px;
}

.nav_talent a {
	display: inline-block;
	padding: 8px 6px;
	font-size: 14px;
	line-height: 16px;
	color: #959595;
}

.nav_talent .scroller {
	position: absolute;
	z-index: 1;
	height: 100%;
	-webkit-user-select: none;
	        user-select: none;
}

.nav_talent .on {
	position: relative;
	color: #3b3b3b;
}

.nav_talent .on::after {
	content: '';
	position: absolute;
	right: 6px;
	bottom: 0;
	left: 6px;
	height: 3px;
	background: #b228dd;
}

.nav_talent::-webkit-scrollbar {
	display: none;
	width: 0;
}

.nav_talent_main {
	padding: 8px 0 12px;
	border-bottom: 1px solid #ececec;
}

.nav_talent_main::after {
	content: '';
	display: block;
	clear: both;
}

.nav_talent_main a {
	float: left;
	position: relative;
	width: 25%;
	height: 72px;
}

.nav_talent_main .txt {
	position: absolute;
	bottom: 8;
	left: 0;
	width: 100%;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #6a6a6a;
}

.nav_talent_main .ico_common {
	display: block;
	margin: 8px auto;
}

.nav_talent_main .nav_18 .ico_common {
	background-position: -104px -98px;
	width: 36px;
	height: 36px;
}

.nav_talent_main .nav_10 .ico_common {
	background-position: -168px -4px;
	width: 36px;
	height: 36px;
}

.nav_talent_main .nav_11 .ico_common {
	background-position: -168px -48px;
	width: 36px;
	height: 36px;
}

.nav_talent_main .nav_14 .ico_common {
	background-position: -168px -92px;
	width: 36px;
	height: 36px;
}

.nav_talent_main .nav_12 .ico_common {
	background-position: -4px -154px;
	width: 30px;
	height: 33px;
	margin: 11px auto 10px;
}

.nav_talent_main .nav_15 .ico_common {
	background-position: -112px -60px;
	width: 32px;
	height: 30px;
	margin: 13px auto 10px;
}

.nav_talent_main .nav_19 .ico_common {
	background-position: -60px -42px;
	width: 36px;
	height: 36px;
}

.nav_talent_main .nav_16 .ico_common {
	background-position: -60px -98px;
	width: 36px;
	height: 36px;
}


.gnb {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.1);
}

.gnb2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.1);
}

.gnb .gnb_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 274px;
	height: 100%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

.gnb .profile {
	padding: 72px 16px 43px;
}

.gnb .profile .link_profile {
	display: block;
}

.gnb .profile .link_profile::after {
	content: '';
	display: block;
	clear: both;
}

.gnb .profile img {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 16px;
	border-radius: 50%;
}

.gnb .profile .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	height: 48px;
}

.gnb .profile .txt, .gnb .profile .nick {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #3b3b3b;
}

.gnb .profile .coin {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 13px;
	color: #6a6a6a;
}

.gnb .menu {
	position: absolute;
	top: 163px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
}

.gnb .menu .item {
	display: block;
	padding: 16px;
	border-top: 1px solid #ececec;
	font-size: 13px;
	line-height: 14px;
	color: #3b3b3b;
}

.gnb .menu li:last-child .item {
	border-bottom: 1px solid #ececec;
}

.gnb .menu .has_sub .item::after {
	background-position: -168px -136px;
	width: 10px;
	height: 7px;
	content: '';
	float: right;
	margin-top: 4px;
}

.gnb .menu .sub_menu {
	display: none;
	background: #6a6a6a;
}

.gnb .menu .sub_item {
	display: block;
	padding: 16px;
	border-top: 1px solid #ececec;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}

.gnb .menu .sub_item:first-child {
	border-top: 0;
}

.gnb .menu .on .item {
	border-bottom: 1px solid #ececec;
	color: #0ac807;
}

.gnb .menu .on .item::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.gnb .menu .on .sub_menu {
	display: block;
}

.global_select_menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1100;
	background: rgba(0, 0, 0, 0.1);
}

.global_select_menu .menu {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
}

.global_select_menu .menu a {
	display: block;
	box-sizing: border-box;
	height: 60px;
	border-top: 1px solid #e7e7e7;
	font-weight: bold;
	font-size: 15px;
	line-height: 62px;
	text-align: center;
	color: #3b3b3b;
}

.global_select_menu .menu a:first-child {
	border-top: 0;
}

.global_select_menu .menu .on {
	color: #0ac807;
}

.wrap_login .main {
	padding: 24px 16px;
}

.wrap_login .fieldset {
	margin-top: 12px;
}

.wrap_login .fieldset .form_label {
	font-size: 11px;
	line-height: 12px;
	display: block;
	margin-bottom: 6px;
	color: #6a6a6a;
}

.wrap_login .fieldset .noti {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 13px;
	color: #f32a1a;
}

.wrap_login .btn_submit {
	margin-top: 24px;
}

.wrap_login .find_info {
	margin-top: 16px;
}

.wrap_login .find_info::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_login .find_info .left {
	float: left;
}

.wrap_login .find_info .right {
	float: right;
}

.wrap_login .find_info .right a {
	float: left;
	margin-left: 16px;
	font-size: 12px;
	line-height: 13px;
	color: #6a6a6a;
}

.wrap_login .another_login {
	margin-top: 48px;
}

.wrap_login .another_login a {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 44px;
	margin-top: 8px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
}

.wrap_login .another_login a:first-child {
	margin-top: 0;
}

.wrap_login .another_login .facebook {
	background: #3262c8 url(../img/sns/facebook.png) no-repeat 0 50%/auto 100%;
	color: #fff;
}

.wrap_login .another_login .naver {
	border: 1px solid #e2e2e2;
	background: #fff url(../img/sns/naver.png) no-repeat 0 50%/auto 100%;
	color: #3b3b3b;
}

.wrap_login .another_login .kakao {
	background: #ffe000 url(../img/sns/kakao.png) no-repeat 0 50%/auto 100%;
	color: #381a1b;
}

.wrap_login .link_join {
	margin-top: 24px;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
}

.wrap_login .link_join .question {
	display: inline;
	margin-right: 8px;
	color: #6a6a6a;
}

.wrap_login .link_join .link_join {
	display: inline;
	color: #0ac807;
}

.wrap_login .popup_find_id {
	width: 328px;
}

.wrap_login .popup_find_id .link {
	display: block;
	margin-top: 21px;
	text-align: center;
}

.wrap_login .terms .tit {
	font-size: 17px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_login .terms .detail {
	margin-top: 22px;
	font-size: 13px;
	line-height: 19px;
	color: #3b3b3b;
}

.wrap_login .terms .chbox_t2 {
	margin-top: 8px;
}

.wrap_login .terms .chbox_t2:nth-child(2) {
	margin-top: 16px;
}

.wrap_login .form_join .fieldset_pwd::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_login .form_join .fieldset_pwd .fieldset {
	float: left;
	width: calc(50% - 8px);
}

.wrap_login .form_join .fieldset_pwd .fieldset:last-child {
	margin-left: 16px;
}

.wrap_login .certi_phone {
	margin-top: 32px;
}

.wrap_login .certi_phone .tit_certi {
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	color: #3b3b3b;
}

.wrap_login .certi_phone .fieldset_certi::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_login .certi_phone .fieldset_certi .fieldset {
	float: left;
	width: calc(100% - 86px);
}

.wrap_login .certi_phone .fieldset_certi .btn_check {
	float: left;
	width: 70px;
	height: 36px;
	margin: 30px 0 0 16px;
	line-height: 37px;
}

.wrap_login .complete_join {
	padding-top: 30px;
	text-align: center;
}

.wrap_login .complete_join .logo_crebugs {
	display: block;
	margin: 0 auto;
}

.wrap_login .complete_join .msg_tit {
	display: block;
	margin-top: 41px;
	font-size: 20px;
	line-height: 22px;
	color: #3b3b3b;
}

.wrap_login .complete_join .msg_ko {
	margin-top: 24px;
	font-size: 14px;
	line-height: 19px;
	color: #3b3b3b;
}

.wrap_login .complete_join .msg_en {
	margin-top: 24px;
	font-size: 14px;
	line-height: 19px;
	color: #6a6a6a;
}

.wrap_login .btn_home {
	margin-top: 14px;
}

.wrap_end .search_list_box {
	padding: 14px 16px 24px;
}

.wrap_end .search_list_box .inp_box {
	position: relative;
	padding: 6px 25px 6px 38px;
}

.wrap_end .search_list_box input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 12px;
	line-height: 22px;
}

.wrap_end .search_list_box .btn_search {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	outline: none;
	cursor: pointer;
}

.wrap_end .search_list_box .btn_search .ico_common {
	background-position: -212px -4px;
	width: 24px;
	height: 24px;
}


.wrap_end .search_list_box .btn_reset {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	outline: none;
	cursor: pointer;

}

.wrap_end .search_list_box .btn_reset .ico_common {
	background-position: -119px -195px;
	width: 14px;
	height: 14px;
}

.wrap_end .search_list_box.on .highlight {
	display: block;
}

.wrap_end .search_list_box.on .btn_search .ico_common {
	background-position: -212px -36px;
	width: 24px;
	height: 24px;
}

.wrap_end .list_message {
	background: #fff;
}

.wrap_end .list_message li:last-child .link_msg {
	border-bottom: 1px solid #e7e7e7;
}

.wrap_end .list_message .link_msg {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 90px;
	padding: 16px;
	border-top: 1px solid #e7e7e7;
}

.wrap_end .list_message .box_profile {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 22px;
}

.wrap_end .list_message .box_profile img {
	display: block;
	border-radius: 50%;
}

.wrap_end .list_message .box_profile::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
}

.wrap_end .list_message .box_profile .mark {
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #0ac807;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.wrap_end .list_message .box_msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
}

.wrap_end .list_message .box_msg .nick {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 16px;
	color: #3b3b3b;
}

.wrap_end .list_message .box_msg .txt {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 34px;
	font-size: 13px;
	line-height: 17px;
	color: #3b3b3b;
}

.wrap_end .list_message .box_msg .time {
	position: absolute;
	top: 18px;
	right: 16px;
	font-size: 11px;
	line-height: 12px;
	color: #959595;
}

.wrap_end .list_message .box_msg .ico_picture {
	background-position: -97px -195px;
	width: 14px;
	height: 14px;
	margin-right: 6px;
}

.wrap_end .list_message .no_checked .link_msg {
	background-color: #f4f4f4;
}

.wrap_end .chat_room {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 48px;
	left: 0;
	overflow-y: auto;
	padding: 16px;
}

.wrap_end .chat_room .chat {
	width: 80%;
	margin-top: 13px;
}

.wrap_end .chat_room .chat::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_end .chat_room .profile {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 12px;
}

.wrap_end .chat_room .profile::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
}

.wrap_end .chat_room .profile img {
	border-radius: 50%;
}

.wrap_end .chat_room .msg {
	position: relative;
	max-width: calc(100%);
	padding-bottom: 18px;
}

.wrap_end .chat_room .bubble {
	margin-bottom: 4px;
	padding: 12px 16px;
	border-radius: 2px;
	font-size: 13px;
	line-height: 16px;
	word-break: break-all;
}

.wrap_end .chat_room .file {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	max-width: 190px;
	text-decoration: underline;
}

.wrap_end .chat_room .file .ico_clip {
	background-position: -212px -164px;
	width: 20px;
	height: 22px;
	margin-right: 7px;
	vertical-align: middle;
}

.wrap_end .chat_room .msg_info {
	position: absolute;
	bottom: 0;
	min-width: 100px;
	width: 100%;
}

.wrap_end .chat_room .msg_info .bubble {
	float: left;
	color: #3b3b3b;
	word-break: break-all;
}

.wrap_end .chat_room .msg_info .time {
	font-size: 11px;
	line-height: 14px;
	color: #3b3b3b;
}

.wrap_end .chat_room .msg_info .checked {
	font-size: 11px;
	line-height: 14px;
	color: #959595;
}

.wrap_end .chat_room .you {
	float: left;
}

.wrap_end .chat_room .you .msg {
	float: left;
}

.wrap_end .chat_room .you .bubble {
	border: 1px solid #efefef;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.wrap_end .chat_room .you .time {
	float: left;
}

.wrap_end .chat_room .you .checked {
	float: right;
}

.wrap_end .chat_room .you .file {
	color: #b228dd;
}

.wrap_end .chat_room .you .msg_info {
	left: 0;
}

.wrap_end .chat_room .me {
	float: right;
}

.wrap_end .chat_room .me .msg {
	float: right;
}

.wrap_end .chat_room .me .bubble {
	float: right;
	background: #6a6a6a;
	color: #fff;
}

.wrap_end .chat_room .me .time {
	float: right;
}

.wrap_end .chat_room .me .checked {
	float: left;
}

.wrap_end .chat_room .me .msg_info {
	right: 0;
}

.wrap_end .chat_room .date {
	float: left;
	width: 100%;
	margin-top: 16px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #959595;
}

.wrap_end .chat_send {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 0 65px 0 50px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	overflow:hidden;
}

.wrap_end .chat_send .btn_append {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 48px;
	outline: none;
	cursor: pointer;
}

.wrap_end .chat_send .btn_append .ico_common {
	background-position: -212px -164px;
	width: 20px;
	height: 22px;
}

.wrap_end .chat_send .btn_send {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 16px;
	height: 48px;
	outline: none;
	font-size: 12px;
	line-height: 13px;
	color: #0ac807;
	cursor: pointer;
}

.wrap_end .chat_send input[type="text"] {
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 14px;
}

.wrap_end .chat_send textarea{
	width: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 14px;
	resize:none;
	border:0px;
}

.wrap_end .section_select {
	padding: 24px 16px;
}

.wrap_end .section_select .fieldset {
	margin-top: 15px;
}

.wrap_end .section_select .fieldset:first-child {
	margin-top: 0;
}

.wrap_end .section_payment {
	padding: 5px 16px 16px;
}

.wrap_end .section_payment .payment_tit {
	margin-bottom: 19px;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #3b3b3b;
}

.wrap_end .section_payment .btn_submit {
	margin-top: 16px;
}

.wrap_end .section_now_charge {
	padding: 24px 16px;
}

.wrap_end .section_now_charge .tit {
	display: block;
	font-size: 17px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_end .section_now_charge .money {
	display: block;
	margin-top: 16px;
	font-size: 20px;
	line-height: 22px;
	color: #0ac807;
}

.wrap_end .section_now_charge .money.zero {
	color: #959595;
}

.wrap_end .section_charge {
	padding: 16px 16px 24px;
	border-top: 1px solid #e7e7e7;
}

.wrap_end .section_charge .charge_prices {
	margin-top: 16px;
}

.wrap_end .section_charge .charge_prices .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-top: 8px;
}

.wrap_end .section_charge .charge_prices .box:first-child {
	margin-top: 0;
}

.wrap_end .section_charge .charge_prices .btn_charge_money {
	float: left;
	width: 100%;
	height: 32px;
	margin-right: 17px;
	background: #3b3b3b;
	font-size: 13px;
	line-height: 32px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
}

.wrap_end .section_charge .charge_prices .btn_charge_money:nth-child(3n) {
	margin-right: 0;
}

.wrap_end .section_account {
	padding: 24px 16px;
}

.wrap_end .section_account .tit_section {
	font-size: 17px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_end .section_account .charge_account {
	margin-top: 11px;
	padding: 15px 12px 8px;
	background: #ececec;
	color: #3b3b3b;
}

.wrap_end .section_account .charge_account .account {
	display: block;
	font-size: 16px;
	line-height: 18px;
}

.wrap_end .section_account .charge_account .man {
	display: block;
	margin-top: 9px;
	font-size: 13px;
	line-height: 18px;
}

.wrap_end .section_account .charge_info_list {
	margin-top: 21px;
	font-size: 14px;
	line-height: 23px;
	color: #3b3b3b;
}

.wrap_end .section_charge_history {
	position: relative;
	margin-top: 11px;
}

.wrap_end .section_charge_history::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_end .section_charge_history::before {
	content: '';
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	height: 11px;
	background: #ececec;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.wrap_end .section_charge_history li {
	position: relative;
	box-sizing: border-box;
	height: 79px;
	padding: 45px 16px 16px;
	border-bottom: 1px solid #e7e7e7;
}

.wrap_end .section_charge_history .date {
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 12px;
	line-height: 13px;
	color: #3b3b3b;
}

.wrap_end .section_charge_history .money {
	float: right;
	margin-left: 8px;
	color: #0ac807;
}

.wrap_end .section_charge_history .money::before {
	content: '';
}

.wrap_end .section_charge_history .history {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap_end .section_charge_history .buy .money {
	color: #e91313;
}

.wrap_end .inquire {
	padding: 24px 16px;
}

.wrap_end .inquire .fieldset_certi {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 12px;
}

.wrap_end .inquire .fieldset_certi .fieldset {
	width: 100%;
	margin-bottom: 0;
}

.wrap_end .inquire .fieldset_certi .btn_check {
	font-size: 14px;
	line-height: 38px;
	width: 70px;
	height: 36px;
	margin: 18px 0 0 16px;
}

.wrap_end .inquire .fieldset {
	margin-bottom: 16px;
}

.wrap_end .inquire .txtarea_box {
	height: 186px;
	border-radius: 1px;
	border: 1px solid #e7e7e7;
}

.wrap_end .inquire .txtarea_box .txtarea {
	font-size: 12px;
	line-height: 16px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 16px 9px;
	resize: none;
}

.wrap_end .inquire .btn_add_file {
	margin-top: -8px;
}

.wrap_end .inquire .btn_submit {
	margin-top: 24px;
}

.wrap_end .inquire .list_talent li {
	position: relative;
	margin-bottom: 8px;
	border: 1px solid #e7e7e7;
}

.wrap_end .inquire .list_talent li:last-child {
	margin-bottom: 0;
}

.wrap_end .inquire .list_talent .link_talent {
	display: block;
	padding: 14px 8px 12px;
}

.wrap_end .inquire .list_talent .id {
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-bottom: 9px;
	color: #3b3b3b;
}

.wrap_end .inquire .list_talent .img_talent {
	float: left;
	width: 110px;
	height: 80px;
	margin-right: 8px;
}

.wrap_end .inquire .list_talent .info_talent {
	overflow: hidden;
}

.wrap_end .inquire .list_talent .tit {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 13px;
	line-height: 18px;
	height: 54px;
	color: #3b3b3b;
}

.wrap_end .inquire .list_talent .buyer {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 13px;
	display: block;
	margin-top: 12px;
	color: #3b3b3b;
}

.wrap_end .inquire .list_talent .info_order {
	clear: both;
	margin-top: 13px;
}

.wrap_end .inquire .list_talent .info_order::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_end .inquire .list_talent .money {
	font-size: 17px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_end .inquire .list_talent .date {
	font-size: 11px;
	line-height: 12px;
	float: right;
	margin-top: 3px;
	color: #959595;
}

.wrap_end .inquire .list_talent .btn_select {
	font-size: 12px;
	line-height: 21px;
	position: absolute;
	top: 14px;
	right: 12px;
	padding: 0 13px;
	border-radius: 2px;
	background-color: #0ac807;
	color: #fff;
}

.wrap_end .list_inquire li {
	position: relative;
	padding: 24px 16px;
	border-bottom: 1px solid #ececec;
}

.wrap_end .list_inquire li:last-child {
	border-bottom: 0;
}

.wrap_end .list_inquire .id {
	font-size: 13px;
	line-height: 13px;
	display: block;
	margin-bottom: 16px;
	color: #3b3b3b;
}

.wrap_end .list_inquire .tit {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 24px;
	color: #3b3b3b;
}

.wrap_end .list_inquire .date {
	font-size: 13px;
	line-height: 13px;
	position: absolute;
	top: 24px;
	right: 16px;
	color: #3b3b3b;
}

.wrap_end .list_inquire .status {
	font-size: 12px;
	line-height: 22px;
	float: right;
	height: 21px;
	padding: 0 5px;
	border-radius: 2px;
	background-color: #b228dd;
	color: #fff;
}

.wrap_end .list_inquire .status.complete {
	background-color: #0ac807;
}

.wrap_end .list_inquire .txt {
	font-size: 14px;
	line-height: 21px;
	color: #3b3b3b;
}

.wrap_end .list_inquire .answer .tit {
	margin-bottom: 13px;
	color: #0ac807;
}

.wrap_end .list_inquire .card {
	margin-bottom: 8px;
	padding: 12px 8px;
	border-radius: 2px;
	border: 1px solid #e7e7e7 !important;
}

.wrap_end .list_inquire .card .tit {
	margin-bottom: 37px;
}

.wrap_end .list_inquire .card .date {
	top: 12px;
	right: 8px;
}

.wrap_end .list_inquire .card .status {
	position: absolute;
	bottom: 12px;
	left: 8px;
}

.wrap_end .info_deal_goods {
	position: relative;
	padding: 24px 16px 16px;
	border-bottom: 1px solid #ececec;
}

.wrap_end .info_deal_goods .category {
	font-size: 12px;
	line-height: 13px;
	display: block;
	color: #959595;
}

.wrap_end .info_deal_goods .title {
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-top: 6px;
	color: #3b3b3b;
}

.wrap_end .info_deal_goods .bottom {
	margin-top: 10px;
}

.wrap_end .info_deal_goods .bottom::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_end .info_deal_goods .bottom img {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 12px;
	border-radius: 50%;
}

.wrap_end .info_deal_goods .bottom .profile_id {
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color: #3b3b3b;
}

.wrap_end .info_deal_goods .btn_toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	position: absolute;
	right: 18px;
	bottom: 17px;
	width: 30px;
	height: 21px;
}

.wrap_end .info_deal_goods .btn_toggle .ico_common {
	background-position: -168px -136px;
	width: 10px;
	height: 7px;
}

.wrap_end .info_deal_orders {
	padding: 24px 16px 18px;
}

.wrap_end .info_deal_orders .title {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #3b3b3b;
}

.wrap_end .info_deal_orders .list_orders {
	margin-top: 16px;
	padding-bottom: 18px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	border-bottom: 2px solid #dedede;
}

.wrap_end .info_deal_orders .list_orders li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-top: 20px;
}

.wrap_end .info_deal_orders .list_orders li:first-child {
	margin-top: 0;
}

.wrap_end .info_deal_orders .list_orders .order {
	font-size: 14px;
	line-height: 20px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	font-weight: bold;
}

.wrap_end .info_deal_orders .list_orders .money {
	font-size: 18px;
	line-height: 20px;
	color: #0ac807;
}

.wrap_end .info_deal_orders .info_total {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	padding-top: 26px;
}

.wrap_end .info_deal_orders .info_total .total_title {
	font-size: 16px;
	line-height: 18px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	color: #3b3b3b;
}

.wrap_end .info_deal_orders .info_total .money {
	font-size: 20px;
	line-height: 22px;
	color: #0ac807;
}

.wrap_end .deal_chat_wrap {
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 149px;
}

.wrap_end .deal_chat_wrap .info_deal_goods {
	box-sizing: border-box;
	height: 130px;
}

.wrap_end .deal_chat_wrap .info_deal_goods .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap_end .deal_chat_wrap .chat_room {
	position: relative;
}

.wrap_end .deal_chat_wrap .deal_chat {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.wrap_end .deal_chat_wrap .deal_chat .area_check {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	height: 100px;
	background: #fff;
	border-top: 1px solid #dedede;
}

.wrap_end .deal_chat_wrap .deal_chat .area_check a {
	display: block;
	box-sizing: border-box;
	width: 96px;
	height: 100%;
	padding-top: 16px;
	text-align: center;
}

.wrap_end .deal_chat_wrap .deal_chat .area_check a .ico_common {
	display: block;
	margin: 0 auto 8px;
}

.wrap_end .deal_chat_wrap .deal_chat .area_check a .txt {
	font-size: 11px;
	line-height: 12px;
	color: #3b3b3b;
}

.wrap_end .deal_chat_wrap .deal_chat .area_check .btn_append .ico_common {
	background-position: -112px -4px;
	width: 48px;
	height: 48px;
}

.wrap_end .deal_chat_wrap .deal_chat .area_check .btn_deliver .ico_common {
	background-position: -4px -98px;
	width: 48px;
	height: 48px;
}

.wrap_end .deal_chat_wrap .deal_chat .area_check .btn_stop .ico_common {
	background-position: -4px -42px;
	width: 48px;
	height: 48px;
}

.wrap_end .deal_chat_wrap .deal_chat .area_send {
	position: relative;
	height: 48px;
	padding: 0 66px 0 48px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.wrap_end .deal_chat_wrap .deal_chat .area_send .btn_send {
	font-size: 12px;
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 100%;
	font-weight: bold;
	color: #0ac807;
}

.wrap_end .deal_chat_wrap .deal_chat .area_send .btn_clear {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 100%;
}

.wrap_end .deal_chat_wrap .deal_chat .area_send .btn_clear .ico_common {
	background-position: -141px -195px;
	width: 13px;
	height: 13px;
}

.wrap_end .deal_chat_wrap .deal_chat .area_send input[type="text"] {
	font-size: 13px;
	line-height: 48px;
	display: block;
	width: 100%;
	height: 100%;
	color: #3b3b3b;
}

.wrap_end .deal_chat_wrap .deal_chat .area_send input[type="text"]::-webkit-input-placeholder {
	color: #959595;
}

.wrap_end .deal_chat_wrap .deal_chat .area_send input[type="text"]::-moz-placeholder {
	color: #959595;
}

.wrap_end .deal_chat_wrap .deal_chat .area_send input[type="text"]:-ms-input-placeholder {
	color: #959595;
}

.wrap_end .list_notice {
	margin-top: -24px;
	padding: 16px;
}

.wrap_end .list_notice li {
	margin-top: 8px;
}

.wrap_end .list_notice li:first-child {
	margin-top: 0;
}

.wrap_end .list_notice .link_notice {
	display: block;
	position: relative;
	padding: 12px 8px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
}

.wrap_end .list_notice .txt {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 17px;
	max-height: 34px;
	color: #000;
}

.wrap_end .list_notice .em {
	font-size: 12px;
	line-height: 13px;
	display: block;
	margin-top: 8px;
	color: #0ac807;
}

.wrap_end .list_notice .heading {
	font-size: 12px;
	line-height: 17px;
	display: block;
	margin-bottom: 8px;
	color: #000;
}

.wrap_end .list_notice .date {
	font-size: 12px;
	line-height: 17px;
	position: absolute;
	top: 12px;
	right: 8px;
	color: #000;
}

.wrap_end .end_notice {
	margin-top: 0;
}

.wrap_end .end_notice .link_notice {
	padding-bottom: 0;
}

.wrap_end .end_notice .txt {
	margin-bottom: 39px;
	font-weight: bold;
}

.wrap_end .end_notice .info {
	margin-top: 24px;
}

.wrap_end .end_notice .info_txt {
	font-size: 12px;
	line-height: 17px;
	color: #000;
}

.wrap_end .end_notice .box_img {
	margin: 0 -8px;
}

.wrap_end .end_notice .box_img img {
	display: block;
	margin-top: 24px;
	width: 100%;
	height: auto;
}

.wrap_manage .header {
	box-shadow: none;
}

.wrap_manage .nav_talent {
	box-shadow: 0 1px 2px 0 #e7e7e7;
}

.wrap_manage .section_list {
	padding: 12px 16px;
}

.wrap_end .section_list {
	padding: 12px 16px;
}

.wrap_manage .section_manage {
	position: relative;
	margin-top: 11px;
	padding: 22px 16px;
}

.wrap_manage .section_manage::before {
	content: '';
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	height: 11px;
	background: #ececec;
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.wrap_manage .section_manage .tit_section {
	margin-bottom: 16px;
	font-size: 17px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_manage .section_apply {
	padding: 21px 16px 24px;
}

.wrap_manage .section_apply .info_apply {
	margin-bottom: 36px;
	padding: 12px 16px;
	border-radius: 2px;
	background: #ececec;
	font-size: 13px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_manage .section_apply .btn_submit {
	margin-top: 16px;
}

.wrap_manage .fieldset {
	margin-top: 15px;
}
.wrap_manage .list_talent_status li {
	position: relative;
	margin-top: 8px;
}

.wrap_manage .list_talent_status li:first-child {
	margin-top: 0;
}

.wrap_manage .list_talent_status .link_talent {
	display: block;
	padding: 41px 8px 12px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.wrap_manage .list_talent_status .img_talent {
	float: left;
	width: 110px;
	height: 80px;
}

.wrap_manage .list_talent_status .info_talent {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	position: relative;
	height: 80px;
	padding-left: 8px;
}

.wrap_manage .list_talent_status .info_talent .tit {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	color: #3b3b3b;
}

.wrap_manage .list_talent_status .info_talent .status {
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 0;
	height: 14px;
}

.wrap_manage .list_talent_status .info_talent .categ {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 12px;
	color: #959595;
}

.wrap_manage .list_talent_status .info_talent .buyer {
	font-size: 12px;
	line-height: 13px;
	color: #3b3b3b;
}

.wrap_manage .list_talent_status .info_talent .rate_bar {
	float: left;
	width: 60px;
	height: 13px;
	white-space: nowrap;
}

.wrap_manage .list_talent_status .info_talent .rate_bar .indicator {
	display: inline-block;
	height: 13px;
	background: currentColor;
	vertical-align: baseline;
}

.wrap_manage .list_talent_status .info_talent .rate_bar .rate {
	font-size: 13px;
	line-height: 13px;
	vertical-align: middle;
}

.wrap_manage .list_talent_status .info_talent .rate_bar .cnt {
	font-size: 10px;
	line-height: 13px;
	color: #3b3b3b;
	vertical-align: middle;
}

.wrap_manage .list_talent_status .info_talent .rate_bar .cnt::before {
	content: '(';
}

.wrap_manage .list_talent_status .info_talent .rate_bar .cnt::after {
	content: ')';
}

.wrap_manage .list_talent_status .info_talent .rate_bar.best {
	color: #0ac807;
}

.wrap_manage .list_talent_status .info_talent .rate_bar.good {
	color: #b228dd;
}

.wrap_manage .list_talent_status .info_talent .rate_bar.normal {
	color: #959595;
}

.wrap_manage .list_talent_status .info_talent .view {
	position: relative;
	top: 1px;
	float: right;
	height: 13px;
}

.wrap_manage .list_talent_status .info_talent .view .ico_common {
	float: left;
	width: 14px;
	height: 9px;
	margin-top: 3px;
}

.wrap_manage .list_talent_status .info_talent .view .txt {
	float: left;
	font-size: 11px;
	line-height: 15px;
	color: #959595;
}

.wrap_manage .list_talent_status .status_talent {
	position: absolute;
	top: 12px;
	left: 8px;
	height: 21px;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}

.wrap_manage .list_talent_status .status_talent.scab_t1 {
	background: #0ac807;
}

.wrap_manage .list_talent_status .status_talent.scab_t2 {
	background: #b228dd;
}

.wrap_manage .list_talent_status .status_talent.scab_t3 {
	background: #959595;
}

.wrap_manage .list_talent_status .btn_delete {
	position: absolute;
	top: 11px;
	right: 6px;
	width: 22px;
	height: 24px;
	text-align: center;
}

.wrap_manage .list_talent_status .btn_delete .ico_common {
	background-position: -148px -98px;
	width: 10px;
	height: 12px;
	margin-top: 6px;
}

.wrap_manage .list_talent_status .sale_date {
	position: absolute;
	top: 18px;
	right: 11px;
	font-size: 11px;
	line-height: 12px;
	color: #3b3b3b;
}

.wrap_manage .list_talent_status .sale_date .txt {
	float: left;
	margin-left: 8px;
}

.wrap_manage .list_talent_status .sale_date .txt:first-child {
	margin-left: 0;
}

.wrap_manage .list_talent_status .money {
	display: block;
	margin-top: 12px;
	font-size: 17px;
	line-height: 18px;
	color: #0ac807;
}
.wrap_end .list_talent_status li {
	position: relative;
	margin-top: 8px;
}

.wrap_end .list_talent_status li:first-child {
	margin-top: 0;
}

.wrap_end .list_talent_status .link_talent {
	display: block;
	padding: 41px 8px 12px;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.wrap_end .list_talent_status .img_talent {
	float: left;
	width: 110px;
	height: 80px;
}

.wrap_end .list_talent_status .info_talent {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	        flex-direction: column;
	position: relative;
	height: 80px;
	padding-left: 8px;
}

.wrap_end .list_talent_status .info_talent .tit {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	color: #3b3b3b;
}

.wrap_end .list_talent_status .info_talent .status {
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 0;
	height: 14px;
}

.wrap_end .list_talent_status .info_talent .categ {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 12px;
	color: #959595;
}

.wrap_end .list_talent_status .info_talent .buyer {
	font-size: 12px;
	line-height: 13px;
	color: #3b3b3b;
}

.wrap_end .list_talent_status .info_talent .view {
	position: relative;
	top: 1px;
	float: right;
	height: 13px;
}

.wrap_end .list_talent_status .info_talent .view .ico_common {
	float: left;
	width: 14px;
	height: 9px;
	margin-top: 3px;
}

.wrap_end .list_talent_status .info_talent .view .txt {
	float: left;
	font-size: 11px;
	line-height: 15px;
	color: #959595;
}

.wrap_end .list_talent_status .info_talent .dates {
	position: absolute;
	left: 8px;
	bottom: 0;
}

.wrap_end .list_talent_status .info_talent .date {
	display: block;
	font-size: 11px;
	line-height: 12px;
	color: #6a6a6a;
}

.wrap_end .list_talent_status .info_talent .date:last-child {
	margin-top: 4px;
}

.wrap_end .list_talent_status .status_talent {
	position: absolute;
	top: 12px;
	left: 8px;
	min-width: 44px;
	height: 21px;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

.wrap_end .list_talent_status .status_talent.scab_t1 {
	background: #0ac807;
}

.wrap_end .list_talent_status .status_talent.scab_t2 {
	background: #b228dd;
}

.wrap_end .list_talent_status .status_talent.scab_t3 {
	background: #959595;
}

.wrap_end .list_talent_status .status_talent.scab_t4 {
	background: #dedede;
}

.wrap_end .list_talent_status .sale_date {
	position: absolute;
	top: 18px;
	right: 11px;
	font-size: 11px;
	line-height: 12px;
	color: #3b3b3b;
}

.wrap_end .list_talent_status .sale_date .txt {
	float: left;
	margin-left: 8px;
}

.wrap_end .list_talent_status .sale_date .txt:first-child {
	margin-left: 0;
}

.wrap_end .list_talent_status .money {
	display: block;
	margin-top: 12px;
	font-size: 17px;
	line-height: 18px;
	color: #0ac807;
}


.wrap_manage .list_calc li {
	box-sizing: border-box;
	height: 106px;
	padding: 16px;
	border-bottom: 1px solid #e7e7e7;
}

.wrap_manage .list_calc .month {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_manage .list_calc .calc_status {
	margin-top: 12px;
}

.wrap_manage .list_calc .calc_status::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_manage .list_calc .calc_status .box {
	float: left;
	width: 50%;
}

.wrap_manage .list_calc .calc_status .tit {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	color: #3b3b3b;
}

.wrap_manage .list_calc .calc_status .money {
	display: block;
	margin-top: 8px;
	font-size: 20px;
	line-height: 22px;
	color: #0ac807;
}

.wrap_manage .list_calc .calc_status .cnt {
	display: block;
	margin-top: 11px;
	font-size: 16px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_manage .list_withdraw li {
	box-sizing: border-box;
	height: 113px;
	margin: 0 -16px;
	padding: 16px;
	border-bottom: 1px solid #e7e7e7;
}

.wrap_manage .list_withdraw .dates::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_manage .list_withdraw .dates .date {
	float: left;
	margin-right: 8px;
	font-size: 12px;
	line-height: 13px;
	color: #3b3b3b;
}

.wrap_manage .list_withdraw .dates .date:last-child {
	margin-right: 0;
}

.wrap_manage .list_withdraw .account {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-top: 12px;
	font-size: 16px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_manage .list_withdraw .box {
	margin-top: 16px;
}

.wrap_manage .list_withdraw .box::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_manage .list_withdraw .money {
	float: left;
	margin-right: 8px;
	font-size: 20px;
	line-height: 22px;
	color: #3b3b3b;
}

.wrap_manage .list_withdraw .status {
	float: left;
	height: 21px;
	padding: 0 6px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}

.wrap_manage .list_withdraw .status.scab_t1 {
	background: #0ac807;
}

.wrap_manage .list_withdraw .status.scab_t2 {
	background: #b228dd;
}

.wrap_manage .list_withdraw .status.scab_t3 {
	background: #959595;
}

.wrap_manage .list_goods {
	margin-top: 0;
}

.wrap_manage .list_goods li {
	position: relative;
}

.wrap_manage .list_goods .btn_delete_item {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34px;
	height: 28px;
	text-align: center;
}

.wrap_manage .list_goods .btn_delete_item .ico_common {
	background-position: -148px -98px;
	width: 10px;
	height: 12px;
	margin-top: 8px;
}

.wrap_manage .section_profit .box_withdraw {
	position: relative;
	padding: 38px 16px 24px;
}

.wrap_manage .section_profit .box_withdraw .tit {
	display: block;
	font-size: 17px;
	line-height: 18px;
	color: #3b3b3b;
}

.wrap_manage .section_profit .box_withdraw .money {
	display: block;
	margin-top: 16px;
	font-size: 20px;
	line-height: 22px;
	color: #0ac807;
}

.wrap_manage .section_profit .box_withdraw .btn_withdraw {
	position: absolute;
	top: 48px;
	right: 16px;
	width: 85px;
	border-radius: 2px;
	background: #0ac807;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

.wrap_manage .section_profit .box_profit {
	display: table;
	box-sizing: border-box;
	width: 100%;
	padding: 36px 16px;
	border-top: 1px solid #e7e7e7;
}

.wrap_manage .section_profit .box_profit .status {
	display: table-cell;
	width: 33.33%;
}

.wrap_manage .section_profit .box_profit .tit {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	color: #3b3b3b;
}

.wrap_manage .section_profit .box_profit .money {
	display: block;
	margin-top: 18px;
	font-size: 14px;
	line-height: 16px;
}

.wrap_mypage .section_profile {
	padding: 40px 16px 24px;
}

.wrap_mypage .section_profile .img {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.wrap_mypage .section_profile .img img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.wrap_mypage .section_profile .img .ico_update {
	background-position: -36px -195px;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #b228dd;
	line-height: 23px;
	text-align: center;
	color: #fff;
}

.wrap_mypage .section_profile .nickname {
	font-size: 20px;
	line-height: 22px;
	display: block;
	margin-top: 12px;
	text-align: center;
	color: #3b3b3b;
}

.wrap_mypage .section_profile .private {
	margin-top: 60px;
}

.wrap_mypage .section_profile .private .name {
	font-size: 20px;
	line-height: 22px;
	display: block;
	color: #3b3b3b;
}

.wrap_mypage .section_profile .private .address {
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-top: 8px;
	color: #959595;
}

.wrap_mypage .section_mypage_menu .mypage_menu {
	font-size: 15px;
	line-height: 60px;
	display: block;
	height: 60px;
	border-top: 1px solid #ececec;
	padding: 0 16px;
	color: #3b3b3b;
}

.wrap_mypage .form_login {
	padding: 36px 16px;
}

.wrap_mypage .form_login .fieldset {
	margin-top: 12px;
}

.wrap_mypage .form_login .fieldset:first-child {
	margin-top: 0;
}

.wrap_mypage .btn_submit {
	margin-top: 24px;
}

.wrap_mypage .list_setting .chbox_setting {
	display: block;
	height: 63px;
	padding: 0 27px 0 16px;
	border-bottom: 1px solid #ececec;
}

.wrap_mypage .list_setting .chbox_setting::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_mypage .list_setting .label {
	font-size: 15px;
	line-height: 63px;
	font-weight: normal;
	color: #3b3b3b;
}

.wrap_mypage .list_setting .bar {
	position: relative;
	float: right;
	width: 48px;
	height: 20px;
	margin-top: 23px;
	border-radius: 10px;
	background-color: #dedede;
}

.wrap_mypage .list_setting .bar .ball {
	position: absolute;
	top: -2px;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #959595;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
}

.wrap_mypage .list_setting input[type="checkbox"]:checked ~ .bar {
	background-color: rgba(10, 200, 7, 0.2);
}

.wrap_mypage .list_setting input[type="checkbox"]:checked ~ .bar .ball {
	left: 24px;
	background-color: #0ac807;
}

.wrap_mypage .certi_phone {
	padding: 24px 16px;
}

.wrap_mypage .certi_phone .tit_certi {
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	color: #3b3b3b;
}

.wrap_mypage .certi_phone .fieldset_certi {
	margin-top: 12px;
}

.wrap_mypage .certi_phone .fieldset_certi::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_mypage .certi_phone .fieldset_certi:first-child {
	margin-top: 0;
}

.wrap_mypage .certi_phone .fieldset_certi .fieldset {
	float: left;
	width: calc(100% - 86px);
}

.wrap_mypage .certi_phone .fieldset_certi .btn_check {
	float: left;
	width: 70px;
	height: 36px;
	margin: 18px 0 0 16px;
	line-height: 37px;
	font-size: 14px;
}

.wrap_mypage .change_account {
	padding: 24px 16px;
}

.wrap_mypage .change_account .info_change_account {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 33px;
	padding: 12px 8px;
	border-radius: 2px;
	background-color: #ececec;
	color: #3b3b3b;
}

.wrap_mypage .change_account .fieldset_account {
	margin-top: 15px;
}

.wrap_mypage .change_account .fieldset_account .fieldset::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_mypage .change_account .fieldset_account .btn_select_box {
	float: left;
	width: 108px;
	margin-right: 8px;
}

.wrap_mypage .change_account .fieldset_account .inp_box {
	overflow: hidden;
}

.wrap_detail .about_goods .img_goods {
	display: block;
	width: 100%;
	height: auto;
}

.wrap_detail .about_goods .info_goods {
	padding: 16px 15px 22px;
}

.wrap_detail .about_goods .category {
	font-size: 12px;
	line-height: 13px;
	display: block;
	color: #959595;
}

.wrap_detail .about_goods .title {
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-top: 7px;
	color: #3b3b3b;
}

.wrap_detail .about_goods .bottom {
	margin-top: 16px;
}

.wrap_detail .about_goods .bottom::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_detail .about_goods .money {
	font-size: 18px;
	line-height: 20px;
	float: left;
	margin-right: 8px;
	color: #000;
}

.wrap_detail .about_goods .rate_bar {
	float: left;
	margin-top: 1px;
	display: block;
	width: 40px;
	height: 13px;
	white-space: nowrap;
}

.wrap_detail .about_goods .rate_bar .indicator {
	display: inline-block;
	height: 13px;
	background: currentColor;
	vertical-align: baseline;
}

.wrap_detail .about_goods .rate_bar .rate {
	font-size: 13px;
	line-height: 13px;
	vertical-align: middle;
}

.wrap_detail .about_goods .rate_bar .cnt {
	font-size: 10px;
	line-height: 13px;
	color: #3b3b3b;
	vertical-align: middle;
}

.wrap_detail .about_goods .rate_bar .cnt::before {
	content: '(';
}

.wrap_detail .about_goods .rate_bar .cnt::after {
	content: ')';
}

.wrap_detail .about_goods .rate_bar.best {
	color: #0ac807;
}

.wrap_detail .about_goods .rate_bar.good {
	color: #b228dd;
}

.wrap_detail .about_goods .rate_bar.normal {
	color: #959595;
}
.wrap_detail .detail_tabpanel {
	overflow: hidden;
	padding-bottom: 63px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}

.wrap_detail .detail_tablist {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 48px;
	border-top: 1px solid #ececec;
	box-shadow: 0 1px 2px 0 #e7e7e7;
}

.wrap_detail .detail_tablist .detail_tab {
	display: block;
	height: 48px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
}

.wrap_detail .detail_tablist .detail_tab .txt {
	font-size: 14px;
	line-height: 48px;
	display: inline-block;
	position: relative;
	padding: 0 10px;
	color: #959595;
}

.wrap_detail .detail_tablist .detail_tab[aria-selected="true"] .txt {
	font-weight: bold;
	color: #3b3b3b;
}

.wrap_detail .detail_tablist .detail_tab[aria-selected="true"] .txt::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	border-radius: 1px;
	background-color: #b228dd;
}

.wrap_detail .detail_order_bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	box-sizing: border-box;
	height: 63px;
	padding: 10px 16px 10px 6px;
	background-color: #3b3b3b;
}

.wrap_detail .detail_order_bar .btn_order {
	font-size: 15px;
	line-height: 44px;
	float: right;
	width: 150px;
	height: 100%;
	margin-left: 8px;
	border-radius: 2px;
	background-color: #0ac807;
	text-align: center;
	color: #fff;
}

.wrap_detail .detail_order_bar .btn_chat {
	font-size: 15px;
	line-height: 44px;
	float: right;
	width: 150px;
	height: 100%;
	border-radius: 2px;
	background-color: #b228dd;
	text-align: center;
	color: #fff;
}

.wrap_detail .detail_order_bar .btn_like {
	float: left;
	width: 44px;
	height: 44px;
	text-align: center;
}

.wrap_detail .detail_order_bar .btn_like .ico_common {
	background-position: -212px -68px;
	width: 24px;
	height: 24px;
	margin-top: 9px;
}

.wrap_detail .detail_order_bar .btn_like.on .ico_common {
	background-position: -212px -100px;
	width: 24px;
	height: 24px;
}

.wrap_detail .detail_txt {
	font-size: 14px;
	line-height: 17px;
	color: #3b3b3b;
}

.wrap_detail .tabpanel_info .info_img {
	margin: 24px 0;
}

.wrap_detail .tabpanel_info .info_img:first-child {
	margin-top: 0;
}

.wrap_detail .tabpanel_info .info_img .img_goods {
	display: block;
	width: 100%;
	height: auto;
}

img{
	max-width:100% !important;
}
.wrap_detail .tabpanel_info .detail_txt {
	padding: 0 16px;
}

.wrap_detail .tabpanel_price .list_price li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	padding: 16px;
	border-bottom: 1px solid #e7e7e7;
}

.wrap_detail .tabpanel_price .list_price .on .box_price {
	color: #0ac807;
}

.wrap_detail .tabpanel_price .list_price .on .count input {
	color: #0ac807;
}

.wrap_detail .tabpanel_price .list_price .box_info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
}

.wrap_detail .tabpanel_price .list_price .box_price {
	font-size: 18px;
	line-height: 20px;
	color: #dedede;
}

.wrap_detail .tabpanel_price .list_price .title {
	font-size: 14px;
	line-height: 17px;
	color: #3b3b3b;
}

.wrap_detail .tabpanel_price .list_price .count {
	background-position: -4px -4px;
	width: 100px;
	height: 30px;
	display: block;
	position: relative;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 30px;
}

.wrap_detail .tabpanel_price .list_price .count .btn_decrease {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}

.wrap_detail .tabpanel_price .list_price .count .btn_increase {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
}

.wrap_detail .tabpanel_price .list_price .count input {
	font-size: 15px;
	line-height: 30px;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #959595;
}

.wrap_detail .tabpanel_price .total_price {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 26px 16px 44px;
}

.wrap_detail .tabpanel_price .total_price .title {
	font-size: 16px;
	line-height: 18px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	color: #3b3b3b;
}

.wrap_detail .tabpanel_price .total_price .money {
	font-size: 20px;
	line-height: 22px;
	color: #0ac807;
}

.wrap_detail .tabpanel_tip {
	padding: 24px 16px;
}

.wrap_detail .tabpanel_review li {
	padding: 28px 16px 24px;
	border-bottom: 1px solid #ececec;
}

.wrap_detail .tabpanel_review li::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_detail .tabpanel_review li:last-child {
	border-bottom: 0;
}

.wrap_detail .tabpanel_review .box_img {
	float: left;
	margin-right: 12px;
}

.wrap_detail .tabpanel_review .box_img img {
	border-radius: 50%;
}

.wrap_detail .tabpanel_review .box_info {
	overflow: hidden;
}

.wrap_detail .tabpanel_review .info_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 12px;
}
.wrap_end .deal_chat_wrap .deal_chat .area_review {
	height: 73px;
	padding: 20px 16px 0;
	border-top: 1px solid #dedede;
}
.wrap_end .deal_chat_wrap .deal_chat .area_review .ask {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #3b3b3b;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .box_rate {
	margin-top: 14px;
	height: 19px;
	font-size: 0;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .btn_rate {
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: top;
	background: url(../img/util/star.svg) no-repeat 50% 50%/100% 100%;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .btn_rate.on {
	background: url(../img/util/star-active.svg) no-repeat 50% 50%/100% 100%;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .btn_rate.on .indicator {
	width: 100%;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .indicator {
	display: block;
	width: 0;
	height: 100%;
	background: url(../img/util/star-active.svg) no-repeat 50% 50%/100% 100%;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .btn_rate + .btn_rate {
	margin-left: 2px;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .rate {
	display: inline-block;
	height: 19px;
	margin-left: 6px;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	vertical-align: top;
	color: #3b3b3b;
}

.wrap_end .deal_chat_wrap .deal_chat .area_review .btn_reject {
	position: absolute;
	top: 18px;
	right: 13px;
	height: 19px;
	padding: 0 3px;
	font-size: 13px;
	color: #959595;
}
.wrap_detail .tabpanel_review .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 17px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	font-weight: bold;
	color: #3b3b3b;
}

.wrap_detail .tabpanel_review .date {
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
	color: #3b3b3b;
}

.wrap_detail .tabpanel_review .info_bottom {
	margin-top: 14px;
}

.wrap_detail .tabpanel_review .info_bottom::after {
	content: '';
	display: block;
	clear: both;
}

.wrap_detail .tabpanel_review .review_rate {
	float: left;
	width: 80px;
	height: 16px;
}

.wrap_detail .tabpanel_review .review_rate .indicator {
	height: 16px;
	background: url(../img/util/star-active.svg) repeat-x 0 50%;
}

.wrap_detail .tabpanel_review .link_write {
	font-size: 13px;
	line-height: 14px;
	float: right;
	color: #b228dd;
}

.wrap_detail .tabpanel_review .seller {
	background-color: #ececec;
}

.wrap_end .area_top {
	box-sizing: border-box;
	height: 58px;
	padding: 18px 16px 0;
}

.wrap_end .area_top .title {
	float: left;
	font-size: 17px;
	line-height: 32px;
}

.wrap_end .area_top .btn_apply_ad {
	float: right;
	width: 85px;
	height: 32px;
	border-radius: 2px;
	background-color: #0ac807;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}


/*# sourceMappingURL=map/crebugs_mobile.css.map */
