.center-cont{
    width: 100%;
}
.center-cont .center-cont-login{
    padding: 15vh 35px 25px;
}
#__nc{margin-top: 20px;}
.center-cont-login .login-title{
    font-size: 20px;
    margin-bottom: 25px;font-weight: bold;
    font-weight: 600;
}
.login-form .login-form-item{
    height: 54px;position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.login-form .login-form-item input.item-input{
    height: 54px;font-size: 14px;
    padding: 20px 0px;width: 100%;
    border: 0px;color: #333;
    border-bottom: 1px solid #E1E1E1;
    -webkit-appearance: none;-moz-appearance: none;
    border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;
}
.login-form-item input.item-input::-webkit-input-placeholder{
    color:#c0c0c0;
}
.login-form-item input.item-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#c0c0c0;
}
.login-form-item input.item-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#c0c0c0;
}
.login-form-item input.item-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#c0c0c0;
}
.login-form .login-form-item .get-code-btn{
    position: absolute;right: 0px;top: 18px;
    color: #e93030;font-size: 14px;
    border: none;
    background: #ffffff;
}
.item-btn .last-form-btn{
    width: 100%;height: 40px;line-height: 40px;
    background: #E93030;color: #FFF;
    border: 0px;font-size: 15px;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    margin-top: 40px;
}
.other-login{
    text-align: center;
    padding-top: 20px;
}
.other-login .other-login-a{
    color: #e93030;font-size: 14px;
}
.other-login .other-login-a img{
    width: 13px;margin-left: 5px;
    position: relative;top: 1px;
}
.other-login2{
    color: #a5a5a5;font-size: 14px;
    text-align: center;padding-top: 20px;
}
.other-login2 a{color: #a5a5a5;padding: 0px 18px;}
.divide-line{
    display: inline-block;
    width: 1px;height: 11px;
    background-color: #A5A5A5;position: relative;
    top: 1px;
}
.third-entrance{
    margin-top: 18vh;
}
.third-entrance .third-entrance-title{
    width: 100%;
    height: 1px;background-color: #E1E1E1;
}
.third-entrance .third-entrance-title .or-span{
    display: block;
    width: 20%;margin: 0 auto;
    height: 26px;line-height: 24px;
    color: #a5a5a5;font-size: 13px;text-align: center;
    background-color: #FFF;position: relative;
    top: -13px;
}
.third-entrance-cont{
    width: 80%;margin: 0 auto;
}
.third-entrance-cont .entrance-cont-list{
    padding: 30px 25px;
    width: 50%;
    float: left;
}
.third-entrance-cont .entrance-cont-list a{
    width: 35px;display: block;
    margin: 0 auto;
}
.other-msg.c9{
    font-size: 12px;text-align: center;
    padding-top: 20px;
}
/*---搜索框---*/
.search-page-search{
    padding: 15px;
    width: 100%;
    position: relative;
    z-index: 10011;background-color: #FFF;
}
.search-page-search .search-box{
    height: 34px;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    overflow: hidden;
}
.search-page-search .search-box .search-input{
    border: 0px;
    width: 82%;
    background-color: #F7F7F7;
    height: 34px;
    float: left;padding-left: 30px;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
}
.search-page-search .search-box .search-btn{
    width: 18%;float: right;
    height: 34px;border: 0px;
    background-color: #E93030;
    color: #FFF;
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    font-size: 13px;
}
.search-page-search .search-box .left-search-icon{
    top: 25px;left: 24px;
    position: absolute;
    width: 12px;
}
.search-page-search .search-box .search-msg{
    top: 23px;left: 44px;
    position: absolute;
    color: #999;
    font-size: 13px;
}
.search-page-search .search-box .search-close-btn{
    position: absolute;
    top: 23px;right: 23%;width: 18px;
    display: none;
}
/*----banner-----*/
.company-banner{
    padding: 0px 15px 15px;
}
.company-banner .swiper-container{
    position:relative;
    overflow:hidden;
}
.company-banner .swiper-wrapper {
    position:relative;
    width:100%;
    height: 100%!important;
}
.company-banner .swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%!important;
}
.company-banner .arrow-left {
    background: url(../image/new/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:10;
}
.arrow-right {
    background: url(../image/new/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index:10;
}
.company-banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:2px;
    width: 100%;
}
.company-banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 3px;
    cursor: pointer;
    opacity: 0.5;
}
.company-banner .swiper-active-switch {
    background: #FFF;
    opacity: 1;
    width: 11px;
}
.swiper-slide{
    position:relative;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
}
.swiper-slide-active{
    opacity:1;
}
.loop{
    animation-iteration-count: infinite;/*无限*/
    animation-timing-function:linear;/*平滑*/
}
/*------chong------*/
.main-cont-block .main-public-title{
    height: 50px;line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0px 15px;
}
.main-public-title .title{
    font-size: 16px;
    position: relative;
    padding-left: 8px;
}
.main-public-title .title:before{
    content: "";display: block;
    width: 3px;height: 15px;
    background-color: #E93030;
    position: absolute;top: 2px;left: 0px;
}
.main-public-title .float-right{
    font-size: 14px;
}
.main-public-title .float-right img{
    width: 5px;margin-left: 5px;
}
/*-------------找公司---------*/
.scroll-outter{
    overflow: hidden;
    width: 100%;
}
.tj-company-ul{
    width: 100%;float: left;
    display: inline;white-space: nowrap;
    padding: 15px 10px;
    overflow-x: scroll;overflow-y: hidden;
}
.tj-company-ul .tj-com-list{
    width: 140px;
    display:inline-block;margin: 0px 5px;
    background-color: #FFF;
    box-shadow: 0px 0px 12px #E0E0E0;-webkit-box-shadow: 0px 0px 12px #E0E0E0;-moz-box-shadow: 0px 0px 12px #E0E0E0;
}
.tj-company-ul .tj-com-list .com-list-top{
    padding: 15px 10px;
    border-bottom: 1px solid #EEEEEE;
}
.tj-company-ul .tj-com-list .com-list-logo{
    width: 100%;height: 35px;
}
.tj-company-ul .tj-com-list .com-list-title{
    font-size: 14px;line-height: 22px;
    margin: 10px 0px 5px;text-align: center;
    /*font-weight: bold;*/
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.com-list-bottom{
    padding: 10px 10px;
}
.com-list-bottom .com-yy-btn{
    display: block;width: 64%;
    margin: 0 auto;height: 32px;line-height: 32px;
    background-color: #E93030;color: #FFF;
    text-align: center;font-size: 14px;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
.lc-answer-ul{
    width: 100%;
    padding: 0px 15px;
}
.lc-answer-ul .lc-answer-list{
    padding: 16px 0px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.lc-answer-list .answer-list-word{
    font-size: 14px;
}
.lc-answer-list .answer-list-word .word-title{
    font-size: 15px;
    padding-bottom: 6px;
    width: 100%;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lc-answer-list .answer-list-word .line-cell{
    width: 100%;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*----------搜索公司----------*/
.company-info-ul{
    padding: 15px;
}
.company-info-ul .company-info-list{
    width: 100%;
    background-color: #FFF;box-shadow: 0px 0px 8px #E0E0E0;
    -webkit-box-shadow: 0px 0px 8px #E0E0E0;-moz-box-shadow: 0px 0px 8px #E0E0E0;
    margin-bottom: 12px;
}
.company-info-ul .company-info-list .info-list-top{
    padding: 14px 15px;position: relative;
}
.company-info-list .info-list-top:after{
    width: 100%;
    content: '';
    height: 1px;
    background: url('../image/new/dot-line.png') repeat-x;position: absolute;
    bottom: 0px;left: 0px;
}
.company-info-list .info-list-top img{
    height: 25px;width: auto;display: block;
}
.company-info-ul .company-info-list .info-list-bottom{
    padding: 15px;
}
.info-list-bottom .info-title{
    font-size: 15px;padding-bottom: 10px;
}
.info-list-bottom .detail-msg{
    position: relative;
    font-size: 14px;padding-left: 18px;
    margin-bottom: 5px;
}
.info-list-bottom .detail-msg img{
    position: absolute;left: 0px;
    width: 11px;top: 5px;
}
/*---相关推荐广告---*/
.tclc-relate-con{
    background-color: #FFF;
    padding: 10px 15px;
    font-size: 17px;
    color: #666;
}
.tclc-relate-con .relate-title{
    padding-bottom: 10px;
}
.tclc-relate-con .relate-title .title-icon{
    background-color: #FF444C;
    display: inline-block;
    width: 2px;
    height: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.tclc-banner-con{
    overflow: hidden;
    width: auto;
}
.tclc-banner-con ul{
    width: 100%;
    float: left;
    display: inline;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 8px 0px;
}
.tclc-banner-con ul li{
    width: 156px;
    height: 80px;
    display: inline-block;
    margin-right: 10px;
}
.question-list-add{
    padding: 10px 15px;
    background-color: #FFF;
    margin-bottom: 20px;
}
.question-list-add .btn{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}
.question-list-add .btn img{
    width: 13px;margin-left: 10px;
}
/*-----------证券公司--------*/
.choose-outter{
    position: relative;
}
.counselor-type-choose{
    position: relative;z-index: 10011;
    background-color: #FFF;
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
}
.counselor-type-choose .type-cho-li{
    float: left;
    width: 33.3%;height: 50px;line-height: 50px;
    text-align: center;
    font-size: 15px;
}
.counselor-type-choose .type-cho-li.cur{
    color: #e93030;
}
.counselor-type-choose .type-cho-li img{
    margin-left: 5px;position: relative;top: -3px;
    width: 6px;
}
.type-detail-cont{
    width: 100%;
    position: absolute;top: 45px;
    left: 0px;background-color: #FFF;
}
.type-detail-cont .coun-type{
    position: relative;z-index: 10011;
}
.coun-type .coun-type-list{
    height: 47px;line-height: 47px;
    padding-left: 10px;background-color: #FFF;
    padding-right: 25px;font-size: 14px;
}
.type-detail-cont .detail-cont-list{
    display: none;
}
.coun-type .coun-type-list.active{
    color: #f93030;
}
.coun-type .coun-type-list .float-right{
    width: 16px;display: block;
    display: none;
}
.coun-type,.coun-province{
    padding: 12px 25px;background-color: #FFF;
    position: relative;z-index: 10011;
}
.coun-type .area-span,.coun-province .area-span{
    font-size: 14px;display: inline-block;
    width: 70px;height: 26px;line-height: 26px;
    text-align: center;margin-right: 10px;margin-bottom: 12px;
    background-color: #F2F2F2;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
.coun-type .area-span.active,.coun-province .area-span.active{
    border: 1px solid #E93030;color: #E93030;background-color: #FEF3F3;
}
/*----*/
.company-info-ul .company-info-list .info-list-foot{
    padding: 10px 15px;
    position: relative;
}
.company-info-list .info-list-foot:before{
    width: 100%;
    content: '';
    height: 1px;
    background: url('../image/new/dot-line.png') repeat-x;position: absolute;
    top: 0px;left: 0px;
}
.info-list-foot .com-yy-btn{
    padding: 8px 14px;display: block;
    float: right;background-color: #E93030;
    color: #FFF;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    font-size: 14px;
}
.info-list-foot .com-yy-num{
    line-height: 35px;display: inline-block;
    font-size: 14px;
}
.stock-news-all{
    padding: 10px 15px 40px 15px;
}
.stock-news-all .stock-new-list{
    line-height: 22px;padding: 7px 0px;
    font-size: 14px;
}

/*----------证券公司详情----------*/
.detail-info-top.company-bg .detail-info-bg{
    height: 85px;width: 100%;
    background: url('../image/new/com-bg.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 0px 25px;
    box-shadow: 0px 2px 10px #DBDBDB;-moz-box-shadow: 0px 2px 10px #DBDBDB;
    -webkit-box-shadow: 0px 2px 10px #DBDBDB;
    display:table;
}
.detail-info-top.company-bg .detail-info-bg span{
    display:table-cell;
    vertical-align:middle;
}
.detail-info-top.company-bg .detail-info-bg img{
    height:35px;display: block;
    margin: 0 auto;width: auto;
}
.detail-info-top.company-bg{
    margin: 15px;
}
.company-bg .detail-btn-cont{
    margin-top: 20px;
}
.info-cont-panel .company-intro{
    color: #666;
    font-size: 14px;line-height: 24px;
    padding-top: 15px;
}
.company-kh-process .process-left{
    top: 28px;
}
.company-kh-process .process-left .lc-icon{
    width: 38px;
}
.company-kh-process .process-left .icon2,.company-kh-process .process-left .icon3,.company-kh-process .process-left .icon4{
    margin-top: 25px;
}
.company-kh-process .process-right .process-right-step{font-size: 14px}
.process-main-tip{
    margin: 15px 15px 0px 15px;
    color: #FFF;
    padding: 12px 15px;background: url('../image/new/kh-lc-bg.png') no-repeat;
    background-size: 100% 100%;
}
.process-main-tip .kh-btn{
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    border: 1px solid #FFF;
    display: inline-block;float: right;
    padding: 6px 24px;color: #FFF;
    font-size: 14px;
}
.process-main-tip .left-msg{
    font-size: 15px;line-height: 33px;
}
.process-main-tip .left-msg .left-msg-icon{
    width: 25px;margin-right: 10px;position: relative;top: 8px;
    border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
    border: 2px solid #FFF;
}
.stock-news-detail{
    padding: 2px 15px 15px;
}
.stock-news-detail .news-detail-title{
    font-size: 16px;line-height: 23px;
    padding: 13px 0px;font-weight: bold;
}
.news-sub-title{
    font-size: 12px;
}
.news-sub-title .right-author{
    float: right;
}
.stock-news-detail .news-detail-msg{
    font-size: 14px;line-height: 24px;
    padding-top: 13px;
    text-indent:30px;
}
.news-cont .news-text{
    color: #e93030;
    border-top: 1px solid #EEEEEE;
    text-align: center;height: 55px;
    line-height: 55px;font-size: 15px;
}
.detail-info-tab .info-title-tab ul.wh-tab{
    width: 75%;margin: 0 auto;
}
.info-title-tab ul.wh-tab li{
    width: 50%;
}
.info-title-tab ul.wh-tab li.active:after{
    left: 43%;
}
/*------------我要反馈--------*/
.feedback-cont{
    padding: 20px 15px;
}
.feedback-cont .feedback-area{
    margin-bottom: 15px;
}
.feedback-cont .feedback-area .feed-textarea{
    width: 100%;
    height: 175px;font-size: 14px;line-height: 24px;
    padding: 10px;
    border: 0px;background-color: #F5F5F5;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    -webkit-appearance: none;-moz-appearance: none;
}
.feed-phone-title{
    font-size: 15px;position: relative;
    padding-left: 8px;margin-bottom: 6px;
}
.feed-phone-title:before{
    content: "";
    background: url('../image/new/contact-dot.png');
    width: 3px;height: 4px;
    background-size: 100% 100%;position: absolute;
    left: 0px;top: 8px;
}
.feedback-cont .feed-phone-input{
    font-size: 14px;
    padding: 12px 15px;width: 100%;
    background-color: #F5F5F5;border: 0px;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    -webkit-appearance: none;-moz-appearance: none;
}
.feed-page-btn{
    width: 100%;height: 40px;line-height: 40px;
    color: #FFF;background-color: #E93030;font-size: 15px;
    border: 0px;margin-top: 50px;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    -webkit-appearance: none;-moz-appearance: none;
}
.feed-kf{
    font-size: 12px;text-align: center;
    margin-top: 200px;
}
/*---------------开通vip-------------*/
.vip-cont .cont-red{
     color: #e93030;text-align: center;
    line-height: 30px;font-size: 12px;
}
.vip-block-list{
    padding: 10px 15px;
}
.vip-block-list .list-title{
    font-size: 15px;position: relative;
    line-height: 26px;padding-left: 8px;
}
.vip-block-list .sub-list-title{
    font-size: 12px;color: #666;
}
.vip-block-list .list-title:after{
    content: "";width: 3px;height: 13px;
    background-color: #E93030;
    position: absolute;left: 0px;top: 6px;
}
.vip-block-list .vip-table{
    width: 100%;font-size: 12px;
    margin-top: 10px;border: 1px solid #DDD;
    border-bottom: 0px;
    margin-bottom: 10px;
}
.vip-table thead tr td{
    padding: 10px 5px;color: #FFF;
    background-color: #BE9A76;text-align: center;
    border-bottom: 1px solid #DDD;
}
.vip-table tbody tr td{
    padding: 12px 5px;text-align: center;
    border-bottom: 1px solid #DDD;
}
.vip-table tbody tr td .show-s{
    width: 11px;position: relative;top: 2px;
}