body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.header_top{
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 57px;
    padding: 0 4%;
    background-color: #FFFFFF;
    /* height: 38px; */
}
.el-menu-demo .active::after{
    content: '';
    width: 80%;
    height: 3px;
    top: 3px;
    left: 0%;
    display: block;
    background-color: #ee6d46;
    position: relative;
    border-radius: 2px;
    margin: 0 auto;
}
.header_topLeft,.header_topLeft a{
    /* height: 31px; */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_content{
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
}
.logo_zhaosy{
    width: 60px;
    font-size: 15px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: bold;
    color: #000000;
    opacity: 0.8;
}
.logo_subtitle{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #000000;
    opacity: 0.6;
}
.header_logo{
    /* width: 43px; */
    height: 38px;
}
.search_box{
    width: 46%;
    height: 27px;
    background: rgba(228,228,228,0.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #000000; */
    display: none;
}
.search_button{
    height: 25px;
    border-style: hidden;
}
.search_icon{
    width: 16px;
    height: 16px;
    margin: 5px;
}
.search_input{
    width: 73%;
    height: 27px;
    border: none !important;
    padding-left: 10px;
    background: rgba(228,228,228,0);
    color: #999;
    /* font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit; */
    /* outline: 0;
    margin: 0;
    padding: 0;
    font-size: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif; */
}
input:focus{
    border: none !important;
    background-color: rgba(0,0,0,0) !important;
}
input[type="text"]:focus{
    border-color: rgba(0,0,0,0) !important;
}
.header_search{
    width: 26px;
    height: 26px;
    /* width: 21px;
    height: 21px; */
}
.header_navbar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    background: rgba(255,255,255,0.3);
    margin-top: 63px;
    /* box-shadow: 0 0 3px 4px rgba(238,109,70,0.15); */
    box-shadow: 0 -3px 3px 0px rgba(0,0,0,0.10);
}
.el-menu-demo{
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.el-menu-demo a span{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #555555;
    opacity: 0.9;
}
.el-menu_more{
    width: 21px;
    height: 21px;
    opacity: 0.7;
}
.el-menu-demo .fontColorChange{
    /*color: #000000 !important;*/
    /*opacity: 1 !important;*/
    /*font-family: 微软雅黑;*/
    /*color: #1D2127;*/
    /*text-align: center;*/
    /*background-image: -webkit-linear-gradient(left, #0000FF, #0000FF 25%, #008000 50%, #8600FF 75%, #E800E8);*/
    /*text-fill-color: transparent;*/
    /*background-clip: text;*/
    /*background-size: 200% 100%;*/
    /*animation: masked-animation 4s infinite linear !important;*/
    /*-webkit-text-fill-color: transparent;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-background-size: 200% 100%;*/
    /*-webkit-animation: masked-animation 4s infinite linear !important;*/
}
@-webkit-keyframes masked-animation {
    0%{ background-position: 0 0;}
    100% { background-position: -100% 0;}
}
/* 点击筛选 */
.screen_headerBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    top: 57px;
    z-index: 990;
}
.screen_topContent{
    width: 94%;
    margin: 0 auto;
    padding: 18px 3% 30px 3%;
    background-color: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.screenTopContent_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.screenClassContent_box{
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}
.screenClassContent_box:last-child{
    margin-right: 0px;
}
.screenClassContent_box a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.screenClassContent_box .screenClass_icon{
    width: 45px;
    height: 45px;
}
.screenClassContent_box .screenClass_name{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #2d2d2d;
}
/* .screenClassContent_box{
	width: 29%;
	height: 31px;
	background: #f08564;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.screenClassContent_box a{
	width: 100%;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.screenClassContent_box .screenClass_icon{
	width: 19px;
	height: 19px;
	margin-right: 5px;
}
.screenClassContent_box .screenClass_name{
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: bold;
	color: #ffffff;
} */
.screen_bottomContent{
    width: 100%;
    height: 100%;
}
/* 专区分类 */
.zone_box2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.zone_title2{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(228,228,228,0.7);
}
.zone_title2 img{
    width: 18px;
    height: 18px;
    margin-right: 3px;
}
.zone_title2 span{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: bold;
    color: #2d2d2d;
}
.zone_content2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 10px;
}
.content_box2{
    width: 23%;
    height: 27px;
    line-height: 27px;
    border: 1px solid rgba(0,0,0,0.21);
    border-radius: 6px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 1.8%;
}
.content_box2:nth-child(4n){
    margin-right: 0%;
}
.content_box2 a{
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: center;
}
.content_box2 span{
    width: 90%;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #2d2d2d;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/*分页*/
#pageList{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 10px;*/
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #ED6D47 !important;
}
/* .layui-laypage{
	margin: 0 !important;
	padding: 10px 0;
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.layui-laypage .layui-laypage-curr:hover{
	color: #ED6D47 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #ED6D47 !important;
}
.layui-laypage a:hover{
	color: #ED6D47 !important;
}
.layui-laypage .layui-laypage-skip input:focus{
	border: 1px solid #ED6D47 !important;
}
.layui-laypage a, .layui-laypage span{
}
.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{
	min-width: 30px !important;
} */

/* 置顶图标 */
.topping_box{
    display: none;
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 105px;
    /* bottom: 12%; */
    right: 20px;
    z-index: 10;
}
.topping_box img{
    width: 100%;
    height: 100%;
}

/* 面包屑 */
.crumbs{
    width: 100%;
    height:35px;
    background-color: rgba(238,109,70,0.10);
    display: flex;
    align-items: center;
    z-index: 10;
}
#breadcrumb {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#breadcrumb .icon {
    font-size: 14px;
}
#breadcrumb li {
    margin-left: 2px;
}
#breadcrumb li:first-child{
    margin-left: 0px !important;
}
#breadcrumb li:last-child{
    width: 79%;
}
#breadcrumb li a {
    display: block;
    background: #FFFFFF;
    text-decoration: none;
    position: relative;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #000000;
}
#breadcrumb li:nth-child(even) a {
    background-color: #FFFFFF;
}
#breadcrumb li:nth-child(even) a:before {
    border-color: #FFFFFF;
    border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
    border-left-color: #FFFFFF;
}
#breadcrumb li:first-child a {
    padding-left: 15px;
    /* -moz-border-radius: 4px 0 0 4px; */
    /* -webkit-border-radius: 4px; */
    /* border-radius: 4px 0 0 4px; */
}
#breadcrumb li:first-child a:before {
    border: none;
}
#breadcrumb li:last-child a {
    padding-right: 10px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    margin-right: 0;
    text-align: left;
}
#breadcrumb li:last-child a:after {
    border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #FFFFFF;
    border-width: 16.5px 10px;
    width: 0;
    height: 0;
}
#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}
#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #FFFFFF;
}
#breadcrumb li a:active {
    background-color: #FFFFFF;
}
#breadcrumb li a:active:before {
    border-color: #FFFFFF;
    border-left-color: transparent;
}
#breadcrumb li a:active:after {
    border-left-color: #FFFFFF;
}
.recommed_headerTitle{
    padding-left: 8px !important;
}
.recommed_headerTitle::before{
    height: 80% !important;
    top: 10% !important;
}

.zhaosy_login_popup{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
}
.zhaosy_login_popup .login_content{
    width: 85%;
    max-height: fit-content;
    /*height: 480px;*/
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    z-index: 99998;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 420px;
}
.zhaosy_login_popup .login_content .close_btn{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.zhaosy_login_popup .login_content .close_btn img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.zhaosy_login_popup .login_content .login_tab{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid rgba(216,216,216,0.3);
}
.login_content .login_tab_item{
    height: 100%;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.login_content .login_tab_item span{
    font-family: PingFang SC;
    font-size: 18px;
    line-height: 18px;
    color: #3D3D3D;
}
.login_tab .tab_item_active span{
    font-weight: bold;
}
.login_tab .tab_item_active span:before{
    content: '';
    width: 50%;
    position: absolute;
    left: 26%;
    bottom: 0px;
    height: 4px;
    background: #EB6D47;
    text-align: center;
    border-radius: 2px;
}
.zhaosy_login_popup .login_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}
.zhaosy_login_popup .login_operate{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login_operate .input_box{
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    background: #F2F2F4;
    border-radius: 5px;
}
.login_operate .input_box_two{
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.login_operate .input_box_two .input_box{
    margin-bottom: 20px;
    height: 45px;
}
.login_operate .input_box_two .input_box_title{
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 16px;
    color: #3D3D3D;
    margin-bottom: 5px;
}
/*.login_operate .input_box span{*/
/*    font-size: 16px;*/
/*    color: #000;*/
/*    margin-right: 5px;*/
/*}*/
.login_operate .input_box .input,.login_operate .input_box_two .input{
    width: 100%;
    outline: none;
    border: 0px;
    background: transparent;
    font-size: 14px;
    /*color: #9C9C9C;*/
}
.login_operate .input_box .input:placeholder,.login_operate .input_box_two .input:placeholder{
    color: #9C9C9C;
    font-size: 14px;
}
.login_operate .input_box .ver_code{
    width: 100px;
    padding: 6px 5px;
    text-align: center;
    border-radius: 5px 0px 5px 0px;
    background: #ED6D47;
    font-size: 12px;
    font-family: PingFang SC;
    line-height: 12px;
    color: #FFFFFF;
    cursor: pointer;
    box-sizing: border-box;
}
.login_operate .input_box .ver_code_disabled{
    background: rgba(237, 109, 71, 0.6);
}
.login_operate .forget_password{
    flex: 1;
    color: #ED6D47;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 14px;
    text-align: right;
    cursor: pointer;
}
.zhaosy_login_popup .login_operate .input_box:nth-child(2) .input{
    width: 70%;
}
.zhaosy_login_popup .login_btn{
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: block;
    background-color: #ED6D47;
    border: 0px;
    outline: none;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}
.zhaosy_login_popup .agree_service{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 20px;
    color: #5A5A5A;
    margin-top: 15px;
    flex-wrap: wrap;
}
.zhaosy_login_popup .agree_service span,.zhaosy_login_popup .agree_service a{
    color: #ED6D47;
}
.zhaosy_login_popup .agree_service .checkbox_service{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.zhaosy_login_popup .user_register{
    width: 100%;
    font-family: PingFang SC;
    font-size: 16px;
    line-height: 16px;
    color: #ED6D47;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.user_info{
    position: relative;
}
.user_info #avatar{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.user_info .user_operate{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 30px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    display: none;
    z-index: 10;
    border-radius: 5px;
}
.user_info .user_operate span{
    width: 100%;
    font-size: 14px;
    color: #333;
}
.user_info .user_operate span:hover{
    color: #ED6D47;
}
.zhaosy_login_popup .other_login{
    width: 100%;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 70px 20px;
    cursor: pointer;
}
.other_login .wx_login,.other_login .qq_login,.other_login .wb_login{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.other_login img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/*分页*/
.layui-laypage{
    width: 100%;
    display: flex !important;
    justify-content: center;
}
.layui-laypage a, .layui-laypage span{
    padding: 0 4% !important;
}
/* 广告样式 */
/* .cpro header{
	top: 20px;
}
.cpro .header_top{
	height: 75px;
}
.cpro .screen_headerBox{
	top: 80px;
}
.adHeight{
	top: 109px !important;
}
.adHeight2{
	top: 175px !important;
}
.adHeight3{
	top: 20px !important;
}
.adHeight4{
	top: 80px !important;
} */
