html {
	font-family: Microsoft YaHei;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #fff;
	color: #666;
	font-size: 14px;
	line-height: 2em;
}

/*公共部分*/
div {
	box-sizing: border-box;
}

input {
	padding: 8px;
	border-radius: 4px;
}

.hide {
	display: none;
}

.con {
	width: 100%;
	overflow: hidden;
}

.row {
	margin: 0 auto;
	padding: 40px 20px;
	overflow: hidden;
}

a:link,
a:visited {
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
}

input {
	background: no-repeat 0 0 scroll #EEEEEE;
	border: none;
	outline: medium;
}

.color-primary {
	color: #23a463 !important;
}

.bg-primary {
	background-color: #23a463;
}

.pull-right {
	float: right;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-gray {background: #f9f9f9;}
.pad-t0 {padding-top: 0;}
.pad-t10 {padding-top: 10px;}
.pad-t20 {padding-top: 20px;}
.pad-b0 {padding-bottom: 0;}
.pad-b10 {padding-bottom: 10px;}
.pad-b20 {padding-bottom: 20px;}
.mar-t10 {padding-top: 10px;}
.mar-t20 {padding-top: 20px;}
.mar-t30 {padding-top: 30px;}

a.btn-primary {
	display: block;
	float: left;
	background: #23A463;
	padding: 5px 20px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
}

/*顶部*/
.top {
	height: 58px;
	line-height: 58px;
	background: #181e28;
	font-size: 16px;
}

.logo {
	text-indent: -1000px;
	display: block;
	float: left;
	height: 58px;
	width: 100px;
	background: url(../i/logo.svg) center left no-repeat;
	background-size: auto 27px;
}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

ul.menu li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.top .row {
	padding-top: 0;
	padding-bottom: 0;
}

.top a {
	color: #fff;
	padding-right: 1.5em;
}

.top .login {
	display: block;
	float: right;
}

.top .qcenter {
	margin-right: 5px;
	cursor: pointer;
}

.top .login a {
	padding-right: 5px;
}

.top .login a.user-logout {
	color: #999;
	border-left: 1px #303338 solid;
	padding-left: 5px;
}

#wsocial-dialog-login .xh-cover {
	background: #00000085;
}

.top-r {
	display: block;
	float: right;
}

.top .links {
	display: block;
	float: right;
}

.top .links .vip {
	background: url(../i/vip.svg) left center no-repeat;
	padding-left: 3em;
	color: #23a463;
}

.se-b {
	margin-right: 20px;
	display: block;
	float: right;
	background-color: #242c38;
	height: 38px;
	line-height: 38px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.se-w {
	width: 200px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	border: 0;
	background: none;
	color: #ccc;
	font-size: 14px;
	padding: 0 50px 0 30px;
	transition: all 0.3s ease;
}

.se-s {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: url(../i/search.svg) center no-repeat;
	width: 38px;
	height: 38px;
	margin: 0;
	cursor: pointer;
	background-size: 24px;
}

.se-w:hover {
	width: 220px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-index: 10;
}

.category-child {}

.category-child li {
	display: block;
	float: left;
	box-sizing: border-box;
}

.category-child li a {
	display: block;
	padding: 0 6px;
	line-height: 1.8em;
	font-size: 16px;
	margin: 2px 0px;
}

.banner {
	background-color: #23a463;
	height: 400px;
	position: relative;
}

.banner .row {
	z-index: 2;
	position: inherit;
}

.banner #canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.banner span {
	color: #FFFFFF;
	display: block;
	text-align: center;
	line-height: 1.3em;
	padding-bottom: 15px;
}

.banner .tit1 {
	font-size: 38px;
	font-weight: bold;
	margin-top: 40px;
}

.banner .tit2 {
	font-size: 20px;
}

.banner .se-b {
	width: 520px;
	max-width: 100%;
	height: 50px;
	background: #fff;
	margin: 0 auto;
	float: inherit;
	margin-top: 40px;
	transition: all 0.3s ease;
}

.banner .se-w {
	height: 50px;
	line-height: 50px;
	width: 80%;
}

.banner .se-b:hover {
	width: 520px;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-index: 10;
}

.banner .se-s {
	height: 50px;
	width: 50px;
	line-height: 50px;
}



.banner.con{ position:relative;}
.banner .imgbox{ 
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 400px;
    overflow: hidden;
    top: 0;
    left: 0;}
.banner .imgbox svg{
    -webkit-animation-delay: .5s!important;
    animation-delay: .5s!important;
    filter: drop-shadow(0 0 14px rgba(0,0,0,.2));
    will-change: transform;
    position: absolute;
}

.banner .imgbox .svg1{
        left: 49%;
        top: 31%;
            z-index: 2;
            height: 555px;
            width: 1000px;

    
}
.banner .imgbox .svg2{
    width: 490px;
    height: 590px;
    z-index: 3;
                right: -50px;
                top: -120px;
}
.banner .imgbox .svg3{
    width: 900px;
    height: 931px;
    z-index: 1;
    left: -90px;
    top: -450px;
}

.hotSearch {
	text-align: center;
	margin-top: 20px;
	line-height: 1.5em;
}

.hotSearch span {
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
}

.hotSearch a {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
}

.cat-box {}

.cat-box a {
	display: block;
	float: left;
	font-size: 16px;
	margin-right: 10px;
}

/*分类*/
.items-box {
	background-color: #f6f6f6;
}

.items-box .wizhi-select {
	border-bottom: 0;
}

.items-box .row {
	padding: 20px;
	padding-bottom: 10px;
	font-size: 15px;
}

.wizhi-selects .wizhi-select {
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	border-bottom: 0;
}

.wizhi-selects .wizhi-select a {
	color: #555;
}

.wizhi-selects .wizhi-select a.selected {
	color: #23a463;
	font-weight: bold;
}

/*列表*/
.list-box {}
.home .list-tit{ display:block; width:100%;overflow: hidden; position: relative;}
.home h2{font-weight: normal;  color: #23a463; margin-bottom: 20px;}
.home .more{ position: absolute; right: 0; top: 20px;}

.list {display: flex;justify-content: space-between;flex-wrap: wrap;}
.list article {
	display: block;
	width: 220px;
	min-width: 18%;
	height: 180px;
	margin: 0px 0 30px 0;
	padding: 20px;
	float: left;
	background: #fff;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
}
/* .home .list article {
    width: 130px;
    min-width: 8%;
    height: 120px;
} */

.list article img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

article .content-img {
	display: contents;
}

article .item {
	display: contents;
}

article .item svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

article .footer-content-img {
	display: contents;
}
article .footer-content-img2 {
	display: contents;
}

article .footer-item {
	display: contents;
}

article .footer-item .footer-item-content {
	width: 100%;
	height: 100%;
}

article .footer-item .footer-item-content svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-item-loading {
	display: block;
	background: url(http://img.svgfont.com/i/loading.svg) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 70px;
	position: relative;
	top: 20px;
	left: 40px;
}

.item-loading {
	display: block;
	background: url(http://img.svgfont.com/i/loading.svg) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 70px;
	position: relative;
	top: 10px;
	left: 400px;
}

.art-tit-box {
	display: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	position: absolute;
	bottom: -27px;
	left: 0;
	padding: 0;
	width: 100%;
}

.art-tit-box a {
	display: block;
	color: #ccc !important;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

article:hover .art-tit-box {
	display: block;
}


.list-tab {}
.list-tab ul {}

.list-tab ul li a:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.list-tab ul li a {
	display: block;
	float: left;
	padding: 0px 10px;
	border: 1px #EEEEEE solid;
	margin-right: -1px;
	cursor: pointer;
	background: #fff;
}

.list-tab ul li a.cur,.list-tab ul li a:hover {
	background-color: #23A463;
	color: #FFFFFF;
}

.list-tab ul li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-tab ul li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.color-lab {
	padding:0;
	border-radius: 2px;
	cursor: pointer;
	background: #fff;
}

.color-lab:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.color-lab .colordot {
	color: transparent;
    cursor: pointer;
    width: 12px;
    height: 12px;
    line-height: 0;
    border-radius: 20px;
    background-color: #23A463;
    display: block;
    float: right;
    overflow: hidden;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);
    border: 4px #fff solid;
}

/*.single .color-lab .colordot{padding:12px;}*/
.color-lab .change-color:after {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url(../i/jiantou.svg) no-repeat;
}

.color-lab .change-color {
	cursor: pointer;
	position: relative;
	line-height: 24px;
	height: 24px;
	display: block;
	float: right;
	padding-left: 8px;
}

.content-img img {
	width:500px;
	max-width: 100%;
}

nav.navigation.pagination {
	overflow: hidden;
	width: 100%;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	background: #eee;
	padding: 6px 16px;
	margin-right: 10px;
	border-radius: 6px;
}

.pagination .page-numbers.current {
	background: #23A463;
	color: #fff;
}


.footer {
	background-color: #222;
	color: #585858;
}

.footer a {
	color: #888;
}

.footer a:hover {
	color: #23A463;
}

.footer .l {
	width: 60%;
	float: left;
	padding-right: 100px;
}

.footer .r {
	width: 40%;
	float: left;
}

.footer .b-logo {
	background: url(../i/logo-w.svg) left center no-repeat;
	display: block;
	width: 110px;
	height: 28px;
	text-indent: -1000px;
}

.footer h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	font-weight: normal;
}

.footer ul li {
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 1.2em;
}

/*singele*/
.index-bar {
	background: #eee;
	font-size: 13px;
}

.index-bar .row {
	padding: 5px 20px 5px 45px;
	color: #888;
	background: url(../i/home.svg) 20px 10px no-repeat;
	background-size: 15px auto;
}

.index-bar .row a {
	color: #888;
}

.single-con {
	background: #f9f9f9;
}

.single-con .row {
	position: relative;
}
.single-con .l,.single-con .r{
    margin-bottom: -100000px;/*数值随便设置,越大越好,也就是(-padding-bottom值)*/
    padding-bottom: 100000px;/*数值随便设置,越大越好*/
}
.single-con .l {float: left; width: calc(100% - 386px);}

.single-con .l .nei-box {
	background: #fff;
}

.single-con .l .nei-box h1 {
	font-size: 22px;
	font-weight: normal;
	padding: 20px 20px 5px 20px;
	position: relative;
}

span.edit-link a {
	position: absolute;
	display: block;
	background: url(../i/chilun.svg) center center no-repeat;
	background-size: 20px auto;
	text-indent: 1000px;
	overflow: hidden;
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #fff;
	right: 15px;
	top: 5px;
}

.single-con .l .nei-box .img-box {
	border-top: 1px #efefef solid;
	padding: 60px 150px 20px 20px;
	position: relative;
	text-align: center;
	min-height: 617px;
}
.single-con .l .nei-box .img-box svg {
	width: 500px;
	max-width: 100% !important;
	height: auto;
}

.single-con .l .business {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	display: block;
}

.single-con .l .business i {
	display: block;
	background: url(../i/b.svg) no-repeat;
	width: 30px;
	height: 30px;
}

.single-con .l .color-lab {
	position: absolute;
    right: 16px;
    top: 15px;
    padding: 3px;
}


.colordiy {
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 60px;
}
.colordiy .c-box {
	padding: 5px;
	text-align: left;
}
.colordiy .c-box  label.cd {
    cursor: pointer;
    padding-left: 8px;
}

.colordiy .colordot {
    color: transparent;
    cursor: pointer;
    width: 8px;
    height: 8px;
    line-height: 0;
    border-radius: 20px;
    background-color: #23A463;
    display: block;
    float: left;
    overflow: hidden;
	margin: 2px 0;
}

.colordiy .colordot.cd-1{background-color: #23A463;}
.colordiy .colordot.cd-2{background-color: #003666;}
.colordiy .colordot.cd-3{background-color: #00aeff;}
.colordiy .colordot.cd-4{background-color: #3369e7;}
.colordiy .colordot.cd-5{background-color: #8e43e7;}
.colordiy .colordot.cd-6{background-color: #b84592;}
.colordiy .colordot.cd-7{background-color: #ff4f81;}
.colordiy .colordot.cd-8{background-color: #ff6c5f;}
.colordiy .colordot.cd-9{background-color: #ffc168;}
.colordiy .colordot.cd-10{background-color: #2dde98;}
.colordiy .colordot.cd-11{background-color: #1cc7d0;}

.colordiy .c-box.cur .colordot{box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 20%);}

.single-con .l .art_tag_list {
	overflow: hidden;
	margin-bottom: 0;
}


.single-con .l .art_tag_list a {
	background-color: #f6f6f6;
	padding: 0px 20px;
	margin: 0 10px 10px 0;
	display: block;
	float: left;
	border-radius: 4px;
}

.boxopen {
	cursor: pointer;
	height: auto;
	display: flex;
}

.single .boxopen span {
	width: 260px;
	border: 1px #eee solid;
	padding: 2px 10px;
	position: absolute;
	background: #fff;
	color: #949494;
	top: 40px;
	border-radius: 4px;
	box-shadow: 0 0 12px 0px rgba(190, 190, 190, 0.5);
}

.single .boxopen span:before {
	content: "";
	position: absolute;
	width: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	top: -13px;
	left: 5px;
}

.single-con .r {
width: 360px;
    float: right;
    padding-top: 15px;
}

.single-con .r .down-box {
	padding-bottom: 20px;
	display: block;
}
.single-con .r .down-box .btn.vip {
	position: relative;
	width: 140px;
	height: 50px;
	float: left;
	margin-right: 15px;
}

.vtips {
    display: flow-root;
    width: 100%;
    padding: 5px 0;
}

.vtips span {  color: #4caf50;}

.single-con .r .down-box .btn a.buy {
	font-weight: bold;
	font-size: 15px;
	background: #23A463 url(../i/down-w.svg) 10px center no-repeat;
	background-size: 14px;
	display: block;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	padding-left: 28px;
	float: left;
	width: 140px;
	border-radius: 2px;
	margin-right: 15px;
}

/* .single-con .r .down-box .btn.vip a.buy:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 30px;
	right: 0;
	background: #159354 url(../i/vip-w.svg) center center no-repeat;
	background-size: 24px auto;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
} */



.single-con .r .down-box .btn.svg {}

.single-con .r .down-box .btn.like {
	overflow: visible;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	float: left;
	border-radius: 2px;
	width: 50px;
	border: 1px #dadada solid;
}

.single-con .r .down-box .btn.like a.cbxwpbkmarktrig {
	overflow: visible;
	box-sizing: border-box;
	cursor: pointer;
	height: 48px;
	line-height: 50px;
	float: left;
	border-radius: 2px;
	margin-right: 0px;
	width: 48px;
	background: #fff url(../i/like.svg) center center no-repeat !important;
	text-indent: -1000px;
}

.single-con .r .down-box .btn.like a.cbxwpbkmarktrig-marked {
	background: #fff url(../i/like2.svg) center center no-repeat !important;
}

.single-con .r .down-box .btn.like a.cbxwpbkmarktrig.cbxwpbkmarktrig-marked {
	background-size: 26px !important;
}

.single-con .r .down-box .btn.like a.cbxwpbkmarktrig {
	background-size: 20px !important;
}

.like .cbxwpbkmarklistwrap,
.like .cbxwpbkmarkguestwrap {
	position: absolute;
	left: inherit;
	right: 0;
	top: 60px;
	background: #fff;
	width: 300px;
	z-index: 50;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

.like .cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguesttrig_close {
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	background-size: 15px;
}

.like label {
	display: block;
}

.like .login-remember input {
	width: auto;
}

.like .login-remember label {
	display: inline-block;
}

.like input {
	width: 100%;
	box-sizing: border-box;
}

.like input#wp-submit {
	background: #23A463;
	color: #fff;
	cursor: pointer;
}

.like .cbxwpbkmarktrig:before {
	content: none;
}

.single-con .r .down-box .btn.png a.buy {
	background-color: #fff;
	background-image: url(../i/down-g.svg);
	border: 1px #159354 solid;
	color: #23A463;
}

.single-con .r .post-infos {
	width: 100%;
	padding: 5px 0px;
	overflow: hidden;
	background: #fff;
}

.single-con .r .post-infos p.none {
	text-align: center;
	color: #ccc;
}

.h2tit {
    padding: 0;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
    font-size: 16px;
}

.single-con .r .post-infos .h2tit {
	padding: 0 20px;
	font-weight: normal;
}

.single-con .r .b {
	padding-top: 20px;
	border-top: 1px #efefef solid;
	padding-bottom: 10px;
	position: relative
}

.single-con .r .t {
	padding: 10px 20px;
}

.single-con .r .down-box .t {
	padding: 10px 0;
}

.single-con .r .t p {
	padding: 0;
	margin: 0;
}

.single-con .r .t span {
	color: #ccc;
}

.single-con .r .t hr {
	border: 0;
	border-top: 1px #efefef solid;
}

.single-con .r .crp-list {
	overflow: hidden;
	padding: 0 14px;
}

h3.crp-list-title {
	color: #ccc;
	padding-left: 20px;
	font-weight: normal !important;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

.crp-list-item-title {
	display: none;
}

.crp-list-item.crp-list-item-has-image , .post-infos article {
	border-radius: 4px;
	display: block !important;
	width: 100px;
	height: 75px;
	margin: 5px !important;
	padding: 5px;
	float: left;
	background: #fff;
	box-sizing: border-box;
}

.crp-list-item.crp-list-item-has-image a {
	width: 90px;
	height: 65px;
	line-height: 65px;
	display: block;
	text-align: center;
	vertical-align: bottom;
}




.single-con .r .crp-list img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	vertical-align: middle;
}

.become-vip {
	position: absolute;
	width: 400px;
	height: 260px;
	top: 50px;
	right: -10px;
	z-index: 2;
	padding-top: 10px;
}

.become-vip .box {
	position: relative;
	background: #fff url(../i/vip.svg) no-repeat 20px 34px;
	background-size: 100px auto;
	width: 400px;
	height: 200px;
	padding: 30px 40px 30px 160px;
	display: block;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}

.become-vip .box:before {
	content: "";
	position: absolute;
	width: 0;
	border-width: 20px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	top: -15px;
	right: 0px;
}

.become-vip span {
	display: block;
	line-height: 1.5em;
}

.become-vip span.t {
	font-size: 16px;
	font-weight: bold;
}

.become-vip a {
	margin-top: 20px;
}



/*single tab*/
.home-tab{ }
.home-tab li:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.home-tab li{
	display: block;
	float: left;
	padding: 0px 10px;
	border: 1px #EEEEEE solid;
	margin-right: -1px;
	cursor: pointer;
	background: #fff;
}

.home-tab  li.cur,.home-tab  li:hover {
	background-color: #23A463;
	color: #FFFFFF;
}

.home-tab  li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.home-tab li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.home-tab-b {
	margin: 0;
	width: 100%;
	display: none;
	box-sizing: border-box;
}

.single .home-tab-b {
	margin: 0;
	width: 100%;
	display: none;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 0;
	background: #fff;
	padding: 20px 20px 10px 20px;
}
.single .home-tab li{background: #efefef; border: 0;}
.single .home-tab li.cur{ background: #fff; color: #333;border: 0; box-shadow: none;}
.home-tab-b p {}
.home-tab-b.on {display: block;}


/*msgbox*/
.r-box {
	width: 50px;
	height: 240px;
	position: fixed;
	right: 20px;
	z-index: 99;
}

.btn-b {
	width: 50px;
	height: 200px;
	float: right;
	position: fixed;
	bottom: 0;
}

.btn-b .ic {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
}

.btn-b .i-12 {
	border-radius: 4px;
	width: 50px;
	height: 100px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-b .ic.i-1 {
	background: url(../i/weixin.svg) no-repeat center center;
	background-size: 32px auto;
	border-bottom: 1px #efefef solid;
}

.btn-b .ic.i-2 {
	background: url(../i/chat.svg) no-repeat center center;
	background-size: 30px auto;
}

.btn-b .ic.i-3 {
	border-radius: 4px;
	margin-top: 10px;
	background: #23a463 url(../i/top.svg) no-repeat center center;
	background-size: 30px auto;
	display: none;
}

.nei {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	width: 400px;
	height: 240px;
	position: fixed;
	right: 80px;
	bottom: 40px;
	padding: 50px;
}

.nei .close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.nei .nc span {
	color: #3e3a39;
	display: block;
}

.nei-b1 {
	width: 240px;
	padding: 28px 35px;
	display: none;
}

.nei-b1:before {
	position: absolute;
	right: -16px;
	top: 95px;
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 10px;
	box-sizing: border-box;
	border-color: transparent transparent transparent #fff;
}

.nei-b1 span {
	text-align: center;
	display: block;
	line-height: 1em;
	color: #898989;
}

.nei-b2 {
	width: 400px;
	height: 300px;
	display: none;
}

.nei-b2:before {
	position: absolute;
	right: -16px;
	top: 200px;
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 10px;
	box-sizing: border-box;
	border-color: transparent transparent transparent #fff;
}

.nei-b2 .nc {
	color: #898989;
	line-height: 1.3em;
	padding-bottom: 20px;
	padding-left: 40px;
	background: url(../i/i-qq.svg) no-repeat left 5px;
	background-size: 28px auto;
}

.nei-b2 .nc.i-1 {
	background-image: url(../i/i-tel.svg);
}

.nei-b2 .nc.i-2 {}

.nei-b2 .nc.i-3 {}

.ic.i-1 .i-1 i.ewm {
	background: url(../i/yoerweima.jpg) center top no-repeat;
	display: block;
	width: 100%;
	height: 150px;
	margin-top: 10px;
}


/*搜索*/

.search_box input {
	vertical-align: top;
	border-radius: 0;
	padding: 12px 50px;
	border: 1px #ccc solid;
	color: #595757;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	margin-left: -5px;
	font-size: 16px;
	margin-top: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

.search_box select {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 20px;
	border-radius: 0;
	width: 140px;
	border: 1px #ccc solid;
	border-right: 1px #ddd solid;
	height: 47px;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../i/arrow.png) no-repeat 120px center #fff
}

.search_box input.search-field {
	width: 340px;
	height: 47px;
	margin-top: 0
}

.search_box input.search-field {
	margin-top: 0
}

.search_box input.search-submit {
	background: #212122;
	color: #fff;
	cursor: pointer;
	border-color: #212122;
	height: 47px
}

.search article {
	background-color: #fff;
}

/*pagination*/
.search #content {
	overflow: hidden;
}

#pagination {
	padding: 10px 15% 50px 15%;
	box-sizing: border-box;
}

#pagination a {
display: block;
    height: 4em;
    line-height: 4em;
    width: 100%;
    text-align: center;
    background: #ffffff;
    border-radius: 6px;
    font-size: 16px;
}

#pagination .loading {
	background: url("http://img.svgfont.com/i/loading.svg") center center no-repeat;
	background-size: 5em auto;
}

#pagination .loading:hover {
	background-color: transparent;
	cursor: default;
}


/*我的收藏*/
ul.cbxwpbookmark-mylist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 0 !important;
}

ul.cbxwpbookmark-mylist li a {
	position: relative;
	display: block;
	width: 220px;
	min-width: 18%;
	height: 180px;
	margin: 20px 0 10PX 0;
	padding: 20px;
	float: left;
	background: #fff;
	border-radius: 4px;
	background-color: #fdfdfd;
	border: 1px #efefef solid;
	box-sizing: border-box;
}

ul.cbxwpbookmark-mylist li a span {
	position: absolute;
	bottom: -24px;
	display: none;
}

ul.cbxwpbookmark-mylist li a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: middle;
}

.cbxwpbookmark-title-postlist {
	display: none;
}

/*价格明细*/
.layui-layer-page .layui-layer-content {
	overflow: hidden !important;
}

.free-downfile {
	display: block;
	padding-bottom: 10px;
	text-align: center;
}

.erphpdown-down.erphpdown-down-layui {
	display: block;
	color: #fff;
	padding: 10px 30px !important;
	width: 100%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	border-radius: 2px !important;
	font-size: 14px !important;
	margin: 10px 0 !important;

}

.price-box {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 30px;
	overflow: hidden;
}

.price-box ul.price-list {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

.price-box ul.price-list li {
	width: 23%;
	float: left;
	margin: 1%;
	padding: 0 1% 1% 1%;
	box-sizing: border-box;
	background: #fff;
	border: 5px #fff solid;
}

.price-box ul.price-list li:hover {
	border: 5px #fff solid;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.02);
}

.price-box ul.price-list li li {
	border: 0;
	box-shadow: none;
}

.price-box ul.price-list li li:hover {
	border: 0;
	box-shadow: none;
}

.price-box ul.price-list li ul {
	margin: 0;
	padding: 0;
	border-top: 1px #eee solid;
	padding-top: 20px;
	overflow: hidden;
}

.price-box ul.price-list li ul li {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 25px;
	position: relative;
	font-size: 13px;
}

.price-box ul.price-list li ul li:before {
	content: '◈';
	font-size: 12px;
	color: #e2e2e2;
	font-weight: bold;
	left: 5px;
	position: absolute;
}

.price-box .down-tips {
	padding-top: 5px;
	background: url(../i/vip.svg) center center no-repeat;
	color: #23a463;
	text-indent: -1000px;
	overflow: hidden;
}

.price-box .vip-name {
	font-size: 25px;
	font-weight: bold;
	padding: 5px 0 20px 0;
	margin: 0;
	color: #23a463;
}

.price-box .vip-price {
	width: 100%;
	font-weight: bold;
	font-size: 2em;
	color: #000;
}

.price-box p.vip-info {
	padding: 0px 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #000;
}

.price-box .vip-price span {
	font-size: 14px;
	padding-left: 0.5em;
}

.erphpdown .vip-list {
	overflow: hidden;
	min-height: 180px;
}

.price-box a.buybtn {
	display: block;
	background: #23a463;
	padding: 7px 20px;
	color: #fff;
	margin: 20px 30px;
	border-radius: 4px;
}

.erphpdown .erphpdown-down {
	width: 100%;
	box-sizing: border-box;
	float: left;
	background: #23A463 !important;
	text-align: center;
	margin: 10px 0 !important;
	border-radius: 2px !important;
	padding: 10px !important;
	font-size: 14px !important;
}

.price-box ul.price-list li.vip-border {
	position: relative;
	overflow: hidden;
	border: 5px #23a463 solid;
}

.price-box .vip-border .price-chu {
	position: absolute;
	width: 116px;
	background: #23a463;
	color: #fff;
	font-weight: bold;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	left: -29px;
	top: 14px;
}

/*ucenter*/
.pagesider-menu li.active a,
.pagesider-menu li.current_page_item a,
.pagesider-menu li.current-menu-item a {
	border-left-color: #23a463 !important;
}

.profile-title {
	color: #23a463 !important;
}

.page-id-2 .profile-btn {
	background: #23a463 !important;
}

.table strong {
	color: #666 !important;
}

.profile-input {
	border: 1px solid #eaeaea !important;
}


/*page*/
.page .pageheader {
	border-bottom: 1px #efefef solid;
	color: #23a463;
}

.page-box {}

.page-box .row {
	position: relative;
}

.page-box .l {
	display: block;
	width: 180px;
	position: absolute;
	padding-top: 34px;
}

.page-box .l ul {
	width: 100%;
}

.page-box .l li {
	width: 100%;
}

.page-box .l li a {
	display: block;
	line-height: 2em;
	float: initial;
	background: #eee;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.page-box .l li.current-menu-item a {
	background: #fff;
	border: 1px #eee solid;
	border-right: 1px #ffffff solid;
	box-sizing: content-box;
	padding: 5px 0px 5px 0px;
	border-left: 1px #23a463 solid;
}

.page-box .r {
	width: 100%;
	display: block;
	float: left;
	padding: 0 0 0 180px;
	box-sizing: border-box;
}

.page-box .r h1 {
	padding-top: 0;
	font-size: 20px;
	margin-top: 0;
}

.page-box .r .conbox {
	border-left: 1px #eee solid;
	box-sizing: border-box;
	padding-left: 40px;
	width: 100%;
	min-height: 500px;
	padding-top: 40px;
}

.con.ucenter {   background: #f7f7f7;}
.ucenter input {   cursor: pointer;}
.ucenter input, .ucenter textarea {
    padding: 12px 20px;
    border: 1px #ddd solid;
    font-family: Microsoft YaHei;
    color: #595757;
}
.ucenter .xh-regbox {
    width: 472px!important;
	padding: 40px 25px;
    max-width: 100%;
    float: left;
    margin: 10px auto 20px auto;
    box-sizing: border-box;
    border: 1px #ddd solid;
    padding-top: 0;
    padding-bottom: 0;
}

.ucenter .xh-regbox hr:last-child{ display:none;}

.ucenter .xh-regbox .xh-title {
    text-align: left!important;
    font-weight: normal;
    margin-top: -12px;
    padding: 0 5px;
    width: max-content;
    background: #ffffff;
    display: block;
    margin-bottom: 20px!important;
}
.xh-regbox .xh-form {
    margin-top: 20px!important;
	padding: 0 10px;
}
dl.dl-horizontal {
    display: block;
    overflow: hidden;
}



/*自适应*/
@media (min-width: 1600px) {
	.row {
		width: 1400px;
	}
}

@media (max-width: 1599px) {
.home .list article {
	width: 220px;
	min-width: 18%;
	height: 180px;
	margin: 20px 0 10px 0;
}
}


@media (max-width: 960px) {
.single-con .l .nei-box .img-box {
		min-height: auto;
	}
.home .list article {
    width: 48%;
    min-width: 40%;
    height: 180px;
    margin: 20px 0 10px 0;
}
	.list article {
		min-width: 100%;
	}

	.single-con .l {
		width: 100%;
		padding-right: 0px;
	}

	.single-con .r {
		width: 100%;
		position: static;
		padding-top: 50px;
	}

	.become-vip {
		width: 100%;
		height: 260px;
		top: 50px;
		left: 0;
		z-index: 2;
		padding-top: 10px;
	}

	.become-vip .box {
		position: relative;
		background: #fff url(../i/vip.svg) no-repeat 20px 34px;
		background-size: 80px auto;
		width: 100%;
		height: 200px;
		padding: 30px 20px 30px 120px;
		display: block;
		box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
	}

	.need-vip .become-vip .box:before {
		border-color: transparent transparent #fff transparent;
		top: -27px;
		left: 0;
	}

	.need-vip.png .become-vip .box:before {
		left: 60%;
	}

	.single-con .r .down-box .btn a.buy {
		width: 100%;
	}

	.single-con .r .down-box .btn.vip {
		position: initial;
		width: 40%;
		height: 50px;
		float: left;
		margin-right: 2%;
	}

	.single-con .r .down-box .btn.vip a {
		position: relative;
		font-size: 12px;
	}

	.single-con .r .down-box .btn.like {
		width: 16%;
	}

	.single-con .r .down-box .btn.like a {
		margin-right: 0px;
		width: 100% !important;
	}

	.single-con .r .down-box {
		position: relative;
		width: 100%;
	}

	.single-con .r .post-infos {
		width: 100%;
	}

	.single-con .r .down-box .btn.vip.svg a.buy:before {
		content: "";
		float: right;
		display: block;
		height: 18px;
		width: 38px;
		background: #159354 url(../i/vip-w.svg) center center no-repeat;
		background-size: 28px auto;
		border-bottom-left-radius: 4px;
		border-top-right-radius: 2px;
	}

	.list article {
		display: block;
		width: 4%;
	}
	.crp-list-item.crp-list-item-has-image, .post-infos article {
	    width: 50%;
	    height: 120px;
	    margin: 5px 0!important;
	}

	.crp-list-item.crp-list-item-has-image a {
		width: 100%;
	}

	.crp-list-item.crp-list-item-has-image {
		width: 50%;
		margin: 5px 0 !important;
	}

	.price-box ul.price-list li {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.footer .r {
		width: 100%;
	}

	.footer .l {
		width: 100%;
		padding-right: 0;
	}


}

/*动画样式*/
.move-card {
	position: relative;
	background: white;
	transition: all 0.5s ease;
}

.move-card:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

article.move-card {
	border: 1px #fff solid;
}

article.move-card:hover {
	border: 1px #fff solid;
	background-color: #fff;
}



