﻿
/* 绑定手机公共样式 start */
.bindmobile_logo_div{
	padding-top:4.35rem;
	padding-bottom:4.35rem;
	//padding-bottom:5rem;
	text-align:center;
}
.bindmobile_logo_div .logo{
	width:8.75rem;
}

.bindmobile_div{
	padding:0 1.875rem;
}
.bindmobile_div .myrow{
	height:3rem;
	//line-height:3rem;
}
.bindmobile_div .myrow .div{
	position:relative;
	padding-top:1rem;
}
.bindmobile_div .myrow .div .myico{
	position:absolute;
	left:0.5rem;
	top:50%;
	margin-top:-0.5rem;
	width:1rem;
	height:1rem;
}
.bindmobile_div .myrow .div .zhanhao_ico{
	background:url(../image/sj_ico.png) no-repeat center center;
	background-size:100% 100%;
}
.bindmobile_div .myrow .div .pass_ico{
	background:url(../image/mm_ico.png) no-repeat center center;
	background-size:100% 100%;
}
.bindmobile_div .myrow .div .code_ico{
	background:url(../image/yzm_ico.png) no-repeat center center;
	background-size:100% 100%;
}
.bindmobile_div .myrow .div .text{
	width:100%;
	height:1rem;
	line-height:1rem;
	padding-left:2.5rem;
	border:none;
	outline:none;
}
.bindmobile_div .myrow .div .yzm_div{
	width:60%;
	padding-bottom:1rem;
}
.bindmobile_div .myrow .div .yzm_div2{
	width:40%; 
	padding-left:0.5rem; 
	text-align:center;
}
.bindmobile_div .myrow .div .yzm_div3{
	border-bottom:1px solid #2893FF; 
	padding-bottom:1rem;
}
.bindmobile_div .myrow .div .yzm_div3 .getCodeBtn{
	color:#2893FF;
	text-decoration:none;
}
.bindmobile_div .btn_div{
	margin-top:2rem;
}
.bindmobile_div .btn_div .tijiao_a{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	background:#2893FF;
	display:block;
	text-align:center;
	font-size:0.8rem;
	color:#ffffff;
	text-decoration:none;
}
.bindmobile_div .xieyi{
	height:3.5rem;
	line-height:3.5rem;
}
.bindmobile_div .qiehuan{
	//margin-top:2rem;
	padding:1rem 0;
}
.bindmobile_div .qiehuan .div{
	height:1rem;
	line-height:1rem;
	width:50%;
	text-align:center;
	border-right:1px solid #2893FF;
}
.bindmobile_div .qiehuan .div a{
	font-size:0.7rem;
	color:#2893FF;
	text-decoration:none;
}

/* 弹出层 */
.tcc_div{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	background:rgba(0,0,0,.5);
}
.tcc_div .box_div{
	width:100%;
	padding:2.875rem 1.625rem 0 1.625rem;
}
.tcc_div .box_div .box_div2{
	background:#ffffff;
	border-radius:0.3rem;
	overflow:hidden;
	text-align:center;
}
.tcc_div .box_div .box_div2 .title{
	position:relative;
	height:2.25rem;
	line-height:2.25rem;
	background:#F9F9F9;
	border-bottom:1px solid #DDDDDD;
}
.tcc_div .box_div .box_div2 .title .close_btn{
	width:0.7rem;
	height:0.7rem;
	position:absolute;
	left:0.75rem;
	top:50%;
	margin-top:-0.35rem;
	background:url(../image/choose_ico.png) no-repeat;
	background-size:100% 100%;
}
.tcc_div .box_div .box_div2 .content{
	padding:0 1rem;
}
.tcc_div .box_div .box_div2 .content .tpyzm_div{
	height:2.25rem;
	position:relative;
}
.tcc_div .box_div .box_div2 .content .tpyzm_div .left{
	width:100%;
	height:100%;
	padding-right:5.5rem;
}
.tcc_div .box_div .box_div2 .content .tpyzm_div .left input{
	width:100%;
	height:100%;
	line-height:2.2rem;
	border-radius:0.3rem;
	border:1px solid #DDDDDD;
	padding:0 0.5rem;
	outline:none;
}
.tcc_div .box_div .box_div2 .content .tpyzm_div .right .imgcode{
	width:4.75rem;
	height:100%;
	position:absolute;
	right:0;
	top:0;
}
.tcc_div .box_div .box_div2 .content .tijiao_div .tijiao_btn{
	display:block;
	height:2rem;
	line-height:2rem;
	text-align:center;
	color:#ffffff;
	background:#2893FF;
	border-radius:0.3rem;
	text-decoration:none;
}

/* 分割框 */
.tcc_division{
	height:1rem;
}  


/* 绑定手机公共样式 end */


.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear{
	clear:both;
}


/*-----------------底部导航条---------------*/
.footer{
	width:100%;
	height:3rem;
	position:fixed;
	left:0;
	bottom:0;
	z-index:9;
	background:#fff;
}
.footer .two_div{
	width:50%;
	height:100%;
	float:left;
	text-align:center;
}
.footer .three_div{
	width:33.3333%;
	height:100%;
	float:left;
	text-align:center;
}
.footer .four_div{
	width:20%;
	height:100%;
	float:left;
	text-align:center;
}
.footer .five_div{
	width:20%;
	height:100%;
	float:left;
	text-align:center;
}
.footer .div a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#888888;
	padding-top:1.7rem;
	font-size:0.7rem;
}
.footer .cur a{
	color:#70BAFF;
}
.footer .div .navshop{
	background:url(../image/icon_navshop_2.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .div .navdevice{
	background:url(../image/icon_navdevice_2.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .div .navwork{
	background:url(../image/icon_navwork_2.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .div .navmember{
	background:url(../image/icon_navmember_2.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .div .navmy{
	background:url(../image/icon_navmy_2.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}

.footer .cur .navshop{
	background:url(../image/icon_navshop_1.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .cur .navdevice{
	background:url(../image/icon_navdevice_1.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .cur .navwork{
	background:url(../image/icon_navwork_1.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .cur .navmember{
	background:url(../image/icon_navmember_1.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}
.footer .cur .navmy{
	background:url(../image/icon_navmy_1.png) no-repeat center 0.5rem;
	background-size:1rem auto;
}

/*-----------------顶部TAB头区域---------------*/
.top-tabs-div{
	border: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #ffffff;
	padding: 0.35rem 0.35rem 0.15rem 0.35rem;
	width:100%;
	height: 2.7rem;
}
/* 消除边框和边距 */
.top-tabs-div > .nav-tabs {
	border: none;
	margin: 0;
	padding: 0;
}
.top-tabs-div > .nav-tabs > li {
	margin: 0;
	padding: 0;
}
/* 未活动TAB字体颜色 */
.top-tabs-div > .nav-tabs > li > a{
	border: 0;
	margin: 0;
	height: 2.15rem;
	padding: 0.5rem 0 0 0;
	font-size: 0.8rem;
	color: #888888;
}
/* 光标聚焦的底下边框颜色 */
.top-tabs-div > .nav-tabs > li.open , .top-tabs-div > .nav-tabs > li:hover {
	border-bottom: 3px solid #fbcdcf;
}
/* 光标聚焦的背景色和文字色 */
.top-tabs-div > .nav-tabs > li.open, .top-tabs-div > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #888888;
}
/* 活动TAB底下边框颜色 */
.top-tabs-div > .nav-tabs > li.active {
	border-bottom: 3px solid #f3565d;
	position: relative;
}
/* 活动TAB字体颜色 */
.top-tabs-div > .nav-tabs > li.active > a {
	border: 0;
	color: #444444;
}

