/* 头部 */
.header-shadow{
    box-shadow: -2px 0px 8px 2px rgba(0,0,0,0.15); 
}
.header-left {
    width: 80%;
}

.header-right {
    width: 35%;
}

.header-left img{
    width: 108px;
    margin-right: 15px;
}

.header-left ul>li {
    /* margin-left: 30px; */
    white-space: nowrap;
}

.header-right .dapan-data {
    margin-right: 20px;
    color: #d9383e;
}

.header-logo {
    width: 164px;
    margin-left: 20px;
    margin-right: 20px;
}
.zhanwaiImg{
    position: absolute;
    top: -16px;
    left: 42px;
    width: 27px;
    height: 19px;
}
.login-a a {
    margin-right: 20px;
}

.user-logined {
    position: relative;
}

.user-logined img {
    width: 28px;
	height: 28px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
	background-color: #969696;
	overflow: hidden;
}

.user-logined a{
    color: #696666;
}

.user-logined-list {
    z-index: 999;
    position: absolute;
    right: 0;
    display: none;
    top: 24px;
	padding-top: 20px;
	box-sizing: border-box;
}

.user-logined-list ul{
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
}

.user-logined:hover .user-logined-list {
    display: block;
}

.user-logined-list ul>li {
    margin-bottom: 10px;
}

.user-logined-list ul>li a {
    color: #696666;
	white-space: nowrap;
}

.user-logined-list ul>li:last-child{
	margin-bottom: 0;
}


.user-logined-list ul>li a:hover{
	color: #D9383E;
}


/* 底部 */

.footer {
    width: 100%;
    background-color: #000000;
}

.footer .mianze {
    color: #F3F1F1;
    padding-top: 20px;
}

.beian ul>li {
    margin-right: 20px;
}

.footer .beian {
    color: #dddddd;
}

.footer .beian a {
    color: #dddddd;
}
.youqinglink p{
    font-weight: 700;
    font-size: 15px;
}
.youqinglink a{
    margin-right: 15px;
}
.youqinglink a:hover{
    color: #D9383E !important;
}

/* 注册登录 */

.c-login-wrap {
    position: relative;
    height: 440px;
    background-color: #fff;
    margin-top: 15%;
    padding: 52px;
    box-sizing: border-box;
    z-index: 99;
}

.z-login-wrap {
    box-shadow: -2px -6px 14px 2px rgba(77, 77, 77);
}

.c-login-tab-active{
	font-weight: 600;
}

.z-login-wrap .left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 208px;
    height: 430px;
    background: rgba(77, 77, 77, 0.5);
    background: url('../img/bg11.png') no-repeat;
    background-position: left;
    background-size: 100% 100%;
    opacity: 0.8;
}

.z-login-wrap .left p {
    line-height: 32px;
    color: #ffffff;
}

.z-login-wrap .right {
    width: 458px;
    height: 490px;
    background-color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
}

.c-login-item .layui-form-checked:hover {
    color: #D9383E;
}

.c-login-item .layui-form-checked[lay-skin=primary] i {
    color: #fff;
}

.c-login-item .layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #D9383E !important;
    color: #fff;
}

.c-login-tab {
    font-size: 15px;
    margin-bottom: 30px;
}

.c-login-tab a {
    padding-bottom: 5px;
    margin-right: 20px;
    color: #4d4d4d;
    text-decoration: none !important;
}

.c-login-tab a:active {
    text-decoration: none !important;
}


/* .c-login-tab .c-login-tab-active{
	font-weight: 600;
} */

.c-login-wrap form {
    width: 100%;
    padding: 3px 0;
    box-sizing: border-box;
}

.c-login-item {
    width: 100%;
}

.c-phone-in {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
}

.c-login-switch {
    margin-bottom: 20px;
}

.c-phone-in input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 300ms all;
    border: 1px solid #e6e6e6;
    color: #2d2d2d;
}

.c-phone-in input:focus {
    border: 1px solid #D9383E;
    transition: 300ms all;
}

.c-phone-in-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.c-phone-in-checkbox input {
    z-index: 100;
    margin-right: 5px;
    opacity: 0;
}

.c-phone-in-checkbox i {
    position: absolute;
    left: 0;
    z-index: 10;
    font-size: 16px;
    cursor: pointer;
    transition: all 250ms;
}

.c-check {
    opacity: 0;
}

.c-noCheck {
    opacity: 1;
    font-size: 17px;
}

.c-phone-in-checkbox input:checked+.c-check {
    opacity: 1;
    transition: all 250ms;
}

.c-phone-in-checkbox input:checked+.c-noCheck {
    opacity: 0;
    transition: all 250ms;
}

.c-forget-in {
    text-decoration: underline !important;
}

.c-phone-in-sub {
    width: 100%;
}

.c-phone-in-sub input {
    width: 100%;
    height: 45px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.c-phone-in-other {
    width: 100%;
    color: #4d4d4d;
}

.c-phone-in-other p:first-child {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.c-phone-in-other p:nth-child(2) a {
    margin-right: 15px;
}

.c-phone-in-other .color {
    text-decoration: underline;
}

.c-phone-check {
    width: 63%;
    height: 42px;
}

.c-phone-check input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.c-get-check {
    width: 30%;
    height: 42px;
}

.c-get-check input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}


/* 忘记密码 */

.c-phone-in i {
    position: absolute;
    top: 24%;
    right: 10px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.c-phone-in input[type='password'] {
    padding-right: 40px;
    box-sizing: border-box;
}

@media (max-width:1400px) {
    .c-login-wrap {
        margin-top: 2%;
    }
}

.z-fans-list {
    margin-top: 29px;
    margin-left: 10px;
}

.z-shouru-list {
    flex: 1;
}

.c-login-content .submit-btn {
    width: 100%;
    height: 45px;
    border-radius: 6px;
}


/* 登录注册页S */

.c-login-content .layui-input {
    width: 100%;
}

.c-login-content .z-phone-code-btn {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    border-radius: 6px;
    background-color: #ffffff;
    border-color: #d9383e;
    color: #d9383e;
    border: 1px solid;
}

.c-login-content .submit-btn {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: 1px solid;
}


/* 头部搜索 */

.aijingu-header-search-wrap {
    position: relative;
    width: 100%;
}

.aijingu-header-search-wrap input {
    width: 100%;
    border-radius: 30px;
    padding-right: 88px;
    height: 36px;
    padding-left: 20px;
}

.aijingu-header-search-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d9383e;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 88px;
    height: 36px;
}

.aijingu-search-history {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #696666;
}

.aijingu-search-history ul {
    display: flex;
    align-items: center;
}



/* 页面公共头部 */

.common-title {
    position: relative;
    margin-top:20px;
    /*border-bottom: 2px solid #f2f2f2;*/
    box-sizing: border-box;
    padding: 25px;
    
}

.common-title .common-title-h1 {
    font-size: 36px;
    color: #262626;
    font-weight: 600;
}

.common-title-handle {
    position: absolute;
    left: 25px;
    top: 28px;
}

.common-title-handle i {
    font-size: 20px;
}

.common-title-handle a {
    margin-right: 20px;
    color: #B5B5B5;
}

.common-title-tab {
    padding: 10px;
}

.common-title-tab ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.common-title-tab ul>li {
    box-sizing: border-box;
    margin-right: 19px;
    padding: 4px 5px;
}

.common-title-tab ul>li:last-child {
    margin-right: 0;
}


.common-title-tab .active a {
    color: #d9383e;
}

.mianbaoxie a {
    color: #bec4ca;
}

.mianbaoxie strong {
    color: #4d4d4d;
}

.mianbaoxie span {
    color: #6a5c66;
}

.mianbaoxie i {
    margin: 0 2px 0 4px;
}

.comment-title-data span:not(:last-child){
    margin-right: 20px;
}

.comment-title-data{
    /*width: 888px;*/
    margin: 0 auto;
    /*text-align: left;*/
    text-align: center;
    
}

.comment-title-data-dec{
    display: none;
    position: absolute;
    top: 20px;
    left: -165px;
    width: 340px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #DCDCDC;
    padding: 5px 6px;
    box-shadow: rgb(0 0 0 / 30%) 2px 2px 4px;
}

.comment-title-data-dec-hover:hover +.comment-title-data-dec{
    display: block;
}

.comment-title-data-dec>li:not(:first-child){
    margin-top: 5px;
}











/* 公共搜索头部 */

.common-search-title {
    position: relative;
    margin-top: 15px;
}

.common-search-title h1 {
    font-size: 36px;
    color: #262626;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.common-search-tab>li {
    margin-right: 20px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.common-search-tab .active {
    background-color: #FFECED;
}

.common-search-tab .active a {
    color: #d9383e;
}

.c-search-result-content .nodata{
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
}

.c-search-result-content .sorry{
	margin-top: 5px;
}

.nodata img{
    object-fit: contain;
}

.aijingu_search_list .nodata{
    margin-top: 5%!important;
    padding-bottom: 30px;
}

.aijingu_search_list .nodata img{
    display: none;
}

/* 龙虎榜滚动插件 */
#tagscloud{width:250px;height:167px;position:relative;font-size:12px;color:#333;margin:20px auto 0;text-align:center;background-color: white;}
#tagscloud a{position:absolute;top:0px;left:0px;color:#333;font-family:Arial;text-decoration:none;margin:0 10px 15px 0;line-height:18px;text-align:center;font-size:12px;padding:1px 5px;display:inline-block;border-radius:3px;}
#tagscloud a.tagc1{background:#666;color:#fff;}
#tagscloud a.tagc2{background:#F16E50;color:#fff;}
#tagscloud a.tagc3{background:#ee4747;color:#fff;}
#tagscloud a.tagc4{background:#9753ea;color:#fff;}
#tagscloud a.tagc5{background:#006633;color:#fff;}
#tagscloud a:hover{color:#fff;background:#0099ff;}
