.button_hove:hover {
    background-color: #fb4a4a;
}

.posona {
    font-size: 60px;
    font-family: DIN Tr;
    font-weight: bold;
    color: #6C6EFF;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}

.posonas {
    font-size: 60px;
    font-family: DIN Tr;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}

.wire {
    width: 32px;
    height: 3px;
    background: #6C6EFF;
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.wires {
    width: 32px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.nons{
    Visibility:none;
}
.title_strog {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: block;
    text-align: center;
}

.futitle_p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 10px 0;
}

.title_strogs {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.futitle_ps {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0;
}

.bannerbj {
    background: url(../images/name_banner.png) no-repeat;
    background-size: 100% 100%;
    padding: 66px 0;
    box-sizing: border-box;
}

.banner {
    position: relative;
}

.banner strong {
    font-size: 65px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    display: block;
	text-align: center;
}

.banner_resultimg {
    position: absolute;
    right: 60px;
    top: -20px;
}

.banner_title{
    width: 450px;
    height: 51px;
    background: #6C6EFF;
    border-radius: 0px 26px 0px 26px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.banner_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_sele {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 196px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 10px;
}

.banner_sele select {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.banner_box input {
    width: 136px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}

.baner_sele2 {
    width: 136px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 10px;
}


.baner_sele2 select {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    width: 100px;
    text-align: center;
}


.banner_box button {
    width: 196px;
    height: 48px;
    background: #FF6666;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.banner span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.hornbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 20px 0;
}

.hornbox img {
    margin-right: 10px;
}

.hornbox span {
    color: #FF7D22;
}

.horn_font {
    padding: 0 30px;
}

.tabu {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.tabu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tabu ul li {
    display: flex;
    align-items: center;
    width: 280px;
    height: 100px;
    background: #F4F7FF;
    border-radius: 10px;
    padding: 20px;
    padding-right: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.tabu_ulfont {
    margin-left: 14px;
}

.tabu_ulfont p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10PX;
}

.tabu_ulfont span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.peoplebj {
    background: url(../images/peoplebj.png) no-repeat;
    background-size: 100% 100%;
}

.people {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}

.people_inpt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.people_inpt input {
    width: 426px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 20px;
    box-sizing: border-box;
}

.people_inpt button {
    width: 196px;
    height: 48px;
    background: #FF6666;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}

.waybj {
    background: #F4F7FF;
}

.way {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.way ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.way ul li {
    width: 366px;
    height: 196px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.way ul li:nth-child(4) {
    margin-left: 200px;
}

.way ul li:nth-child(5) {
    margin-right: 220px;
}

.rigmain {
    display: flex;
    justify-content: end;
}

.rigbox {
    width: 130px;
    height: 35px;
    background-color: #6C6EFF;
    opacity: 0.5;
    transform: rotate(40deg);
    position: absolute;
    right: -54px;
}

.rigtitle {
    font-size: 18px;
    font-family: DIN Tr;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 99999;
    margin-right: 8px;
    margin-top: 2px;
}

.way_cont {
    display: flex;
    align-items: flex-start;
    padding-left: 20px;
    margin-top: -8px;
}

.way_left {
    margin-left: 20px;
}

.way_left strong {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.way_left strong span {
    color: #FF7D22;
    display: inline-block;
    margin-right: 8px;
}

.way_left p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 10px 0;
    width: 240px;
    height: 64px;
}

.way_left button {
    width: 120px;
    height: 40px;
    border: 1px solid #FF6666;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6666;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
}
.way_left button a {
    color: #FF6666;
}
.way_left button:hover {
    background: #FF6666;
    color: #FFFFFF;
}
.way_left button a:hover {
    background: #FF6666;
    color: #FFFFFF;
}
.first {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.sign_form {
    width: 450px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 10px;
}

.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_item button {
    width: 298px;
    height: 48px;
    background: #FF6666;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.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;
}

.sign_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_wis_btn button {
    width: 168px;
    height: 48px;
    background: #FF6666;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sign_wis_btn button a {
    width: 168px;
    height: 48px;
    background: #FF6666;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.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(5);
}

.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;
}

.ask {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.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;
}

.prom {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}

.prom_main {
    display: flex;
}

.prom_ul {
    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;
}

.prom_cust button {
    width: 188px;
    height: 48px;
    background: #FF6666;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ass {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

.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;
}

.more {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}
.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;
    text-align: center;
}

.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;
}

.aa{
    width: 100%;
    height: 100%;
    /*border: 1px solid #FF6666;*/
    border-radius: 4px;
    color: #FF6666;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    margin-top: 13px;
}
.aa:hover{
    background: #FF6666;
    color: #FFFFFF;
}



