.ban {
    width: 100%;
    height: 450px;
    background: url(/icon/banner1.png) no-repeat;/*"../images/cs.png"*/
}

.ban_main {
    padding: 3% 0 0 0;
    color: #fff;
    text-align: center;
}

.ban_main strong{
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    line-height: 50px;
}
.ban_main strong img{
    padding-top: 16px;
    padding-right: 7px;
}
.ban_suc {
    font-size: 24px;
    margin-top: 35px;
}

.ban_suc span {
    color: ##ffeb3b;
}

.ban_title {
    font-size: 65px;
    font-weight: bold;
    /*margin-top: 35px;*/
}

.ban_ul {
    width: 400px;
    margin-top: 41px;
    display: flex;
    flex-wrap: wrap;
}

.ban_ul_li {
    width: 200px;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.ban_ul_li img {
    width: 18px;
    margin-right: 8px;
}

.ban_box {
    position: relative;
    z-index: 1;
    width: 1000px;
    height: 160px;
    background-image: linear-gradient(to bottom right, #fff 50%, #F8F8FC 50%);
    box-shadow: 4px 7px 40px 0px rgba(0, 4, 85, 0.15);
    border-radius: 10px;
    padding: 24px 30px 19px;
    color: #333333;
}

.ban_box_title {
    font-size: 18px;
    font-weight: bold;
}

.ban_box_ul {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ban_item {
    position: relative;
    width: 226px;
    height: 48px;
}

.ban_item_input {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 0 30px 0 47px;
}

.ban_item_input:focus {
    border: 1px solid #6C6EFF !important;
}

.ban_item_icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 20px;
}

.ban_item_icon2 {
    width: 17px;
}

.ban_item_select {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 13px;
}

.ban_btn {
    width: 150px;
}

.ban_desc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
    font-size: 12px;
    color: #666666;
}

.ban_desc p {
    line-height: normal;
}

.ban_desc span {
    color: #FF7D22;
}

.ban_desc img {
    width: 18px;
    height: 16px;
    margin-right: 7px;
}

.ban_desc_today {
    margin: 0 20px;
    padding: 0 20px;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
}

.ser {
    padding-top: 1px;
    width: 100%;
    height: 526px;
    background: url("../images/gszcfw.png") no-repeat;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 75px;
}

.title::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: #6C6EFF;
    border-radius: 2px;
}

.title_index {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    font-weight: 600;
    color: #6C6EFF;
    opacity: 0.2;
}

.title_main {
    font-size: 28px;
}

.title_desc {
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
}

.ser_main {
    position: relative;
    width: 1200px;
    height: 296px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.08);
    border-radius: 10px;
    margin: 46px auto 0;
    padding: 31px 70px 0;
}

.ser_city {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 202px;
}

.ser_text {
    width: 780px;
    height: 38px;
    background: rgba(28, 63, 213, 0.06);
    border-radius: 19px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.ser_text span {
    color: #6C6EFF;
}

.ser_select {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.ser_item {
    width: 45%;
}

.ser_item_title {
    position: relative;
    width: 184px;
    height: 46px;
    background: url("../images/ty.png") no-repeat;
    font-size: 16px;
    color: #FFFFFF;
    padding: 14px 0 0 23px;
}

.ser_item_opt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.ser_item_li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin: 0 34px 23px 0;
}

.ser_item_li_radio {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    cursor: pointer;
}

.ser_item_li_radio:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../images/wgx.png") no-repeat;
}

.ser_item_li_radio:checked:before {
    background: url("../images/gx.png") no-repeat;
}

.ser_btn {
    margin: 0 auto;
}

.subsidy_ul {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subsidy_li {
    position: relative;
    width: 280px;
    height: 260px;
    border-radius: 10px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.subsidy_bg {
    content: "";
    position: absolute;
    bottom: -16px;
    left: -4px;
    width: 294px;
    height: 120px;
    opacity: 0.85;
    transform: rotateZ(-7deg);
}

.subsidy_text {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.subsidy_text p:nth-child(1) {
    font-size: 16px;
}

.subsidy_text p:nth-child(2) {
    font-size: 12px;
    margin-top: 14px;
    line-height: 21px;
}

.subsidy_btn {
    width: 210px;
    margin: 40px auto 0;
}

.rai {
    margin-top: 50px;
    padding-top: 1px;
    background: #F4F7FF;
}

.rai_ul {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rai_li {
    position: relative;
    width: 366px;
    height: 196px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
    padding: 26px 16px 20px;
    display: flex;
    overflow: hidden;
    margin-right: 51px;
    margin-bottom: 40px;
}

.rai_li:nth-child(3) {
    margin-right: unset;
}

.rai_li_icon {
    width: 60px;
    height: 60px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rai_li_desc {
    flex: 1;
    margin-left: 17px;
}

.rai_li_title {
    font-size: 20px;
    font-weight: bold;
}

.rai_li_title span {
    color: #FF7D22;
}

.rai_li_text {
    color: #666666;
    margin-top: 13px;
    font-size: 14px;
    line-height: normal;
}

.rai_li_btn {
    position: absolute;
    bottom: 20px;
    left: 92px;
    width: 120px;
    height: 40px;
    border: 1px solid #FF6666;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #FF6666;
    cursor: pointer;
}

.rai_li_btn:hover {
    background: #FF6666;
    color: #fff;
}

.rai_li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 52px solid rgba(108, 110, 255, 0.5);
    border-left: 52px solid transparent;

}

.rai_li_index {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 2px;
    top: 9px;
}

.adv {
    position: relative;
    padding-bottom: 49px;
}

/*.adv::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 5%;*/
/*    width: 339px;*/
/*    height: 403px;*/
/*    background: url("../images/zuo.png") no-repeat;*/
/*}*/

/*.adv::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 7%;*/
/*    width: 265px;*/
/*    height: 401px;*/
/*    background: url("../images/you.png") no-repeat;*/
/*}*/

.adv_vs {
    margin: 57px auto 0;
    display: block;
}

.adv_ul {
    position: relative;
    margin-top: 29px;
    z-index: 1;
}

.adv_li {
    position: relative;
    display: flex;
    justify-content: center;
}

.adv_li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 2px solid #6C6EFF;
    border-radius: 50%;
}

.adv_li:last-child .adv_li_left,
.adv_li:last-child .adv_li_right {
    padding-bottom: unset;
}

.adv_li_left {
    border-right: 1px solid #E6E6E6;
    padding-right: 22px;
    padding-bottom: 50px;
}

.adv_li_right {
    border-left: 1px solid #E6E6E6;
    padding-left: 22px;
    padding-bottom: 50px;
}

.adv_li_left_title {
    text-align: right;
    font-weight: 600;
    color: #6C6EFF;
}

.adv_li_left_desc {
    text-align: right;
}

.adv_li_left_title,
.adv_li_right_title {
    font-size: 16px;
}

.adv_li_left_desc,
.adv_li_right_desc {
    font-size: 12px;
    width: 360px;
    line-height: normal;
    margin-top: 11px;
}

.sign {
    padding: 1px 0 50px 0;
    background: #F4F7FF;
}

.sign_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
}

.sign_form {
    width: 450px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.sign_form_title {
    width: 100%;
    height: 76px;
    background: #6C6EFF;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 76px;
}

.sign_form_main {
    padding: 20px 40px 40px 40px;
}

.sign_item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.sigm_label {
    width: 65px;
    font-size: 14px;
    color: #666666;
    margin-right: 16px;
    white-space: nowrap;
}

.sigm_label span {
    color: #E53636;
}

.sign_enter {
    position: relative;
    flex: 1;
    height: 48px;
}

.sign_input {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 0 30px 0 20px;
}

.sign_pick_icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 13px;
}

.sign_radio {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.sign_radio:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.sign_radio:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
}

.sign_radio:checked:after {
    content: "";
    border: 1px solid #6C6EFF;
}

.sign_radio:checked:before {
    content: "";
    background: #6C6EFF;
}

.sign_select {
    display: flex;
    align-items: center;
}

.sign_select_item {
    display: flex;
    align-items: center;
    margin-right: 22px;
    font-size: 14px;
}

.sign_radio_light {
    color: #6C6EFF;
}

.sign_btn {
    flex: 1;
    margin-top: 2px;
}

.sign_item:last-child {
    margin-bottom: unset;
}

.sign_box {
    width: 710px;
    height: 526px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
}

.sign_nav {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid rgba(0, 4, 85, 0.05);
    display: flex;
    align-items: center;
}

.sign_nav li {
    width: 50%;
    text-align: center;
    font-size: 20px;
    color: #666666;
    line-height: 76px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.sign_nav_active {
    color: #6C6EFF !important;
    border-bottom: 2px solid #6C6EFF !important;
}

.sign_desc {
    font-size: 14px;
    color: #666666;
    line-height: normal;
}

.sign_wis {
    padding: 30px 40px 0 40px;
}

.sign_wis_btn {
    margin-top: 17px;
    display: flex;
    justify-content: end;
}

.sign_wis_btn div {
    width: 168px;
}

.sign_wis_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.sign_wis_li img {
    width: 200px;
    height: 213px;
}

.sign_wis_li p {
    margin-top: 14px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.req {
    width: 100%;
    height: 601px;
    background: url("../images/zsbj.png") no-repeat;
    display: flex;
    align-items: center;
}

.req_main {
    height: 501px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.req_nav {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid rgba(0, 4, 85, 0.05);
    display: flex;
    align-items: center;
}

.req_nav li {
    width: 24%;
    text-align: center;
    font-size: 20px;
    color: #666666;
    line-height: 76px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.req_nav_active {
    color: #6C6EFF !important;
    border-bottom: 2px solid #6C6EFF !important;
}

.req_one {
    padding: 30px 40px 0 40px;
    display: flex;
    justify-content: space-between;
}

.req_one_li {
    width: 48%;
}

.req_one_li_title {
    position: relative;
    font-size: 20px;
    padding-left: 22px;
}

.req_one_li_title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 2px solid #6C6EFF;
    border-radius: 50%;
}

.req_one_li_ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.req_one_li_ul_li {
    position: relative;
    width: 247px;
    height: 148px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 10px;
    padding: 38px 0 17px 0;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.req_one_li_ul_li:hover {
    background: #6C6EFF;
    color: #fff;
}

.req_one_li_ul_li:hover img {
    filter: brightness(3);
}

.req_one_li_ul_li p {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
}

.req_two_title {
    font-size: 20px;
    margin-top: 29px;
    text-align: center;
}

.req_two_desc {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

.req_two_ul {
    margin-top: 29px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.req_two_li {
    position: relative;
    width: 247px;
    height: 258px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 10px;
    padding-top: 70px;
    text-align: center;
    overflow: hidden;
}

.req_two_li_text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 58px;
    font-size: 18px;
}

.req_two_li_text p:nth-child(2) {
    margin-top: 15px;
    color: #999999;
    font-size: 14px;
}

.req_two_li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 52px solid rgba(108, 110, 255, 0.5);
    border-left: 52px solid transparent;
}

.req_two_li_index {
    position: absolute;
    top: 9px;
    right: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 1;
}

.req_three_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    margin-top: 29px;
}

.req_three_li div {
    width: 197px;
    height: 258px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.req_three_li p {
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
}

.req_four {
    padding: 23px 60px 40px 60px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.req_four_li {
    display: flex;
    align-items: center;
}

.req_four_icon {
    position: relative;
    width: 130px;
    margin-right: 12px;
}

.req_four_icon p {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 16px;
    color: #6C6EFF;
}

.req_four_text {
    font-size: 14px;
    line-height: normal;
}

.req_four_box {
    padding: 12px 11px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 10px;
    font-size: 14px;
    max-width: 177px;
    line-height: normal;
}

.req_four_arrow {
    width: 16px;
    height: 16px;
    margin: 0 12px;
}

.req_five {
    flex: 1;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.req_five_li {
    display: flex;
    width: 48%;
}

.req_five_ask {
    width: 28px;
    height: 28px;
    background: #6C6EFF;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    margin-right: 14px;
}

.req_five_text {
    flex: 1;
}

.req_five_text p:nth-child(1) {
    font-size: 14px;
    line-height: normal;
    margin-top: 7px;
}

.req_five_text p:nth-child(2) {
    margin-top: 12px;
    font-size: 12px;
    line-height: normal;
}

.why_ul {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why_img {
    position: relative;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
}

.why_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_img p {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 100%;
    height: 52px;
    background: #6C6EFF;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 52px;
}

.why_text {
    text-align: center;
    margin-top: 30px;
    line-height: 23px;
    font-size: 14px;
    color: #666666;
}

.ask {
    padding-top: 1px;
    margin-top: 49px;
    width: 100%;
    background: #F4F7FF;
}

.ask_ul {
    margin-top: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ask_li {
    position: relative;
    width: 366px;
    height: 196px;
    background: #F8F8FC;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #fff 50%, #F8F8FC 50%);
    margin-bottom: 50px;
}

.ask_li_avatar {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.ask_li_info {
    margin-left: 202px;
}

.ask_li_info_name {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.ask_li_info_name p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.ask_li_info_name p:nth-child(2) {
    margin-left: 8px;
    font-size: 14px;
    padding: 5px 8px;
    background: linear-gradient(-30deg, #FDDE9E, #FEEECE);
    border-radius: 12px;
    color: #A8802D;
}

.ask_li_info_text {
    margin-top: 19px;
    color: #666666;
    font-size: 14px;
    line-height: normal;
}

.ask_li_info_text span {
    color: #FF7D22;
}

.ask_li_info_btn {
    width: 120px;
    height: 40px;
    border: 1px solid #FF6666;
    border-radius: 4px;
    font-size: 14px;
    color: #FF6666;
    text-align: center;
    line-height: 40px;
    margin-top: 19px;
    cursor: pointer;
}

.ask_li_info_btn:hover {
    background: #FF6666;
    color: #FFFFFF;
}

.addr_ul {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}

.addr_li:nth-child(even) {
    margin-top: 95px;
}

.addr_li p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 18px;
}

.team {
    padding-top: 1px;
    margin-top: 49px;
    background: #F4F7FF;
}

.team_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 56px;
}

.team_li {
    width: 280px;
    height: 196px;
    border-radius: 10px;
    padding: 16px 31px;
    background-image: linear-gradient(to bottom right, #fff 50%, #F8F8FC 50%);
    margin-bottom: 30px;
}

.prom_main {
    margin-top: 29px;
    display: flex;
}

.prom_ul {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
    margin-right: 96px;
}

.prom_li {
    display: flex;
    align-items: center;
}

.prom_li img {
    width: 100px;
}

.prom_text {
    flex: 1;
    margin-left: 20px;
}

.prom_text p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.prom_text p:nth-child(2) {
    font-size: 14px;
    color: #666666;
    margin-top: 14px;
    line-height: normal;
    width: 270px;
}

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

.prom_cust img {
    width: 239px;
}


.prom_cust div {
    width: 188px;
}

.ass {
    padding-top: 1px;
    padding-bottom: 20px;
    margin-top: 49px;
    background: #F4F7FF;
}

.ass_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 57px;
}

.ass_li {
    width: 366px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 20px 42px 20px 20px;
    margin-bottom: 30px;
}

.ass_li_icon {
    width: 60px;
    height: 60px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ass_li_text {
    flex: 1;
    margin-left: 21px;
}

.ass_li_text p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.ass_li_text p:nth-child(2) {
    font-size: 14px;
    margin-top: 11px;
    line-height: normal;
    color: #666666;
}

.more {
    margin-bottom: 63px;
}

.more_ul {
    margin-top: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.more_li_pic {
    width: 216px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.more_li_title {
    margin-top: 13px;
    font-size: 20px;
    font-weight: bold;
}

.more_li_desc {
    margin-top: 17px;
    font-size: 14px;
    line-height: normal;
}

.more_li_text {
    margin-top: 17px;
    font-size: 14px;
    color: #666666;
}

.more_li_text span {
    color: #FF7D22;
}

.more_li_btn {
    width: 216px;
    height: 48px;
    border: 1px solid #FF6666;
    border-radius: 4px;
    color: #FF6666;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    margin-top: 13px;
}

.more_li_btn:hover {
    background: #FF6666;
    color: #FFFFFF;
    cursor: pointer;
}

.city {
    position: relative;
}

.city_icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 20px;
    z-index: 1;
}

.city .el-cascader,
.city .el-input {
    width: 100%;
    height: 48px;
}

.city .el-input__inner {
    padding: 0 15px 0 47px;
    height: 100%;
}

.zcgs_ljzx {
    width: 166px;
    height: 48px;
    background: #FF6666;
    border-radius: 4px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    cursor: pointer;
    position: absolute;
    left: 44%;
    margin-top: 31px;
}
