﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

ul, li {
    list-style: none;
}

a {
    color: #353535;
    text-decoration: none;
}

/*导航*/
.header {
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
}

.contaiter {
    position: relative;
    margin: auto;
    width: 1200px;
    height: 80px;
}

.s_div, .s_menu > li {
    display: inline-block;
}

.s_menu .active::after {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-color:#EA5460 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: '';
    font-size: 0;
    line-height: 0;
}

.s_menu {
    position: absolute;
    width: 1200px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    padding-left: 160px;
}

.s_menu li {
    position: relative;
    margin: 0 8px;
    color: #333;
    list-style-type: none;
    font-size: 16px;
}

.s_menu li {
    position: relative;
    margin: 0 16px;
    color: #333;
    list-style-type: none;
    font-size: 18px;
}

.s_menu li.active a {
    color:#EA5460;
    font-weight: bold;
}

.s_top {
    height: 80px;
}

.s_top > a > img {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    max-height: 45px;
}

.s_dlzc {
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 14px;
   background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    transform: translateY(-50%);
}

.s_dlzc > button {
    width: 236px;
    height: 36px;
    outline: none;
    border: none;
    border-radius: 6px;
    background:linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
}

.s_dlzc > button.active {
    border: 0 solid #333;
    border-radius: 14px;
    color: #333;
}

.s_logn {
    position: absolute;
    top: 50%;
    right: 0;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    transform: translateY(-50%);
}

.s_logn > button {
    height: 20px;
    outline: none;
    border: 0 solid #333;
    background: #FFF;
    vertical-align: top;
    line-height: 20px;
    cursor: pointer;
}

#logout {
    width: 68px;
    height: 28px;
    border-radius: 14px;
   background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    color: #fff;
}

.s_btn {
    margin-top: 5px;
    margin-right: 10px;
}

.col {
    color: #fa7a12;
}

.s_logn > img {
    margin-top: 5px;
    margin-right: 5px;
}

/*联想列表*/
.ui-autocomplete {
    position: absolute;
    z-index: 10001;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    background: #fff;
    cursor: default;
}

.ui-menu .ui-menu-item {
    display: block;
    box-sizing: border-box;
    padding: 10px 5px;
    text-decoration: none;
    zoom: 1;
}

.ui-state-focus {
   background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    cursor: pointer;
}

/*登陆注册*/
#gray {
    position: fixed;
    top: 0px;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup {
    position: absolute;
    top: 230px; /* top: 269.3px; */
    right: 0;
    left: 0 !important;
    z-index: 999;
    margin: 0 auto;
    width: 380px;
    height: auto;
    cursor: default;
}

.login_tc {
    position: relative;
    overflow: auto;
    margin: 0 auto;
    width: 390px;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 3px;
    right: 10px;
}

i:hover {
    cursor: pointer;
}

.focus-setTab {
    width: 100%;
    height: 100%;
    background: #fff;
}

.login_title {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    height: 40px;
   background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    color: #fff;
    line-height: 40px;
}

.login_subtitle {
    margin: 40px auto 15px;
    width: 70%;
    text-align: left;
}

.inputdiv {
    position: relative;
    clear: both;
    margin: 10px auto;
    width: 70%;
    height: 40px;
    line-height: 38px;
}

.inputdiv i {
    position: absolute;
    top: 0px;
    left: 3px;
    float: left;
    margin-right: 6px;
    padding-left: 8px;
    color: #999;
    font-size: 16px;
}

.inputdiv input {
    padding-left: 30px;
    width: 100%;
    height: 40px;
    border: 1px solid #f0f0f0;
    line-height: 38px;
}

.inputdiv .l_code {
    padding-left: 10px !important;
}

.inputdiv .sms, .inputdiv .msgTow_reg {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 40px;
    border: none;
   background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    color: #fff;
}

.loginbtn {
    margin-top: 15px !important;
    padding-left: 0 !important;
    width: 70%;
    height: 50px;
    border-radius: 5px;
   background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

/*注意事项*/
.t2_1 {
    width: 100%;
}

.t2_1 > p:first-child {
    padding-top: 60px;
    padding-bottom: 10px;
    color: #333;
    text-align: center;
    font-size: 36px;
}

.t2_1 > p:last-child {
    padding-bottom: 45px;
    color: #999;
    text-align: center;
    font-size: 18px;
}

.t2_2 {
    display: flex;
    margin: auto;
    padding-bottom: 60px;
    width: 1200px;
    height: 640px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t2_2 > li {
    margin-bottom: 15px;
    width: 258px;
    height: 300px;
    border-radius: 4px;
    background: #FFf;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    cursor: pointer;
}

.t2_2 > li:hover {
    background: #fafafa;
}

.t22_1 > p {
    margin: auto;
    width: 220px;
    text-align: center;
}

.t22_1 > p:nth-child(1) {
    padding-top: 44px;
    padding-bottom: 44px;
}

.t22_1 > p:nth-child(2) {
    padding-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
}

.t22_1 > p:nth-child(3) {
    color: #333;
    font-size: 14px;
}

/*城市二级联动*/
._citys {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 1;
    display: inline-block;
    padding: 5px 5px 5px 20px;
    width: 820px;
    border: 1px solid #eee;
    background: #fff;
    text-align: left;
}

.c_hot {
    padding-top: 8px;
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
}

.c_hot a {
    margin: 0 5px;
}

._citys1 {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    height: 150px;
    line-height: 50px;
}

._citys1 a {
    display: inline-block;
    overflow: hidden;
    margin-left: 6px;
    width: 80px;
    height: 30px;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}

._citys1 a:hover {
    background-color: #fa7a12;
    color: #fff;
}

/*城市二级联动*/
._industrys {
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 999;
    display: inline-block;
    padding: 5px 5px 5px 20px;
    width: 640px;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
}

._industrys .hiht {
    height: 40px;
    color: red;
    text-align: left;
    font-size: 15px;
    line-height: 40px;
}

.type_industry {
    float: left;
    margin-right: 10px;
    width: 80px;
    background: #f0f0f0;
    color: #555;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

._industrys ul {
    overflow: hidden;
    margin: 5px 0;
}

._industrys ul li {
    float: left;
    display: inline-block;
    margin: 4px;
    padding: 0 2px;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

._industrys ul li a {
    display: block;
}

._industrys ul li a:hover {
    color: #fa7a12;
}

/*字号快捷选择*/
._words {
    position: absolute;
    top: 49px;
    left: 128px;
    z-index: 999;
    display: inline-block;
    padding: 5px 15px 10px;
    width: 232px;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
}

._words .hiht {
    height: 40px;
    color: red;
    text-align: left;
    font-size: 15px;
    line-height: 40px;
}

._words .constKey {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

._words ul.constKey li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    padding-left: 19px;
}

._words ul.constKey li:hover {
    color: #FE9601;
}

/* 加载 */
.loading {
    position: relative;
    display: none;
    width: 100%;
    height: 320px;
    background: #fff;
}

.arc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-top: 2px solid #ffea29;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 50%;
    animation: rt 2s infinite linear;
}

.arc::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-top: 2px solid #8d29ff;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 50%;
    content: "";
    animation: rt 4s infinite linear reverse;
}

.arc::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: initial;
    border-right: initial;
    border-left: initial;
    border-radius: 50%;
    background: rgb(116, 150, 212);
    content: "";
    animation: cw 1s infinite;
}

.arc_title {
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 40px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: lighter;
    font-size: 14px;
}

.arc_title text {
    display: none;
}

.arc_title::after {
    content: "";
    animation: txt 5s infinite;
}

@keyframes rt {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cw {
    0% {
        width: 0;
        height: 0;
    }
    75% {
        width: 40px;
        height: 40px;
    }
    100% {
        width: 0;
        height: 0;
    }
}

@keyframes txt {
    0% {
        content: ".";
    }
    50% {
        content: "..";
    }
    100% {
        content: "...";
    }
}

/*关注公众号*/
.weixinApp {
    position: absolute;
    top: 370px;
    right: 280px;
    left: 0;
    z-index: 10000;
    margin: auto;
    width: 494px;
    height: 258px;
    border-radius: 10px;
    background: #fff;
}

.weixinApp .weixin_img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.weixinApp .weixin_content {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
}

.weixin_content .weixin_title {
    width: 80%;
    height: 55px;
    color: #fff;
    font-size: 20px;
    line-height: 55px;
}

.weixin_content .weixin_code {
    padding: 20px 38px 0 47px;
}

.code_img {
    width: 141px;
    height: 160px;
}

.weixin_hiht {
    float: right;
    width: 180px;
    height: 145px;
}

.weixin_hiht p {
    height: 50px;
    color: #3f3e3e;
    font-size: 22px;
    line-height: 50px;
}

.weixin_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

/*详情登陆*/
.delogin {
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    box-sizing: border-box;
    margin: auto;
    padding: 40px 0 0;
    width: 372px;
    border-radius: 10px;
    background: #fff;
}

.delogin .sCodett {
    color: #FF3232;
    font-size: 24px;
}

.delogin .declose {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 35px;
    color: #000;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    cursor: pointer;
}

.delogin.tabr {
    width: 480px;
}

.tab {
    display: flex;
    margin: 0 auto;
    width: 200px;
    justify-content: space-around;
	color: #F19149;
	font-size: 18px;
	line-height: 25px;
}

.tab .tab-left, .tab .tab-right {
    height: 35px;
    color: #414141;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
}

.tab .active {
    border-bottom: 3px solid #F19149;
    border-radius: 1.5px;
    color: #F19149;
}

.delogin .sCode {
    width: 100%;
    text-align: center;
}

.delogin .sCode .scode_img {
    position: relative;
    overflow: hidden;
    margin: 30px auto 10px;
    width: 204px;
    height: 200px;
}

.delogin .sCode .scode_img img {
    width: 100%;
    height: auto;
}

.delogin .sCode .scode_img .dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
}

.delogin .sCode .scode_img .dim .refBtn {
    margin: 70px auto;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    background: #F19149;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
}

.delogin .sCode .hiht {
    position: relative;
    width: 100%;
    height: 70px;
    color: #9C9C9C;
    font-size: 18px;
    line-height: 70px;
}

.delogin .sCode .hiht .bor-top {
    margin: 0 auto;
    width: 359px;
    height: 1px;
    background: #d2d2d2;
}

.delogin .sCode .hiht .cir {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
}

.delogin .sCode .hiht .cir1 {
    position: absolute;
    top: -7.5px;
    left: -7.5px;
}

.delogin .sCode .hiht .cir2 {
    position: absolute;
    top: -7.5px;
    right: -7.5px;
}

.delogin .sLogin .logform {
    margin-top: 20px;
    text-align: center;
}

.delogin .sLogin .logform .inpdiv {
    position: relative;
    margin: 20px auto;
    width: 375px;
    height: 45px;
}

.delogin .sLogin .logform .inpdiv .slphone {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 12px;
    height: 18px;
    transform: translateY(-50%);
}

.delogin .sLogin .logform .inpdiv .slcode {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 13px;
    transform: translateY(-50%);
}

.delogin .sLogin .logform .inpdiv input {
    box-sizing: border-box;
    padding-left: 40px;
    width: 100%;
    height: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    line-height: 45px;
}

.delogin .sLogin .logform .inpdiv input.l_code {
    float: left;
    box-sizing: border-box;
    padding-left: 40px;
    width: 250px;
    height: 100%;
    border: 1px solid #D2D2D2;
    line-height: 45px;
}

.delogin .sLogin .logform .inpdiv button {
    float: right;
    width: 110px;
    height: 45px;
    border: 1px solid #F19149;
    border-radius: 5px;
    background: #fff;
    color: #F19149;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.delogin .sLogin .logform .sLoginbtn {
    margin: 0 auto 20px;
    width: 375px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background: #F19149;
    color: #fff;
    line-height: 45px;
    cursor: pointer;
}

.flayCode {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    box-sizing: border-box;
    margin: auto;
    padding: 0 24px;
    width: 370px;
    height: 290px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.flayCode .back {
    z-index: 10000;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: #F77C39;
    text-align: left;
    font-size: 17px;
    line-height: 50px;
}

.flayCode .back span {
    display: inline-block;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.flayCode .title {
    z-index: 10000;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: #373737;
    text-align: center;
    font-size: 21px;
    line-height: 30px;
}

.flayCode .msgTow_reg {
    width: 100%;
    color: #A3A3A3;
    text-align: center;
    font-size: 31px;
}

.flayCode .chongxin {
    display: inline-block;
    color: #F19149;
    font-size: 17px;
    cursor: pointer;
}

.flayCode .inpdiv {
    position: relative;
    margin: 20px auto 30px;
    width: 272px;
    height: 44px;
}

.flayCode .inpdiv input {
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    line-height: 44px;
}

.flayCode .login-btn {
    width: 160px;
    height: 42px;
    border: none;
    border-radius: 21px;
    background: #F19149;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
}

.flayappCode {
    position: fixed;
    top: 18%;
    right: 0;
    left: 0;
    z-index: 10000;
    box-sizing: border-box;
    margin: auto;
    width: 458px;
    height: 676px;
    border-radius: 22px;
}

.flayappCode .flayappCode-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.flayappCode .appcodeActive {
    position: absolute;
    top: 55%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 205px;
    height: 205px;
    transform: translateY(-50%);
}

.flayappCode .flayReviewBtn {
    position: absolute;
    right: 56px;
    bottom: 150px;
    width: 155px;
    height: 50px;
}

.flayappCode .flayReviewBtn img {
    width: 100%;
    height: 100%;
}

/* .flayappCode .flayAppCodeclose{width: 50px; *//* height: 50px; *//* position: absolute; *//* bottom: 0; *//* right: -45px; *//* top: 45px; *//* margin: 0 auto; *//* cursor: pointer; */
.flayappCode .flayAppCodeclose {
    position: absolute;
    top: 120px;
    right: 15px;
    bottom: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    color: #666;
    text-align: center;
    font-size: 35px;
    line-height: 50px;
    cursor: pointer;
}

/*回到顶部*/
.scrollTop {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 9999;
    width: 140px;
    transform: translateY(-50%);
    zoom: 80%;
}

.scrollTop .scrollCode {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 4px 8px;
    width: 140px;
    height: 160px;
    border: 2px solid#EA5460;
    background: #fff;
    text-align: center;
}

.scrollTop .scrollCode img {
    width: 122px;
    height: 122px;
}

.scrollTop .scrollCode .btit {
    color: #565656;
    font-size: 15px;
}

.scrollTop .list {
    display: flex;
    margin: 20px auto;
    width: 140px;
    border: 2px solid#EA5460;
    background: #fff;
    flex-direction: column;
}

.scrollTop .list .item {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.scrollTop .list .item:last-child {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    background:#EA5460;
    cursor: pointer;
}

.scrollTop .list .item:hover:not(:last-child) {
    background: #eee;
}

.scrollTop .list .item a {
    display: block;
    width: 100%;
    height: 100%;
}

/* .scrollTop .list .item::after{content: ""; *//* display: block; *//* width: 60px; *//* height: 1px; *//* background: #D2D2D2; *//* position: absolute; *//* bottom: 0; *//* left: 0; *//* right: 0; *//* margin: 0 auto; */
.scrollTop .list .item .itemTit {
    color: #2B2B2B;
    font-size: 15px;
}

.scrollTop .list .item:last-child .itemTit {
    color: #fff;
    font-size: 15px;
}

.scrollTop .backTop {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
    width: 96px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.scrollTop .backTop:hover {
    background: #eee;
}

.toptit {
    color: #2B2B2B;
    font-size: 15px;
}

.valClose {
    position: absolute;
    top: 50%;
    right: 10px;
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #c3c3c3;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 17px;
    cursor: pointer;
    transform: translateY(-50%);
}

/*寓意弹窗*/
.flaymean {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 110;
    display: none;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 20px 25px 48px;
    width: 700px;
    height: 412px;
    border-radius: 7px;
    background: #fff;
    transform: translateY(-50%);
}

.flaymean .meanclose {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
}

.flaymean .flaymean-tit {
    width: 100%;
    color: #373737;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-family: PingFang-SC-Bold;
}

.flaymean .flaymean-hiht {
    margin-top: 30px;
    width: 100%;
    color: #FE4E4E;
    font-size: 15px;
}

.flaymean .flaymean-btn {
    width: 100%;
    height: 45px;
    text-align: center;
}

.flaymean .flaymean-btn button {
    margin-top: 20px;
    width: 176px;
    height: 45px;
    border: none;
    border-radius: 4px;
    background: #F19149;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
}

.flaymean .meanList {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flaymean .meanList ._item {
    width: 25%;
    text-align: center;
    font-size: 15px;
    line-height: 52px;
}

.flaymean .meanList ._item label {
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    align-items: center;
}

.flaymean .meanList ._item ._check {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}