@charset "utf-8";

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}

/** 常规样式设置 **/
a {
	background-color: transparent
}

main {
	display: block;
}

img {
	vertical-align: top;
}

textarea {
	resize: none;
	overflow: auto;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea

/* for ie */
	{
	font: 14px/1 "Microsoft YaHEI", "Arial";
}

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

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul,
ol {
	list-style: none;
}

/** 重置文本格式元素 **/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


/** 重置表单元素 **/
legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	vertical-align: middle;
	font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
button,
input {
	border: none;
	outline: none;
	/*清除移动端默认的表单样式*/
	-webkit-appearance: none;
}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #dcdcdc;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: visible
}
::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background-clip: padding-box;
    background: #c6c8cc
}
::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0
}
::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}
::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}

/* 去掉select的默认样式 */
select {
	-webkit-appearance: none;
}

/* 如果有输入内容IE会给输入框右边加一个大大的X */
input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

/*透明度*/
.transparent {
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* 清除浮动 */
.clearfix:after,
.clearFix:after,.cl:after,.clear:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.clearfix,
.clearFix,.cl,.clear {
	*zoom: 1;
}
.red {
    color: #FF6521 !important;
}

.yellow {
    color: #fdad4d !important;
}

.blue {
    color: #2488FF !important;
}

.green {
    color: #35b34a !important;
}

.pink {
    color: #FF3B30FF !important;
}

.gray {
    color: #9999994d !important;
}

.bold {
    font-weight: bold !important;
}
.w1200{
	width: 1200px;
}
.auto,
.mr0 {
    margin: 0 auto;
}
/* 清除伪类样式 */
:focus {
	outline: none;
}

:link,
:visited {
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

/* common css */
.bbox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.text-left,
.tl {
	text-align: left;
}

.text-center,
.tc {
	text-align: center;
}

.text-right.tr {
	text-align: right;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default;
}

.cursor-none {
	cursor: not-allowed;
}

.user-select-none {
	user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Microsoft YaHEI", "Arial";
	font-weight: 500;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}

.db {
	display: block;
	*zoom: 1;
}

.dv {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.di,.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.ch {
	overflow: hidden;
	*zoom: 1;
}

.cv {
	overflow: visible;
}

.text-ellipsis,.ell {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.btn {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;

	*display: inline;
	*zoom: 1;
}

.btn:hover {
	text-decoration: none;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

/* .mr0 {
	margin-right: 0 !important;
} */

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

/** 移动端样式重置 **/
/*body {*/
/*禁止页面文字选择,屏幕翻转时文字自动调整大小*/
/*-webkit-user-select: none;*/
/*-webkit-text-size-adjust: none;*/
/*透明度设置为0，去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)*/
/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
/*}*/
/*禁用长按页面时的弹出菜单(iOS下有效)*/
/*img,a { -webkit-touch-callout:none; }*/

@font-face {
    font-family: 'DINProR';
    src: url('../font/DINPro-Regular.eot');
    /* IE9 */
    src: url('../font/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Regular.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Regular.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Regular.svg#webfont') format('svg');
    /* ios 4.1 */
}
@font-face {
    font-family: DINProM;
    src: url('../font/DINPro-Medium.eot');
    /* IE9 */
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINPro-Medium.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINPro-Medium.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINPro-Medium.svg#webfont') format('svg');
    /* ios 4.1 */
}

@font-face {
    font-family: DINBold;
    src: url('../font/DINCond-Bold.eot');
    /* IE9 */
    src: url('../font/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/DINCond-Bold.woff') format('woff'),
        /* chrome、firefox */
        url('../font/DINCond-Bold.ttf') format('truetype'),
        /* chrome、firefox、opera、Safari、Android、IOS */
        url('../font/DINCond-Bold.svg#webfont') format('svg');
    /* ios 4.1 */
}


/*提示框*/
.toast {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	z-index: 101;
}

.toast-block {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	top: 20%;
	padding: 0 40px;
	max-width: 80%;
	line-height: 40px;
	text-align: center;
	background: #000;
	background: rgba(0, 0, 0, .8);
	border-radius: 10px;
	opacity: 0;
}

.toast span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

/* 头部 */
#top-bar {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #edeff2;
}

#top-bar .section {
	background: #edeff2;
}

#top-bar a,
#top-bar span.text,
#header .top a,
#header .top span.text {
	color: #666;
    cursor: pointer;
}

#top-bar em,
#header .top em {
	color: #BBBFC9;
}

#top-bar a:hover,
#header .top a:hover {
	color: #FF6B22;
	font-weight: 600;
}

/* 头部2 */
#header {
	background: #fff;
}

#header .section {
	background: #fff;
}

#header .top {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

#header .bottom {
	height: 55px;
	line-height: 55px;
}

#header .bottom #navbar {
	margin-top: 10px;
}


#banner {
	min-width: 1200px;
	height: 550px;
}

.banner-bg {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	z-index: 1;
}

#banner .banner-bg .banner-info {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
	width: 1920px;
	height: 550px;
	background: url(img/bg.png) no-repeat center;
	background-size: 1920px 550px;
	z-index: 2;
}

#navbar {
	margin-top: 14px;
	width: 100%;
	height: 40px;
}

#logo {
    margin: -4px 27px 0 0px;
    height: 44px;
}

#nav {
	height: 40px;
}

#nav .nav-item {
	float: left;
	position: relative;
	margin-right: 28px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

#nav .nav-item.hot::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -18px;
	width: 20px;
	height: 12px;
	background: url(img/hot-icon.png) no-repeat center;
	background-size: 18px 11px;
}

#nav .nav-item:last-of-type {
	margin-right: 0;
}

#nav .nav-item a {
	display: block;
	position: relative;
	color: #333;
}
#nav .nav-item.on a{
	color: #FF6521;
}

#nav .nav-item:hover>a {
	color: #FF6B22;
	font-weight: 600;
}

#nav .nav-container {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 6px 0;
	background: #fff;
	text-align: center;
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .08);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 1;
}

#header #nav .nav-container {
	box-shadow: 0 2px 10px 4px rgba(0, 0, 0, .18);
}

#nav .nav-container::before,
#nav .nav-container::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	margin: -3px 0 0 -5px;
	width: 10px;
	height: 10px;
	background: #fff;
	z-index: -1;
	transform: rotate(45deg);
}

/* #nav .nav-container::before {
	margin-top: -4px;
	background: rgba(0,0,0,.18);
} */
#nav .nav-container .link-wrap {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

#nav .nav-container a {
	padding: 0 20px;
	display: block;
	white-space: nowrap;
}

#nav .nav-container a:hover {
	color: #FF6B22;
	font-weight: 400;
	background: #f0f0f0;
}

#nav .nav-item:hover .nav-container {
	display: block;
	-webkit-animation: fadeIn .4s cubic-bezier(0, 1, 0.5, 1);
	animation: fadeIn .4s cubic-bezier(0, 1, 0.5, 1);
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translate(-50%, 20px);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translate(-50%, 20px);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}
.user-head{
	position: relative;
	display: inline-block;
}
.icon-common-user{
	display: inline-block;
	padding-left: 30px;
	background: url(img/icon-common-user.png) no-repeat left center;
	background-size: 25px 25px;
	color: #FF6521!important;
	font-weight: bold;
}

/*滑动条*/
.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-button {
    /* 2 */
}

.scroll::-webkit-scrollbar-track {
    /* 3 */
    background-color: #ddd;
}

.scroll::-webkit-scrollbar-track-piece {
    /* 4 */
}

.scroll::-webkit-scrollbar-thumb {
    /* 5 */
    background-color: #FF6521;
    border-radius: 5px;
}

.scroll::-webkit-scrollbar-corner {
    /* 6 */
}

.scroll::-webkit-resizer {
    /* 7 */
}

.user-head:hover .person_main {
    display: block;
}

.person_main {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 0 16px;
    width: 223px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgb(16 45 110 / 10%);
    border-radius: 4px;
    overflow: hidden;
	z-index: 1111;
}

.header_name_top {
    padding: 17px 0 15px;
    border-bottom: 1px solid #e9ecef;
}

.header_name_top .left {
    width: 135px;
    margin-right: 8px;
}

.header_name_top .left .photo {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    background: #E9F1FC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header_name_top .left p {
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    line-height: 20px;
    overflow: hidden;
}

.header_name_top .left p a {
    color: #495057;
}

.header_name_top .left img {
    width: 100%;
    height: 100%;
}

.header_name_top .layui-btn {
    margin-top: 8px;
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff!important;
    background-color: #FF6521;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.header_name_top .layui-btn:hover {
    opacity: .9;
}

.header_name_price {
    padding: 12px 0 10px;
    border-bottom: 1px solid #e9ecef;
}

.header_name_price .item {
    padding: 0 !important;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    line-height: 24px;
}

.header_name_price .item span {
    font-size: 12px;
}

.header_name_price .item b {
    color: #FF6521;
    font-weight: 700;
    font-family: "Arial";
}


.header_name_bot {
    padding: 15px 0;
}

.header_name_bot a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header_name_bot a.zh {
    border-right: 1px solid #e9ecef;
}


.header_name_bot a {
    padding: 0 !important;
}

.header_name_bot .layui-icon {
    margin-right: 4px;
}

.header_name_bot a:hover {
    color: #FF6521;
}

.header_name_bot a:hover {
    color: #FF6521 !important;
}


#search {
	width: 300px;
	height: 40px;
}

#search input {
	/* padding: 5px 10px 5px 40px; */
	width: 220px;
    text-indent: 40px;
	height: 100%;
    line-height: 38px;
	font-size: 14px;
	color: #333;
	background: url(img/icon-search.png) no-repeat 15px center;
	border: 1px solid #FF6521;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

#search .search {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	background: #FF6521;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

#search .search:active {
	color: #ccc;
}

#menu {
	margin-top: 26px;
	position: relative;
	width: 200px;
	height: 450px;
	background: #fff;
}

#menu .menu-item {
	padding: 12px 20px 12px 25px;
	width: 153px;
	height: 42px;
	border: 2px solid transparent;
	background: #fff;
	border-right: none;
	user-select: none;
	cursor: pointer;
}

#menu .menu-item.active,
#menu .menu-item:hover {
	border-color: #FF6521;
}

#menu .menu-item h4 {
	display: block;
	position: relative;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #666;
	font-weight: 600;
}

#menu .menu-item h4 a,
#menu .menu-item .inner a {
	color: #666;
}

#menu .menu-item h4 a:hover,
#menu .menu-item .inner a:hover {
	color: #FF6521;
}

#menu .menu-item.active h4::before,
#menu .menu-item:hover h4::before {
	content: "";
	position: absolute;
	top: -12px;
	right: -22px;
	width: 2px;
	height: 66px;
	background: #fff;
	z-index: 3;
}

#menu .menu-item h4::after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 1;
	color: #666;
	height: 18px;
	line-height: 18px;
	/* font-weight: 400; */
	font-family: "楷体";
}

#menu .menu-item .inner {
	margin-top: 8px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	color: #999;
}

#menu .menu-item .menu-container {
	display: none;
	padding: 0 25px;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 644px;
	height: 446px;
	background: #fff;
	border: 2px solid #FF6521;
	z-index: 2;
	overflow: hidden;
}

#menu .menu-item.active .menu-container,
#menu .menu-item:hover .menu-container {
	display: block;
}

#menu .menu-item .menu-container h5 {
	margin-top: 20px;
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	color: #FF6521;
	font-weight: 600;
}

#menu .menu-item .menu-container .inner-nav-wrap {
	padding-bottom: 15px;
}

#menu .menu-item .menu-container a {
	float: left;
	margin-top: 10px;
	margin-right: 16px;
	font-size: 14px;
	color: #999;
}

#menu .menu-item .menu-container a:hover {
	color: #FF6521;
}

/* 右侧公共部分 start */

.zc-main {
    background-color: #f7f7f7;
    padding-bottom: 40px;
}

.yj_num {
    font-weight: 700 !important;
    font-size: 20px !important;
}
/* 注册流程详情 直线图 start */
.register-line {
    padding: 40px 0 20px 95px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.time-line li {
    position: relative;
    float: left;
    width: 25%;
    border-top: 1px solid #E9E9E9;
}

.time-line li.on{
    border-color: #FF6521;
}

.time-line li .n{
    margin-top: -16px;
    display: inline-block;
    padding: 0 25px;
    height: 30px;
    background-color: #fff;
}

.time-line li:last-child {
    border-top: 0;
}

.time-line li .icon {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.time-line li.on .icon {
    background-color: #FF6521;
    color: #fff;
    border-color: #FF6521;
}

.time-line-item {
    margin-left: 15px;
    float: left;
    line-height: 28px;
}

.time-line li.on .time-line-item p {
    font-weight: 700;
}

.time-line-item p {
    color: #333;
    font-size: 14px;
}

/* 注册流程详情 直线图 end */


/* 右侧 专属顾问，最近浏览，帮助中心 start */
.common_left .tit {
    line-height: 22px;
    padding: 20px 0 14px;
    border-bottom: 1px solid #f0f0f0;
}

.common_left .tit_left {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.common_left .tit_change {
    font-size: 12px;
    color: #999;
    display: inline-block;
    cursor: pointer;
}

.common_left .tit_change .icon_change {
    width: 10px;
    height: 10px;
    background: url(img/icon-change.png) no-repeat left center;
    background-size: 10px 10px;
    margin-right: 4px;
}

.common_left .tit_change .icon_change.on {
    animation: myMove1 .5s ease-in;
    -webkit-animation: myMove1 .5s ease-in;
}

@keyframes myMove1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes myMove1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.top_con .top_con_list {
    padding: 20px 0 32px;
}

.top_con .con_img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.top_con .con_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.top_con .span1 {
    display: inline-block;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #08051E;
    line-height: 16px;
    margin-right: 10px;
}

.top_con .span2 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #35B34A;
    line-height: 16px;
}

.top_con .con_msg {
    margin: 13px 0 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8F97A5;
    line-height: 16px;
}

.top_con .con_txt .tel {
    font-size: 16px;
    font-family: "DINPro-Medium";
    font-weight: 600;
    color: #08051E;
    line-height: 14px;
}

.top_con .top_ask {
    width: 280px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #E5E8ED;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6521;
    text-align: center;
    cursor: pointer;
}

.left_mid {
    background-color: #fff;
    margin: 20px 0 0;
    padding: 0 20px;
}

.left_mid_list {
    margin: 16px 0 12px -8px;
}

.left_mid_list .mid_item {
    float: left;
    padding: 0 3px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    border: 1px dashed #E5E8ED;
    margin: 0 0 12px 8px;
    color: #8F97A5;
    min-width: 64px;
    text-align: center;
}

.left_mid_list .mid_item:hover {
    color: #FF6521;
    border-color: #FF6521;
}

.left_gg {
    margin-top: 20px;
}

.common_left .left_gg img {
    width: 320px;
    height: 156px;
}

.common_left .left_bottom {
    margin-top: 20px;
    background-color: #fff;
    padding: 0 20px;
}

.left_bottom .bottom_ul li a {
    display: block;
    height: 46px;
    line-height: 46px;
    border-top: 1px dashed #F0F0F0;
    color: #4D4A64;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left_bottom .bottom_ul li a:hover {
    color: #FF6521;
}

.left_bottom .bottom_ul {
    padding-bottom: 20px;
}

.left_bottom .bottom_ul li:first-child a {
    border-top: none;
}

.base_upload_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* 右侧 专属顾问，最近浏览，帮助中心 end */
.o_banner_in .o_head {
    background-color: transparent;
}

.o_banner_in .o_head.fixed {
    background-color: rgba(0, 0, 0, 0.85);
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #FF6521 !important;
    background-color: #FF6521 !important;
}
/* 右侧公共部分 end */




/* fixed start 智能注册页面css start */
.fixedMsg {
    height: 60px;
    background: #fff;
    box-shadow: 0px -2px 4px 0px rgba(170, 170, 170, 0.1);
    box-sizing: border-box;
}

.fixedMsg.fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.fixedMsg .go-next {
    float: right;
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    background: #FF6521;
    border-radius: 2px;
	cursor: pointer;
}

.fixedMsg .go-next.on {
    background-color: #19ad79;
}

.fixedMsg.fix>div {
    width: 1200px;
}

.fixedMsg .go-prev {
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    color: #FF6521;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E1E1E1;
    transition: all .3s ease-out;
}

.fixedMsg .go-prev:hover {
    background-color: #FF6521;
    color: #fff;
    border-color: #FF6521;
}

.fixedMsg .go-next:hover {
    opacity: .9;
}

.fixedMsg .go-next.on:hover {
    opacity: .9;
}

.fixedMsg .money {
    margin: 0 24px;
    color: #333333;
}

.fixedMsg .money .msg {
    line-height: 60px;
}

.fixedMsg .money-num {
    position: relative;
    font-size: 20px;
    color: #FF6521;
    top: 2px;
    font-family: "DINPro-Medium";
}

.fixedMsg .protocol {
    line-height: 60px;
}

.fixedMsg .protocol label {
    position: relative;
    width: auto;
}

.fixedMsg .protocol label:before {
    position: absolute;
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    vertical-align: -2px;
    border-radius: 2px;
    box-sizing: border-box;
    top: 3px;
    transition: all .3s ease-out;
}

.fixedMsg .protocol label.checked:before {
    border-color: #FF6521;
    background: url(img/icon-checkbox.png) no-repeat center center;
}

.fixedMsg .protocol input {
    opacity: 0;
}

.fixedMsg .protocol a {
    color: #FF6521;
}

.fixedMsg .protocol a:hover {
    text-decoration: underline;
}

.fixedMsg .fixedRight {
    color: #333333;
    /* margin-right: 110px; */
}

.fixedMsg.fix .fixedRight {
    margin-right: 32px;
}

.fixedMsg .fixedRight .fixedRight-info {
    line-height: 60px;
}

.fixedMsg .fixedLeft {
    line-height: 60px;
    font-size: 14px;
}

input[type='checkbox'] {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    vertical-align: -2px;
    -webkit-appearance: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='checkbox']:checked {
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #FF6521;
}

.fixedMsg .fixedLeft .label_div {
    display: inline-block;
    cursor: pointer;
}

.fixedMsg .fixedLeft .label_div:before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    vertical-align: -3px;
}

.fixedMsg .fixedLeft .label_div.checked:before {
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #FF6521;
}

.fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
}

.current_empty {
    text-align: center;
    font-size: 16px;
    color: #666;
}

/* fixed end */




.tp-class .layui-layer-btn {
    text-align: center;
    padding-bottom: 22px !important;
}

.tp-class .layui-layer-btn a {
    height: 30px;
    line-height: 28px;
    margin: 6px 15px 0;
    padding: 1px 20px;
    border: 1px solid #FF6521;
    background-color: #fff;
    color: #FF6521;
    border-radius: 1px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.tp-class .layui-layer-btn .layui-layer-btn0 {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    background-color: #FF6521;
    border-color: #FF6521;
}

.tp-class .layui-layer-btn .layui-layer-btn0 {
    border-color: #FF6521;
    background-color: #FF6521;
    color: #fff;
} 


/* 右侧免费咨询固定联系人 start */
.leftLx {
    position: fixed;
    right: 30px;
    top: 39%;
    height: 142px;
    width: 22px;
    z-index: 1000;
}

.leftLx .guwen {
    width: 44px;
    height: 90px;
    background: url('img/icon-guwen.png') no-repeat center center;
    background-size: 44px 90px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
    border-radius: 4px;
}

.leftLx .back {
    display: none;
    margin-top: 8px;
    width: 44px;
    height: 44px;
    background: #FFF url('img/icon-back.png') no-repeat center center;
    background-size: 22px 22px;
    cursor: pointer;
    transition: all .3s ease-out;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
    border-radius: 4px;
}

.left_head {
    display: none;
    width: 256px;
    position: absolute;
    top: -120px;
    left: -240px;
    transition: all .3s ease-out;
    border-radius: 4px;
}

.left_head .tit {
    line-height: 22px;
    padding: 16px 0 10px;
    border-bottom: 1px solid #F2F2F2;
}

.left_top {
    padding: 0 20px 24px;
    background-color: #fff;
}

.leftLx {
    padding: 0 16px;
}

.left_top_right {
    padding: 0 16px;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
}

.leftLx .qq_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.leftLx .left_con {
    padding: 24px 0;
    height: 160px;
    box-sizing: border-box;
}

.leftLx .left_con_qq {
    width: 50%;
    text-align: center;
}

.leftLx .left_con_wx {
    width: 50%;
    text-align: center;
}

.leftLx .qq_btn {
    display: block;
    margin: 10px auto 0;
    /* width: 72px; */
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.leftLx .wx_img {
    width: 86px;
    height: 86px;
}

.leftLx .wx_p {
    font-size: 12px;
    color: #333;
    margin-top: 8px;
}




.custom-layui-tips {
    position: relative;
    padding: 7px 10px 7px 10px;
    line-height: 20px;
    color: #8a6d3b !important;
    background-color: #fcf0db;
    border: 1px solid #c9b99d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fcf8e3;
    border: #ecdcbb solid 1px;
    box-shadow: 0 2px 4px rgb(236, 220, 187, 0.5);
    margin-bottom: 20px;
}

.leftLx .item {
    margin-top: 8px;
    width: 44px;
    height: 44px;
    position: relative;
    background: #fff url(img/sug-bg.png) no-repeat center center;
    background-size: 13px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(3 27 78 / 20%);
    cursor: pointer;
    transition: all .3s;
}

.leftLx .item .content {
    line-height: 20px;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    transition: all .3s;
    padding-top: 2px;

}

.leftLx .item .content:hover {
    color: #FF6521;
}

.leftLx .item .main {
    width: 256px;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.get_sug {
    padding: 20px 30px;
}

.get_sug .tit {
    width: 50px;
    line-height: 40px;
    height: 40px;
}

.get_sug .sug_2 {
    margin: 20px 0 20px;
}

.get_sug .div_1 {
    width: calc(100% - 50px);
}

.get_sug .inp,
.get_sug .area {
    width: 100%;
    border: 1px solid #eee;
    transition: all .3s;
}

.get_sug .inp:focus,
.get_sug .area:focus {
    border-color: #FF6521;
}

.get_sug .inp {
    text-indent: 10px;
    height: 40px;
    line-height: 40px;
}

.get_sug .area {
    height: 130px;
    text-align: justify;
    padding: 8px 10px;
    line-height: 24px;
}

.get_sug .sug_btn {
    width: 80px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 4px;
    background-color: #FF6521;
    cursor: pointer;
    transition: all .3s;
}

.get_sug .sug_btn:hover {
    opacity: .9;
}


/* 右侧免费咨询固定联系人 end */
.label_radio label {
    display: inline-block;
    position: relative;
    margin-right: 24px;
    color: #333333;
}
.label_radio .label_box:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    box-sizing: border-box;
}

.label_radio .label_box.checked:before {
    background: url(img/icon-radio.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
}


/* 弹窗登录start */
.login_btn{
	cursor: pointer;
}
.tp-login-class #login {
	padding:15px 20px 20px;
	position: relative;
	background: #f4f5f7;
	margin-top: 0;
	width: 280px;
	padding-bottom: 25px;
    z-index: 0;
}
.tp-login-class #login .login-wrap-handle {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

.tp-login-class #login .login-wrap-handle a {
	display: none;
	width: 39px;
	height: 39px;
    cursor: pointer;
}

.tp-login-class #login .login-wrap-handle a.active {
	display: block;
}

.tp-login-class #login .login-wrap-handle .qr {
	background: url(img/index/qr.png) no-repeat center;
	background-size: 39px;
}

.tp-login-class #login .login-wrap-handle .act {
	background: url(img/index/qr.png) no-repeat center;
	background-size: 39px;
}

.tp-login-class .quick-login h4,
.tp-login-class .qrcode-login h4 {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
}

.tp-login-class .quick-btn-wrap {
	overflow: hidden;
	padding: 20px 0;
}

.tp-login-class .quick-btn-wrap a {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.tp-login-class .quick-btn-wrap a:hover,
.tp-login-class .quick-btn-wrap a.active {
	color: #FF6521;
}

.tp-login-class .login-input-wrap {
	position: relative;
	margin-bottom: 10px;
	padding:6px 9px 6px;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	transition: all .3s;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.tp-login-class .login-input-wrap.on{
	border-color: #FF6521;
}
.tp-login-class .login-input-wrap input {
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #333;
}

.tp-login-class .login-input-wrap input.code {
	width: 100px;
}
.tp-login-class .login-input-wrap.last input {
	width: 65%;
}
.tp-login-class .login-input-wrap.last .tx_img{
	position: absolute;
	right: 0;
	top: 0;
	width: 34%;
	height: 40px;
	cursor: pointer;
}
.tp-login-class #getCode {
	float: right;
	width: 100px;
    text-align: right;
	height: 20px;
	line-height: 24px;
	font-size: 12px;
	color: #FF6521;
}

.tp-login-class #getCode:active {
	color: #FF6521;
}

.tp-login-class #getCode.default {
	color: #999;
}

.tp-login-class #loginBtnPop {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Medium;
	text-align: center;
	background: #FF6521;
}

.tp-login-class #loginBtnPop.default {
	background: #bbbfc9;
}

.tp-login-class .login-attention {
	line-height: 20px;
	font-size: 10px;
	color: #999;
	margin-top: 14px;
}

.tp-login-class .login-attention a {
	color: #FF6521;
}

.tp-login-class .other-login {
	margin-top: 5px;
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.tp-login-class .other-login a {
	display: inline-block;
	margin: 0 15px;
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.tp-login-class .other-login a.qqlogin {
	background: rgba(101, 115, 134, .1) url(img/index/QQ_1.png) no-repeat center;
	background-size: 17px 19px;
}

.tp-login-class .other-login a.qqlogin:hover {
	background: rgba(101, 115, 134, .1) url(img/index/QQ.png) no-repeat center;
	background-size: 17px 19px;
}

.tp-login-class .other-login a.wxlogin {
	background: rgba(101, 115, 134, .1) url(img/index/WX_1.png) no-repeat center;
	background-size: 21px 17px;
	cursor: pointer;
}

.tp-login-class .other-login a.wxlogin:hover {
	background: rgba(101, 115, 134, .1) url(img/index/WX.png) no-repeat center;
	background-size: 21px 17px;
}

.tp-login-class .qrcode-img {
	margin: 20px auto;
	padding: 5px;
	width: 180px;
	height: 180px;
	background: #fff;
	border: 1px solid #FF6521;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}

.tp-login-class .qrcode-img img {
	width: 180px;
	height: 180px;
}

.tp-login-class .qrcode-desc {
	font-size: 0;
	text-align: center;
}

.tp-login-class .qrcode-desc i {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	width: 30px;
	height: 28px;
	background: url(img/index/QR2.jpg) no-repeat center;
	background-size: 24px 22px;
}

.tp-login-class .qrcode-desc .text {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
/* 弹窗登录end */

/* 收集信息弹窗图形验证码 start */
#yanz_tp {
    padding: 20px;
}
.yzm_item {
    width: 275px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(224, 224, 224, 0.42);
    box-shadow: 0 2px 10px 4px rgba(8, 5, 30, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.yzm_item input {
    width: 165px;
    height: 100%;
    outline: none;
    border: none;
    text-indent: 15px;
    background: #fff;
}

.yzm_item .tx_img{
    width: 100px;
    float: right;
    height: 38px;
    cursor: pointer;
}

#yanz_tp .btn{
    margin-top: 20px;
}
#yanz_tp button{
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #FF6521;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    cursor: pointer;
}
#yanz_tp button:hover {
    opacity: .9;
}
.impowerBox .qrcode{
    display: block!important;
    margin: inherit!important;
    width: 180px!important;
    text-align: center!important;
}

/* 收集信息弹窗图形验证码 end */


.footer {
    width: 100%;
    background-color: #1B1B1B;
}

.footer .foot_ys {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .foot_ys>div {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 75px;
    background: url(/pub/mb1/web/css/img/foot-01.png) no-repeat left center;
    background-size: 40px 40px;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    margin-left: 115px;
}

.footer .foot_ys>div:first-child {
    margin-left: 0;
}

.footer .foot_ys>div:first-child+div {
    background: url(/pub/mb1/web/css/img/foot-02.png) no-repeat left center;
    background-size: 40px 40px;
}

.footer .foot_ys>div:first-child+div+div {
    background: url(/pub/mb1/web/css/img/foot-03.png) no-repeat left center;
    background-size: 40px 40px;
}

.footer .foot_ys>div:first-child+div+div+div {
    background: url(/pub/mb1/web/css/img/foot-04.png) no-repeat left center;
    background-size: 40px 40px;
}


.footer .footer-head {
    padding: 64px 0;
}

.footer .f-head-left {
    padding-right: 85px;
}
.footer .f-head-lx .p1 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}

.footer .f-head-lx .p2 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 32px 0;
    font-family: "DINPro-Medium";
}

.footer .f-head-qq {
    display: inline-block;
    width: 132px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .3s;
}
.footer .f-head-qq:hover{
    color: #FF6521;
    border-color: #FF6521;
}

.footer .f-head-ul>div {
    float: left;
    margin-right: 120px;
}

.footer .f-head-ul>div:last-child {
    margin-right: 0;
}

.footer .f-head-ul>div p a,
.footer .f-head-ul>div p {
    font-size: 12px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .f-head-ul>div p a:hover {
    color: #F13A3B;
}

.footer .f-head-ul>div p:first-child {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .f-head-right {
    position: relative;
    padding-left: 82px;
}

.footer .f-head-right:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 148px;
    background-color: rgba(255, 255, 255, .1);
}

.footer .f-head-code .p1 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}

.footer .f-head-code img {
    width: 75px;
    height: 75px;
    margin: 32px 0 0;
}

.footer .f-head-code .tip {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 17px;
    margin-top: 4px;
}
.friend_link{
    background-color: #1B1B1B;
}
.foot_link {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba (255, 255, 255, .08);

}

.foot_link span {
    margin-right: 20px;
}

.foot_link a {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    color: rgba(255, 255, 255, .6);
}

.foot_link a:hover {
    color: #F13A3B;
}

.footer .footer-bottom>div {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-bottom p,
.footer .footer-bottom .f-bottom-left a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.footer .footer-bottom .f-bottom-left {
    padding-top: 27px;
    box-sizing: border-box;
    line-height: 24px;
}

.footer .footer-bottom .f-bottom-left a:hover {
    color: #F13A3B;
}

.footer .footer-bottom .f-bottom-right {
    line-height: 96px;
    padding-top: 30px;
}

.footer .footer-bottom .f-bottom-right img {
    margin-left: 8px;
}

.txtMarquee-left{ width:850px;  position:relative; background:#fff; font:normal 12px/22px 宋体; color:#1974A1;text-decoration:none; color:#333;margin: 10px auto; padding:0; list-style:none;  }
.txtMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtMarquee-left .hd .prev,.txtMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
.txtMarquee-left .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
.txtMarquee-left .bd{ padding:10px; }
.txtMarquee-left .bd .tempWrap{ width:825px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }
.txtMarquee-left .bd ul li span{ color:#999;  }


.footer {
    width: 100%;
    background-color: #1B1B1B;
}

.footer .foot_ys {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer .foot_ys>div {
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 75px;
    background: url(/pub/mb1/web/css/img/foot-01.png) no-repeat left center;
    background-size: 40px 40px;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    margin-left: 115px;
}

.footer .foot_ys>div:first-child {
    margin-left: 0;
}

.footer .foot_ys>div:first-child+div {
    background: url(/pub/mb1/web/css/img/foot-02.png) no-repeat left center;
    background-size: 40px 40px;
}

.footer .foot_ys>div:first-child+div+div {
    background: url(/pub/mb1/web/css/img/foot-03.png) no-repeat left center;
    background-size: 40px 40px;
}

.footer .foot_ys>div:first-child+div+div+div {
    background: url(/pub/mb1/web/css/img/foot-04.png) no-repeat left center;
    background-size: 40px 40px;
}


.footer .footer-head {
    padding: 64px 0;
}

.footer .f-head-left {
    padding-right: 85px;
}

.footer .f-head-lx .p1 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}

.footer .f-head-lx .p2 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 32px 0;
    font-family: "DINPro-Medium";
}

.footer .f-head-qq {
    display: inline-block;
    width: 132px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
}

.footer .f-head-ul>div {
    float: left;
    margin-right: 90px;
}

.footer .f-head-ul>div:last-child {
    margin-right: 0;
}

.footer .f-head-ul>div p a,
.footer .f-head-ul>div p {
    font-size: 12px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .f-head-ul>div p a:hover {
    color: #F13A3B;
}

.footer .f-head-ul>div p:first-child {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .f-head-right {
    position: relative;
    padding-left: 20px;
}

.footer .f-head-right:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 148px;
    background-color: rgba(255, 255, 255, .1);
}

.footer .f-head-code .p1 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
}

.footer .f-head-code img {
    width: 75px;
    height: 75px;
    margin: 32px 0 0;
}

.footer .f-head-code .tip {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 17px;
    margin-top: 4px;
}
.friend_link{
    background-color: #1B1B1B;
}
.foot_link {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);

}

.foot_link span {
    margin-right: 20px;
}

.foot_link a {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    color: rgba(255, 255, 255, .6);
}

.foot_link a:hover {
    color: #F13A3B;
}

.footer .footer-bottom>div {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer .footer-bottom p,
.footer .footer-bottom .f-bottom-left a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.footer .footer-bottom .f-bottom-left {
    padding-top: 27px;
    box-sizing: border-box;
    line-height: 24px;
    padding-bottom: 24px;
}

.footer .footer-bottom .f-bottom-left a:hover {
    color: #F13A3B;
}

.footer .footer-bottom .f-bottom-right {
    line-height: 96px;
}

.footer .footer-bottom .f-bottom-right img {
    margin-left: 8px;
}



.datas-list {
    padding-right: 13px;
    height: 64px;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 64px;
}

.pagelist {
    color: #828897;
    font-size: 12px;
    font-family: Verdana, Microsoft YaHei, Arial;
}

.pagelist strong {
    display: inline-block;
    color: #828897;
    vertical-align: middle;
    font-weight: 400;
}

.pagelist .count {
    margin-right: 10px;
}

.pagelist .jm-picker.picker-small {
    width: 69px;
    line-height: normal;
}

.pagelist .jm-picker.picker-small .jm-picker-label {
    width: 37px;
    background: #fff !important;
}

.pagelist .jm-picker1 .jm-input {
    width: 40px;
    height: 25px;
    border: 1px solid #BBBFC9;
    border-radius: 4px;
    background-color: #fff !important;
    color: #ff6521;
    text-align: center;
    text-indent: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.pagelist .jm-picker1 .jm-input:focus {
    border-color: #ff6521;
}

.pagenum input {
    height: 32px !important;
    background: #fff !important;
    text-align: left !important;
}

.indexpage,
.lastpage,
.nextpage,
.prepage {
    display: inline-block;
    margin-left: 5px;
    width: 62px;
    height: 25px;
    background-color: #fff;
    color: #828897;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    border: 1px solid #BBBFC9;
    border-radius: 4px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.nextpage:hover,
.prepage:hover{
    border-color: #ff6521;
    color: #ff6521;
}

.disabled {
    color: #ccc;
}

.tiaozhuangzhi {
    margin-left: 20px;
}

.go {
    display: inline-block;
    margin-left: 5px;
    width: 40px;
    height: 27px;
    border: 1px solid #ff6521;
    border-radius: 4px;
    background-color: #ff6521 !important;
    color: #404040;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}