html, body, div, span, a, ul, li, p, h1, h2, h3 {
  font-family: arial, verdana, helvetica, 'PingFang SC', 'HanHei SC', STHeitiSC-Light, Microsoft Yahei, sans-serif !important;
}
.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}

.page {
    background: #f6f6f6;
}

.layui-progress {
    height: 18px;
}

.layui-progress-bar {
    height: 18px;
    background: -webkit-linear-gradient(right, #95C6FF, #009A44);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #95C6FF, #009A44);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #95C6FF, #009A44);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #95C6FF, #009A44);
}

.layui-form-radio * {
    display: inline;
}

.page .bottom_main {
    width: 1175px;
    margin: auto;
    padding: 15px 0 0;
}


.page .bottom_main .banner {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    height: 304px;
    /* border: 1px solid red; */
}

.page .bottom_main .banner .sidebar {
    width: 252px;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    /* padding: 10px 0; */
}

.page .bottom_main .banner .sidebar .some {
    width: 100%;
    height: 100%;
    /* height: 320px; */
    /* outline: 1px solid green; */
    position: relative;
}

.page .bottom_main .banner .sidebar .some .remaining2 {
    /* border: 1px solid red; */
    position: absolute;
    bottom: -80px;
    background: white;
    z-index: 99;
    border: 1px solid #fff;
    width: 99%;
    height: 30%;
}

.page .bottom_main .banner .sidebar .some ul {
    width: 100%;
    height: 100%;
    /* outline: 1px solid red; */
}

.page .bottom_main .banner .sidebar .some ul li {
    padding: 0 15px;
    /* height: 40px; */
    position: relative;
    /* border: 1px solid #fff; */
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg {
    position: absolute;
    display: none;
    right: -652px;
    top: -3px;
    z-index: 11;
    width: 620px;
    background: #fff;
    padding: 15px;
    border: 1px solid rgb(240, 240, 240);
    box-shadow: 0 0 5px rgb(240 240 240);
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    border-radius: 8px;
}


.page .bottom_main .banner .sidebar .some ul li > a:hover .title {
    color: #009A44;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    margin: 5px 0 16px 0;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a:hover {
    color: #009A44;
}



.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.page .bottom_main .banner .sidebar .some ul li>a {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* height: 100%; */
    /* line-height: 40px; */
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    /* border: 1px solid red; */
    line-height: 19px;
    padding: 9px 0;
}

.page .bottom_main .banner .sidebar .some ul li>a>div {
    /* border: 1px solid red; */
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page .bottom_main .banner .sidebar .some ul li>a>img {
    width: 7px;
    height: 12px;
    margin-left: 8px;
}

.page .bottom_main .banner .sidebar .some ul li>a>span:nth-last-of-type(2) {
    margin: 0 5px;
}

/* .page .bottom_main .banner .sidebar .some ul li>a>.subtitle {
    font-size: 14px;
    font-weight: 300;
    color: #BCBCBC;
    line-height: 16px;
} */

.page .bottom_main .banner .sidebar .anniu {
    height: 40px;
    padding: 0 15px;
    color: #000;
    position: relative;
    font-size: 14px;
    /* border: 1px solid red; */
}

.page .bottom_main .banner .sidebar .anniu>a {
    /* height: 100%; */
    width: 100%;
    display: inline-block;
    /* line-height: 40px; */
    color: #009A44;
    /* border: 1px solid red; */
    padding: 9px 0;
}

.page .bottom_main .banner .sidebar .anniu .remaining {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    display: none;
}

.page .bottom_main .banner .sidebar .anniu .remaining li {
    padding: 0 15px;
    height: 40px;
    position: relative;
    line-height: 40px;
}

.page .bottom_main .banner .sidebar .anniu .remaining li>a {
    display: flex;
    align-items: center;
}

.page .bottom_main .banner .sidebar .anniu .remaining li>a {
    display: flex;
    align-items: center;
    display: inline-block;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.page .bottom_main .banner .banner_box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.page .bottom_main .choice {
    margin-top: 20px;
}

.page .bottom_main .choice .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 24px;
}

.page .bottom_main .choice .title p {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.page .bottom_main .banner .peo_center {
    flex: 1;
    height: 100%;
    background: white;
    padding: 0 16px;
    border-radius: 8px;
    display: none;
}

.page .bottom_main .banner .peo_center .noLogin .login_change {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 16px 0 24px 0;
}

.page .bottom_main .banner .peo_center .noLogin .login_change .active {
    color: #FFFFFF;
    background: #009A44;
    position: relative;
}

.page .bottom_main .banner .peo_center .noLogin .login_change p {
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    padding: 7px 15px;
    border-radius: 4px;
}

.page .bottom_main .banner .peo_center .noLogin .login_change .active::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 5px solid #009A44;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 40px;
}


.about_na {
    width: 1170px;
    margin: auto;
}

.about_box {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.about_box .left_about {
    display: flex;
    justify-content: space-between;
    flex: 1;
    column-gap: 106px;
    margin-left: 98px;
}

.left_about .title_left .bigfont {
    font-size: 16px;
}

.left_about .title_left {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    /* margin-right: 106px; */
}

.left_about .title_left div {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.left_about .title_right div p {
    font-size: 14px;
}

.left_about .title_right {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_about .title_right .bigfont {
    font-size: 18px;
    margin: 10px 0 5px 0;
}


.center_about .center_box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.center_about .center_box img {
    height: 120px;
    width: 120px;
}

.center_about .center_box p {
    margin: 4px 0 0 0;
    color: white;
    font-size: 14px;
}

.right_about {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 80px;
}

.right_about p {
    color: white;
    margin: 15px;
    font-size: 18px;
}

.right_about div p {
    color: #FFA100;
    margin: 8px;
    font-size: 14px;
    font-weight: 800;
}

.talkus .company_box {
    margin-bottom: 30px;
}

.talkus .company_box p {
    color: white;
    font-size: 14px;
    margin-bottom: 4px;
}

.talkus .company_box p span {
    color: #009A44;
    font-size: 22px;
}

.talkus .company_box .name {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 19px;
}

.talkuslogo {
    margin-bottom: 30px;
}

.copyright {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.copyright p {
    color: #999999;
    font-size: 14px;
}

.copyright .nocp {
    margin-bottom: 0;
}

.copyright p a {
    color: white;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}

.layui-form-radio {
    display: flex;
    align-items: center;
    margin: 0;
}

.layui-form-radio>div {
    white-space: pre;
}

#demo10 {
    text-align: center;
}

#demo9 {
    /* width: 60px; */
    height: 44px;
    /* text-align: center; */
    line-height: 44px;
    border: 0;
    padding: 0 12px;
    font-size: 16px;
    background-color: white;
    display: flex;
    align-items: center;
}

#demo9>.iconfont {
    vertical-align: middle;
    margin-left: 5px;
    color: #009A44;
    font-size: 12px;
}

#demo0 {
    text-align: center;
    background: white;
}

#reset {
    cursor: pointer;
    color: #009A44;
}

#more_province {
    cursor: pointer;
    color: #009A44;
}

#more_province .iconfont {
    color: #009A44;
}

#more_citys {
    cursor: pointer;
    color: #009A44;
}

#more_citys .iconfont {
    color: #009A44;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #009A44;
}

.layui-form-item .layui-input-inline {
    width: 130px;
}

.layui-form-select .layui-input::placeholder {
    color: #BCBCBC !important;
}

#test1 {
    width: 910px !important;
    height: 304px !important;
}

#test1 .carousel img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.pwd_login .layui-form-item {
    display: flex;
    align-items: center;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}

.pwd_login .layui-form-item input {
    border: 0;
    border-radius: 4px;
    font-size: 14px;
}

.pwd_login .layui-form-item input::placeholder {
    color: #999999;
}

.pwd_login .remember {
    background: white;
    border: none !important;
}

.pwd_login .password {
    margin-bottom: 16px;
}

.pwd_login .submit {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 8px !important;
}

.pwd_login .submit button {
    flex: 1;
    background: #009A44 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

.pwd_login .forget {
    background: white;
    border: 0;
    display: flex;
    justify-content: space-between;
}

.pwd_login .forget div {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.pwd_login .forget div>a {
    font-size: 12px !important;
    font-weight: 400;
    color: #BCBCBC !important;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    display: flex;
    align-items: center;
    margin-top: 13px
}

.layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px !important;
    font-weight: 400;
    color: #BCBCBC !important;
    line-height: 14px !important;
}

.layui-form-checkbox[lay-skin=primary] i {
    width: 14px !important;
    height: 14px !important;
}

.layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px !important;
}

.message_login .layui-form-item {
    display: flex;
    align-items: center;
    /* background: #EAEAEA; */
    border: 1px solid #EAEAEA;
    margin-bottom: 20px !important;
    border-radius: 4px;
}

.message_login .submit {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
}

.message_login .submit button {
    flex: 1;
    background: #009A44 !important;
}

.message_login .free {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
}

.message_login .free div {
    flex: 1;
    display: flex;
    justify-content: end;
}

.message_login .free div a {
    color: #999999;
    font-size: 12px;
}

.message_login .layui-form-item .iconfont {
    font-size: 20px;
    padding: 0 10px;
    color: #BCBCBC;
}

.message_login .layui-form-item input {
    background: white;
    border: 0;
    /* border-radius: 4px; */
    font-size: 14px;
}

.message_login .layui-form-item input::placeholder {
    color: #999999;
}

.message_login .layui-form-item .input_2 {
    background: white;
    font-size: 14px;
    border: 1px solid #EAEAEA;
    margin-right: 6px;
}

.message_login .layui-form-item .input_33 {
    font-size: 14px;
    padding-right: 4px;
    color: #999999;
    width: fit-content;
    border: 1px solid #EAEAEA;
}

.message_login {
    display: none;
}

.options_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
    width: 1175px;
}

.options_list a {
    width: 24%;
    background: white;
    border-radius: 8px;
}

.options_list .item {
    position: relative;
    width: 24%;
    height: 242px;
    background: white;
    border-radius: 8px;
    
}
.options_list a .item{
    width: 100%;
    height: unset;
}

.options_list a .item .bg,
.options_list .item .bg {
    width: 100%;
    height: 120px;
    border-radius: 8px 8px 0 0;
}

.options_list  .item .new {
    border: 1px solid #EAEAEA;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 501;
}

.options_list  .item .bottom {
    font-size: 14px;
    margin: 32px 0 16px 0;
    padding: 0 16px 0 16px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.zzdb .options_list a .item .top {
    padding: 16px;
}

.zzdb .options_list a .item .top .option {
    font-size: 16px;
    height: 40px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zzdb .options_list a .item .top .stu {
    font-size: 12px;
    color: #777;
    /*display: flex;*/
    /*gap: 4px;*/
    padding-bottom: 6px;
    border-bottom: 1px solid #e4e4e4;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 18px;
    line-height: 20px;
}

.zzdb .options_list a .item .bottom {
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
}

.zzdb .options_list a .item .bottom .comImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.zzdb .options_list a .item .bottom .b_right {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Advertising_image {
    width: 100%;
    height: 150px;
    margin-top: 30px
}

.Advertising_image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


.page .bottom_main .hot_contend {
    margin-top: 20px;
}

.com_list {
    display: flex;
    align-items: center;
    row-gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.com_list .com_item {
    width: 24%;
    height: 350px;
    background: white;
    border-radius: 8px;
}

.com_list .com_item .pos_top {
    display: flex;
    align-items: center;
    background: white;
    padding: 16px;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 8px 8px 0 0;
}

.com_list .com_item .ico {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 10px;
}

.com_list .com_item .comname {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.com_list .com_item .comtype {
    color: #777;
    font-size: 14px;
}

.com_list .com_item .pos_bottom {
    padding-top: 8px;
}

.com_list .com_item .pos_bottom .box {
    display: inline-block;
    font-size: 14px;
    padding: 8px 16px 8px 16px;
}

.com_list .com_item .pos_bottom .box .box_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}

.com_list .com_item .pos_bottom .box .type {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 13px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 18px;
  line-height: 20px;
}

.com_list .com_item .lookAll {
    color: rgb(254, 108, 0);
    padding: 4px 20px;
    border: 1px solid rgb(254, 108, 0);
    width: fit-content;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 16px;
    cursor: pointer;
}

.peo_list {
    display: flex;
    align-items: center;
    row-gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.peo_list::after {
    content: "";
    height: 0;
    visibility: hidden;
    width: 382px;
}

.peo_list .peo_item {
    width: 19.5%;
    background: white;
    position: relative;
    border-radius: 8px;
}

.peo_list .peo_item a img {
    width: 100%;
    height: 100px;
    margin-right: 8px;
    border-radius: 8px 8px 0 0;
}

.peo_list .peo_item a .peo_item_title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 16px;
    height: 40px;
}

.peo_list .peo_item a .week {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px;
    color: #999999;
    font-size: 13px;
}
.peo_list .peo_item a .week>div{
    display: flex;
    align-items: center;
}
.peo_list .peo_item a .week img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.hotprovice .province_list {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.hotprovice .province_list a {
    display: inline-block;
    font-size: 15px;
    padding: 4px 8px;
    color: #555;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}


.message_login .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0;
}

.message_login .layui-inp {
    margin-bottom: 16px !important;
}

.message_login .remember {
    border: none !important;
    display: flex;
    align-items: flex-start;
}

.pwd_login .remember span,
.message_login .remember span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    cursor: pointer;
}

.isLogin>.head {
    display: flex;
    align-items: center;
    margin: 16px 0 24px 0;
}

.isLogin>.head>img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 12px;
}

.isLogin>.head>div>.name {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 8px;
}

.isLogin>.head>div>.back {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.isLogin>.men,
.isLogin>.men2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.isLogin>.men>.menItem {
    /* outline: 1px solid red; */
    position: relative;
}

.isLogin>.men>.menItem>.num {
    font-size: 20px;
    font-weight: 400;
    color: #0E932E;
    line-height: 23px;
    margin-bottom: 8px;
}

.isLogin>.men>.menItem>.tex {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.isLogin>.men>.menItem>.new {
    position: absolute;
    top: -12px;
    right: -8px;
    background: #FB5C36;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
}

.isLogin>.men2>.men2Item,
.isLogin>.men>.menItem {
    text-align: center;
}

.isLogin>.men2>.men2Item>img {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}

.isLogin>.men2>.men2Item>.tex {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.isLogin>.Loginfoot {
    display: flex;
    align-items: center;
    justify-content: center;
}

.isLogin>.Loginfoot>button {
    width: 104px;
    height: 36px;
    background: #009A44;
    border-radius: 4px;
    border: none;
    color: white;
    margin: 0 6px;
    cursor: pointer;
}


.isLogin>.Loginfoot button:nth-child(1){
    background: #009A44;
}

.isLogin>.Loginfoot button:nth-child(2){
    background: #999;
}


.isLogin>.Loginfoot button a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.zzdb-p {
    text-align: center;
    margin: 20px 0 30px;
}

.zzdb-p .zzdb-change {
    text-align: center;
    padding: 6px 16px;
    border: 1px solid #fa6403;
    color: #fa6403;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}



.category-page {
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 206px;
    bottom: 0;
}

.category-page .category-page-info {
    color: #0e932e;
}

.category-page .category-page-btn {
    text-align: center;
}
.category-page .category-page-btn .layui-icon {
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background-color: #acdab7;
    color: #0e932e;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
}

.category-page .category-page-btn .layui-icon:hover {
    background-color: #0e932e;
    color: #fff;
}

.nav-hidden {
    display: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 100px #fff inset;
    /*-webkit-text-fill-color: #fff;*/
}

.zzdb-hidden {
    display: none;
}