/* 
* @Author: anchen
* @Date:   2018-03-15 20:55:39
* @Last Modified by:   anchen
* @Last Modified time: 2018-03-15 20:57:51
*/
body, button, input, select, textarea{
    font-family: PingFangSC-Regular, "微软雅黑";
}
* {
    box-sizing: content-box;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}
body{
    color: #333;
    font-size: 14px;
    margin:0px;
    background:#f9fbfc;
}
dt+dd,dd,dt,ul,ol,p,span{
    padding:0px;
    margin:0px;
    font-weight: normal;
}
li {
    list-style: none;
}
input, button, select, textarea {
    outline: none;
}
input[type='radio'].radio {
    opacity:0;
    display:inline-block;
    height:18px;
    margin-left: 18px;
}
label.radio {
    background:url(../images/radio_off.png) no-repeat;
    background-size: 18px;
    height:18px;
    padding-left:25px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
input[type='radio'].radio:checked + .radio {
    background:url(../images/radio_on.png) no-repeat;
    background-size: 18px;
}
input:focus{
    text-decoration: none;
}
/*********************input placeholder color start************************/
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity:1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity:1;
}

input:-ms-input-placeholder{
    color: #999;
    opacity:1;
}

input::-webkit-input-placeholder{
    color: #999;
    opacity:1;
}
/*********************placeholder color end************************/
input:focus{
    border: solid 1px #67a9bf;
}
.u-input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0px 14px;
}

.erHeadBox{
    width:100%;
    height:70px;
    background: white;
    border-bottom: 1px solid #ededed;
}
.centerBox{
    width:1200px;
    height:100%;
    margin:0 auto;
}
.erLogo{
    width: 150px;
    height: 47px;
    float: left;
    margin-top: 11px;
    background: url(../images/logo.png) center no-repeat;
}
.erHeadMenu{
    height:70px;
    float:left;
    margin-left: 80px;
}
.erHeadMenu>ul{
    height:70px;
}
.erHeadMenu>ul li{
    width: 96px;
    height: 100%;
    font-family: PingFangSC-Regular,"微软雅黑";
    font-size: 14px;
    line-height: 70px;
    float: left;
    text-align: center;
    cursor:pointer;
    color: #333333;
}

.erHeadMenu>ul li:hover{
    color:#fff;
    background: #5396AC;
}

.erHeadMenu>ul li.erHeadMenuActive{
    background: #67A9BF;
    color:#fff;
}
.erHeadLoginBox{
    float:right;
    height:70px;
    line-height: 70px;
}
.erHeadLoginBox p{
    float: left;
    text-align: right;
    cursor:pointer;
}
.erHeadLoginBox p:hover{
    color:#67A9BF;
}
/***********  头部结束*************************/


/*******************8脚部   **********************/
.yrFooter{
    width:100%;
    height:370px;
    font-family:"PingFangSC-Regular", "微软雅黑";
    letter-spacing: 0;
    background: #333333;
}
.yrFooterContent{
    width:1200px;
    height: 100%;
    margin:0 auto;
    background: #333333;
}
.yrFooterLink,.yrFooterWX p,.yrFooterHeadNew p{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    margin-top: 15px;
}

.yrFooterLink,.yrFooterAllLink,.yrFooterApp{
    display: inline-block;
}
.yrFooterAllLink ul li a,.yrFooterTitle1,.yrFooterPhone{
    font-size: 12px;
    color: #999999;
    line-height: 12px;
}
.yrFooterAllLink ul li{
    width: 180px;
    display: inline-block;
    margin:0 25px 12px 0;
}
.yrFooterLink{
    width:90px;
    vertical-align: top;
    margin-top: 21px;
}
.yrFooterAllLink{
    width:887px;
    vertical-align: middle;
}
.yrFooterWX,.yrFooterHeadNew{
    width:80px;
    height:130px;
    display: inline-block;
    text-align: center;
}
.yrFooterWX{
    margin-right: 40px;
}
.yrFooterBox1{
    padding: 60px 0 12px 0;
    border-bottom: 1px solid #666666;
}
.yrFooterApp{
    vertical-align: middle;
}
.wxImg,.appImg{
    width:80px;
    height:80px;
    background: #FFFFFF;
}

/*****易融互联*/
.yrFooterBox2{
    /*width:1200px;
    border:1px solid red;*/
    margin-top:50px ;
}
.yrFooterTitle1{
    line-height: 22px;
    padding:0 60px;
}
.footerOnline{
    border-right:2px solid #666666;
    height:40px;
    display: inline-block;
    vertical-align: middle;
}
.yrFooterLogo{
    width:250px;
    margin-right: 60px;
}
.yrFooterLogo,.yrFooterTitle1,.yrFooterPhone{
    display: inline-block;
    vertical-align: middle;
}
.yrFooterPhone{
    padding-left: 60px;
    line-height: 22px;
}
/*******************底部结束****************************/


/*****************登录成功  开始  *****************/
.erHeadLoginSuccess{
    width:70px;
    float: right;
    position: relative;
    z-index: 100;
}
.centerBox{
    position: relative;
}
.erHeadLoginSuccess img{
    width:40px;
    height:40px;
    border-radius: 100px;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    margin: 14px auto;
    vertical-align: middle;
    cursor: pointer;
}
.erHeadLoginSuccess:hover{
    background:#F0F5F8;
}
.erHeadLoginSuccess:hover .erHeadLoginSelect{
    display: block;
}
.erHeadLoginSelect{
    width:134px;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(51,51,51,0.10);
    border-radius: 0 0 6px 6px;
    padding:10px 0;
    z-index: 100;
    position: absolute;
    top: 70px;
    left: -64px;
}
.erHeadCenterSign,.erHeadOrderSign,.erHeadbidSign,.erHeadOutSign,.erHeadCertSign{
    width:12px;
    height: 14px;
    display: inline-block;
}
.erHeadLoginSelect p{
    display: inline-block;
}
.erHeadLoginSelect a{
    font-size: 16px;
    color: #000000;
}
.erHeadCenterLi,.erHeadOrderLi,.erHeadBidLi,.erHeadOutLi,.erHeadCertLi {
    line-height: 40px;
    padding-left:25px;
}
.erHeadCenterLi a, .erHeadOrderLi a, .erHeadBidLi a, .erHeadOutLi a, .erHeadCertLi a{
    display: block;
    width:109px;
}
.erHeadLoginSelect  ul li:hover{
    background: #67A9BF;
}
.erHeadLoginSelect  ul li:hover a{
    color:#fff;
}
/*个人中心*/
.erHeadCenterLi:hover .erHeadCenterSign{
    background: url('../images/person_center_hover.png') center no-repeat;
    background-size: 12px;
}
.erHeadCenterSign{
    background: url('../images/person_center.png') center no-repeat;
    background-size: 12px;
}
/*贷款订单*/
.erHeadOrderLi:hover .erHeadOrderSign{
    background: url('../images/sub_order_hover.png') center no-repeat;
    background-size: 12px;
}
.erHeadOrderSign{
    background: url('../images/sub_order.png') center no-repeat;
    background-size: 12px;
}
/*退出*/
.erHeadOutLi:hover .erHeadOutSign{
    background: url('../images/login_out_hover.png') center no-repeat;
    background-size: 12px;
}
.erHeadOutSign{
    background: url('../images/login_out.png') center no-repeat;
    background-size: 12px;
}
/*主体维护*/
.erHeadBidLi:hover .erHeadBidSign{
    background: url('../images/biddingbody_hover.png') center no-repeat;
    background-size: 12px;
}
.erHeadBidSign{
    background: url('../images/biddingbody.png') center no-repeat;
    background-size: 12px;
}
/*证书办理*/
.erHeadCertLi:hover .erHeadCertSign{
    background: url('../images/cert_hover.png') center no-repeat;
    background-size: 12px;
}
.erHeadCertSign{
    background: url('../images/cert.png') center no-repeat;
    background-size: 12px;
}


/*会员体系*/
.w-1200{width: 1200px;height: auto;margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.wq_newheader{width: 100%;height: 70px;box-shadow: 0px 6px 10px 0px rgba(173, 174, 174, 0.16);background-color: #fff;position: fixed;top: 0px;left: 0px;z-index: 9999;}
.wq_newheader.active{background-color: rgba(255,255,255,0.9);}
.wq_newlogo{padding-top:11.5px;margin-right: 58px; cursor: pointer;}
.wq_newmenu li{float: left;font-size: 14px;color: #333;line-height: 70px;height: 70px;position: relative;margin-left: 48px;cursor: pointer;}
.wq_newmenu li span{position: absolute;bottom: -1px;left: 50%;background-color: #67a9bf;width: 60px;height: 2px;margin-left: -30px;z-index: 1;display: none;}
.wq_newmenu li.active span,.wq_newmenu li:hover span{display: block;    animation: flipInX 1s;-moz-animation: flipInX 1s;-webkit-animation: flipInX 1s; -o-animation: flipInX 1s;}
.wq_newloginbox a{width: 78px;height: 34px;display: block;border:1px solid #67a9bf;border-radius: 18px;text-align: center;line-height: 34px;float: left;color: #67a9bf;margin-left: 13px;cursor:pointer;}
.wq_newloginbox a.wq_newloginbtn{background-color: #67a9bf;color: #fff;}
.wq_newloginbox a:hover{
    opacity: 0.8;
}
.wq_newloginbox{padding-top: 17px;}
.wq_vipgoods{width: 100%;height: 717px;background:url(../images/vipbj.png) no-repeat;position: relative;}
.goodstutop{text-align: center;padding-top: 53px;}
.goodstutop h2{font-size: 28px;font-weight: normal;color: #333;padding-top: 10px;}
.goodstutop p{color: #666;font-size: 16px;padding-top: 6px;}
.goodstaba{width: 1200px;height: 520px;position: absolute;left: 50%;margin-left: -600px;bottom: -81px;}
.goodstaba .item{margin-top: 56px;width: 401px;height: 501px;border:2px solid #fff;border-radius: 20px 0px 20px 0px;float: left;font-size: 0px;}
.goodstaba .item .cot{width: 400px;height: 487px;box-shadow: 0px 6px 10px 0px rgba(157, 158, 158, 0.5);border-radius: 20px 0px 20px 0px;margin:10px 0px 0px 10px;background:#fff url("../images/kuangdi.png") no-repeat bottom center;}
.goodstaba .item .cot .ludian{padding: 25px 0px 0px 25px;margin-bottom: 20px;}
.vipdengji{font-size: 21px;color: #666;text-align: center;margin-bottom: 40px;height: 32px;line-height: 32px;}
.vipdengji i{padding-right: 16px;line-height: 32px;}
.yuanjia{color: #999;font-size: 22px;padding-left: 80px;text-decoration: line-through; margin-bottom: 8px;}
.wq_tejia{font-size: 40px;color: #333;padding-left: 80px;}
.wq_mianfei{font-size: 40px;color: #333;height: 88px;line-height: 88px;text-align: center;}
.wq_tejia i{font-size: 20px;}
.xuxian{width: 302px;height:46px;margin:0 auto 15px auto;border-bottom: 1px dotted #ebebeb;}
.goodsjswz{font-size: 16px;color: #666;text-align: center;height: 40px;margin-top: 24px;}
.paygoodsbtn,.paygoodsDisableBtn{width: 140px;height: 44px;background-color: #ffffff;border-radius: 22px;border: solid 1px #67a9bf;margin:0 auto;margin-top: 27px;color: #67a9bf;font-size: 14px;text-align: center;line-height: 44px;}
.goodstaba .item.active{margin:0 34px;height: 520px;}
.goodstaba .item{margin: 0px 96px;-webkit-transition: .3s ease-in;transition: .3s ease-in;}
.goodstaba .item.active .cot{height: 510px;}
.goodstaba .item.active .wq_tejia{font-size: 50px;}
.vipdengji i img{vertical-align: sub}
.goodstaba .item.active .xuxian{height: 52px;}
.goodstaba .item.active .paygoodsbtn,.goodstaba .item.active .paygoodsDisableBtn{margin-top: 35px;}
.goodstaba .item.active .vipdengji{margin-bottom: 60px;}
.goodstaba .item .paygoodsbtn:hover{background-color: #67a9bf;color: #fff;cursor:pointer;}
.goodstaba .item .paygoodsDisableBtn:hover{background-color: #DCDCDC;color: #666666;border-color:#DCDCDC; }
.goodstaba .item:hover{
    transform: translateY(-2%);
    box-shadow: 1px 4px 10px 2px #CCC;
    -webkit-box-shadow: 1px 4px 10px 2px #CCC;
    -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.whtbjtop{background: #fff;margin-top: 134px;}
.wq_vipserverbox{padding: 10px 52px;border: solid 1px #ededed;margin-top: 112px;}
.wq_vipserverbox tr:last-child td{border:0px;}
.wq_vipserverbox tr th{width: 33%;height: 50px;line-height: 50px;font-size: 13px;padding: 0px 12px;color: #333;text-align: left;border-bottom: 1px solid #ededed;}
.wq_vipserverbox tr td{height: 76px;border-bottom: 1px solid #ededed;    padding: 0px 12px;}
.wq_vipserverbox tr td .jubei{width: 20px;height: 20px;background: url(../images/jubei.png) no-repeat;}
.lianxikf{padding: 27px 0px;font-size: 16px;color: #333;text-indent: 31px;margin-bottom: 80px; }
.lianxikf a{color: #228aad;cursor:pointer;}
.wq_vipserverbox tr th:nth-child(2), .wq_vipserverbox tr td:nth-child(2), .wq_vipserverbox tr td:nth-child(2) .jubei{text-align: center; margin: 0 auto;}
.wq_vipserverbox tr th:last-child, .wq_vipserverbox tr td:last-child{text-align: right;}
.wq_vipserverbox tr td:last-child .jubei{float: right;}

.yrFooterewm{width: 200px;vertical-align: middle;display: inline-block;margin-left: 10px;}
.yrFooterewm .item{width: 80px;padding-top:10px;font-size: 0px;}
.yrFooterewm img{width: 80px;height: 80px;}
.yrFooterewm p{font-size: 14px;color: #fff;text-align: center;}

