@charset "UTF-8";
/* CSS Document */

body {
	min-width: 1000px;
	width: auto!important;
	_width: auto;
	font-size: 14px;
	cursor: default;
	background:#F6F6F6;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
/*	-webkit-font-smoothing: antialiased;*/
	height: 100%;
	font-size: 62.5%;
	font-family: "Hiragino Sans GB","Microsoft Yahei",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
	font: 12px/1.4 PingFangSC-Regular,'PingFang SC','Helvetica Neue',Helvetica,'Microsoft YaHei',Arial,'Hiragino Sans GB',sans-serif;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #F6F6F6;
	overflow-y: scroll;
	min-height: 100%;
	box-sizing: border-box;
	min-width: 1100px;
	position: relative!important;
	display: flex;flex-direction: column;
}

h1,h2,h3,h4,h5,h6,p,figure,form,blockquote {
	margin: 0
}

ol,ul {
	list-style: none outside none
}

ul,ol,li,dl,dd {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box
}

td,th {
	padding: 0
}

caption,th,td {
	text-align: left;
	font-weight: 400;
	vertical-align: middle
}

a {
	text-decoration: none;
	background: transparent;
	color: #4297FD;
	-webkit-tap-highlight-color: transparent
}

a:hover {
	text-decoration: none
}

a:active,a:hover {
	outline: 0
}

img {
	border: 0;
	vertical-align: middle
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

nav:active {
	outline: 0
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400
}

q,blockquote {
	quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none
}

i,em {
	font-style: normal
}

address,caption,cite,code,dfn,th,var,i,s {
	font-style: normal;
	font-weight: 400
}

div[contenteditable=true] {
	-webkit-line-break: after-white-space;
	-webkit-nbsp-mode: space;
	-webkit-user-modify: read-write;
	word-wrap: break-word
}

fieldset {
	border: 0
}

button {
	white-space: nowrap;
	overflow: visible
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input:focus {
	outline: 0
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	vertical-align: middle
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input::-ms-clear,input::-ms-reveal {
	display: none
}

textarea,input {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-user-modify: read-write-plaintext-only;
	outline: 0!important
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #a6a6a6
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #a6a6a6
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #a6a6a6
}

*[data-goto] {
	cursor: pointer;
}


.cust_scroll::-webkit-scrollbar-thumb {
    background: #4297FD;
    border-radius: 10px;
}
.cust_scroll::-moz-scrollbar-thumb {
    background: #4297FD;
    border-radius: 10px;
}

.cust_scroll::-webkit-scrollbar {
    width: 10px;
}

.cust_scroll::-moz-scrollbar {
    width: 10px;
}

.cust_scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.cust_scroll::-moz-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.cust_scroll {
	scrollbar-color: #4297FD rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
}


/*
 *	动画效果代码集合开始 
*/

/* 斜面从左往右闪光 */
@keyframes animate_effects_flash {
	0% {
		left: -120%;
	}

	8% {
		left: 50%;
	}

	100% {
		left: 50%;
	}
}

/* 旋转动画  transform:translate(0%,0%) rotate(0deg) */ 
@keyframes animate_revolve_rotate { 
	0% { transform: rotate(360deg); } 
	10% { transform: rotate(337.5deg); } /*-22.5*/

	20% { transform: rotate(281.3deg); } /*-56.2*/
	30% { transform: rotate(225.1deg); } /*-56.2*/

	40% { transform: rotate(202.5deg); } /*-22.5*/
	50% { transform: rotate(180deg); } /*-54*/

	60% { transform: rotate(157.5deg); } /*-36*/
	70% { transform: rotate(101.3deg); } 

	80% { transform: rotate(45.1deg); } 
	90% { transform: rotate(22.6deg); } 
	100% { transform: rotate(0deg); } 
}

/*首页跑马灯渐变文字效果*/

@keyframes streamlined {
	0%{
		background-position:0 0
	} to {
		background-position:-100% 0
	}
}

/* 首页查看更多模板按钮 */ 
@keyframes cv_more_1 { 
	0% { background-position: 2px center;} 
	40% { background-position: 20px center;} 
	41% { background-position: -20px center;} 
	100% { background-position: 2px center;} 
}

/* 首页查看更多模板按钮 */ 
@keyframes cv_more_2 { 
	0% { background-color: #111;} 
	50% { background-color: #06c;box-shadow: 0 0 10px rgba(0, 102, 204, 0.8);} 
	100% { background-color: #111;} 
}


@keyframes animate_pulse { 
	0% {
		box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(52, 152, 219, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
	}
}

@keyframes animate_index_diffuse {
	  0% {
		transform: translateY(280px);
		opacity: 0;
	  }
	  40% {
		transform: translateY(-3px);
		opacity: 1;
	  }
	  55% {
		transform: translateY(1px);
	  }
	  65% {
		transform: translateY(-1px);
	  }
	  73% {
		transform: translateY(0px);
	  }
	  80% {
		transform: translateY(-1px);
	  }
	  100% {
		transform: translateY(0px);
		  opacity: 1;
	  }
}

@keyframes animate_index_diffuse_1 {
	0% {transform: translateY(0px) rotate(15deg);}
	25% {transform: translateY(-5px) rotate(15deg);}
	50% {transform: translateY(0px) rotate(15deg);}
	75% {transform: translateY(5px) rotate(15deg);}
	100% {transform: translateY(0px) rotate(15deg);}
}

@keyframes animate_index_diffuse_2 {
	0% {transform: translateY(0px) rotate(345deg);}
	20% {transform: translateY(6px) rotate(345deg);}
	55% {transform: translateY(0px) rotate(345deg);}
	70% {transform: translateY(-6px) rotate(345deg);}
	100% {transform: translateY(0px) rotate(345deg);}
}

@keyframes animate_index_diffuse_3 {
	0% {transform: translateY(0px) rotate(25deg);}
	30% {transform: translateY(4px) rotate(25deg);}
	60% {transform: translateY(0px) rotate(25deg);}
	80% {transform: translateY(-4px) rotate(25deg);}
	100% {transform: translateY(0px) rotate(25deg);}
}

@keyframes animate_index_diffuse_4 {
	0% {transform: translateY(0px) rotate(5deg);}
	25% {transform: translateY(-3px) rotate(5deg);}
	50% {transform: translateY(0px) rotate(5deg);}
	75% {transform: translateY(3px) rotate(5deg);}
	100% {transform: translateY(0px) rotate(5deg);}
}

@keyframes animate_index_diffuse_5 {
	0% {transform: translateY(0px) rotate(380deg);}
	25% {transform: translateY(-3px) rotate(380deg);}
	50% {transform: translateY(0px) rotate(380deg);}
	75% {transform: translateY(3px) rotate(380deg);}
	100% {transform: translateY(0px) rotate(380deg);}
}
/*
 *	动画效果代码集合结束
*/

.animate_flash {
	position: relative;overflow: hidden;
}

.animate_flash:after {

	animation: animate_effects_flash 5s linear infinite backwards;
	animation-delay: -3s;
	background-image: linear-gradient(125deg, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, .4) 50%, hsla(0, 0%, 100%, 0) 52%);
	content: " ";
	height: 200%;
	left: -120%;
	position: absolute;
	top: -50%;
	width: 200%;
}

/* 创建旋转渐变层 */ 
.animate_revolve[data-animate-way="hover"]:hover::before, 
.animate_revolve[data-animate-way="default"]::before{ 
	content: ''; 
	position: absolute; top: -50%; left: -150%; 
	width: 400%; height: 200%; 
	background:conic-gradient(
		from 180deg at 50% 50%,#9a8bff 0deg,#ffac8b 45deg,transparent 90deg,transparent 180deg,#9a8bff 180deg,#ffac8b 225deg,transparent 270deg
	);
	animation: animate_revolve_rotate 4s linear infinite; z-index: -1; 
}

/* 创建内部遮罩层 */ 
.animate_revolve[data-animate-way="hover"]:hover::after,
.animate_revolve[data-animate-way="default"]::after{
	content: ''; 
	position: absolute;inset: 2px;z-index: -1; 
	width:100%;height:100%;
}


/* 脉搏效果 */
.animate_pulse {
	animation: animate_pulse 1.5s infinite;
}



.flex {
	display: flex;
}

.flex_center {
	justify-content: space-between;
}

.flex_left {
	justify-content:flex-start;
}

.flex_right {
	justify-content:flex-end;
}

.flex_middle {
	justify-content: center;
}

.flex_grow {
	flex-grow: 1
}

.flex_warp {
	flex-wrap: wrap;
}

.flex_1 {
	flex: 1;
}

.items_center {
	align-items: center;
}


.txt_left {
	text-align: left;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}



header {
	width:100%;height: 70px;line-height:70px;
	box-sizing:border-box;box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.7); position:fixed;top:0;left:0;
	display: flex;color:#6B7386;z-index: 110;
	-webkit-backdrop-filter: saturate(100%) blur(15px);
	backdrop-filter: saturate(100%) blur(15px);
}

.nav {
	display: flex;position: relative;
	min-width:1400px;width:1400px;margin:0 auto;
	box-sizing: border-box;align-items: center;
}

.head_logo {
	height:40px;
	align-items: center;display: flex;
}

.head_core {
	flex-grow: 1;display: flex;
	justify-content: space-between;
	margin-left:30px;
}

.head_navs  a{
	display: inline-block;height:35px;line-height: 35px;
	padding:0 15px;margin:0 10px;
	border-radius:6px;
	color:#838999;font-size: 16px;font-weight:  600;
	
}

.head_navs  a:hover, .head_navs  a.active{
	background: #F0F1F8;
}

.head_user .login_inp {
	
}



/*弥散光渐变效果实现*/
.diffusion {
	position: absolute;z-index: -3px;
	width: 100%;overflow: hidden;
}

.diffusion_center {
	margin: 0 auto;width:2560px;height: 2145px;
	position: relative;
}

.diffusion .diffusion_1 {
	background: rgba(239, 243, 214, 0.7);
	width:450px;height:665px;
	position: absolute;top:-30px;left:-100px;
	border-radius: 50%;
	
}

.diffusion .diffusion_2 {
	background: #fcfdf5;
	width:800px;height:250px;
	position: absolute;top:-130px;left:1300px;
	border-radius: 50%;
}

.diffusion .diffusion_4 {
	background: #FFF;
	width:800px;height:800px;
	position: absolute;top:-400px;left:1700px;
	border-radius: 50%;
}

.diffusion .diffusion_3 {
	background: #dbedfc;
	width:800px;height:1200px;
	position: absolute;top:330px;left:1600px;
	border-radius: 50%;
}

.diffusion .diffusion_5 {
	background: #f9fbec;
	width:800px;height:800px;
	position: absolute;top:700px;left:1000px;
	border-radius: 50%;
}

.diffusion .diffusion_6 {
	background: #f9fae8;
	width:1000px;height:400px;
	position: absolute;left:200px;bottom:-300px;
	border-radius: 50%;
	box-shadow: 0 0 100px #f2f4d2;
}

.diffusion .diffusion_1, .diffusion .diffusion_2, .diffusion .diffusion_3, .diffusion .diffusion_4, .diffusion .diffusion_5, .diffusion_6 {
	opacity: 0.7;
}


.diffusion_blur {
	_opacity: 0.5;position: absolute;top:0;
	-webkit-backdrop-filter: saturate(100%) blur(75px);
	backdrop-filter: saturate(100%) blur(15px);
	backdrop-filter: saturate(100%) blur(75px);
	width:100%;height: 2145px;
}




footer {
	background: #2C3033;margin-top:80px;
	overflow: hidden;
}

footer .us {
	width:1400px;margin:40px auto 0;
}

footer .us_mod .logo {
	width:240px;color:#CCC;
	letter-spacing: 3px; font-size: 14px;
}

footer .us_mod .logo .slogan {
	padding-top:25px; font-weight: 400;
}

footer .us_mod_navs {
	width:800px;
}

footer .us_mod_navs dl {
	width:180px; color:#AEB2B7;
	font-size: 16px;font-weight: 700;
	line-height: 35px;
}

footer .us_mod_navs dd {
	height:35px; font-weight: 100;
}

footer .us_mod_navs dd a  {
	color:#EEE;
}

footer .us_mod_navs dd a:hover  {
	color:#06c;
}

footer .us_mod_qrcode {
	color:#BBB;font-size: 14px;
	width:350px;line-height:60px;
}

footer .us_links {
	margin:20px 0 35px;
}

footer .us_links dt {
	color:#BBB;font-weight: 700;
}

footer .us_links dd {
	padding-right:15px;
}

footer .us_links dd a, footer .us_icpb a, footer .us_copy, .footer_slogan {
	color:#676B6F;
}

footer .us_links dd a:hover, footer .us_icpb a:hover {
	color:#BBB;
}

footer .us_links dt, footer .us_links dd {
	display: inline-block;
}

footer .us_icpb div{
	display: inline;width:15px;height:15px;overflow: hidden;
}

footer .us_copy {
	height:50px;line-height:50px;
}

.footer_slogan {
	border-top: #585858 solid 1px;
	height:50px;line-height:50px;
}

.footer_slogan  div {
	width:1400px;margin:0 auto;
}

.animate, .animate *, .animate, .animate *::after, .animate, .animate *::before {
	transition:all 0.3s;-webkit-transition: all 0.3s;
}

.space {
	width:1400px;min-height: calc(100vh - 600px);height: auto;
	box-sizing: border-box; margin:70px auto 0;
}

.inp_round {
	display: inline-block;border-radius:6px;
	background:#4297FD;color:#fff;text-align: center;
}

.inp_round:hover {
	background: #3278DF;
}

.inp_round[data-size="supbig"] {
	height:60px;line-height:60px;
	font-size: 18px;padding:0 30px;
}

.inp_round[data-size="big"] {
	height:45px;line-height:45px;
	font-size: 16px;padding:0 20px;
}

.inp_round[data-size="middle"] {
	height:35px;line-height:35px;
	font-size: 14px;padding:0 15px;
}

.inp_round[data-size="small"] {
	height:30px;line-height:30px;
	font-size: 14px;padding:0 10px;
}

.inp_round[data-bg="white"] {
	background:#fff;color:#888;
	border:#d9d9d9 solid 1px;
}

.inp_round[data-bg="white"]:hover {
	background:#f5f5f5;border-color:#c8c8c8;
}

.inp_round[data-bg="light"] {
	background:#E1EAFA;color:#5E95ED;
}

.inp_round[data-bg="light"]:hover {
	background: #699AF8;color:#FFF;
}

.inp_round[data-bg="dark"] {
	background:#0d153a;color:#FFF;
}

.inp_round[data-bg="dark"]:hover {
	background: #0d1641;
}

.inp_round[data-bg="gray"] {
	background:#F0F0F0;color:#AAA;
}

.inp_round[data-bg="gray"]:hover {
	background: #DDD;
}

.inp_round[data-bg="grey"] {
	background:#444;color:#d7d7d7;
}

.inp_round[data-bg="grey"]:hover {
	background: #222;
}

.inp_round[data-bg="black"] {
	background:#000;color:#AAA;
}

.inp_round[data-bg="black"]:hover {
	background: #37383c;color:#FFF;
}

.inp_switch {
	width:40px;height:20px;padding:2px; cursor: pointer;
	background: #4297FD;border-radius:22px;position: relative;
}

.inp_switch[data-state="open"] i {
	right:2px;
}

.inp_switch[data-state="close"] i, .inp_switch[data-state="disabled"] i {
	right:0px;left:2px;
}

.inp_switch[data-state="close"] {
	background: #AAA;
}

.inp_switch[data-state="disabled"] {
	background: #7F7F7F; cursor: no-drop;
}

.inp_switch i {
	width:20px;height:20px;display: block;
	background: #FFF;border-radius:22px;
	position: absolute;right:2px;
}

.inp_switch[data-state="disabled"] i {
	background: #AAA;
}

.inp_dropdown {
	min-width: 150px;width:150px;height:35px;line-height:35px;
	border:#d9d9d9 solid 1px;border-radius:6px;padding:0 10px;
	display:flex;justify-content: space-between;
	cursor: pointer;box-sizing: border-box;
	position: relative;
}

.inp_dropdown:hover {
	background:#fcfcfc;border-color: #4297FD;
}

.inp_dropdown:hover .iconfont{
	color: #4297FD;
}

.inp_dropdown .txt{
	font-size: 14px;color:#666;text-overflow: ellipsis;
	white-space: nowrap;overflow: hidden;
}


.inp_dropdown_menu {
	opacity:0;display: none;
	background: #FFF;box-shadow: 0 1px 3px #ddd;
	border-radius: 6px;min-height:303px;height:303px;overflow: hidden;
	position: absolute; top:35px;left:0;z-index:10;width: auto;
}

.inp_dropdown_menu .inp_dropdown_menu_scroll {
	min-height:303px;height:303px;overflow: auto;
}

.inp_dropdown_menu ul {
	width:185px;min-height:300px;
	background: #FCFCFC;
}

.inp_dropdown_menu ul[data-child="0"] {background: #FCFCFC;}
.inp_dropdown_menu ul[data-child="1"] {background: #FCFCFC;}
.inp_dropdown_menu ul[data-child="2"] {background: #F7F7F7;}
.inp_dropdown_menu ul[data-child="3"] {background: #F0F0F0;}
.inp_dropdown_menu ul[data-child="4"] {background: #E6E6E6;}
.inp_dropdown_menu ul[data-child="5"] {background: #E0E0E0;}

.inp_dropdown_menu li {
	height:40px;line-height:40px;
	padding:0 30px 0 20px;box-sizing: border-box;
	font-size: 16px;font-weight: 200;
	border-left: transparent solid 3px;
	background-position: 0 11px;
	
	width:185px;overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inp_dropdown_menu li[data-child="1"] {
	background: url("../../svg/menu_child.svg") 162px center no-repeat;
	background-size: 15px;
}



.inp_dropdown_menu ul[data-child] li:hover, .inp_dropdown_menu ul[data-child] li.active {
	border-left-color: #4297FD;
}

.inp_dropdown_menu ul[data-child="0"] li:hover, .inp_dropdown_menu ul[data-child="0"] li.active {
	background-color:#F7F7F7;
}
.inp_dropdown_menu ul[data-child="1"] li:hover, .inp_dropdown_menu ul[data-child="1"] li.active {
	background-color:#F7F7F7;
}
.inp_dropdown_menu ul[data-child="2"] li:hover, .inp_dropdown_menu ul[data-child="2"] li.active {
	background-color:#F0F0F0;
}
.inp_dropdown_menu ul[data-child="3"] li:hover, .inp_dropdown_menu ul[data-child="3"] li.active {
	background-color:#E6E6E6;
}
.inp_dropdown_menu ul[data-child="4"] li:hover, .inp_dropdown_menu ul[data-child="4"] li.active {
	background-color:#E0E0E0;
}
.inp_dropdown_menu ul[data-level="last"] li:hover, .inp_dropdown_menu ul[data-level="last"] li.active {
	background:url("../../svg/dui.svg") no-repeat 0 center ;background-size: 20px;
	border-left-color: transparent;
}











.inp_text, .inp_text[data-size="small"]  {
	border: #d9d9d9 solid 1px;border-radius:6px;
	height:35px;line-height:35px;padding: 0 5px;
	font-weight: normal;box-sizing: border-box;
	display: flex;
}

.inp_text[data-size="big"] {
	height:45px;line-height:45px;padding: 0 8px;
}

.inp_text input[type="text"] {
	padding:0;border:none;display: flex;flex: 1;
}

.inp_text input[type="text"]::placeholder {
	color:#AAA;
}

.inp_text input[type="text"]:focus::placeholder {
	color:#CCC;
}

.inp_text:hover, .inp_text:focus {
	border-color: #4297FD;
}

.inp_group {
	font-size: 16px;font-weight: bold;
	height: 35px;line-height: 35px;
	display: flex;flex-grow: 1
}

.inp_group[data-dropdown="menu"] {
	position: relative; 
}

.inp_group .field{
	margin-right:10px;
}


.suggest .suggest_title, .article_feed .cv_suggest .suggest_title {
	font-size: 30px;font-weight: bold; color:#333;
	text-align: center;
}

.suggest .suggest_reaason, .article_feed .cv_suggest .suggest_reaason {
	font-size: 16px;color:#AAA;
	text-align: center;
}

.suggest[data-size="supbig" ] .suggest_title {
	font-size: 50px;
}

.suggest[data-size="supbig" ] .suggest_reaason {
	font-size: 25px;
}



.box {
	background:#fff;border-radius:6px;
	box-shadow: 0 1px 3px #ddd;box-sizing: border-box;
}

.box::after, .box::before, .space::after, .space::before{
	clear: both;content: "";display: table;
}

.box .title{
	font-size:18px;font-weight: bold;color:#555;
	height:50px;line-height:50px;padding:0 20px;
	overflow: hidden;
}

.box .title[data-line="d9"]{
	border-bottom:#d9d9d9 solid 1px;
}

.box .title[data-size="supbig"]{
	font-size:32px; font-weight: 700;color:#333;
	height:80px;line-height:80px;padding:0 20px;
}

.box .title[data-size="big"]{
	font-size:24px;
	height:80px;line-height:80px;padding:0 20px;
}

.box .content{
	margin:15px 20px;
}


.article, .article_feed {
	margin-top:110px;
}

.article_left, .article_left {
	width:1025px;min-height:500px;margin-right:25px;
}

.article_left h1.title{
	margin: 10px 20px 5px;
}

.article_attr {
	margin:  0 40px; color:#888;
}

.article_attr .article_face {
	margin-right:10px;
}

.article_attr .article_face img {
	border-radius: 40px;
}

.article_attr .article_author .time {
	color:#AAA;
}

.article .cv_suggest, .article_feed .cv_suggest {
	background: #F7F8FA;border-radius: 10px;
	margin:40px 40px 20px;overflow: auto;
}

.article .cv_suggest .suggest_title, .article_feed .cv_suggest .suggest_title{
	margin:30px 0 5px;font-size: 24px;color:#555;
}

.article .cv_suggest ul, .article_feed .cv_suggest ul {
	text-align: center;margin:0 10px 30px;
}

.article .cv_suggest  li  img, .article_feed .cv_suggest li img {
	margin:30px 0 20px;border-radius: 6px;
	box-shadow: 0 1px 8px rgba(221,221,221,0.8);box-sizing: border-box;
}

.article .cv_suggest  li:hover  img, .article_feed .cv_suggest li:hover img{
	box-shadow: 0 3px 10px rgba(170,170,170,0.5);
	transform: translateY(-3px);
}

.article .cv_suggest  li:hover  .inp_round[data-bg="light"], .article_feed .cv_suggest li:hover .inp_round[data-bg="light"]  {
	background: #699AF8;color:#FFF;
}

.article .parga {
	margin: 40px 40px 0;
}

.article .parga p {
	margin-bottom: 20px;overflow: auto;
	font-size: 18px;line-height: 30px;color:#222;
	text-indent: 2em;word-break: break-word;
}

.article .parga table {
	width:80%;margin:30px auto;border:#d9d9d9 solid;border-width: 1px 1px 0 0;
}

.article .parga table th, .article .parga table td {
	border:#d9d9d9 solid;border-width: 0 0 1px 1px; min-height: 35px;line-height:35px;
	padding:0 8px;
}

.article .parga table th {
	font-weight: 800;text-align: center;background: #f5f5f5;
}

.article .parga p img{
	display: flex;justify-content: center; align-content: center;margin: 0 auto;
	width:80%;border-radius: 6px;
}


.article .cv_cards_channel {
	display: flex;cursor: pointer;
	width: 545px;margin:20px auto 40px;padding:5px 0;
	background: #f2f2f2;
	border-radius: 10px;
	box-sizing:border-box;
	align-items: center;
}

.article .cv_cards_channel:hover {
	background: #F8f8f8;
	box-shadow: 0 0 8px rgba(170,170,170,0.4);
}

.article .cv_cards_thumb {
	display: flex;height:120px;
	align-items: center; margin:0 10px 0 5px;
}

.article .cv_cards_thumb img {
	vertical-align: middle;
}

.article .cv_cards .cv_cards_txt {
	width:360px;color:#AAA;
}

.article .cv_cards .cv_cards_txt  b{
	font-size: 18px;color:#333;
	display: block;margin:0 0 5px;
}

.article .cv_cards .cv_cards_right {
	display: flex;height: 120px;align-items: center;
	margin:0 20px 0 10px;color:#fff;text-align: center;
}

.article .cv_cards .iconfont {
	width: 25px;height: 25px;line-height: 25px; overflow: hidden;
	background: #000;border-radius: 25px;
	font-size: 12px;vertical-align: middle;
}

.article .cv_cards_channel:hover .iconfont {
	background: #D9001B;
}


.article .trynow {
	background:#ECEFF2;
	width:950px;height:200px;margin:60px auto 40px;
	border-radius: 10px;align-content: center;
}

.article .trynow  .suggest {
	width:400px;height:130px;margin-right:100px;
}

.article .trynow  .suggest_title, .article .trynow  .suggest_reaason{
	text-align: left;color:#999;
}

.article .trynow  .suggest_title {
	font-size: 40px;font-weight: 700;
	height:80px;color:#333;
}

.article .trynow  .trynow_cv_all, .article .trynow  .trynow_cv_to {
	width:190px;
}

.article .trynow  .trynow_cv {
	height:130px;align-items: center;justify-content: center
}

.article .trynow  .inp_round {
	width:120px;height:60px;line-height: 60px;overflow: hidden;
}

.article .trynow  .trynow_cv_to {
	position: relative;
}

.article .trynow  .trynow_cv_to .inp_round {
	padding-left:0px;width:140px;font-weight: 700;
}

.article .trynow  .trynow_cv_to .iconfont {
	position: absolute; top: 1px; right:15px;
}

.article .trynow  .trynow_cv_to .inp_round:hover .iconfont {
	position: absolute; top: 1px; right:10px;
}


.article .article_more {
	margin-top:20px;
}

.article .article_more .box {
	width:495px;
}

.article .small_list .content li, .article_feed .small_list .content li{
	margin:25px 0;
}

.article .small_list .content li:hover img, .article_feed_list a:hover img, .article_feed .small_list .content li:hover img {
	
	transform: scale(1.15);
}

.article .small_list .content li a, .article_feed .small_list .content li a {
	display: flex; color:#555;
}

.article .small_list .small_list_thumb, .article_feed .small_list .small_list_thumb {
	margin-right:15px;width:100px;height:70px;overflow: hidden;
}

.article .small_list .small_list_txt div, .article_feed .small_list .small_list_txt div {
	color:#AAA; text-overflow: ellipsis;overflow: hidden;
	width:355px;height:45px;margin-top:5px;
	
	display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
}



.article_right {
	width:350px;
}


.article .batten {
	margin-bottom: 30px;
}

.article .batten_txt  {
	font-size: 20px;line-height: 25px;margin:20px 20px 0px;
}

.article .batten_txt  div{
	margin-top:10px;
}

.article .batten_inp .inp_round, .article .article_toedit_inp .inp_round, .article_feed .article_toedit_inp .inp_round {
	width:250px;margin:20px 20px;overflow: hidden;
	background: #000;color:#FFF;font-weight: bold;
	font-size: 22px;
} 

.article .paper {
	margin-top:-15px;
}

.article .paper li {
	margin:35px 0;
}

.article .paper li a{
	display: flex;justify-content: flex-start;
	color:#555;font-size: 16px;
	
}

.article .paper .spaper_list_thumb {
	width:160px;
}

.article .paper .paper_list_txt {
	width:170px;overflow: hidden;
}

.article .paper .intro {
	color:#999;padding:5px 0 10px 0;
	text-overflow: ellipsis;overflow: hidden; white-space: nowrap;
}

.article .paper .inp_round:hover {
	color:#5E95ED;background: #E1EAFA;
}

 .article_right .small_list li {
	height:95px;
}

 .article_right .small_list a {
	display: flex;justify-content: flex-start;
	color:#666;
}

.article .small_list a:hover b, .article_feed .small_list a:hover b {
	color:#06c;
}

 .article_right .small_list b {
	display: block;
	text-overflow: ellipsis;overflow: hidden; white-space: nowrap;
}

 .article_right .small_list .small_list_txt, .article_right .small_list .small_list_txt div, .article_right .small_list b{
	width:185px;
}



.article_feed .article_feed_nav a {
	color:#969696;font-size: 24px;
	font-weight: 200;
}

.article_feed .article_feed_nav {
	border-bottom:#d9d9d9 solid 1px;
	padding: 10px 20px 0;
	width: 985px;overflow: hidden;
}

.article_feed .article_feed_nav ul {
	flex-wrap:nowrap;
	width: 1100px;height:54px;overflow: hidden;
}

.article_feed .article_feed_nav li {
	margin-right:36px;
	height:50px;line-height: 50px;
/*	border-bottom: #FFF solid 4px;*/
}

.article_feed .article_feed_nav li.active {
/*	border-color:#2C71FA;*/
	background: url("../../svg/nav_active.svg") no-repeat bottom center;
	background-size: 40px;
	
}

.article_feed .article_feed_nav li.active a {
	color:#111;font-weight: 800;
}

.article_feed_list li {
	margin:30px 0;height:125px;overflow: hidden;
}

.article_feed_list li a {
	display: flex;justify-content: flex-start;
	cursor: pointer;overflow: hidden;
}

.article_feed_list li a:hover .ht{
	color:#06c;
}

.article_feed_list .article_feed_thumb {
	width:180px;line-height:120px;overflow: hidden;
	margin-right:30px;border-radius: 5px;
}

.article_feed_list .article_feed_txt {
	width:765px;
}

.article_feed_list .article_feed_txt .ht {
	font-size: 20px;color:#333;
	font-weight: 500;
}

.article_feed_list .article_feed_txt .intro {
	color:#aaa;  text-overflow: ellipsis;overflow: hidden;
	width:765px;height:45px;margin:10px 0 20px;
	
	display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
}

.article_feed_list .article_feed_txt .category {
	color:#CCC;
}

.loading span {
	font-size: 14px;
	color: #555;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url("../../loading.gif") no-repeat 0 center;
	background-size: 20px;
	margin-right: 10px;
}

.article_feed .article_right .cv_small_list ul {
	width:310px; 
}

.article_feed .article_right .cv_small_list li {
	height:230px;
}

.article_feed .article_right .cv_small_list li img {
	border-radius: 6px;border:#d9d9d9 solid 1px;
	box-shadow: 0 0 5px rgba(170,170,170,0.4);
}

.article_feed .article_right .cv_small_list li:hover img {
	box-shadow: 0 0 7px rgba(104,154,248,0.45);
	transform: scale(1.02);
}

.article .article_toedit, .article_feed.article_toedit {
	
}

.article .article_toedit .suggest_title, .article_feed .article_toedit .suggest_title {
	font-size: 26px;font-weight: 200;
	margin:30px 0 15px;
}

.article .article_toedit .suggest_reaason, .article_feed .article_toedit .suggest_reaason {
	font-size: 14px;text-align: left;color:#888;line-height: 25px;
	width:280px; margin:15px auto;
}

.article_toedit_qrcode {
	margin:50px 0;color:#333;font-size: 16px;line-height:50px;
}

.article_feed h1.title[data-size="big"] {
	padding-left:0px; color:#000;
}

.article_feed h1.title[data-size="big"] span {
	color:#06c;
}

.article_feed .cv_suggest {
	margin:40px 0 20px;
}

.article_feed .cv_suggest li {
	margin:20px 0 0;
	height:auto;
}

.article_feed .cv_suggest li {
	margin:20px 0 0;
	justify-content:center;
	width:180px;height:auto;
}

.article_feed .cv_suggest li img {
	margin:0 0 20px;
}

.article_feed .cv_suggest a:hover img {
	transform: scale(1);
}

.article_feed_list .cv_suggest li a {
	display:inherit;
	
	justify-content: flex-start;
	cursor: pointer;overflow: hidden;
}

.article_feed_list .cv_suggest .inp_round {
	display:inline-block;
	
}

.article_feed_list .cv_suggest .suggest_title {
	font-size: 20px;
	margin-top: 20px;
}

.article_feed_list .cv_suggest .suggest_title span {
	color:#06c;padding:0 8px;
}

.article_feed .search_box {
	margin-bottom:30px;
}

.article_feed .search_box .form{
	margin:20px;
}

.article_feed .search_box .form_txt {
	border:#d9d9d9 solid 1px;border-right:none;
	border-radius: 6px;border-top-right-radius: 0;border-bottom-right-radius: 0;
	width:860px;height:58px;line-height:58px;
}

.article_feed .search_box .form:hover .form_txt {
	border-color:#699AF8 ;
}

.article_feed .search_box .form_txt .iconfont {
	width:40px;font-size: 26px;color:#888;text-align: center;
}


.article_feed .search_box .form_txt input[type="text"]{
	width:800px;height:56px;border:none;padding:0;
	background:transparent ;
	font-size: 18px;
}

.article_feed .search_box .form .inp_round {
	width:80px;height:60px;line-height: 60px;
	border-top-left-radius: 0;border-bottom-left-radius: 0;
	font-size: 20px;letter-spacing: 8px; 
}

.article_feed .search_box .form_hotkey {
	margin:0 20px;height:50px;line-height:30px;
	color:#888;
}

.article_feed .search_box .form_hotkey dd {
	margin-right:15px;
}

.article_feed .search_box .form_hotkey dd a {
	color:#888;
}

.login_page {
	height:calc(100vh - 600px);min-height:608px;
	padding:0 185px;box-sizing: border-box;
}

.dialog_login {
	height:500px !important;
}

.login_part  {
	position: relative;background: #fff;
}

.login_part .close {
	width:30px;height:30px;position: absolute;top:20px;right:20px;cursor: pointer;
	border-radius: 30px;display: flex; justify-content: center; align-items: center;
	transition:all 0.3s;-webkit-transition: all 0.3s;
}

.login_part .close:hover {
	background: rgba(224, 224, 224);transform: rotate(90deg);
}

.login_page .close {
	display: none;
}

.login_part .advert {
	width:600px;height:500px;background: url("../../login_bg.jpg") no-repeat center 0;
	background-size: 600px;
}

.login_part .login_box {
	width: 430px;height:500px;
}

.login_part .login_box .suggest_title {
	font-size: 26px;margin: 60px 0 5px
}

.login_part .login_box  {
	font-size: 14px; text-align: center;
}

.login_part .login_box_qrcode, .login_part .login_box_confirm {
	width:180px;margin:40px auto 70px; 
	position: relative;
}

.login_part .login_box_qrcode_reload {
	top:0;left:0;width:180px;height:180px;
	background: rgba(99, 113, 115, 0.9);
	position: absolute;
}

.login_part .login_box_qrcode_reload .svg {
	width:50px;height:50px;border-radius: 50px;background:#FFF;
	margin:65px auto;
	display: flex; align-items: center; justify-content: center;
}

.login_part .login_box_warn {
	color:#ba0707;padding:5px 0;
}

.login_part .login_box_round {
	width:180px;height:180px;border-radius: 180px;
	background: #eff2f9;margin-bottom:50px;
	display: flex;align-items: center;
}

.login_part .login_box_round .phone {
	background: url("../../svg/shouji.svg") no-repeat 0 0;
	background-size: 80px;
	width: 80px;height:80px;margin:0 auto;
}

.login_part .login_box_round .iconfont {
	font-size: 24px;color: #20bb7d;
	line-height: 75px;
}

.login_part .login_box_regdoc {
	color:#888;
}



.cv_filter, .pay_choose {
	margin-top:110px;
}

.cv_filter .cv_filter_cond_job {
	width: 565px;
}

.cv_filter .cv_filter_cond_school {
	width: 445px;
}

.cv_filter .cv_filter_cond_extra {
	width: 330px;
}

.cv_filter .cv_filter_cond .box {
	background: #f1f1f1; cursor: pointer;
}

.cv_filter .cv_filter_cond .title {
	font-size: 20px;color:#999;
	padding-top:10px;
}

.cv_filter .cv_filter_cond .inp_group .field {
	font-size:18px;color:#AAA;
}

.cv_filter .cv_filter_cond .inp_group .txt {
	color:#AAA;
}



.cv_filter .cv_filter_cond .cond_active {
	background: #FFF;
	box-shadow: 0 1px 15px rgba(204, 204, 204, 0.62);
}

.cv_filter .cv_filter_cond .cond_active .title{
	color:#666;
}

.cv_filter .cv_filter_cond .box:hover {
	background: #FCFCFC;
}

.cv_filter .cv_filter_cond .box:hover .title {
	color:#666;
}
.cv_filter .cv_filter_cond .box:hover .field, .cv_filter .cv_filter_cond .box:hover .txt, .cv_filter .cv_filter_cond .cond_active .field, .cv_filter .cv_filter_cond .cond_active .txt {
	color:#888;
}


.cv_filter_feed {
	margin-top:30px;
}

.cv_filter_feed .cv_filter_child {
	font-size: 14px;font-weight: 200;
	height:60px;
}

.cv_filter_feed .cv_filter_child dl {
	height:30px;line-height:30px;margin:15px 0;
}

.cv_filter_feed .cv_filter_child dd {
	margin-right:5px;cursor: pointer;padding:0 10px;
}

.cv_filter_feed .cv_filter_child dt {
	font-weight: 700;margin-right:8px;
}

.cv_filter_feed .cv_filter_child .cv_sort dd.active, .cv_filter_feed .cv_filter_child .cv_style dd.active, .cv_filter_feed .cv_filter_child .cv_layout dd.active {
	color:#1878E8;font-weight: 700;
}

.cv_filter_feed .cv_filter_child .cv_style dd:hover, .cv_filter_feed .cv_filter_child .cv_layout dd:hover,
.cv_filter_feed .cv_filter_child .cv_style dd.active, .cv_filter_feed .cv_filter_child .cv_layout dd.active {
	background:#E0EAFC;border-radius: 6px;
}

.cv_filter_feed .cv_filter_child .cv_style {
	border:#d9d9d9 solid;
	border-width: 0 1px;
	padding:0 15px 0 35px;margin:15px 35px 15px 15px
}

.cv_filter_feed .cv_filter_feeds ul {
	flex-wrap: wrap;margin:25px 10px;gap:40px 28px;
}

.cv_filter_feed .cv_filter_feeds li {
	border-radius: 6px;box-shadow: 0 1px 8px rgba(170, 170, 170,0.35);
	width:245px;height:347px;overflow: hidden;
	position: relative;
}


.cv_filter_feed .cv_filter_feeds li .mask{
	opacity:0;
	position: absolute; top:0; left:0;
	width:245px;height:347px;
	background: rgba(6, 108, 204, 0.6);
	-webkit-backdrop-filter: saturate(100%) blur(5px);
	backdrop-filter: saturate(100%) blur(5px);
}

.cv_filter_feed .cv_filter_feeds li:hover .mask{
	opacity:1;
}

.cv_filter_feed .cv_filter_feeds li .mask a {
	display: block;width:150px;height:50px;line-height:50px;
	margin:0 auto;border:#ddd solid 1px;border-radius: 6px;
	text-align: center;color:#fff;font-weight: 700;font-size: 15px;
	box-sizing: border-box;background: rgba(6, 108, 204, 0.2) 13px center no-repeat;
	padding-left:20px;
		background-size: 17px;
}

.cv_filter_feed .cv_filter_feeds li .mask a.view {
	margin:100px auto 15px;
	background-image: url("../../svg/cv_view.svg")
}

.cv_filter_feed .cv_filter_feeds li .mask a.apply {
	background-image: url("../../svg/cv_apply.svg")
}

.cv_filter_feed .cv_filter_feeds li .mask a.apply {
	background-color: #FFF;color:#06c;
	border-color:#fff;
}

.cv_filter_feed .cv_filter_feeds li .mask a.fav {
	width:25px;height:25px; text-indent: -999px;
	position: absolute;right:20px; bottom:20px;
	background: url("../../svg/cv_fav_0.svg") no-repeat;
	background-size: 25px;
	border:none;
}

.cv_filter_feed .cv_filter_feeds li .mask a.faved {
	background-image: url("../../svg/cv_fav_1.svg")
}

.pay_choose {
	margin:150px auto 50px
}

.pay_choose .pay_cards {
	margin:60px 0 30px;
	position: relative;
}

.pay_choose .pay_card {
	width: 320px;height:950px;
	border-radius: 10px;box-shadow: 0 0 10px #ddd;
}

.pay_choose .recommend {
	box-shadow: 0 0 20px #DADADA;
	position: relative;overflow: hidden;
	background: transparent;
}

.pay_choose .mark_icon {
	position: absolute; left: 995px; top: 25px;
	background: #F44444;
	width:65px;height:40px;line-height: 40px;
	border-radius: 6px;
	color:#fff;font-size: 16px; font-weight: 700;
	text-align: center;
	
}

.pay_choose .mark_icon::after {
	content: '';
	position: absolute;
	top: 40px;left: 10px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #F44444; /* 与对话框颜色一致 */
}


.pay_choose .recommend::after {
	position: absolute;top:0;z-index: -1; 
	background: #fff;
	border-radius: 10px;
	width:320px;;height:950px;;
}

.pay_choose .recommend:hover::after {
	top:2px;width:316px;;height:946px;;
}




.pay_choose .pay_card .suggest {
	margin:50px 0 40px;
}

.pay_choose .pay_card .suggest .suggest_reaason {
	font-size: 20px;margin-top:10px;color:#888;
}

.pay_choose .pay_card .price {
	font-size: 60px;font-weight: 900;text-align: center;
}

.pay_choose .pay_card ul {
	margin:30px 25px 40px;
}

.pay_choose .pay_card li {
	display: flex;justify-content: space-between;
	font-size: 18px;color:#333;
	height:55px;line-height:55px;
}

.pay_choose .pay_card li i {
	color:#D9001B;font-size: 16px;
}

.pay_choose .pay_card .inp_round {
	margin:0 25px;;width:270px;box-sizing: border-box;
}

.pay_choose  .suggest[data-size="supbig"] .suggest_reaason {
	margin-top:20px;
}



.my_page {
	margin-top:110px;
	overflow: hidden;
}

.my_page::before {
	content: "";position: absolute;z-index: -1;
	width: 1400px;height:165px;
	border-radius: 6px;
	background: linear-gradient(60deg, #efeffb, #e4e4f8);
}

.my_page .my_page_navs {
	width:300px;
	margin:90px 0 0 40px;
}

.my_page .my_page_navs .box {
	border-radius: 10px;
}

.my_page .my_page_navs .user_info_face {
	border:#fff solid 10px;
	margin:-60px auto 0;
	width:140px;height:140px;
	border-radius: 140px;
}

.my_page .my_page_navs .user_info_face img {
	border-radius: 140px;
}

.my_page .my_page_navs .user_info {
	color:#AAA;font-size: 14px;
}

.my_page .my_page_navs .user_info_name {
	color:#333;font-size: 30px;font-weight: 800;padding:10px 0 5px;
}

.my_page .my_page_navs .user_vip {
	margin:35px 15px 50px;
}

.my_page .my_page_navs .user_vip_title {
	font-size: 16px;color:#333;font-weight: 700;
	height:35px;line-height:35px;
}

.my_page .my_page_navs .user_vip_card {
	background: #FFF3D7;width:270px;height:148px;
	border-radius: 10px;box-shadow: 0 1px 10px #ddd;
}

.my_page .my_page_navs .user_vip_card_title {
	height:55px;line-height: 55px; padding:0 15px;
	color:#6C5734;margin-bottom: 10px;
	background: linear-gradient(90deg, #FFEBBE, #FFF0CE);
}

.my_page .my_page_navs .user_vip_card_type {
	font-weight: 800;font-size: 18px;
}

.my_page .my_page_navs .user_vip_card_priv li {
	width:135px;height:35px;line-height:35px;
	padding-left: 20px;box-sizing:border-box;
}

.my_page .user_navs {
	margin-top:30px;
}

.my_page .user_navs .content {
	margin:20px 0;
}

.my_page .user_navs  li {
	height:50px;line-height:50px;font-size: 18px;
	padding-left:30px;
	border-left: #fff solid 5px;
}

.my_page .user_navs  li a {
	color:#888;
}

.my_page .user_navs  li:hover, .my_page .user_navs  li.active {
	border-left-color: #4297FD;
	background: #F6F6F6;
}

.my_page .user_navs  li:hover a, .my_page .user_navs  li.active a {
	color:#333;font-weight: 700;
}

.my_page_main {
	width: 1020px;margin-top:200px;
}

.my_page_main .user_cvs li {
	display:flex;justify-content:space-between;
	margin: 0 0 30px;padding-bottom:30px;
	border-bottom: #d9d9d9 solid 1px;
}

.my_page_main .user_cvs .user_cvs_info {
	width:810px;color:#888;
	
}

.my_page_main .user_cvs .user_cvs_title {
	font-size: 18px;color:#333; font-weight: 700;
	margin:5px 0 20px;
}

.my_page_main .user_cvs .user_cvs_data {;
	margin:20px 0 20px;
}

.my_page_main .user_cvs .user_cvs_inps {
	margin-top:40px;
}

.my_page_main .user_cvs .user_cvs_inps .down {
	margin:0 400px 0 20px;
}

.my_page_main .user_cvs .user_cvs_inps .del span {
	margin-right:10px;
}


.my_page_main .user_cvs img, .my_page_main .user_morecv li img {
	border-radius: 5px;border:#d9d9d9 solid 1px;
	box-shadow: 0 1px 8px #eee;
}


.my_page_main .user_morecv {
	margin-top:30px;
}

.my_page_main .user_morecv ul {
	display: flex; justify-content: space-between;
}


.my_page_main .user_morecv .inp_round {
	margin:50px 300px 20px;
}

.my_page_main .user_orders dt {
	border-top: #AAAAAA solid 1px;
	height:50px;line-height:50px;
	font-weight: 700;
}

.my_page_main .user_orders dd {
	border-top: #DDD solid 1px;
	height:50px;line-height:50px;
}
.my_page_main .user_orders dt ul, .my_page_main .user_orders dd ul {
	display: flex;justify-content: flex-start;
}

.my_page_main .user_orders dl .order_id {
	width:260px;
}

.my_page_main .user_orders dl .order_level {
	width:150px;
}

.my_page_main .user_orders dl .order_price {
	width:110px;
}

.my_page_main .user_orders dl .order_paytype {
	width:120px;
}

.my_page_main .user_orders dl .order_paytime {
	width:230px;
}

.my_page_main .user_orders dl .order_state {
	width:80px;
}

.my_page_main .user_set dl {
	display: flex;justify-content: flex-start;
	flex-wrap: wrap;font-size: 16px;color:#888;
}

.my_page_main .user_set dt {
	font-weight: 700;padding:30px 0;
	width:70px;height:40px;line-height: 40px
}

.my_page_main .user_set dd {
	padding:30px 0;height:40px;line-height: 40px;
	width:420px;
}

.my_page_main .user_set .inp_text {
	width:380px;height:40px;line-height: 40px;
}

.my_page_main .user_set .user_set_save {
	margin:50px 300px 20px;
}

.index {
	position: relative;top:110px;
}

.index  .suggest[data-size="supbig"] .suggest_reaason {
	margin-top:10px;font-size: 22px;font-weight: 400;
}

.index .scatter {
	position: relative;height:280px;overflow: hidden;
/*	animation: animate_index_diffuse 0.5s linear forwards;*/
	animation: animate_index_diffuse 1.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.index .scatter .scatter_1, .index .scatter .scatter_2, .index .scatter .scatter_3, .index .scatter .scatter_4, .index .scatter .scatter_5, .index .scatter .scatter_6, .index .scatter .scatter_7 {
	position: absolute;overflow: hidden;
	box-shadow: 0 1px 10px rgba(170, 170, 170, 0.2);
}

.index .scatter .scatter_1 {
	width:90px;height:128px;top:70px;left:200px;
	background: url("../../temp/01.png");background-size: 90px;
	animation: animate_index_diffuse_1 5s linear infinite;
}

.index .scatter .scatter_2 {
	width:84px;height:103px;top:150px;left:380px;
	background: url("../../temp/02.png");background-size: 84px;
	opacity: 0.3;
	animation: animate_index_diffuse_2 6s linear infinite;
}


.index .scatter .scatter_3 {
	width:71px;height:102px;top:75px;left:580px;
	background: url("../../temp/04.png");background-size: 71px;
	opacity: 0.6;
	animation: animate_index_diffuse_2 4s linear infinite;
	
}

.index .scatter .scatter_4 {
	width:71px;height:102px;top:90px;left:690px;
	background: url("../../temp/05.png");background-size: 71px;
	opacity: 0.5;
	animation: animate_index_diffuse_3 4s linear infinite;
}

.index .scatter .scatter_5 {
	width:101px;height:144px;top:50px;left:620px;
	background: url("../../temp/03.png");background-size: 101px;
	animation: animate_index_diffuse_4 4s linear infinite;
	
}

.index .scatter .scatter_6 {
	width:102px;height:145px;top:105px;left:920px;
	background: url("../../temp/05.png");background-size: 102px;
	opacity: 0.7;
	animation: animate_index_diffuse_5 6s linear infinite;
	
}

.index .scatter .scatter_7 {
	width:77px;height:100px;top:20px;left:1100px;
	background: url("../../temp/02.png");background-size: 77px;
	transform: rotate(8deg);opacity: 0.4;
	
}

.index .scatter .scatter_8 {
	width:33px;height:33px;overflow: hidden;
	position: absolute;top:50px;left:500px;
	background: url("../../svg/pdf.svg") no-repeat 0 0;
	background-size: 33px;
	transform: rotate(15deg);opacity: 0.5;
}

.index .scatter .scatter_9 {
	width:28px;height:28px;overflow: hidden;
	position: absolute;top:80px;left:860px;
	background: url("../../svg/word.svg") no-repeat 0 0;
	background-size: 28px;
	transform: rotate(350deg);opacity: 0.8;
}

.index .scatter .scatter_10 {
	position: absolute;left:500px;top:150px;
	width: 0;height: 0;overflow: hidden;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #abdbf7;
	transform: rotate(160deg);opacity: 0.8;
}

.index .scatter .scatter_11 {
	
	position: absolute;left:360px;top:85px;
	width:40px;height:40px;overflow: hidden;
	background: url("../../svg/sheji.svg") no-repeat 0 0;
	background-size: 40px;
}

.index .scatter .scatter_12 {
	
	position: absolute;left:1080px;top:230px;
	width:27px;height:27px;overflow: hidden;
	background: url("../../svg/sheji_2.svg") no-repeat 0 0;
	background-size: 27px;transform: rotate(10deg);
	opacity: 0.6;
}


.index_core .tabs .tab_box {
	width:562px;height:150px;overflow: hidden;
	border-radius: 10px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	cursor: pointer;
}

.index_core .tabs .active {
	box-shadow: 0 0 12px #D8D8D8;
}

.index_core .tabs .active, .index_core .tabs .tab_box:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.index_core .tabs .tab_sctor {
	margin:30px 0;
}

.index_core .tabs .tab_box .tab_icon {
	width:28px;height:28px;overflow: hidden;
	background:no-repeat 0 0;
	background-size: 30px;
	margin:30px 0 10px 22px;
}

.index_core .tabs .tab_box .tab_title {
	font-size: 20px;font-weight: 800;color:#333;
	margin:0 0 5px 20px;
}

.index_core .tabs .tab_box .tab_intro {
	font-size: 16px;color:#888;
	margin:0 0 5px 20px;
}

.index_core .tabs .tab_ai .tab_icon {
	background-image: url("../../svg/tabs_ai.svg")
}

.index_core .tabs .tab_sctor .tab_icon {
	background-image: url("../../svg/tabs_sctor.svg");
	background-size: 33px;
	width:33px;height:33px;margin-left: 15px;margin-bottom: 8px;
}

.index_core .tabs .tab_school .tab_icon {
	background-image: url("../../svg/tabs_school.svg");
	margin-left: 20px;
}

.tabs_outs {
	width:810px;height:510px;
	border-radius: 10px;
	background: linear-gradient(60deg, #FFF0D6, #FEB9D2);
	box-shadow: 0 0 40px #FCF5E4;
	display: flex;align-items: center;justify-content:center;;
}

.tabs_outs .tabs_outs_box {
	width:780px;height:480px;
	border-radius: 10px;
	background: #FFF;
}

.tabs_out_ai {
	position: relative;height:480px;overflow: hidden;
}

.tabs_out_ai .ai_talk_take {
	margin:40px 30px 0 30px;
}

.tabs_out_ai .ai_talk_take a{
	display: inline-block;
	border:#d9d9d9 solid 1px;
	border-radius: 33px;
	height:33px;line-height:33px;
	margin:0 10px 20px 0;padding:0 0 0 15px;
	color:#AAA; text-align: center;
	
}

.tabs_out_ai .ai_talk_take a::after {
	content: "";float: right;
	width:25px;height:33px;
	background:url("../../svg/menu_child.svg") no-repeat 2px center;
	background-size: 15px;
}

.tabs_out_ai .ai_talk_take a:hover {
	background: #e2eafb;border-color: #e2eafb;
	color:#71aff9;
}

.tabs_out_ai .ai_talk_take a:hover div {
	margin-left: 3px;
	padding-left: 3px;padding-right: 5px;
}

.tabs_out_ai .ai_talk_take a:hover::after {
	background-position: 6px center;
}

.tabs_out_ai .ai_talk {
	position: relative;margin:60px 30px 0px;
}

.tabs_out_ai .ai_talk .ai_talk_sub {
	position: absolute;right:8px; top:8px;
	width:45px;height:45px;border-radius: 6px;
	background: url("../../svg/spark.svg") 6px center no-repeat #f4f4f5;
	background-size: 35px;
	cursor: pointer;
}

.tabs_out_ai .ai_talk .ai_talk_sub:hover {
	background-color: #e8e8e8;
}

.tabs_out_ai .ai_talk .ai_talk_inp{
	width:720px;height:60px;padding:0 65px 0 12px;
	border-radius: 8px;border:#d9d9d9 solid 1px;
	box-shadow: 1px 1px 10px rgba(170, 170, 170, 0.35);
	box-sizing: border-box;
	font-size: 18px;color:#666;
}

.tabs_out_ai .ai_talk .ai_talk_inp:focus {
	border-color:#71aff9;box-shadow: 1px 1px 10px rgba(113, 175, 249, 0.8);
}

.tabs_out_ai .ai_talk .ai_talk_inp::placeholder {
	color:#AAA;
}

.tabs_out_ai .ai_talk .ai_talk_inp:focus::placeholder {
	color:#CCC;
}

.tabs_out_ai  .ai_talk_help {
	position: absolute;bottom:20px;left:30px;
	color:#AAA;
}

.tabs_sctor_filter {
	margin:20px 10px 20px 25px;
}

.tabs_sctor_filter .inp_group {
	margin:0 6px 20px 0;width:270px;
}

.tabs_sctor_filter .inp_group .field {
	color:#888;
}

.tabs_sctor_filter .cv_list {
	width:680px; height:385px;
	align-items: center;
	display: flex; justify-content:space-between; flex-wrap: wrap;
}

.tabs_sctor_filter .cv_list img {
	border-radius: 6px;box-shadow: 0 1px 5px #ddd;
}

.tabs_sctor_filter .cv_list img:hover {
	box-shadow: 0 1px 10px #ddd;
}

.tabs_sctor_filter .tabs_sctor_goto {
	width:32px;height:32px;overflow: hidden;
	background: url("../../svg/xiangyou_2.svg") #111 2px center no-repeat;
	background-size: 28px; border-radius: 32px;
	text-indent: -999px;margin:180px 0 0 20px;
}

.tabs_sctor_filter:hover .tabs_sctor_goto {
	animation: cv_more_2 3s ease-in-out infinite;
	transform: scale(1.3);
}

.index_case {
	margin-top:150px;
}

.index_case .suggest .suggest_icon{
	width:65px;height:65px;margin:0 auto;
	background: url("../../svg/meihua.svg") no-repeat;
	background-size: 65px;margin-bottom: 20px;
}

.index_case_box {
	margin-top:70px;
}

.index_case_box .box {
	width:450px;
	box-shadow: 0 1px 10px #DDD;
}

.index_case_box .index_case_user {
	margin:20px 0 15px 20px;align-items: center;
	color:#BBBFCC;font-size: 16px;position: relative
}

.index_case_box .index_case_user .face {
	width:69px;height:90px;overflow: hidden;
	background: url(../../case_face.png) no-repeat 0 0 transparent;
/*	;*/
	position: absolute;top:-55px;left:0;
	background-size: 264px;
}

.index_case_box .index_case_user .face[data-case="c2"] {
	width:72px;
	background-position: -93px 0;
}

.index_case_box .index_case_user .face[data-case="c3"] {
	background-position: -195px 0;
}

.index_case_box .index_case_user span {
	padding:0 10px 0 85px;
}

.index_case_box .index_case_old, .index_case_box .index_case_new {
	border-radius: 10px;box-sizing: border-box;
	background: #F7F8FB;
	width:360px;height:70px;padding:13px 10px;margin:0 60px 0 20px;
	font-size: 15px;color:#AAA;line-height: 24px;
}

.index_case_box .index_case_new {
	background: #92B1F5;color:#fff;
	width:350px;height:98px;margin:20px 0 30px;
	box-shadow: 0 0 10px rgba(145, 177, 249, 0.7);
}

.index_case_box .box:hover {
	box-shadow: 0 1px 20px #C8C8C8;
}

.index_case_box .box:hover .face {
	transform: translateY(-3px);
}

.index_case_box .box:hover .index_case_new {
	transform: scale(1.03);
}

.index_case_box .index_case_vary {
	width:36px;height:36px;margin:10px 5px 0 40px;
	background: url("../../svg/cv_vary.svg") no-repeat center;
	background-size: 36px;
}

.index_change {
	margin-top:150px; height:300px;
}

.index_change .inp_round {
	margin:30px 0 0 0;width:250px;height:70px;line-height:70px;
	border-radius: 10px;cursor: pointer;
	font-size: 22px;font-weight: 700;
}

.index_change .inp_round:hover {
	box-shadow: 0 1px 30px rgb(13, 22, 65, 0.4);
}

.index_first .suggest_title {
	_background: linear-gradient(120deg, #9a948f 0, hsla(5, 45%, 60%, .95) 5%, hsla(0, 0%, 0%, .95) 10%, hsla(0, 0%, 0%, .95) 90%, hsla(5, 45%, 60%, .95) 95%, #9a948f);
	
	background: linear-gradient(100deg, rgba(157, 160, 127, 0.1) 0, rgba(60, 63, 40, 0.3) 2%, rgba(17, 17, 17, 0.8) 5%, rgba(17, 17, 17, 0.8) 95%, rgba(60, 63, 40, 0.3) 98%, rgba(157, 160, 127, 0.1));
	background-clip: text;background-size: 200% 100%;
	-webkit-background-clip: text;-webkit-text-fill-color: transparent;
	animation: streamlined 5s linear infinite;
}

.cv_view {
	margin-top:110px;
}

.cv_view .cv_view_left {
	width:1025px;margin-right:25px;
}

.cv_view .cv_view_right {
	width:350px
}

.cv_view .suggest_title, .cv_view .suggest_reaason {
	text-align: left;margin-top:15px;line-height:33px;
}

.cv_view .suggest_reaason {
	font-size: 18px;width:710px;
}

.cv_view .cv_view_header {
	height:175px;padding:15px 0 30px 40px;
	box-sizing: border-box;position: relative;
	border-radius: 10px;box-shadow: 0 0 5px #CCC;
	background: linear-gradient(45deg, #FAFBFE, #EBEFF6);
}
.cv_view .cv_view_header::after {
	content: "";
	background: url("../../svg/cv_file.svg") no-repeat;
	background-size: 130px;
	width:130px;height:130px;
	position: absolute;top:25px;right:45px;
	transform: rotate(15deg); opacity: 0.8;
}

.cv_view .cv_view_color_title {
	width:80px;font-size: 16px;color:#888;
}

.cv_view .cv_view_color_block, .editor_core_left_tbox_set .editor_core_colors {
	width:195px;height: 70px;margin-right:20px;
	align-items:flex-start;
}

.cv_view .cv_view_color_block li, .editor_core_left_tbox_set .editor_core_colors dd {
	display: block;width:28px;height:28px;
	border-radius: 28px;cursor: pointer;
	background: #326fb8;
}

.cv_view .cv_view_color_block li.active, .editor_core_left_tbox_set .editor_core_colors dd.active {
	background-image: url("../../svg/dui_white.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.cv_view .cv_view_color_block .color_block_1, .editor_core_left_tbox_set .editor_core_colors .color_block_1 {background: #326eb7;}
.cv_view .cv_view_color_block .color_block_2, .editor_core_left_tbox_set .editor_core_colors .color_block_2 {background: #2c4562;}
.cv_view .cv_view_color_block .color_block_3, .editor_core_left_tbox_set .editor_core_colors .color_block_3 {background: #689af0;}
.cv_view .cv_view_color_block .color_block_4, .editor_core_left_tbox_set .editor_core_colors .color_block_4 {background: #ed7975;}
.cv_view .cv_view_color_block .color_block_5, .editor_core_left_tbox_set .editor_core_colors .color_block_5 {background: #5fb45f;}
.cv_view .cv_view_color_block .color_block_6, .editor_core_left_tbox_set .editor_core_colors .color_block_6 {background: #de772d;}
.cv_view .cv_view_color_block .color_block_7, .editor_core_left_tbox_set .editor_core_colors .color_block_7 {background: #c83122;}
.cv_view .cv_view_color_block .color_block_8, .editor_core_left_tbox_set .editor_core_colors .color_block_8 {background: #664d2a;}
.cv_view .cv_view_color_block .color_block_9, .editor_core_left_tbox_set .editor_core_colors .color_block_9 {background: #3e89af;}
.cv_view .cv_view_color_block .color_block_10, .editor_core_left_tbox_set .editor_core_colors .color_block_10 {background: #5f74ce;}
.cv_view .cv_view_color_block .color_block_11, .editor_core_left_tbox_set .editor_core_colors .color_block_11 {background: #945ac4;}
.cv_view .cv_view_color_block .color_block_12, .editor_core_left_tbox_set .editor_core_colors .color_block_12 {background: #d0bb51;}

.cv_view .cv_view_color .inp_round {
	font-weight: 700;margin:40px auto 30px;width:200px;
}

.cv_view .cv_view_advert {
	border-top: #d9d9d9 solid 1px;
	font-size: 14px;padding:25px 10px 0 20px;
}

.cv_view .cv_view_advert li::marker {
	color:#4297FD;
}

.cv_view .cv_view_advert li {
	list-style:disc;color:#888;line-height: 35px;
}

.cv_view .box .title {
	height:60px;
}

.cv_view .cv_view_list {
	margin-top: 30px;
}

.cv_view .cv_view_lists li::before {
	content: "\e671";
	font-family: "iconfont" !important;
    font-size: 16px;color:#888;
    font-style: normal;margin-right:8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cv_view .cv_view_lists li {
	height:35px;line-height:35px;
	text-overflow: ellipsis;overflow: hidden;
	white-space: nowrap;
}


.cv_view .cv_view_lists li a {
	color:#888;
}


.cv_view .cv_view_lists li a:hover{
	color:#06c;
}

.cv_view .resume_page {
	box-shadow: 0 0 15px #ddd;
	border-radius: 8px;margin-top:25px;overflow: hidden;
}

.dialog_bg {
	display: none;
	width: 100vw;height:100vh;
	position: fixed;top:0;left:0;z-index:2000;
	background: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: saturate(100%) blur(15px);
	backdrop-filter: saturate(100%) blur(15px);
}

.dialog_window, .dialog_login {
	
	width:800px;height:600px;overflow: hidden;
	position: fixed;top:50%;left:50%;z-index:2100;
	transform: translate(-50%, -50%);
	background: #fff;border-radius: 10px;
	display: flex;flex-direction: column;
	
	display: none;
}

.dialog_window .dialog_window_title {
	height:60px;align-content: center;
	padding:0 25px;color: #2c3e50;
	font-weight: 600;font-size: 1.4rem;
}

.dialog_window .dialog_window_title i {
	width:30px;height:30px;border-radius: 30px;cursor: pointer;
	display:flex;align-items: center;justify-content: center;
}

.dialog_window .dialog_window_title i:hover {
	background: #e0e0e0;
}

.dialog_window .dialog_window_content {
	flex: 1;display: flex;padding:20px 25px;
	box-sizing: border-box;flex-wrap: wrap;align-items: flex-start;
	border:#f0f2f5 solid;border-width: 1px 0;
	overflow: auto;
}

.dialog_window .dialog_window_content .inp_group {
	display: flex;flex-wrap: wrap;justify-content: space-between;height: auto;
}

.dialog_window .dialog_window_content .inp_group .field, .dialog_window .dialog_window_content .dialog_tags_title,.dialog_window_content .dialog_rates_title {
	width:100%;font-weight: 200;color:#7F7F7F;font-size: 1.2rem;
}

.dialog_window .dialog_window_content .inp_group .inp_text {
	width:calc(100% - 80px);
}

.dialog_window .dialog_window_content .dialog_tags, .dialog_window .dialog_window_content .dialog_rates {
	margin:30px 0 0;width:100%;
}

.dialog_window .dialog_window_content .dialog_tags_box {
	border:#d9d9d9 solid 1px;border-radius: 6px;padding:10px;
	height:170px;overflow-y: auto;
}

.dialog_window .dialog_window_content .dialog_tags[data-status="saved"] .dialog_tags_box {
	height:100px;
}

.dialog_window .dialog_window_content .dialog_tags[data-status="saved"] .dialog_tags_box a::after {
	content: "\e629";
	font-family: "iconfont" !important;font-size: 10px;font-style: normal;
    -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
	width:15px;height:15px;border-radius: 15px;box-sizing: border-box;overflow: hidden;
	background: #cc3002;color:#FFF;
	position: absolute;top:-5px;right:-5px;
}

.dialog_window .dialog_window_content .dialog_tags_box a {
	height:28px;align-content: center;text-align: center;
	border-radius: 28px;padding:0 12px;background:#f2f1ff;
	display:inline-block;margin:0 12px 10px 0;color:#7F7F7F;
	position: relative;
}

.dialog_window .dialog_window_content .dialog_tags_box a.active,
.dialog_window .dialog_window_content .dialog_tags_box a.active:hover,
.dialog_window .dialog_window_content .dialog_tags[data-status="saved"] a,
.dialog_window .dialog_window_content .dialog_tags[data-status="saved"] a:hover {
	background: #06c;color:#fff;
}

.dialog_window .dialog_window_content .dialog_tags_box a:hover {
	background: #dee9fc;color:#5240ff;
}

.dialog_window .dialog_window_bottom {
	height:70px;padding:0 30px;
	display: flex;align-items: center;justify-content:flex-end;
}

.dialog_window .dialog_window_buttons {
	width:240px;display: flex;justify-content:space-between;
}

.dialog_window .dialog_window_buttons .dialog_window_button {
	background: #f0f2f5;cursor:pointer;
	padding: 12px 25px;border-radius: 6px;
	font-size: 1.2rem;font-weight: 600;color: #4a5568;
}

.dialog_window .dialog_window_buttons .dialog_window_button_save {
	background: #4361ee;color: white;
    box-shadow: 0 4px 6px rgba(67, 97, 238, 0.3);
}

.dialog_window .dialog_window_buttons .dialog_window_button_save:hover {
	background: #3a56e4;
    box-shadow: 0 6px 8px rgba(67, 97, 238, 0.4);
	transform: translateY(-2px);
}

.dialog_window .dialog_rate_item {
	height:50px;width:100%;margin:20px 0;
}

.dialog_window .dialog_rate_item .item_adjust {
	align-items: center; align-content: center;
}

.dialog_window .dialog_rate_item .item_adjust_line {
	height:8px;width:70%;background: #f5f5f5;
	border-radius: 8px;position: relative;
}

.dialog_window .dialog_rate_item .item_adjust_depth {
	width:0%;height:8px;border-radius: 8px;
	border-top-right-radius: 0;border-bottom-right-radius: 0;
	background: #06c;transition:none;
    -webkit-transition:none;
}
.dialog_window .dialog_rate_item .item_adjust_depth[data-degree="60"] {width: 25%;}
.dialog_window .dialog_rate_item .item_adjust_depth[data-degree="65"] {width: 50%;}
.dialog_window .dialog_rate_item .item_adjust_depth[data-degree="80"] {width: 75%;}
.dialog_window .dialog_rate_item .item_adjust_depth[data-degree="95"] {width: 100%;}

.dialog_window .dialog_rate_item .item_oper_result[data-degree="60"]::before {content:"一般";}
.dialog_window .dialog_rate_item .item_oper_result[data-degree="65"]::before {content:"良好";}
.dialog_window .dialog_rate_item .item_oper_result[data-degree="80"]::before {content:"熟练";}
.dialog_window .dialog_rate_item .item_oper_result[data-degree="95"]::before {content:"精通";}

.dialog_window .dialog_rate_item .item_adjust_button {
	width:22px;height:22px;border-radius: 22px;margin-top:-7px;
/*	position: absolute;left:100px;top:-7px;*/
	background: #bad1f0;box-shadow: 0 1px 5px rgba(135, 178, 236, 0.6);cursor:ew-resize;
}

.dialog_window .dialog_rate_item .item_adjust_button:hover {
	background: #06c;box-shadow: 0 1px 5px rgba(135, 178, 236, 1);
}

.dialog_window .dialog_rate_item .item_oper {
	width: 30%;gap:10px;align-content: center;
}

.dialog_window .dialog_rate_item:nth-child(3) .up {visibility: hidden;}
.dialog_window .dialog_rate_item:last-child .down {visibility: hidden;}

.dialog_window .dialog_rate_item .item_oper .item_oper_button {
	width:25px;height:25px;border-radius: 25px;
	background: url(../../svg/editor_experience_oper.svg) no-repeat 1.5px 1.5px rgba(149, 179, 215, 0.1);
    background-size: 22px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);border:rgba(217, 217, 217, 0.6) solid 1px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.dialog_window .dialog_rate_item .item_oper .item_oper_result {
	width:90px;line-height: 25px;
}

.dialog_window .dialog_rate_item .item_oper .down {
	background-position: 1.5px -21px;
}

.dialog_window .dialog_rate_item .item_oper .del {
	background-size: 24px;
	margin-left: 10px;background-position: 1.5px -47px;
}


.dialog_window .dialog_window_buttons .dialog_window_button_cancel {background: #f8f9fa;color:#939aa5;}
.dialog_window .dialog_window_buttons .dialog_window_button_cancel:hover {background: #f0f2f5;color:#4a5568;}
