@charset "UTF-8";
/*
* @description: 推广平台首页样式
 *@author:王奉
* @update: name(2019/09/03)
 */
.banner {
	background: url(../images/20170913/banner.png) center 0 no-repeat;
	height: 630px;
	position: relative;
}

.banner .inner {
	height: 100%;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	font-size: 16px;
}

.banner .qqbtn {
	background: #26C7DB;
	color: #FFF;
	width: 138px;
	height: 44px;
	display: block;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: 340px;
}

.banner .qqbtn img {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}

.banner .lrwrapper {
	position: relative;
}

.banner .lrbox {
	position: relative;
	width: 38%;
	float: right;
	margin-top: 40px;
}

.banner .lrbox .lrpane {
	z-index: -1;
	width: 280px;
	position: absolute;
	right: 0;
	padding: 35px 35px 28px;
	background-color: #fff;
	font-size: 16px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .2);
	border-radius: 5px;
}

.banner .lrbox .lrpane.active {
	z-index: 1;
}
.login_ed {
    height: 300px;
    text-align: center;
}
.banner .lrbox .title {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 25px;
}
.login_ed img {
    width: 83px;
    height: 83px;
}
.login_ed span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.login_ed span a {
    color: #999;
}
.login_ed .join_btn {
    width: 142px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 14px;
    background: #5a91f0;
    display: block;
    margin: 27px auto;
}
.login_ed .join_btn:hover{
	 background: #3675e1;
}
.banner .lrbox .title .titletext {
	font-size: 20px;
}

.banner .lrbox .title .titlebtn {
	font-size: 14px;
	color: #6D6D6D;
	float: right;
	margin-top: 7px;
}

.banner .lrbox .title .titlebtn a {
	color: #DF4938;
}



.tab-pane .form-group {
	margin-bottom: 25px;
}

.tab-pane .input-group {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: separate;
}

.tab-pane .input-status {
	position: absolute;
	padding: 0 0 2px 15px;
	padding-top: 0;
}

.tab-pane .error,
.tab-pane .success,
.tab-pane .warn {
	padding-left: 20px;
}

.tab-pane .error {
	background: url(../images/20170913/error.png) left center no-repeat;
	background-size: auto 90%;
	color: #f11;
}

.tab-pane .success {
	background: url(../images/20170913/success.png) left center no-repeat;
	background-size: auto 90%;
	color: #19bc9c;
}

.tab-pane .warn {
	background: url(../images/20170913/warn.png) left center no-repeat;
	background-size: auto 90%;
	color: #ffac03;
}

.tab-pane .input-group-addon, .tab-pane .input-group-btn {
	width: 1%;
	vertical-align: middle;
	white-space: nowrap;
}

.tab-pane .input-group-addon {
	position: absolute;
	top: 12px;
	left: 1px;
	z-index: 5;
	width: 20px;
	height: 20px;
	color: #6c6c6c;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	padding-left: 10px;
	background: white;
}

.tab-pane .form-control {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	background-image: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #6c6c6c;
	text-indent: 44px;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tab-pane .input-group-addon .input_icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/20170913/login.png);
	background-repeat: no-repeat;
}

.tab-pane .input-group-addon .input_icon_user {
	background-position: 0 0;
}

.tab-pane .has-success .input-group-addon .input_icon_user {
	background-position: -24px 0;
}

.tab-pane .input-group-addon .input_icon_lock {
	background-position: 0 -26px;
}

.tab-pane .has-success .input-group-addon .input_icon_lock {
	background-position: -24px -26px;
}

.tab-pane .input-group-addon .input_icon_barcode {
	background-position: 0 -52px;
}

.tab-pane .has-success .input-group-addon .input_icon_barcode {
	background-position: -24px -52px;
}

.tab-pane .infor {
	padding-top: 15px;
}

.tab-pane .infor .item {
	float: left;
	width: 50%;
	color: #9f9f9f;
	text-align: center;
}

.tab-pane .infor .item~.item {
	margin-left: -1px;
	border-left: 1px solid #dfdfdf;
}

.tab-pane .infor .item i {
	color: #ff9b2c;
	font-style: normal;
}

.fade.in {
	opacity: 1;
}

.tab-pane .ff label {
	cursor: pointer;
	position: relative;
}

.tab-pane .ff label input {
	margin-right: 3px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tab-pane .ff label i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/20170913/check.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 3px;
}

.tab-pane .ff label i.on {
	background-position: -20px 0;
}

.tab-pane .btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 9pt;
	border: 1px solid transparent;
	border-radius: 4px;
	background-image: none;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tab-pane .btn_primary {
	padding: 0 15px;
	width: 100%;
	height: 44px;
	border-color: #26C7DB;
	background-color: #26C7DB;
	color: #fff;
	font-size: 17px;
	line-height: 35px;
}

.tab-pane .captchabox {
	position: relative;
	float: left;
	width: 48%;
}

.tab-pane .f-wsn {
	white-space: nowrap;
	word-wrap: normal;
	line-height: 34px;
	text-align: right;
}

.tab-pane .has-error .form-control {
	border-color: #f11;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/* 公告 */
.news {
	height: 50px;
	line-height: 50px;
	position: relative;
	background-color: #F9F9F9;
}

.news span, .news .next {
	height: 50px;
	width: 50px;
	display: block;
}

.news span {
	float: left;
	background: #EBEBEB;
}

.news .next {
	float: right;
}

.news .bd {
	margin: 0 50px 0 70px;
	overflow: hidden;
}

.news li {
	font-size: 16px;
}

.news li a {
	cursor: pointer;
}

.news li a i {
	color: #FFF;
	background: #5A90EE;
	padding: 2px 6px;
	border-radius: 3px;
	font-style: normal;
	font-size: 15px;
	margin-right: 10px;
}
/* 、 */
.page-aside {
	padding: 20px 0 40px;
}

.page-aside .aside-title {
	font-size: 32px;
	font-weight: 100;
	line-height: 3;
	color: #333;
	text-align: center;
}

.page-aside .aside-title span {
	border-bottom: 1px solid #F3F3F3;
	padding: .6em 2em;
	position: relative;
}

.page-aside .aside-title::after {
	content: '';
	display: table;
	width: 2em;
	height: 3px;
	background-color: #5A90EE;
	position: absolute;
	left: 0;
	right: 0;
	margin: -.3em auto 0;
	left: 50%\9;
	margin-left: -1em\9;
}

.advantage .aside-content li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
}

.advantage .aside-content .item .icon {
	width: 156px;
	height: 156px;
	margin: 40px 0 30px;
	display: inline-block;
	background: url(../images/20170913/advantage.png) 0 0 no-repeat;
}

.advantage .aside-content .item .icon2 {
	background-position: -176px 0;
}

.advantage .aside-content .item .icon3 {
	background-position: -352px 0;
}

.advantage .aside-content .item .icon4 {
	background-position: -528px 0;
}

.advantage .aside-content .item .contitle {
	font-size: 20px;
	line-height: 32px;
	display: block;
}

.advantage .aside-content .item .context span {
	display: block;
}
/* 精品推荐 */
.app {
	background: #f2f4f5;
}

.app .slideColumn {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.app .aside-content {
	padding-top: 40px;
}

.app .slideColumn .bd {
	padding: 0px 50px;
	overflow: hidden;
}

.app .slideColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	float: left;
	_display: inline;
	margin-bottom: -20px;
}

.app .slideColumn .bd ul li {
	width: 16.6666667%;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}
.app .slideColumn .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 10px;
    border-radius: 100%;
    text-indent: -999px;
    cursor: pointer;
    background: #C1C1C1;
}
.app .slideColumn .hd ul li.on {
	background: #28C7DC;
}
.app .slideColumn .bd ul li .pic {
	text-align: center;
}

.app .slideColumn .bd ul li .pic img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 20px;
	display: block;
}

.app .slideColumn .bd ul li .pic a:hover img {
	border-color: #999;
}

.app .slideColumn .bd ul li .title {
	line-height: 32px;
	width: 65%;
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.app .slideColumn .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	z-index: 100;
	zoom: 1;
}

.app .slideColumn .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	z-index: 100;
	zoom: 1;
}

.app .slideColumn .prev, .app .slideColumn .next {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/20170913/switch.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.app .slideColumn .next {
	background-position: -60px 0;
	left: auto;
	right: 0;
}

.join .aside-content li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 16px;
}

.join .aside-content .item {
	margin: 0px 15px;
	padding: 10px 0;
}

.join .aside-content li .item .icon {
	max-width: 140px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.join .aside-content li .item .contitle {
	font-size: 18px;
	color: #454545;
	font-weight: normal;
	margin-bottom: 0;
}

.join .aside-content li .angle {
	position: absolute;
	top: 0;
	right: -12px;
}

.join .aside-content li .angle .iconangle {
	width: 16px;
	height: 28px;
	margin-top: 57px;
	display: block;
	background: url(../images/20170913/arrow.png);
}

.join .joinbtn {
	background: #26C7DB;
	color: #FFF;
	width: 240px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 2px;
	border-radius: 5px;
	font-size: 22px;
	text-align: center;
	display: block;
	margin: 40px auto 20px;
}

#embed-captcha {
	width: 280px;
	margin: 0 auto;
}

.geetest_holder.geetest_wind .geetest_btn {
	width: 280px !important;
}

.geetest_holder.geetest_wind .geetest_radar_btn, .geetest_holder.geetest_wind .geetest_success_btn {
	width: 280px !important;
}

.geetest_holder.geetest_wind .geetest_ghost_success.geetest_success_animate {
	width: 280px !important;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#notice {
	color: red;
}
