.layui-form-item>.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    line-height: 1.8em;
}
.page {
    background: #f6f6f6;
}

.page .bottom_main .banner {
    display: flex;
    align-items: flex-start;
    /*column-gap: 10px;*/
}

.page .bottom_main .banner .sidebar {
    background: #fff;
    height: 390px;
    max-width: 270px;
    min-width: 270px;
    position: relative;
    border-radius: 4px;
}

.page .bottom_main .banner .sidebar .some {
    width: 270px;
    position: relative;
}

.page .bottom_main .banner .sidebar .some .remaining2 {
    position: absolute;
    /*bottom: -337px;*/
    background: white;
    z-index: 99;
    border: 1px solid #fff;
    width: 99%;
    height: 910px;
}

.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: 41.5px;
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 4px;
}

.page .bottom_main .banner .sidebar .some ul .title {
    cursor: unset;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg {
    position: absolute;
    display: none;
    right: -652px;
    top: 0px;
    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;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a {
    display: inline-block;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a:hover {
    color: #226EBC;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.page .bottom_main .banner .sidebar .some ul li>.category1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 19px;
    padding: 11px 0;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page .bottom_main .banner .sidebar .some ul li>.category1>img {
    width: 7px;
    height: 12px;
    margin-left: 8px;
}

.page .bottom_main .banner .sidebar .some ul li>.category1>a {
    margin-right: 5px;
}

.page .bottom_main .banner .sidebar .some ul li > .category1 > .subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #666 !important;
}

.page .bottom_main .banner .sidebar .some ul li > .category1 > .subtitle:hover{
    color: #226EBC !important;
}

.category1 > .title:hover{
    color: #226EBC !important;
}

.page .bottom_main .banner .sidebar .anniu {
    height: 40px;
    padding: 0 15px;
    color: #000;
    position: relative;
    /* outline: 1px solid red; */
}

.page .bottom_main .banner .sidebar .anniu>a {
    /* height: 100%; */
    width: 100%;
    display: inline-block;
    /* line-height: 40px; */
    color: #226EBC;
    /* outline: 1px solid red; */
    padding: 11px 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 .other_msg {
    position: absolute;
    display: none;
    right: -652px;
    top: -10px;
    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);
}
.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;
    width: 605px;
    margin: 0 10px;
}

.page .bottom_main .banner .banner_box .img_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.page .bottom_main .banner .banner_box .img_box a img{
    max-width: 200px;
    border-radius: 4px;
}

.page .bottom_main .banner .banner_box .img_box>a:nth-child(2){
    margin: 0 2px;
}

.page .bottom_main .banner .peo_center {
    /*flex: 1;*/
    height: 390px;
    background: white;
    padding: 0 16px;
    width: 270px;
    border-radius: 4px;
}

.page .bottom_main .banner .peo_center .noLogin .welcome {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
}

.page .bottom_main .banner .peo_center .noLogin .login_change {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.page .bottom_main .banner .peo_center .noLogin .login_change .active {
    color: #226EBC;
    padding-bottom: 4px;
    border-bottom: 2px solid #226EBC;
}

.page .bottom_main .banner .peo_center .noLogin .login_change p {
    font-size: 14px;
    cursor: pointer;
    line-height: 16px;
}
.page .bottom_main .banner .peo_center .noLogin .login_change p:hover {
    color: #226EBC;
}
.page .bottom_main .banner .peo_center .noLogin .login_change span {
    padding: 0 24px;
}

.page .bottom_main .banner .peo_center .hasLogin .title {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 6px;
    border-left: 2px solid #226EBC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.page .bottom_main .banner .peo_center .hasLogin .subtitle {
    font-size: 16px;
}

.page .bottom_main .banner .peo_center .hasLogin .title>.rash {
    font-size: 12px;
    font-weight: 400;
    color: #226EBC;
    line-height: 14px;
    display: flex;
    align-items: center
}

.page .bottom_main .banner .peo_center .hasLogin .title>.rash>img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 12px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info p .name {
    font-size: 16px;
    /* font-weight: bold; */
    margin-right: 6px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info p .status {
    color: #FFA100;
    font-size: 12px;
}

.page .bottom_main .banner .peo_center .hasLogin .user_info .right_info .other_msg {
    display: flex;
    /* align-items: center; */
    column-gap: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
}

.page .bottom_main .banner .peo_center .hasLogin .number {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page .bottom_main .banner .peo_center .hasLogin .number>p {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    cursor: pointer;
}

.page .bottom_main .banner .peo_center .hasLogin .number>p .sum {
    font-size: 28px;
    color: #226EBC;
    font-weight: bold;
}

.page .bottom_main .banner .peo_center .hasLogin .resume {
    display: flex;
    justify-content: space-between;
    column-gap: 18px;
    margin-bottom: 30px;
}

.page .bottom_main .banner .peo_center .hasLogin .resume .layui-btn {
    height: 30px;
    line-height: 30px;
    flex: 1;
    border: 1px solid #226EBC !important;
    font-size: 14px !important;
    color: #226EBC !important;
    padding: 0;
}

.page .bottom_main .banner .peo_center .hasLogin .resume .layui-btn a{
    color: #226EBC !important;
    display: inline-block;
    width: 100%;
}

.page .bottom_main .banner .peo_center .hasLogin .enter .layui-btn {
    width: 100%;
    background: #226EBC;
    font-size: 14px;
    padding: 0;
}

.page .bottom_main .banner .peo_center .hasLogin .enter .layui-btn a {
    color: white;
    display: inline-block;
    width: 100%;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #226ebc !important;
}

.layui-form-checked[lay-skin="primary"] i {
    background-color: #226ebc !important;
    line-height: 14px !important;
    border-color: #226ebc !important;
}

.page .bottom_main .banner .sidebar .some ul li .hide_msg .all_child a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 16px;
    padding: 10px;
}

.layui-progress {
    height: 18px;
}

.layui-progress-bar {
    height: 18px;
    background: -webkit-linear-gradient(right, #95C6FF, #226EBC);
    /*  Safari 5.1 到 6.0 */
    background: -o-linear-gradient(right, #95C6FF, #226EBC);
    /*  Opera 11.6 到 12.0 */
    background: -moz-linear-gradient(right, #95C6FF, #226EBC);
    /*  Fx 3.6 到 15 */
    background: linear-gradient(to right, #95C6FF, #226EBC);
}

.layui-form-radio * {
    display: inline;
}

.page .bottom_main {
    width: 1170px;
    margin: auto;
    padding: 30px 0;
}

.page .bottom_main .search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .bottom_main .hot {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.page .bottom_main .hot .hot_key {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.page .bottom_main .hot .hot_key .hot_title {
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
}

.page .bottom_main .hot .hot_key .hot_list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    color: #226EBC;
}

.page .bottom_main .hot .hot_key .hot_list span {
    cursor: pointer;
}

.page .bottom_main .search_key {
    display: flex;
    align-items: center;
    border: 1px solid #226EBC;
    position: relative;
    width: 872px;
    background: white;
}

.page .bottom_main .search_key .key_word {
    height: 44px;
    border: 0;
    padding: 0 27px;
    font-size: 16px;
    display: flex;
    flex: 1;
}

.page .bottom_main .search_key #key_word_2 {
    height: 44px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    padding: 0 27px;
}

.page .bottom_main .search_key .line {
    border-left: 1px solid #d9d8d8;
    /* margin: 5px 0; */
    height: 35px;
}

.page .bottom_main .search_key .sure_search {
    height: 44px;
    line-height: 44px;
    border: 0;
    border-radius: 0;
    padding: 0 40px;
    background: #226EBC;
    font-size: 16px;
}

.page .bottom_main .search_key .key_word::placeholder {
    color: #666;
    font-size: 16px;
}

.page .bottom_main .search_key .all_stations {
    position: absolute;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
    top: 45px;
    width: 400px;
    display: none;
    z-index: 999;
}

.page .bottom_main .search_key .all_stations ul {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.page .bottom_main .search_key .all_stations ul li {
    width: 20%;
    text-align: center;
    padding: 10px 0;
}

.page .bottom_main .search_key .all_stations ul li a {
    font-size: 16px;
}

.page .bottom_main .search_key .all_stations ul li .country {
    color: #FFA100;
}

.page .bottom_main .search_key .all_stations ul li:hover {
    background: #f1f1f1;
}

.page .bottom_main .banner {
    display: flex;
    align-items: flex-start;
    /*column-gap: 10px;*/
}

.page .bottom_main .banner .sidebar {
    /*width: 270px;*/
    /* height: 380px; */
    /* padding: 10px 0; */
    background: #fff;
}

.page .bottom_main .banner .sidebar .some {
    width: 100%;
    /* height: 320px; */
    /* outline: 1px solid green; */
    position: relative;
}

.page .bottom_main .banner .sidebar .some .remaining2 {
    /* border: 1px solid red; */
    position: absolute;
    bottom: -377px;
    background: white;
    z-index: 99;
    border: 1px solid #fff;
    width: 99%;
}

.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: 0px;
    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;
}

.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: #226EBC;
}

.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: #333333;
    /* outline: 1px solid red; */
    line-height: 19px;
    padding: 11px 0;
}

.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 {
    margin-right: 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;
    /* outline: 1px solid red; */
}

.page .bottom_main .banner .sidebar .anniu>a {
    /* height: 100%; */
    width: 100%;
    display: inline-block;
    /* line-height: 40px; */
    color: #226EBC;
    /* outline: 1px solid red; */
    padding: 11px 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 .other_msg {
    position: absolute;
    display: none;
    right: -652px;
    top: -10px;
    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);
}

.nav-hidden {
    display: none;
}
.category-page {
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 222px;
    bottom: 0;
}

.category-page .category-page-info {
    color: #226ebc;
}

.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: #226ebc33;
    color: #226ebc;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
}

.category-page .category-page-btn .layui-icon:hover {
    background-color: #226ebc;
    color: #fff;
}
.other_msg .other_child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.other_msg .comName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 151px;
}

.other_msg .other_child a:hover {
    color: #226EBC;
}

.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 .banner .banner_box .img_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page .bottom_main .advert {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.page .bottom_main .choice {
    margin-top: 38px;
}

.page .bottom_main .choice .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 24px;
}

.page .bottom_main .choice .title p {
    font-size: 24px;
}

.page .bottom_main .choice .options_box .layui-tab .layui-tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 6px 10px;
}

.page .bottom_main .choice .options_box .layui-tab .layui-tab-title li {
    font-size: 13px;
    padding: 0 2px !important;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #226EBC !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #226EBC !important;
    top: 4px !important;
}

.about {
    background: #2E3139;
}

.about_na {
    width: 1170px;
    margin: auto;
}

.about_box {
    padding: 20px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.about_box .left_about {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0 60px 0 0;
}

.left_about .title_left .bigfont {
    font-size: 18px;
    margin: 10px 0 5px 0;
}

.left_about .title_left {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_about .title_left div p {
    font-size: 14px;
}

.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 {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 5px 50px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.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: 0 0 15px 0;
    color: white;
    font-size: 18px;
}

.right_about {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 50px;
}

.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 {
    display: flex;
    justify-content: space-between;
    column-gap: 35px;
}

.talkus .company_box p {
    color: white;
    font-size: 13px;
}

.talkus .company_box p span {
    color: #FFA100;
    font-size: 24px;
}

.talkus .company_box .name {
    font-size: 16px;
}

.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 27px;
    font-size: 16px;
    background-color: white;
    display: flex;
    align-items: center;
}

#demo9>.iconfont,
#key_word_2>.iconfont {
    vertical-align: middle;
    margin-left: 5px;
    color: #226EBC;
    font-size: 12px;
}

#demo0 {
    text-align: center;
    background: white;
}

#reset {
    cursor: pointer;
    color: #226EBC;
}

#more_province {
    cursor: pointer;
    color: #226EBC;
}

#more_province .iconfont {
    color: #226EBC;
}

#more_citys {
    cursor: pointer;
    color: #226EBC;
}

#more_citys .iconfont {
    color: #226EBC;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #226EBC;
}

.layui-form-item .layui-input-inline {
    width: 130px;
}

.layui-form-select .layui-input::placeholder {
    color: #666 !important;
}

#test1 {
    width: 610px !important;
    height: 278px !important;
}

#test1 .carousel img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.pwd_login .layui-form-item {
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    /* margin-bottom: 20px !important; */
}

.pwd_login .layui-form-item input {
    border: 0;
    border-radius: 0;
    font-size: 12px;
}

.pwd_login .layui-form-item .iconfont {
    font-size: 20px;
    padding: 0 10px;
    color: #BCBCBC;
}

.pwd_login .remember {
    background: white;
    border: 0;
}

.pwd_login .password {
    margin-bottom: 0;
}

.pwd_login .submit {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 8px !important;
}

.pwd_login .submit button {
    flex: 1;
    background: #226EBC !important;
    font-size: 12px !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;
}

.message_login .layui-form-item {
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border: 1px solid #EAEAEA;
    margin-bottom: 20px !important;
}

.message_login .submit {
    background: white;
    border: 0;
    display: flex;
    justify-content: center;
}

.message_login .submit button {
    flex: 1;
    background: #226EBC !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: 0;
    font-size: 12px;
}

.message_login .layui-form-item .input_2 {
    background: white;
    border: 0;
    border-radius: 0;
    font-size: 12px;
}

.message_login .layui-form-item .input_33 {
    font-size: 12px;
    padding-right: 4px;
    border: 0;
    color: #226EBC;
    width: fit-content;
}

.message_login {
    display: none;
}

.options_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap: 10px;
}

.options_list>.options_item {
    /*width: 382px;*/
    background: white;
    margin-bottom: 12px;
    width: calc(100% / 3 - 10px);
}
/*.options_list>.options_item:after{*/
/*    content: '';*/
/*    flex: auto;*/
/*}*/
.options_list>.options_item .item {
    padding: 0 16px;
}

.icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.options_list>.options_item .item .top {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding: 20px 0 16px 0;
    border-bottom: 1px dashed #BCBCBC;
}

.options_list>.options_item .item .top .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.options_list>.options_item .item .top .option .name {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 280px;
    white-space: nowrap;
}

.options_list>.options_item .item .top .option .money {
    color: #226EBC;
    font-size: 16px;
}

.options_list>.options_item .item .top .welfare {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.options_list>.options_item .item .top .welfare span {
    padding: 2px 4px;
    border: 1px solid #E2EFFF;
    color: #226EBC;
}

.options_list>.options_item .item .top .stu {
    /*display: flex;*/
    color: #666666;
    /*column-gap: 6px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.options_list>.options_item .item .bottom img {
    width: 40px;
    margin-right: 12px;
}

.options_list>.options_item .item .bottom {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.options_list>.options_item .item .bottom .b_right {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.options_list>.options_item .item .bottom .b_right p {
    display: flex;
    align-items: center;
}

.options_list>.options_item .item .bottom .b_right .people {
    display: flex;
    align-items: center;
    column-gap: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hyh,
.hyh2,
.hyh3,
.hyh4 {
    display: flex;
    justify-content: center;
    padding: 24px 0;

}

.hyh .layui-btn:hover,
.hyh2 .layui-btn:hover,
.hyh3 .layui-btn:hover,
.hyh4 .layui-btn:hover {
    padding: 0 100px;
    background: #226EBC;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.hyh .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
    background: #fff;

}

.hyh2 .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
}

.hyh3 .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
}

.hyh4 .layui-btn {
    padding: 0 100px;
    border: 1px solid #226EBC !important;
    color: #226EBC !important;
}

.page .bottom_main .hot_contend {
    margin-top: 50px;
}

.page .bottom_main .hot_contend .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 24px;
}

.page .bottom_main .hot_contend .title p {
    font-size: 24px;
}

.page .bottom_main .hot_contend .bottom {
    background: white;
    padding: 20px;
}
.com_tab{
    display: flex;
    align-items: center;
}
.com_tab_item {
    padding: 10px 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.red-color {
    color: #226EBC;
}


.com_list {
    display: flex;
    align-items: center;
    row-gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.com_list::after {*/
/*    content: '';*/
/*    flex: 1;*/
/*}*/

.com_item:last-child {
    /*margin-left: 15.5px;*/
}

.com_list .com_item {
    width: 22%;
    background: white;
    padding: 20px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}

.com_item_top {
    display: flex;
    align-items: center;
}

.hot_contend .bottom .isshow {
    display: none;
}

.hot_contend .bottom div:nth-child(2){
    display: block;
}

.com_list .com_item a .comname {
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com_list .com_item a .comtype {
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.com_list .com_item a .week {
    border-radius: 5px;
    margin-top: 10px;
}

.com_list .com_item a .week span {
    color: #226EBC;
}

.com_list .com_item a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    margin-right: 10px;

}

.com_item_all {
    color: #226EBC;
    margin-top: 10px;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}
.page .bottom_main .talent {
    margin-top: 30px;
}

.page .bottom_main .talent .title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 24px;
}

.page .bottom_main .talent .title p {
    font-size: 24px;
}

.peo_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.peo_list::after {
    content: "";
    height: 0;
    visibility: hidden;
    width: 382px;
}

.peo_list .peo_item {
    width: 100%;
    height: 300px;
    background: white;
    display: flex;
}

.peo_item_left {
    display: flex;
    row-gap: 10px;
    height: 100%;
    width: 50%;
}

.peo_item_left .name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 20px;
    display: inline-block;
}

.peo_item_left .content {
    margin: 0 20px 20px 20px;
    height: 152px;
    width: 310px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.peo_item_left .comlogo {
    width: 200px;
    height: 100%;
    border-radius: 4px;
}

.peo_item_left .menu {
    display: flex;
    align-items: center;
    padding: -0 20px;
    padding-bottom: 20px;
}

.peo_item_left .menu .iconfont {
    color: #777;
    padding-right: 4px;
}

.peo_item_left .menu>div {
    margin-right: 20px;
    min-width: 100px;
}

.menu_icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;

}

.peo_item_line {
    height: 88%;
    width: 1px;
    background: #cacaca;
    margin: 20px 0;
}

.peo_item_rigth {
    width: calc(50% - 40px);
    padding: 20px;
}

.peo_item_Rtitle {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.peo_item_rigthList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.peo_item_rigthItem {
    padding: 20px 0;
    width: 48%;
}

.peo_item_rigthItem>div {
    padding-bottom: 5px;
}
.peo_item_rigthItem .zhiwei{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.peo_item_rigthItem .yaoqiu{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #777;
}

.peo_item_rigthAll {
    text-align: right;
    color: #226EBC !important;
    cursor: pointer;
    display: flow;
}

.mask {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.select_positions {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
    background: white;
    width: 650px;
}

.select_positions .top {
    display: flex;
    border-radius: 30px;
    border: 1px solid #009A44;
    align-items: center;
    justify-content: space-between;
    margin: 15px;
}

.select_positions .top span {
    padding: 10px 20px;
}

.select_positions .top input {
    flex: 1;
    border: 0;
    border-left: 1px solid grey;
    height: 30px;
    padding: 0 20px;
}

.select_positions .top button {
    padding: 10px 30px;
    background: green;
    color: white;
    border-radius: 30px;
    border: 0;
}

#box {
    display: flex;
    justify-content: space-between;
}

#box .data_left ul {
    width: 120px;
    height: 350px;
    overflow: auto;
    padding: 0;
    margin: 0;
    background: #F6F6F6;
}

#box .data_left ul li {
    background: #F6F6F6;
    padding: 15px;
    list-style: none;
}

/* #box .data_left ul li:hover {
    background: #E5E5E5;
} */

#box .data_right {
    flex: 1;
    padding: 0 20px;
}

#box .data_left ul .active {
    color: green;
    background: white;
    border-left: 5px solid #009A44;
}

#box .data_right ul {
    overflow: auto;
    width: 100%;
    padding: 0;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

/* #box .data_right ul li {
    list-style: none;
    float: left;
    align-items: center;
    white-space: nowrap;
    width: 33.33%;
    padding: 10px 0;
    font-size: 16px;
} */

#box .data_right .right_list ul {
    width: 100%;
    padding: 0 30px;
    align-items: baseline;
}

#box .data_right ul label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* width: 33.33%; */
    font-size: 16px;
}

#box .data_right ul label input {
    margin-right: 10px;
}

#box .data_right .right_list {
    display: none;
}

#box .data_right .active {
    display: block;
}

#checked_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    background: white;
    padding: 10px 15px;
    row-gap: 10px;
}

#checked_box .position {
    display: flex;
    align-items: center;
    background: #009A44;
    padding: 5px 2px;
    color: white;
    border-radius: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
}

#checked_box .position .iconfont {
    margin-right: 5px;
}

.footer {
    width: 100%;
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EEEEEE;
}

.footer button {
    margin-right: 50px;
}

.footer .cancel {
    background-color: white;
    border: 1px solid black;
    padding: 5px 20px;
    color: black;
    border-radius: 20px;
    cursor: pointer;
}

.footer .sure {
    background-color: #009A44;
    border: 0;
    padding: 5px 20px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}

#result_res ul {
    padding: 0 20px;
    display: flex;
    align-items: center;
    row-gap: 5px;
    column-gap: 10px;
    flex-wrap: wrap;
}

#result_res ul li {
    padding: 4px 10px;
}

#checked_box2 {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
}

#checked_box2 .new_li {
    align-items: center;
    background: #009A44;
    padding: 5px 2px;
    color: white;
    border-radius: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.Untreated {
    background: #FEE8E5;
    color: #F9545B;
    padding: 5px 10px;
    margin-bottom: 6px;
}

.Untreated img {
    width: 16px;
    height: 16px;
}

.link {}

.link>.title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    margin-bottom: 24px;
    margin-top: 24px;
    font-size: 24px;
}

.link>.count {
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.link>.count>a {
    line-height: 30px;
    cursor: pointer;
    width: calc(100% / 9 - 5px);
    height: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/home/images/bg-area.jpg');
    background-size: 100% 100%;
    border-radius: 6px;
    position: relative; /* 确保伪元素能正确定位 */

}
.link>.count::after{
    content: '';
    flex: auto;
}

#advert .carousel>div>a>img{
    width: 100%;
    height: 100%;
}

.link>.count>a:before {
    content: ""; /* 伪元素需要内容，即使它是空的 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.5; /* 设置透明度 */
}
.link>.count>a>span{
    color: #fff;
    z-index: 99;
}


.app-adv1 {
    position: fixed;
    bottom: 0;
    background: #09519A;
    height: 85px;
    width: 100%;
    z-index: 99;
    display: flex;
    /*opacity: 0.85*/
}

.app-adv2 {
    width: 1250px;
    margin: auto;
    position: relative;
}

.app-adv3 {
    display: flex;
    align-items: center;
    column-gap: 150px;
}

.app-adv3 .showd{
    margin-left: 300px;
}
.app-adv3-info .showd p{
    font-weight: 600;
    color: #ffa700;
    font-size: 24px;
    text-shadow: 0 4px 4px rgba(0 0 0 0.4);
}
.app-adv3-info .app-adv3-detail {
    display: flex;
    align-items: center;
    margin-left: 300px;
}
.app-adv3-info text{
    font-size:28px;
    font-weight: bold;
    dominant-baseline: middle;
}
.adv3-detail-img1 {
    margin-right:10px;
    height: 12px;
}
.adv3-detail-img2 {
    margin-left:10px;
    height: 12px;
}
.app-adv3-info .app-adv3-detail p {
    color: white;
    font-size: 18px;
}

.app-adv4 {
    position: absolute;
    top: -80px;
    left: 0;
}

.app-adv4>img {
    width: 243px;
    height: 180px;
}

.app-adv5 {
    position: absolute;
    top: -75px;
    /*right: 130px;*/
    right: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.app-adv5 .bgimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 122px;
    background: url("https://file.zhupinhr.com/app/group369.png");
    background-size: cover;
}

.app-adv5 .bgimg img {
    width: 88px;
    height: 88px;
}

.app-adv5>p {
    font-size: 16px;
    color: white;
}

.app-adv6 {
    position: absolute;
    top: -5px;
    right: 10px;
    background: #fff;
    border-radius: 10px;
}

.app-adv6>img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}