@charset "utf-8";

.header {
	height: 66px;
	line-height: 66px;
	z-index: 9999;
    width: 100%;
    top: 0;
	position: fixed;
	min-width: 1200px;
}
.header-inner-container{
	padding:0 60px;
}
.header .mz-logo a {
    display: block;
}
.header .mz-logo img {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 127px;
    height: 75px;
}
.header .mz-logo {
    width: 155px;
    height: 66px;
    background: url(../../../website/img/solgen.svg?v=20190506) no-repeat left center;
    background: url(../../../website/img/solgen.png) no-repeat left center \9;
}
.header.nav-fixed {
    background: #fff;
    box-shadow:0px 2px 4px 0px rgba(160,172,191,0.5);
}
.header.nav-fixed .mz-logo {
    background: url(../../../website/img/fixed-solgen.svg) no-repeat left center;
    background: url(../../../website/img/fixed-solgen.png) no-repeat left center \9;
}
.header .header-menu {
	margin-left: 35px;
}
.header .header-menu ul li {
	float: left;
}
.header .header-menu ul li.menu-bar a i {
	height: 66px;
	display: block;
	width:14px;
	background:url(../../img/header-nav-down.svg) no-repeat center 28px;
	float: right
}
.header .header-menu ul li.menu-bar a i.down {
	background:url(../../img/header-nav-up.svg) no-repeat center;
}
.header.nav-fixed .header-menu ul li.menu-bar:hover a i {
	height: 66px;
	display: block;
	width:14px;
	background:url(../../img/header-nav-up.svg) no-repeat center 26px;
	float: right
}
.header.nav-fixed .header-menu ul li.menu-bar a i {
	height: 66px;
	display: block;
	width:14px;
	background:url(../../img/fixed-header-nav-up.svg) no-repeat center 30px;
	float: right
}
.header.nav-fixed .header-menu ul li.menu-bar a.menu-bar-a {
	color: #030303;
}
.header .header-menu ul li.menu-bar a.menu-bar-a {
	display: inline-block;
	font-size:14px;
	color: #fff;
	height: 66px;
    padding: 0px 10px;
    float: left;
	line-height: 66px;
}
.header .header-menu ul li.menu-bar a.menu-bar-a:hover {
	background: #FF5B29;
}
.header.nav-fixed .header-menu ul li.menu-bar a.menu-bar-a:hover {
	color: #fff;
}
.header .header-menu ul li.menu-bar a.cur-menu {
	color: #FF5B29!important;
}
.header .header-menu ul li.menu-bar a.cur-menu i {
	background: url(../../img/fixed-header-nav-cur-down.svg) no-repeat center 30px;
	color: #FF5B29!important;
}
.header .header-menu ul li.menu-bar a.cur-menu i.down {
	background: url(../../img/fixed-header-nav-cur-up.svg) no-repeat center 30px;
	color: #FF5B29!important;
}
.header .header-menu ul li.menu-bar a.menu-bar-a.cur-menu:hover {
	background: none;
}
.header .header-menu ul li.menu-bar .product-meun a.cur-menu h4{
	color: #FF5B29!important;
}
.header .hearer-fr a {
	display: inline-block;
	width:79px;
	height:29px;
	margin-left: 10px;
	line-height: 29px;
	text-align: center;
	border-radius:2px;
	font-size: 14px;
	margin-top: 20px;
}
.header .mz-tel {
	font-size: 14px;
	line-height: 66px;
	color: #FF5B29;
	background: url(../../img/header-mz-tel.svg) no-repeat left center;
	background: url(../../img/header-mz-tel.png) no-repeat left center \9;
	background-size:16px 16px; 
	padding-left: 25px;
	margin-left: 10px;
}
.header .hearer-fr a.login {
	border: 1px solid #FF5B29;
	color: #FF5B29
}
.header .hearer-fr a.register {
	background: #FF5B29;
	color: #fff;
	border: 1px solid #FF5B29;
	width: 106px;
}  
.header .hearer-fr a:hover {
	background: #FFAE6C;
	color: #fff;
	border: 1px solid #FFAE6C;
}
.user-login-info {
	position: relative;
	display: none;
}
.user-login-info .user-header-icon {
	width: 24px;
    height: 24px;
    border-radius: 100%;
    top: 21px;
    left: -42px;
    position: absolute;
}
.user-login-info p.login-nick-name {
	max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 66px;
    cursor: pointer;
}
.header.nav-fixed  .user-login-info p.login-nick-name {
	color: #030303
}
.user-login-info .login-message {
	position: absolute;
	top:66px;
	min-width:110px;
	background:rgba(0,0,0,0.8);
	text-align: left;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	z-index: 8;
    display: none;
    cursor: pointer;
    right: 0;
}
.user-login-info .login-message a ,.user-login-info .login-message p{
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left:10px; 
}
.user-login-info .login-message a:hover ,.user-login-info .login-message p:hover{
	color: #FF5B29;
	background:rgba(0,0,0,0.9);
}
.user-login-info .login-message p.user-grade{
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #4A4A4A;
	padding: 0 10px;
	white-space: nowrap;
}
.user-login-info .nick-name i {
	height: 66px;
	display: block;
	width:14px;
	background:url(../../img/header-nav-down.svg) no-repeat center 28px;
	float: right;
	margin-left: 5px;
}
.user-login-info .nick-name i.down {
	background:url(../../img/header-nav-up.svg) no-repeat center;
}
.header.nav-fixed .user-login-info .nick-name i {
	height: 66px;
	display: block;
	width:14px;
	background:url(../../img/fixed-header-nav-up.svg) no-repeat center 28px;
	float: right;
	margin-left: 5px;
}
.header.nav-fixed  .user-login-info .nick-name i.down {
	background:url(../../img/fixed-header-nav-down.svg) no-repeat center;
}
.index-first-level-title {
	font-size:36px;
	color: #030303;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 50px;
}
.first-level-title {
	font-size:36px;
	color: #030303;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 10px;
}
.second-level-title {
	font-size:16px;
	color: #8F8E94;
	text-align: center;
	padding-bottom: 50px;
}
/**关于盟主**/
.header .menu-item .down-menu-fl .about-meun a {
    display: inline-block;
    margin-right: 96px;
    color: #030303;
    font-size: 16px;
    position: relative;
    height: 30px;
    line-height: 30px;
	margin-bottom: 50px;
}

/**底部**/
.footer {
	width: 100%;
	background:#000;
	min-width: 1200px;
}
.width-1000 {
	width: 1000px;
}
.footer .footer-service {
	height: 100px;
	display: flex;
	border-bottom: 1px solid #333333;
	color: #fff;
}
.footer .footer-service .container  {
	display: flex; 
    align-items: center;
    justify-content: space-between;
}
.footer .footer-service span {
	font-size: 30px;
	color: #FF5B29;
}
.footer .footer-service p {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 60px;
}
.footer .footer-service img {
	margin-right: 18px;
	float: left;
}
.footer .footer-center {
	color: #fff;
	font-size: 16px;
	padding: 50px 0 40px 0;
	border-bottom: 1px solid #333333;
}
.footer .footer-center .item-sort {
	float: left;
	width: 200px;
	text-align: left;
}
.footer .footer-center .item-sort p {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 22px;
}
.footer .footer-center .item-sort a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 20px;
	display: block;
}
.footer .footer-copyright {
	color:#FFFFFF ;
	font-size: 12px;
	text-align: center;
}
.footer .footer-copyright .bottom-ab {
	color:#FFFFFF ;
	display: inline-block;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
	padding-left: 17px;
	background-image: url("../../img/beian.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	margin-left: 5px;
}
.footer .footer-copyright a {
	margin-top: 10px;
	display: block;
}
.footer .footer-copyright a.bottom-ba {
	display: inline;
	color: #FFF;
}
.footer .footer-center .friend-link {
	color: #6b6666;
	font-size: 12px;
	margin-top: 20px;
	width: 800px;
}
.footer .footer-center .friend-link a {
	color: #6b6666;
	padding-right: 10px;
	margin: 0px;
	display: inline-block;
}
.footer .footer-center .footer-samll-t {
	margin-bottom: 20px;
	font-size: 12px;
	color: #C8C7CC;
	padding-left: 30px;
}
.footer .footer-center .footer-big-t span {
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.footer .footer-center .footer-big-t a {
	color: #fff;
	margin-left: 73px;
	display: inline-block;
}
.footer .footer-center .footer-big-t {
	margin-bottom: 8px;
	font-size: 14px;
}
.footer .footer-center .footer-big-t img { 
    float: left;
    padding-right: 10px;
}
.footer .footer-center .footer-big-tit {
    line-height: 60px;
}
.footer .erweima {
	margin-left: 35px;
	text-align: center;
}
.footer .erweima p {
	color: #C8C7CC;
	font-size: 12px;
}

/**二级导航**/
.header .menu-item  {
	position: absolute;
	top:66px;
	left: 0px;
	color: #fff;
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: none;
    padding: 50px 0px;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.2);
}
.header .menu-item .down-menu:after {
    background: #F0F2F5;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* width: 37%; */
	width: 22.5%;
    z-index: 10;
}
.header .menu-item .down-menu-fl {
	/* width: 855px; */
	width: 1050px;
}
.header .menu-item .down-menu-fl .solve-meun .solve-meun-item {
	width: 372px;
}
.header .menu-item .down-menu-fl .solve-meun .solve-meun-item.padding-solve-meun-item {
	padding-left: 95px;
}
.header .menu-item .down-menu-fl .solve-meun .solve-menu-border {
	height: 280px;
	width: 100%;
	border-right: 1px solid #C8C7CC;
	margin-right: 95px;
}

.header .menu-item.retailing-menu .down-menu-fl a:hover h4{
	color: #FF5B29
}
.header .menu-item.retailing-menu .down-menu-fl p {
	color: #8F8E94;
	font-size: 12px;
}
.header .menu-item.retailing-menu .down-menu-fl  a { 
	position: relative;
	margin-bottom: 30px;
	display: block;
	padding-left: 60px;
}
.header .menu-item.retailing-menu .down-menu-fl a:after {
	position: absolute;
    left: 0px;
	top:0px;
    width: 40px;
	height: 52px;
}
.header .menu-item.retailing-menu .down-menu-fl h4 {
	color: #030303;
	font-size: 16px;
	margin-bottom: 10px;
}
.header .menu-item.retailing-menu .down-menu-fl a.retailing-icon:after {
	background: url("../../img/retailing-icon.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 90%;
	top: 8px;
}
.header .menu-item.retailing-menu .down-menu-fl a.retailing-icon:hover:after {
	background: url("../../img/retailing-icon-hover.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 90%;
}
.header .menu-item.retailing-menu .down-menu-fl a.zsk-icon:after {
	background: url("../../img/zsk-icon.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 90%;
	top: 8px;
}
.header .menu-item.retailing-menu .down-menu-fl a.zsk-icon:hover:after {
	background: url("../../img/zsk-icon-hover.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 90%;
}
.header .menu-item.product-meun .down-menu-fl a:hover h4 {
	color: #FF5B29
}
.header .menu-item.product-meun .down-menu-fl  a { 
	position: relative;
	margin-bottom: 30px;
	display: block;
	padding-left: 60px;
}
.header .menu-item.product-meun .down-menu-fl a:after {
	position: absolute;
    left: 0px;
	top:0px;
    width: 40px;
	height: 52px;
	background:url(../../img/product-menu-icon.svg) no-repeat;
	background:url(../../img/product-menu-icon.png) no-repeat \9;
}
.header .menu-item.product-meun .down-menu-fl a.cpal-icon:after,.header .menu-item.product-meun .down-menu-fl a.video-icon:after{
	background:url(../../img/menu-icon-new.png) no-repeat;
	background-size: 90px;
}
.header .menu-item.product-meun .down-menu-fl a.news-icon:after,.header .menu-item.product-meun .down-menu-fl a.information-icon:after{
	background:url(../../img/menu-icon.png) no-repeat;
	background-size: 90px;
}
.header .menu-item.product-meun .down-menu-fl a.cpal-icon:after,.header .menu-item.product-meun .down-menu-fl a.news-icon:after{
	background-position: 0px 6px;
}
.header .menu-item.product-meun .down-menu-fl a.video-icon:after,.header .menu-item.product-meun .down-menu-fl a.information-icon:after{
	background-position: -50px 6px;
}
.header .menu-item.product-meun .down-menu-fl a.video-icon:hover:after,
.header .menu-item.product-meun .down-menu-fl a.information-icon:hover:after,
.header .menu-item.product-meun .down-menu-fl a.information-icon.cur-menu:after,
.header .menu-item.product-meun .down-menu-fl a.video-icon.cur-menu:after{
	background-position: -50px -44px;
}
.header .menu-item.product-meun .down-menu-fl a.cpal-icon:hover:after,
.header .menu-item.product-meun .down-menu-fl a.news-icon:hover:after,
.header .menu-item.product-meun .down-menu-fl a.news-icon.cur-menu:after,
.header .menu-item.product-meun .down-menu-fl a.cpal-icon.cur-menu:after{
	background-position: 0px -44px;
}
.header .menu-item .down-menu-fl .liveroom-icon:after {
	background-position:  0px 0px;
}
.header .menu-item.product-meun .down-menu-fl a.activity-icon:after {
	background-position:  -50px 0;
}
.header .menu-item.product-meun .down-menu-fl a.service-icon:after {
	background-position:  -100px 0px;
}
.header .menu-item.product-meun .down-menu-fl a.liveroom-icon:hover:after,.header .menu-item .down-menu-fl a.liveroom-icon.cur-menu:after{
	background-position:  0px -50px;
}
.header .menu-item.product-meun .down-menu-fl a.activity-icon:hover:after ,.header .menu-item .down-menu-fl a.activity-icon.cur-menu:after{
	background-position:  -50px -50px;
}
.header .menu-item.product-meun .down-menu-fl a.service-icon:hover:after ,.header .menu-item .down-menu-fl a.service-icon.cur-menu:after{
	background-position:  -100px -50px;
}
.header .menu-item.product-meun .down-menu-fl a.zbff-icon:after {
	background: url("../../img/zbff-icon.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl a.zbff-icon:hover:after {
	background: url("../../img/zbff-icon-hover.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl a.zbxr-icon:after {
	background: url("../../img/zbxr-icon.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl a.zbxr-icon:hover:after {
	background: url("../../img/zbxr-icon-hover.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl a.tvc-icon:after {
	background: url("../../img/tvc-icon.png?v=1") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl a.tvc-icon:hover:after {
	background: url("../../img/tvc-icon-hover.png?v=1") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl a.dspdyy-icon:after {
	background: url("../../img/dspdyy-icon-hover.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl a.dspdyy-icon:hover:after {
	background: url("../../img/dspdyy-icon-hover.png") no-repeat;
	width: 40px;
	height: 52px;
	background-size: 100%;
}
.header .menu-item.product-meun .down-menu-fl h4 {
	color: #030303;
	font-size: 16px;
	margin-bottom: 10px;
}
.header .menu-item.product-meun .down-menu-fl a.dspdyy-icon h4 {
	color: #FF5B29
}
.header .menu-item.product-meun .down-menu-fl a.dspdyy-icon p {
	color: #FF5B29
}
.header .menu-item.product-meun .down-menu-fl p {
	color: #8F8E94;
	font-size: 12px;
}
.header .menu-item .down-menu-fr {
	position: relative;
	z-index: 22;
	padding-left: 30px;
}
.header .menu-item .down-menu-fr .customer-case-menu p{
	color: #030303;
    font-size: 12px;
	padding-left: 30px;
	height: 20px;
	background:url(../../img/customer-case-menu-icon.svg) no-repeat;
	cursor: pointer;
}
.header .menu-item .down-menu-fr .customer-case-menu p a {
	padding-left: 0px;
}
.header .menu-item .down-menu-fr .customer-case-menu a {
	color: #030303;
	font-size: 12px;
	margin: 20px 0;
	display: block;
	padding-left: 30px;
}
.header .menu-item .down-menu-fr .customer-case-menu a:hover {
	background:none;
}
.header .menu-item .down-menu-fl .solve-meun  p{
	color: #8F8E94;
	font-size: 14px;
	margin-bottom: 20px;
}
.header .menu-item .down-menu-fl .solve-meun a {
	display: inline-block;
	margin-right: 80px;
	padding-left: 40px;
	color: #030303;
	font-size: 14px;
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	float: left;
}
.header .menu-item .down-menu-fl .solve-meun a:hover{
	color: #FF5B29;
}
.header .menu-item .down-menu-fl .solve-meun a:after {
	position: absolute;
	top:0;
	left: 0;
    width: 30px;
    height: 30px;
	background:url(../../img/header-menu-solve-icon.svg?v=20190531) no-repeat;
	background:url(../../img/header-menu-solve-icon.png?v=20190531) no-repeat \9;
}
.header .menu-item .down-menu-fl .solve-meun a:hover:after ,.header .menu-item .down-menu-fl .solve-meun a.cur-menu:after {
	position: absolute;
	top:0;
	left: 0;
    width: 30px;
    height: 30px;
	background:url(../../img/header-menu-solve-hover-icon.svg?v=20190531) no-repeat;
	background:url(../../img/header-menu-solve-hover-icon.png?v=20190531) no-repeat \9;
}
.header .menu-item .down-menu-fl .solve-meun a.edu-icon:after {
	background-position:6px 6px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.edu-icon:after ,.header .menu-item .down-menu-fl .solve-meun a.edu-icon.cur-menu:after{
	background-position: 6px 6px; 
}

.header .menu-item .down-menu-fl .solve-meun a.media-icon:after {
	background-position:-34px 6px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.media-icon:after, .header .menu-item .down-menu-fl a.media-icon.cur-menu:after{
	background-position:-34px 6px; 
}

.header .menu-item .down-menu-fl .solve-meun a.medical-icon:after {
	background-position:6px -34px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.medical-icon:after,.header .menu-item .down-menu-fl  a.medical-icon.cur-menu:after {
	background-position: 6px -34px; 
}

.header .menu-item .down-menu-fl .solve-meun a.finance-icon:after {
	background-position:-34px -34px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.finance-icon:after ,.header .menu-item .down-menu-fl a.finance-icon.cur-menu:after{
	background-position:-34px -34px;
}

.header .menu-item .down-menu-fl .solve-meun a.qypx-icon:after {
	background-position:-114px -31px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.qypx-icon:after ,.header .menu-item .down-menu-fl a.qypx-icon.cur-menu:after{
	background-position:-114px -31px; 
}

.header .menu-item .down-menu-fl .solve-meun a.zzff-icon:after {
	background-position:-74px -74px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.zzff-icon:after ,.header .menu-item .down-menu-fl a.zzff-icon.cur-menu:after{
	background-position:-74px -74px; 
}

.header .menu-item .down-menu-fl .solve-meun a.jypx-icon:after {
	background-position:-114px -74px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.jypx-icon:after ,.header .menu-item .down-menu-fl a.jypx-icon.cur-menu:after{
	background-position:-114px -74px; 
}

.header .menu-item .down-menu-fl .solve-meun a.zhhd-icon:after {
	background-position:-114px 6px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.zhhd-icon:after ,.header .menu-item .down-menu-fl a.zhhd-icon.cur-menu:after{
	background-position:-114px 6px; 
}

.header .menu-item .down-menu-fl .solve-meun a.nhzb-icon:after {
	background-position:-74px -114px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.nhzb-icon:after ,.header .menu-item .down-menu-fl a.nhzb-icon.cur-menu:after{
	background-position:-74px -114px; 
}

.header .menu-item .down-menu-fl .solve-meun a.fhlt-icon:after {
	background-position:-74px 6px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.fhlt-icon:after ,.header .menu-item .down-menu-fl a.fhlt-icon.cur-menu:after{
	background-position:-74px 6px; 
}

.header .menu-item .down-menu-fl .solve-meun a.ithlw-icon:after {
	background-position: -34px -74px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.ithlw-icon:after ,.header .menu-item .down-menu-fl a.ithlw-icon.cur-menu:after{
	background-position:-34px -74px; 
}

.header .menu-item .down-menu-fl .solve-meun a.dspt-icon:after {
	background-position: 6px -74px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.dspt-icon:after ,.header .menu-item .down-menu-fl a.dspt-icon.cur-menu:after{
	background-position:6px -74px; 
}

.header .menu-item .down-menu-fl .solve-meun a.fdcy-icon:after {
	background-position: -36px -154px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.fdcy-icon:after ,.header .menu-item .down-menu-fl a.fdcy-icon.cur-menu:after{
	background-position:-36px -154px; 
}

.header .menu-item .down-menu-fl .solve-meun a.jjcy-icon:after {
	background-position: 6px -114px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.jjcy-icon:after ,.header .menu-item .down-menu-fl a.jjcy-icon.cur-menu:after{
	background-position:6px -114px; 
}

.header .menu-item .down-menu-fl .solve-meun a.jdzs-icon:after {
	background-position: 3px -154px; 
}
.header .menu-item .down-menu-fl .solve-meun a:hover.jdzs-icon:after ,.header .menu-item .down-menu-fl a.jdzs-icon.cur-menu:after{
	background-position:3px -154px;
}

.header .menu-item .down-menu-fl .solve-meun a.hwzb-icon:after{
	background-position: -114px -114px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.hwzb-icon:after ,.header .menu-item .down-menu-fl a.hwzb-icon.cur-menu:after{
	background-position:-114px -114px;
}

.header .menu-item .down-menu-fl .solve-meun a.tyss-icon:after{
	background-position: -74px -154px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.tyss-icon:after ,.header .menu-item .down-menu-fl a.tyss-icon.cur-menu:after{
	background-position: -74px -154px;
}

.header .menu-item .down-menu-fl .solve-meun a.xpfb-icon:after{
	background-position: -74px -34px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.xpfb-icon:after ,.header .menu-item .down-menu-fl a.xpfb-icon.cur-menu:after{
	background-position: -74px -34px;
}

.header .menu-item .down-menu-fl .solve-meun a.zfjg-icon:after{
	background-position: -35px -114px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.zfjg-icon:after ,.header .menu-item .down-menu-fl a.zfjg-icon.cur-menu:after{
	background-position: -35px -114px;
}

.header .menu-item .down-menu-fl .solve-meun a.xxyl-icon:after{
    background-position: -113px -154px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.xxyl-icon:after ,.header .menu-item .down-menu-fl a.xxyl-icon.cur-menu:after{
    background-position: -113px -154px;
}

.header .menu-item .down-menu-fl .solve-meun a.zsjm-icon:after{
    background-position: -74px -194px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.zsjm-icon:after ,.header .menu-item .down-menu-fl a.zsjm-icon.cur-menu:after{
    background-position: -74px -194px;
}

.header .menu-item .down-menu-fl .solve-meun a.haiwaizb-icon:after{
    background-position: -113px -194px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.haiwaizb-icon:after ,.header .menu-item .down-menu-fl a.haiwaizb-icon.cur-menu:after{
    background-position: -113px -194px;
}

.header .menu-item .down-menu-fl .solve-meun a.qchy-icon:after{
    background-position: 6px -194px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.qchy-icon:after ,.header .menu-item .down-menu-fl a.qchy-icon.cur-menu:after{
    background-position: 6px -194px;
}

.header .menu-item .down-menu-fl .solve-meun a.nmy-icon:after{
    background-position: -36px -194px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.nmy-icon:after ,.header .menu-item .down-menu-fl a.nmy-icon.cur-menu:after{
    background-position: -36px -194px;
}


/***公共banner文字样式*/
/* .common-banner-title {
	font-size: 50px;
    padding-top: 200px;
    color: #fff;
	padding-left: 40px;
	padding: 200px 0px 25px 40px;
}
.common-banner-word {
	font-size: 22px;
    color: #fff;
	padding-left: 40px;
    line-height: 30px;
 } */

.j-online-free{
    background:rgba(255,91,41,1) !important;
    border-radius:2px;
}

.common-banner-custom-service {
    display: block;
    width: 140px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 150px;
    margin-left: 50px;
}
.common-banner-custom-service:hover {
	background: #fff;
    color: #FF5B29;
}



/**右侧客服**/
.float-tool {
    position: fixed;
    right: 2px;
    /* top: 35%; */
    /* margin-top: 240px; */
    display: block;
    z-index: 10;
    cursor: pointer;
	bottom: 90PX;
}

.float-tool ul {
    /* margin-top: -200px; */
}
.float-tool ul li {
    width: 80px;
    height: 78px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
    line-height: 70px;
    white-space: nowrap;
}
.float-tool ul li i {
    opacity: 0;
    font-size: 18px;
    color: #fff;
	font-style: normal;
}

.float-tool ul li.tool-erweima {
    background: url(../../img/tool-erweima.png) no-repeat center center;
    background: url(../../img/tool-erweima-1bei.png) no-repeat center center\9;
    background-size:80px 74px;
}
.float-tool ul li.tool-kefu {
    background: url(../../img/tool-kefu.png) no-repeat center center;
    background: url(../../img/tool-kefu-1bei.png) no-repeat center center\9;
    background-size:80px 74px;
}

.float-tool ul li.tool-phone {
    background: url(../../img/tool-phone.png?v=20245) no-repeat center center;
    background: url(../../img/tool-phone-1bei.png) no-repeat center center\9;
    background-size:80px 74px;
}
.float-tool ul li.tool-weiixn {
    background: url(../../img/weixin_1.png?v=20245) no-repeat center center;
	background-size:80px 74px;

}
.float-tool ul li.tool-weiixn:hover {
    background: url(../../img/weixin_2.png?v=20245) no-repeat center center;
	background-size:80px 74px;

}
.tool-weiixn .weiixn-img {
	display: none;
	position: fixed;
	bottom: 180px;
	right: 90px;

}
.float-tool ul li.tool-weiixn:hover .weiixn-img {
	display: block;
}

.float-tool ul li.tool-gotop {
    background: url(../../img/tool-gotop.png) no-repeat center center;
    background: url(../../img/tool-gotop-1bei.png) no-repeat center center \9;
    background-size:80px 74px;
}

.float-tool ul li.tool-gotop:hover {
    background: url(../../img/tool-gotop-hover.png) no-repeat center center;
    background: url(../../img/tool-gotop-hover-1bei.png) no-repeat center center\9;
    background-size:80px 74px;
}

/* .float-tool .scroll-top {
    display: none;
} */
.float-tool ul li.tool-kefu:hover {
    background: url(../../img/tool-kefu-hover.png?v=1) no-repeat center center;
    background: url(../../img/tool-kefu-hover-1bei.png) no-repeat center center \9;
	background-size:80px 74px;
}

.float-tool ul li.tool-phone:hover {
    margin-left: -110px;
    width: 150px;
    line-height: 70px;
    color: #FF6D1D;
    transition: all .3s ease-out;
    text-align: right;
    padding:0 20px;
    background: #FF5B29 url(../../img/tool-phone-hover.png) no-repeat 10px center;
}
.float-tool ul li.tool-erweima:hover {
    margin-left: -110px;
    width: 150px;
    line-height: 70px;
    color: #FF6D1D;
    transition: all .3s ease-out;
    text-align: right;
    padding:0 20px;
    background: #FF5B29 url(../../img/tool-erweiam-hover.jpg?v=201912101510) no-repeat 10px center;
    background-size:60px 60px; 
}
.float-tool ul li:hover i {
    color: #fff;
    opacity: 1
}
.float-tool ul li.tool-free {
    background: url(../../img/tool-free.png) no-repeat center center;
    background-size:80px 74px;
}
.float-tool ul li.tool-free:hover {
    margin-left: -100px;
    width: 110px;
    line-height: 70px;
    color: #FF6D1D;
    transition: all .3s ease-out;
    text-align: right;
    padding:0 20px;
    background: #FF5B29 url(../../img/tool-free-hover.png) no-repeat 10px center;
}

/**右侧客服 - 新版**/
.float-tool-new {
    position: fixed;
    right: 33px;
    display: block;
    z-index: 10;
    cursor: pointer;
	scale: 1.25 !important;
	bottom: calc(50% - 190px);
	width: 82px;
}

.float-tool-new ul .tool-kefu-new {
	position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}

.float-tool-new ul .tool-kefu-new .kefu-avatar-border {
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: url(../../img/c-kefu-quan.png?v=202303171002);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	position: absolute;
    width: 77px;
    height: 77px;
}

.float-tool-new ul .tool-kefu-new .kefu-avatar-border-animation {
	top: 0;
    left: 0;
    border-radius: 50%;
    background-image: url(../../img/c-kefu-quan.png?v=202303171002);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: breathe 1s linear infinite;
	position: absolute;
    width: 77px;
    height: 77px;
}

.float-tool-new ul .tool-kefu-new .kefu-avatar-img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.float-tool-new ul .tool-kefu-new .kefu-avatar-text {
	position: relative;
    margin-top: -16px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #FF6124;
	width: 69px;
	height: 22px;
	background: #FF6124;
	border-radius: 10px;
	margin-left: 5px;
}

.float-tool-new ul .tool-kefu-new .kefu-avatar-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: breathe-img 1s linear infinite;
	border: 0;
	cursor: pointer;
	margin-top: 1px;
	margin-left: 1px;
}

@keyframes breathe {
    0%{-webkit-transform:scale(1); opacity: 1.0;}
    100%{-webkit-transform:scale(1.2); opacity: 0;}
}

@keyframes breathe-img {
    0%{-webkit-transform:scale(1);}
    50%{-webkit-transform:scale(0.85);}
	100%{-webkit-transform:scale(1);}
}

.float-tool-new ul .right-tool-bg {
	background: #FF6124;
	border-radius: 10px;
	margin: 0 7px;
}

.float-tool-new ul .right-tool-bg .tell-line {
	height: 1px;
	opacity: 0.3;
	margin: 0 6px;
	background-color: white;
}
.float-tool-new ul .right-tool-bg .right-tool {
	padding: 10px;
    display: block;
    text-align: center;
    position: relative;
	padding-bottom: 17px;
}
.float-tool-new ul .right-tool-bg .right-tool:hover {
	background-color: #FF5124;
}

.float-tool-new ul .right-tool-bg .tool-phone-before {
	border-radius: 10px 10px 0 0;
}
.float-tool-new ul .right-tool-bg .tool-free {
	padding-bottom: 17px;
	border-radius: 0 0 10px 10px;
}

.float-tool-new ul .right-tool-bg .right-tool img {
	border: 0;
	width: 18px;
	margin-top: 8px;
}

.float-tool-new ul .right-tool-bg .right-tool .tell-text {
    padding-top: 5px;
    font-size: 10px;
    color: #ffffff;
	line-height: 11px;
}

.float-tool-new ul .right-tool-bg .right-tool .tell-content {
	padding: 10px 10px 10px 15px;
    position: absolute;
    top: 10px;
	bottom: 10px;
    left: -200px;
    width: 175px;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgb(206 206 206 / 50%);
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.float-tool-new ul .right-tool-bg .right-tool .tell-content img {
	width: 18px;
	border: 0;
	margin-top: 0 !important;
}

.float-tool-new ul .right-tool-bg .right-tool .tell-content .content-bg div {
	text-align: left;
    margin-left: 7px;
    padding-bottom: 3px;
	color: #222222;
}

.float-tool-new ul .right-tool-bg .right-tool .tell-content .content-bg span {
	color: #FF6124;
}

.float-tool-new ul .right-tool-bg .tool-phone-after:hover .tell-content {
	display: flex !important;
}

.float-tool-new ul .right-tool-bg .tool-phone-before:hover .tell-content {
	display: flex !important;
}

.float-tool-new ul .tool-gotop {
    display: block;
    text-align: center;
    position: relative;
	border-radius: 10px;
	margin: 0px 7px 0 7px;
	background-color: #fff;
	height: 68px;
}

.float-tool-new ul .tool-gotop:hover div {
    color: #FF6D1D;
}

.float-tool-new ul .tool-gotop img {
	border: 0;
	width: 18px;
	margin-top: 15px;
}

.float-tool-new ul .tool-gotop div {
    padding-top: 3px;
    font-size: 10px;
	line-height: 11px;
	color: #3A3A3A;
}

/**升级弹框**/
.up-grade-dialog {
    width: 640px;
    height: 500px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #ccc;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -351px;
    margin-top: -308px;
    z-index: 31;
    padding: 30px;
}
.up-grade-dialog .close-up-grade {
    position: absolute;
    top: -25px;
    right: -23px;
    cursor: pointer;
}
.up-grade-dialog .up-grade-tit {
    padding: 0px 10px 15px 0px;
    border-bottom: 2px solid #e6eaee;
    height: 20px;
    margin-bottom: 40px;
}
.up-grade-dialog .up-grade-tit a{
	display: block;
    border-bottom: 3px solid #FF6D1D;
    color: #FF6D1D;
    height: 33px;
    width: 80px;
}
.up-grade-dialog .up-grade-fl,.up-grade-dialog .up-grade-fr {
    width: 300px;
    height: 260px;
    margin-bottom: 40px;
}
.up-grade-dialog .up-grade-fr {
    border-left: 1px solid #e6eaee;
}
.up-grade-btn {
	display: block;
	background: #FF6D1D;
    width: 350px;
    height: 51px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 51px;
    font-size: 16px;
    margin: 20px auto;
 }
.agree-word {
    text-align: center;
    font-size: 14px;
}
.agree-word a {
    color: #FF6D1D;
}
.mark-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    filter: alpha(opacity=50);
    z-index: 30;
}
.up-grade-fl-item {
	padding-left: 40px;
	margin-bottom: 30px;
}
.up-grade-fl-item p {
	margin-left: 14px;
    font-size: 18px;
    color: #354052;
    width: 180px;
    margin-top: 5px;
}
.up-grade-fl-item p.samll-tips-words {
	font-size: 14px;
    margin-left: 14px;
    margin-top: 0px;
}
.price-content {
	background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 196px;
    height: 260px;
    margin-left: 50px;
}
.up-grade-price-top{
    background: #9fa9ba;
    border-radius: 4px 4px 0 0;
    width: 196px;
    height: 64px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 64px;
}
.up-grade-price {
	margin-top: 40px;
    margin-bottom: 40px;
    width: 100px;
    margin: 40px auto;
    text-align: center;
    font-size: 24px;
}
.price-tips {
    font-size: 14px;
    color: #9fa9ba;
    text-align: center;
    padding: 0px 25px;
}
.white-font {
	color: #fff;
}

@media(max-width: 1560px){
	.header-inner-container {
	    padding: 0 20px;
	}
}



/**盟主直播的4大优势**/
.advantages-container {
	width: 100%;
	background: #030303;
	height: 600px;
	margin-top: 70px;
	padding-bottom: 70px;
}
.advantages-container .first-level-title {
	color: #fff;
}
.advantages-container .second-level-title {
	color: #4A4A4A;
}
.advantages-container .container-item {
	width: 940px;
	margin: 0 auto;
}
.advantages-container .advantages-item {
	float: left;
	width: 399px;
	height: 126px;
	padding-left: 70px;
}
.advantages-container .advantages-item p {
	color: #FF5B29;
	font-size: 32px;
	line-height:46px;
	padding-left: 19px;
	padding-bottom: 8px;
	border-left: 1px solid #444349;
}
.advantages-container .advantages-item span {
	color: #C8C7CC;
	font-size: 14px;
	line-height:24px;
	padding-left: 19px;
	display: block;
	border-left: 1px solid #444349;
}
.advantages-container .advantages-item.advantages-item-first:hover {
	background:url(../../img/advantages-icon-01.svg) no-repeat;
	background:url(../../img/advantages-icon-01.png) no-repeat \9;
}
.advantages-container .advantages-item.advantages-item-second:hover {
	background:url(../../img/advantages-icon-02.svg) no-repeat;
	background:url(../../img/advantages-icon-02.png) no-repeat \9;
}
.advantages-container .advantages-item.advantages-item-third:hover {
	background:url(../../img/advantages-icon-03.svg) no-repeat;
	background:url(../../img/advantages-icon-03.png) no-repeat \9;
}
.advantages-container .advantages-item.advantages-item-four:hover {
	background:url(../../img/advantages-icon-04.svg) no-repeat;
	background:url(../../img/advantages-icon-04.png) no-repeat \9;
}
.advantages-container .advantages-item:hover p{
	color: #fff
}
.advantages-container .advantages-item.advantages-item-first {
	background:url(../../img/advantages-icon-hover-01.svg) no-repeat;
	background:url(../../img/advantages-icon-hover-01.png) no-repeat \9;
	margin-bottom: 60px;
}
.advantages-container .advantages-item.advantages-item-second {
	background:url(../../img/advantages-icon-hover-02.svg) no-repeat;
	background:url(../../img/advantages-icon-hover-02.png) no-repeat \9;
	margin-bottom: 60px;
}
.advantages-container .advantages-item.advantages-item-third {
	background:url(../../img/advantages-icon-hover-03.svg) no-repeat;
	background:url(../../img/advantages-icon-hover-03.png) no-repeat \9;
}
.advantages-container .advantages-item.advantages-item-four {
	background:url(../../img/advantages-icon-hover-04.svg) no-repeat;
	background:url(../../img/advantages-icon-hover-04.png) no-repeat \9;
}

/** 升级服务 **/
.common-dialog-body .upgrade-service {
    padding-bottom:40px;
	float:left;
}

.common-dialog-body .upgrade-service .upgrade-item-tab {
	padding:0 80px;
	height:36px;
}

.common-dialog-body .upgrade-service .upgrade-item-tab ul {
	list-style: none;
	margin:0;
	padding:0;
}

.common-dialog-body .upgrade-service .upgrade-item-tab ul li.tab-item{
	float:left;
	height:36px;
    padding:0 1px;
	font-size: 18px;
	color: #C8C7CC;
    cursor: pointer;
}

.common-dialog-body .upgrade-service .upgrade-item-tab ul li.vertical-line {
	float:left;
	width:1px;
	height:16px;
	background: #F0F2F5;
	margin:6px 30px 0 30px;
}

.common-dialog-body .upgrade-service .upgrade-item-tab ul li.current{
	width:66px;
	height:36px;
	padding:0 1px;
	font-size: 22px;
	color: #444349;
    font-weight: 500;
	border-bottom: 2px solid #FF5B29;
	margin-top:-2px;
}

.common-dialog-body .upgrade-service .upgrade-item-content {
    padding:30px 80px 0 80px;
	float:left;
}

.common-dialog-body .upgrade-service .upgrade-item-content .upgrade-company{
	float:left;
	display: block;
}

.upgrade-item-content .upgrade-company .company-icon-list{
	float:left;
    width:350px;
	display: block;
}

.upgrade-item-content .upgrade-company .upgrade-company-second{
	float:left;
	display: none;
}

.upgrade-item-content .upgrade-company .company-icon-list ul li{
	height:80px;
	margin-bottom:10px;
}

.upgrade-item-content .upgrade-company .company-icon-list ul li img{
	width:80px;
	height:80px;
	float:left;
}

.upgrade-item-content .upgrade-company .company-icon-list ul li span{
	width:200px;
    display: inline-block;
	float:left;
	padding-left:20px;
	font-size:14px;
	color:#8F8E94;
	height: 20px;
	line-height: 20px;
}

.upgrade-item-content .upgrade-company .company-price{
	float:left;
	width:208px;
	height:268px;
    border: 1px solid #E0B26C;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
}

.upgrade-item-content .upgrade-company .company-price .title{
	width:210px;
	height:50px;
	background: #E0B26C;
	border-radius: 10px 10px 0 0;
	text-align: center;
	line-height: 50px;
}

.upgrade-item-content .upgrade-company .company-price .title a{
	color:#FFF;
	font-size:20px;
	text-decoration: none;
}

.upgrade-item-content .upgrade-company .company-price .title a:hover{
	color:#9C5E00;
}

.upgrade-item-content .upgrade-company .company-price .price-unit{
	color:#E0B26C;
	font-size:22px;
	margin-top:52px;
	margin-bottom:40px;
}

.upgrade-item-content .upgrade-company .company-price .price-unit i{
	font-size:34px;
}


.upgrade-item-content .upgrade-company .company-price .company-gift{
	font-size:14px;
	color:#E0B26C;
}

.upgrade-company .upgrade-company-btn {
	width:320px;
	height:44px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	background: url(../../../website/img/upgrade-button.png) no-repeat;
	float:left;
	margin-left:120px;
	margin-top:40px;
	color:#fff;
	cursor: pointer;
}

.upgrade-item-content .upgrade-traffic {
	float:left;
	display: none;
	margin-top:20px;
}

.upgrade-item-content .upgrade-traffic .traffic-type {
	width:138px;
	height:184px;
	float:left;
	margin-left:20px;
	border: 1px solid #C8C7CC;
    cursor: pointer;
    position: relative;
}

.upgrade-item-content .upgrade-traffic .current{
	width:136px;
	height:182px;
	border: 2px solid #FF5B29;
}

.upgrade-item-content .upgrade-traffic .traffic-type .top-right {
	top:0;
	right:0;
	width: 32px;
	height: 24px;
	display: none;
	position: absolute;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../../../website/img/upgrade-traffic-top-right.png);
}

.upgrade-item-content .upgrade-traffic .traffic-type-tip {
	width:70px;
	height:186px;
	float:left;
    font-size:14px;
	color:#444349;
}

.upgrade-item-content .upgrade-traffic .traffic-type .volume{
	width:100%;
	height: 22px;
	font-size: 18px;
	font-weight: 500;
	color:#262626;
	display:block;
	text-align: center;
	margin-top:20px;
    padding:0;
}

.upgrade-item-content .upgrade-traffic .traffic-type .price{
	width:100%;
	font-size: 14px;
	color:#C8C7CC;
	display:block;
	text-align: center;
	margin-top:10px;
}

.upgrade-item-content .upgrade-traffic .traffic-type .price .font-strong{
	font-size: 26px;
}

.upgrade-item-content .upgrade-traffic .traffic-type .unit_price{
	width:100%;
	font-size: 12px;
	color:#262626;
	display:block;
	text-align: center;
	height:18px;
    line-height: 18px;
	margin-top:10px;
}

.upgrade-item-content .upgrade-traffic .traffic-type .describe{
	width:100%;
	font-size: 12px;
	color:#FF5B29;
	display:block;
	text-align: center;
	height:18px;
	line-height: 18px;
}

.upgrade-item-content .upgrade-traffic .traffic-gift {
	width:466px;
    height:22px;
    float:left;
	margin-left:90px;
	margin-top:16px;
}

.upgrade-item-content .upgrade-traffic .traffic-gift .gift-tip {
	width:140px;
	height:22px;
	margin-left:20px;
	text-align: center;
	font-size:14px;
	color:#FF5B29;
	float:left;
}

.upgrade-item-content .upgrade-traffic .traffic-gift .gift-tip span{
	display: none;
}

.upgrade-item-content .upgrade-traffic .traffic-gift .gift-tip .strong{
    font-size:18px;
	margin-right:10px;
}

.upgrade-item-content .upgrade-traffic .traffic-gift .gift-tip a{
    color:#FF5B29;
	text-decoration: underline;
}

.upgrade-traffic .traffic-service-tip {
	float:left;
	margin-top:17px;
	font-size:14px;
	color:#C8C7CC;
}

.upgrade-traffic .upgrade-traffic-btn {
	width:320px;
	height:44px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	background: url(../../../website/img/upgrade-button.png) no-repeat;
	float:left;
    margin-left:120px;
	margin-top:40px;
	color:#fff;
	cursor: pointer;
}

.upgrade-item-content .upgrade-protocol {
	font-size:12px;
	color:#8F8E94;
	width:100%;
	text-align: center;
	float:left;
	margin-top:10px;
}

.upgrade-item-content .upgrade-protocol a{
	color:#FF5B29;
}

.upgrade-company-traffic-dialog {
	display: none;
}

.upgrade-pay-dialog {
	display:none;
}

.common-dialog-body .upgrade-pay-content {
	padding:10px 70px 40px 70px;
}

.upgrade-pay-content .upgrade-pay-tip {
	width:70%;
	height:22px;
	line-height: 22px;
	font-size: 14px;
	color: #444349;
}

.upgrade-pay-content .upgrade-pay-method-list {
	margin-top:20px;
    width:100%;
	height:60px;
}

.upgrade-pay-content .upgrade-pay-method-list .upgrade-pay-method-alipay, .upgrade-pay-method-weixin, .upgrade-pay-method-offline {
	width:178px;
	height:58px;
	border:1px solid #C8C7CC;
	float:left;
	position: relative;
}

.upgrade-pay-content .upgrade-pay-method-list .upgrade-pay-method-alipay .pay-method-icon{
	width:76px;
	height:32px;
	background: url(../../../website/img/upgrade-pay-method-alipay.png) no-repeat;
	display: block;
	margin:14px 52px;
}

.upgrade-pay-content .upgrade-pay-method-list .upgrade-pay-method-weixin .pay-method-icon{
	width:106px;
	height:32px;
	background: url(../../../website/img/upgrade-pay-method-weixin.png) no-repeat;
	display: block;
	margin:14px 37px;
}

.upgrade-pay-content .upgrade-pay-method-list .upgrade-pay-method-offline .pay-method-icon{
	width:98px;
	height:32px;
	background: url(../../../website/img/upgrade-pay-method-offline.png) no-repeat;
	display: block;
	margin:14px 41px;
}

.upgrade-pay-content .upgrade-pay-method-list .current {
	width:176px;
	height:56px;
	border:2px solid #FF5B29;
}

.upgrade-pay-content .upgrade-pay-method-list .upgrade-pay-method-item .top-right {
	top:0;
	right:0;
	width: 32px;
	height: 24px;
	display: none;
	position: absolute;
	-webkit-background-size: contain;
	background-size: contain;
	background-image: url(../../../website/img/upgrade-traffic-top-right.png);
}

.upgrade-pay-btn {
	width:320px;
	height:40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	cursor: pointer;
    background: #FF5B29;
	margin:0 auto;
}

.offline-public-account-bank {
	width:580px;
    margin-top:20px;
	display: none;
}

.offline-public-account-bank .offline-bank-info {
	height:150px;
	background: #F0F2F5;
	border:1px solid #C8C7CC;
	padding: 0 45px;
}

.offline-public-account-bank .offline-bank-info .bank-cmb-icon {
	width:130px;
	height:50px;
	float:left;
	margin-top:50px;
}

.offline-public-account-bank .offline-bank-info .bank-info-item {
	float:left;
	height:17px;
	line-height: 17px;
	margin-top:15px;
	font-size: 12px;
	color:#444349;
	padding-left:45px;
}

.offline-public-account-bank .offline-user-info {
	height:32px;
	line-height: 32px;
	margin-top:20px;
	font-size:14px;
	color:#444349;
}

.offline-public-account-bank .offline-user-info .offline-public-account-btn {
	float:right;
}

.offline-public-account-bank .offline-tip {
    height: 132px;
	font-size: 14px;
	color:#C8C7CC;
    margin-top:20px;
}


/* 左侧icon */

@media screen and (max-width: 1600px) {
    .nav-left-fixed img {
        width: 100%;
    }
}
.nav-left-fixed {
    position: fixed;
    top: 14%;
	left: 1%;
    margin-top: 240px;
    z-index: 999;
    width: 10%;
}
.header .menu-item .down-menu-fl .solve-meun a.yimei-icon:after {
    background: url(../../img/yimei_icon.svg) no-repeat center;
    background-size: 20px 20px;
}
.header .menu-item .down-menu-fl .solve-meun a:hover.yimei-icon:after {
    background: url(../../img/yimei_h_icon.svg) no-repeat center;
    background-size: 20px 20px;
}

.footer {
    padding-bottom: 92px;
}
.home-bottom-repo {
    z-index: 9998;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 92px;
    background: url(../../img/home-bottom-repo.png?v=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.home-bottom-repo .home-c-container {
    display: flex;
    flex-direction: column;
}

.home-bottom-repo .home-c-container .home-c-titl {
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: 700;
    font-size: 22px;
    color: #e53200;
}

.home-bottom-repo .home-c-container .home-c-titl-sub {
    font-family: Source Han Sans, Source Han Sans;
    font-size: 16px;
    color: #3d1a07;
}

.home-bottom-repo .home-c-input-bg {
    margin-left: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 9px 10px;
}

.home-bottom-repo .home-c-input-bg .home-c-input-item .button-c-input {
    width: 221px;
    height: 40px;
    background: #ffeceb;
    border-radius: 8px;
    padding: 0 20px;
    color: #000000;
}

.home-bottom-repo .home-c-input-bg .home-c-input-item .bottom-c-phone {
    margin-left: 10px;
}

.home-bottom-repo .home-c-input-bg .home-bottom-join {
    margin-left: 14px;
    width: 122px;
    height: 40px;
    background: linear-gradient(127deg, #ff991d 0%, #ff5029 98%);
    border-radius: 8px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.home-bottom-repo input::placeholder {
    color: #6F2F0C;
    font-weight: 700;
}
.home-alert-msg {
    padding: 16px 24px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: rgba(51, 38, 38, 0.8);
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 9999;
}
