/*顶部快捷导航*/
.shortcut {
    width: 100%;
    height: 145px;
    background: -webkit-linear-gradient(left, #BF003F ,#1B00E4);
    /* background-color: #fff; */
}
.shortcut .shortcut_detail{
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}
.shortcut .notice{
    border-bottom: 1px solid #ccc;
    text-align: left;
    /* color: #555555; */
    color: #000;
}
.shortcut .notice p{
    height: 35px;
    line-height: 35px;
}
.logo h1 {
    margin: 0;
}
.logo h1 a {
    float: left;
    width: 160px;
    height: 55px;
    background-image: url(../img/logo.jpg);
    background-repeat: no-repeat;
    background-size: 160px;
    font-size: 0;
}
/* 保护投资者 */
.shortcut_dscript{
    width: 260px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    /* color: #555555; */
    color: #000;
}
.shortcut_dscript .zhenjian{
    font-size: 16px;
    color: #000;
}
.shortcut_dscript .fuhao{
display: inline-block;
width: 50px;
height: 1px;
background-color: #000;
}
/* 搜索框 */
.sousuo>div {
    float: left;
}

.sousuo .input {
    width: 280px;
    height: 40px;
    border: #ccc solid 1px;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.sousuo .input>input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 100%;
    width: 100%;
    color: #333;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
}

.sousuo .search {
    width: 60px;
    height: 40px;
    background-color: #7405DE;
    background-image: url("../img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
/* 二维码 */
.shortcut_detail .erweima{
    width: 40px;
    height: 60px;
}
.shortcut_detail .erweima img{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: green;
}
.shortcut_detail .erweima span{
    font-size: 12px;
    margin-left: 8px;
}
/* 客服 */
.shortcut_detail .kefu{
    width: 120px;
    height: 60px;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shortcut_detail .kefu .ico{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-right:10px ;
}
.shortcut_detail .kefu span{
    align-items: flex-end;
}
.shortcut_detail .kefu img{
    height: 100%;
}

/* header开始 */
.fenlei {
    background-color: #7405DE;
    color: #fff;
    font-size: 16px;
    height: 50px;
}
.fenlei_bgc{
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
}
.fenlei ul {
    overflow: hidden;
    margin-bottom: 0;
}
.fenlei ul li {
    float: left;
    color: #fff;
}
.fenlei ul li:last-child{
    float: right;
}
.header_color{
    background-color: #1F042D;
}

.fenlei li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.fenlei .spacer {
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin: 15px 0px;
    display: inline-block;
}

/* 右侧 */
.fenlei .enter .glyphicon {
    display: inline-block;
    font-size: 22px;
    color: #2088CE;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.fenlei .enter{
    width: 300px;
    float: right;
    display: flex;
    justify-content: space-between;
}
.fenlei .enter .enter_person_wrap{
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #fff;
    overflow: hidden;
    margin: 6px 0px 0 0;
}
.fenlei .enter .enter_person_wrap img{
    width: 100%;
    vertical-align: middle;
}
.fenlei .enter_wrap .enter_shu{
    padding: 0 12px;
}
.fenlei .enter_wrap .enter_login{
    color: #FF8402;
}
.fenlei .enter a{
    color: #fff;
}