:root {
	--primary-color: #006eff;
    --border-color: #f1f1f1;
	--ceo-ahbg: #0e131a;
	--ceo-ahmk: #191f28;
}
blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
    padding: 30px 40px;
    color: #666;
    background-color: #f8f8f8;
    line-height: 1.5em;
    position: relative;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .5px;
}
blockquote:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(../picture/ceo-sy.png) no-repeat;
    content: '';
}
blockquote:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(../picture/ceo-sy.png) -16px 0 no-repeat;
    content: '';
}
blockquote p {
	margin: 12px 0;
    color: #666;
    font-size: 15px;
}
blockquote cite {
	font-style: normal;
    color: #aaa;
}
.ceo-padding-app{
    padding: 30px;
}
.ceo-qqqun-bg{
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}
.ceo-qqqun .ceo-qqqun-lb {
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.ceo-qqqun .ceo-qqqun-lb .joinqq {
    display: inline-block;
    width: 100%;
    height: 4pc;
}
.ceo-qqqun .ceo-qqqun-lb .joinqq .img {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    vertical-align: -18px;
}
.ceo-qqqun .ceo-qqqun-lb .joinqq .img img {
    width: 50px;
    height: 50px;
    border-radius: 45px;
}
.ceo-qqqun .ceo-qqqun-lb .joinqq .qqone {
    display: inline-block;
}
.ceo-qqqun .ceo-qqqun-lb .joinqq .qqone .lianmeng .qq {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 31px;
    vertical-align: -11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1pc;
    line-height: 31px;
}
.ceo-qqqun .ceo-qqqun-lb .joinqq .qqone .number {
    color: #9d9d9d;
    font-size: 9pt;
}
.ceo-qqqun .ceo-qqqun-lb .joinqq .qqone em {
    display: inline-block;
    margin-left: 11px;
    height: 12pt;
    border: 1px solid #6287e3;
    color: #6287e3;
    font-size: 9pt;
    line-height: 9pt;
    font-style: normal;
    padding: 1px 8px;
    border-radius: 2px;
}
.ceo-qqqun .ceo-qqqun-lb a {
    display: inline-block;
    margin-top: 13px;
    border-radius: 3px;
    padding: 5px 45px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    outline: 0;
    -webkit-transition: all .1s ease-out 0s;
    -o-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
}
.ceo-qqqun-row h1 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
    margin-top: 20px;
	font-size: 1.8rem !important;
}
.ceo-qqqun-row h1:after {
	content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: var(--primary-color);
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}
.ceo-qqqun-row h2 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
    margin-top: 20px;
	font-size: 18px !important;
}
.ceo-qqqun-row h2:after {
	content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;

    background: var(--primary-color);
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}
.ceo-qqqun-row h3 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
    margin-top: 20px;
	font-size: 18px !important;
}
.ceo-qqqun-row h3:after {
	content: '';
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    box-shadow: 3px 0px 10px -1px var(--primary-color);
}
.ceo-background-muted {
    background-color: #f0f2f5;
}
.ceo_vipbgsb {
    width: 100%;
    height: 495px;
    background: #ffc003;
    position: relative;
}
a, .ceo-link {
    color: #505050;
}
.b-r-2 {
	border-radius: 2px!important
}
.b-r-4 {
	border-radius: 4px!important
}
.b-r-6{
	border-radius: 6px!important
}
.b-r-12{
	border-radius: 12px!important
}
.b-t {
	border-top: 1px solid var(--border-color);
}
.b-b {
	border-bottom: 1px solid var(--border-color);
}
.b-a {
	border: 1px solid var(--border-color);
}
.ceo-dongtai{
	transition: all .3s
}
.ceo-dongtai:hover {
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.ceo-dt{
	transition: all .3s
}
.ceo-dt:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.ceo-margin-bottom-10{
    margin-bottom: 10px !important;
}
.ceo-margin-bottom-20{
    margin-bottom: 20px!important;
}
.ceo-margin-bottom-30{
    margin-bottom: 30px !important;
}
.ceo-margin-bottom-40{
    margin-bottom: 40px !important;
}
.ceo-margin-top-10{
    margin-top: 10px !important;
}
.ceo-margin-top-20{
    margin-top: 20px !important;
}
.ceo-margin-top-30{
    margin-top: 30px !important;
}
.ceo-padding-left-30{
    padding-left: 30px;
}
.ceo-text-align{
    text-align: center!important;
}
.ceo-margin-right-6{
    margin-right:6px;
}

.ceo-right-3{
    margin-right: 3px;
}
.ceo-padding-20{
    padding: 20px;
}
.ceo-padding-30{
    padding: 0 30px;
}

.ceo-padding-30px{
    padding: 30px;
}
.ceo-padding-bottom-10{
    padding-bottom: 10px;
}
.ceo-padding-top-4{
    padding-top: 4px;
}
.ceo-padding-left-0 ul{
    padding-left: 0;
}
.ceo-margin-0 ul{
    margin: 0;
}
.ceo-font-mini{
    font-size: 12px;
    line-height: 1.5;
}
.change-color {
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff!important
}
.btn {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}

.btn:hover {
	transform: translateY(-3px);
}

.avatar {}

.avatar img {
	border-radius: 50%;
}

.ceo-page-bg{
    -webkit-filter: unset;
    filter: unset;
}
.ceo-page-bg {
	height: 220px;
}
.ceo-page-bg h3 {
	color: #fff;
	font-size: 28px;
	letter-spacing: 1px;
}
.ceo-page-bg .ceo-overlay-primary {
	background-image: -webkit-linear-gradient(45deg,#20a0ff,#448aff);  
    -webkit-animation: hue 6s infinite cubic-bezier(0.82, 0.82, 1, 1); 
}
@media screen and (max-width: 800px){
	.ceo-page-bg {
    	height: auto;
    }
}



.ceo-meihua-boo{
    height: 30px;
    margin-top: -30px;
}
.ceo-meihua-boo-waves {
  position:relative;
  width: 100%;
  height:15vh;
  min-height:30px;
  max-height:30px;
}
.ceo-meihua-boo-parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.ceo-meihua-boo-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.ceo-meihua-boo-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.ceo-meihua-boo-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.ceo-meihua-boo-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 768px) {
  .ceo-meihua-boo-waves {
    height:30px;
    min-height:30px;
  }
}
.page-about {}

.page-menu {}

.page-menu ul {}

.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--border-color);
	text-indent: 20px
}

.page-menu ul li:last-child {
	border: none
}

.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}

.page-menu .current-menu-item {
	background: #fafafa;
}

.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #2c63ff!important
}

.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #2c63ff;
	left: 0;
	box-shadow: 3px 0px 10px -1px #2c63ff;
	border-radius: 2px;
}

.page-main {}
.single {}
.single-warp {
	padding: 30px;
}
.single-main {
	width: 920px;
}
.single-head {}
.single-head span a {
	color: #999;
}
.single-head span a:hover {
	color: var(--primary-color);
}
.single-nav {}
.single-nav li {

}
.single-nav li span {
    padding-bottom: 15px;
    display: block;
    font-size: 16px;
    color: #333;
}
.single-nav li span:hover {
	color: var(--primary-color);
}
.single-nav li a {
    display: block;
    font-size: 16px;
    color: #333;
}
.single-nav li a:hover {
	color: var(--primary-color);
}
.single-nav .current {
    border-bottom: 3px solid var(--primary-color);
}

.single-foot {}
.single-foot a {
	color: #fff;
	font-size: 14px;
	margin: 0 10px
}
.single-foot a:hover {
	color:#fff
}
.single-foot .btn {
	padding: 10px 25px;
	border-radius: 50px;
}
.single-foot i {
	transform: translateY(1px);
    display: inline-block;
    margin-left: 1px;
}
.share {}
.share .btn {
	color: #333
}
.single-content a {
	text-decoration: none;
    color: #666;
    margin: 0 2px;
}
.single-content u {
	text-decoration: none;
}
.single-content strong {
    font-weight: bolder;
    font-size: 17px;
}
.single-content a:hover{
    color: #1e87f0;
}
.single-content p {
	line-height: 2;
}
.single-content img{
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 6px;
    vertical-align: middle;
    margin-left: auto !important;
    margin-right: auto !important;
}
.single-content pre {
	background: #262626;
    color: #eee;
    border-left: 5px solid var(--primary-color);
    cursor: text;
    font-size: 13px;
}

.single-content pre code {

}
.single-content h1 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
    margin-top: 20px;
	font-size: 1.8rem !important;
}
.single-content h1:after {
	content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: var(--primary-color);
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}
.single-content h2 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
    margin-top: 20px;
	font-size: 18px !important;
}
.single-content h2:after {
	content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: var(--primary-color);
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}
.single-content h3 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
    margin-top: 20px;
	font-size: 18px !important;
}
.single-content h3:after {
	content: '';
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    box-shadow: 0px 0px 10px 2px var(--primary-color);animation: twinkle .6s ease-in-out infinite alternate;
}
.single-content ul {
	list-style: none;
}
.single-content ul li {}


.single-content table {
	border: 1px solid #eee;
}

.single-content table th {
	color: #222;
	font-weight: bold;
	font-size: 15px!important;
	border-right: 1px solid #eee;
}

.single-content table td {
	border-right: 1px solid #eee;
}

.single-content ul {
	padding: 0
}
.single-content li {
	line-height: 46px;
	border-bottom: 1px dashed #f4f4f4;
	list-style: none;
	padding-left: 20px;
	position: relative
}
.single-content li:after {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--primary-color);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
}

.single-card {}
.single-card a {
	text-decoration: none;
}
.single-card .thumb {
	width: 125px;
	height: 90px;
}
.single-card .thumb img {
	height: 100%;
	min-width: 100%;
}
.single-card .title {
	margin-top: 6px;
}
.single-card .des {
	line-height: 20px;
}
.single-card .views {
	background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    padding: 8px 20px;
    margin-top: 25px;
}

.single-bottom {}
.single-bottom h3 {
	text-indent: 20px;
	font-size: 16px;
}
.single-bottom h3:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    background: var(--primary-color);
    left: 0;
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}

.ceo-pages-vip ol, ul, li{
    list-style: none;
}
.ceo-pages-vip body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc {
    margin: 0;
    padding: 0;
}
.ceo_vipbgs{
    width: 100%;
    height: 200px;
    background: #ffc003;
    position: relative;
}
.ceo_portal_block_summary{
    max-width: 1200px;
    padding: 40px;
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 0 auto;
    top: -140px;
    border-radius: 6px;
}
.ceo_vip_txtop{
    text-align: center;
}
.ceo_vip_txtop h1{
    margin: 30px 0 30px 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0 80px;
    position: relative;
    display: inline-block;
    color: #333;
}

.ceo_vip_txtop h1:before {
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../picture/ceo_hdicon3.png) center no-repeat;
}
.ceo_vip_txtop h1:after {
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../picture/ceo_hdicon4.png) center no-repeat;
}
.ceo_vip_txtop em{
    display: block;
    border-bottom: 1px solid var(--primary-color);
    width: 50px;
    margin: 20px auto;
}
.ceo_youshi_box ul li {
    float: left;
    width: 33%;
    padding-bottom: 20px;
}
.ceo_vip_icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
}
.ceo_youshi_box ul li h5 {
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
}
.ceo_youshi_box ul li p {
    height: 30px;
    line-height: 30px;
    margin: 0 0;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
}
.yuvip_pic {
	height:270px;
	text-align:center;
	    padding: 0 20px;
}
.yuvip_pic .yuvip_pic_title {
	padding-top:66px;
	font-size:40px;
	color:#fff;
	font-weight:bold;
	letter-spacing:5px;
}
.yuvip_pic .yuvip_pic_title_small {
	padding-top:28px;
	font-size:18px;
	color:#fff;
	opacity:0.7;
}
.yuvip_title {
	margin:30px 0 30px 0;
	text-align:center;
	font-size:30px;
	letter-spacing:2px;
	line-height: 30px;
    padding: 0 80px;
    position: relative;
    display: inline-block;
    color: #333;
}
.yuvip_title em{
    display: block;
    border-bottom: 1px solid var(--primary-color);
    width: 50px;
    margin: 20px auto;
}
.yuvip_title:before {
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../picture/ceo_hdicon3.png) center no-repeat;
}
.yuvip_title:after {
    content: '';
    width: 61px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../picture/ceo_hdicon4.png) center no-repeat;
}
.yuvip_buy {
	max-width: 1200px;
    padding: 40px;
    background: #fff;
    min-height: 680px;
    height: 680px;
    position: relative;
    margin: 0 auto;
    top: -116px;
    border-radius: 6px;
    text-align: center;
}
.yuvip_buy li {
	float:left;
	margin: 0 10px;
    width: 23.2%;
    padding: 0;
	border-radius:6px;
	background:#ffffff;
	box-shadow:0px 4px 8px 0px rgba(0,0,0,0.15);
}
.yuvip_buy li .top {
	background-size: 100%;
	height: 93px;
    border-radius: 6px 6px 0 0;
}
.yuvip_buy li .con .price .yuvip_old {
	position:absolute;
	margin-left:113px;
	font-size:20px;
	color:#FF6869;
	font-weight:normal;
	font-style: normal;
	text-decoration: line-through;
}
.yuvip_buy li .top .text1 {
	padding:20px 0 4px 0;
	font-size:24px;
	color:#ffffff;
}
.yuvip_buy li .top .text2 {
	font-size:14px;
	color:#fff;
}
.yuvip_buy li .con {
	padding:24px 30px 0 30px;
	font-size:14px;
}
.yuvip_buy li .con .price {
	padding-bottom:10px;
	font-size:44px;
	color:#333;
	font-weight:bold;
}
.yuvip_buy li .con .price span {
	padding-left:8px;
	font-size:14px;
	font-weight:normal;
	color:rgba(0,16,19,0.5);
	vertical-align:2px;
}
.yuvip_buy li .con .yuvip_buy_to {
	display:inline-block;
	width:138px;
	height:44px;
	margin-top:15px;
	border-radius:22px;
	font-size:16px;
	color:#fff;
	background: #f66;
    background: -webkit-linear-gradient(left,#f66 0,#e70e0e 100%);
    background: linear-gradient(to right,#f66 0,#e70e0e 100%);
	letter-spacing:0;
	text-align:center;
	line-height:44px;
	transition:none;
}
.yuvip_buy li .con .line {
	height:1px;
	margin:24px 0 20px;
	background:rgba(0,16,19,0.15);
}
.yuvip_buy li .con .yuvip_buy_intro {
	height:180px;
}
.yuvip_buy li .con .yuvip_bold {
	padding-bottom:8px;
	font-weight:bold;
	color:rgba(0,16,19,0.5);
}
.yuvip_buy li .con .yuvip_light {
	padding-bottom:8px;
	color:#001013;
}
.yuvip_buy li .con .yuvip_light>span {
	padding:0 4px;
	color:#65430B;
	font-weight:bold;
}
.yuvip_buy li .con .yuvip_light .question .tip {
	display:none;
	position:absolute;
	width:120px;
	padding:10px;
	border-radius:6px;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
	line-height:20px;
	background:#fff;
	top:-8px;
	left:20px;
	font-size:12px;
	color:#001013;
	box-sizing:border-box;
	text-align:left;
}
.yuvip_buy li .con .half-box-bottom {
	height:180px;
}
.yuvip_serve_father {
	max-width: 1200px;
    padding: 40px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    top: -92px;
    border-radius: 6px;
    text-align: center;
}
.yuvip_serve{
    display: inline-block;
}
.yuvip_serve ul {
	max-width:1200px;
}
.yuvip_serve ul li {
	float: left;
    width: 25%;
}
.yuvip_serve ul li div {
	height:200px;
	padding:15px 10px;
	box-sizing:border-box;
	background:#FFFFFF;
	border:1px solid #fff0;
	transition:all ease-in-out 0.3s;
	border-radius:6px;
	margin: 12px;
}
.yuvip_serve ul li div:hover{
	border:1px solid #EAECEF;
	box-shadow:0 2px 5px 2px #D4D4D4;
}
.yuvip_serve ul li img {
	width:60px;
	height:60px;
	margin:0 auto 20px;
}
.yuvip_serve ul li p {
	margin-bottom:10px;
	padding:0 15px;
	font-size:18px;
	color:#444444;
	text-align:center;
	line-height:25px;
	box-sizing:border-box;
}
.yuvip_serve ul li em {
	height: 20px;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 20px;
    font-style: normal;
    transition: all ease-in-out 0.3s;
}
.yuvip_select {
	max-width:1200px;
	margin:0 auto;
}
.yuvip_select_title {
	position:relative;
	padding-top:64px;
	text-align:center;
}
.yuvip_select_title p {
	margin-bottom:30px;
	font-size:16px;
	color:#999999;
	letter-spacing:2px;
}
.yu_issue_father {
	background:#f3f4f8;
}
.yu_issue {
	max-width:1200px;
	margin:0 auto;
	padding-top:9px;
}
.yu_issue li {
	width:1200px;
	margin:20px 0;
}
.yu_issue h6 {
	height:20px;
	font-size:14px;
	color:#666666;
	line-height:20px;
}
.yu_issue span {
	float:left;
}
.yu_issue p {
	margin-bottom:15px;
	padding:16px 0;
	font-size:14px;
	color:#777777;
	line-height:22px;
	box-sizing:border-box;
	border-bottom:1px dashed #dddddd;
}
.ceo_vip_ping{
    max-width: 1200px;
    padding: 40px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    top: -66px;
    border-radius: 6px;
    text-align: center;
}
.ceo_vip_ping li {
    float: left;
    width: 28.6%;
    padding: 20px 15px 0px;
    padding-bottom: 60px;
    margin: 10px 10px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
}
.deanmbavar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}
.deanmbavar img {
    border-radius: 50%;
}
.deanmbavar span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../picture/ceo-vip-v.png) 0 0 no-repeat;
    background-size: 30px 30px;
    position: absolute;
    bottom: -10px;
    right: -10px;
}
.deanmbusename {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
.deanmbusename b {
    font-size: 14px;
    color: #fec42d;
    padding-left: 10px;
}
.ceo_vip_ping ul li p {
    font-size: 14px;
    line-height: 23px;
    height: 88px;
    padding: 0 20px;
    margin-top: 5px;
    color: #666;
    display: block;
    text-align: left;
}
.ceo_vip_ping ul li p b {
    color: #ccc;
    font-size: 23px;
}
@media screen and (max-width: 800px) {
    .ceo_vip_txtop h1 ,.yuvip_title{
        font-size: 18px;
    }
    .yuvip_buy li {
        margin: 10px 0!important;
        width: 100%!important;
    }
    .yuvip_buy ,.ceo_portal_block_summary,.yuvip_serve_father{
        padding: 20px!important;
    }
    .yuvip_buy {
         min-height: auto!important;
        height: auto!important;
        display: inline-block;
    }
    .yuvip_serve ul li {
        width: 100%;
    }
    .ceo_vipbgs {
        height: 220px!important;
    }
    .ceo_vip_ping li {
        width: 100%!important;
        padding: 0!important;
        padding-bottom: 20px!important;
        padding-top: 20px!important;
        margin: 10px 0!important;
    }
    .yuvip_pic .yuvip_pic_title {
        padding-top: 66px;
        font-size: 18px;
    }
    .yuvip_pic .yuvip_pic_title_small {
        padding-top: 16px;
        font-size: 13px;
    }
}
.ceo-help{
    height: 362px;
    position:relative
}
.ceo-help:before{
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.3);
}
.ceo-help-max{
    background: #f0f2f7;
    padding-bottom: 40px;
}
.ceo-help-box{
    height: 362px;
    text-align: center;
}
.ceo-help-title{
    margin-top: 100px;
    margin-bottom: 30px;
}
.ceo-help-title h1{
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 15px;
    font-weight: bold;
}
.ceo-help-title p{
    font-size: 16px;
    color: #ffffff;
}
.ceo-help-input{
    width: 780px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.ceo-help-input .search{
    box-shadow: 0 0 0 6px rgba(255,255,255,0.3);
    border-radius: 25px;
    background-color: #ffffff;
}
.ceo-help-input .search form{
    border-radius: 25px;
}
.ceo-help-input .search form i{
    color: #a1a1a1;
}
.ceo-help .inst{
    margin-top: 20px;
}
.ceo-help .inst p{
    font-size: 14px;
    color: #ffffff;
    display: inline;
    margin-right: 5px;
}
.ceo-help .inst a{
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
}
.ceo-help .inst a:last-child{
    margin-right: 0px;
}
.ceo-help-box-s {
    border-radius: 10px;
    padding: 40px;
    /*margin-top: -110px;*/
     margin-top: 10px;
    position: relative;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.ceo-help-box-title{
    color: #111;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.ceo-help-box-h{
    font-size: 20px;
    line-height: 34px;
}
.ceo-help-box-h span{
    color: #2c83ef;
}
.ceo-help-box-h em{
    color: #999;
    font-style: normal;
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    transform: translateY(-2px);
}
.ceo-help-boxs-title{
    color: #111;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.ceo-help-boxs-title p{
    color: #909399;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.ceo-help-box-p{
}
.ceo-help-box-p a{
    display: inline-block;
    padding: 0 32px;
    line-height: 35px;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #2c83ef;
    border-radius: 1.5px;
    border: 1px solid #2c83ef;
    cursor: pointer;
}
.ceo-help-box-p a:hover{
    background:#2c83ef;
    color: #fff;
}
.ceo-help-box-service{
    
}
.ceo-help-service-img{
    
}
.ceo-help-service-img img{
    width: 76px;
    height: 76px;
}
.ceo-help-service-h{
    margin-top: 12px;
}
.ceo-help-service-h a{
    font-size: 18px;
    color: #4c4c4c;
}
.ceo-help-service-h a:hover{
    color: var(--primary-color);
}
.ceo-help-service-p{
    color: #999;
    padding: 8px 0 0 0;
    font-size: 12px;
}
.ceo-help-problem-box{
    margin: 40px 0;
}
.ceo-help-problem-boxs{
    background: #f5f9fc;
    padding: 40px 0;
}
.ceo-help-problem{
    margin-bottom: 20px;
}
.ceo-help-problem-box li{
     background: #d9efff;
    padding: 20px;
    border-radius: 10px;
}
.ceo-help-problem-box li p {
    background-image: -webkit-linear-gradient(45deg,#fd01de,#f39c1a);
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
}
.ceo-help-problem-box .ceo-accordion-title:hover, .ceo-accordion-title:focus {
    color: #333;
}
.ceo-help-footer{
    padding: 40px 0;
}
.ceo-help-footer-title{
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ceo-helpb {
    height: 260px;
    position: relative;
}
.ceo-help-footer-h{
    font-size: 24px;
    line-height: 34px;
}
.ceo-help-footer-h span{
    color: #2c83ef;
}
.ceo-help-footer-h em{
    color: #999;
    font-style: normal;
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    transform: translateY(-2px);
}
.ceo-help-footer-wen{
    margin-left: 20px;
}
.ceo-help-footer-wen h3{
    line-height: 48px;
    font-size: 14px;
}
.ceo-help-footer-wen p{
    font-size: 12px;
    line-height: 30px;
}
.ceo-help-footer-wen p span{
    color: #ff3333;
    font-weight: bold;
}
.ceo-help-footer-wen a{
    display: inline-block;
    padding: 2px 10px;
    margin-top: 7px;
    color: #2c83ef;
    font-size: 12px;
    text-align: center;
    border: 1px solid #2c83ef;
}
.ceo-help-footer-wen a:hover{
    background:#2c83ef ;
    color: #fff;
}
.ceo-help-footer-i{
    background: #f8f8f8;
    border-radius: 50%;
    padding: 40px;
}
.ceo-help-footer-i i{
    font-size: 50px;
    padding: 10px;
    color: #2c83ef;
}
@media (max-width: 900px){
    .ceo-help{
        height: 238px;
    }
    .ceo-help-title {
        margin-top: 40px;
    }
    .ceo-help-title h1 {
        font-size: 19px;
    }
    .ceo-help-title p {
        font-size: 12px;
    }
    .ceo-help-input{
        width: 80%;
    }
    .ceo-help-input input{
        height: 32px;
    }
    .ceo-help-box-h {
        line-height: 20px;
    }
    .ceo-help-box-p a {
        padding: 0 8px;
        line-height: 20px;
        font-size: 12px;
    }
    .ceo-help-service-img img {
        width: 60px;
        height: 60px;
    }
    .ceo-help-service-h {
        margin-top: 5px;
    }
    .ceo-help-service-h a {
        font-size: 16px;
    }
    .ceo-help .inst p {
        font-size: 12px;
    }
    .ceo-help .inst a {
        font-size: 12px;
    }
    .ceo-help-box-s {
        margin-top: -115px;
    }
    .ceo-help-problem-box a {
        font-size: 14px;
    }
    .ceo-help-problem-box p {
        padding: 12px;
        font-size: 12px;
    }
    .ceo-help-footer-i {
        background: inherit;
        border-radius: inherit;
        padding: inherit;
    }
    .ceo-help-footer-i i{
        background: #f8f8f8;
        border-radius: 50%;
        padding: 20px;
        position: relative;
        top: 10px;
        font-size: 45px;
        color: #2c83ef;
    }
    .ceo-help-footer-wen h3 {
        line-height: 28px;
    }
}
