/*-- Start Reset --*/
body, h1, h2, h3, p, dl, dd, ol, ul, th, td, form, fieldset, input, button, textarea {
    margin: 0;
    padding: 0;
}
html {
    position: relative;
    word-wrap: break-word;
}
h1, h2, h3 {
    font-size: 100%;
}
ol, ul {
    list-style: outside none none;
}

body{position:relative;/*padding-bottom:8em;*/}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit;
    width: 100%;
}
fieldset, img {
    border: 0 none;
}
a img,.description img{width: 100%;}
.description{line-height: 1.6em;font-size: 1.6em}
.description p{margin-top: 1em;}
cite, em, s, i, b {
    font-style: normal;
}
input, button, textarea, select {
    font-size: 100%;
    outline:0;
}
input[type='text'],input[type='password']{
	-moz-appearance: none;
    -webkit-appearance: none;
    height: 28px;
    border:solid 1px #A9A9A9;
    padding:0 5px;
}
a, input, textarea {
    outline: 0 none;
    text-decoration: none;
}
li, img, label, input {
    vertical-align: middle;
}
var {
    font-style: normal;
}
ins {
    text-decoration: none;
}
body {
    font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
    font-size: 20px;
    color: #000;
    background-color: #fff;
}
/*-- End Reset --*/

/*-- Start Common --*/
.box{
	background-color: #fff;
	border:#ababab 1px solid;
	border-radius: 0.5em;
	padding: 0;
	margin: 1.5em 1em;
}
.noradius{border-radius: 0;}
.box>h1,.box .box-header{border-radius: 0.5em  0.5em 0 0 ;}
.box .box-footer{border-radius:0 0  0.5em  0.5em ;}
.viewport {
    margin: auto;
    max-width: 720px;
    /*overflow: hidden;*/
}
.ma20{margin: 1em}
.m5 {margin:0.25em 0;}
.m10 {margin:0.5em 0;}
.m15 {margin:0.75em 0;}
.m20 {margin: 1em 0;}
.m25 {margin: 1.25em 0;}
.m30 {margin: 1.5em 0; }
.m_5 {margin:auto 0.25em;}
.m_10 {margin:auto 0.5em;}
.m_15 {margin:auto 0.75em;}
.m_20 {margin:auto  1em;}
.m_25 {margin:auto 1.25em;}
.m_30 {margin:auto 1.5em; }
.mt10 {margin-top: 0.5em; }
.mt20 {margin-top: 1em; }
.mt30 {margin-top: 1.5em; }
.mt40 {margin-top: 2em; }
.mb10 {margin-bottom: 0.5em; }
.mb20 {margin-bottom: 1em; }
.mb30 {margin-bottom: 1.5em; }
.mb40 {margin-bottom: 2em; }
.mt-20 {margin-top: -1em; }


.p5 { padding:0.25em; }
.p10 { padding:0.5em; }
.p15 { padding:0.75em; }
.p20 { padding:1em; }
.p30 { padding:1.5em; }
.plr5 { padding:0 0.25em; }
.plr10 { padding:0 0.5em; }
.plr15 { padding:0 0.75em; }
.plr20 { padding:0 1em; }
.pt5 { padding-top:0.25em; }
.pt10 { padding-top:0.5em; }
.pt15 { padding-top:0.75em; }
.pt20 { padding-top:1em; }
.pb5 { padding-bottom:0.25em; }
.pb10 { padding-bottom:0.5em; }
.pb15 { padding-bottom:0.75em; }
.pb20 { padding-bottom:1em; }

.line-1{line-height: 1.6em;}
.line-2{line-height: 2em;}

.tl { text-align:left !important; }
.tc { text-align:center !important; }
.tr { text-align:right !important; }
.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }
.vm{vertical-align:middle; }

.hidden{display: none;}
.fz20 {font-size: 1em }
.fz25 {font-size: 1.25em }
.fz27 {font-size: 1.35em }
.fz30 {font-size: 1.5em }
.fz32 {font-size: 1.6em }
.fz36 {font-size: 1.8em }
.fz42 {font-size: 2.1em }
.font{
	font-size: 1.4em;
}

.h-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	box-align: center;
	width: 100%
}
/*--常用颜色--*/
.red{color: #c00;}
.green{color:#007c00;}
.gray{color: gray;}
.yellow{color: #cc0;}
.orange{color: orange;}
.bg-white{background-color: #FFF;}
.bg-gray{background-color: #999;}
.bg-title-0{background-color:#00853a;color: #fff;}
.bg-title-1{background-color:#ff8d31;color: #fff;}
.bg-title-2{background-color:#e66466;color: #fff;}
.bg-title-3{background-color:#009bcd;color: #fff;}

.clearfix:after {
    clear: both;
    content: "...";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
.line-b{border-bottom: 1px #ddd dotted;}

/*-- Start Common --*/

/*-- Start Common Layout --*/
.layout-3,.layout-2{position: relative;}
.layout-3 > div:first-child{position: absolute;bottom: 0;left: 0;top:0; width: 4.85em}
.layout-3 > div:last-child{position: absolute;top:0;right: 0;bottom: 0;width: 4.85em}
.layout-3 > div:nth-child(2){margin:0 4.85em;overflow:hidden;height: 100%}

.layout-2 > div:first-child{position: absolute;bottom: 0;left: 0;top:0; width: 5em}
.layout-2 > div:last-child{margin-left:5.85em;height: 100%}
.layout-2 > div{line-height: 1.6em;}

dl.col-2{position: relative;}
dl.col-2 dt{
    vertical-align: middle;
    text-align: right;
    padding: 0.5em 0.4em;
    width: 4.8em;
    color: #000;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
}
dl.col-2 dt,dl.col-2 dd{
    height: 1.6em;
    line-height: 1.6em;
    padding: 0.5em 0;
    display: block;
}
dl.col-2 dd{color: #999;margin-left: 5.6em;}
/*-- End Common Layout --*/
/*--S Message条式样式--*/
.message_error,.message_fail,.message_success,.message_info,.message_warning{padding:12px;margin-bottom:5px;background: url(../images/message.png) no-repeat;text-indent: 40px;}
.message_error,.message_fail{border:#FF7570 1px solid;background-color:#FFF2F0; background-position: 0 -55px;}
.message_success{border:#00C22C 1px solid;background-color:#EEFFE4; background-position: 0 -107px;}
.message_info{border:#00B5FF 1px solid;background-color:#E3F5FF;background-position: 0 -3px;}
.message_warning{border:#FFCA74 1px solid;background-color:#FFFFE3; background-position: 0 -161px;}

/*--E Message条式样式--*/

/*--S tabwidget --*/
.tab{position: relative;}
.tab .tab-head{ background: none repeat scroll 0 0 #e4e4ec; height: 3.6em; position: relative;}
.tab .tab-head li{cursor: pointer; display: block;line-height: 3em;height: 3em;padding:0;text-align: center;float: left; overflow: hidden;font-size: 1.2em;/*padding:0 5px;*/}
.tab .tab-head li.current{background: #fff;}
.tab .tab-body{border-top: none;}

/*--E tabwidget --*/

.message-lay{
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.message-box{
	display: none;
    z-index: 1000;
    background-color: #000;
    border-radius: 5px;
    color: #fff ;
    height: 100px;
    opacity: 0.7;
    width: 230px;
    left: 50%;
    top:50%;
    margin: -50px auto auto -115px;
    position: absolute;
}
.message-box .tips{
	border-bottom: 1px solid #6e6e6e;
    font-size: 15px;
    height: 63px;
    line-height: 63px;
    padding-left: 40px;
    vertical-align: top;
}
.message-box .btns #btn_continue {
    border-radius: 0;
    border-right: 1px solid #6e6e6e;
    width: 115px;
}
.message-box .btns  #btn_check {
    width: 114px;
}
.message-box .btns .btn_in{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    float: left;
    font-weight: normal;
    height: 36px;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border: none;
}


.aui_dialog .error,.aui_dialog .fail,.aui_dialog .success,.aui_dialog .warning{padding:12px;margin-bottom:5px;background: url(../images/message.png) no-repeat;text-indent: 40px;}
.aui_dialog .error, .aui_dialog.fail{background-position: 0 -55px;}
.aui_dialog .success{background-position: 0 -107px;}
.aui_dialog .warning{background-position: 0 -161px;}

.header > div{height: 4.85em;}
.header{height:5.85em;background:none;}
.header >div .title{color: #464646;
    font-size: 1.9em;
    line-height:3em;
    text-align: center;padding-top: 5px;}
.header >div .title img{max-width:100%;height:auto;background-size:cover;}
.ico-home{
	/*background: url("../images/icon_01.png") no-repeat  50% 50%  rgba(0, 0, 0, 0);*/
	background-size: 2.5em 2.5em;
	font-size: 1em;
	height: 4.85em;
	/*text-indent: -999em;*/
	width: 4.85em;
	display: inline-block;
}

.ico-cart{
/*	background: url("../images/icon_02.png") no-repeat  50% 50%  rgba(0, 0, 0, 0);
*/	background-size: 2.5em 2.5em;
	font-size: 1em;
	height: 4.85em;
/*	text-indent: -999em;
*/	width: 4.85em;
	display: inline-block;
}
.ico-cart .tip {
    background-color: #ffc703;
    border-radius: 0.3em;
    color: #783600;
    height: 1.4em;
    padding-top: 0.1em;
    position: absolute;
    right: 0.6em;
    text-align: center;
    top: 0.6em;
    width: 1.5em;
    text-indent: 0;
}
.ico-user{
	/*background: url(../images/user_ico.png) no-repeat  50% 50%  rgba(0, 0, 0, 0);*/
	background-size: 3em 3em;
	font-size: 1em;
	height: 4.85em;
	/*text-indent: -999em;*/
	width: 4.85em;
	display: inline-block;
}

.header {
	position:relative;
z-index: 9999;
	/*background-color:#eaeaea;*/
}

.main-viewport {
	background-color:#fff;
}
.main-viewport .list-nav .item .un{
	font-size: 1.2em;
    color: #000;
    padding: 0.8em 0 0.46667em 1.33333em;
	}
.slider {
	height:auto;
	background-color:#fff;
	overflow:hidden;
	visibility:hidden;
	position:relative
}

.focus{ max-width:100%; height:auto;  margin:0 auto; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:10px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{display:inline-block; width:25px; height:4px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;}
.focus .hd ul .on{ background:#981720;  }
.focus .bd{ position:relative; z-index:0;text-align:center; }
.focus .bd ul{display: flex!important; }
.focus .bd li{transform: translateZ(0);flex: 1;display: block!important;}
.focus .bd li img{ width:100%; background:url(../images/loading.gif) center center no-repeat;transform: translateZ(0);display: block; }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);display: block; /* 取消链接高亮 */  }


.nav-index ul,.page-list ul {
    border-bottom: 1px solid #efefef;
    border-collapse: collapse;
    display: table;
    width: 100%;
}
.nav-index li:first-child,.page-list li:first-child {
    border-left: 0 none;
}
.nav-index ul:first-child,.page-list ul:first-child {
    border-top: 1px solid #efefef;
}
.nav-index li,.page-list li {
    border-left: 1px solid #efefef;
    display: table-cell;
    width: 25%;
    padding: 1em;
    vertical-align: top;
}
.nav-index li >a,.page-list li >a {
    display: block;
}
.page-list li{
    width: 50%;
    padding: 0.8em;
}
.page-list li .p{text-align: left;line-height: 2em;font-size: 1.4em;overflow: hidden;/*color: #e4ca76;*/
    text-overflow: ellipsis;width: 100%;}
.page-list li .pricems{color: #d00101;text-align: right;}
.page-list li .guige{color: #8e8e8e;font-size: 12px;}
.page-list .list-header {
    border-bottom: 1px solid #efefef;
    line-height: 4.5em;
    text-align: center;
}
.page-list .list-header  span {
    color: #333;
    font-size: 2em;

}
.cell-2 li {
    border-left: 1px solid #efefef;
    display: table-cell;
    width: 50%;
}
.cell-3 li {
    border-left: 1px solid #efefef;
    display: table-cell;
    width: 33.33%;
}
.nav-index li a {
	display:block;
	width:100%;
	text-align:center
}
.nav-index li a .ico {
	display:block;
	margin:0 auto .5em;
	width:5em;
	height:5em;
	-webkit-background-size:5em 5em;
	-moz-background-size:5em 5em;
	-o-background-size:5em 5em;
	background-size:5em 5em
}
.nav-index li a .t {
	color:#000;
	font-size:1.1em
}

.nav-index .icon_indexn_01 {
	background:url(../images/icon_indexn_01.png) no-repeat
}
.nav-index .icon_indexn_02 {
	background:url(../images/icon_indexn_02.png) no-repeat
}
.nav-index .icon_indexn_03 {
	background:url(../images/icon_indexn_03.png) no-repeat
}
.nav-index .icon_indexn_04 {
	background:url(../images/icon_indexn_04.png) no-repeat
}
.nav-index .icon_indexn_05 {
	background:url(../images/icon_indexn_05.png) no-repeat
}
.nav-index .icon_indexn_06 {
	background:url(../images/icon_indexn_06.png) no-repeat
}
.nav-index .icon_indexn_07 {
	background:url(../images/icon_indexn_07.png) no-repeat
}
.nav-index .icon_indexn_08 {
	background:url(../images/icon_indexn_08.png) no-repeat
}
.nav-index .icon_indexn_09 {
	background:url(../images/icon_indexn_09.png) no-repeat
}
.nav-index .icon_indexn_10 {
	background:url(../images/icon_indexn_08.png) no-repeat
}




/**
.page-list .list-cell {
    display: table;
    width: 100%;
}
.page-list .list-cell .row {
    display: table-row;
}
.page-list .list-cell .cell {
    border-bottom: 1px solid #f6f6f6;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 50%;
}
.page-list .list-cell .cell:first-child {
    border-right: 1px solid #f6f6f6;
}
.page-list .list-cell a {
    display: block;
    padding: 1.5em 0 2em;
}
.page-list .list-cell .imgurl {
    background-color: transparent;
    height: 15em;
    margin: 0 auto;
    padding: 0 1px;
    width: 15em;
}
.page-list .list-cell .p {
    color: #333;
    display: block;
    margin: 0.5em 0.5em 0;
    max-width: 15em;
    overflow: hidden;
    padding: 0 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-list .list-cell .p span {
    font-size: 1.3em;
    line-height: 1.3;
}

.page-list .list-header {
    border-bottom: 1px solid #efefef;
    line-height: 4.4em;
    text-align: center;
}
.page-list .list-header  span {
    color: #333;
    font-size: 1.9em;

}
*/

.score,.score i{background: url(../images/icon.png);}
.score{display: inline-block; height: 20px; width: 110px;}
.score i{background-position: 0 -20px; display: block; height: 20px; margin: 0; overflow: hidden; padding: 0; text-indent: -10000px; }


.logined .login {
	display:inline
}
.logined .nologin {
	display:none
}
.tips_view {
	text-align:center;
	background-color:#f4f4f4
}
.tips_view .tips_msg {
	padding:5em 0 2em
}
.tips_view .tips_msg:before {
	content:"\0020";
	display:block;
	margin:0 auto
}
.tips_view .tips_msg h3 {
	font-size:1.7em;
	color:#50555b;
	margin-bottom:.44118em
}
.tips_view.mitu_02 .tips_msg:before {
	width:16em;
	height:16.1em;
	background:url(/static/img/img/mitu_02.png) 0 0 no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
.tips_view .tips_btn {
	width:17em;
	margin:0 auto;
	padding:1.5em 0 3em
}
.button {
	font-size:1em;
	display:block;
	font-weight:700;
	text-align:center;
	line-height:2.61765em;
	-webkit-border-radius:.23529em;
	-moz-border-radius:.23529em;
	-ms-border-radius:.23529em;
	-o-border-radius:.23529em;
	border-radius:.23529em;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
    padding:0 8px;
	/*text-shadow:rgba(0,0,0,.3) 0 -1px 0*/
}
.button.disable_button {
	color:#515459;
	text-shadow:rgba(0,0,0,.1) 0 1px 0;
	background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f3f4f6),color-stop(100%,#dfe0e2));
	background-image:-webkit-linear-gradient(#f3f4f6,#dfe0e2);
	background-image:-moz-linear-gradient(#f3f4f6,#dfe0e2);
	background-image:-o-linear-gradient(#f3f4f6,#dfe0e2);
	background-image:linear-gradient(#f3f4f6,#dfe0e2);
	-webkit-box-shadow:rgba(0,0,0,.1) 0 .02941em .11765em 0 inset;
	-moz-box-shadow:rgba(0,0,0,.1) 0 .02941em .11765em 0 inset;
	box-shadow:rgba(0,0,0,.1) 0 .02941em .11765em 0 inset
}
.button.disable_button:active,.button.disable_button:hover {
	-webkit-box-shadow:rgba(0,0,0,.3) 0 .05882em .11765em .02941em inset;
	-moz-box-shadow:rgba(0,0,0,.3) 0 .05882em .11765em .02941em inset;
	box-shadow:rgba(0,0,0,.3) 0 .05882em .11765em .02941em inset
}
.hear_sese:after{content:'';display:table;clear:both;}
.hear_sese{background-color:#ff5a56;padding:0.5em 1.0em;}
.header-search{position:relative;width:75%;float:left;}
.header-search .form{display:block;overflow:hidden;vertical-align:middle;/*-webkit-border-radius:.4em;-moz-border-radius:.4em;-ms-border-radius:.4em;-o-border-radius:.4em;border-radius:.4em;*/position:relative;}
.header-search .form .search-word{padding:0.5em 1.4em;height:1.7em;/*line-height:1.7em;*/}
.header-search .form .search-word .search-input{font-size:1.2em;width:100%;border:0 none;color:#666;height:auto;}
.header-search .form .search-word .search-input::-webkit-input-placeholder{color:#ccc}
.header-search .form .submit{position:absolute;right:0;top:0;border-left:.15em solid #ccc;width:2.4em;height:3em;background-color:#fff}
.header-search .form .submit .ico-search{margin:auto;display:block;width:2.5em;height:2.5em;/*background:url(../images/ico-search.png) no-repeat 0 0;*/-webkit-background-size:2.5em 2.5em;-moz-background-size:2.5em 2.5em;-ms-background-size:2.5em 2.5em;-o-background-size:2.5em 2.5em;background-size:2.5em 2.5em}
.header-search .form .submit .ico-search .iconfont{padding-top:2px;color:#b5b5b5;font-size:22px;}
.hear_Sign{width:20%;float:right;line-height:2.5em;}
.hear_Sign ul li{float:left;padding:0 2px;}
.hear_Sign ul li a{color:#fff;font-size:11pt;vertical-align:middle}


/*index643973929211478*/
.list_page ul{display:-webkit-box; display:flex;background:#def6ff;border-bottom:1px #0eb6f3 solid;}
.list_page ul li{-webkit-box-flex:1;flex:1;height:74px;margin:auto;display:block;position:relative;}
.list_page ul li.active:after{
  content: '';
    display: block;/*这个也很关键的*/
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0;
    left:50%;
    border: 8px solid transparent;
    border-bottom: 8px solid #0eb6f3;
	border-top: none;
    z-index: 1;
	margin-left: -8px;
	}
.list_page ul li.active:before{
  content: '';
    display: block;/*这个也很关键的*/
    position: absolute;
    width: 0px;
    height: 0px;
    bottom:-1px;
    left:50%;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
	border-top: none;
    z-index: 99;
	margin-left: -8px;
	}


.list_page ul li span{text-align:center;display:block;font-size:11pt;color:#05b3f2;/*padding-top:5px;*/}
.none{display:none;}
.iconfont{font-size:26px;color:#e4ca76;display:block;text-align:center;padding-top:12px;}
.iconfont:hover{/*font-size:30px;*/}
.TabContent{padding:8px;}
.pro_list{padding-bottom:25px;}
.pro-cp .list-header{position:relative;padding:0 5px;}
.pro-cp .list-header h2{line-height:42px;color:#484848;font-size:15px;font-weight:normal;}
.pro-cp .list-header i{position:absolute;right:8px;top:0px;font-size:12pt;color:#ff6b67;}
.pro-cp ul li{border:2px #c9f0fe solid;border-radius:5px;margin-bottom:5px;}
.pro-cp .price{line-height:30px;padding:0 5px;position:relative;border-bottom:1px #c8f0ff dashed;}
.pro-cp .price h2{font-size:10pt;color:#898989;font-weight:normal;}
.pro-cp .price h2 span{font-size:14pt;color:#ff5a56;}
.pro-cp .price .rec{position:absolute;right:5px;top:0px;}
.pro-cp .price .rec:after{content:'';display:table;clear:both;}
.pro-cp .price .rec span{float:left;}
.pro-cp .price .rec .iconfont{display:inline;font-size:10pt;color:#ff5a56;}
.pro-cp .intro{padding:5px 5px;font-size:11pt;color:#2b2b2b;line-height:22px;}
.pro-cp .shoop:after{content:'';display:table;clear:both;}
.pro-cp .shoop{margin-top:15px;width:80%;margin:0 auto;height:30px;line-height:30px;text-align:center;color:#fff;}
.pro-cp .shoop a{color:#fff;display:block;background:#ff5a56;border:1px #ff5a56 solid;border-radius:3px 3px 0 0;height:28px;overflow:hidden;}
.pro-cp .shoop .last{background:#05b3f2;border:1px #05b3f2 solid}
.pro-cp .shoop .iconfont{display:inline;font-size:11pt;color:#fff;padding-right:3px;}
.footer {
	/*border-top:.1em solid gainsboro;*/
	/*position:fixed;
	bottom:0px;left:0px;*/
	width:100%;
	height:auto;
	z-index:99
}
.foots{	
	/*padding:3em 0;*/
	text-align:center;
    height: 120px;

	position:relative;
}
.yuan{width:20%;height:80px;border:1px #50bee6 solid;margin:0 auto;border-radius:50% 50%;/*position:absolute;left:40%;top:-20px;*/background:#fff;left:50%;
 position: absolute;  
            top: 50%;  
            left: 50%;  
            transform: translate(-50%, -50%); /*向左向上分别平移自身的一半*/  
            -webkit-transform: translate(-50%, -50%);  
            -moz-transform: translate(-50%, -50%);  
            text-align: center;  
            transition: 1s;  

}
.footer .row{/*height:120px;*/background:#fff;position:absolute;top:35%;left:0px;width:100%;border-top:1px #50bee6 solid;}
.footer .row ul{display:-webkit-box; display:flex;}
.footer .row li{-webkit-box-flex:1;flex:1;margin:auto;display:block;}
.footer .row li .iconfont{padding-top:8px;color:#05b3f2;}
.footer .row .home{width:16%;height:60px;border:10px #fff solid;border-radius:50%;background:#ffdfde;
			position: absolute;  
            top: 40%;  
            left: 50%;  
            transform: translate(-50%, -50%); /*向左向上分别平移自身的一半*/  
            -webkit-transform: translate(-50%, -50%);  
            -moz-transform: translate(-50%, -50%);  
            text-align: center;  
            transition: 1s;
}
.footer .row .row_1{position:relative;z-index:99;}
.footer .row .home .iconfont{color:#ff6562;padding-top:15px;}
.footer .row2{height:60px;position:absolute;left:0px;top:7px;width:100%;z-index:9;background:#fff;}


.footer .g_1 a {
	color:#5ac4f5;
	
}
.footer .g_1 a:first-child {
	/*border-right:.06667em solid #ccc*/
}
.footer .g_1 a:last-child {
	/*border-left:.06667em solid #ccc*/
}
.footer .g_2 {
	color:#c5c5c5;
	padding:1.5em 0
}
.footer .g_2 a {
	color:#88898d;
	padding:0 1.66667em;
	-webkit-background-size:1.16667em .86667em;
	-moz-background-size:1.16667em .86667em;
	-o-background-size:1.16667em .86667em;
	background-size:1.16667em .86667em
}
.footer .g_3 p {
	color:#c5c5c5;
}


.btn {
    background: none repeat scroll 0 0 #00853a;
    border: 1px solid #00853a;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;

    overflow: hidden;
    text-align: center;
    line-height: 1em;
    -webkit-appearance: none;

    border-radius: 0em;
    border-style: solid;
    border-width: 1px;

        font-size: 16px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
}
.foot-nav{background: #1e1d1d;border-top: 1px solid #1e1d1d;position: fixed;left: 0;right: 0;bottom: 0; display:-webkit-box;display:flex;
    font-size: 10pt;line-height: 2;z-index: 9999}
.foot-nav a{padding-top: 5px; position: relative; z-index: 2;text-align: center;-webkit-box-flex:1;flex:1;color: #fff0a9;}
.foot-nav a i{font-size: 20pt;display: block;width: 36px;height: 36px;line-height: 36px; margin: 0 auto;}
.foot-nav a.foot-home{padding-top: 0;}
.foot-nav a.foot-home i{color: #ff6562;padding: 10px; border-radius: 50%;background: #ffdfde;border:20px solid #fff;margin-top: -30px;}
/*.foot-nav:before{content: '';position: absolute;left: 50%;top: -31px;width:96px;height:96px;border-radius: 50%;border: 1px solid #50bee6;margin-left: -49px; z-index: 0;}*/
/*.foot-nav:after{content: '';position: absolute;left:0;right: 0;top:0;bottom: 0;background: #fff; z-index: 1;}*/
.foot-nav .iconfont{padding-top:0px;}

input.btn{
	margin-left:0;
	margin-right: 0;
	width: 100%;

}
.btn-mini{font-size: 1em;overflow: visible; display: inline;padding: 0.2em 0.6em;}
.btn-bar{ background: #eaeaea; z-index: 10; display: table;width:100%; padding-bottom: 2em;padding-top: 1em;}
.btn-bar .iconfont{
	font-size: 11pt; 
    color: #523b17;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
	
	}
.btn-bar .col-2-1 {text-align: center; width: 50%; display: table-cell;padding: 0.25em;}

.btn:hover{color: #523b17;background:#e4d9af; }
a.btn:hover{text-decoration: none;}
.btn-gray{background:#ecf0f1;border-color:#989da3;color: #555;}
.btn-gray:hover{background:#bec3c7;border-color:#cacecf;}
.btn-disable{background:#ecf0f1;border-color:#cacecf;color: #555;}
.btn-disable:hover{background:#ecf0f1;border-color:#cacecf;color: #555;}

.btn-blue{border:#1b6990 1px solid;background:#2a80b9;}
.btn-blue:hover{background:#3598dc;border-color:#2882c0;}

.btn-orange{background:#d25400;border-color:#af4a06;}
.btn-orange:hover{background:#e77e22;border-color: #bd6617;}

.btn-red{background:#bf3a2b;border-color:#992d23;}
.btn-red:hover{background:#e84c3d;border-color: #c63a2d;}

.btn-red{background:#bf3a2b;border-color:#992d23;}
.btn-red:hover{background:#e84c3d;border-color:#c63a2d;}

.btn-green{background:#17a086;border-color:#0c7c64;}
.btn-green:hover{background:#19bd9b;border-color:#16987c;}

.icon-cart,.icon-member,.icon-list,.icon-alert,.icon-close,.icon-stop,.icon-plus,.icon-plus-1,.icon-minus,.icon-add,.icon-equal,.icon-order-0,.icon-order-1,.icon-order-2,.icon-order-3,.icon-groups,.icon-right,.icon-cright,.icon-clock,.icon-lights,.icon-end{background-image: url(../images/icons.png);display: inline-block; vertical-align: middle;padding: 0 1px;width: 25px;height: 25px;}

.icon-cart{background-position: 3px -25px;}
.icon-member{background-position: 3px -2px;}
.icon-end{background-position: -25px 0;}
.icon-list{background-position: 0 -51px;}
.icon-alert{background-position: -25px -75px;}
.icon-lights{background-position: -25px -100px;}
.icon-close{background-position: 0 -125px;}
.icon-stop{background-position: -25px 0;}
.icon-plus{background-position: 0 -225px;}
.icon-plus-1{background-position: -25px -325px;}
.icon-minus{background-position:0 -200px;}
.icon-add{background-position:0 -250px;}
.icon-equal{background-position:0 -275px;}
.icon-order-0{background-position:-25px -200px;}
.icon-order-1{background-position:-25px -225px;}
.icon-order-2{background-position:-25px -250px;}
.icon-order-3{background-position:-25px -275px;}
.icon-clock{background-position:-25px -300px;}
.icon-groups{background-position: 0 -325px;}
.icon-right{background-position: 0 -375px;}
.icon-cright{background-position: 0 -350px;}

/*--S pagebar --*/
.page-nav { font-family: Simsun; line-height:normal;text-align: right;margin-top: 0.5em;overflow: hidden;zoom: 1;}
.page-nav  a,.page-nav  span,.page-nav  input{display:inline-block;line-height:1.2em;padding:0.1em 0.5em;border:1px solid #ccc;background-color:#fff; text-decoration:none;color:#666 !important;margin-right:5px;zoom: 1;}
.page-nav  input{height: 1.2em;line-height: 1.2em;padding: 0;zoom: 1;}
.page-nav  a:hover,.page-nav span.current{color:#fff !important;background-color:#C00;border-color:#be0d11 #be0d11 #9a0307; text-decoration:none;}

/*--E pagebar --*/

a{color: #000;}
/**
.input {
    -moz-appearance: none;
    -webkit-appearance: none;

    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #333;

    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 12px 10px;
}*/
.input {
    border: 1px solid #d4d4d6;
    border-radius: 0.35em;
    box-sizing: border-box;
    display: inline-block;
    padding: 1em;
    vertical-align: middle;
    font-size: 1.5em;
    width: 100%;
}
.textarea{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    padding: 12px 10px;
}
.login-form{
    margin: 0 auto;
    display: block !important;
    position: relative;
    /*width: 300px;*/
}
.login-form form{
    margin: 0;
}
.login-form .btn{margin: 0;}
/*.login-form input.btn{height: 40px;}
.login-form .btn{width: 300px;}*/
.login-form dl dd,form dl dd {
    margin-top: 1.5em;
    position: relative;
}
.login-form .input {
   /* width: 275px;*/
}

.flex_1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    width: 100%;
}

.select:after {
    background: url("../images/select_bg.png") no-repeat scroll 0 0  rgba(0, 0, 0, 0);
    background-size: cover;
    content: " ";
    display: block;
    height: 0.95em;
    margin-top: -0.475em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 1.35em;
}
.select {
    border-color: #d3d4d5 #d5d7d8 #dadbdd #e0e2e3;
    border-radius: 0.35em;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    height: 4em;
    overflow: hidden;
    padding-right: 2.4em;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.select > select {
    border: medium none;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.select .option {
    border-right: 1px solid #d8d9da;
    font-size: 1.5em;
    line-height: 2.66667em;
    padding-left: 0.93333em;
}

.input > input {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 1.5em;
    width: 100%;
}
#areas .flex_1:last-child{margin-left: 0.5em;}
#areas select{width: 33.3%;display: block;height: 30px;}
#areas .invalid-msg{top:-2em}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#000!important;
}
:input-placeholder {
    color:#000!important;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.textarea {
    border: 1px solid #d4d4d6;
    border-radius: 0.35em;
    box-sizing: border-box;
    display: inline-block;
    padding: 1.1em;
    vertical-align: middle;
    width: 100%;

    height: 4.66667em;
    border-radius: 0.35em;

    font-size: 1.5em;
    resize: none;
    width: 100%;
}
input[type~='checkbox']+label.valid-msg,input[type~='checkbox']+label.invalid-msg{position: relative; display: inline; pointer-events: none; line-height: 1em; top:0; left:0.2em; }
span.invalid-msg, label.invalid-msg, span.valid-msg, label.valid-msg,input[pattern]+label.msg-init,textarea[pattern]+label.msg-init{
	/*background-color:#fff;*/
	position: absolute;
	display: block;
	pointer-events: none;
	line-height: 1em;
	top:0em;
	right:1.5em;
	height: 1em;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #c2c2c2;
    font-weight: normal !important;
}

ul.list{margin: auto;}
ul.list > li{ border-bottom: 1px dotted #dcdcdc;padding: 0.5em 0;position: relative;}
ul.list > li:last-child{ border:none;}
ul.list > li>div{overflow:hidden;}
ul.list > li>div:first-child{float: left;}
ul.list > li>div:nth-child(2){float: right;}

.promo{border: red 1px solid;padding: 0 2px;border-radius: 3px;background: #fc0}
.prom{background-color: #8c0000; color: #FFF;padding: 2px 8px;border-radius: 3px;}

table.form td{
	padding: 4px 0;
}
table.form .input{ padding: 3px 10px; width: auto;}
.list-nav{}
.list-nav .item{padding: 0 1em;border-bottom: 1px solid #bcbcbc;position: relative; line-height: 1.6em;height: auto;}
.list-nav .item:last-child{border-bottom:none;}
.item a.more{background: url("../images/arrow.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
	background-size:  0.75em 1.0em;
    color: #51545a;
    display: block;
    height: 100%;
    font-size: 1.4em;
    padding: 0.4em 0px;
}
.list-nav .item .sub-item{position: relative;display: block; margin-bottom: 1em;}
.list-nav .item .sub-item li{float: left;padding-right: 0.5em;}
.list-nav .item .sub-item li a{color: #999;}
.list-nav .item .sub-item .un{padding: 0 1em 0 0; border-right: 1px #f1f1f1 solid;color: #999;font-size: 1em;}
.list-nav .item .sub-item li:last-child .un {border-right: none;}
.user-info td{padding: 10px 0;}
.list-nav .item .un{
	font-size: 1.0em;
	color: #000;
    padding: 0em 0 0em 2.33333em;
}
#widget_sub_navs .list-nav .item .un{
	font-size: 1.0em;
	color: #000;
    padding: 0em 0 0em 2.33333em;
}
.order_info{padding: 10px 5px;}
.order_info .topline {
	border-top: 1px dotted #c2c2c2;
	padding-top:10px;
}
 .order_info dd {
    color: #666;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0.4em;
}
.order_info dd span{
    color: #000;
}

fieldset.line-title{
    border-top: 1px solid #e0e0e0;
    padding-bottom: 10px;

}
fieldset.line-title .txt{
    color: #b0b0b0;
    padding: 0 20px;
    margin: 0 auto;
}
.oauth-list{
    text-align: center;
}
.oauth-list a{
    display: inline-block;
    padding:5px;
    margin-right: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.magic-body{background:url(../images/magic-bg.jpg) no-repeat center top;
   /* width: 100%!important;
      overflow: hidden;height: 100%!important;*/

    background-size: cover;
}
.magic-body-new{background:url(../images/magic-bg-reg.jpg) no-repeat center top;
    /* width: 100%!important;
       overflow: hidden;height: 100%!important;*/

    background-size: cover;
}
.simple-box{width: 85%;margin: 10px auto 0px;background: none;border-radius: 20px;}
.magic-bg .simple-box .title{padding: 20px 0px 0;margin: 0 20px;border-bottom: 2px #42413e solid;display: none;}
.magic-bg .simple-box .title span{width: 6px;height: 23px;display: inline-block;background: #252525;}
.magic-bg .simple-box .title h1{display: inline-block;line-height: 23px;padding-left: 10px;color:#252525;font-weight: bold;}
.login-form-list .input{height: 34x;border: none;background: none; border-bottom: 1px #3c3b39 solid;border-radius: 0;}
.login-form-list dl{padding-top: 10px;}
.login-form-list{padding: 0 20px 20px;background:rgba(255,255,255,.6);}
.btn-mains {
    background:#b283b8;
    color: #fff;
    background-size: 100% 100%;

    border: none;
    border-radius: 0px;
    font-size: 16px;
}
.login-form-list .zhuce {}
.login-form-list .zhuce dd{margin-top: 0px;}
.login-form-list .zhuce dd a{border-radius: 0px;}
.login-logo{width: 90%;margin: 0px auto 0;padding:50px 0;}
.extension-one{width: 80%;margin: 0 auto;position: relative;}
.extension-one img{max-width: 100%;height: auto;}
.extension-list ol:after{content: '';display: table;clear: both;}
.extension-list ol{list-style-type:none;display: flex;padding: 0;}
.extension-list ol li{flex: 1;padding: 0 15px;position: relative}
.extension-list ol li img{max-width: 100%;height: auto;}
.extension-intro{display: flex;width: 90%;margin: 0 auto;position: absolute;left: 5%;bottom: 5%;}
.extension-intro-one{flex: 3;}
.extension-intro-one:after{content: '';display: table;clear: both;}
.extension-intro-two{flex: 1;}
.extension-intro-one-left{width: 35%;float: left;}
.extension-intro-one-left img{border-radius: 50%;}
.extension-intro-one-right{width: 60%;float: right;text-align: left;}
.extension-intro-one-right h3{font-size: 14px;color:#fff;text-align: left;}
.extension-intro-one-right p{font-size: 14px;color:#fff;text-align: left;}
.extension-intro-two img{width: 100%;height: auto;}
.extension-list{position: relative;}

.extensions-intro{width: 90%;margin: 0 auto;position: absolute;left: 5%;bottom: 5%;    padding: 0 15px;}
.extensions-intro-one{display: flex;margin-top: 10px;}
.extensions-intro-one:after{content: '';display: table;clear: both;}
.extensions-intro-two{width: 50%;margin: 0 auto;}
.extensions-intro-one-left{flex: 1;}
.extensions-intro-one-left img{border-radius: 50%;}
.extensions-intro-one-right{text-align: left;flex: 2;}
.extensions-intro-one-right h3{font-size: 12px;color:#fff;text-align: right;margin: 0;}
.extensions-intro-one-right p{font-size: 12px;color:#fff;text-align: right;margin: 0;}
.extensions-intro-two img{width: 100%;height: auto;}
.gallery-thumbs{margin-top: 15px;}
.gallery-thumbs .swiper-slide{width: 23%;margin: 0 1%;}
.gallery-thumbs .swiper-slide img{width: 100%;height: auto;}
.swiper-slide img{width: 100%;height: auto;}


.Cumulative-income{width: 70%;margin: 0 auto;position: relative;}
.Cumulative-income .account-balance{color: #fff;}
.profit-img{position: relative;font-size: 14px;}
.Cumulative-income img{max-width: 50%;height: auto;margin: 0 auto;}
.cumulative-intro{position: absolute;top:32%;left: 50%;transform: translate(-50%);}
.cumulative-intro h4{margin: 0 auto;color: #523b17;font-size: 16px;font-weight: normal;}
.cumulative-intro h2{margin: 0 auto;color: #523b17;font-size: 20px;font-weight: bold;}
.Put-forward{margin: 10px auto 15px;width: 80%;background: #fff0a9;border-radius: 35px;color: #533c17;text-align: center;padding: 6px 0;}
.Put-forward a{font-size: 16px;}
ol{list-style-type:none;padding: 0;}
.Profit-list ol{display: flex;}
.Profit-list ol li{flex: 1;padding: 5px;border-radius: 15px;box-shadow: 0 0 10px #ddd;margin: 10px;
    background: -webkit-linear-gradient(#e8dfb7, #e1d3a8,#ddcd9f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#e8dfb7, #e1d3a8,#ddcd9f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#e8dfb7, #e1d3a8,#ddcd9f); /* Firefox 3.6 - 15 */
    background: linear-gradient(#e8dfb7, #e1d3a8,#ddcd9f); /* 标准的语法 */

}
.profit-xj{padding-bottom: 20px;}
.Profit-list{padding-bottom: 10px;}
.Profit-list ol li h4{margin: 0 auto;color: #7d6135;font-weight: normal;padding: 8px 0 0px}
.Profit-list ol li h2{margin: 0 auto;color: #523b17;font-size: 22px;font-weight: normal;}
.profit-xj span{position: absolute;right: 15px;bottom: 12px;color: #523b17;font-size: 12px;}
.profit-xj a{font-size: 16px;}
.profit-xj li{position: relative;}
.profit-xj .item-one{background: url(../images/yj.png) no-repeat 15px center;}
.profit-xj .item-content{/*padding-left: 10px!important;*/margin: 0 10px;}
.profit-xj .item-two{background: url(../images/ej.png) no-repeat 15px center;}
.profit-xj .item-three{background: url(../images/sanji.png) no-repeat 15px center;}
.profit-xj .item-four{background: url(../images/cx.png) no-repeat 15px center;}

.Profit-all{background: url(../images/Profit-bg.jpg) no-repeat center center;background-size: cover;padding: 10px 0;}

.list-block .item-inner {
    padding-right: .75rem;
    position: relative;
    width: 100%;
    padding-top: .4rem;
    padding-bottom: .35rem;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}
.list-block .item-link .item-inner {
    margin-left: 0rem;
    padding-left: 1rem;
}
.list-block .item-link .item-inner {
    padding-right: 1.5rem;
    background-size: .7rem;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-position: -webkit-calc(100% - .5rem) center;
    background-position: calc(100% - .5rem) center;
}
.list-block .item-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: .35rem;
    padding-bottom: .4rem;
}
.list-block .item-content {
    box-sizing: border-box;
    padding-left: .75rem;
    min-height: 2.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px #e2e2e2 solid;
}

.center-bgs{background:#00853a;background-size: cover;}
.pepo-list{padding: 0px 0;}
.pepo-list img{width: 30%;margin: 0 auto;border-radius: 50%;display: block;}
.pepo-id{text-align: center;padding: 10px 0;font-size: 22px;}
.pepo-id span{font-size: 16px;}
.pepo-tuijian{text-align: center;padding: 10px 0;font-size: 20px;}



.un_01 {background: url("../images/un_01.png") no-repeat scroll 0 50%   rgba(0, 0, 0, 0); background-size:1.6em 1.6em; }
.un_02 {background: url("../images/un_02.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_03 {background: url("../images/un_03.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_04 {background: url("../images/un_04.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_05 {background: url("../images/un_05.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_06 {background: url("../images/un_06.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_07 {background: url("../images/un_07.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_08 {background: url("../images/un_08.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_09 {background: url("../images/un_09.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_10 {background: url("../images/un_10.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_11 {background: url("../images/un_11.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}
.un_12 {background: url("../images/un_12.png") no-repeat scroll 0 50%  rgba(0, 0, 0, 0); background-size:1.6em 1.6em;}


.controller{position:fixed;bottom:0;left:0;right:0;width:60px;margin:auto;height:30px;border-radius:40px 40px 0 0; padding: 10px;}
.controller:hover{bottom:0;}
.controller a{display: block;margin:auto;height:60px;border-radius:30px 30px 0 0; margin:auto;padding: 0;background-color: #f30;border:#f30 1px solid;}
#widget_sub_navs .iconfont{display:inline;padding-top:0px;padding-right:15px;color: #51545a;}
#widget_sub_navs .list-nav .item{line-height:3em;}
/*-- Start page  */
.page{background: url("../images/paper_02.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto 1em;
    background-size:  100% 1px ;
}
.page:before{background: url("../images/paper_01.png") no-repeat scroll 0 0   rgba(0, 0, 0, 0);
background-size: 100% 0.75em;
    content: " ";
    display: block;
    height: 0.75em;}
 .page .page-content{
 	background: url("../images/paper_03.png") no-repeat scroll 0 100%   rgba(0, 0, 0, 0);
 	background-size: 100% 16.15em;
    bottom: -1em;
    padding-bottom: 6em;
    padding-left: 0.5em;
    padding-right: 1em;
    position: relative;
 }
/*-- End page  */

/*--Start 设备--*/
@media only screen and (max-width: 300px) {
body {
    font-size: 8.33333px;
}
.viewport {
    max-width: 300px;
}
}
@media only screen and (max-width: 310px) and (min-width: 300px) {
body {
    font-size: 8.33333px;
}
.viewport {
    max-width: 310px;
}
}
@media only screen and (max-width: 320px) and (min-width: 310px) {
body {
    font-size: 8.61111px;
}
.viewport {
    max-width: 320px;
}
}
@media only screen and (max-width: 350px) and (min-width: 320px) {
body {
    font-size: 8.88889px;
}
.viewport {
    max-width: 350px;
}
}
@media only screen and (max-width: 360px) and (min-width: 350px) {
body {
    font-size: 9.72222px;
}
.viewport {
    max-width: 360px;
}
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
body {
    font-size: 10px;
}
.viewport {
    max-width: 400px;
}
}
@media only screen and (max-width: 470px) and (min-width: 400px) {
body {
    font-size: 11.1111px;
}
.viewport {
    max-width: 470px;
}
}
@media only screen and (max-width: 480px) and (min-width: 470px) {
body {
    font-size: 13.0556px;
}
.viewport {
    max-width: 480px;
}
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
body {
    font-size: 13.3333px;
}
.viewport {
    max-width: 540px;
}
}
@media only screen and (max-width: 560px) and (min-width: 540px) {
body {
    font-size: 15px;
}
.viewport {
    max-width: 560px;
}
}
@media only screen and (max-width: 570px) and (min-width: 560px) {
body {
    font-size: 15.5556px;
}
.viewport {
    max-width: 570px;
}
}
@media only screen and (max-width: 630px) and (min-width: 570px) {
body {
    font-size: 15.8333px;
}
.viewport {
    max-width: 630px;
}
}
@media only screen and (max-width: 640px) and (min-width: 630px) {
body {
    font-size: 17.5px;
}
.viewport {
    max-width: 640px;
}
}
@media only screen and (max-width: 710px) and (min-width: 640px) {
body {
    font-size: 17.7778px;
}
.viewport {
    max-width: 710px;
}
}
@media only screen and (max-width: 720px) and (min-width: 710px) {
body {
    font-size: 19.7222px;
}
.viewport {
    max-width: 720px;
}
}
@media only screen and (min-width: 720px) {
body {
    font-size: 20px;
}
.viewport {
    width: 720px;
}
}

.form {font-size: 1.2em;}
.form td,.form li {padding: 0.5em 0;position: relative;}


.valid-msg {display: none;}
table {font-size: 1.4em;}
table td,table th {text-align: left;}
.title {padding-bottom: 5px;
    font-size:1.6em;
    margin-bottom: 8px;font-weight: normal;}
.content {padding:0 10px;}

.btn-bar .col-3-1 {width: 31%;float: left;margin-left: 1%;margin-right: 1%;}


.mobile-extension{border-bottom:1px #f5f5f5 solid;}
.mobile-extension ul{display: flex;margin: 0;}
.mobile-extension ul li:nth-child(1){flex: 3;border-right:1px #f5f5f5 solid;}
.mobile-extension ul li:nth-child(2){flex: 1;padding: 10px;}
.mobile-extension ul li h3{margin: 0;text-align: center}
.mobile-extension ul li p{margin: 0;display: block;padding: 5px 0;text-align: center}
.mobile-extension ul li h4{padding: 0px 10px 0;color: #7d7d7d;font-size: 18px;font-weight: normal;}
.mobile-classification{}
.mobile-classification ul:after{content: '';display: table;clear: both;}
.mobile-classification ul{padding: 0 10px;}
.mobile-classification ul li{width: 23%;margin: 0 1%;float: left;}
.mobile-classification ul li img{max-width: 80%;height: auto;margin: 0 auto;display: block;}
.mobile-classification ul li h2{font-size: 14px;text-align: center;padding: 12px 0;font-weight: normal;}

.hot-all .tcon{background: #fff;padding: 0.8rem;}
.hot-all .tcon h2{text-align: center;position: relative;font-size: 16pt;margin: 0;}
.hot-all .tcon h2:before{
    content: '';
    width: 30px;height: 15px;
    position: absolute;
    left:25%;
    top: 5px;
    background: rgba(0, 0, 0, 0) url("../images/hot-biao.png") no-repeat 0 center;
}
.hot-all .tcon h2:after{
    content: '';
    width: 30px;height: 15px;
    position: absolute;
    right: 25%;
    top: 5px;
    background: rgba(0, 0, 0, 0) url("../images/hot-biao.png") no-repeat 0 center;
}
.blox10{height: 10px;background: #f6f6f6;}
.boxt-title .tcon{
    padding: 30px 0;
    background: url(../images/mobile-title.png) no-repeat center center;
    display: block;
}

.boxt-title .tcon h3{
    color: #008030;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
}
.rush-buy ul li:after{content: '';display: table;clear: both;}
.rush-buy ul li{padding: 0.8rem;}
.rush-buy ul li img{width: 156px;height: 166px;}
.rush-buy ul li .rush-img{width: 156px;border: 1px #e5e5e5 solid;float: left;}
.rush-buy ul li .rush-intro{margin-left: 180px;}
.rush-buy ul li .rush-intro h2{font-size: 14px;font-weight: normal;
    line-height: 25px;}
.rush-buy ul li .rush-price{font-size: 14px;font-weight: normal;padding-top: 20px;}
.rush-buy ul li .rush-price span{color: #fb7a1c;font-size: 20px;}
.main-push .mcon{background: url(../images/main-intro-bg.jpg) no-repeat bottom center; }
.main-push .mcon .img{padding:0 0.8rem;}
.main-push .mcon img{width: 100%;height: auto;}
.main-push .mcon .intro{ padding:0 0.8rem;}
.main-push .mcon .intro .title{text-align: center;padding: 0.8rem 0;font-size: 18px;}
.main-push .mcon .intro .info{line-height: 1.8;font-size: 14px;padding-bottom: 5px;}
.main-push .mcon .intro .purice{font-size: 14px;padding: 0.8rem 0;text-align: right;}
.main-push .mcon .intro .purice span{font-size: 20px;color: #008030;}
.page-list .list-header span{text-align: left;border-left:5px #008030 solid;color: #008030;padding-left: 5px; }
.page-list .list-header{text-align: left;}

#foot{height:90px;}
.foot-nav{background: #f9f9f9;
    border-top: .1vw solid #e6e5e5;
    position: fixed;left: 0;
    right: 0;bottom: 0; display:-webkit-box; display:flex;font-size: 10pt;line-height: 2;/*box-shadow: 0px 0px 10px #e0e2e2;-moz-box-shadow:0px 0px 10px #e0e2e2;*/z-index: 999}
.foot-nav li{padding:0px 0 0px;
    position:relative;
    z-index:2;
    text-align:center;
    -webkit-box-flex:1;
    flex:1;
    list-style: none;
    line-height:0.6;
}
.foot-nav a{font-size:10pt;display: block;padding-bottom: 5px;}
.foot-nav .iconfont{color:#000}
.foot-nav .home-zhuye{
    padding-top: 10px;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 -1px 10px #ebe8e8;
    /*border:1px #ddd solid;*/
    width: 73%;
    margin: -10px auto 0;
    padding-bottom: 10px;
    background: #f9f9f9;color: #008030}
.foot-nav a i{font-size:15pt;
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    margin:0 auto 5px;color:#000
}

.foot-nav .home-zhuye .iconfont{color: #008030;}
.foot-nav a{color:#000 }
.login-logo img{width:100%;display:block;margin:0 auto;}
.bank-card{background: url(../images/car.png) no-repeat center center;background-size: cover;}

.app-bady{width: 100%;height:100%;background:url("../images/app-body.jpg") no-repeat top center;background-size: cover;}
.app-bady .app-erwei{width: 50%;padding: 30% 0 20% ;margin: 0 auto;display: block;}
.app-bady .app-erwei img{width: 100%;height: auto;margin:0 auto ;display: block;border: 1px #c3972d solid;}
.app-banben{width: 60%;margin: 0 auto;display: block;padding: 8px 15px;background: #f1c629;text-align: center;border-radius: 5px;font-size: 14pt;color: #fff;}
.app-banben img{width: 15%;height: auto;padding: 0 10px;}
.app-bady p{text-align: center;padding: 10px 0;color: #b8b8b8;}
.header{height: 64px;}
.activehead{height: 146px;/*background: #39ae36;*/}

.header{width: 100%;}

#mobileNav .mobileDropdown ul:after{content: '';display: table;clear: both;}
#mobileNav .mobileDropdown ul{background: none;margin: 0;border-top: 1px #ddd solid;}
#mobileNav .mobileDropdown{min-height: auto;}

.header-bg{background: rgba(146,7,131,.9);position: fixed;left: 0;top:0;}
.header-bg h2{color: #fff;}
.header-bg #mobileNav .mobileDropdown{top:64px;}
.header-lists{background: #39ae36;}

#mobileNav .mobileDropdown ul li:nth-child(7){width: 100%;}
.biao img {
    width: 80%;
    padding: 5px 10px;
}
.biaos img {
    width:30px;height: 30px;
    padding: 5px 10px;
}
.biaos{position: relative;}
.biaos .ma-er{display: none;position: absolute;top:45px;right: 0;}
#mobileNav{left:0px; position: absolute; top: 8px; z-index: 99999;}
#mobileNav .mobileWarp{position: fixed;left: 0; right: 0; top: 0; bottom: 0; z-index: 0;display: none;}
#mobileNav .mobileDropdown{position:fixed; top: 64px;left: 0;right: 0; z-index: 100; font-size: 12pt; min-height:90px; overflow-y:inherit; /*height:90px!important; padding:10px 0 0;*/ line-height:40px;text-transform: uppercase;  transition: all .45s ease;
    overflow-y: hidden;
    max-height: 0;opacity: 0; z-index: 2;
}
#mobileNav .mobileDropdown ul{background: #fff;
    transition: all .45s ease;}
#mobileNav .mobileDropdown ul li:first-child{ /*display:none;*/}
#mobileNav .mobileDropdown ul li{float:left; width:33.33%; text-align:center; box-shadow:-1px -1px 1px 0 #e3e3e3;}
#mobileNav .mobileDropdown ul li ul{ display:none;}
#mobileNav .mobileDropdown ul li a{ display: block; clear: both; overflow:hidden; text-align: center;}
#mobileNav .mobileDropdown ul li a.hover,#mobileNav .mobileDropdown ul li a:hover{ color: #c41305;}
#mobileNav .mobileDropdown ul li a em,#mobileNav .mobileDropdown ul li span{ clear: both; overflow: hidden; position:relative; top:0;transition-property:all;transition-duration:.3s;font-style: normal;}
#mobileNav .mobileDropdown ul li a span{ display: none;}
#mobileNav.navOn .mobileDropdown {
    opacity: 1;
    max-height: 1000px;
}


#mobileNav .dropbtn{position: relative;z-index: 2;padding: 20px;}
#mobileNav .dropbtn span,#mobileNav .dropbtn span:after,#mobileNav .dropbtn span:before {
    position: absolute;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    width: 20px;
    height: 3px;
    background-color: #ebcd28;
    border-radius: 0;
}
#mobileNav .dropbtn span{transition-timing-function: cubic-bezier(.55,.055,.675,.19);transition-duration: .3s;}
#mobileNav .dropbtn span:before {display: block;content: "";
    top: -8px;transition: top .1s ease-in .34s,opacity .1s ease-in;
}
#mobileNav .dropbtn span:after {display: block;content: "";
    bottom: -8px;transition: bottom .1s ease-in .34s,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
}
#mobileNav .dropbtn.isActive span{transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);}
#mobileNav .dropbtn.isActive span:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .14s;
    opacity: 0;
}
#mobileNav .dropbtn.isActive span:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .3s cubic-bezier(.215,.61,.355,1) .14s;
    transform: rotate(-90deg);
}
#mobileNav.navOn .mobileWarp{display: block;}
#mobileNav.navOn .mobileDropdown{opacity: 1;
    max-height: 1000px;}

#mobileNav .mobileDropdown ul li a h2{font-weight: normal;}
.notice-news{padding:12px 10px;position: relative;font-size: 10pt;color: #7f8699}
.notice-news .img img{width: 8%;display: inline-block;padding-right: 10px;}
.notice-news a{position: absolute;right: 0;bottom: 20px;}
.notice-news a img{width: 50%;}
.ty-gg{padding-bottom: 10px;border-bottom: 1px #d6d7dc solid;}
#ad-bkoqu637-k8sy-03nc-mcpm-jtqiekzx{width: 100%!important;height: auto!important;}
#ad-bkoqu637-k8sy-03nc-mcpm-jtqiekzx img{width: 100%!important;height: auto!important;}
.product-all{padding: 10px 0;}
.product-all .mcon{padding: 0 10px;}
.product-all .mcon .pic{border: 2px #981720 solid;padding: 15px;border-radius: 5px;}
.product-all .mcon .pic img{width: 100%;height: auto;}
.product-all .mcon .intro{padding: 10px 0;position: relative;}
.product-all .mcon .intro h2 a{font-size: 14pt;font-weight: bold;line-height: 1.6;}
.product-all .mcon .intro p{font-size: 12pt;font-weight: normal;padding: 5px 0;display: block;}
.product-all .mcon .intro .price{font-size: 11pt;font-weight: bold;padding: 5px 0;display: block;color: #ff0000;}
.product-all .mcon .intro .info{font-size: 10pt;font-weight: normal;padding: 5px 0 0;display: block;color: #f8c301;position: absolute;top: 10px;right: 0;}
.titles-small .tcon{text-align: center;padding: 15px 0 20px;}
.titles-small .tcon h2{font-size: 30px;color: #981720;font-weight: normal;background: url(../images/product-all-title.png) no-repeat center center;}
.effect{padding: 10px 0;}
.effect .tcon{text-align: center;padding: 10px 0 15px;}
.effect .mcon{padding: 10px 10px;}
.effect .mcon  img{width: 100%;height: auto;}
.foot-nav{background: #fff;border-top: 1px solid #ebebeb;position: fixed;left: 0;right: 0;bottom: 0; display:-webkit-box; display:flex;font-size: 10pt;line-height: 2;box-shadow: 0 0 5px #ebebeb;}
.foot-nav a{padding-top: 5px; position: relative; z-index: 2;text-align: center;-webkit-box-flex:1;flex:1;padding-bottom: 0;}
.foot-nav a i{font-size: 20pt;display: block;width:28px;height:19px;line-height: 30px; margin: 0 auto;}
.foot-nav a.foot-home{padding-top: 0;}
.foot-nav a.foot-home i{color: #fff;padding: 8px; border-radius: 50%;background: #ebcd28;border:13px solid #fff;margin-top: -30px;}
/*.foot-nav:before{content: '';position: absolute;left: 50%;top: -31px;width:96px;height:96px;border-radius: 50%;border: 1px solid #ebebeb;margin-left: -49px; z-index: 0;box-shadow: 0 0 5px #ebebeb;}
.foot-nav:after{content: '';position: absolute;left:0;right: 0;top:0;bottom: 0;background: #fff; z-index: 1;}*/
.foot-nav a.foot-home i{width: 50px;height:50px;}
.foot-nav a:nth-child(1) i{background:url(../images/foot-tu1.png) no-repeat 0 center;background-size: cover;}
.foot-nav a:nth-child(2) i{background:url(../images/foot-tu2.png) no-repeat 0 center;background-size: cover;}
.foot-nav a:nth-child(3) i{background:url(../images/foot-tu3.png) no-repeat 0 center;background-size: cover;}
.foot-nav a:nth-child(4) i{background:url(../images/foot-tu4.png) no-repeat 0 center;background-size: cover;}

.foot-nav a:nth-child(1).foot-hover i{background:url(../images/foot-tu1-hover.png) no-repeat 0 center;background-size: cover;}
.foot-nav a:nth-child(2).foot-hover i{background:url(../images/foot-tu2-hover.png) no-repeat 0 center;background-size: cover;}
.foot-nav a:nth-child(3).foot-hover i{background:url(../images/foot-tu3-hover.png) no-repeat 0 center;background-size: cover;}
.foot-nav a:nth-child(4).foot-hover i{background:url(../images/foot-tu4-hover.png) no-repeat 0 center;background-size: cover;}
.foot-nav a.foot-hover{color: #3f3f3f;}
.layout-two{padding: 0 5px;}
.layout-two ul:after{content: '';display: table;clear: both;}
.layout-two ul li{width: 10%;float: left;}
.layout-two ul li a{display: block;}
.layout-two ul li:nth-child(2){width: 70%;}
.layout-two ul img{width: 80%;display: block;margin: 0 auto;}
.serbox{margin-top: 0;width: 100%;}
.serbox .section{ height:30px; border:1px solid #ebebeb; border-radius:25px; position:relative;
    overflow:hidden;padding: 0;background-color:#fff;
}
.serbox .serbtn i{font-size:14pt;color:#a1a1a2;padding-top: 0!important;padding: 0;}
.serbox .section .serinp{border:none; border-radius:0!important; font-size:10pt; font-family:"wqcms";padding: 0px 10px 0px 20px;color:#a4a5a5;width: 100%; background:none;}
.serbox .section .serbtn{ border:none; width:27px; height:30px;  cursor:pointer;background:none;position:absolute;left:5px;top:0px; text-align:left;margin: 0;padding: 0px;}
.main-viewport{}
.artic-wz{padding: 0 10px;}
.artic-wz ul{display: flex}
.artic-wz ul li{flex: 1;text-align: center;}
.artic-wz ul li a{font-size: 11pt;padding:15px 0;display: block;}
.product-lists-lb{padding: 0 10px;}
.product-lists-lb .tcon{padding: 10px 0 10px;}
.product-lists-lb .tcon h3{font-size: 12pt;padding-left: 5px;font-weight: normal;}
.horizon-top{padding: 10px;background: #3abbcf;}
.horizon-top img{width: 100%;height: auto;}
.horzion-list{padding: 0 10px;}
.horzion-list ul li{}
.horzion-list ul li h2{font-size: 12pt;padding: 1rem 0;}
.center-top h4{padding: 0;margin: 0;font-size: 14pt;text-align: center;color: #fff;font-weight: normal;}
.center-top{padding: 1.25rem 10px 1rem;}
.center-all{background: #b283b8;padding: 0 10px 100px;}
.center-top-list{background: #231815;color: #fff;padding: 5px;border-radius: 15px;}
.center-top-list .center-top-border{border: 1px #fff solid;border-radius: 15px;}
.center-top-list .center-top-border:after{content: '';display: table;clear: both;}
.center-top-border .center-left{width: 55%;float: left;}
.center-top-border .center-right{width: 45%;float: left;}
.tx-list:after{content: '';display: table;clear: both;}
.tx-list{padding:5px 10px;}
.tx-list .tx-img{width:50px;height:50px;float: left;}
.tx-list .tx-img img{display: block;width: 100%;height: auto;border-radius: 50%;border: 2px #fff solid;}

.tx-wz h1{font-size: 11pt;padding-bottom: 1rem;font-weight: normal;}
.tx-wz p{font-size: 10pt;line-height: 1;}
.Current-balance{padding:3px 10px 10px 30px;}
.Current-balance .balance span{font-size: 22px; padding-top: 15px;display: block;background:url(../images/money.png) no-repeat 0 center; padding-left: 30px;background-size: contain;}
.Current-balance .balance h3{font-size: 12px; padding:0px 0 10px;display: block ;font-weight: normal;}
.Current-balances{padding:12px 0 0 10px;}
.Current-balance .turnover span{font-size: 22px; padding-top: 0px;display: block;}
.Current-balance .turnover h3{font-size: 12px; padding: 0px 0 10px;display: block ;font-weight: normal;}
.center-right .members{padding:5px 0;}
.center-right .members h4{font-size: 14px; display: block;background:url(../images/guan.png) no-repeat 0 center;background-size: contain; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 1rem;}
.center-right .members p{font-size: 10pt;}
.center-list{padding: 0 10px;margin: -85px 10px 0;background: #fff;box-shadow: -1px 3px 5px #cccccd;}
.center-right .members1{padding:10px 0;}
.center-right .members2{padding:10px 0;}
.center-right .members3{padding:5px 0;}
.center-right .members3 p{font-size: 10pt;}
.center-right .members h4{font-size: 14px; display: block;background:url(../images/guan.png) no-repeat 0 center;background-size: contain; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 0.7rem;}
.center-right .members1 h4{font-size: 14px; display: block;background:url(../images/star.png) no-repeat 0 center;background-size: contain; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 1rem;}
.center-right .members2 h4{font-size: 14px; display: block;background:url(../images/zuan.png) no-repeat 0 center;background-size: contain; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 1rem;}
.center-right .members3 h4{font-size: 14px; display: block;background:url(../images/guan.png) no-repeat 0 center;background-size: contain; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 0.7rem;}

.center-list ul:after{content: '';display: table;clear: both;}
.center-list .center-list-top ul{padding: 10px 0;}
.center-list .center-list-top ul li{width: 29.3%;margin: 2% 2%;float: left;}
.center-list .center-list-top ul li img{display: block;margin: 0 auto;width: 55%;}
.center-list .center-list-top ul li a{display: block;}
.center-list .center-list-top ul li h3{text-align: center;font-weight: normal;line-height: 2.2;font-size: 11pt;}
.center-list-bottom ul:after{content: '';display: table;clear: both;}
.center-list-bottom ul li{width: 48%;margin: 0 1%;float: left;}
.center-list-bottom ul li .intro-list{padding: 18px 10px;position: relative;}
.center-list-bottom ul li .intro-list a{display: block;font-size: 12pt;padding-left: 60px;color: #fff;}
.center-list-bottom ul li:nth-child(1) .intro-list{ /*background:#00a24d url(../images/shu.png) no-repeat 12px center;*/background:#00a24d;padding: 18px 15px;}
.center-list-bottom ul li:nth-child(2) .intro-list{ background:#00b3ed url(../images/box.png) no-repeat 12px center;}
.center-list-bottom ul li .intro-list a:nth-child(1){padding-bottom: 5px;}
.center-list-bottom ul li h4{font-size: 12pt;text-align: center;margin: 0;line-height: 3;}
.center-list-bottom ul li .message{position: absolute;right: 10px;top:15px;}
.center-list-bottom ul li .message img{width:35px;height: auto;}
.center-list-bottom ul li .message .mess-img{position: relative;}
.center-list-bottom ul li .message .mess-img span{position: absolute;right: 0;top:-10px;background: #e60012;border-radius: 50%;color: #fbdecf;padding: 1px;}
.ucenter-all{background: #7c6aad;}
.center-list-bottom ul li .message .mess-img a{padding: 0;}
.ucenter-all .Current-balance .balance span{background: none;padding: 0;}
.ucenter-center-list ul li:nth-child(1) .intro-list{ background:#00b3ed url(../images/ucenter-biao1.png) no-repeat 12px center;}
.ucenter-center-list ul li:nth-child(2) .intro-list{ background:#00a24d url(../images/ucenter-biao2.png) no-repeat 12px center;}
.ucenter-center-list .intro-list p{display: block;font-size: 11pt;padding-left: 45px;color: #fff;}
.ucenter-center-list ul li:nth-child(1) .intro-list p{padding-bottom: 5px;}

.ucenter-balance{padding: 5px 10px 10px 30px;}
.center-all .center-top-list:after{content: '';display: table;clear: both;}
.center-all .top-left{width: 50%;float: left;}
.center-all .top-right{width: 50%;float: right;}
.center-all .center-bottom-list{padding-top: 15px;}
.center-all .center-bottom-list .center-lists ul:after{content: '';display: table;clear: both;}
.center-all .center-bottom-list .center-lists ul{width: 80%;margin: 0 auto;}
.center-all .center-bottom-list .center-lists ul li{width: 50%;float: left;padding-bottom: 1rem;}
.center-all .center-bottom-list .center-lists ul li:nth-child(2n+1){clear: both;}
.center-all .center-bottom-list .center-lists ul li span{font-size: 12pt;font-weight: normal;}
.center-all .center-bottom-list .center-lists ul li span b{font-size: 17pt;font-weight: normal;}
.center-all .center-bottom-list .center-lists ul li h3{font-size: 9pt;font-weight: normal;}
.center-all .center-bottom-list .center-lists ul li .boder-list{padding-left: 10px;}
.center-all .tx-wz{padding-top: 8px;}
.top-right .members h1{font-size: 14px; display: block;background:url(../images/guan.png) no-repeat 0 top;background-size: 25px; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom:0rem;}
.top-right .members1 h1{font-size: 14px; display: block;background:url(../images/star.png) no-repeat 0 top;background-size: 25px; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 0rem;}
.top-right .members2 h1{font-size: 14px; display: block;background:url(../images/zuan.png) no-repeat 0 top;background-size: 25px; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 0rem;}
.top-right .members3 h1{font-size: 14px; display: block;background:url(../images/guan.png) no-repeat 0 top;background-size: 25px; padding-left: 30px;margin: 0;font-weight: normal;margin-bottom: 0rem;}
.category-best ul:after{content: '';display: table;clear: both;}
.category-best ul li{width: 44%;margin:0 3% 20px;float: left;text-align: left;}
.category-best ul li:nth-child(2n+1){clear: both;}
.category-best ul li .intro .intro-top:after{content: '';display: table;clear: both;}
.category-best ul li .intro .intro-top span{display: inline-block;width: 50%;float: left;padding: 5px 0 3px;font-size: 16px;font-weight: normal;}
.category-best ul li .intro .intro-top span:nth-child(2){text-align: right;}
.category-best ul li .intro p{font-size: 14px;color: #e60012;padding-bottom: 3px;}
.category-best ul li .intro .intro-link:after{content: '';display: table;clear: both;}
.category-best ul li .intro .intro-link .link-left{width: 40%;float: left;text-align: center;}
.category-best ul li .intro .intro-link .link-left a{border: 1px #030000 solid;display: block;font-size: 14px;}
.category-best ul li .intro .intro-link .link-right{width: 40%;float: right;text-align: center;}
.category-best ul li .intro .intro-link .link-right a{background: #891a71;color: #fff;font-size: 14px;display: block;}























