/* 
* @Author: Marte
* @Date:   2018-09-26 13:11:17
* @Last Modified by:   Marte
* @Last Modified time: 2018-11-28 09:11:54
*/
.header{
    width:100%;
   /* position:absolute;
    z-index: 10;
    left:50%;
    top:0;
    transform: translate(-50%,0);*/
    background-color: #fff;
    height:70px;
}
.toEnter{
    padding-top: 14px;
}
.toEnter>a{
    border: 1px solid #333;
    padding:9px 15px;
    display:inline-block;
    color:#333;
    margin-left: 20px;
    border-radius: 3px;
}
.toEnter>a+a{
    color:#fff;
    background-color: #f41111;
    border-color:#f41111;
}
.hasLogin a{
    border:none;
    background:none;
    margin-left: 0;
}
.hasLogin>a+a{
    background:none;
    color:#fff;
    text-decoration: underline;
}
.logo{
    padding:15px 30px 0 0;
    cursor: pointer;
}
.logo>h1 a{
    display:block;
    width:100%;
    height:100%;
}
.nav>ul{
    padding-top: 26px;
}
.nav>ul>li{
    float: left;
    margin-right: 15px;
}
.nav>ul>li>a{
    color:#333;
    padding:0 5px 23px 5px;
}
.nav>ul>li.now>a{
    border-bottom: 3px solid #f41111;
    color:#f41111;
}
.nav>ul>li:hover a{
   color:#f41111;
}

/* 二级导航 */
.firstNav{
	position: relative;
}
.second_nav{
	position: absolute;
	left: -22px;
	top: 40px;
	z-index: 1000;
	width: 200px;
}
.second_nav>li>a{
	color:#fff;
	line-height: 30px;
}

/*尾部*/
.footer{
    background-color: #212121;
    color:#999;
    font-size: 12px;
}
.footerInfobox{
    border-top: 1px solid rgba(255, 255, 255, .1);
    position:relative;
    display:none;
}
.copyright{
    padding-top:8px;
    color:#666;
}
.pl60{
    padding-left: 60px;
}
.footerInfobox{
    padding-bottom: 20px;
    padding-top: 10px;
}
.pl35{
    padding-left: 35px;
}

.footList{
    padding:21px 0;
}
.footList a{
    color:#999;
    margin-right: 24px;
    font-size: 16px;
}
.footList a:hover{
    color:#fff;
}
.showEr{
    width:24px;
    height:20px;
    background:url(../images/common/weixin.png);
    cursor: pointer;
    position:relative;
    margin-right: 40px;
}
.showEr:hover{
    background-image: url(../images/common/weixinHover.png);
}
.showEr:hover .erbox{
    display:block;
}
.erbox{
    position:absolute;
    left:-60px;
    top:-165px;
    display:none;
}
.er{
    position:relative;
    background-color: #fff;
    width: 130px;
    height: 130px;
    text-align: center;
    padding-top: 6px;
}
.er::before{
    content: "";
    position: absolute;
    right: 42px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    z-index: 11;
}
/*分页*/
.tcdPageCode{
    padding:8px 15px;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
}
.tcdPageCode a{
   display: inline-block;
    height: 40px;
    width:40px;
    line-height: 40px;
    margin: 0 2px;
    color: #333;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
}
.tcdPageCode a:hover{
    text-decoration: none;
    background-color: #f41111;
    border: 1px solid #e3e3e3;
    color:#fff;
}
.tcdPageCode span.current{
    display: inline-block;
    height: 40px;
    width:40px;
    line-height: 40px;
    margin: 0 2px;
    color: #fff;
    background-color: #f41111;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
}
.tcdPageCode span.disabled{
    display: inline-block;
    height: 24px;
    line-height: 23px;
    padding: 0 7px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #eff3f5;
    border: 1px solid #b3b2b2;
    border-radius: 20px;
    vertical-align: middle;
    display:none;
}
.leftIcon{
    display:inline-block;
    width: 9px;
    height: 10px;
    background: url(../images/common/lead.png) no-repeat 0px 0px;
}
.rightIcon{
    display:inline-block;
    width: 9px;
    height: 10px;
    background: url(../images/common/lead.png) no-repeat 0 -20px;
}
.tcdPageCode .prevPage,.tcdPageCode .nextPage{
    display:none;
}


/*按钮*/
.gray_btn{
    background-color: #E6E6E6;
    color:#333;
    border-radius: 30px;
    padding:12px 24px;
}
.grayheavy_btn{
    background-color: #ccc;
    color:#fff;
    border-radius: 30px;
    padding:12px 24px;
}
.orange_btn{
    background-color: #f41111;
    color:#fff;
    border-radius: 30px;
    padding:12px 24px;
}
.orange_btn:hover{
    background-color: #fa4040;
}
.grayborder_btn{
    border: 1px solid #ccc;
    color:#ccc;
    border-radius: 30px;
}
.orangeborder_btn{
    border: 1px solid #f41111;
    color:#f41111;
    border-radius: 30px;
}
/*认证*/
.loginContent{
    width: 100%;
    padding: 40px 0 100px;
}
.resetPwd>h3{
    color:#f41111;
    font-size: 18px;
    padding-top: 50px;
}

.resetT{
    color:#fa4040;
    font-size: 18px;
}
.resetT>span{
    display:inline-block;
    width: 170px;
    height: 1px;
    background-color: #fa4040;
    vertical-align: middle;
    margin-left: 10px;
}
.formItem input[type="text"],
.formItem input[type="password"],
.formItem select{
    width: 310px;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    font-size: 14px;
    padding-left: 10px;
    color:#333;
    padding-bottom: 10px;
}

/*加载的过程*/
.loadingPopup{
    position:fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
     display:none; 
}
.loadingbox{
    width: 180px;
    height: 180px;
    position:fixed;
    left:50%;
    top:50%;
    background:  url(../images/common/loading.png) 0 0 no-repeat;
    animation: myrotate 2s linear  infinite ;
}

@keyframes myrotate{
    from {
        transform:translate(-50%, -50%) rotate(0);
    }
    to {
         transform:translate(-50%, -50%) rotate(360deg);
    }
}
.loadingtips{
    width: 180px;
    height: 180px;
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%) ;
    text-align: center;
    color:#fff;
    line-height: 180px;
}

/*修改结果图标和认证结果*/
.resetpwdresult{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.resetSucc{
    font-size: 17px;
    color:#f41111;
    padding-top: 70px;
    padding-left: 30px;
}
.resetSucc>h4{
    padding:0  0 10px 24px;
}
.resetSucc>a{
    display:inline-block;
    font-size: 14px;
    padding:8px 60px;
}
.layerwindow{
    display:none;
}

/*弹窗样式*/
/*.successWindow{
    padding-top: 50px;
}*/
.successFont{
    font-size: 18px;
    padding:10px 10px 30px 0;
}
.toLoginBtn a{
    display:inline-block;
    padding:8px 50px;
}
.authTips{
    padding-top: 50px;
}
.authTips{
    padding-top: 50px;
}
.authTipContent{
    font-weight: bold;
    color:#f41111;
    padding:20px 0 40px;
    font-size: 16px;
}
.authTips .orangeborder_btn{
    padding:12px 80px;
}

.layerBox{
    color:#999;
    padding:30px 10px 0;
}
.successTips{
    font-size: 16px;
    color:#1a1a1a;
    padding:5px 0;
}
.toAction{
    border-top: 1px dashed #ebebeb;
    margin-top: 13px;
    padding-top: 13px;
}
.action_btn{
    background-color: #f41111;
    color:#fff;
    padding:10px 100px;
    display:inline-block;
    border-radius: 30px;
}
.comfirmDelBTN>a{
    margin:0 10px;
}

.tipsFont{
    font-size: 16px;
    padding:30px 50px;
    text-align: left;
    line-height: 26px;
    color:#1a1a1a;
}
.downloadForm{
    text-decoration: underline;
}
.resultFormtips{
    padding:0 50px 10px;
    text-align: left;
    line-height: 24px;
}
.enterTips{
	padding-top: 60px;
}
.enterTips a{
	padding: 8px 40px;
}

/*修改头部文件*/
.exit img{
    vertical-align: middle;
    margin-right: 10px;
}
.toEnter>.toNotices{
    padding:0;
    margin-right: 10px;
}
.toNotices img{
    vertical-align: middle;
}
.toNotices i{
    display:inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background-color: #169bd5;
    position:absolute;
    right:-2px;
    top:0;
}
.toEnter>.changeRole{
    color:#f41111;
    margin-right: 45px;
}
.toEnter>.changeRole img{
    vertical-align: middle;
    margin-right: 10px;
}
#showloadingPopup{
	display: none;
}
.showloadingPopup{
	background-color: rgba(0,0,0,.2);
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*提示弹窗*/
 .taketipsFont{
    color:#f41111;
}
.btn_yellows {
    width: 120px;
    padding: 12px 0;
    background-color: #f41111;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
}